diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/studio/websetup.py b/studio/websetup.py index <HASH>..<HASH> 100644 --- a/studio/websetup.py +++ b/studio/websetup.py @@ -117,14 +117,6 @@ def setup_app(command, conf, vars): admin.groups.append(admin_gp) meta.Session.add(admin) - # Create user enduser - enduser = model.User() - enduse...
remove the enduser account created during setup-app
diff --git a/jupyterlab_widgets/setup.py b/jupyterlab_widgets/setup.py index <HASH>..<HASH> 100644 --- a/jupyterlab_widgets/setup.py +++ b/jupyterlab_widgets/setup.py @@ -205,7 +205,7 @@ setup_args = dict( 'jupyterlab_widgets/static/jupyterlab_widgets.bundle.js', 'jupyterlab_widgets/static/jup...
Fix python package for jlab
diff --git a/admin.go b/admin.go index <HASH>..<HASH> 100644 --- a/admin.go +++ b/admin.go @@ -311,13 +311,18 @@ type adminHandler struct { // ServeHTTP is the external entry point for API requests. // It will only be called once per request. func (h adminHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { ...
admin: lower log level to Debug for /metrics requests (#<I>) * admin: lower log level to Debug for /metrics requests
diff --git a/lib/ndr_support/version.rb b/lib/ndr_support/version.rb index <HASH>..<HASH> 100644 --- a/lib/ndr_support/version.rb +++ b/lib/ndr_support/version.rb @@ -3,5 +3,5 @@ # This defines the NdrSupport version. If you change it, rebuild and commit the gem. # Use "rake build" to build the gem, see rake -T for a...
# bump to <I> with various ruby support fixes
diff --git a/lib/support/har/index.js b/lib/support/har/index.js index <HASH>..<HASH> 100644 --- a/lib/support/har/index.js +++ b/lib/support/har/index.js @@ -56,6 +56,20 @@ function addTimingsToHAR(harPage, visualMetricsData, timings, cpu) { // only add first paint if we don't have visual metrics harPageTimi...
Include LCP and FCP in the HAR timings (#<I>)
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/detect/FindNullDeref.java b/findbugs/src/java/edu/umd/cs/findbugs/detect/FindNullDeref.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/detect/FindNullDeref.java +++ b/findbugs/src/java/edu/umd/cs/findbugs/detect/FindNullDeref.java @@ -1009,...
if priority not even LOW, don't bother creating bug instance git-svn-id: <URL>
diff --git a/config_unix.go b/config_unix.go index <HASH>..<HASH> 100644 --- a/config_unix.go +++ b/config_unix.go @@ -1,4 +1,5 @@ // +build darwin freebsd linux netbsd openbsd + package peco import (
I think a newline was necessary
diff --git a/runcommands/run.py b/runcommands/run.py index <HASH>..<HASH> 100644 --- a/runcommands/run.py +++ b/runcommands/run.py @@ -40,14 +40,18 @@ class Run(Command): '(higher precedence than keyword args)' ) = None, # Special globals ...
Tweak run command arg help for env, version, and echo
diff --git a/test/test_helper.rb b/test/test_helper.rb index <HASH>..<HASH> 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -8,6 +8,7 @@ require "active_support/notifications" ENV["RACK_ENV"] = "test" +# for reloadable synonyms ENV["ES_PATH"] ||= "#{ENV["HOME"]}/elasticsearch/#{ENV["ELASTICSEARCH_VE...
Added comment [skip ci]
diff --git a/lib/closure_tree/model.rb b/lib/closure_tree/model.rb index <HASH>..<HASH> 100644 --- a/lib/closure_tree/model.rb +++ b/lib/closure_tree/model.rb @@ -48,7 +48,7 @@ module ClosureTree scope :without, lambda { |instance| if instance.new_record? - scoped + all else...
down to <I> failures
diff --git a/Command/EventSourcingCommandHandlerTrait.php b/Command/EventSourcingCommandHandlerTrait.php index <HASH>..<HASH> 100644 --- a/Command/EventSourcingCommandHandlerTrait.php +++ b/Command/EventSourcingCommandHandlerTrait.php @@ -19,10 +19,6 @@ trait EventSourcingCommandHandlerTrait $event = $this->ge...
SA fixes (#<I>)
diff --git a/pingouin/regression.py b/pingouin/regression.py index <HASH>..<HASH> 100644 --- a/pingouin/regression.py +++ b/pingouin/regression.py @@ -627,10 +627,10 @@ def logistic_regression(X, y, coef_only=False, alpha=0.05, .. caution:: This function is a wrapper around the :py:class:`sklearn.linear_m...
DOCS add how Logistic Regression is modified to match R and statsmodels The docs didn't say how the scikit-learn default solver was changed. Inquiring minds would have to go to the source code. I added the default solver.
diff --git a/superset/assets/cypress/integration/explore/control.test.js b/superset/assets/cypress/integration/explore/control.test.js index <HASH>..<HASH> 100644 --- a/superset/assets/cypress/integration/explore/control.test.js +++ b/superset/assets/cypress/integration/explore/control.test.js @@ -61,7 +61,7 @@ describ...
This control test is flaky and affecting travis runs, turning it off for now (#<I>)
diff --git a/lib/ezutils/classes/ezextension.php b/lib/ezutils/classes/ezextension.php index <HASH>..<HASH> 100644 --- a/lib/ezutils/classes/ezextension.php +++ b/lib/ezutils/classes/ezextension.php @@ -245,7 +245,7 @@ class eZExtension $hasExtensions = true; } if ( $hasExtensions ) - ...
Switch to using ->load() instead of ->loadCache() directly (should have been protected)
diff --git a/src/main/java/zmq/TcpConnecter.java b/src/main/java/zmq/TcpConnecter.java index <HASH>..<HASH> 100644 --- a/src/main/java/zmq/TcpConnecter.java +++ b/src/main/java/zmq/TcpConnecter.java @@ -235,7 +235,13 @@ public class TcpConnecter extends Own implements IPollEvents { // resolve address again t...
Sometimes hostname resolution will fail. Make sure that, if it does, we don't break the ioloop.
diff --git a/components/markdown/code.js b/components/markdown/code.js index <HASH>..<HASH> 100644 --- a/components/markdown/code.js +++ b/components/markdown/code.js @@ -6,7 +6,7 @@ import Code from '../code/code'; const MarkdownCode = ({value, language, inline}) => ( <Code language={language} - code={valu...
RG-<I> Support empty value for markdown Code to be usable as preview for editor
diff --git a/src/main/java/zmq/Mailbox.java b/src/main/java/zmq/Mailbox.java index <HASH>..<HASH> 100644 --- a/src/main/java/zmq/Mailbox.java +++ b/src/main/java/zmq/Mailbox.java @@ -95,6 +95,9 @@ public final class Mailbox implements Closeable // Receive the signal. signaler.recv(); + if (e...
in zmq.Mailbox, a call to Signaler.recv could set errno to EINTR This was not checked, cpipe.read will return null, active will be set. I'm not sure that is a an expected state, and the assert make my tests fails.
diff --git a/spec/feed_spec.rb b/spec/feed_spec.rb index <HASH>..<HASH> 100644 --- a/spec/feed_spec.rb +++ b/spec/feed_spec.rb @@ -17,7 +17,7 @@ describe Stream::Feed do expect { Stream::Feed.new(nil, "feed-slug", "user_id", "") }.to raise_error Stream::StreamInputData end - it "should refuse feed_slug with ...
Fix spec for underscore support for feed slugs
diff --git a/src/Presentation/Console/Command/InitCommand.php b/src/Presentation/Console/Command/InitCommand.php index <HASH>..<HASH> 100644 --- a/src/Presentation/Console/Command/InitCommand.php +++ b/src/Presentation/Console/Command/InitCommand.php @@ -42,7 +42,9 @@ class InitCommand extends AbstractCommand implement...
caution message must be displayed only on prod environment
diff --git a/scripts/multibuild/mb/command.py b/scripts/multibuild/mb/command.py index <HASH>..<HASH> 100644 --- a/scripts/multibuild/mb/command.py +++ b/scripts/multibuild/mb/command.py @@ -19,7 +19,8 @@ def build(testfile, indy_url, delay, vagrant_dir): with open(testfile) as f: build_config = yaml.safe...
allow script to work without vagrant
diff --git a/lib/cmis.js b/lib/cmis.js index <HASH>..<HASH> 100644 --- a/lib/cmis.js +++ b/lib/cmis.js @@ -88,6 +88,17 @@ }; /** + * sets character set used for non file fields in posted + * multipart/form-data resource + * @param {string} characterSet + * @return {CmisSession} + */ + ...
Allow to specify the charset used for non-file fields posted int multipart/form-data If you post a file with properties to update into the same multipart/form-data, you must be able to specify the charset used for your non-file fields to avoid a wrong decoding by the server. The HTML specs specifies the use of a pseudo...
diff --git a/tests/unit-tests/Database/MultiDatabaseTest.php b/tests/unit-tests/Database/MultiDatabaseTest.php index <HASH>..<HASH> 100644 --- a/tests/unit-tests/Database/MultiDatabaseTest.php +++ b/tests/unit-tests/Database/MultiDatabaseTest.php @@ -41,8 +41,9 @@ class MultiDatabaseTest extends Test $this->...
assert checking response of method is not valid
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -114,11 +114,11 @@ func flush(postMetrics [][]DDMetric) { // // TODO Is this the right type? // NewPostMetric("veneur.stats.metrics_posted", float32(totalCount+1), "", "counter", *Interval), // ) - postJSON, _ := json....
Stop being so printy, don't indent JSON
diff --git a/test/default-level-test.js b/test/default-level-test.js index <HASH>..<HASH> 100644 --- a/test/default-level-test.js +++ b/test/default-level-test.js @@ -26,25 +26,22 @@ define(['test/test-helpers'], function(testHelpers) { it("new level is always set", function(log) { log.set...
Tests for new things shouldn't be sprinkled into existing tests
diff --git a/core/interpreter/src/main/java/org/overture/interpreter/assistant/pattern/PPatternAssistantInterpreter.java b/core/interpreter/src/main/java/org/overture/interpreter/assistant/pattern/PPatternAssistantInterpreter.java index <HASH>..<HASH> 100644 --- a/core/interpreter/src/main/java/org/overture/interpreter...
restore and remove static keywords again because of problems in the ide.
diff --git a/autofit/optimize/non_linear/multi_nest.py b/autofit/optimize/non_linear/multi_nest.py index <HASH>..<HASH> 100644 --- a/autofit/optimize/non_linear/multi_nest.py +++ b/autofit/optimize/non_linear/multi_nest.py @@ -142,7 +142,15 @@ class MultiNest(NonLinearOptimizer): # noinspection PyUnusedLocal...
Fixed major bug with howw the unit cube was converted to a physical cube in multinest
diff --git a/src/Storage/Query/SearchWeighter.php b/src/Storage/Query/SearchWeighter.php index <HASH>..<HASH> 100644 --- a/src/Storage/Query/SearchWeighter.php +++ b/src/Storage/Query/SearchWeighter.php @@ -113,11 +113,19 @@ class SearchWeighter foreach ($this->getContentFields() as $field => $weight...
convert taxonomy arrays to a string to perform text search
diff --git a/lib/api_auth.js b/lib/api_auth.js index <HASH>..<HASH> 100644 --- a/lib/api_auth.js +++ b/lib/api_auth.js @@ -145,7 +145,6 @@ api.verifySignature = function(req, sig, account, callback) var query = (sig.query).split("&").sort().filter(function(x) { return x != "" && x.indexOf(api.signatureHeaderName) ...
revert cleartext pw check
diff --git a/lib/dynflow/executors/parallel/core.rb b/lib/dynflow/executors/parallel/core.rb index <HASH>..<HASH> 100644 --- a/lib/dynflow/executors/parallel/core.rb +++ b/lib/dynflow/executors/parallel/core.rb @@ -66,6 +66,7 @@ module Dynflow Terminate.(~any) >-> future do logger.in...
Fix termination when no work is being executed
diff --git a/src/system/modules/metamodels/GeneralCallbackMetaModel.php b/src/system/modules/metamodels/GeneralCallbackMetaModel.php index <HASH>..<HASH> 100644 --- a/src/system/modules/metamodels/GeneralCallbackMetaModel.php +++ b/src/system/modules/metamodels/GeneralCallbackMetaModel.php @@ -86,8 +86,7 @@ class Gener...
show error if no rendersettings defined for backend, as discussed with David Maack.
diff --git a/greenhouse/io/sockets.py b/greenhouse/io/sockets.py index <HASH>..<HASH> 100644 --- a/greenhouse/io/sockets.py +++ b/greenhouse/io/sockets.py @@ -96,14 +96,15 @@ class _InnerSocket(object): raise socket.error(*error.args) raise - yield - try: - pol...
ensure basically that the __exit__ gets run in socket registration context managers
diff --git a/library/CMService/Newrelic.php b/library/CMService/Newrelic.php index <HASH>..<HASH> 100644 --- a/library/CMService/Newrelic.php +++ b/library/CMService/Newrelic.php @@ -47,6 +47,24 @@ class CMService_Newrelic extends CM_Class_Abstract { } /** + * @param string $name + * @param Closure...
Introduce Newrelic's runAsTransaction
diff --git a/widgetsnbextension/src/widget_output.js b/widgetsnbextension/src/widget_output.js index <HASH>..<HASH> 100644 --- a/widgetsnbextension/src/widget_output.js +++ b/widgetsnbextension/src/widget_output.js @@ -66,7 +66,7 @@ var OutputView = widgets.DOMWidgetView.extend({ }, render: function(){ - ...
remove more of ES<I>/ES6 features
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -156,10 +156,13 @@ class kmsSecretsPlugin { vars.populateService(this.options); const moduleConfig = inited.custom['serverless-kms-secrets'] || {}; + + const stage = this.options.stage || inited.prov...
Fix cli options not working with decrypt. For example, calling sls decrypt with -s prod didn't have any effect and decryption was performed using dev stage. This fixes it.
diff --git a/visidata/cmdlog.py b/visidata/cmdlog.py index <HASH>..<HASH> 100644 --- a/visidata/cmdlog.py +++ b/visidata/cmdlog.py @@ -190,7 +190,7 @@ class _CommandLog: comment = vd.currentReplayRow.comment if vd.currentReplayRow else cmd.helpstr vd.activeCommand = self.newRow(sheet=sheetname, - ...
[cmdlog] type col indices int, and col names str since 6e<I>, the type of the *col* attribute matters. If replaying, and *col* is an `int`, the CmdLog will index by position. If *col* is a `str` it will index by column name. Closes #<I>
diff --git a/Kwc/Shop/Cart/Detail/Trl/Component.php b/Kwc/Shop/Cart/Detail/Trl/Component.php index <HASH>..<HASH> 100644 --- a/Kwc/Shop/Cart/Detail/Trl/Component.php +++ b/Kwc/Shop/Cart/Detail/Trl/Component.php @@ -1,6 +1,20 @@ <?php class Kwc_Shop_Cart_Detail_Trl_Component extends Kwc_Abstract_Composite_Trl_Componen...
shop trl: fix deleting products from cart
diff --git a/src/django_ftpserver/models.py b/src/django_ftpserver/models.py index <HASH>..<HASH> 100644 --- a/src/django_ftpserver/models.py +++ b/src/django_ftpserver/models.py @@ -19,7 +19,7 @@ class FTPUserGroup(models.Model): _("Home directory"), max_length=1024, null=True, blank=True) def __str__(...
Update models.py python <I>-<I> and django <I> same problems solved.
diff --git a/src/main/java/stormpot/QSlot.java b/src/main/java/stormpot/QSlot.java index <HASH>..<HASH> 100644 --- a/src/main/java/stormpot/QSlot.java +++ b/src/main/java/stormpot/QSlot.java @@ -15,7 +15,6 @@ */ package stormpot; -import java.util.Random; import java.util.concurrent.BlockingQueue; import java.ut...
Initialise the PRNG in the same way in both BSlot and QSlot
diff --git a/src/_pytest/fixtures.py b/src/_pytest/fixtures.py index <HASH>..<HASH> 100644 --- a/src/_pytest/fixtures.py +++ b/src/_pytest/fixtures.py @@ -372,6 +372,7 @@ def _fill_fixtures_impl(function: "Function") -> None: fi = fm.getfixtureinfo(function.parent, function.obj, None) function._fixtur...
fixtures: make sure to properly setup stack for _fill_fixtures_impl This code is weird, dead, deprecated and will be removed in pytest 7, but for now some tests execute it, so fix it up in preparation for some changes.
diff --git a/lib/escher/auth.rb b/lib/escher/auth.rb index <HASH>..<HASH> 100644 --- a/lib/escher/auth.rb +++ b/lib/escher/auth.rb @@ -38,6 +38,8 @@ module Escher begin authenticate(*args) return true + rescue EscherError + return false rescue return false end
SECURITY-<I>: Specification of the caught exception
diff --git a/printer.go b/printer.go index <HASH>..<HASH> 100644 --- a/printer.go +++ b/printer.go @@ -205,6 +205,7 @@ func (p *printer) printSlice() { if p.value.Kind() == reflect.Slice { if p.visited[p.value.Pointer()] { + // Stop travarsing cyclic reference p.printf("%s{...}", p.typeString()) return...
Add a comment about cyclic reference
diff --git a/commerce-frontend-impl/src/main/java/com/liferay/commerce/frontend/internal/account/model/Account.java b/commerce-frontend-impl/src/main/java/com/liferay/commerce/frontend/internal/account/model/Account.java index <HASH>..<HASH> 100644 --- a/commerce-frontend-impl/src/main/java/com/liferay/commerce/fronten...
COMMERCE-<I> Don't escape already escaped field
diff --git a/src/de/lmu/ifi/dbs/elki/algorithm/AbstractAlgorithm.java b/src/de/lmu/ifi/dbs/elki/algorithm/AbstractAlgorithm.java index <HASH>..<HASH> 100644 --- a/src/de/lmu/ifi/dbs/elki/algorithm/AbstractAlgorithm.java +++ b/src/de/lmu/ifi/dbs/elki/algorithm/AbstractAlgorithm.java @@ -17,7 +17,8 @@ import de.lmu.ifi.d...
replaced link to optionhandler with link to abstract parameterizable
diff --git a/src/main/org/codehaus/groovy/ant/Groovyc.java b/src/main/org/codehaus/groovy/ant/Groovyc.java index <HASH>..<HASH> 100644 --- a/src/main/org/codehaus/groovy/ant/Groovyc.java +++ b/src/main/org/codehaus/groovy/ant/Groovyc.java @@ -36,6 +36,7 @@ import java.io.StringWriter; import java.nio.charset.Charset; ...
missing import added (the conflict editor swallowed it) git-svn-id: <URL>
diff --git a/core/codegen/vdm2jml/src/main/java/org/overture/codegen/vdm2jml/NamedTypeInvDepCalculator.java b/core/codegen/vdm2jml/src/main/java/org/overture/codegen/vdm2jml/NamedTypeInvDepCalculator.java index <HASH>..<HASH> 100644 --- a/core/codegen/vdm2jml/src/main/java/org/overture/codegen/vdm2jml/NamedTypeInvDepCa...
Fix for the named type invariant dependency calcutor. A union type was by accident always mark as an optional type
diff --git a/arrayToObject.js b/arrayToObject.js index <HASH>..<HASH> 100644 --- a/arrayToObject.js +++ b/arrayToObject.js @@ -1,5 +1,5 @@ module.exports = function(arr) { var obj = {} - for (var i=0; i<arr.length; i++) { obj[arr[i]] = i } + for (var i=0; i<arr.length; i++) { obj[arr[i]] = true } return obj } \ N...
arrayToObject needs to be truthy for all objects
diff --git a/tests/test_dataloader.py b/tests/test_dataloader.py index <HASH>..<HASH> 100644 --- a/tests/test_dataloader.py +++ b/tests/test_dataloader.py @@ -136,6 +136,7 @@ class TestUnion(unittest.TestCase): loader.basiccast = True assert type(loader.load(1, Optional[Union[int, float]])) == int ...
Test case for the bug I want to fix
diff --git a/dikicli/core.py b/dikicli/core.py index <HASH>..<HASH> 100644 --- a/dikicli/core.py +++ b/dikicli/core.py @@ -351,10 +351,11 @@ def _create_html_file_content(translations): content.append("".join(mng)) content.append('<div class="examples">') for e in m.ex...
Fix handling of examples in pol-eng translation
diff --git a/plugins/kernel_v2/config/vm.rb b/plugins/kernel_v2/config/vm.rb index <HASH>..<HASH> 100644 --- a/plugins/kernel_v2/config/vm.rb +++ b/plugins/kernel_v2/config/vm.rb @@ -755,7 +755,12 @@ module VagrantPlugins @allow_fstab_modification = true if @allow_fstab_modification == UNSET_VALUE e...
Temporary workaround to let Docker provider work Comment has the details, but this should hopefully be short lived
diff --git a/library/CM/Clockwork/Storage/FileSystem.php b/library/CM/Clockwork/Storage/FileSystem.php index <HASH>..<HASH> 100644 --- a/library/CM/Clockwork/Storage/FileSystem.php +++ b/library/CM/Clockwork/Storage/FileSystem.php @@ -8,7 +8,7 @@ class CM_Clockwork_Storage_FileSystem extends CM_Clockwork_Storage_Abstra...
Ensure loaded value in clockwork persistence layer is array
diff --git a/package.js b/package.js index <HASH>..<HASH> 100644 --- a/package.js +++ b/package.js @@ -34,7 +34,7 @@ pkg.devDependencies = { mightyiam: '^1.1.6', standard: '*', 'auto-package': '^1.0.0', - 'license-generator': '^2.1.0', + 'license-generator': '^0.0.13', policystat: '^1.3.0' } pkg.depende...
package.js: fix license-generator version
diff --git a/salt/config.py b/salt/config.py index <HASH>..<HASH> 100644 --- a/salt/config.py +++ b/salt/config.py @@ -2905,7 +2905,7 @@ def apply_minion_config(overrides=None, return opts -def master_config(path, env_var='SALT_MASTER_CONFIG', defaults=None): +def master_config(path, env_var='SALT_MASTER_CONFI...
Add option to master config reader on ignoring system exit for wrong configuration
diff --git a/aeron-driver/src/main/java/io/aeron/driver/media/SendChannelEndpoint.java b/aeron-driver/src/main/java/io/aeron/driver/media/SendChannelEndpoint.java index <HASH>..<HASH> 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/SendChannelEndpoint.java +++ b/aeron-driver/src/main/java/io/aeron/driver/...
[Java] Allow for timestamping data frames with zero length payload that are not heartbeats. PR #<I>.
diff --git a/js/h5p.js b/js/h5p.js index <HASH>..<HASH> 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -1994,7 +1994,6 @@ H5P.createTitle = function (rawTitle, maxLength) { // since events may be fired on initialization. if (H5P.isFramed && H5P.externalEmbed === false) { H5P.externalDispatcher.on('*', funct...
Removed debug HFP-<I>
diff --git a/pyqode/core/modes/filewatcher.py b/pyqode/core/modes/filewatcher.py index <HASH>..<HASH> 100644 --- a/pyqode/core/modes/filewatcher.py +++ b/pyqode/core/modes/filewatcher.py @@ -60,6 +60,7 @@ class FileWatcherMode(Mode, QtCore.QObject): self.editor.new_text_set.connect(self._update_mtime) ...
Fix filewatcher notification when saving big files
diff --git a/EventListener/LimitEventListener.php b/EventListener/LimitEventListener.php index <HASH>..<HASH> 100644 --- a/EventListener/LimitEventListener.php +++ b/EventListener/LimitEventListener.php @@ -40,12 +40,14 @@ class LimitEventListener $table = $event->getTable(); if ($table->getRequest(...
fix(limit): fixing a problem limiting bug
diff --git a/eventsourcing/domain.py b/eventsourcing/domain.py index <HASH>..<HASH> 100644 --- a/eventsourcing/domain.py +++ b/eventsourcing/domain.py @@ -402,7 +402,7 @@ def event( or isinstance(arg, type) and issubclass(arg, AggregateEvent) ): - event_spec = cast(EventSpecType, arg) + ...
Fixed mypy issues (redundant cast, and unused ignore).
diff --git a/lib-dempsyimpl/src/main/java/com/nokia/dempsy/Dempsy.java b/lib-dempsyimpl/src/main/java/com/nokia/dempsy/Dempsy.java index <HASH>..<HASH> 100644 --- a/lib-dempsyimpl/src/main/java/com/nokia/dempsy/Dempsy.java +++ b/lib-dempsyimpl/src/main/java/com/nokia/dempsy/Dempsy.java @@ -308,12 +308,6 @@ public class...
[cosmetic] Minor change to remove unused class.
diff --git a/mod/assign/submission/onlinetext/locallib.php b/mod/assign/submission/onlinetext/locallib.php index <HASH>..<HASH> 100644 --- a/mod/assign/submission/onlinetext/locallib.php +++ b/mod/assign/submission/onlinetext/locallib.php @@ -137,7 +137,7 @@ class assign_submission_onlinetext extends assign_submission_...
MDL-<I>: Plagiarism API - use correct vars in event trigger
diff --git a/auth/ldap/lib.php b/auth/ldap/lib.php index <HASH>..<HASH> 100644 --- a/auth/ldap/lib.php +++ b/auth/ldap/lib.php @@ -1063,7 +1063,7 @@ function auth_ldap_getdefaults(){ 'rfc2307' => 'member', 'rfc2307bis' => 'member', 'samba' => 'm...
Merged from MOODLE_<I>_STABLE - Updated the definition of member for AD - thanks to Inaki for the tip!
diff --git a/spec/rubocop/cop/commissioner_spec.rb b/spec/rubocop/cop/commissioner_spec.rb index <HASH>..<HASH> 100644 --- a/spec/rubocop/cop/commissioner_spec.rb +++ b/spec/rubocop/cop/commissioner_spec.rb @@ -24,7 +24,7 @@ describe RuboCop::Cop::Commissioner do it 'returns all offenses except the ones of the c...
Remove unused doubled methods (#<I>) These methods can be safely removed from their test doubles without breaking the test case.
diff --git a/py/_test/pluginmanager.py b/py/_test/pluginmanager.py index <HASH>..<HASH> 100644 --- a/py/_test/pluginmanager.py +++ b/py/_test/pluginmanager.py @@ -259,6 +259,8 @@ class MultiCall: return kwargs def varnames(func): + if not inspect.isfunction(func) and not inspect.ismethod(func): + ...
patch from flub to allow callable objects as hook implementations --HG-- branch : trunk
diff --git a/peer.go b/peer.go index <HASH>..<HASH> 100644 --- a/peer.go +++ b/peer.go @@ -674,6 +674,8 @@ func (p *peer) handleGetDataMsg(msg *btcwire.MsgGetData) { err = p.pushTxMsg(&iv.Hash, c, waitChan) case btcwire.InvTypeBlock: err = p.pushBlockMsg(&iv.Hash, c, waitChan) + case btcwire.InvTypeFiltered...
Do not log warning for filtered block inv types. ok @davecgh
diff --git a/shorty/shorty.go b/shorty/shorty.go index <HASH>..<HASH> 100644 --- a/shorty/shorty.go +++ b/shorty/shorty.go @@ -326,10 +326,15 @@ func (this *shortyImpl) FindAppOpen(app UrlScheme, sourceContext UUID) (appOpen defer c.Close() key := fmt.Sprintf("%s:*:%s:*", app, sourceContext) - reply, err := redi...
Fix find app-open query to use redis KEYS
diff --git a/store/tikv/mock-tikv/rpc.go b/store/tikv/mock-tikv/rpc.go index <HASH>..<HASH> 100644 --- a/store/tikv/mock-tikv/rpc.go +++ b/store/tikv/mock-tikv/rpc.go @@ -191,11 +191,7 @@ func (h *rpcHandler) checkRequest(ctx *kvrpcpb.Context, size int) *errorpb.Error if err := h.checkRequestContext(ctx); err != nil ...
mock-tikv: fix golint (#<I>) golint has updated to check redundant `if`.
diff --git a/instana/agent.py b/instana/agent.py index <HASH>..<HASH> 100644 --- a/instana/agent.py +++ b/instana/agent.py @@ -135,5 +135,10 @@ class Agent(object): def set_port(self, port): self.port = port - def set_from(self, from_): - self.from_ = From(**json.loads(from_)) + def set_fro...
Add validation & decoding for received json
diff --git a/src/main/java/com/cloudant/client/api/DbDesign.java b/src/main/java/com/cloudant/client/api/DbDesign.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/cloudant/client/api/DbDesign.java +++ b/src/main/java/com/cloudant/client/api/DbDesign.java @@ -17,14 +17,11 @@ import org.lightcouch.CouchDatabase; ...
DbDesign fix for single Gson object
diff --git a/master/buildbot/test/unit/test_steps_master.py b/master/buildbot/test/unit/test_steps_master.py index <HASH>..<HASH> 100644 --- a/master/buildbot/test/unit/test_steps_master.py +++ b/master/buildbot/test/unit/test_steps_master.py @@ -13,6 +13,7 @@ # # Copyright Buildbot Team Members +import os import ...
Do not assume the value of COMSPEC in tests
diff --git a/toytree/__init__.py b/toytree/__init__.py index <HASH>..<HASH> 100644 --- a/toytree/__init__.py +++ b/toytree/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__version__ = "1.2.0" +__version__ = "2.0.0" __author__ = "Deren Eaton" from .Toytree import ToyTree as tree
version bump for upcoming v2
diff --git a/src/main/java/com/j256/ormlite/dao/BaseDaoImpl.java b/src/main/java/com/j256/ormlite/dao/BaseDaoImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/j256/ormlite/dao/BaseDaoImpl.java +++ b/src/main/java/com/j256/ormlite/dao/BaseDaoImpl.java @@ -669,6 +669,7 @@ public abstract class BaseDaoImpl<T, ...
Added missing check for init.
diff --git a/contrib/externs/chrome_extensions.js b/contrib/externs/chrome_extensions.js index <HASH>..<HASH> 100644 --- a/contrib/externs/chrome_extensions.js +++ b/contrib/externs/chrome_extensions.js @@ -537,6 +537,19 @@ chrome.experimental.rlz.recordProductEvent = function(product, accessPoint, chrome.experimental...
Change on <I>/<I>/<I> <I>:<I>:<I> by rogerta Adding chrome.experimental.rlz.sendFinancialPing API call to externs to match change made to chrome in <URL> Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
diff --git a/lib/utils/read-sources.js b/lib/utils/read-sources.js index <HASH>..<HASH> 100644 --- a/lib/utils/read-sources.js +++ b/lib/utils/read-sources.js @@ -29,6 +29,8 @@ var REMOTE_RESOURCE_PATTERN = /^(https?:)?\/\//; function readSources(input, context, callback) { if (typeof input == 'string') { retu...
Restores accepting `Buffer` as input.
diff --git a/Slim/Http/Response.php b/Slim/Http/Response.php index <HASH>..<HASH> 100644 --- a/Slim/Http/Response.php +++ b/Slim/Http/Response.php @@ -134,7 +134,7 @@ class Response implements \ArrayAccess, \Countable, \IteratorAggregate { $this->setStatus($status); $this->headers = new \Slim\Htt...
Fix loose ends caused by change from Set::add to Set::replace
diff --git a/src/Element/Identify.php b/src/Element/Identify.php index <HASH>..<HASH> 100644 --- a/src/Element/Identify.php +++ b/src/Element/Identify.php @@ -4,23 +4,33 @@ namespace Monolyth\Formulaic\Element; trait Identify { + /** + * Add a prefix to this element. + * + * @param string $prefix + ...
docblocks and type hints
diff --git a/cirq/contrib/routing/device.py b/cirq/contrib/routing/device.py index <HASH>..<HASH> 100644 --- a/cirq/contrib/routing/device.py +++ b/cirq/contrib/routing/device.py @@ -59,6 +59,9 @@ def nx_qubit_layout(graph: nx.Graph) \ >>> import cirq.contrib.routing as ccr >>> import networkx as nx + >>...
Doctest fix. (#<I>) Adds the fix prescribed in #<I>.
diff --git a/wallace/models.py b/wallace/models.py index <HASH>..<HASH> 100644 --- a/wallace/models.py +++ b/wallace/models.py @@ -83,12 +83,14 @@ class Node(Base): @property def successors2(self): outgoing_vectors = Vector.query.filter_by(origin=self).all() - return [v.destination for v in ou...
predecessors2 should return only Agents
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,6 @@ setup( license="MIT License", packages=["webtul"], # packages = find_packages(), - install_requires=["python>3"], + install_requires=["python>=3"], platforms=["any"], ) diff --git a/webtul/__init_...
Add, work with python 3.
diff --git a/mod/forum/lib.php b/mod/forum/lib.php index <HASH>..<HASH> 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -1255,7 +1255,7 @@ function forum_get_discussions($forum="0", $forumsort="d.timemodified DESC", $umtable = ''; } else { $umfields = ', um.firstname AS umfirstname, um....
Corrected an SQL statement that used 'user' instead of $CFG->prefix.'user'. Note - this is a left join of a table that is already inner joined in the same statement. There may be other problems here.
diff --git a/lib/muack/spy.rb b/lib/muack/spy.rb index <HASH>..<HASH> 100644 --- a/lib/muack/spy.rb +++ b/lib/muack/spy.rb @@ -5,12 +5,12 @@ module Muack class Spy < Mock def initialize stub super(stub.object) - @secret = stub.__mock_disps.values.flatten # steal disps + @stub = stub end ...
delay the time we steal the secret, so that spy and stub are synced
diff --git a/app/helpers/worthwhile/attribute_helper.rb b/app/helpers/worthwhile/attribute_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/worthwhile/attribute_helper.rb +++ b/app/helpers/worthwhile/attribute_helper.rb @@ -50,7 +50,7 @@ module Worthwhile dom_label_class, link_title = "label-danger", "P...
Use the not deprecated form of the embargo release_date from the hydra config
diff --git a/client/src/app.js b/client/src/app.js index <HASH>..<HASH> 100644 --- a/client/src/app.js +++ b/client/src/app.js @@ -417,7 +417,7 @@ _kiwi.global = { } // Set any random numbers if needed - defaults.nick = defaults.nick.replace('?', Math.floor(Math.random() * 100000).toString...
Replacing multiple ? in the nick with a random number
diff --git a/lib/cronofy/version.rb b/lib/cronofy/version.rb index <HASH>..<HASH> 100644 --- a/lib/cronofy/version.rb +++ b/lib/cronofy/version.rb @@ -1,3 +1,3 @@ module Cronofy - VERSION = "0.5.0".freeze + VERSION = "0.5.1".freeze end
Bumped version to <I>
diff --git a/netpyne/batch.py b/netpyne/batch.py index <HASH>..<HASH> 100644 --- a/netpyne/batch.py +++ b/netpyne/batch.py @@ -63,7 +63,7 @@ class Batch(object): #encoder.FLOAT_REPR = lambda o: format(o, '.12g') print('Saving batch to %s ... ' % (filename)) with open(filename, 'w'...
Added option to set initial cfg in batch sims - debugged
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -280,7 +280,7 @@ exports.getInitWidgetsCode = function(widgetsContext) { } code += '$markoWidgets("' + ids + '");'; - return; + return code; }; @@ -324,4 +324,4 @@ exports.defineRenderer ...
actually return code from getInitWidgetsCode
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -47,7 +47,6 @@ module.exports = function (settings = {}) { let baseConfig = [ coreConfig, settings.esnext ? esnextConfig : es5Config, - settings.esnext ? babelConfig(coreConfig) : {}, settings....
Fix custom settings that override babel
diff --git a/lxd/api_cluster.go b/lxd/api_cluster.go index <HASH>..<HASH> 100644 --- a/lxd/api_cluster.go +++ b/lxd/api_cluster.go @@ -274,13 +274,13 @@ func clusterPutJoin(d *Daemon, req api.ClusterPut) Response { return err } - // If node-specific configuration values are provided, it means - // the user w...
Allow for MemberConfig to be empty even when using the new join API
diff --git a/command/service/update.go b/command/service/update.go index <HASH>..<HASH> 100644 --- a/command/service/update.go +++ b/command/service/update.go @@ -37,6 +37,7 @@ func newUpdateCommand(dockerCli *command.DockerCli) *cobra.Command { flags.String("image", "", "Service image tag") flags.String("args", ""...
Add force option to service update Currently, there's no way to restart the tasks of a service without making an actual change to the service. This leads to us giving awkward workarounds as in <URL>
diff --git a/_codegen/main.go b/_codegen/main.go index <HASH>..<HASH> 100644 --- a/_codegen/main.go +++ b/_codegen/main.go @@ -1,5 +1,5 @@ // This program reads all assertion functions from the assert package and -// automatically generates the corersponding requires and forwarded assertions +// automatically generate...
Fix typos in comments in _codegen/main.go
diff --git a/test/bootstrap.php b/test/bootstrap.php index <HASH>..<HASH> 100644 --- a/test/bootstrap.php +++ b/test/bootstrap.php @@ -1,7 +1,5 @@ <?php -use Typhoon\Typhoon; - require __DIR__.'/../vendor/autoload.php'; Eloquent\Asplode\Asplode::instance()->install();
Removed reference to Typhoon.
diff --git a/ui/build/build.types.js b/ui/build/build.types.js index <HASH>..<HASH> 100644 --- a/ui/build/build.types.js +++ b/ui/build/build.types.js @@ -202,7 +202,7 @@ function writeIndexDTS (apis) { const extendsVue = (content.type === 'component' || content.type === 'mixin') const typeValue = `${extendsV...
Change Quasar Plugin options to support only passing some options. (#<I>)
diff --git a/packages/babylon/src/parser/util.js b/packages/babylon/src/parser/util.js index <HASH>..<HASH> 100644 --- a/packages/babylon/src/parser/util.js +++ b/packages/babylon/src/parser/util.js @@ -69,7 +69,7 @@ pp.isLineTerminator = function () { // pretend that there is a semicolon at this position. pp.semic...
simplify Parser::semicolon method
diff --git a/jupytext/formats.py b/jupytext/formats.py index <HASH>..<HASH> 100644 --- a/jupytext/formats.py +++ b/jupytext/formats.py @@ -83,7 +83,7 @@ JUPYTEXT_FORMATS = ( # Version 1.1 on 2019-03-24 - jupytext v1.1.0 : Markdown regions and cell metadata # Version 1.2 on 2019-09-21 - jupytex...
The next release will be Jupytext <I>
diff --git a/remi/server.py b/remi/server.py index <HASH>..<HASH> 100644 --- a/remi/server.py +++ b/remi/server.py @@ -561,10 +561,10 @@ ws.onerror = function(evt){ self.send_response(404) return - for k,v in headers.iteritems(): - self.send_header(k, v) + ...
Fixed compatibility issues with python3.x.
diff --git a/lib/doorkeeper/models/concerns/scopes.rb b/lib/doorkeeper/models/concerns/scopes.rb index <HASH>..<HASH> 100644 --- a/lib/doorkeeper/models/concerns/scopes.rb +++ b/lib/doorkeeper/models/concerns/scopes.rb @@ -4,7 +4,7 @@ module Doorkeeper module Models module Scopes def scopes - OAut...
Use scopes_string internally This allows you to override `scopes_string` if you want to set default scopes for a particular type of model (eg. for a `Doorkeeper::Application`). Without this patch you'd need to override `scopes_string` and `scopes`.
diff --git a/tests/unit/py2/nupic/math/sparse_matrix_test.py b/tests/unit/py2/nupic/math/sparse_matrix_test.py index <HASH>..<HASH> 100755 --- a/tests/unit/py2/nupic/math/sparse_matrix_test.py +++ b/tests/unit/py2/nupic/math/sparse_matrix_test.py @@ -2482,7 +2482,7 @@ class SparseMatrixTest(unittest.TestCase): ...
Skip the failing test method that doesn't seem to work with py.test.
diff --git a/build.js b/build.js index <HASH>..<HASH> 100644 --- a/build.js +++ b/build.js @@ -1,3 +1,4 @@ +"use strict"; var stealTools = require("steal-tools"); stealTools.export({ diff --git a/can-stache-ast.js b/can-stache-ast.js index <HASH>..<HASH> 100644 --- a/can-stache-ast.js +++ b/can-stache-ast.js @@ -1,...
Adds use strict. Fixes canjs/canjs#<I>
diff --git a/leancloud/push.py b/leancloud/push.py index <HASH>..<HASH> 100644 --- a/leancloud/push.py +++ b/leancloud/push.py @@ -8,6 +8,7 @@ import arrow import dateutil.tz as tz from leancloud.object_ import Object +from leancloud.errors import LeanCloudError from leancloud import client @@ -27,6 +28,9 @@ c...
fix: disable leancloud.Notification#save (#<I>)
diff --git a/extensions/hdfs-storage/src/main/java/io/druid/storage/hdfs/HdfsDataSegmentPusher.java b/extensions/hdfs-storage/src/main/java/io/druid/storage/hdfs/HdfsDataSegmentPusher.java index <HASH>..<HASH> 100644 --- a/extensions/hdfs-storage/src/main/java/io/druid/storage/hdfs/HdfsDataSegmentPusher.java +++ b/exte...
on HDFS store segments in "dataSource/interval/.." and not in "dataSource/dataSource/interval.."
diff --git a/lib/squirm/core.rb b/lib/squirm/core.rb index <HASH>..<HASH> 100644 --- a/lib/squirm/core.rb +++ b/lib/squirm/core.rb @@ -74,7 +74,7 @@ module Squirm # connection is given, then one will be checked out from the pool for use # inside the block, and then checked back in when the method returns. ...
Add test for passing connection to `use`.
diff --git a/tests/Cookie/CookieTest.php b/tests/Cookie/CookieTest.php index <HASH>..<HASH> 100755 --- a/tests/Cookie/CookieTest.php +++ b/tests/Cookie/CookieTest.php @@ -118,6 +118,22 @@ class CookieTest extends TestCase $this->assertFalse($cookieJar->hasQueued('foo', '/wrongPath')); } + public func...
Add tests for `queueForget()` method