diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/src/main/docs/resources/js/multi-language-sample.js b/src/main/docs/resources/js/multi-language-sample.js index <HASH>..<HASH> 100644 --- a/src/main/docs/resources/js/multi-language-sample.js +++ b/src/main/docs/resources/js/multi-language-sample.js @@ -171,7 +171,23 @@ function createCopyToClipboardElemen...
Fix code callouts not being highlighted
diff --git a/lib/ronin/installation.rb b/lib/ronin/installation.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/installation.rb +++ b/lib/ronin/installation.rb @@ -118,7 +118,7 @@ module Ronin # @since 0.4.0 # def Installation.each_file_in(directory,&block) - directory = File.join(File.expand_path(di...
Don't expand the directory path given to Installation.each_file_in.
diff --git a/test/test_capture_output.py b/test/test_capture_output.py index <HASH>..<HASH> 100644 --- a/test/test_capture_output.py +++ b/test/test_capture_output.py @@ -1,13 +1,25 @@ +import pytest + from noodles import run_process, schedule, serial +try: + import msgpack # noqa + has_msgpack = True +except...
add skiptest when msgpack not installed and test without it
diff --git a/anharmonic/phonon3/__init__.py b/anharmonic/phonon3/__init__.py index <HASH>..<HASH> 100644 --- a/anharmonic/phonon3/__init__.py +++ b/anharmonic/phonon3/__init__.py @@ -787,22 +787,3 @@ class Phono3pyJointDos: temperatures=self._temperatures, filename=self...
get_gruneisen_parameters is moved to newly created gruneisen.py.
diff --git a/troposphere/imagebuilder.py b/troposphere/imagebuilder.py index <HASH>..<HASH> 100644 --- a/troposphere/imagebuilder.py +++ b/troposphere/imagebuilder.py @@ -144,3 +144,15 @@ class Component(AWSObject): 'Uri': (basestring, False), 'Version': (basestring, True), } + + +class Image(AWS...
Adding AWS::ImageBuilder::Image object, per May 7, <I> update
diff --git a/src/Matcher.php b/src/Matcher.php index <HASH>..<HASH> 100644 --- a/src/Matcher.php +++ b/src/Matcher.php @@ -7,7 +7,7 @@ class Matcher private static $rules = [ "/^(true|false)$/i" => '_parseBooleanConstant', "/^(['\"])(?:(?!\\1).)*\\1$/" => '_parseStringConstant', - "/^[a-zA...
fix: identifiers can be more than one char long
diff --git a/src/utils/reducer-store.js b/src/utils/reducer-store.js index <HASH>..<HASH> 100644 --- a/src/utils/reducer-store.js +++ b/src/utils/reducer-store.js @@ -27,11 +27,13 @@ class ReducerStore { * name lookup. If no name is found then it takes `sum` as the default reducer. * @return {ReducerStore} ...
Check params length in defaultReducer function to identify getter and setter behaviour
diff --git a/lib/active_admin/application.rb b/lib/active_admin/application.rb index <HASH>..<HASH> 100644 --- a/lib/active_admin/application.rb +++ b/lib/active_admin/application.rb @@ -131,7 +131,6 @@ module ActiveAdmin # to allow for changes without having to restart the server. def unload! namespac...
Reload the comments when the application reloads
diff --git a/dev/com.ibm.ws.security.common/src/com/ibm/ws/security/common/web/WebUtils.java b/dev/com.ibm.ws.security.common/src/com/ibm/ws/security/common/web/WebUtils.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.security.common/src/com/ibm/ws/security/common/web/WebUtils.java +++ b/dev/com.ibm.ws.security.c...
Update WebUtils to resolve conflict
diff --git a/source/OrderProcessor.php b/source/OrderProcessor.php index <HASH>..<HASH> 100644 --- a/source/OrderProcessor.php +++ b/source/OrderProcessor.php @@ -112,14 +112,17 @@ class OrderProcessor * @param array $workflowConfig Payment workflow config * @param OrderInt...
ExecuteWorkflow now returns void but check the status of order to avoid exception throwing if order is ended.
diff --git a/lib/Doctrine/ODM/PHPCR/UnitOfWork.php b/lib/Doctrine/ODM/PHPCR/UnitOfWork.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ODM/PHPCR/UnitOfWork.php +++ b/lib/Doctrine/ODM/PHPCR/UnitOfWork.php @@ -1957,6 +1957,7 @@ class UnitOfWork empty($this->scheduledMoves)) { $this->invok...
Fixed early exit changeset computation - For updates to be taken into account (e.g. after binding translations) the changeset needs to be reset when exiting the commit function when there is nothing to do. - Otherwise after calling flush, the changeset is still computed and the next flush that is called envokes...
diff --git a/lib/recaptcha.rb b/lib/recaptcha.rb index <HASH>..<HASH> 100644 --- a/lib/recaptcha.rb +++ b/lib/recaptcha.rb @@ -33,7 +33,7 @@ module Ambethia :height => options[:iframe_height] ||= 300, :width => options[:iframe_width] ||= 500, ...
Fixed a usability bug for users without javascript. Since the indent option was set, and the block form of the textarea method was used, and textareas treat anything between <textarea> and </textarea> as something that goes inside the textarea, it was adding two spaces inside the textarea. If you didn't notice those,...
diff --git a/views/js/layout/actions.js b/views/js/layout/actions.js index <HASH>..<HASH> 100644 --- a/views/js/layout/actions.js +++ b/views/js/layout/actions.js @@ -311,6 +311,14 @@ define([ action = _.find(actions, {name : actionName}); } return action; + }, + + ...
chore(action-manager): add method to get resourceContext
diff --git a/openquake/hazardlib/geo/surface/multi.py b/openquake/hazardlib/geo/surface/multi.py index <HASH>..<HASH> 100755 --- a/openquake/hazardlib/geo/surface/multi.py +++ b/openquake/hazardlib/geo/surface/multi.py @@ -27,9 +27,9 @@ from openquake.hazardlib.geo.surface.base import (BaseSurface, ...
Fixed management of GriddedSurface in MultiSurface
diff --git a/extension/rsb/com/src/main/java/de/citec/jul/extension/rsb/com/RPCHelper.java b/extension/rsb/com/src/main/java/de/citec/jul/extension/rsb/com/RPCHelper.java index <HASH>..<HASH> 100644 --- a/extension/rsb/com/src/main/java/de/citec/jul/extension/rsb/com/RPCHelper.java +++ b/extension/rsb/com/src/main/java...
Fix read only interface for all registries.
diff --git a/src/Illuminate/Support/Testing/Fakes/BusFake.php b/src/Illuminate/Support/Testing/Fakes/BusFake.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Support/Testing/Fakes/BusFake.php +++ b/src/Illuminate/Support/Testing/Fakes/BusFake.php @@ -200,6 +200,8 @@ class BusFake implements QueueingDispatcher ...
accept a command in object form in Bus::assertChained (#<I>)
diff --git a/family.php b/family.php index <HASH>..<HASH> 100644 --- a/family.php +++ b/family.php @@ -85,7 +85,7 @@ if ($controller->record && $controller->record->canShow()) { <table id="family-table" align="center" width="95%"> <tr valign="top"> - <td valign="top" style="width: <?php echo $pbwidth + 30; ?>px;"...
Fix <I> - undefined variable in family.php
diff --git a/channel.js b/channel.js index <HASH>..<HASH> 100644 --- a/channel.js +++ b/channel.js @@ -122,7 +122,8 @@ function TChannel(options) { this.emitConnectionMetrics = typeof this.options.emitConnectionMetrics === 'boolean' ? this.options.emitConnectionMetrics : false; - this.choosePe...
channel: default choose peer with heap to true
diff --git a/player/player.js b/player/player.js index <HASH>..<HASH> 100644 --- a/player/player.js +++ b/player/player.js @@ -68,9 +68,11 @@ $(function() { var input = $('#input').val(); var delim = $('#delimiter').val(); + var header = $('#header').prop('checked'); var results = Papa.unparse(input, { - ...
Add header to config in unparse in player.js.
diff --git a/salt/modules/zypper.py b/salt/modules/zypper.py index <HASH>..<HASH> 100644 --- a/salt/modules/zypper.py +++ b/salt/modules/zypper.py @@ -202,7 +202,7 @@ def info_available(*names, **kwargs): names = sorted(list(set(names))) # Refresh db before extracting the latest package - if kwargs.p...
do not change kwargs in refresh while checking a value
diff --git a/src/Thinktomorrow/Locale/Locale.php b/src/Thinktomorrow/Locale/Locale.php index <HASH>..<HASH> 100644 --- a/src/Thinktomorrow/Locale/Locale.php +++ b/src/Thinktomorrow/Locale/Locale.php @@ -44,6 +44,12 @@ class Locale return app()->getLocale(); } + /** + * Retrieve the url slug for c...
Allow to check if locale other than current is hidden
diff --git a/src/test/java/redis/clients/jedis/tests/JedisSentinelTest.java b/src/test/java/redis/clients/jedis/tests/JedisSentinelTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/redis/clients/jedis/tests/JedisSentinelTest.java +++ b/src/test/java/redis/clients/jedis/tests/JedisSentinelTest.java @@ -49,6 +49,...
Fail if the Sentinel does not return the slave.
diff --git a/src/Token/AccessToken.php b/src/Token/AccessToken.php index <HASH>..<HASH> 100644 --- a/src/Token/AccessToken.php +++ b/src/Token/AccessToken.php @@ -186,7 +186,7 @@ class AccessToken implements JsonSerializable } if ($this->expires) { - $parameters['expires_in'] = $this->exp...
Use expires to serialize access tokens Resolves: #<I> See also: #<I>
diff --git a/cmd/common-main.go b/cmd/common-main.go index <HASH>..<HASH> 100644 --- a/cmd/common-main.go +++ b/cmd/common-main.go @@ -235,7 +235,7 @@ func handleCommonEnvVars() { // In place update is true by default if the MINIO_UPDATE is not set // or is not set to 'off', if MINIO_UPDATE is set to 'off' then /...
Remote update should be on by default (#<I>) Fixes a regression introduced in PR #<I>
diff --git a/dockerclient/container.go b/dockerclient/container.go index <HASH>..<HASH> 100644 --- a/dockerclient/container.go +++ b/dockerclient/container.go @@ -78,6 +78,12 @@ func (dh *DockerHost) CreateContainer(options *docker.ContainerConfig, name stri } } + imgDetails, err := dh.ImageDetails(imageId) + if...
added docker image info to container environment
diff --git a/jenkins/release.rb b/jenkins/release.rb index <HASH>..<HASH> 100755 --- a/jenkins/release.rb +++ b/jenkins/release.rb @@ -285,11 +285,19 @@ class ShipIt {:timeout => 1200, :live_stream => STDOUT} end + def progress + if STDOUT.tty? + "--progress" + else + "--no-progress" + end...
only show progress if stdout is a tty It's nice to see progess via the mixlib-shellout live stream when running release.rb by hand, but it's a big hassle when looking at the jenkins logs. Test if STDOUT is a tty to turn progress on or off.
diff --git a/pkg/kubelet/rkt/rkt.go b/pkg/kubelet/rkt/rkt.go index <HASH>..<HASH> 100644 --- a/pkg/kubelet/rkt/rkt.go +++ b/pkg/kubelet/rkt/rkt.go @@ -62,9 +62,9 @@ const ( RktType = "rkt" DefaultRktAPIServiceEndpoint = "localhost:15441" - minimumAppcVersion = "0.7.4" - minimumRktBinVer...
Update rkt container runtime min versions
diff --git a/stabilizer/src/main/java/com/hazelcast/stabilizer/tests/utils/ExceptionReporter.java b/stabilizer/src/main/java/com/hazelcast/stabilizer/tests/utils/ExceptionReporter.java index <HASH>..<HASH> 100644 --- a/stabilizer/src/main/java/com/hazelcast/stabilizer/tests/utils/ExceptionReporter.java +++ b/stabilizer...
Removed unused method in ExceptionReporter
diff --git a/packages/react-bootstrap-table2/test/row-selection/wrapper.test.js b/packages/react-bootstrap-table2/test/row-selection/wrapper.test.js index <HASH>..<HASH> 100644 --- a/packages/react-bootstrap-table2/test/row-selection/wrapper.test.js +++ b/packages/react-bootstrap-table2/test/row-selection/wrapper.test....
[test] test for RowSelectionWrapper#componentWillReceiveProps
diff --git a/spec/webview-spec.js b/spec/webview-spec.js index <HASH>..<HASH> 100644 --- a/spec/webview-spec.js +++ b/spec/webview-spec.js @@ -4,7 +4,7 @@ const http = require('http') const url = require('url') const {remote} = require('electron') -const {BrowserWindow} = remote +const {app} = remote describe('<...
Listen for browser-window-created event for asserts
diff --git a/feature/deps.go b/feature/deps.go index <HASH>..<HASH> 100644 --- a/feature/deps.go +++ b/feature/deps.go @@ -72,9 +72,6 @@ var deps = depDesc{ lnwire.KeysendOptional: { lnwire.TLVOnionPayloadOptional: {}, }, - lnwire.ScidAliasOptional: { - lnwire.ExplicitChannelTypeOptional: {}, - }, lnwire.Zero...
feature: remove `ScidAliasOptional` dependency on `ExplicitChannelTypeOptional` The [spec](<URL>) does not specify a dependency between `ScidAliasOptional` (<I>) and `ExplicitChannelTypeOptional` (<I>). This bug lead to some connectivity issues with peers not setting the <I> feature bit while setting the <I>. The is...
diff --git a/pyemma/_base/serialization/serialization.py b/pyemma/_base/serialization/serialization.py index <HASH>..<HASH> 100644 --- a/pyemma/_base/serialization/serialization.py +++ b/pyemma/_base/serialization/serialization.py @@ -92,8 +92,8 @@ class SerializableMixIn(object): flattened = jsonpickle.du...
[serialization] save pyemma version
diff --git a/salt/modules/file.py b/salt/modules/file.py index <HASH>..<HASH> 100644 --- a/salt/modules/file.py +++ b/salt/modules/file.py @@ -3480,7 +3480,12 @@ def open_files(by_pid=False): fd_.append('{0}/fd/{1}'.format(ppath, fpath)) for tid in tids: - fd_.append(os.path.realpath(...
Add back in try/except for checking files
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -14,6 +14,21 @@ import ( // https://developer.mozilla.org/en-US/docs/Web/API/WebSocket#Ready_state_constants type ReadyState uint16 +func (rs ReadyState) String() string { + switch rs { + case Connecting: + return "Connecting...
Add ReadyState.String()
diff --git a/src/org/mozilla/javascript/serialize/ScriptableOutputStream.java b/src/org/mozilla/javascript/serialize/ScriptableOutputStream.java index <HASH>..<HASH> 100644 --- a/src/org/mozilla/javascript/serialize/ScriptableOutputStream.java +++ b/src/org/mozilla/javascript/serialize/ScriptableOutputStream.java @@ -1...
Added XML and XMLList to the exclusion list
diff --git a/openquake/calculators/scenario_risk.py b/openquake/calculators/scenario_risk.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/scenario_risk.py +++ b/openquake/calculators/scenario_risk.py @@ -48,12 +48,12 @@ def scenario_risk(riskinputs, riskmodel, rlzs_assoc, monitor): :class:`openquake...
Fixed docstring (again)
diff --git a/bin/kong-dashboard.js b/bin/kong-dashboard.js index <HASH>..<HASH> 100755 --- a/bin/kong-dashboard.js +++ b/bin/kong-dashboard.js @@ -125,7 +125,7 @@ function start(argv) { argv.kongRequestOpts.headers['Authorization'] = 'Basic ' + base64; } - if (argv.apiKey !== '') { + if (argv.apiKey !== '' ...
do not send null apikey header if it wasn't provided
diff --git a/filter/tex/texed.php b/filter/tex/texed.php index <HASH>..<HASH> 100644 --- a/filter/tex/texed.php +++ b/filter/tex/texed.php @@ -31,10 +31,12 @@ $texexp = str_replace('&lt;','<',$texexp); $texexp = str_replace('&gt;','>',$texexp); $texexp = preg_replace('!\r\n?!',' ',$texexp); +...
MDL-<I> filter/tex reverting removal of $pathname in <URL>
diff --git a/tests/pytests/unit/modules/test_iptables.py b/tests/pytests/unit/modules/test_iptables.py index <HASH>..<HASH> 100644 --- a/tests/pytests/unit/modules/test_iptables.py +++ b/tests/pytests/unit/modules/test_iptables.py @@ -218,9 +218,10 @@ def test_build_rule(): ) # Should allow the --sa...
make comment in iptables module test file align with pytest
diff --git a/Makefile b/Makefile index <HASH>..<HASH> 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ GOFILES=\ mmap.go GOFILES_freebsd=\ - mmap_linux.go\ + mmap_darwin.go\ mmap_unix.go GOFILES_darwin=\ diff --git a/mmap_darwin.go b/mmap_darwin.go index <HASH>..<HASH> 100644 --- a/mmap_darwin.go +++ b/mm...
Use MAP_ANON with FreeBSD Untested, but the documentation makes it seem like this will work.
diff --git a/addon/internal-model.js b/addon/internal-model.js index <HASH>..<HASH> 100644 --- a/addon/internal-model.js +++ b/addon/internal-model.js @@ -77,7 +77,7 @@ export default class InternalModel { model.beginPropertyChanges(); } - let props = []; + let props = Ember.A(); let changed ...
actually check for isDeleted value not only isDeleted change --HG-- branch : feature/belongs-to-persisted
diff --git a/scripts/Roots/Bedrock/Installer.php b/scripts/Roots/Bedrock/Installer.php index <HASH>..<HASH> 100644 --- a/scripts/Roots/Bedrock/Installer.php +++ b/scripts/Roots/Bedrock/Installer.php @@ -32,7 +32,7 @@ class Installer { } $salts = array_map(function ($key) { - return sprintf("%s='%s'", $...
Fixing PSR-1 issues in installer
diff --git a/app/models/has_vcards/concerns/has_vcards.rb b/app/models/has_vcards/concerns/has_vcards.rb index <HASH>..<HASH> 100644 --- a/app/models/has_vcards/concerns/has_vcards.rb +++ b/app/models/has_vcards/concerns/has_vcards.rb @@ -27,7 +27,8 @@ module HasVcards def vcard_with_autobuild vcard...
fix: alias_method_chain is deprecated, replaced with alias_method
diff --git a/lib/sassc/rails/railtie.rb b/lib/sassc/rails/railtie.rb index <HASH>..<HASH> 100644 --- a/lib/sassc/rails/railtie.rb +++ b/lib/sassc/rails/railtie.rb @@ -53,9 +53,7 @@ module SassC::Rails end initializer :setup_compression, group: :all do |app| - app.config.assets.css_compressor = nil - - ...
Stop overriding the app css_compressor setting
diff --git a/pyaxo.py b/pyaxo.py index <HASH>..<HASH> 100644 --- a/pyaxo.py +++ b/pyaxo.py @@ -23,23 +23,23 @@ For more information, see https://github.com/rxcomm/pyaxo """ import errno -import sqlite3 -import binascii -import hmac import os +import sqlite3 import sys -import nacl.utils -import nacl.secret from ...
Organize imports Remove unused (`binascii` and `hmac`), separate standard from third-party and sort.
diff --git a/src/main/java/net/kyori/adventure/text/minimessage/parser/TokenParser.java b/src/main/java/net/kyori/adventure/text/minimessage/parser/TokenParser.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/kyori/adventure/text/minimessage/parser/TokenParser.java +++ b/src/main/java/net/kyori/adventure/text/m...
Directly resolve token content instead of creating a node And also an extra test because i was paranoid about this actually working
diff --git a/chainlet/chainlink.py b/chainlet/chainlink.py index <HASH>..<HASH> 100644 --- a/chainlet/chainlink.py +++ b/chainlet/chainlink.py @@ -338,6 +338,11 @@ class NeutralLink(ChainLink): __nonzero__ = __bool__ + def __eq__(self, other): + if isinstance(other, self.__class__): + retu...
NeutralLink now compares equal by boolean value
diff --git a/app/controllers/pbw/commands_controller.rb b/app/controllers/pbw/commands_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/pbw/commands_controller.rb +++ b/app/controllers/pbw/commands_controller.rb @@ -7,5 +7,10 @@ module Pbw def update_model_before_create(model) model.user = current...
Filter tokens and commands by current user
diff --git a/modules/web/src/main/java/org/torquebox/web/servlet/RackFilter.java b/modules/web/src/main/java/org/torquebox/web/servlet/RackFilter.java index <HASH>..<HASH> 100644 --- a/modules/web/src/main/java/org/torquebox/web/servlet/RackFilter.java +++ b/modules/web/src/main/java/org/torquebox/web/servlet/RackFilte...
Log if we can't fetch a servlet name, but don't error out.
diff --git a/db/sql.php b/db/sql.php index <HASH>..<HASH> 100644 --- a/db/sql.php +++ b/db/sql.php @@ -148,8 +148,8 @@ class SQL extends \PDO { $this->rollback(); user_error('PDOStatement: '.$error[2]); } - if (preg_match( - '/\b(?:CALL|EXPLAIN|SELECT|PRAGMA|SHOW|RETURNING)\b/i', + if (preg_...
Bug fix: DB Exec does not return affected row if query contain subselect (Issue #<I>)
diff --git a/O365/account.py b/O365/account.py index <HASH>..<HASH> 100644 --- a/O365/account.py +++ b/O365/account.py @@ -157,9 +157,9 @@ class Account(object): def planner(self, *, resource=''): """ Get an instance to read information from Microsoft planner """ - - if not isinstance(sel...
"protocol.get_scopes_for" now won't prefix scopes that are not scope_helpers
diff --git a/src/OutputFilter.php b/src/OutputFilter.php index <HASH>..<HASH> 100644 --- a/src/OutputFilter.php +++ b/src/OutputFilter.php @@ -154,18 +154,10 @@ class OutputFilter * @return string Processed string. * * @since 1.0 - * @todo There must be a better way??? */ public static function am...
use negative lookbehind/lookahed instead of a lot of str_replaces
diff --git a/src/main/java/org/fit/layout/api/AreaTreeOperator.java b/src/main/java/org/fit/layout/api/AreaTreeOperator.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/fit/layout/api/AreaTreeOperator.java +++ b/src/main/java/org/fit/layout/api/AreaTreeOperator.java @@ -16,6 +16,12 @@ public interface AreaTreeO...
Add a category to each visual area tree operator In order to provide categorization in the GUI
diff --git a/tests/openwrt/test_default.py b/tests/openwrt/test_default.py index <HASH>..<HASH> 100644 --- a/tests/openwrt/test_default.py +++ b/tests/openwrt/test_default.py @@ -1,5 +1,7 @@ import unittest +from openwisp_utils.tests import capture_stdout + from netjsonconfig import OpenWrt from netjsonconfig.util...
[tests] Avoided noisy output during tests #<I> Applied `capture_stdout` decorator on noisy tests. Closes #<I>
diff --git a/pkg/kvstore/allocator/allocator.go b/pkg/kvstore/allocator/allocator.go index <HASH>..<HASH> 100644 --- a/pkg/kvstore/allocator/allocator.go +++ b/pkg/kvstore/allocator/allocator.go @@ -488,17 +488,6 @@ func (a *Allocator) lockedAllocate(ctx context.Context, key AllocatorKey) (idpoo return 0, false, fmt...
kvstore/allocator: do not re-get slave key on allocation As the slave key is protected by the kvstore global lock it is not really necessary to do another Get of the slave key as the key will not be created by any other agent due the lock is still being held.
diff --git a/tests/Container/ConnectionFactoryTest.php b/tests/Container/ConnectionFactoryTest.php index <HASH>..<HASH> 100644 --- a/tests/Container/ConnectionFactoryTest.php +++ b/tests/Container/ConnectionFactoryTest.php @@ -313,6 +313,10 @@ class ConnectionFactoryTest extends TestCase $this->markTestSki...
add conditional so we can still test lowest dependencies as is
diff --git a/src/Client/InternalClient.js b/src/Client/InternalClient.js index <HASH>..<HASH> 100644 --- a/src/Client/InternalClient.js +++ b/src/Client/InternalClient.js @@ -1097,10 +1097,9 @@ export default class InternalClient { self.messageAwaits[channel.id + msg.author.id].map( fn => fn(msg) ); sel...
Don't acknowledge messages, fixes #<I>
diff --git a/src/macroresolver.py b/src/macroresolver.py index <HASH>..<HASH> 100644 --- a/src/macroresolver.py +++ b/src/macroresolver.py @@ -122,7 +122,7 @@ class MacroResolver(Borg): if callable(value): return str(value()) else: - return (value) + ...
* fixed a typo in the last commit
diff --git a/src/Console/Commands/SeedCommand.php b/src/Console/Commands/SeedCommand.php index <HASH>..<HASH> 100644 --- a/src/Console/Commands/SeedCommand.php +++ b/src/Console/Commands/SeedCommand.php @@ -35,6 +35,8 @@ class SeedCommand extends Command */ public function handle() { + $this->war...
Tweak seeder's output
diff --git a/Components/FileManager.php b/Components/FileManager.php index <HASH>..<HASH> 100644 --- a/Components/FileManager.php +++ b/Components/FileManager.php @@ -311,6 +311,11 @@ class FileManager if (is_file($fullpath) ) { Splash::Log()->Deb("MsgFileExists",__FUNCTION__,$file); ...
Improve : We don't care of unwritable file if similar => skip writing
diff --git a/src/core/graphics/webgl/utils/buildRoundedRectangle.js b/src/core/graphics/webgl/utils/buildRoundedRectangle.js index <HASH>..<HASH> 100644 --- a/src/core/graphics/webgl/utils/buildRoundedRectangle.js +++ b/src/core/graphics/webgl/utils/buildRoundedRectangle.js @@ -76,6 +76,21 @@ export default function bu...
minor optimisation of quadratic bezier curve calculation. (#<I>)
diff --git a/soccer/writers.py b/soccer/writers.py index <HASH>..<HASH> 100644 --- a/soccer/writers.py +++ b/soccer/writers.py @@ -85,7 +85,7 @@ class Stdout(BaseWriter): self.league_header(league) for game in games: self.scores(self.parse_result(game), add_new_line=False) - ...
Move utc-to-local function into a static method.
diff --git a/lib/rubycritic/core/analysed_file.rb b/lib/rubycritic/core/analysed_file.rb index <HASH>..<HASH> 100644 --- a/lib/rubycritic/core/analysed_file.rb +++ b/lib/rubycritic/core/analysed_file.rb @@ -31,9 +31,11 @@ module Rubycritic end def complexity_per_method - complexity.fdiv(methods_count)....
Fix dividing by zero (Never thought I'd ever write this aha)
diff --git a/prettyprinter/extras/django.py b/prettyprinter/extras/django.py index <HASH>..<HASH> 100644 --- a/prettyprinter/extras/django.py +++ b/prettyprinter/extras/django.py @@ -213,7 +213,7 @@ def pretty_queryset(queryset, ctx): else: truncated = False - element_ctx = ctx.set(ModelVerbosity, Mo...
Use assoc instead of set in Django definitions
diff --git a/src/codegeneration/BlockBindingTransformer.js b/src/codegeneration/BlockBindingTransformer.js index <HASH>..<HASH> 100644 --- a/src/codegeneration/BlockBindingTransformer.js +++ b/src/codegeneration/BlockBindingTransformer.js @@ -686,8 +686,7 @@ traceur.define('codegeneration', function() { /** ...
Transform const to var outside blocks BUG= TEST= Review URL: <URL>
diff --git a/platform/nativescript/runtime/components/frame.js b/platform/nativescript/runtime/components/frame.js index <HASH>..<HASH> 100644 --- a/platform/nativescript/runtime/components/frame.js +++ b/platform/nativescript/runtime/components/frame.js @@ -22,6 +22,16 @@ export default { required: false, ...
feat(frame): allow setting clearHistory and backstackVisible options for default pages. (#<I>)
diff --git a/bokeh/server/views/main.py b/bokeh/server/views/main.py index <HASH>..<HASH> 100644 --- a/bokeh/server/views/main.py +++ b/bokeh/server/views/main.py @@ -213,7 +213,7 @@ def make_plot(): from bokeh.objects import ( Plot, DataRange1d, LinearAxis, - ColumnDataSource, GlyphRenderer, + ...
GlyphRenderer -> Glyhp rename
diff --git a/client/js/util.js b/client/js/util.js index <HASH>..<HASH> 100644 --- a/client/js/util.js +++ b/client/js/util.js @@ -416,6 +416,10 @@ qq.android = function(){ "use strict"; return navigator.userAgent.toLowerCase().indexOf('android') !== -1; }; +qq.ios7 = function() { + "use strict"; + ret...
fix(client/js/util.js): #<I>, closes #<I> - provide a workaround for the MOV file size bug in iOS7
diff --git a/estnltk/layer/layer.py b/estnltk/layer/layer.py index <HASH>..<HASH> 100644 --- a/estnltk/layer/layer.py +++ b/estnltk/layer/layer.py @@ -59,6 +59,9 @@ class Layer: as database serialisation does not work for other types. See [estnltk.storage.postgres] for further documentation. """ + __slot...
added __slots__ for Layer (to be shortened in the future)
diff --git a/examples/server/generator.js b/examples/server/generator.js index <HASH>..<HASH> 100644 --- a/examples/server/generator.js +++ b/examples/server/generator.js @@ -384,7 +384,7 @@ var Generator = { //setInterval(randomActivity, 10000); }, - listen: function (handler) { + listen: function () { ...
Removing used vars from the code.
diff --git a/system_tests/language.py b/system_tests/language.py index <HASH>..<HASH> 100644 --- a/system_tests/language.py +++ b/system_tests/language.py @@ -115,3 +115,10 @@ class TestLanguage(unittest.TestCase): document = Config.CLIENT.document_from_url(gcs_url) entities = document.analyze_entitie...
Adding system test for analyze_sentiment() in language.
diff --git a/src/test/java/org/javamoney/moneta/PerformanceTest.java b/src/test/java/org/javamoney/moneta/PerformanceTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/javamoney/moneta/PerformanceTest.java +++ b/src/test/java/org/javamoney/moneta/PerformanceTest.java @@ -98,7 +98,7 @@ public class Performanc...
Reduced loop size of test by factor <I>.
diff --git a/lib/analyzeMultipleSites.js b/lib/analyzeMultipleSites.js index <HASH>..<HASH> 100644 --- a/lib/analyzeMultipleSites.js +++ b/lib/analyzeMultipleSites.js @@ -96,6 +96,7 @@ AnalyzeMultipleSites.prototype._setupConfigurationForSite = function(args, cb) { var urls = data.toString().split(EOL).filter(func...
fix for fetching site urls from file
diff --git a/lib/middleware/pre_fetch.js b/lib/middleware/pre_fetch.js index <HASH>..<HASH> 100644 --- a/lib/middleware/pre_fetch.js +++ b/lib/middleware/pre_fetch.js @@ -36,6 +36,8 @@ function createRemoteReadStream(request, urlPath) { URL = url.resolve(server, urlPath), protocol = protocolOf...
add more logging according to README documentation
diff --git a/js/tooltip.js b/js/tooltip.js index <HASH>..<HASH> 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -281,11 +281,11 @@ var $tip = this.tip() var e = $.Event('hide.bs.' + this.type) - this.$element.removeAttr('aria-describedby') - function complete() { if (that.hoverState != '...
Remove `aria-describedby` attribute later Fixes #<I>
diff --git a/bambou/nurest_object.py b/bambou/nurest_object.py index <HASH>..<HASH> 100644 --- a/bambou/nurest_object.py +++ b/bambou/nurest_object.py @@ -771,7 +771,7 @@ class NURESTObject(object): request = NURESTRequest(method=HTTP_METHOD_GET, url=self.get_resource_url()) if async: - r...
Fixed missing _did_fetch method
diff --git a/openquake/calculators/hazard/classical/core.py b/openquake/calculators/hazard/classical/core.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/hazard/classical/core.py +++ b/openquake/calculators/hazard/classical/core.py @@ -240,7 +240,6 @@ class ClassicalHazardCalculator(haz_general.BaseHazardCal...
calcs/hazard/classical/core: Missed one line.
diff --git a/lib/ttb-cache.js b/lib/ttb-cache.js index <HASH>..<HASH> 100644 --- a/lib/ttb-cache.js +++ b/lib/ttb-cache.js @@ -49,8 +49,11 @@ function getModuleVersionFromConfig(cfg) { // This check is specific to the Cordova module if (tu.fileExistsSync(path.join(cfg.projectPath, 'taco.json'))) { ...
Fix taco.json version handling Prior to this change, if taco.json did not contain a 'cordova-cli' entry, then we would default to edge. We now default to edge unless the user has configured the CORDOVA_DEFAULT_VERSION environment variable, which will be used if available.
diff --git a/bcbio/bam/trim.py b/bcbio/bam/trim.py index <HASH>..<HASH> 100644 --- a/bcbio/bam/trim.py +++ b/bcbio/bam/trim.py @@ -51,7 +51,7 @@ def _cutadapt_trim(fastq_files, quality_format, adapters, out_files, config): do.run(cmd.format(**locals()), message) else: with file_transaction(co...
use trasanction files for trimming steps
diff --git a/pyperform/timer.py b/pyperform/timer.py index <HASH>..<HASH> 100644 --- a/pyperform/timer.py +++ b/pyperform/timer.py @@ -4,16 +4,23 @@ from time import time from .tools import convert_time_units -timer_format = "{name}: {time}" +timer_format = "{name}: recent: {recent_time} average: {avg_time}" + ...
added calculation of average time to @timer
diff --git a/numeric.ly.js b/numeric.ly.js index <HASH>..<HASH> 100644 --- a/numeric.ly.js +++ b/numeric.ly.js @@ -106,7 +106,7 @@ var numeric = { if(Math.abs(left + right - whole) <= 15 * eps){ return left + right + (left + right - whole) / 15; }else{ - return simpsonRecursive(func, a, c, eps/2, left) ...
Fix transpose, simpsonRecursive Transpose wasn't returning anything and was overwriting the data as it attempted to move it. My new implementation probably isn't that fast, but it works. SimpsonRecursive, I think, just had a typo.
diff --git a/lib/fog/vcloud_director/generators/compute/edge_gateway_service_configuration.rb b/lib/fog/vcloud_director/generators/compute/edge_gateway_service_configuration.rb index <HASH>..<HASH> 100644 --- a/lib/fog/vcloud_director/generators/compute/edge_gateway_service_configuration.rb +++ b/lib/fog/vcloud_directo...
[vcloud_director] fix typo as per #<I>
diff --git a/src/Services/MediaManager.php b/src/Services/MediaManager.php index <HASH>..<HASH> 100644 --- a/src/Services/MediaManager.php +++ b/src/Services/MediaManager.php @@ -212,7 +212,8 @@ class MediaManager implements FileUploaderInterface, FileMoverInterface } /** - * Return the last modified ti...
Fallback to today for filesystems that dont give a timestamp value eg dropbox
diff --git a/detox/src/index.js b/detox/src/index.js index <HASH>..<HASH> 100644 --- a/detox/src/index.js +++ b/detox/src/index.js @@ -6,7 +6,7 @@ const argparse = require('./utils/argparse'); const InvocationManager = require('./invoke').InvocationManager; const configuration = require('./configuration'); -log.lev...
fix: ReferenceError: loglevel is not defined
diff --git a/src/Ems/Testing/LoggingCallable.php b/src/Ems/Testing/LoggingCallable.php index <HASH>..<HASH> 100644 --- a/src/Ems/Testing/LoggingCallable.php +++ b/src/Ems/Testing/LoggingCallable.php @@ -18,6 +18,21 @@ class LoggingCallable implements Countable protected $calls = []; /** + * @var callabl...
Allow a custom handler in LoggingCallable
diff --git a/Controller/SecurityFOSUser1Controller.php b/Controller/SecurityFOSUser1Controller.php index <HASH>..<HASH> 100644 --- a/Controller/SecurityFOSUser1Controller.php +++ b/Controller/SecurityFOSUser1Controller.php @@ -28,9 +28,9 @@ class SecurityFOSUser1Controller extends SecurityController */ publi...
Security token can be null in login form on <I>
diff --git a/restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/interpreter/Interpreter.java b/restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/interpreter/Interpreter.java index <HASH>..<HASH> 100644 --- a/restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/...
RESTCOMM-<I> #Resolve-Issue Fixed #time 1h #comment made 'fixed' option rely on module name instead of the label
diff --git a/vagrant_box_defaults.rb b/vagrant_box_defaults.rb index <HASH>..<HASH> 100644 --- a/vagrant_box_defaults.rb +++ b/vagrant_box_defaults.rb @@ -3,12 +3,12 @@ Vagrant.require_version ">= 2.2.0" $SERVER_BOX = "cilium/ubuntu-dev" -$SERVER_VERSION= "227" +$SERVER_VERSION= "228" $NETNEXT_SERVER_BOX= "cilium/...
vagrant: Bump Vagrant box versions
diff --git a/vyper/cli/vyper_compile.py b/vyper/cli/vyper_compile.py index <HASH>..<HASH> 100755 --- a/vyper/cli/vyper_compile.py +++ b/vyper/cli/vyper_compile.py @@ -35,7 +35,7 @@ opcodes - List of opcodes as a string opcodes_runtime - List of runtime opcodes as a string ir - Intermedia...
rename CLI option --ir-hex to --hex-ir (#<I>) it's easier to remember this way
diff --git a/module_dtleds.go b/module_dtleds.go index <HASH>..<HASH> 100644 --- a/module_dtleds.go +++ b/module_dtleds.go @@ -55,7 +55,7 @@ func (m *DTLEDModule) SetOptions(options map[string]interface{}) error { } // Get a LED to manipulate. 'led' must be 0 to 3. -func (m *DTLEDModule) GetLED(led string) (*DTLEDM...
Fix #<I>, GetLED has wrong signature leading to runtime error
diff --git a/tests/models.py b/tests/models.py index <HASH>..<HASH> 100644 --- a/tests/models.py +++ b/tests/models.py @@ -18,3 +18,6 @@ class EmailUser(AbstractBaseUser): def get_username(self): return self.email + + class Meta: + app_label = 'sudo_tests'
Give test model an app_label for Django <I>
diff --git a/doc/source/examples/dierickx_eccentricities.py b/doc/source/examples/dierickx_eccentricities.py index <HASH>..<HASH> 100644 --- a/doc/source/examples/dierickx_eccentricities.py +++ b/doc/source/examples/dierickx_eccentricities.py @@ -1,5 +1,4 @@ import os, os.path -import pexpect import subprocess from ...
modifications to tests for estimateDeltaStaeckel and removed import statement from dierickx_eccentricities
diff --git a/lib/flatiron/plugins/resourceful.js b/lib/flatiron/plugins/resourceful.js index <HASH>..<HASH> 100644 --- a/lib/flatiron/plugins/resourceful.js +++ b/lib/flatiron/plugins/resourceful.js @@ -94,6 +94,8 @@ exports.init = function (done) { app.config.get('resourceful') || {} ); + app.config.set('...
[fix] Set the `resourceful` config value in the app from provided options
diff --git a/core/src/main/java/com/orientechnologies/orient/core/record/impl/ODocument.java b/core/src/main/java/com/orientechnologies/orient/core/record/impl/ODocument.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/core/record/impl/ODocument.java +++ b/core/src/main/java/com/or...
Fixed issue #<I> about batch HTTP
diff --git a/tests/spec_test.py b/tests/spec_test.py index <HASH>..<HASH> 100644 --- a/tests/spec_test.py +++ b/tests/spec_test.py @@ -19,6 +19,8 @@ builtins_path = '__builtin__' if sys.version_info > (3,): builtins_path = 'builtins' long = int +else: + builtins_path = 'yapconf.spec' original_env = Non...
Importing `open` from io package in Python 2
diff --git a/packages/webiny-app-cms/src/editor/plugins/defaultBar/components/PublishPageButton.js b/packages/webiny-app-cms/src/editor/plugins/defaultBar/components/PublishPageButton.js index <HASH>..<HASH> 100644 --- a/packages/webiny-app-cms/src/editor/plugins/defaultBar/components/PublishPageButton.js +++ b/package...
fix: show "publish changes" instead of just "publish" when editing a new revision (#<I>)
diff --git a/djcelery/utils.py b/djcelery/utils.py index <HASH>..<HASH> 100644 --- a/djcelery/utils.py +++ b/djcelery/utils.py @@ -7,7 +7,7 @@ from datetime import datetime from django.conf import settings # Database-related exceptions. -from django.db.utils import DatabaseError +from django.db import DatabaseError...
Fixes compatibility with Django < <I>
diff --git a/metal/end_model/loss.py b/metal/end_model/loss.py index <HASH>..<HASH> 100644 --- a/metal/end_model/loss.py +++ b/metal/end_model/loss.py @@ -20,10 +20,9 @@ class SoftCrossEntropyLoss(nn.Module): def __init__(self, weight=None, reduction="elementwise_mean"): super().__init__() - self...
Remove unnecessary assert and convert weight to FloatTensor
diff --git a/dask_kubernetes/core.py b/dask_kubernetes/core.py index <HASH>..<HASH> 100644 --- a/dask_kubernetes/core.py +++ b/dask_kubernetes/core.py @@ -87,8 +87,8 @@ class Pod(ProcessInterface): raise e async def close(self, **kwargs): - name, namespace = self._pod.metadata.name, s...
ensure Pod.close() succeeds when pod has already been removed (#<I>)
diff --git a/Tests/Controller/WikiControllerTest.php b/Tests/Controller/WikiControllerTest.php index <HASH>..<HASH> 100644 --- a/Tests/Controller/WikiControllerTest.php +++ b/Tests/Controller/WikiControllerTest.php @@ -46,6 +46,13 @@ final class WikiControllerTest extends AbstractBootstrapWebTestCase { $cl...
Add a test for a unknown Wiki page