hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
4f14fe38069aceee66b1470b93196ce324a73861
diff --git a/lib/fog/hp/requests/compute/create_security_group.rb b/lib/fog/hp/requests/compute/create_security_group.rb index <HASH>..<HASH> 100644 --- a/lib/fog/hp/requests/compute/create_security_group.rb +++ b/lib/fog/hp/requests/compute/create_security_group.rb @@ -51,18 +51,24 @@ module Fog def create_...
Update mocking support for security groups.
fog_fog
train
4c82ca86d979e5526a15666683eef3c79c37dc68
diff --git a/python/pyspark/ml/clustering.py b/python/pyspark/ml/clustering.py index <HASH>..<HASH> 100644 --- a/python/pyspark/ml/clustering.py +++ b/python/pyspark/ml/clustering.py @@ -292,6 +292,17 @@ class GaussianMixtureSummary(ClusteringSummary): return self._call_java("probability") +class KMeansSum...
[SPARK-<I>][PYSPARK][ML] Add KMeanSummary in KMeans of PySpark ## What changes were proposed in this pull request? Add python api for KMeansSummary ## How was this patch tested? unit test added
apache_spark
train
c48b469ca87b7fa5fbef5b956f2fdc743fd6a430
diff --git a/models/Group.php b/models/Group.php index <HASH>..<HASH> 100644 --- a/models/Group.php +++ b/models/Group.php @@ -55,8 +55,11 @@ class Group extends \admin\ngrest\base\Model // ngrest public $users = []; - - public $ngRestEndpoint = 'api-admin-group'; + + public function ngRestApiEndp...
changed models to ngRestApiEndpoint()
luyadev_luya-module-admin
train
29d13ffe2e0e8d4bdf9947ebee46afd70c938323
diff --git a/grails-core/src/main/groovy/grails/core/GrailsClass.java b/grails-core/src/main/groovy/grails/core/GrailsClass.java index <HASH>..<HASH> 100644 --- a/grails-core/src/main/groovy/grails/core/GrailsClass.java +++ b/grails-core/src/main/groovy/grails/core/GrailsClass.java @@ -80,7 +80,7 @@ public interface Gr...
Fix comment: "the the" -> "the"
grails_grails-core
train
6211fd65fb69589f9d2a6a8a8d5cb6ba1815ffef
diff --git a/common_setup.py b/common_setup.py index <HASH>..<HASH> 100644 --- a/common_setup.py +++ b/common_setup.py @@ -62,4 +62,6 @@ def common_setup(src_dir): license='MIT license', platforms=['unix', 'linux'], cmdclass={'test': PyTest}, + setup_requires=['setuptoo...
Corrected package config in setup.py. Added setuptools-git to find data files
manahl_pytest-plugins
train
da83c4a0aaf385846fd8535c9cec3a5613f09831
diff --git a/devices/nue_3a.js b/devices/nue_3a.js index <HASH>..<HASH> 100644 --- a/devices/nue_3a.js +++ b/devices/nue_3a.js @@ -139,6 +139,9 @@ module.exports = [ description: 'Smart dimmer wall switch', extend: extend.light_onoff_brightness({disableEffect: true}), whiteLabel: [{vendor: 'S...
Attempt to fix brightness and state not reported for HGZB-<I>D / HGZB-4D-UK. <URL>
Koenkk_zigbee-shepherd-converters
train
bed8266e8ca87722f07dbb7c169b4ff34b4bb10b
diff --git a/Core/Executor/ContentTypeManager.php b/Core/Executor/ContentTypeManager.php index <HASH>..<HASH> 100644 --- a/Core/Executor/ContentTypeManager.php +++ b/Core/Executor/ContentTypeManager.php @@ -100,6 +100,10 @@ class ContentTypeManager extends RepositoryExecutor implements MigrationGenerato $maxFi...
Fun with interfaces; allow more reference resolving in ContentType defs
kaliop-uk_ezmigrationbundle
train
1473216efe18bb275c24666f1639d6362dcc2769
diff --git a/pycanlib/CAN.py b/pycanlib/CAN.py index <HASH>..<HASH> 100644 --- a/pycanlib/CAN.py +++ b/pycanlib/CAN.py @@ -9,6 +9,8 @@ import types from xml.dom import minidom from pycanlib import canlib, CANLIBErrorHandlers, canstat + + canlib.canInitializeLibrary()
Added newlines to separate import statements from code in CAN.py
hardbyte_python-can
train
835a48b2285b1f34ce14ef0a73a2275d9b29f484
diff --git a/src/toil/batchSystems/mesos/batchSystem.py b/src/toil/batchSystems/mesos/batchSystem.py index <HASH>..<HASH> 100644 --- a/src/toil/batchSystems/mesos/batchSystem.py +++ b/src/toil/batchSystems/mesos/batchSystem.py @@ -26,6 +26,7 @@ import time import sys import base64 import getpass +import json try:...
Try to get ahold of the log file name using the debug files endpoint because we can't browse anything not already inside a container
DataBiosphere_toil
train
ae5dbe0d8a73f09ee2539fdaccdae7ed1e769b65
diff --git a/packages/react/lib/template.js b/packages/react/lib/template.js index <HASH>..<HASH> 100644 --- a/packages/react/lib/template.js +++ b/packages/react/lib/template.js @@ -1,5 +1,9 @@ const esc = require('serialize-javascript'); +const variable = ({ name, value }) => `<script>${name}=${esc(value)}</script...
refactor(react): reorganize and tweak template
untool_untool
train
360729a2d5d40b02aee66f06d32dc48c2456a3b9
diff --git a/src/main/java/com/meetwise/fs/fat/ClusterChain.java b/src/main/java/com/meetwise/fs/fat/ClusterChain.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/meetwise/fs/fat/ClusterChain.java +++ b/src/main/java/com/meetwise/fs/fat/ClusterChain.java @@ -214,14 +214,16 @@ class ClusterChain { /**...
Checking buffer limits not altered on write in ClusterChainTest.
waldheinz_fat32-lib
train
9ebf2c6e411c632060ae56a878acfc2a1d40baaf
diff --git a/www/src/pages/components/overlays.js b/www/src/pages/components/overlays.js index <HASH>..<HASH> 100644 --- a/www/src/pages/components/overlays.js +++ b/www/src/pages/components/overlays.js @@ -125,7 +125,7 @@ export default withLayout(function TooltipSection({ data }) { <p> For more advanc...
docs: Spelling correction in overlay.js (#<I>)
react-bootstrap_react-bootstrap
train
03a49f630d48455aae8528d3a6a7a53b82de37d1
diff --git a/fdrpc/_example/democlient.go b/fdrpc/_example/democlient.go index <HASH>..<HASH> 100644 --- a/fdrpc/_example/democlient.go +++ b/fdrpc/_example/democlient.go @@ -2,7 +2,6 @@ package main import ( "log" - "net" "syscall" "github.com/titanous/fdrpc" @@ -11,17 +10,11 @@ import ( func main() { lo...
fdrpc: Add ListenAndServe and Dial
flynn-archive_rpcplus
train
197ed0556d6f789cb427a8cebd8e1bcf4e28b155
diff --git a/Command/DumpPageCommand.php b/Command/DumpPageCommand.php index <HASH>..<HASH> 100644 --- a/Command/DumpPageCommand.php +++ b/Command/DumpPageCommand.php @@ -69,6 +69,7 @@ You can use the --extended option to dump block configuration sprintf(" > Url: %s (%s)", $page->getUrl(), $page->getReques...
fix issue with invalid manager name in the cache keys information
sonata-project_SonataPageBundle
train
4ea8c55e8560c53b502442d8af741a3e557150bd
diff --git a/internetarchive/utils.py b/internetarchive/utils.py index <HASH>..<HASH> 100644 --- a/internetarchive/utils.py +++ b/internetarchive/utils.py @@ -368,7 +368,7 @@ def is_valid_metadata_key(name): # are way more restrictive and only allow ".-A-Za-z_", possibly followed # by an index in square brack...
Replace `re.fullmatch` by an equivalently anchored `re.match` expression. This restores compatibility with Python 2. As soon as we transition exclusively to Python 3 we should return to using `re.fullmatch` for the slightly better readability.
jjjake_internetarchive
train
2a7d599510d80c37e43f7e027e9fef41c1cd271e
diff --git a/environs/maas/config.go b/environs/maas/config.go index <HASH>..<HASH> 100644 --- a/environs/maas/config.go +++ b/environs/maas/config.go @@ -17,6 +17,7 @@ var maasConfigChecker = schema.StrictFieldMap( }, schema.Defaults{ "maas-server": "", + "maas-oauth": "", "admin-secret": "", }, ) @@ -...
Trying to get tests not to segfault.
juju_juju
train
91f739d397925237d301c706c644a4a018bee0fb
diff --git a/src/APCuL1.php b/src/APCuL1.php index <HASH>..<HASH> 100644 --- a/src/APCuL1.php +++ b/src/APCuL1.php @@ -50,9 +50,9 @@ class APCuL1 extends L1 { $apcu_key = $this->getLocalKey($address); - // Don't overwrite local entries that are even newer. + // Don't overwrite local entrie...
Only set the negative cache on high overhead. Tighten event ID ordering. (#<I>)
lcache_lcache
train
09ab531ecb645e833050db722807ffe3d2ebfad7
diff --git a/src/holodeck/environments.py b/src/holodeck/environments.py index <HASH>..<HASH> 100644 --- a/src/holodeck/environments.py +++ b/src/holodeck/environments.py @@ -177,7 +177,8 @@ class HolodeckEnvironment: 'rotation': [0, 0, 0], 'socket': "", 'c...
Added existing flag to json parsing
BYU-PCCL_holodeck
train
edb872f618220530d677b2ae1ec837e161f8fe84
diff --git a/src/main/java/noraui/gherkin/GherkinFactory.java b/src/main/java/noraui/gherkin/GherkinFactory.java index <HASH>..<HASH> 100644 --- a/src/main/java/noraui/gherkin/GherkinFactory.java +++ b/src/main/java/noraui/gherkin/GherkinFactory.java @@ -12,7 +12,6 @@ import java.util.List; import org.apache.log4j.L...
Sonar: Remove the declaration of thrown exception 'noraui.exception.TechnicalException', as it cannot be thrown from method's body.
NoraUi_NoraUi
train
a63b61d3be2491e08dd298ac51477001cfc7e776
diff --git a/CHANGES.txt b/CHANGES.txt index <HASH>..<HASH> 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +Version 12.0.1 2021-09-16 +========================= +Bug fix for lsqfit.gammaQ when gsl is not installed. + Version 12 2021-08-14 ====================== - Removes BayesIntegrator (and BayesPDF). I...
bug fix for gammaQ when gsl not installed
gplepage_lsqfit
train
b8f200a4c1c09d9a25c49eab334241c6cb9eb4c6
diff --git a/plugins/provisioners/chef/command_builder.rb b/plugins/provisioners/chef/command_builder.rb index <HASH>..<HASH> 100644 --- a/plugins/provisioners/chef/command_builder.rb +++ b/plugins/provisioners/chef/command_builder.rb @@ -48,8 +48,12 @@ module VagrantPlugins args << " --json-attributes #{provi...
Only force the formatter if we are on Chef <I> or higher Fixes GH-<I>
hashicorp_vagrant
train
cdb660174b4f2bab71073347e9f4b42062009636
diff --git a/can-component.js b/can-component.js index <HASH>..<HASH> 100644 --- a/can-component.js +++ b/can-component.js @@ -77,7 +77,7 @@ function addContext(el, tagData, insertionElementTagData) { // Returns a hookupFuction that gets the proper tagData in a template, renders it, and adds it to nodeLists functio...
Remove uses of Scope.Options Also fix a reference to the options object.
canjs_can-component
train
964e9bc12fd6759f8d4bb193acc734462658dbf4
diff --git a/lib/mongoid/fields/foreign_key.rb b/lib/mongoid/fields/foreign_key.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/fields/foreign_key.rb +++ b/lib/mongoid/fields/foreign_key.rb @@ -60,6 +60,8 @@ module Mongoid if object_id_field? || object.is_a?(Document) if association.polymorphic? ...
MONGOID-<I> fix where query with custom primary key (#<I>)
mongodb_mongoid
train
0e3d731313543147bc4e2ffadffcbc4a341a9ee9
diff --git a/hitman.py b/hitman.py index <HASH>..<HASH> 100644 --- a/hitman.py +++ b/hitman.py @@ -9,9 +9,9 @@ from urlgrabber.grabber import URLGrabber from subprocess import * try: import urlgrabber.progress - #depends on termios... not avail on win32 except ImportError: print "Windows lusers: Please...
Don't download if theres no enclosures
jrabbit_hitman
train
adb1d6b9ea466c78e9ab8031c1af7efe471406a4
diff --git a/tests/test_config.py b/tests/test_config.py index <HASH>..<HASH> 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -63,7 +63,7 @@ class TestConfig(unittest.TestCase): enrich_onion_git_params = config.conf['enrich_onion:git'].keys() enrich_onion_github_params = config.conf['e...
[tests] Fix assertion in test_config This code update the assertion in `test_config` which now counts with the new entry for `enrich_git_branches:git`.
chaoss_grimoirelab-sirmordred
train
97d6afbaae64dc90ccbb41bc9e27db3d825a1936
diff --git a/src/main/java/net/fortuna/ical4j/util/UidGenerator.java b/src/main/java/net/fortuna/ical4j/util/UidGenerator.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/fortuna/ical4j/util/UidGenerator.java +++ b/src/main/java/net/fortuna/ical4j/util/UidGenerator.java @@ -77,7 +77,7 @@ public class UidGenerat...
Update UidGenerator.java
ical4j_ical4j
train
9b3c08f1dae86a222b7f7bcf24ed894afb6d556f
diff --git a/src/Phinx/Db/Adapter/SQLiteAdapter.php b/src/Phinx/Db/Adapter/SQLiteAdapter.php index <HASH>..<HASH> 100644 --- a/src/Phinx/Db/Adapter/SQLiteAdapter.php +++ b/src/Phinx/Db/Adapter/SQLiteAdapter.php @@ -205,7 +205,11 @@ class SQLiteAdapter extends PdoAdapter implements AdapterInterface $table = s...
sqlite_temp_master rather than temp.sqlite_master Referring to the temp schema before the temporary schema is loaded seems to cause problems in older versions of SQLite, though I can find no evidence of this behaviour changing in the SQLite changelog
cakephp_phinx
train
5a3bc492d38a8ef8b37832faea6b089b7504da10
diff --git a/bigtable-client-core/src/main/java/com/google/cloud/bigtable/grpc/BigtableSession.java b/bigtable-client-core/src/main/java/com/google/cloud/bigtable/grpc/BigtableSession.java index <HASH>..<HASH> 100644 --- a/bigtable-client-core/src/main/java/com/google/cloud/bigtable/grpc/BigtableSession.java +++ b/bigt...
Adding more logging to BigtableSession gRPC version checking.
googleapis_cloud-bigtable-client
train
fe8c8cca4892869cbfc881d55b57211cc2faf464
diff --git a/src/Core/Application.php b/src/Core/Application.php index <HASH>..<HASH> 100644 --- a/src/Core/Application.php +++ b/src/Core/Application.php @@ -43,7 +43,7 @@ class Application extends Container implements ApplicationContract, Bootable { * @access public * @var string */ - const VERSION = '5.0...
Change version to <I> for the new updates coming.
justintadlock_hybrid-core
train
0536cf72c62f96e9e56ccaea87faf1627050c536
diff --git a/kconfigtest.py b/kconfigtest.py index <HASH>..<HASH> 100644 --- a/kconfigtest.py +++ b/kconfigtest.py @@ -4,9 +4,8 @@ # # $ PYTHONPATH=scripts/kconfig python scripts/kconfig/kconfigtest.py # -# Note that running these could take a long time: running all tests on a Core -# i7@2.67 GHz takes ~2 hours. The...
Split test docstrings over multiple lines.
ulfalizer_Kconfiglib
train
af71839e14d76cff14d03a3749f9a6c903ad7762
diff --git a/hdl_toolkit/synthesizer/codeOps.py b/hdl_toolkit/synthesizer/codeOps.py index <HASH>..<HASH> 100644 --- a/hdl_toolkit/synthesizer/codeOps.py +++ b/hdl_toolkit/synthesizer/codeOps.py @@ -1,4 +1,4 @@ -from copy import deepcopy +from copy import deepcopy, copy import types from hdl_toolkit.hdlObjects.spec...
copy instead of deepcopy for unloaded interfaces
Nic30_hwt
train
f4cdb7299fa8307c7acf2501550dfc0d026baa27
diff --git a/packages/vx-grid/src/grids/Columns.js b/packages/vx-grid/src/grids/Columns.js index <HASH>..<HASH> 100644 --- a/packages/vx-grid/src/grids/Columns.js +++ b/packages/vx-grid/src/grids/Columns.js @@ -14,6 +14,8 @@ export default function Columns({ strokeDasharray, className, numTicks = 10, + lineSt...
[grid] add styles and restProps support
hshoff_vx
train
f5d489c55885d550e069d8077898b0de7b69e318
diff --git a/lib/associations/manyToOne.js b/lib/associations/manyToOne.js index <HASH>..<HASH> 100644 --- a/lib/associations/manyToOne.js +++ b/lib/associations/manyToOne.js @@ -62,8 +62,7 @@ module.exports = exports = define(_Association, { _postSave:function (next, model) { if (this.isEager() &...
Fix if/else formatting.
C2FO_patio
train
1036bb1f58fe6fa4202379086fdb68519fec87d3
diff --git a/gcs/gcsfake/bucket.go b/gcs/gcsfake/bucket.go index <HASH>..<HASH> 100644 --- a/gcs/gcsfake/bucket.go +++ b/gcs/gcsfake/bucket.go @@ -41,15 +41,15 @@ type fakeObject struct { } // A slice of objects compared by name. -type objectSlice []fakeObject +type fakeObjectSlice []fakeObject -func (s objectSli...
Renamed a type for consistency.
jacobsa_gcloud
train
d194c4895f90e92b5ba3a019642135b4cf3a904d
diff --git a/tenacity/wait.py b/tenacity/wait.py index <HASH>..<HASH> 100644 --- a/tenacity/wait.py +++ b/tenacity/wait.py @@ -155,7 +155,7 @@ class wait_exponential(wait_base): @_compat.wait_dunder_call_accept_old_params def __call__(self, retry_state): try: - exp = self.exp_base ** retry...
Reduce wait_exponential power by 1 so first wait is equal to multiplier
jd_tenacity
train
8cce175bd1807f0d4b63db3f1ef14904b5efac15
diff --git a/util/deep_push.go b/util/deep_push.go index <HASH>..<HASH> 100644 --- a/util/deep_push.go +++ b/util/deep_push.go @@ -3,6 +3,7 @@ package util import ( "fmt" "github.com/Shopify/go-lua" + "reflect" ) // DeepPush will put any basic Go type on the lua stack. If the value @@ -19,33 +20,12 @@ import (...
Do the `reflect` dance.
Shopify_goluago
train
388aa6a1c3aa16a4e7f6fa850fa6f08bd3143ccd
diff --git a/src/Illuminate/Console/Scheduling/CallbackEvent.php b/src/Illuminate/Console/Scheduling/CallbackEvent.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Console/Scheduling/CallbackEvent.php +++ b/src/Illuminate/Console/Scheduling/CallbackEvent.php @@ -47,7 +47,11 @@ class CallbackEvent extends Event { ...
Tweak how scheduling emails work.
laravel_framework
train
74b9bd267ace248277722abffec4d3abae6c3e8d
diff --git a/growler/router.py b/growler/router.py index <HASH>..<HASH> 100644 --- a/growler/router.py +++ b/growler/router.py @@ -4,7 +4,6 @@ import re import logging -from functools import partialmethod from collections import OrderedDict from growler.http import HTTPMethod from .middleware_chain import ( @@ -...
Router: Replace partialmethod members with methods
pyGrowler_Growler
train
047d275c19d7615c5ae06ffe724d586010923f7a
diff --git a/lib/processInput.py b/lib/processInput.py index <HASH>..<HASH> 100644 --- a/lib/processInput.py +++ b/lib/processInput.py @@ -157,8 +157,12 @@ def createImageObjectList(files,instrpars,group=None): image.setInstrumentParameters(instrpars) if image._image['PRIMARY'].header.has_key('MTFLAG'...
Corrected problems with reading the MTFLAG keyword from the image header, and added extra logic to make it very explicit when to treat the inputs as moving targets observations. Code was also added to print out that the images are being treated as moving target observations so the user does not have to guess or have i...
spacetelescope_drizzlepac
train
5126439ff5a538d6d9243d33cf1f1bd535350a4e
diff --git a/message.go b/message.go index <HASH>..<HASH> 100644 --- a/message.go +++ b/message.go @@ -9,7 +9,7 @@ import ( ) const ( - MsgIdLength = 32 + MsgIdLength = 16 ) // Message is the fundamental data type containing
more useful/performant GUID generation
nsqio_go-nsq
train
5ca37d05db9b7b6636a6eb62fc148214b5a7a676
diff --git a/interfaces/python/bable_interface/bable_interface.py b/interfaces/python/bable_interface/bable_interface.py index <HASH>..<HASH> 100755 --- a/interfaces/python/bable_interface/bable_interface.py +++ b/interfaces/python/bable_interface/bable_interface.py @@ -131,10 +131,11 @@ class BaBLEInterface(object): ...
feat(python): Add active scan option to start_scan (#<I>)
iotile_baBLE
train
522469c779e9d62b54567e771eddfc45367a1ca1
diff --git a/src/python/dxpy/scripts/dx.py b/src/python/dxpy/scripts/dx.py index <HASH>..<HASH> 100755 --- a/src/python/dxpy/scripts/dx.py +++ b/src/python/dxpy/scripts/dx.py @@ -3234,6 +3234,9 @@ def watch(args): if args.levels: input_params['levels'] = args.levels + if not re.match("^job-[0-9a-zA-Z...
[PTFM-<I>] dx watch: reject arguments that don't look like job IDs
dnanexus_dx-toolkit
train
8477bf4c575e89186904b17cd3e57a54fbc5ceab
diff --git a/src/DefaultAuthenticator.php b/src/DefaultAuthenticator.php index <HASH>..<HASH> 100644 --- a/src/DefaultAuthenticator.php +++ b/src/DefaultAuthenticator.php @@ -9,52 +9,52 @@ namespace Qck; class DefaultAuthenticator implements \Qck\Interfaces\Authenticator { - function __construct( \Qck\Interfaces\U...
Checkpoint commit as of <I>-<I>-<I>-<I>-<I>-<I>.
MichaelMueller_Quick
train
d2f3858fb40429aedb1807d5b2c9cf4a282e9220
diff --git a/Classes/DataProcessing/MenuProcessor.php b/Classes/DataProcessing/MenuProcessor.php index <HASH>..<HASH> 100644 --- a/Classes/DataProcessing/MenuProcessor.php +++ b/Classes/DataProcessing/MenuProcessor.php @@ -244,7 +244,8 @@ class MenuProcessor implements DataProcessorInterface /** * @return vo...
[BUGFIX] Correct PSR2 issue
benjaminkott_bootstrap_package
train
c8c13757dd0829f622ef3007232e6a05b921dd07
diff --git a/smartcard/CardType.py b/smartcard/CardType.py index <HASH>..<HASH> 100644 --- a/smartcard/CardType.py +++ b/smartcard/CardType.py @@ -70,7 +70,7 @@ class ATRCardType(CardType): """ self.atr = list(atr) self.mask = mask - if None == mask: + if mask is None: ...
CardType: fix PEP8 warnings CardType.py:<I>:<I>: E<I> comparison to None should be 'if cond is None:' CardType.py:<I>:<I>: E<I> comparison to None should be 'if cond is not None:' CardType.py:<I>:1: W<I> blank line at end of file
LudovicRousseau_pyscard
train
c40a69fc02b8744fe069fb8637dfad37bacb97f5
diff --git a/tests/unit/common/ExtendableTraitTest.php b/tests/unit/common/ExtendableTraitTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/common/ExtendableTraitTest.php +++ b/tests/unit/common/ExtendableTraitTest.php @@ -18,7 +18,7 @@ class Extended { use ExtendableTrait; - protected static $foo = 'foo'; + /...
Fixed test No longer possible to access static members in PHP <I>
mako-framework_framework
train
dda8e5c9e45a0f17332207af15dd8ab9cc9a2685
diff --git a/features/bootstrap/FeatureContext.php b/features/bootstrap/FeatureContext.php index <HASH>..<HASH> 100644 --- a/features/bootstrap/FeatureContext.php +++ b/features/bootstrap/FeatureContext.php @@ -12,6 +12,20 @@ use \WP_CLI\Utils; if ( file_exists( __DIR__ . '/utils.php' ) ) { require_once __DIR__ . '/...
When running tests inside of a package, autoload composer.json files This is much easier than provisioning a Behat YML config and having to use that.
wp-cli_extension-command
train
5d17d18ce1c0a9bf5beef0a8db698cf9fe79c1f7
diff --git a/rails_event_store/lib/rails_event_store/actions/read_all_events.rb b/rails_event_store/lib/rails_event_store/actions/read_all_events.rb index <HASH>..<HASH> 100644 --- a/rails_event_store/lib/rails_event_store/actions/read_all_events.rb +++ b/rails_event_store/lib/rails_event_store/actions/read_all_events....
we're removing backwards reading * we don't care about compatibility anymore
RailsEventStore_rails_event_store
train
60581bb517ae3de0e6301d90cb3a59ad9cc5063d
diff --git a/lib/adminlib.php b/lib/adminlib.php index <HASH>..<HASH> 100644 --- a/lib/adminlib.php +++ b/lib/adminlib.php @@ -4125,8 +4125,8 @@ function &admin_get_root($reload=false, $requirefulltree=true) { include($file); } } - if (file_exists($CFG->dirroot.'/local/loca...
Merged from MOODLE_<I>_STABLE: More on MDL-<I> - fixed up path to local/ settings file to be more consistent, added documentation in lib/locallib.php on how to create new local admin tree item
moodle_moodle
train
33db5628b28d6bea85afef96ab2062eed42bc532
diff --git a/src/main/java/com/hmsonline/trident/cql/incremental/CassandraCqlIncrementalState.java b/src/main/java/com/hmsonline/trident/cql/incremental/CassandraCqlIncrementalState.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/hmsonline/trident/cql/incremental/CassandraCqlIncrementalState.java +++ b/src/mai...
CassandraCqlIncrementalState should try to recalculate the state before persist , not just retry the same query multiple time.
hmsonline_storm-cassandra-cql
train
6ba62db8a75c6d454027eb9f7b0bb95edf1f935a
diff --git a/src/elements/Element.js b/src/elements/Element.js index <HASH>..<HASH> 100644 --- a/src/elements/Element.js +++ b/src/elements/Element.js @@ -441,7 +441,7 @@ export default class Element { return { start: { line: startLine, - column: startColumn + ...
Column property can't be `0`
cst_cst
train
cd0f98a5c095c92ac0f0881468a0175abd3e741f
diff --git a/modules/custom/openy_moderation_wrapper/src/EntityModerationStatus.php b/modules/custom/openy_moderation_wrapper/src/EntityModerationStatus.php index <HASH>..<HASH> 100644 --- a/modules/custom/openy_moderation_wrapper/src/EntityModerationStatus.php +++ b/modules/custom/openy_moderation_wrapper/src/EntityMo...
[YGSUP-<I>] Skip moderation state checking if bundle not support content moderation
ymcatwincities_openy
train
1fa43be8c3d7d389faf291fb8b6c281c9aa2be05
diff --git a/spec/mongoid/persistence_context_spec.rb b/spec/mongoid/persistence_context_spec.rb index <HASH>..<HASH> 100644 --- a/spec/mongoid/persistence_context_spec.rb +++ b/spec/mongoid/persistence_context_spec.rb @@ -70,6 +70,20 @@ describe Mongoid::PersistenceContext do { collection: :other } end +...
Test added for PR #<I> for clearing PersistenceContext when error is encountered
mongodb_mongoid
train
dc17021bf5f12ab7b89a9e567cfbf7a19ac2aea4
diff --git a/lib/pushover/config.rb b/lib/pushover/config.rb index <HASH>..<HASH> 100644 --- a/lib/pushover/config.rb +++ b/lib/pushover/config.rb @@ -13,7 +13,6 @@ module Pushover def initialize(load = true) @save_file = "#{Dir.home}/.config/pushover/config.json" - FileUtils.mkdir_p save_dir if !Dir...
Moved where I create the config dir to create one only if we attempt to save.
erniebrodeur_pushover
train
91306c693dfcbaa5a2ef9f5d08fec0ac91ea702d
diff --git a/src/Console/Commands/RollbackCommand.php b/src/Console/Commands/RollbackCommand.php index <HASH>..<HASH> 100644 --- a/src/Console/Commands/RollbackCommand.php +++ b/src/Console/Commands/RollbackCommand.php @@ -31,7 +31,6 @@ class RollbackCommand extends BaseRollbackCommand { if (file_exists($...
Fix `migrate:reset` args as it doesn't accept --step
rinvex_cortex-tenants
train
4a85f2760d560dd091cbe0879b71c80a8ccb6fd6
diff --git a/lib/premailer/rails/css_loaders/file_system_loader.rb b/lib/premailer/rails/css_loaders/file_system_loader.rb index <HASH>..<HASH> 100644 --- a/lib/premailer/rails/css_loaders/file_system_loader.rb +++ b/lib/premailer/rails/css_loaders/file_system_loader.rb @@ -14,7 +14,15 @@ class Premailer if ...
Use the absolute path with Rails.root to find asset path If the current working directory of the application is not the Rails.root, FileSystemLoader will quietly fail and fall back to the other CSS loaders, which may not be desired. Closes #<I>
fphilipe_premailer-rails
train
c4c33b82761176a81927dc77db0ca8f0f3593659
diff --git a/presto-cassandra/src/test/java/com/facebook/presto/cassandra/EmbeddedCassandra.java b/presto-cassandra/src/test/java/com/facebook/presto/cassandra/EmbeddedCassandra.java index <HASH>..<HASH> 100644 --- a/presto-cassandra/src/test/java/com/facebook/presto/cassandra/EmbeddedCassandra.java +++ b/presto-cassan...
Keep refreshing size estimates until it is actually done
prestodb_presto
train
f823360910d8dbf3ac3eeeb36402fac0ca3d36a6
diff --git a/test/configCases/context-replacement/d/queryloader.js b/test/configCases/context-replacement/d/queryloader.js index <HASH>..<HASH> 100644 --- a/test/configCases/context-replacement/d/queryloader.js +++ b/test/configCases/context-replacement/d/queryloader.js @@ -2,6 +2,6 @@ module.exports = function(content...
fix testcase for windows-style paths
webpack_webpack
train
b9ad9ba6749e0cd6fca12e010ccf8c42b53ba814
diff --git a/src/config.js b/src/config.js index <HASH>..<HASH> 100644 --- a/src/config.js +++ b/src/config.js @@ -1,8 +1,29 @@ let config = { - securityLevel: 'strict' } +const setConf = function (cnf) { + // Top level initially mermaid, gflow, sequenceDiagram and gantt + const lvl1Keys = Object.keys(cnf) + fo...
#<I> Merging configuration updates to previous condifguration.
knsv_mermaid
train
72f55be51c1dc5f339a959963be90aec87fa0ab9
diff --git a/interface/core.js b/interface/core.js index <HASH>..<HASH> 100644 --- a/interface/core.js +++ b/interface/core.js @@ -262,11 +262,15 @@ fdom.apis.set('core.peerconnection', { 'getInfo': {type: 'method', value: [], ret: 'string'}, 'createOffer': {type: 'method', value: [{ - // Optional TODO: take...
fix comments and typos for peerconnection createOffer
freedomjs_freedom
train
887207402b424bbe1c9718226c299e172e9b08f9
diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -56,12 +56,12 @@ abstract class Kernel implements KernelInterface protected $star...
bumped Symfony version to <I>-DEV
symfony_symfony
train
efb451beb7d8520b84f223574a2d01bb7f5e6a2e
diff --git a/src/Configuration/LowlevelChecks.php b/src/Configuration/LowlevelChecks.php index <HASH>..<HASH> 100644 --- a/src/Configuration/LowlevelChecks.php +++ b/src/Configuration/LowlevelChecks.php @@ -2,7 +2,6 @@ namespace Bolt\Configuration; use Bolt\Library as Lib; -use Bolt\Translation\Translator as Trans;...
Reoved some unneeded "use" statements.
bolt_bolt
train
f4da4722d1f02f7bedca6591164ff2ec88aa3c1d
diff --git a/pysat/_orbits.py b/pysat/_orbits.py index <HASH>..<HASH> 100644 --- a/pysat/_orbits.py +++ b/pysat/_orbits.py @@ -139,9 +139,9 @@ class Orbits(object): def __repr__(self): """ Print the basic Orbits properties""" - out_str = "".join(["Orbits(inst=", self.inst.__repr__(), ", index=", ...
STY: updated repr style Updated repr style to support use of eval once pandas also supports this functionality.
rstoneback_pysat
train
0b4831882963aa1113b934639cf0674bef66340c
diff --git a/cirq/optimizers/decompositions_test.py b/cirq/optimizers/decompositions_test.py index <HASH>..<HASH> 100644 --- a/cirq/optimizers/decompositions_test.py +++ b/cirq/optimizers/decompositions_test.py @@ -177,7 +177,9 @@ def test_single_qubit_matrix_to_gates_tolerance_half_turn_phasing(): def test_single_qub...
use testing assert function for more readable output (#<I>)
quantumlib_Cirq
train
d0f05131a6e4ec1d14f69f60b2829f9ce5defb06
diff --git a/docs/src/pages/demos/text-fields/InputAdornments.js b/docs/src/pages/demos/text-fields/InputAdornments.js index <HASH>..<HASH> 100644 --- a/docs/src/pages/demos/text-fields/InputAdornments.js +++ b/docs/src/pages/demos/text-fields/InputAdornments.js @@ -6,7 +6,7 @@ import { withStyles } from 'material-ui/s...
Fix typos in input adornments example. (#<I>) [docs] Fix typos in input adornments example.
mui-org_material-ui
train
680f5e91e83d3868a3e05618e3b270e325c5003b
diff --git a/simpleai/search/csp.py b/simpleai/search/csp.py index <HASH>..<HASH> 100644 --- a/simpleai/search/csp.py +++ b/simpleai/search/csp.py @@ -71,6 +71,12 @@ def _count_conflicts(problem, assignment, variable=None, value=None): return len(_find_conflicts(problem, assignment, variable, value)) +def _cal...
Refactored the logic to call a constraint with variables and values in the correct order
simpleai-team_simpleai
train
77676d8625c4dd38d08b4d98f36407f848e06f22
diff --git a/lib/plsql/jdbc_connection.rb b/lib/plsql/jdbc_connection.rb index <HASH>..<HASH> 100644 --- a/lib/plsql/jdbc_connection.rb +++ b/lib/plsql/jdbc_connection.rb @@ -395,7 +395,7 @@ module PLSQL clob.setString(1, value) clob else - Java::OracleSql::CLOB.getEmptyCLOB + ...
pass nil argument for CLOB/BLOB as NULL and not empty LOB
rsim_ruby-plsql
train
30f9fa122543b41e84ff44896917855596f9c4ec
diff --git a/hgtools/managers/cmd.py b/hgtools/managers/cmd.py index <HASH>..<HASH> 100644 --- a/hgtools/managers/cmd.py +++ b/hgtools/managers/cmd.py @@ -140,7 +140,7 @@ class Git(Command): exe = 'git' def is_valid(self): - return super(Command, self).is_valid() and self.version_suitable() + return super(Git, ...
Correct usage of super to capture missing executable. Fixes #<I>
jaraco_hgtools
train
562a7ace274eb203f37eff9e556235d0183bcef2
diff --git a/etc/tsuru.conf b/etc/tsuru.conf index <HASH>..<HASH> 100644 --- a/etc/tsuru.conf +++ b/etc/tsuru.conf @@ -4,7 +4,9 @@ database: name: tsuru git: unit-repo: /home/application/current - server: http://gandalf.plataformas.glb.com + server: gandalf.plataformas.glb.com + protocol: http + port: 8080 ...
repository: split git server related configurations This way is easier to return the server url with different protocols, and with or without a port (when is applied) Closes #<I>
tsuru_tsuru
train
f200a5596e098a44efc021678638b00accba0696
diff --git a/jsontoxml.js b/jsontoxml.js index <HASH>..<HASH> 100644 --- a/jsontoxml.js +++ b/jsontoxml.js @@ -4,7 +4,6 @@ var element_start_char = "a-zA-Z_\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FFF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD"; var element_non...
Add the ability to disable escaping on a per-node basis
soldair_node-jsontoxml
train
62b2755f7a4ca12491a7899348066695a6a26917
diff --git a/activerecord/lib/active_record/nested_attributes.rb b/activerecord/lib/active_record/nested_attributes.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/nested_attributes.rb +++ b/activerecord/lib/active_record/nested_attributes.rb @@ -403,12 +403,6 @@ module ActiveRecord unles...
Remove dead branch code that appeared back in a merge.
rails_rails
train
938ba9fd0cd7c34dd18f3ad9b1b46239f0500e63
diff --git a/Lib/glyphsLib/builder/names.py b/Lib/glyphsLib/builder/names.py index <HASH>..<HASH> 100644 --- a/Lib/glyphsLib/builder/names.py +++ b/Lib/glyphsLib/builder/names.py @@ -34,12 +34,7 @@ def to_ufo_names(self, ufo, master, family_name): is_italic = bool(master.italicAngle) - styleName = master.na...
Remove build_style_name, now duplicate of master.name
googlefonts_glyphsLib
train
29a406767072ba1981516346d4efb03bc67ca2be
diff --git a/features/support/couchdb_replicate.rb b/features/support/couchdb_replicate.rb index <HASH>..<HASH> 100644 --- a/features/support/couchdb_replicate.rb +++ b/features/support/couchdb_replicate.rb @@ -76,8 +76,15 @@ def replicate_dbs(replication_specs, delete_source_dbs = false) RestClient.delete(targe...
fixed CHEF-<I>; for feature tests when replcating a Couch DB, ignore failure to create the database, which can happen with certain race conditions against other processes on the box
chef_chef
train
e1c14ee9adb979de8b83ef8baa23de9e13ba4ea7
diff --git a/spec/Laracasts/Utilities/JavaScript/Transformers/TransformerSpec.php b/spec/Laracasts/Utilities/JavaScript/Transformers/TransformerSpec.php index <HASH>..<HASH> 100644 --- a/spec/Laracasts/Utilities/JavaScript/Transformers/TransformerSpec.php +++ b/spec/Laracasts/Utilities/JavaScript/Transformers/Transform...
Properly escape strings with new lines - closes #<I> Hat tip to @martindilling.
laracasts_PHP-Vars-To-Js-Transformer
train
3e90b7c1fa872e3c211eb2187887a1f31766c8e3
diff --git a/lib/go/client/upload.go b/lib/go/client/upload.go index <HASH>..<HASH> 100644 --- a/lib/go/client/upload.go +++ b/lib/go/client/upload.go @@ -106,18 +106,26 @@ func (c *Client) Upload(h *UploadHandle) (*PutResult, os.Error) { } } + // TODO: use a proper random boundary boundary := "sdf8sd8f7s9df9s...
Send a Content-Length on Go client's upload.
perkeep_perkeep
train
f5d9b35a029364160551780c8453eeaa247ddfec
diff --git a/sopremo/sopremo-cleansing/src/main/java/eu/stratosphere/sopremo/cleansing/transitiveClosure/TransitiveClosure.java b/sopremo/sopremo-cleansing/src/main/java/eu/stratosphere/sopremo/cleansing/transitiveClosure/TransitiveClosure.java index <HASH>..<HASH> 100644 --- a/sopremo/sopremo-cleansing/src/main/java/e...
further implementation of parallel transitiv closure computing, bug: Projection dont uses specified key/value transformations
stratosphere_stratosphere
train
4f6c182d1eaf00521bbf4a5fa26dc5363851efc5
diff --git a/lib/searchkick/model.rb b/lib/searchkick/model.rb index <HASH>..<HASH> 100644 --- a/lib/searchkick/model.rb +++ b/lib/searchkick/model.rb @@ -133,7 +133,7 @@ module Searchkick end unless method_defined?(:similar) def search_data - respond_to?(:to_hash) ? to_hash : serializable_...
Removed id and _id from search data by default
ankane_searchkick
train
a00f761597645d11f5a07dd8c3f626dd860977b0
diff --git a/cetus/queries/reading.py b/cetus/queries/reading.py index <HASH>..<HASH> 100644 --- a/cetus/queries/reading.py +++ b/cetus/queries/reading.py @@ -92,6 +92,9 @@ async def generate_mysql_group_wise_query( f'FROM {table_name} ') query = await add_filters(query, ...
Replaced pagination inside of JOIN clause for MySQL group-wise query
lycantropos_cetus
train
96b76efc5c70cdccf97f1cb521d9fa594ddbae34
diff --git a/src/Exception/OAuthServerException.php b/src/Exception/OAuthServerException.php index <HASH>..<HASH> 100644 --- a/src/Exception/OAuthServerException.php +++ b/src/Exception/OAuthServerException.php @@ -189,7 +189,7 @@ class OAuthServerException extends Exception */ public static function invalid...
Respond with helpful and spec complient error on invalid user credentials
thephpleague_oauth2-server
train
525e03f8be9439a7e30793bb5c2e4481a80f4653
diff --git a/manifest.php b/manifest.php index <HASH>..<HASH> 100644 --- a/manifest.php +++ b/manifest.php @@ -11,7 +11,7 @@ return array( 'description' => 'Arcavias core system with admin interface', 'author' => 'Metaways Infosystems GmbH', 'email' => 'application@metaways.de', - 'version' => '2013-03', + 'versi...
Updates version to <I>-<I>
Arcavias_arcavias-core
train
24a6c79b3dfb43dde588e8c4d2189b76d37fba60
diff --git a/lib/codemirror.js b/lib/codemirror.js index <HASH>..<HASH> 100644 --- a/lib/codemirror.js +++ b/lib/codemirror.js @@ -5779,6 +5779,8 @@ } signal(cm, "renderLine", cm, lineView.line, builder.pre); + if (builder.pre.className) + builder.textClass = joinClasses(builder.pre.className, build...
Preserve class name added by renderLine event handler Issue #<I>
codemirror_CodeMirror
train
7f7ec728a9d641e00ea9a32efb3e70db8edbfca8
diff --git a/lib/kue.js b/lib/kue.js index <HASH>..<HASH> 100755 --- a/lib/kue.js +++ b/lib/kue.js @@ -87,16 +87,14 @@ exports.workers = []; function Queue( options ) { options = options || {}; this.id = [ 'queue', require("os").hostname(), process.pid ].join('-'); - redis.configureFactory(options, this); -...
only workers set promotion and ttl locks & timers
Automattic_kue
train
6eb804bcb76e9e78fb7f3e9265c2827c55a9bdcf
diff --git a/lib/handlers/bin.js b/lib/handlers/bin.js index <HASH>..<HASH> 100644 --- a/lib/handlers/bin.js +++ b/lib/handlers/bin.js @@ -41,7 +41,7 @@ module.exports = Observable.extend({ this.renderFiles(req, res, next); }, getFromPost: function (req, res, next) { - var processorTypes = 'jade markdown ...
Allow using es6/babel as a preprocessor when prepopulating bins with POST request
jsbin_jsbin
train
5565f146b3269d4e97e56209a3d6347ff0fa09e2
diff --git a/client/state/data-layer/wpcom/sites/scan/threats/ignore.js b/client/state/data-layer/wpcom/sites/scan/threats/ignore.js index <HASH>..<HASH> 100644 --- a/client/state/data-layer/wpcom/sites/scan/threats/ignore.js +++ b/client/state/data-layer/wpcom/sites/scan/threats/ignore.js @@ -5,6 +5,7 @@ import { disp...
Jetpack Scan: Update history after ignore or fix (#<I>) * Jetpack Scan: Update history after ignore or fix * Dispatch request after ignore network request instead
Automattic_wp-calypso
train
44ac2c3fa34c5edadd8340ef8f3ba98c0da04dd0
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/ba/type/TypeFrameModelingVisitor.java b/findbugs/src/java/edu/umd/cs/findbugs/ba/type/TypeFrameModelingVisitor.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/ba/type/TypeFrameModelingVisitor.java +++ b/findbugs/src/java/edu/umd/cs/findbugs...
rewrote to give better performance git-svn-id: <URL>
spotbugs_spotbugs
train
96204b5ef569630a5b0d15b2dd61612acde62f5d
diff --git a/core/commands/refs.go b/core/commands/refs.go index <HASH>..<HASH> 100644 --- a/core/commands/refs.go +++ b/core/commands/refs.go @@ -39,7 +39,7 @@ Displays the link hashes an IPFS or IPNS object(s) contains, with the following <link base58 hash> -Note: List all referencess recursively by using the...
Fix spelling error My bad. Introduced in #<I> License: MIT
ipfs_go-ipfs
train
04ffec1f37d4ef2b1b5f6fffa8f4db0512d841ee
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -87,7 +87,10 @@ const watsons = { return validators.hasOwnProperty(name); }, - validate: function(object, schema, validator = watsons.shape(schema), keyPath = [], root = object) { + validate: function(object, schem...
'rule' and 'rules' validator.
zhangkaiyulw_watsons
train
6d222cb94e5fdb403f9f1f75147ad42e19c5d75b
diff --git a/railties/guides/w3c_validator.rb b/railties/guides/w3c_validator.rb index <HASH>..<HASH> 100644 --- a/railties/guides/w3c_validator.rb +++ b/railties/guides/w3c_validator.rb @@ -35,18 +35,21 @@ module RailsGuides def validate validator = MarkupValidator.new + STDOUT.sync = true + ...
cleaner output for rake validate_guides: dot-style, brief summary and detailed description below
rails_rails
train
2134be225bfe6a6dd9a4c68bd7c89f17332f889d
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -91,7 +91,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. -html_theme = 'nature' +html_theme = ...
testing docs with rtfd
django-cumulus_django-cumulus
train
887e9292a3fe235d5999d80d469e6c290ae91e74
diff --git a/src/binwalk/core/C.py b/src/binwalk/core/C.py index <HASH>..<HASH> 100644 --- a/src/binwalk/core/C.py +++ b/src/binwalk/core/C.py @@ -124,15 +124,19 @@ class Library(object): 'win32' : ['%s.dll' % library] } - lib_path = ctypes.util.find_library(library) - - # If cty...
Modified C.py to search /usr/local/lib first.
ReFirmLabs_binwalk
train
753c4b0e062effdf7e273583875357a6e78657a4
diff --git a/src/main.js b/src/main.js index <HASH>..<HASH> 100644 --- a/src/main.js +++ b/src/main.js @@ -85,12 +85,7 @@ function TimekitBooking() { utils.doCallback('findTimeSuccessful', config, response); // Go to first event if enabled - if(config.goToFirstEvent && response.data.length > 0) { -...
reusable goToFirstEvent method
timekit-io_booking-js
train
246f6a1be93faf5a66c4a35b7311536b1aa749a5
diff --git a/src/test/java/com/spotify/docker/client/DefaultDockerClientTest.java b/src/test/java/com/spotify/docker/client/DefaultDockerClientTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/spotify/docker/client/DefaultDockerClientTest.java +++ b/src/test/java/com/spotify/docker/client/DefaultDockerClien...
ensure RegistryAuth email is set in tests testAuth and testBadAuth is failing on Docker <I> and <I> because RegistryAuth.email is not set when we send it to the daemon
spotify_docker-client
train
79431be6a251300078fec851b110ad3220838ddf
diff --git a/tests/test_newsitem.py b/tests/test_newsitem.py index <HASH>..<HASH> 100644 --- a/tests/test_newsitem.py +++ b/tests/test_newsitem.py @@ -6,7 +6,6 @@ from django.utils import timezone from django.utils.http import urlquote from wagtail.core.models import Site from wagtail.tests.utils import WagtailTestU...
Empty lines fixed for isort
neon-jungle_wagtailnews
train
528372414da93d1df86b4a6dd9e4e7b3686d1a43
diff --git a/lib/getFilterInfosAndTargetContentTypeFromQueryString.js b/lib/getFilterInfosAndTargetContentTypeFromQueryString.js index <HASH>..<HASH> 100644 --- a/lib/getFilterInfosAndTargetContentTypeFromQueryString.js +++ b/lib/getFilterInfosAndTargetContentTypeFromQueryString.js @@ -110,7 +110,7 @@ module.exports = ...
Support &ignoreAspectRatio for both gm and gifsicle.
papandreou_express-processimage
train
8c915d40d12671da50ddfde8195bfd24d69799d9
diff --git a/reactor-netty-http/src/main/java/reactor/netty/http/server/logging/BaseAccessLogHandler.java b/reactor-netty-http/src/main/java/reactor/netty/http/server/logging/BaseAccessLogHandler.java index <HASH>..<HASH> 100644 --- a/reactor-netty-http/src/main/java/reactor/netty/http/server/logging/BaseAccessLogHandl...
Access log must contain only the remote IP without a port (#<I>) - Common log format must contain the IP address of the client (remote host) which made the request to the server. - Response duration must be without "ms".
reactor_reactor-netty
train
881242c1bc55cd4428559752e0ede0455029f8eb
diff --git a/HISTORY.md b/HISTORY.md index <HASH>..<HASH> 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 1.0.8 (2020-05-14) + +* Added ClassRef attribute to Item model; bumped minorversion to 47 (required for Item#ClassRef) + ## 1.0.7 (2020-04-28) * Add customer type #509. Thank you @gbkane diff --git...
Added ClassRef attribute to Item model; bumped minorversion to <I> (required for Item#ClassRef) Release <I>
ruckus_quickbooks-ruby
train
58fb5a86c020550e6f560b48f1134243e646981f
diff --git a/control/runner_test.go b/control/runner_test.go index <HASH>..<HASH> 100644 --- a/control/runner_test.go +++ b/control/runner_test.go @@ -323,6 +323,23 @@ func TestRunnerState(t *testing.T) { }) } +func newExecutablePlugin(a plugin.Arg, path string) (*plugin.ExecutablePlugin, error) { + // Travis opti...
Fix #<I>: Add Travis optimizations for starting a plugin when it can fail under load
intelsdi-x_snap
train
d610d3f61cd7483dcab5897c8d4edb54248b45be
diff --git a/integration-cli/docker_cli_volume_test.go b/integration-cli/docker_cli_volume_test.go index <HASH>..<HASH> 100644 --- a/integration-cli/docker_cli_volume_test.go +++ b/integration-cli/docker_cli_volume_test.go @@ -559,6 +559,7 @@ func (s *DockerSuite) TestDuplicateMountpointsForVolumesFromAndBind(c *check....
TestDuplicateMountpointsForVolumesFromAndMounts: remove unintentional dependency for /tmp/data /tmp/data needs to be created before running this test (by some other test)
moby_moby
train
9b23178f585f65b9dc9558694d6de4207c479801
diff --git a/engine/env.go b/engine/env.go index <HASH>..<HASH> 100644 --- a/engine/env.go +++ b/engine/env.go @@ -36,6 +36,13 @@ func (env *Env) Exists(key string) bool { return exists } +// Len returns the number of keys in the environment. +// Note that len(env) might be different from env.Len(), +// because th...
engine.Len returns the number of keys in an env Docker-DCO-<I>-
containers_storage
train
6415c514ba00816a968ca4850053c7f9f67a9f80
diff --git a/lib/url_plumber/plumber.rb b/lib/url_plumber/plumber.rb index <HASH>..<HASH> 100644 --- a/lib/url_plumber/plumber.rb +++ b/lib/url_plumber/plumber.rb @@ -10,7 +10,7 @@ module UrlPlumber def plumb key_path, value = nil keys = key_path.to_s.split('.').map(&:to_sym) - key = keys[-1].to_sym ...
remove unnecessary call to #to_sym
nicolai86_url_plumber
train