hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
389b3a9b4eabf41c88650fb78fc2afc1d69e5db6
diff --git a/src/Projection/Catalog/Import/SimpleProductBuilder.php b/src/Projection/Catalog/Import/SimpleProductBuilder.php index <HASH>..<HASH> 100644 --- a/src/Projection/Catalog/Import/SimpleProductBuilder.php +++ b/src/Projection/Catalog/Import/SimpleProductBuilder.php @@ -3,7 +3,6 @@ namespace LizardsAndPumpkins...
Issue #<I>: Remove obsolete imports
lizards-and-pumpkins_catalog
train
c34f03801f90e09d81da2d675b8182cdf352f729
diff --git a/plugins/Search/src/Model/Behavior/SearchableBehavior.php b/plugins/Search/src/Model/Behavior/SearchableBehavior.php index <HASH>..<HASH> 100644 --- a/plugins/Search/src/Model/Behavior/SearchableBehavior.php +++ b/plugins/Search/src/Model/Behavior/SearchableBehavior.php @@ -11,14 +11,15 @@ */ namespace S...
refactoring Searchable behavior adding default words extractor, if no "fields" is provided default extractor will be used
quickapps_cms
train
88cc6e752c0fc2238984b374a64bda4ea8e43af2
diff --git a/eliot/_validation.py b/eliot/_validation.py index <HASH>..<HASH> 100644 --- a/eliot/_validation.py +++ b/eliot/_validation.py @@ -156,16 +156,19 @@ class Field(object): -def fields(**keys): +def fields(*fields, **keys): """ Factory for for L{MessageType} and L{ActionType} field definitions....
Allow positional arguments, of `Field` instances, to `fields`.
itamarst_eliot
train
caa48b882dcf2b9c99822fb19e86a6af2ba28fb7
diff --git a/cherrypy/_cprequest.py b/cherrypy/_cprequest.py index <HASH>..<HASH> 100644 --- a/cherrypy/_cprequest.py +++ b/cherrypy/_cprequest.py @@ -185,7 +185,8 @@ class Dispatcher(object): return base # Try successive objects (reverse order) - for i in xrange(len(object_trail)...
Fix for #<I> (mapPathToObject should remove a trailing /, not just add it). CP 3 only. Configurable now via request.redirect_on_extra_slash and request.redirect_on_missing_slash. Also broke the slash logic out of find_handler, so it's more reusable.
cherrypy_cheroot
train
6639a8134bb529a12a48218cec3f03bc43782eb2
diff --git a/modules/core/router-lifecycle.js b/modules/core/router-lifecycle.js index <HASH>..<HASH> 100644 --- a/modules/core/router-lifecycle.js +++ b/modules/core/router-lifecycle.js @@ -80,7 +80,7 @@ export default function withRouterLifecycle(router) { } else { // Initialise router with prov...
fix: make sure TRANSITION_SUCCESS is caled when starting with state
router5_router5
train
9fa438de16fa53e59ac276ca86b7824e9eb24c72
diff --git a/src/Storage/Database/Schema/Comparison/DiffUpdater.php b/src/Storage/Database/Schema/Comparison/DiffUpdater.php index <HASH>..<HASH> 100644 --- a/src/Storage/Database/Schema/Comparison/DiffUpdater.php +++ b/src/Storage/Database/Schema/Comparison/DiffUpdater.php @@ -42,4 +42,27 @@ class DiffUpdater { ...
Adjuster for a TableDiff
bolt_bolt
train
d2f8f2cbb8fd81d83751c175cf09420338f848ab
diff --git a/src/main/java/com/datasift/client/managedsource/sources/FacebookPage.java b/src/main/java/com/datasift/client/managedsource/sources/FacebookPage.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/datasift/client/managedsource/sources/FacebookPage.java +++ b/src/main/java/com/datasift/client/managedso...
Add new resources to the Facebook source type for Instagram graph API content
datasift_datasift-java
train
bfbb55d4639a2d9581da664da89e53ef2b4656aa
diff --git a/src/asset_manager/config/config.js b/src/asset_manager/config/config.js index <HASH>..<HASH> 100644 --- a/src/asset_manager/config/config.js +++ b/src/asset_manager/config/config.js @@ -13,4 +13,12 @@ module.exports = { // Label for the add button addBtnText: 'Add image', + + // Custom uploadFile...
Custom uploadFile option. Closes #<I> With this option, in assetManager, is possible to override the built-in method
artf_grapesjs
train
25364f87a61fc0f480a41db3562e8c42bad78da6
diff --git a/newsletter-bundle/src/Resources/contao/classes/Newsletter.php b/newsletter-bundle/src/Resources/contao/classes/Newsletter.php index <HASH>..<HASH> 100644 --- a/newsletter-bundle/src/Resources/contao/classes/Newsletter.php +++ b/newsletter-bundle/src/Resources/contao/classes/Newsletter.php @@ -294,11 +294,1...
[Newsletter] Moved the Contao library to `system/modules/core/library` and made it PSR-0 compatible
contao_contao
train
1f10354de735fcb1d03a7742decf479136063566
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,11 @@ setup(name='Flask-JWT-Extended', packages=['flask_jwt_extended'], zip_safe=False, platforms='any', - install_requires=['Flask', 'PyJWT'], + install_requires=[ + 'Werkzeug...
Add Werkzeug>=<I> to install requirements This addresses the issue with the samesite cookie feature outlined in #<I>
vimalloc_flask-jwt-extended
train
225a25768afa7d2d375ecf4ab8619feeddd01c27
diff --git a/server/server.go b/server/server.go index <HASH>..<HASH> 100644 --- a/server/server.go +++ b/server/server.go @@ -1182,8 +1182,13 @@ func (s *StanServer) stanClosedHandler(nc *nats.Conn) { } func (s *StanServer) stanErrorHandler(nc *nats.Conn, sub *nats.Subscription, err error) { - s.log.Errorf("Asynch...
[FIXED] Panic in async error handler when sub is nil
nats-io_nats-streaming-server
train
21fc140b54db19ed3735ba46149ef92f8797b811
diff --git a/leonardo/module/web/models/widget.py b/leonardo/module/web/models/widget.py index <HASH>..<HASH> 100644 --- a/leonardo/module/web/models/widget.py +++ b/leonardo/module/web/models/widget.py @@ -2,7 +2,6 @@ from __future__ import unicode_literals from django.conf import settings -from django.contrib.con...
Add new Django import path for generic FK and make logo optional.
django-leonardo_django-leonardo
train
21e1fdedc3a8d9195651bc07e1d3896941e4eb0f
diff --git a/src/lib.js b/src/lib.js index <HASH>..<HASH> 100644 --- a/src/lib.js +++ b/src/lib.js @@ -7,10 +7,14 @@ export function extractIntl(files) { files = [files]; } - const fileContents = files.map(readFile); - - fileContents[0].then(data => { - return resolve(parse(data)); + return ...
Read from multiple files, not just the first one
maxdeviant_extract-intl
train
9c81b270fba97323e473be29cb358224da36209d
diff --git a/sonar-server/src/main/webapp/javascripts/navigator/issues.js b/sonar-server/src/main/webapp/javascripts/navigator/issues.js index <HASH>..<HASH> 100644 --- a/sonar-server/src/main/webapp/javascripts/navigator/issues.js +++ b/sonar-server/src/main/webapp/javascripts/navigator/issues.js @@ -735,7 +735,8 @@ j...
New Issues Page: fix plugin actions
SonarSource_sonarqube
train
07eea1e504bfd8c89d2d556f634f778e0c4e311c
diff --git a/html/pfappserver/root/static/js/interface.js b/html/pfappserver/root/static/js/interface.js index <HASH>..<HASH> 100644 --- a/html/pfappserver/root/static/js/interface.js +++ b/html/pfappserver/root/static/js/interface.js @@ -51,7 +51,7 @@ var InterfaceView = function(options) { this.disableToggle = f...
Fixed vlan not being read properly
inverse-inc_packetfence
train
5bbb84efa70489caa800d4ec59bfc999359ff064
diff --git a/lib/vagrant/provisioners/chef_server.rb b/lib/vagrant/provisioners/chef_server.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/provisioners/chef_server.rb +++ b/lib/vagrant/provisioners/chef_server.rb @@ -6,7 +6,7 @@ module Vagrant def prepare if env.config.chef.validation_key_path.nil? ...
Chef server validation key path now expands
hashicorp_vagrant
train
c730f2dfca8a40decd2a543b935cd681a861bc05
diff --git a/lib/hooks/inheritable_attribute.rb b/lib/hooks/inheritable_attribute.rb index <HASH>..<HASH> 100644 --- a/lib/hooks/inheritable_attribute.rb +++ b/lib/hooks/inheritable_attribute.rb @@ -1,5 +1,7 @@ require "uber/inheritable_attr" -Hooks::InheritableAttribute = Uber::InheritableAttr +module Hooks + Inhe...
fix bug when `uninitialized constant Hooks` was thrown when using InheritableAttribute exclusively. fixes #<I>.
apotonick_hooks
train
c2e2b94f3e3e58a8222634427edb0ebd5bbe7f0c
diff --git a/views/layouts/main.php b/views/layouts/main.php index <HASH>..<HASH> 100644 --- a/views/layouts/main.php +++ b/views/layouts/main.php @@ -4,7 +4,7 @@ <meta charset="UTF-8" /> <title><?php echo CHtml::encode($this->pageTitle); ?></title> <meta http-equiv="Content-Type" content="text/html; cha...
Keyword have been on my todo list since forever...
ciims_ciims-themes-default
train
b1deb69701571570d55f3a635a3a1fe092143aaf
diff --git a/spyderlib/plugins/__init__.py b/spyderlib/plugins/__init__.py index <HASH>..<HASH> 100644 --- a/spyderlib/plugins/__init__.py +++ b/spyderlib/plugins/__init__.py @@ -21,9 +21,10 @@ These plugins inherit the following classes from spyderlib.qt.QtGui import (QDockWidget, QWidget, QShortcut, QCursor, ...
Revision a<I>e<I>c was not working on old versions of PyQt Update Issue <I> Status: Fixed Revision a<I>e<I>c is apparently working on PyQt <I>+ on Windows platforms. On non-Windows platforms, it produces a lot of warning messages in the terminal. So this revision enables the fix only on Windows platforms with PyQt <...
spyder-ide_spyder
train
3f27705ddd0f6207df4fbd06e2192149522fee89
diff --git a/nodeconductor/quotas/tests/models.py b/nodeconductor/quotas/tests/models.py index <HASH>..<HASH> 100644 --- a/nodeconductor/quotas/tests/models.py +++ b/nodeconductor/quotas/tests/models.py @@ -30,6 +30,11 @@ class ParentModel(core_models.UuidMixin, quotas_models.QuotaModelMixin, core_mod targ...
Add unit tests for delta counter field [WAL-<I>]
opennode_waldur-core
train
8e3a873c905a2d2f956da778ea0939bf93aa271e
diff --git a/horizon/static/framework/util/filters/filters.js b/horizon/static/framework/util/filters/filters.js index <HASH>..<HASH> 100644 --- a/horizon/static/framework/util/filters/filters.js +++ b/horizon/static/framework/util/filters/filters.js @@ -163,18 +163,6 @@ var format = ngettext('Displaying %s item...
Remove old trans filter Once we make the move to angular-gettext, we will not longer need the trans filter. Since we are not using it anywhere, we can safely remove it now, and ensure that there will be no future conflict. Change-Id: Id<I>a<I>db9e<I>e<I>c<I>ec<I>a<I>a<I>e Closes-bug: #<I>
openstack_horizon
train
9fb079c09739b903ad48bade995c7c85d88d72f0
diff --git a/test/integration/recoverable_test.rb b/test/integration/recoverable_test.rb index <HASH>..<HASH> 100644 --- a/test/integration/recoverable_test.rb +++ b/test/integration/recoverable_test.rb @@ -33,6 +33,17 @@ class PasswordTest < Devise::IntegrationTest click_button 'Change my password' end + te...
Add a test which checks for Case Mapping Collisions when resetting pw See here for more information <URL>
plataformatec_devise
train
755b46c811089e313a4f911e47a885f3dc18f456
diff --git a/spec/bolt/applicator_spec.rb b/spec/bolt/applicator_spec.rb index <HASH>..<HASH> 100644 --- a/spec/bolt/applicator_spec.rb +++ b/spec/bolt/applicator_spec.rb @@ -46,7 +46,8 @@ describe Bolt::Applicator do certname: uri, extensions: {}, hostname: uri, - domain: nil ...
Fix broken applicator and apply tests
puppetlabs_bolt
train
766ae5d2e016f79fff992e2c1ea93e9c7e142abf
diff --git a/src/main/java/com/github/tomakehurst/wiremock/WireMockServer.java b/src/main/java/com/github/tomakehurst/wiremock/WireMockServer.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/tomakehurst/wiremock/WireMockServer.java +++ b/src/main/java/com/github/tomakehurst/wiremock/WireMockServer.java @...
Fixed bug causing an exception to be thrown when attempting to use the JUnit rule with HTTP disabled
tomakehurst_wiremock
train
eeb55069b608ae24b028b20c90d8eae38f2519dc
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>com.etnetera.qa</groupId> <artifactId>seleniumbrowser</artifactId> - <version>0.2.5</version> + <version>0.2.6</version> <packaging>jar</packaging> <name>SeleniumBrowser</name> diff --git a/src/ma...
set browser into page before configuring it from annotation
etnetera_seb
train
76339baf6c9407b073828245e3458f4df35190ae
diff --git a/script.go b/script.go index <HASH>..<HASH> 100644 --- a/script.go +++ b/script.go @@ -754,7 +754,7 @@ func removeOpcode(pkscript []parsedOpcode, opcode byte) []parsedOpcode { func removeOpcodeByData(pkscript []parsedOpcode, data []byte) []parsedOpcode { retScript := make([]parsedOpcode, 0, len(pkscript)...
Make removeOpcodeByData in line with bitcoind behaviour. It should remove the opcode and data is the data is contained within the data pushed, not just if it is equal to it. Found by bitcoind tx tests.
btcsuite_btcd
train
645005f34fb559744655a269462d115e5931db58
diff --git a/flask_appbuilder/security/views.py b/flask_appbuilder/security/views.py index <HASH>..<HASH> 100644 --- a/flask_appbuilder/security/views.py +++ b/flask_appbuilder/security/views.py @@ -440,10 +440,10 @@ class AuthOAuthView(AuthView): self.appbuilder.sm.oauth_handler = \ self....
remover print from beta oauth auth view, py3 compatibility
dpgaspar_Flask-AppBuilder
train
45d2e5b805a7a0ee51c1f612920c71710d6ae90f
diff --git a/src/Console/Command/ExportCommand.php b/src/Console/Command/ExportCommand.php index <HASH>..<HASH> 100644 --- a/src/Console/Command/ExportCommand.php +++ b/src/Console/Command/ExportCommand.php @@ -11,6 +11,7 @@ namespace Emico\TweakwiseExport\Console\Command; use Emico\TweakwiseExport\Model\Config; use ...
Added emulation of area in command line exporter. To ensure if an area is already set this is not overwritten / exception thrown. Fixes #<I>
EmicoEcommerce_Magento2TweakwiseExport
train
ceab3cc25cb7257c273b81dbf06f0c4e00fade90
diff --git a/src/Illuminate/Mail/Mailer.php b/src/Illuminate/Mail/Mailer.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Mail/Mailer.php +++ b/src/Illuminate/Mail/Mailer.php @@ -207,7 +207,9 @@ class Mailer implements MailerContract, MailQueueContract $this->sendSwiftMessage($message->getSwiftMessage())...
Handle case when $this->events is null
laravel_framework
train
cbc09327a2c2784e2f94a99c1b8a21b0d57f7ce0
diff --git a/apps/distgo/pkg/git/git.go b/apps/distgo/pkg/git/git.go index <HASH>..<HASH> 100644 --- a/apps/distgo/pkg/git/git.go +++ b/apps/distgo/pkg/git/git.go @@ -144,8 +144,8 @@ func branch(gitDir string) (string, error) { } func trimmedCombinedGitCmdOutput(gitDir string, args ...string) (string, error) { - gi...
Remove use of '-C' flag in Git commands (#<I>) Set working directory directly on the Go command executor instead. Fixes #<I>
palantir_godel
train
142efb1e6e982d690f431e50df283565b740c6a0
diff --git a/ActiveQuery.php b/ActiveQuery.php index <HASH>..<HASH> 100644 --- a/ActiveQuery.php +++ b/ActiveQuery.php @@ -9,7 +9,6 @@ namespace yii\mongodb; use yii\db\ActiveQueryInterface; use yii\db\ActiveQueryTrait; -use yii\db\ActiveRelationInterface; use yii\db\ActiveRelationTrait; /** @@ -60,7 +59,7 @@ u...
merged ActiveQueryInterface and ActiveRelatioInterface
yiisoft_yii2-mongodb
train
7892948d1f6ee00979a5330b01565b9ebf87aafe
diff --git a/lang/en_utf8/repository_flickr.php b/lang/en_utf8/repository_flickr.php index <HASH>..<HASH> 100644 --- a/lang/en_utf8/repository_flickr.php +++ b/lang/en_utf8/repository_flickr.php @@ -1,6 +1,7 @@ <?php $string['apikey'] = 'API Key'; $string['callbackurl'] = 'Callback URL'; +$string['callbackwarning'] ...
MDL-<I>: minor changes for flickr admin settings
moodle_moodle
train
7531177e58503e2654d81864f5ed4acfecb96c74
diff --git a/ChangeLog b/ChangeLog index <HASH>..<HASH> 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,8 @@ * Fixed bug #40386: PHP 5.4 Compatibility * Fixed bug #40382: Typo in Method getPageTitle prevents pagetitle from being indexed in some cases, credits Dominik Steinborn - * Fixed a bug where the facet op...
[BUGFIX] Used facet option links did not have the correct target page
TYPO3-Solr_ext-solr
train
e25c774dde971dc4afd40648e9ccd0af53b34ce9
diff --git a/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php b/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php +++ b/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php @@ -669,6 +669,7 @@ class MySqlPlatform extends AbstractPlatform 'ti...
Added missing MySQL data type: set.
doctrine_dbal
train
e648811f59e5c88ed3d34c8be98860ca593e597e
diff --git a/src/Client/Html/Catalog/Home/Standard.php b/src/Client/Html/Catalog/Home/Standard.php index <HASH>..<HASH> 100644 --- a/src/Client/Html/Catalog/Home/Standard.php +++ b/src/Client/Html/Catalog/Home/Standard.php @@ -109,51 +109,13 @@ class Standard $tree = \Aimeos\Controller\Frontend::create( $context, 'c...
Split data() method in catalog/home component
aimeos_ai-client-html
train
8981a7b2e5bf279aa8e25022737f1aaa67b59c0f
diff --git a/spec/psc/faraday/accept_psc_types_spec.rb b/spec/psc/faraday/accept_psc_types_spec.rb index <HASH>..<HASH> 100644 --- a/spec/psc/faraday/accept_psc_types_spec.rb +++ b/spec/psc/faraday/accept_psc_types_spec.rb @@ -3,7 +3,7 @@ require File.expand_path('../../../spec_helper', __FILE__) module Psc::Faraday ...
All middleware (so far) is unconditional.
NUBIC_psc.rb
train
b99f03fcb8242dd2fd1ac769642c41314679833b
diff --git a/lib/events.js b/lib/events.js index <HASH>..<HASH> 100644 --- a/lib/events.js +++ b/lib/events.js @@ -33,13 +33,14 @@ function bufferEvents (emitter, eventsToBuffer) { class KarmaEventEmitter extends EventEmitter { bind (object) { - Object.keys(object).forEach((method) => { + for (const method ...
fix(events): bind emitters with for..in. (#<I>) Fixes #<I>
karma-runner_karma
train
4ac7adaed61d05e11d0dcfa9e5c548624de39c4b
diff --git a/lib/nack/server.rb b/lib/nack/server.rb index <HASH>..<HASH> 100644 --- a/lib/nack/server.rb +++ b/lib/nack/server.rb @@ -61,59 +61,64 @@ module Nack def start loop do - sock = server.accept - - env, input = nil, StringIO.new - Yajl::Parser.parse(sock) do |obj| - ...
Rescue from any exceptions in handler
josh_nack
train
8186797786fef06220dcea10f28d59b3b1a50453
diff --git a/js/jquery.tooltipster.js b/js/jquery.tooltipster.js index <HASH>..<HASH> 100644 --- a/js/jquery.tooltipster.js +++ b/js/jquery.tooltipster.js @@ -130,7 +130,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI // if this is a touch device, add some touch events...
Remove the delegated icon in destroy method
iamceege_tooltipster
train
1c120ce99fe762f6d1b04140752b9c6507d09e53
diff --git a/src/api/interactivity.js b/src/api/interactivity.js index <HASH>..<HASH> 100644 --- a/src/api/interactivity.js +++ b/src/api/interactivity.js @@ -1,6 +1,13 @@ import mitt from 'mitt'; import Layer from './layer'; +const EVENTS = [ + 'featureClick', + 'featureClickOut', + 'featureEnter', + '...
Add test for interactvity.on with invalid event
CartoDB_carto-vl
train
f69f92b9fbf972dd8d6a0d08e8f17f9804ebb537
diff --git a/cpo-core/src/main/java/org/synchronoss/cpo/CpoAdapterFactory.java b/cpo-core/src/main/java/org/synchronoss/cpo/CpoAdapterFactory.java index <HASH>..<HASH> 100644 --- a/cpo-core/src/main/java/org/synchronoss/cpo/CpoAdapterFactory.java +++ b/cpo-core/src/main/java/org/synchronoss/cpo/CpoAdapterFactory.java @...
cleaned up error messaging and made sure we stop processing if the config.xml is bad
synchronoss_cpo-api
train
d9ed3e2a19233f7a679e84f700cb4e51d69b02b2
diff --git a/registry/registry_test.go b/registry/registry_test.go index <HASH>..<HASH> 100644 --- a/registry/registry_test.go +++ b/registry/registry_test.go @@ -94,7 +94,6 @@ func (s *S) TestRegistryRemoveImageUnknownRegistry(c *check.C) { c.Assert(s.server.Repos[0].Tags, check.HasLen, 1) err := RemoveImage("fake...
registry: do not validate error message as it depends on the network
tsuru_tsuru
train
95d44d02a31804bcb38aa6d81b99dcfa59ba1ec4
diff --git a/lib/kuroko2.rb b/lib/kuroko2.rb index <HASH>..<HASH> 100644 --- a/lib/kuroko2.rb +++ b/lib/kuroko2.rb @@ -4,7 +4,6 @@ require 'aws-sdk' require 'retryable' require 'faraday' require 'html/pipeline' -require 'weak_parameters' require "kuroko2/engine" require "kuroko2/configuration" diff --git a/lib/k...
Move to engine.rb / weak_parameters depends rails
cookpad_kuroko2
train
ea65ac64de62d3cb7e0a40a3538d57ca18c448d3
diff --git a/gevent_zeromq/_zmq.py b/gevent_zeromq/_zmq.py index <HASH>..<HASH> 100644 --- a/gevent_zeromq/_zmq.py +++ b/gevent_zeromq/_zmq.py @@ -80,9 +80,9 @@ class Socket(socket.Socket): self.__readable.wait() def send(self, data, flags=0, copy=True, track=False): + # Marker as to if we've enc...
moved saw_eagains out of loop..
tmc_gevent-zeromq
train
1ff3931c4a8dbd10e6d070386840e837a507e814
diff --git a/plugins/clamd.js b/plugins/clamd.js index <HASH>..<HASH> 100644 --- a/plugins/clamd.js +++ b/plugins/clamd.js @@ -232,7 +232,9 @@ exports.hook_data_post = function (next, connection) { var result = ''; socket.on('line', function (line) { - connection.logprotocol(plugin, 'C:' ...
<I> binary log (#<I>) * Binary log file The log file without that replacement, is interpreted as binary file log issue. * Binary log replace regexp binary replace with code replace * remove variable, line wrap closes <I>
haraka_Haraka
train
3a254a84fcf529a9c80bd499a972cad4a5b558c8
diff --git a/lib/deep_unrest/read.rb b/lib/deep_unrest/read.rb index <HASH>..<HASH> 100644 --- a/lib/deep_unrest/read.rb +++ b/lib/deep_unrest/read.rb @@ -127,7 +127,8 @@ module DeepUnrest paginationParams: jsonapi_result.pagination_params, recordCount: jsonapi_result.record_count, sort...
[bugfix] read: return page + filter info for current node result set
graveflex_deep_unrest
train
e29d918dd962970dc5f06c59752e58b29d5c585e
diff --git a/rope/base/fscommands.py b/rope/base/fscommands.py index <HASH>..<HASH> 100644 --- a/rope/base/fscommands.py +++ b/rope/base/fscommands.py @@ -26,9 +26,10 @@ except ImportError: def create_fscommands(root): - if 'pysvn' in globals() and '_svn' in os.listdir(root): + dirlist = os.listdir(root) + ...
fscommands: checking for .svn when choosing fscommands
python-rope_rope
train
03cfe0ad72a6f4a34cbe76de3edb2fc1fdd1731b
diff --git a/mt940/models.py b/mt940/models.py index <HASH>..<HASH> 100644 --- a/mt940/models.py +++ b/mt940/models.py @@ -228,7 +228,7 @@ class Transactions(collections.Sequence): # Combine multiple results together as one string, Rabobank has # multiple :86: tags for a single transac...
fixed issue with transaction scoped non-string objects
WoLpH_mt940
train
d2b203bc71082604c20946530206b7491faa8122
diff --git a/src/dag/get.js b/src/dag/get.js index <HASH>..<HASH> 100644 --- a/src/dag/get.js +++ b/src/dag/get.js @@ -20,23 +20,12 @@ module.exports = (send) => { } options = options || {} + path = path || '' if (CID.isCID(cid)) { cid = cid.toBaseEncodedString() } - if (typeof ci...
fix(dag): path logic for DAG get was wrong
ipfs_js-ipfs-http-client
train
866eddc4ef88cb4e82e2687f89de0d7c25ce1740
diff --git a/lib/webuser_tests.py b/lib/webuser_tests.py index <HASH>..<HASH> 100644 --- a/lib/webuser_tests.py +++ b/lib/webuser_tests.py @@ -27,6 +27,7 @@ import unittest from invenio import webuser from invenio.testutils import make_test_suite, run_test_suite +from invenio.dbquery import run_sql class ApacheA...
Added tests for isUserSuperAdmin
inveniosoftware_invenio-accounts
train
77b9f1b851bc3c5d0cf3bee5b206bf9382ba822f
diff --git a/src/CascadeSoftDeletes.php b/src/CascadeSoftDeletes.php index <HASH>..<HASH> 100644 --- a/src/CascadeSoftDeletes.php +++ b/src/CascadeSoftDeletes.php @@ -41,7 +41,12 @@ trait CascadeSoftDeletes $model->{$relationship}->{$delete}(); } else { foreach...
Many2Many through pivot table support
michaeldyrynda_laravel-cascade-soft-deletes
train
143c8374f04b83bf6d8a73c2188c9bd679a8557c
diff --git a/process/context/context.go b/process/context/context.go index <HASH>..<HASH> 100644 --- a/process/context/context.go +++ b/process/context/context.go @@ -160,7 +160,7 @@ func (c *Context) Get(id string) (*process.Info, error) { return actual, nil } -// List returns the names of all registered processe...
Note that the returned list is sorted.
juju_juju
train
74bfd620a3b498028bd78415a9f5f869bbfafc01
diff --git a/src/collide.js b/src/collide.js index <HASH>..<HASH> 100644 --- a/src/collide.js +++ b/src/collide.js @@ -1,6 +1,13 @@ import constant from "./constant"; import {quadtree} from "d3-quadtree"; -import {x, y} from "./simulation"; + +function x(d) { + return d.x + d.vx; +} + +function y(d) { + return d.y ...
Better collision detection. By looking into the future, we can better avoid collisions. Also remove duplicate initialization of node positions.
d3_d3-force
train
0c6cf8b81f9e9d5d09fc6dca6116dac426077895
diff --git a/fireplace/actions.py b/fireplace/actions.py index <HASH>..<HASH> 100644 --- a/fireplace/actions.py +++ b/fireplace/actions.py @@ -95,6 +95,14 @@ class Action: # Lawsuit for entity in source.game.hands: self._broadcast(entity, source, at, *args) + def queue_broadcast(self, obj, args): + self.even...
Add/resolve broadcasts with queue_broadcast() and resolve_broadcasts()
jleclanche_fireplace
train
9877f3298ff71ec746b509b3fcb9cbd7ab49381c
diff --git a/examples/training/train_ner.py b/examples/training/train_ner.py index <HASH>..<HASH> 100644 --- a/examples/training/train_ner.py +++ b/examples/training/train_ner.py @@ -27,7 +27,7 @@ def main(model_dir=None): model_dir.mkdir() assert model_dir.is_dir() - nlp = spacy.load('en', p...
updated training examples to <I>
explosion_spaCy
train
9e7defdb9ec0f8e24d047d1f2b0b0bc9e774e556
diff --git a/lib/push/daemon/database_reconnectable.rb b/lib/push/daemon/database_reconnectable.rb index <HASH>..<HASH> 100644 --- a/lib/push/daemon/database_reconnectable.rb +++ b/lib/push/daemon/database_reconnectable.rb @@ -40,8 +40,13 @@ module Push end def reconnect_database - ActiveRecord::...
if disconnect fails, still try to reconnect to db
tompesman_push-core
train
90e361219b3b763afe8a195e500773c63151d6f0
diff --git a/lib/mongoid_atomic_votes/atomic_votes.rb b/lib/mongoid_atomic_votes/atomic_votes.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid_atomic_votes/atomic_votes.rb +++ b/lib/mongoid_atomic_votes/atomic_votes.rb @@ -1,48 +1,42 @@ module Mongoid module AtomicVotes - def self.included(base) - base.fiel...
Refactor some methods in AtomicVotes module.
hck_mongoid_atomic_votes
train
52085f91e0b0b39433c9900143e0f1bfd1a8ae53
diff --git a/src/scope.js b/src/scope.js index <HASH>..<HASH> 100644 --- a/src/scope.js +++ b/src/scope.js @@ -11,7 +11,7 @@ const Scope = ({scope, children}) => { ...context, scope: newScope, dispatch: forwardTo(context.dispatch, ...scopeArray), - state: pathOr({}, ...scopeArray, context.state), + ...
fix(Scope): passing state
krzysztofpniak_k-logic
train
efe27d249a1a3418f50b996b3073afd168df0286
diff --git a/spec/pluggable_notifier_spec.rb b/spec/pluggable_notifier_spec.rb index <HASH>..<HASH> 100644 --- a/spec/pluggable_notifier_spec.rb +++ b/spec/pluggable_notifier_spec.rb @@ -47,6 +47,33 @@ describe "notifier application" do app.recipients.size.should > 1 end + it "should load a beanstalkd as the...
added specs for testing queue backend loading behaviour
flapjack_flapjack
train
aafca519d1467899e1147d32cac7d951ef8b3424
diff --git a/src/parsec/__init__.py b/src/parsec/__init__.py index <HASH>..<HASH> 100644 --- a/src/parsec/__init__.py +++ b/src/parsec/__init__.py @@ -275,9 +275,9 @@ class Parser(object): return self.ends_with(other) -def parse(p, text, index): +def parse(p, text, index=0): '''Parse a string and retu...
Preprocess the `index` parameter, resolves #<I>.
sighingnow_parsec.py
train
56617de87f18836692d20466c3cef6ac09ad1445
diff --git a/src/test/java/org/codehaus/mojo/jaxb2/shared/filters/PackageFilterInclusionTest.java b/src/test/java/org/codehaus/mojo/jaxb2/shared/filters/PackageFilterInclusionTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/codehaus/mojo/jaxb2/shared/filters/PackageFilterInclusionTest.java +++ b/src/test/j...
Fix for unit tests to work on Windows
mojohaus_jaxb2-maven-plugin
train
60d6282ebbb17582b2c43ea9b4fcec4508d4c06d
diff --git a/openquake/baselib/datastore.py b/openquake/baselib/datastore.py index <HASH>..<HASH> 100644 --- a/openquake/baselib/datastore.py +++ b/openquake/baselib/datastore.py @@ -445,7 +445,7 @@ class DataStore(collections.MutableMapping): def __len__(self): if self.hdf5 is None: # closed - ...
Small fix: closed datastore have a length now [skip hazardlib] [demos]
gem_oq-engine
train
5ddd62c6cceda099c296a5503af5ada9f0a8188a
diff --git a/python/rosette/__init__.py b/python/rosette/__init__.py index <HASH>..<HASH> 100644 --- a/python/rosette/__init__.py +++ b/python/rosette/__init__.py @@ -16,4 +16,4 @@ See the License for the specific language governing permissions and limitations under the License. """ -__version__ = '0.7.2' +__versio...
No-Jira: emergency fix for PyPI release
rosette-api_java
train
a89e5c959ec311ad1e54521cb6d9019b7ed17c77
diff --git a/lib/tabula/entities/text_element.rb b/lib/tabula/entities/text_element.rb index <HASH>..<HASH> 100644 --- a/lib/tabula/entities/text_element.rb +++ b/lib/tabula/entities/text_element.rb @@ -19,8 +19,7 @@ module Tabula # more or less returns True if distance < tolerance def should_merge?(other) ...
correct logic in should_merge?
tabulapdf_tabula-extractor
train
ee4ebb496a61af208717f5a0662aceb2dcf94518
diff --git a/processing/src/main/java/org/apache/druid/query/aggregation/AggregatorFactory.java b/processing/src/main/java/org/apache/druid/query/aggregation/AggregatorFactory.java index <HASH>..<HASH> 100644 --- a/processing/src/main/java/org/apache/druid/query/aggregation/AggregatorFactory.java +++ b/processing/src/m...
make single/multi value string column handling official in aggregation (#<I>)
apache_incubator-druid
train
18d7fe11df962e14fdc496d8088870f3ee712e6c
diff --git a/bind.go b/bind.go index <HASH>..<HASH> 100644 --- a/bind.go +++ b/bind.go @@ -144,11 +144,20 @@ func (b *DefaultBinder) bindData(destination interface{}, data map[string][]stri for i := 0; i < typ.NumField(); i++ { typeField := typ.Field(i) structField := val.Field(i) + if typeField.Anonymous { + ...
Fix #<I>: Add query params binding support for anonymous struct pointer filed
labstack_echo
train
eac36e6ddc2367d922071fdc497d33d1aadc7c7f
diff --git a/src/stateManagement/imageIdSpecificStateManager.js b/src/stateManagement/imageIdSpecificStateManager.js index <HASH>..<HASH> 100755 --- a/src/stateManagement/imageIdSpecificStateManager.js +++ b/src/stateManagement/imageIdSpecificStateManager.js @@ -34,20 +34,23 @@ function newImageIdSpecificToolStateManag...
feat(imageIdSpecificStateManager.js): Expose methods for managing toolState via imageId (#<I>) Expose [get|add|clear]ImageIdToolstate methods which allow managing imageId specific toolState without needing an element with the image loaded. #<I>
cornerstonejs_cornerstoneTools
train
45a17e7ebd8f4a92a5acd4ded36f10d89fe0cb55
diff --git a/src/structures/Emoji.js b/src/structures/Emoji.js index <HASH>..<HASH> 100644 --- a/src/structures/Emoji.js +++ b/src/structures/Emoji.js @@ -162,6 +162,11 @@ class Emoji { */ fetchAuthor() { if (this.managed) return Promise.reject(new Error('Emoji is managed and has no Author.')); + if (!th...
fix(Emoji): reject explicit error when MANAGE_EMOJI permissions are missing (#<I>)
discordjs_discord.js
train
3d6a1669723b84230c349d636461a1a4a5b295ed
diff --git a/lib/plugin/components/services/statebox/index.js b/lib/plugin/components/services/statebox/index.js index <HASH>..<HASH> 100644 --- a/lib/plugin/components/services/statebox/index.js +++ b/lib/plugin/components/services/statebox/index.js @@ -192,11 +192,11 @@ class StateboxService { if (!authOk) re...
fix: statebox to attach user ID for now rather than email
wmfs_tymly-core
train
a9f43e0bd974a9199f1d4850ff1c9f4faec1cfd8
diff --git a/tests/class-strings-test.php b/tests/class-strings-test.php index <HASH>..<HASH> 100644 --- a/tests/class-strings-test.php +++ b/tests/class-strings-test.php @@ -144,6 +144,8 @@ class Strings_Test extends \PHPUnit\Framework\TestCase { [ 'A ship', 1, [ 'A', ' ', 's', 'h', 'i', 'p' ] ], [ 'Äöüß', 1, ...
Tests: Add additional multibyte test data
mundschenk-at_php-typography
train
56c22ce41e66625441558326b0257e040f0a5175
diff --git a/lib/donedone-api.js b/lib/donedone-api.js index <HASH>..<HASH> 100644 --- a/lib/donedone-api.js +++ b/lib/donedone-api.js @@ -196,7 +196,25 @@ exports.getReleaseBuildInfo = function(subdomain, username, passwordOrAPIToken, * @param {object} data POST data specifying details about the bu...
refactor: Pass data options as individual arguments instead of as an object
evsheffield_node-donedone-api
train
18e7a511508d19c9b839f9f24b2adb9c6d91bcd0
diff --git a/lib/Model.js b/lib/Model.js index <HASH>..<HASH> 100644 --- a/lib/Model.js +++ b/lib/Model.js @@ -53,7 +53,7 @@ function getProvisionedThroughput(model) { }; } function waitForActive(model) { - return new Promise((resolve, reject) => { + return () => new Promise((resolve, reject) => { const start = ...
Adding tests for waitForActive
dynamoosejs_dynamoose
train
134c601f405e5cf08882ed01aa585337ababb364
diff --git a/timepiece/contracts/forms.py b/timepiece/contracts/forms.py index <HASH>..<HASH> 100644 --- a/timepiece/contracts/forms.py +++ b/timepiece/contracts/forms.py @@ -52,8 +52,8 @@ class OutstandingHoursFilterForm(DateForm): def get_to_date(self): if self.is_valid(): - return self.cle...
Ref #<I> - Fix broken tests.
caktus_django-timepiece
train
7304fcb5da6196223b97c112e82d02c9d1387155
diff --git a/src/sortable.js b/src/sortable.js index <HASH>..<HASH> 100644 --- a/src/sortable.js +++ b/src/sortable.js @@ -77,10 +77,17 @@ angular.module('ui.sortable', []) // placeholder class was given or placeholder.element will be // undefined if a class was given (placeholder will be ...
Fix for jquery ui <I>.x placeholder element detection issue.
angular-ui_ui-sortable
train
1cc50f85a6dbd1ca6a5f6e59c30b2f952cf8a923
diff --git a/connection.go b/connection.go index <HASH>..<HASH> 100644 --- a/connection.go +++ b/connection.go @@ -431,41 +431,57 @@ func (c *connection) SetInterested(interested bool) { c.Interested = interested } -var connectionWriterFlush = expvar.NewInt("connectionWriterFlush") -var connectionWriterWrite = exp...
connection.writer wasn't working efficiently Because of the pseudo-random selection of a communication in a select statement, flushing was occuring prematurely. Also the buffer was needlessly large. For large messages, like outgoing pieces, it's probably better they just go straight to the wire anyway. This change wi...
anacrolix_torrent
train
014a97bb10e4e72266ccd32b24058145d8e780d3
diff --git a/ejb3/src/main/java/org/jboss/as/ejb3/component/EJBComponentDescription.java b/ejb3/src/main/java/org/jboss/as/ejb3/component/EJBComponentDescription.java index <HASH>..<HASH> 100644 --- a/ejb3/src/main/java/org/jboss/as/ejb3/component/EJBComponentDescription.java +++ b/ejb3/src/main/java/org/jboss/as/ejb3/...
add the WaitTimeInterceptor which was removed by fault with <I>ac<I>d<I>b<I>c<I>a<I>ea<I>e<I>f3
wildfly_wildfly
train
2e3c021d9eab3a9fdf4df6cb5b19f1320cba13e2
diff --git a/GPflow/scoping.py b/GPflow/scoping.py index <HASH>..<HASH> 100644 --- a/GPflow/scoping.py +++ b/GPflow/scoping.py @@ -14,6 +14,7 @@ import tensorflow as tf +from functools import wraps class NameScoped(object): @@ -36,6 +37,7 @@ class NameScoped(object): self.name = name def __cal...
add @wraps to NameScoped decorator
GPflow_GPflow
train
34e93049517cf155ecfc0c8ceb2c1250b03ccc5a
diff --git a/Core/Persistence/Legacy/Tags/Handler.php b/Core/Persistence/Legacy/Tags/Handler.php index <HASH>..<HASH> 100644 --- a/Core/Persistence/Legacy/Tags/Handler.php +++ b/Core/Persistence/Legacy/Tags/Handler.php @@ -7,6 +7,7 @@ use Netgen\TagsBundle\Core\Persistence\Legacy\Tags\Gateway; use Netgen\TagsBundle\SP...
Update recursive subtree copy to use handler methods
netgen_TagsBundle
train
31902a9ea49a099f225a464a4c82d7a7bec5481c
diff --git a/jbehave-core/src/main/java/org/jbehave/core/embedder/PerformableTree.java b/jbehave-core/src/main/java/org/jbehave/core/embedder/PerformableTree.java index <HASH>..<HASH> 100644 --- a/jbehave-core/src/main/java/org/jbehave/core/embedder/PerformableTree.java +++ b/jbehave-core/src/main/java/org/jbehave/core...
JBEHAVE-<I> Reset story controls after story completion
jbehave_jbehave-core
train
e8ffd80968e9a84ca0f8ec37f73d08bae1aed1e4
diff --git a/src/Inphinit/Routing/Route.php b/src/Inphinit/Routing/Route.php index <HASH>..<HASH> 100644 --- a/src/Inphinit/Routing/Route.php +++ b/src/Inphinit/Routing/Route.php @@ -27,7 +27,7 @@ class Route extends Router foreach ($method as $value) { self::set($value, $path, $action); ...
Improvements - Remove unnecessary validation on routes - Added "generators" to requirements
inphinit_framework
train
c63d76c4124e21d928d3a218c00de4165143ea40
diff --git a/modules/social_features/social_profile/modules/social_profile_preview/social_profile_preview.services.yml b/modules/social_features/social_profile/modules/social_profile_preview/social_profile_preview.services.yml index <HASH>..<HASH> 100644 --- a/modules/social_features/social_profile/modules/social_profi...
Issue #<I> by chmez: Check if the current theme is not the admin theme before building the previewer
goalgorilla_open_social
train
db5777c4f0b593a32823a9a5c8b8173f69cca31f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( use_scm_version={ # guess-next-dev: automatically guesses the next development version (default) # post-release: generates post release versions (adds postN) - 'version_schem...
version: set a POST version
tanbro_pyyaml-include
train
68d3975fbc3887358ecc910737eccda6c9981b94
diff --git a/src/Filters.php b/src/Filters.php index <HASH>..<HASH> 100644 --- a/src/Filters.php +++ b/src/Filters.php @@ -71,7 +71,7 @@ abstract class Filters if(!is_callable($func)) { $func = function($n) { $n = htmlspecialchars($n); - if(empty($n)) $n = null; + if(empty($n) && strlen(trim($n)) == 0...
treat numeric value 0 as not empty
peakphp_framework
train
f906895e4acfd334a17a98fee8c1fdd05d39318b
diff --git a/daemon/storage.go b/daemon/storage.go index <HASH>..<HASH> 100644 --- a/daemon/storage.go +++ b/daemon/storage.go @@ -210,7 +210,7 @@ func (dms *DevMapperStorage) CreateVolume(podId string, spec *apitypes.UserVolum } dev_id_str := strconv.Itoa(dev_id) - err = dm.CreateVolume(dms.VolPoolName, devic...
dm storage should use configured size to create new volumes
hyperhq_hyperd
train
d8304c31c1cb58b3f70613c874477ab360692b18
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -117,10 +117,11 @@ lunr.Index.prototype.ref = function (refName) { * @param {Object} doc The document to add to the index. * @memberOf Index */ -lunr.Index.prototype.add = function (doc) { +lunr.Index.pro...
add events can be silenced passing false, or something falsey (other than undefined) will prevent any add events from being emitted. Not passing anything, or passing true will cause events to be fired.
olivernn_lunr.js
train
786c3fe1dfc5077ff6296f697061f16ca378bb93
diff --git a/datadog/client.go b/datadog/client.go index <HASH>..<HASH> 100644 --- a/datadog/client.go +++ b/datadog/client.go @@ -201,7 +201,7 @@ mainLoop: func write(w io.Writer, b1 []byte, b2 []byte, changes []Metric) { writer := writeLogger{ Writer: w, - bufSize: cap(b2), + bufsize: cap(b2), } // Wri...
[skip ci] consistent naming
segmentio_stats
train
d69399adce194f106b20888e9660ce09e6e3479d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -86,8 +86,7 @@ setup( install_requires=[ 'numpy>=1.10', 'scipy>=0.13', - 'six>=1.3', - 'Cython>=0.23'], + 'six>=1.3'], extras_require={ 'docs': [ 'sphinx!=...
removed cython from install_requires
bmcfee_resampy
train
9ba5c4fc0e7a6aa22d0a4b7fda4709d630eef84c
diff --git a/spec/mail/fields/return_path_field_spec.rb b/spec/mail/fields/return_path_field_spec.rb index <HASH>..<HASH> 100644 --- a/spec/mail/fields/return_path_field_spec.rb +++ b/spec/mail/fields/return_path_field_spec.rb @@ -5,4 +5,31 @@ describe Mail::ReturnPathField do rp = Mail::ReturnPathField.new('Retur...
Specs covering return path setting and preserving
mikel_mail
train
fd20d3a0fa0c4406e11fa1bfd804937395ae45a9
diff --git a/chess/__init__.py b/chess/__init__.py index <HASH>..<HASH> 100644 --- a/chess/__init__.py +++ b/chess/__init__.py @@ -1479,7 +1479,7 @@ class Board(BaseBoard): if fen is None: self.clear() - elif fen == starting_fen: + elif fen == type(self).starting_fen: ...
starting_fen was not in scope
niklasf_python-chess
train
0154b13e686559d5e623bffe1d22b6b038b8f98a
diff --git a/lib/squib/graphics/hand.rb b/lib/squib/graphics/hand.rb index <HASH>..<HASH> 100644 --- a/lib/squib/graphics/hand.rb +++ b/lib/squib/graphics/hand.rb @@ -1,3 +1,5 @@ +require 'squib/graphics/cairo_context_wrapper' + module Squib class Deck @@ -29,8 +31,8 @@ module Squib end end ...
Use cairo context wrapper for fill colors on marketing Actually deliver what I promised Fixes #<I>
andymeneely_squib
train
40a583bff870654e0d065af6f407e7c412643857
diff --git a/test/tests.js b/test/tests.js index <HASH>..<HASH> 100644 --- a/test/tests.js +++ b/test/tests.js @@ -441,6 +441,11 @@ describe( "MessageFormat", function () { expect((mf.compile('She said "Hello"'))()).to.eql('She said "Hello"'); }); + it("escapes backslashes (regression test for #9...
regression test for #<I> (failing) Tests if injection of backslash characters is possible
messageformat_messageformat
train
ca72707409ad33f3101f936a2998660dfe6e0ea9
diff --git a/moto/logs/models.py b/moto/logs/models.py index <HASH>..<HASH> 100644 --- a/moto/logs/models.py +++ b/moto/logs/models.py @@ -184,7 +184,7 @@ class LogGroup: events += stream.filter_log_events(log_group_name, log_stream_names, start_time, end_time, limit, next_token, filter_pattern, interleave...
Fix AttributeError in filter_log_events An AttributeError would be thrown if the `interleaved` parameter was passed.
spulec_moto
train
b7b797e2fbf575901a0f741b0b1596dd28fa8bec
diff --git a/core/client/routes/posts.js b/core/client/routes/posts.js index <HASH>..<HASH> 100644 --- a/core/client/routes/posts.js +++ b/core/client/routes/posts.js @@ -44,12 +44,13 @@ var PostsRoute = Ember.Route.extend(SimpleAuth.AuthenticatedRouteMixin, Shortcut newPosition = posts.indexOf(currentPost) ...
Do not loop keyboard nav on content list.
TryGhost_Ghost
train
e9e993922d3173a292d4caaf35cb913ddc494f0c
diff --git a/integration-cli/docker_cli_build_test.go b/integration-cli/docker_cli_build_test.go index <HASH>..<HASH> 100644 --- a/integration-cli/docker_cli_build_test.go +++ b/integration-cli/docker_cli_build_test.go @@ -1583,7 +1583,6 @@ func TestBuildAddBadLinks(t *testing.T) { symlinkTarget = fmt.Sprintf("/../....
Remove leftover debugging artifact in test
containers_storage
train
eeb687a11c2d6544a85555b18d0e9b0e2932fb03
diff --git a/src/org/openscience/cdk/test/geometry/CrystalGeometryToolsTest.java b/src/org/openscience/cdk/test/geometry/CrystalGeometryToolsTest.java index <HASH>..<HASH> 100755 --- a/src/org/openscience/cdk/test/geometry/CrystalGeometryToolsTest.java +++ b/src/org/openscience/cdk/test/geometry/CrystalGeometryToolsTes...
Renamed methods according to expected naming scheme. git-svn-id: <URL>
cdk_cdk
train
1b6ec47a045ba938c475f6f497beb50b58ba9da1
diff --git a/cmd/kubeadm/app/phases/upgrade/prepull.go b/cmd/kubeadm/app/phases/upgrade/prepull.go index <HASH>..<HASH> 100644 --- a/cmd/kubeadm/app/phases/upgrade/prepull.go +++ b/cmd/kubeadm/app/phases/upgrade/prepull.go @@ -23,6 +23,7 @@ import ( "github.com/pkg/errors" apps "k8s.io/api/apps/v1" v1 "k8s.io/api...
do not return error, when the ds is not found
kubernetes_kubernetes
train
6723249434efa342f2032dd7592a1f106aa5e9e5
diff --git a/elasticsearch_dsl/document.py b/elasticsearch_dsl/document.py index <HASH>..<HASH> 100644 --- a/elasticsearch_dsl/document.py +++ b/elasticsearch_dsl/document.py @@ -363,7 +363,7 @@ class DocType(ObjectBase): es = self._get_connection(using) # update given fields locally - merge(...
Make update work on nested fields Fixes #<I>
elastic_elasticsearch-dsl-py
train
c308898cddc80d7669c3d2d318e13ef5cb366780
diff --git a/modules/id5IdSystem.js b/modules/id5IdSystem.js index <HASH>..<HASH> 100644 --- a/modules/id5IdSystem.js +++ b/modules/id5IdSystem.js @@ -89,6 +89,7 @@ export const id5IdSubmodule = { 'nbPage': incrementNb(config.params.partner), 'o': 'pbjs', 'pd': config.params.pd || '', + 'provi...
add provider as an option in id5 config params to identity prebid identity wrappers (#<I>)
prebid_Prebid.js
train
2c5b9b7dcb399fcc403a06397ebb99ab0072d0c2
diff --git a/holoviews/element/chart.py b/holoviews/element/chart.py index <HASH>..<HASH> 100644 --- a/holoviews/element/chart.py +++ b/holoviews/element/chart.py @@ -385,7 +385,10 @@ class Histogram(Element2D): edges, values = zip(*values) else: values = np.array(values) - ...
Allowed constructing Histogram with just y-values
pyviz_holoviews
train
2194af2ab348c77f5a9ad52e54aceb9e0dba1610
diff --git a/source/core/oxpicturehandler.php b/source/core/oxpicturehandler.php index <HASH>..<HASH> 100644 --- a/source/core/oxpicturehandler.php +++ b/source/core/oxpicturehandler.php @@ -26,25 +26,6 @@ class oxPictureHandler extends oxSuperCfg { /** - * oxUtils class instance. - * - * @var oxutil...
Removed deprecated code marked in <I>.x : oxPictureHandler::getInstance
OXID-eSales_oxideshop_ce
train