hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
f5ba99fd24ce2e7cdba7c81153c46df14811d193
diff --git a/lib/puppet/indirector/request.rb b/lib/puppet/indirector/request.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/indirector/request.rb +++ b/lib/puppet/indirector/request.rb @@ -60,6 +60,13 @@ class Puppet::Indirector::Request rescue => detail raise ArgumentError, "Could not understan...
Special-casing 'file' URIs in the indirection requests. These just get converted to full file paths, since we know they will never pass over the wire.
puppetlabs_puppet
train
6d4b61007bddd46d2cdcfaad4ad5f57484f31c1c
diff --git a/integration/client/export_test.go b/integration/client/export_test.go index <HASH>..<HASH> 100644 --- a/integration/client/export_test.go +++ b/integration/client/export_test.go @@ -60,7 +60,7 @@ func TestExport(t *testing.T) { t.Fatal(err) } - // Seet to begining of file before passing it to assert...
integration/client: fix typo in export_test.go Seet -> Seek begining -> beginning
containerd_containerd
train
7adcb69aee78b9f271f77c797e8ac0e78995195a
diff --git a/zzk/virtualips/virtualips.go b/zzk/virtualips/virtualips.go index <HASH>..<HASH> 100644 --- a/zzk/virtualips/virtualips.go +++ b/zzk/virtualips/virtualips.go @@ -30,7 +30,7 @@ RemoveAllVirtualIPs removes (unbinds) all virtual IPs on the agent */ func RemoveAllVirtualIPs() error { // confirm the virtual...
switch return order... error is always last
control-center_serviced
train
d75db0ea1a6f56294b7e69bcc4a1002f8909ab8b
diff --git a/spec/api-browser-window-spec.js b/spec/api-browser-window-spec.js index <HASH>..<HASH> 100644 --- a/spec/api-browser-window-spec.js +++ b/spec/api-browser-window-spec.js @@ -256,7 +256,6 @@ describe('BrowserWindow module', function () { w.loadURL(server.url) }) - it('sets the conte...
Fixed js lint issues.
electron_electron
train
94c92455ea9c717bb98bfee45188dfea6065beb3
diff --git a/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/ContentExtension.php b/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/ContentExtension.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/ContentExtension.php +++ b/eZ/Publish/Core/MVC/Symfony/Templating/T...
Fix EZP-<I>: As a developer, I want to access a field value in the current locale in a Twig template
ezsystems_ezpublish-kernel
train
c8c4832794c42ae67f0d57590fdb90a458653d51
diff --git a/rllib/evaluation/worker_set.py b/rllib/evaluation/worker_set.py index <HASH>..<HASH> 100644 --- a/rllib/evaluation/worker_set.py +++ b/rllib/evaluation/worker_set.py @@ -64,15 +64,15 @@ class WorkerSet: trainer_config, {"tf_session_args": trainer_config["local_tf_session_a...
Prevent Local Worker creation from blocking remote worker creation by creating remote workers before local worker (#<I>) * create remote workers before local worker * reformatted
ray-project_ray
train
277b1ca32e605c694a78b81befee0b38e5ab1705
diff --git a/atomic_reactor/plugin.py b/atomic_reactor/plugin.py index <HASH>..<HASH> 100644 --- a/atomic_reactor/plugin.py +++ b/atomic_reactor/plugin.py @@ -204,11 +204,10 @@ class PluginsRunner(object): logger.debug("running plugin '%s'", plugin_name) - plugin_instance = self.create_insta...
Mark plugin as failed if plugin crashed on init
projectatomic_atomic-reactor
train
f82684d56b38532b983f1b8f8e7e0bd324ca7c17
diff --git a/src/main/php/serializer/delegate/Fragment.php b/src/main/php/serializer/delegate/Fragment.php index <HASH>..<HASH> 100644 --- a/src/main/php/serializer/delegate/Fragment.php +++ b/src/main/php/serializer/delegate/Fragment.php @@ -19,7 +19,7 @@ class Fragment implements XmlSerializerDelegate /** ...
describe as null what may be null
stubbles_stubbles-xml
train
eb5154c1f60ab03ccb5439e54e577de3321ba873
diff --git a/lib/rack/cerberus.rb b/lib/rack/cerberus.rb index <HASH>..<HASH> 100644 --- a/lib/rack/cerberus.rb +++ b/lib/rack/cerberus.rb @@ -106,7 +106,7 @@ module Rack [ 401, {'Content-Type' => 'text/html'}, [AUTH_PAGE % @options.merge({ - error: error, submit_path: req.env['REQUES...
Update cerberus.rb This should fix a small reflected XSS which is present in the current version.
mig-hub_cerberus
train
fc30a49922295d1cf58ed69eb2d8caa8a8b7fb59
diff --git a/src/Sulu/Bundle/CoreBundle/DependencyInjection/Compiler/RequestAnalyzerCompilerPass.php b/src/Sulu/Bundle/CoreBundle/DependencyInjection/Compiler/RequestAnalyzerCompilerPass.php index <HASH>..<HASH> 100644 --- a/src/Sulu/Bundle/CoreBundle/DependencyInjection/Compiler/RequestAnalyzerCompilerPass.php +++ b/s...
changed getDefinition to findDefinition
sulu_sulu
train
b1cb8e0981cde6c89b0a0f88ea8f5d75b0827b60
diff --git a/javascript/atoms/events.js b/javascript/atoms/events.js index <HASH>..<HASH> 100644 --- a/javascript/atoms/events.js +++ b/javascript/atoms/events.js @@ -19,7 +19,12 @@ goog.provide('bot.events'); +goog.provide('bot.events.EventArgs'); goog.provide('bot.events.EventType'); +goog.provide('bot.events.K...
DanielWagnerHall: Export types - not sure how I missed this file some number of commits ago r<I>
SeleniumHQ_selenium
train
b2c9b7088c933731795f4750bc8f8845b0e6313a
diff --git a/core-bundle/tests/Session/Attribute/AttributeBagMirrorTest.php b/core-bundle/tests/Session/Attribute/AttributeBagMirrorTest.php index <HASH>..<HASH> 100644 --- a/core-bundle/tests/Session/Attribute/AttributeBagMirrorTest.php +++ b/core-bundle/tests/Session/Attribute/AttributeBagMirrorTest.php @@ -26,10 +26...
[Core] Also adjusted variable names¨
contao_contao
train
6d96299fddf00df8d799876a99783daa5c21107c
diff --git a/bootstrap/bootstrap.php b/bootstrap/bootstrap.php index <HASH>..<HASH> 100644 --- a/bootstrap/bootstrap.php +++ b/bootstrap/bootstrap.php @@ -9,6 +9,7 @@ if ( ! extension_loaded('mongo')) { exit(1); } +use Mongolid\Mongolid\Container\Ioc; use Illuminate\Container\Container; $container = new Con...
renamed IOC to Ioc
leroy-merlin-br_mongolid
train
f835ed8d8c7db511612f4bb5ded42fda41778de6
diff --git a/lib/checks/aria/valid-attr-value.js b/lib/checks/aria/valid-attr-value.js index <HASH>..<HASH> 100644 --- a/lib/checks/aria/valid-attr-value.js +++ b/lib/checks/aria/valid-attr-value.js @@ -15,6 +15,12 @@ const preChecks = { node.getAttribute('aria-expanded') !== 'false' && node.getAttribute('aria-...
fix(aria-valid-attr-value): allow aria-owns to pass when element is not in the DOM (#<I>) * fix(aria-valid-attr-value): allow aria-owns to pass when element is not in the DOM * add missing test
dequelabs_axe-core
train
303cd4be64d6a5027eb80b7c13000fb3877e83d1
diff --git a/client/post-editor/controller.js b/client/post-editor/controller.js index <HASH>..<HASH> 100644 --- a/client/post-editor/controller.js +++ b/client/post-editor/controller.js @@ -110,11 +110,9 @@ module.exports = { const postType = determinePostType( context ); const postID = getPostID( context ); -...
Editor: Harden routing against users without site visibility
Automattic_wp-calypso
train
e6770dfdc3247caf0ef5c9911e431ca3025d4b3d
diff --git a/Request/Base.php b/Request/Base.php index <HASH>..<HASH> 100644 --- a/Request/Base.php +++ b/Request/Base.php @@ -112,17 +112,13 @@ class Base */ public function __construct(?array $data = []) { - $this->data = $data = array_merge($_POST, $_FILES);; - - if ( - isset(getallheaders()['Co...
feat: try to convert input data into an array
modulusphp_http
train
a4c9d720fd96417a85fe766e8fa766b9b71c9d18
diff --git a/src/server/auth/server/api_server.go b/src/server/auth/server/api_server.go index <HASH>..<HASH> 100644 --- a/src/server/auth/server/api_server.go +++ b/src/server/auth/server/api_server.go @@ -179,6 +179,7 @@ func NewAuthServer(pachdAddress string, etcdAddress string, etcdPrefix string) ( nil, &au...
Add nil checker to collection creation and use the new auth activation check
pachyderm_pachyderm
train
054fe240ed2933a288f0e106bd7e8395dedf8311
diff --git a/underfs/swift/src/main/java/alluxio/underfs/swift/SwiftUnderFileSystem.java b/underfs/swift/src/main/java/alluxio/underfs/swift/SwiftUnderFileSystem.java index <HASH>..<HASH> 100644 --- a/underfs/swift/src/main/java/alluxio/underfs/swift/SwiftUnderFileSystem.java +++ b/underfs/swift/src/main/java/alluxio/u...
Switch tenant and user order for swiftauth.
Alluxio_alluxio
train
8ec5689550224792fe904f5cc347a414ebbcd3b0
diff --git a/app/src/Bolt/Database/IntegrityChecker.php b/app/src/Bolt/Database/IntegrityChecker.php index <HASH>..<HASH> 100644 --- a/app/src/Bolt/Database/IntegrityChecker.php +++ b/app/src/Bolt/Database/IntegrityChecker.php @@ -340,7 +340,7 @@ class IntegrityChecker /** * This method allows extensions to ...
PSR-2 clean up of Database/IntegrityChecker.php
bolt_bolt
train
86753c5090579fc9c842de37b759ee2da1b70d00
diff --git a/lib/api/src/tests/stories.test.js b/lib/api/src/tests/stories.test.js index <HASH>..<HASH> 100644 --- a/lib/api/src/tests/stories.test.js +++ b/lib/api/src/tests/stories.test.js @@ -295,24 +295,35 @@ describe('stories API', () => { expect(navigate).toHaveBeenCalledWith('/story/a--1'); }); - ...
test: add test cases of different depth
storybooks_storybook
train
e1705f0c454e2c2b2a3794e63ff7ba7f5dc6e126
diff --git a/cumulusci/tasks/salesforce/Deploy.py b/cumulusci/tasks/salesforce/Deploy.py index <HASH>..<HASH> 100644 --- a/cumulusci/tasks/salesforce/Deploy.py +++ b/cumulusci/tasks/salesforce/Deploy.py @@ -41,6 +41,14 @@ class Deploy(BaseSalesforceMetadataApiTask): }, } + def _get_api(self, path=Non...
Moved _get_api definition to top because its called first in _run_task
SFDO-Tooling_CumulusCI
train
a7c823e0d03569cb770eaf33ef34c5b2fc48b2c2
diff --git a/src/main/java/org/plumelib/options/OptionsDoclet.java b/src/main/java/org/plumelib/options/OptionsDoclet.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/plumelib/options/OptionsDoclet.java +++ b/src/main/java/org/plumelib/options/OptionsDoclet.java @@ -54,6 +54,9 @@ import org.checkerframework.com...
Document need to set docletpath
plume-lib_options
train
215604c5ed3d517a7493c934b253559f0140c6de
diff --git a/fireplace/card.py b/fireplace/card.py index <HASH>..<HASH> 100644 --- a/fireplace/card.py +++ b/fireplace/card.py @@ -239,6 +239,9 @@ class Card(Entity): def summon(self): if self.aura: + if self.aura == 1: + logging.warning("Undefined aura for %r", self) + return self._aura = Aura(self....
Gracefully handle undefined auras (unimplemented definitions)
jleclanche_fireplace
train
791a0b2aa521926f83bb26dbec3ce0ffc63e1014
diff --git a/src/views/boom/account/login.php b/src/views/boom/account/login.php index <HASH>..<HASH> 100644 --- a/src/views/boom/account/login.php +++ b/src/views/boom/account/login.php @@ -12,9 +12,9 @@ <input type="hidden" name="_token" value="<?php echo csrf_token(); ?>"> <fi...
Removed PHP short tags in login form view
boomcms_boom-core
train
84357664a37df98ec2b78d3338fa79ec1eca56c6
diff --git a/test/Unit/DataProvider/StringProviderTest.php b/test/Unit/DataProvider/StringProviderTest.php index <HASH>..<HASH> 100644 --- a/test/Unit/DataProvider/StringProviderTest.php +++ b/test/Unit/DataProvider/StringProviderTest.php @@ -26,11 +26,11 @@ final class StringProviderTest extends AbstractProviderTestCa...
Enhancement: Assert that StringProvider::arbitrary() provides all kinds of values
localheinz_test-util
train
f5e9a80fad9cc3c9871468367e3cb46ad516e1db
diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/editorPreferences.js b/bundles/org.eclipse.orion.client.ui/web/orion/editorPreferences.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.ui/web/orion/editorPreferences.js +++ b/bundles/org.eclipse.orion.client.ui/web/orion/editorPreferences....
Bug <I> - Editor does not auto save while mouse is moving
eclipse_orion.client
train
85891ab6e3e61e1b04241091714442f89c9e5f92
diff --git a/src/org/opencms/ui/apps/CmsFileExplorer.java b/src/org/opencms/ui/apps/CmsFileExplorer.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/ui/apps/CmsFileExplorer.java +++ b/src/org/opencms/ui/apps/CmsFileExplorer.java @@ -44,6 +44,7 @@ import org.opencms.ui.components.CmsErrorDialog; import org.opencm...
Saving file explorer settings also on window close.
alkacon_opencms-core
train
c9cc560280e96593c64087bea69b082fd7460156
diff --git a/mockgen/mockgen.go b/mockgen/mockgen.go index <HASH>..<HASH> 100644 --- a/mockgen/mockgen.go +++ b/mockgen/mockgen.go @@ -182,7 +182,7 @@ func sanitize(s string) string { } func (g *generator) Generate(pkg *model.Package, pkgName string) error { - g.p("// Automatically generated by MockGen. DO NOT EDIT...
Change header to conform with standard for generated code: <URL>
golang_mock
train
92f266d3b00b1f55f17235fed8058c2070238e73
diff --git a/lxd/storage/drivers/driver_zfs_volumes.go b/lxd/storage/drivers/driver_zfs_volumes.go index <HASH>..<HASH> 100644 --- a/lxd/storage/drivers/driver_zfs_volumes.go +++ b/lxd/storage/drivers/driver_zfs_volumes.go @@ -1121,6 +1121,32 @@ func (d *zfs) RenameVolume(vol Volume, newVolName string, op *operations.O...
lxd/storage/drivers/driver/zfs/volumes: Fix migrating VM block volumes in MigrateVolume
lxc_lxd
train
a15679f5af8302491aeafb3281072dd35daa9f5a
diff --git a/examples/hybrid_simple/tests.js b/examples/hybrid_simple/tests.js index <HASH>..<HASH> 100644 --- a/examples/hybrid_simple/tests.js +++ b/examples/hybrid_simple/tests.js @@ -13,7 +13,7 @@ describe('hello', function(){ }); it('should say hello to person', function(){ - expect(hello('Bob')...
Added a semicolon;
testem_testem
train
891ba1722745304f345ef05c363bebb61da51690
diff --git a/intranet/apps/eighth/models.py b/intranet/apps/eighth/models.py index <HASH>..<HASH> 100644 --- a/intranet/apps/eighth/models.py +++ b/intranet/apps/eighth/models.py @@ -59,6 +59,11 @@ class EighthRoom(models.Model): return "{} ({})".format(self.name, self.capacity) +class EighthActivityExclud...
Add model manager for excluding deleted activities
tjcsl_ion
train
3a969af73df12ed45d1e84ac5de867214738d8ec
diff --git a/dwave/system/composites/embedding.py b/dwave/system/composites/embedding.py index <HASH>..<HASH> 100644 --- a/dwave/system/composites/embedding.py +++ b/dwave/system/composites/embedding.py @@ -177,7 +177,7 @@ class EmbeddingComposite(dimod.Sampler, dimod.Composite): __, target_edgelist, target_ad...
Send qubo representation to minorminer Represents singleton (along with all other) variables `x` as `(x, x)`
dwavesystems_dwave-system
train
6cb13e5cf1e1541d84ef08b1ae0dc9dafd987fd3
diff --git a/pygsp/graphs/nngraphs/bunny.py b/pygsp/graphs/nngraphs/bunny.py index <HASH>..<HASH> 100644 --- a/pygsp/graphs/nngraphs/bunny.py +++ b/pygsp/graphs/nngraphs/bunny.py @@ -31,9 +31,10 @@ class Bunny(NNGraph): 'vertex_size': 10, 'elevation': -90, 'azimuth': 90, - ...
don't rescale fixed graphs
epfl-lts2_pygsp
train
6071fc63eb13c1c7ced0efbf7912df2df465f2c1
diff --git a/doxypypy/doxypypy.py b/doxypypy/doxypypy.py index <HASH>..<HASH> 100755 --- a/doxypypy/doxypypy.py +++ b/doxypypy/doxypypy.py @@ -211,8 +211,9 @@ class AstWalker(NodeVisitor): match = tagRE.search(line) if match: # We've got a s...
Avoid index-out-of-range exception with back-to-back notes. Also modified a test case.
Feneric_doxypypy
train
32c25c0311ced14ab10161a2c2b1556e86b09b6c
diff --git a/core/codegen/platform/src/main/java/org/overture/codegen/merging/TemplateManager.java b/core/codegen/platform/src/main/java/org/overture/codegen/merging/TemplateManager.java index <HASH>..<HASH> 100644 --- a/core/codegen/platform/src/main/java/org/overture/codegen/merging/TemplateManager.java +++ b/core/co...
Update 'TemplateManager' to allow the paths of templates to be user-defined Issue #<I>
overturetool_overture
train
71ae589b9a21b5e1b03334973a76cfa7607118a3
diff --git a/numina/core/pipeline.py b/numina/core/pipeline.py index <HASH>..<HASH> 100644 --- a/numina/core/pipeline.py +++ b/numina/core/pipeline.py @@ -97,11 +97,12 @@ def get_recipe(name, mode): def init_pipeline_system(): '''Load all available pipelines.''' - for i in pkgutil.walk_packages(namespace...
Program does not end abruptly if there is a problem during pipeline import
guaix-ucm_numina
train
c4f1ae925abe441304c27d205170f8edcb4d94a2
diff --git a/src/Illuminate/Exception/Handler.php b/src/Illuminate/Exception/Handler.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Exception/Handler.php +++ b/src/Illuminate/Exception/Handler.php @@ -149,7 +149,7 @@ class Handler { // type of exceptions to handled by a Closure giving great flexibility. if ...
Fix a WSOD issue if application isn't ready for repsonses.
laravel_framework
train
a6d249a87840f7283b609b4669fbeb2a6ad57d6d
diff --git a/src/Routing/Assets/DispatcherInterface.php b/src/Routing/Assets/DispatcherInterface.php index <HASH>..<HASH> 100644 --- a/src/Routing/Assets/DispatcherInterface.php +++ b/src/Routing/Assets/DispatcherInterface.php @@ -2,9 +2,7 @@ namespace Nova\Routing\Assets; -use Nova\Http\Request; - -use Symfony\Co...
Improve Nova\Routing\Assets\DispatcherInterface
nova-framework_system
train
bf1be94fe3f47232205a5a0aa4e177b70ea48802
diff --git a/test/base58.js b/test/base58.js index <HASH>..<HASH> 100644 --- a/test/base58.js +++ b/test/base58.js @@ -19,4 +19,31 @@ describe('base58', function() { assert.equal(base58.encode(conv.hexToBytes(hex)), enc); }) }) + + describe('checkEncode', function() { + it('handles ...
add tests for checkEncode and checkDecode
BitGo_bitgo-utxo-lib
train
b235cf800c81e937442017a13078803da342cc4e
diff --git a/src/git.js b/src/git.js index <HASH>..<HASH> 100644 --- a/src/git.js +++ b/src/git.js @@ -839,7 +839,7 @@ } }; - var fileUpdateRegex = /^\s*(.+)\s\|\s+(\d+)\s([+\-]+)/; + var fileUpdateRegex = /^\s*(.+?)\s+\|\s+(\d+)\s([+\-]+)/; for (var lines = pull.split('\n'), i = 0, ...
Pull parsing regex now does not capture the extra spaces in the file names
steveukx_git-js
train
321d2af1922ef0643fd4e5868ef91daca0493ff3
diff --git a/src/frontend/org/voltdb/TheHashinator.java b/src/frontend/org/voltdb/TheHashinator.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/TheHashinator.java +++ b/src/frontend/org/voltdb/TheHashinator.java @@ -76,7 +76,7 @@ public abstract class TheHashinator { */ public static TheHashin...
Update non-static hashinator to use new cooked.
VoltDB_voltdb
train
cfd26e612b4dc88865596790f6d3e47f756a0f68
diff --git a/packages/outputs/src/components/media/javascript.js b/packages/outputs/src/components/media/javascript.js index <HASH>..<HASH> 100644 --- a/packages/outputs/src/components/media/javascript.js +++ b/packages/outputs/src/components/media/javascript.js @@ -3,10 +3,9 @@ import React from "react"; type Props...
Remove unused handles method and declare media type
nteract_nteract
train
d5883a667ec5cd10fa93cbc081157712da85f1d5
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/detect/CloneIdiom.java b/findbugs/src/java/edu/umd/cs/findbugs/detect/CloneIdiom.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/detect/CloneIdiom.java +++ b/findbugs/src/java/edu/umd/cs/findbugs/detect/CloneIdiom.java @@ -117,7 +117,7 @@ p...
Don't report errors about classes with clone methods that aren't safe for extension if the classes are not public. git-svn-id: <URL>
spotbugs_spotbugs
train
b79eca3e0f415362fac200c8b7b711355c181c7d
diff --git a/eZ/Publish/Core/Search/Elasticsearch/Content/SortClauseVisitor/Field/Field.php b/eZ/Publish/Core/Search/Elasticsearch/Content/SortClauseVisitor/Field/Field.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Search/Elasticsearch/Content/SortClauseVisitor/Field/Field.php +++ b/eZ/Publish/Core/Search/Elast...
EZP-<I>: adapt Elasticsearch engine for removal of language from sort clause
ezsystems_ezpublish-kernel
train
c08dcbd1ca7c97a79c9bc5637dd5a2935c44f511
diff --git a/doxytag2zealdb/doxytag.py b/doxytag2zealdb/doxytag.py index <HASH>..<HASH> 100644 --- a/doxytag2zealdb/doxytag.py +++ b/doxytag2zealdb/doxytag.py @@ -267,7 +267,7 @@ class fileTagProcessor(TagProcessorWithAutoStuffAndCompoundTagName): A string containing the correct documentation filename from...
Don't add .html extension to filename
vedvyas_doxytag2zealdb
train
989a35ecc2e7471109e5c4f615ec259e9b36022d
diff --git a/xod-client/src/project/reducer/index.js b/xod-client/src/project/reducer/index.js index <HASH>..<HASH> 100644 --- a/xod-client/src/project/reducer/index.js +++ b/xod-client/src/project/reducer/index.js @@ -6,7 +6,7 @@ import { nodeTypes } from './nodetypes'; import { counterReducer } from './counter'; im...
fix(projectReducer): fix a merge bug
xodio_xod
train
33428d86230064d70ec6b2a638f947d0cdb31968
diff --git a/lib/checks/navigation/heading-order-after.js b/lib/checks/navigation/heading-order-after.js index <HASH>..<HASH> 100644 --- a/lib/checks/navigation/heading-order-after.js +++ b/lib/checks/navigation/heading-order-after.js @@ -34,10 +34,11 @@ function headingOrderAfter(results) { // start by replacing ...
fix(heading-order): handle iframe as first result (#<I>)
dequelabs_axe-core
train
a3c2a8ef9f7d5e3b4dcdff32864baebe19ad3271
diff --git a/language/dates.js b/language/dates.js index <HASH>..<HASH> 100644 --- a/language/dates.js +++ b/language/dates.js @@ -7,7 +7,9 @@ const addWeeks = require('date-fns/add_weeks'); const addDays = require('date-fns/add_days') const addHours = require('date-fns/add_hours') const addSeconds = require('date-f...
feat(language): Improve date resolving for relative dates and date + time
aholstenson_ecolect-js
train
ac2b7058339ed442eefafa5e31cb9fdba4f797ae
diff --git a/arviz/tests/helpers.py b/arviz/tests/helpers.py index <HASH>..<HASH> 100644 --- a/arviz/tests/helpers.py +++ b/arviz/tests/helpers.py @@ -261,3 +261,16 @@ def pystan_extract_unpermuted(fit, var_names=None): ary = ary.reshape((-1, nchain, *ary_shape), order="F") extract[key] = ary ...
Fix permuted loglik for PyStan tests (#<I>) * update tests * fix tests * fix permuted vs unpermuted * Add pystan_extract_normal
arviz-devs_arviz
train
1cfbb40f750e91698bad4bae36ea379cec03bf52
diff --git a/provision/kubernetes/nodecontainer.go b/provision/kubernetes/nodecontainer.go index <HASH>..<HASH> 100644 --- a/provision/kubernetes/nodecontainer.go +++ b/provision/kubernetes/nodecontainer.go @@ -188,6 +188,7 @@ func (m *nodeContainerManager) deployNodeContainerForCluster(client *ClusterClie Labels...
provision/kubernetes: allow setting hostpid in daemonset spec
tsuru_tsuru
train
ed7a9adadb92d0b149140fcc5de5b6f024cef2c5
diff --git a/src/validator.js b/src/validator.js index <HASH>..<HASH> 100644 --- a/src/validator.js +++ b/src/validator.js @@ -782,7 +782,7 @@ Range: function ( min, max ) { this.__class__ = 'Range'; - if ( min === undefined || max === undefined ) + if ( typeof(min) === undefined || typeof(max) ...
Better undefined check for range, add test.
guillaumepotier_validator.js
train
32384ef9fb4bf35ba74c859d7aeea172f62db744
diff --git a/header.go b/header.go index <HASH>..<HASH> 100644 --- a/header.go +++ b/header.go @@ -514,8 +514,10 @@ func rfc2047AttributeName(s string) string { // then the attribute value should be quoted keyValuePair := strings.SplitAfter(decodeHeader(pair[0]), "=") // only quote the parameter value if it isn't...
guard for index out of bounds in rfc<I>AttributeName (#<I>)
jhillyerd_enmime
train
a81fe58eb683297f9e6a2eba4ad99820c76467f3
diff --git a/lib/ews/types.rb b/lib/ews/types.rb index <HASH>..<HASH> 100644 --- a/lib/ews/types.rb +++ b/lib/ews/types.rb @@ -112,12 +112,15 @@ module Viewpoint::EWS end def type_convert(key,str) - return nil if str.nil? - key = key_alias[key] || key - if key_types[key] - key_types[ke...
Add better default types to collections. i.e. [] instead of nil
WinRb_Viewpoint
train
56ab6159e6fa8746deb0ef3d8d265e48e7cc0d4b
diff --git a/lib/mongoid/atomic.rb b/lib/mongoid/atomic.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/atomic.rb +++ b/lib/mongoid/atomic.rb @@ -344,11 +344,35 @@ module Mongoid updates = atomic_updates return {} unless atomic_updates.key?("$set") touches = {} + wanted_keys = %w(updated_at u...
Fix MONGOID-<I> .touch with custom field is broken for embedded documents (#<I>)
mongodb_mongoid
train
fb66527548ed09e4c9b2869f24c8a7ed376e2ba5
diff --git a/lib/sub_diff/diff.rb b/lib/sub_diff/diff.rb index <HASH>..<HASH> 100644 --- a/lib/sub_diff/diff.rb +++ b/lib/sub_diff/diff.rb @@ -1,4 +1,4 @@ -require "delegate" +require 'delegate' module SubDiff class Diff < SimpleDelegator @@ -15,5 +15,9 @@ module SubDiff def changed? value != value_wa...
Introduce `Diff#enumerable?` method This will be used by `DiffCollection` in the next commit.
shuber_sub_diff
train
d11c66725d63467fd8d53888a656e99a66460477
diff --git a/src/test/java/net/spy/memcached/BinaryClientTest.java b/src/test/java/net/spy/memcached/BinaryClientTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/net/spy/memcached/BinaryClientTest.java +++ b/src/test/java/net/spy/memcached/BinaryClientTest.java @@ -52,12 +52,6 @@ public class BinaryClientTest ...
Complete the removal of stats cachedump. Unfortunately, late night coding means I put up a change and marked it verified, but it makes the project not compile. Not worth rewriting history for these 5 commits or so, but need to fix it. See also <URL>
dustin_java-memcached-client
train
4a7a2d042e8493a4992b3ece2f8b5ee5b80a0693
diff --git a/Tests/Controller/DefaultControllerTest.php b/Tests/Controller/DefaultControllerTest.php index <HASH>..<HASH> 100644 --- a/Tests/Controller/DefaultControllerTest.php +++ b/Tests/Controller/DefaultControllerTest.php @@ -41,6 +41,7 @@ class DefaultControllerTest extends WebTestCase { $client = s...
Add assertions in DefaultControllerTest
fabiencrassat_CurriculumVitaeBundle
train
dc6dc017e706840a9681bef1a75391a91ab6a2e0
diff --git a/lib/chef/provider/env.rb b/lib/chef/provider/env.rb index <HASH>..<HASH> 100644 --- a/lib/chef/provider/env.rb +++ b/lib/chef/provider/env.rb @@ -61,8 +61,9 @@ class Chef def compare_value if @new_resource.delim #e.g. check for existing value within PATH - not @current_r...
Modified env resource to break values up by delimiter before comparing. For example, if someone were to do before this patch, ```ruby windows_path 'C:\foo;C:\bar' do action :create ... end ``` the path would grow each time this recipe was executed. This is because compare_path would break up the current path with ...
chef_chef
train
45d0f19b7525a8fa1a695cb1ad83eb7bf7559a7c
diff --git a/src/Propel/Runtime/Map/ColumnMap.php b/src/Propel/Runtime/Map/ColumnMap.php index <HASH>..<HASH> 100644 --- a/src/Propel/Runtime/Map/ColumnMap.php +++ b/src/Propel/Runtime/Map/ColumnMap.php @@ -348,11 +348,7 @@ class ColumnMap */ public function isForeignKey() { - if ($this->relatedT...
[Runtime] [Map] removed some dead code and fixed CS.
propelorm_Propel2
train
097d7ee6d30f91c88135d8398933d1ab72b7534b
diff --git a/admin/javascript/src/boot/index.js b/admin/javascript/src/boot/index.js index <HASH>..<HASH> 100644 --- a/admin/javascript/src/boot/index.js +++ b/admin/javascript/src/boot/index.js @@ -26,7 +26,7 @@ function appBoot() { window.store = createStoreWithMiddleware(rootReducer, initialState); // Set th...
Removed unnecessary thunk wrapper in actions
silverstripe_silverstripe-framework
train
872c167f8f5045ef8d5b13316b83ecb28efcc3a3
diff --git a/src/Ftp/FtpAdapterTest.php b/src/Ftp/FtpAdapterTest.php index <HASH>..<HASH> 100644 --- a/src/Ftp/FtpAdapterTest.php +++ b/src/Ftp/FtpAdapterTest.php @@ -11,12 +11,6 @@ use League\Flysystem\FilesystemAdapter; */ class FtpAdapterTest extends FtpAdapterTestCase { - protected function setUp(): void - ...
Retry on all ftp cases
thephpleague_flysystem
train
af21d970a604a64a8ebf7be70586dd85bc82f611
diff --git a/src/value.js b/src/value.js index <HASH>..<HASH> 100644 --- a/src/value.js +++ b/src/value.js @@ -6,14 +6,29 @@ function removeFlags(value) { return value.replace(/\!\w+/g, ''); } +function removeInlineComments(value) { + var transformedValue = value; + var commentIndex = value.indexOf('//'); + + ...
making failing tests pass with inline comments
ryanbahniuk_scss-to-json
train
c7c849a174914f95d132dfb498c793b449ca9b25
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ * request broker now supports turning param values into instances of `stubbles\lang\SecureString` with `@Request[SecureString]` * added `net\stubbles\input\filter\PasswordChecker` * requ...
request broker annotation @Request[OneOf now throws an exception when list of allowed values is missing in annotation
stubbles_stubbles-input
train
244dbf2313f64b79a520ec4eb4ec11304df1e675
diff --git a/spec/generic/remove.spec.js b/spec/generic/remove.spec.js index <HASH>..<HASH> 100644 --- a/spec/generic/remove.spec.js +++ b/spec/generic/remove.spec.js @@ -66,4 +66,25 @@ describe('remove', function () { users.insert(bar); expect(users.data.length).toEqual(1); }); + + it('removes with uniqu...
Added test to prove remove with unique index is broken. Test Fails
techfort_LokiJS
train
e8495135550210f8a7634a9043122abaa43df96c
diff --git a/lib/gir_ffi/arg_helper.rb b/lib/gir_ffi/arg_helper.rb index <HASH>..<HASH> 100644 --- a/lib/gir_ffi/arg_helper.rb +++ b/lib/gir_ffi/arg_helper.rb @@ -8,48 +8,43 @@ module GirFFI FFI::Pointer.new(obj.object_id) end - def self.int32_array_to_inptr ary + def self.typed_array_to_inptr type,...
Use more bare-metal memory writer methods, so things work with JRuby.
mvz_gir_ffi
train
2dbc08e3221e07a9e618eaa025d98ed197d28e31
diff --git a/bittrex/bittrex.py b/bittrex/bittrex.py index <HASH>..<HASH> 100644 --- a/bittrex/bittrex.py +++ b/bittrex/bittrex.py @@ -5,7 +5,7 @@ import time import hmac import hashlib - +import sys try: from urllib import urlencode except ImportError: @@ -147,9 +147,17 @@ class Bittrex(object): req...
Fix for INVALID_SIGNATURE in python3.x.x (#<I>)
ericsomdahl_python-bittrex
train
c502128c50ac4085127bd195bc128ca8b2d60562
diff --git a/pkg/cmd/openshift-kube-apiserver/kubeadmission/register.go b/pkg/cmd/openshift-kube-apiserver/kubeadmission/register.go index <HASH>..<HASH> 100644 --- a/pkg/cmd/openshift-kube-apiserver/kubeadmission/register.go +++ b/pkg/cmd/openshift-kube-apiserver/kubeadmission/register.go @@ -96,6 +96,8 @@ func NewDef...
Temporarily disable RBR until we move it to a CRD
openshift_origin
train
610716d3d1ca661a9487bac774992fb532c6a8e0
diff --git a/pre_commit/clientlib.py b/pre_commit/clientlib.py index <HASH>..<HASH> 100644 --- a/pre_commit/clientlib.py +++ b/pre_commit/clientlib.py @@ -112,6 +112,18 @@ LOCAL = 'local' META = 'meta' +class OptionalSensibleRegex(cfgv.OptionalNoDefault): + def check(self, dct: Dict[str, Any]) -> None: + ...
added warning if globs are used instead of regex
pre-commit_pre-commit
train
94cd315f21937bb839fb433638e4757c4d68660c
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -33,6 +33,7 @@ func main() { flag.Parse() log.SetFlags(log.Ltime | log.Lshortfile) api.Domain = *eshost + core.VerboseLogging = true response, _ := core.Index("twitter", "tweet", "1", nil, NewTweet("kimchy", "Searc...
Make it logging verbosity configurable. Don't log every indexing event if `VerboseLogging` is set to `false`.
mattbaird_elastigo
train
932ce1e531a9da74a4ee36aa769311aaa72e36db
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -8,13 +8,14 @@ "test": "mocha" }, "dependencies" : { - "cradle": ">=0.6", - "object_utils": ">=0.1.0" + "cradle": "^0.6.7", + "object_utils": ">=0.1.0", + "...
Parallel creation of database with user, roles and authorization
mgesmundo_cradle_security
train
6ba87e2ced666b6a3d7dde5955589945c5869a01
diff --git a/src/Entities/GatewayAccount.php b/src/Entities/GatewayAccount.php index <HASH>..<HASH> 100644 --- a/src/Entities/GatewayAccount.php +++ b/src/Entities/GatewayAccount.php @@ -20,17 +20,20 @@ use Rebilly\Rest\Entity; * { * "id" * "gatewayName", + * "gatewayConfig", * "merchantCategoryCode", -...
paymentMethods, can3DSecure, dynamicDescriptor refactor
Rebilly_rebilly-php
train
7b36f7a8f398046561615a4b9a0d355135664fa0
diff --git a/web/concrete/core/models/block_types.php b/web/concrete/core/models/block_types.php index <HASH>..<HASH> 100644 --- a/web/concrete/core/models/block_types.php +++ b/web/concrete/core/models/block_types.php @@ -532,6 +532,7 @@ defined('C5_EXECUTE') or die("Access Denied."); } $templates = array_un...
Sort the list of custom templates for a block The list of custom templates for a block can become unwieldy when a block has many custom templates. Sorting them by name makes it a lot easier to find a template. Should this also apply a t() to the names so they are translated? Former-commit-id: <I>b<I>d<I>f2c<I>b<I>...
concrete5_concrete5
train
71c08d28b9706baa9484b7d5e322da18f11e2aaa
diff --git a/spyderlib/widgets/externalshell/startup.py b/spyderlib/widgets/externalshell/startup.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/externalshell/startup.py +++ b/spyderlib/widgets/externalshell/startup.py @@ -276,6 +276,7 @@ on Windows platforms (only IPython v0.10 is fully supported). ...
(Fixes Issue <I>) Console/IPython Interpreter: Turn off autoindent magic to avoid indentation errors with code with inline comments Special thanks to jorisvandenbossche<at>gmail<dot>com for discovering the solution
spyder-ide_spyder
train
c7f9a0d2e3f0040c26102a33590d958d2018aac2
diff --git a/andes/models/renewable/wtdta1.py b/andes/models/renewable/wtdta1.py index <HASH>..<HASH> 100644 --- a/andes/models/renewable/wtdta1.py +++ b/andes/models/renewable/wtdta1.py @@ -121,7 +121,7 @@ class WTDTA1Model(Model): self.wg = AliasState(self.s2_y, tex_name=r'\omega_g') - # TODO: `s3...
[WIP] Fix WTDTA1's initialization due to WTTQA1.
cuihantao_andes
train
42e0cf4dff531ec5d754e75276c3821d169ed977
diff --git a/lib/plugins/aws/invokeLocal/fixture/handlerWithSuccess.js b/lib/plugins/aws/invokeLocal/fixture/handlerWithSuccess.js index <HASH>..<HASH> 100644 --- a/lib/plugins/aws/invokeLocal/fixture/handlerWithSuccess.js +++ b/lib/plugins/aws/invokeLocal/fixture/handlerWithSuccess.js @@ -4,6 +4,8 @@ module.exports.wi...
test invoke local support for returning value directly and fix it
serverless_serverless
train
799c616a7855479c5276848605f5555c1b991198
diff --git a/src/FormComponents/index.js b/src/FormComponents/index.js index <HASH>..<HASH> 100644 --- a/src/FormComponents/index.js +++ b/src/FormComponents/index.js @@ -363,7 +363,7 @@ export const renderReactSelect = props => { ? valueToUse.filter(val => !!val).map(function(val) { return val.va...
Update showConfirmationDialog to be promise based
TeselaGen_teselagen-react-components
train
cad33bb3f8313df308deafd3fdf7e38d3114bfcc
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ August 2017 + 1.56 Transaction timeout support 1.55 Transaction <STAN></STAN> support 1.54 PIN Change transaction support (processing code 760000) 1.53 PostBridge2 interface support diff --git a/bpc8583...
<I> Transaction timeout support
timgabets_bpc8583
train
40e28de36659ceb21d4f884160461e0d9f2b1eac
diff --git a/app/assets/javascripts/IndividualResult.js b/app/assets/javascripts/IndividualResult.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/IndividualResult.js +++ b/app/assets/javascripts/IndividualResult.js @@ -24,12 +24,14 @@ const IndividualResultSchema = mongoose.Schema( // Result Attributes...
Added state enum, removed some unused fields
projecttacoma_cqm-models
train
5210099f3e2cc4170cea097ee2ea1df9783ca3b9
diff --git a/lib/active_record/connection_adapters/cockroachdb/database_statements.rb b/lib/active_record/connection_adapters/cockroachdb/database_statements.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/connection_adapters/cockroachdb/database_statements.rb +++ b/lib/active_record/connection_adapters/cockroac...
Handle read_uncommitted transaction isolations
cockroachdb_activerecord-cockroachdb-adapter
train
f4642d7040aececb686e8ac92def2b7140585ea4
diff --git a/src/Rocketeer/Binaries/Scm/Git.php b/src/Rocketeer/Binaries/Scm/Git.php index <HASH>..<HASH> 100644 --- a/src/Rocketeer/Binaries/Scm/Git.php +++ b/src/Rocketeer/Binaries/Scm/Git.php @@ -62,6 +62,14 @@ class Git extends AbstractBinary implements ScmInterface return $this->revParse('--abbrev-ref HEA...
Add currentEndpoint method to SCMs
rocketeers_rocketeer
train
7fc17cc9e4c16639776de27cb55b9930eace92da
diff --git a/src/component/toolbox/feature/SaveAsImage.js b/src/component/toolbox/feature/SaveAsImage.js index <HASH>..<HASH> 100644 --- a/src/component/toolbox/feature/SaveAsImage.js +++ b/src/component/toolbox/feature/SaveAsImage.js @@ -49,10 +49,7 @@ var proto = SaveAsImage.prototype; proto.onclick = function (ecMo...
fix(SaveAsImage): don't create an anchor element if you don't need to
apache_incubator-echarts
train
c2c249b8da891db11623917703c4660d284079da
diff --git a/backtrader/analyzers/sharpe.py b/backtrader/analyzers/sharpe.py index <HASH>..<HASH> 100644 --- a/backtrader/analyzers/sharpe.py +++ b/backtrader/analyzers/sharpe.py @@ -169,8 +169,10 @@ class SharpeRatio(Analyzer): returns = [pow(1.0 + x, factor) - 1.0 for x in returns] ...
Use the excess returns for the standard deviation calculation
backtrader_backtrader
train
52bd13a306a702c1c361368b6e3e82ac43138914
diff --git a/lib/graph_matching/graph/weighted.rb b/lib/graph_matching/graph/weighted.rb index <HASH>..<HASH> 100644 --- a/lib/graph_matching/graph/weighted.rb +++ b/lib/graph_matching/graph/weighted.rb @@ -68,7 +68,7 @@ module GraphMatching e.is_a?(Array) && e.length == 3 && e[0, 2...
Fix weighted graph not working with Numerics other than integers and floats
jaredbeck_graph_matching
train
3d77b6a6f838cda05a2b8946f5ef13db4db0a70f
diff --git a/lib/classes/Swift/Mime/Attachment.php b/lib/classes/Swift/Mime/Attachment.php index <HASH>..<HASH> 100644 --- a/lib/classes/Swift/Mime/Attachment.php +++ b/lib/classes/Swift/Mime/Attachment.php @@ -33,6 +33,12 @@ class Swift_Mime_Attachment extends Swift_Mime_SimpleMimeEntity { + /** + * Create a ...
Added doc comments to Attachment
swiftmailer_swiftmailer
train
0481a2db910d1f4721081cc4804e8893a16adff4
diff --git a/djoser/utils.py b/djoser/utils.py index <HASH>..<HASH> 100644 --- a/djoser/utils.py +++ b/djoser/utils.py @@ -1,3 +1,6 @@ +from rest_framework import response, status + + def encode_uid(pk): try: from django.utils.http import urlsafe_base64_encode @@ -14,4 +17,17 @@ def decode_uid(pk): ...
Move action view mixin to utils.
sunscrapers_djoser
train
3c36ce73f67b285282d01d20d0fbbea72cb6375b
diff --git a/seaglass/trunk/seaglass/src/main/java/com/seaglasslookandfeel/painter/SliderThumbPainter.java b/seaglass/trunk/seaglass/src/main/java/com/seaglasslookandfeel/painter/SliderThumbPainter.java index <HASH>..<HASH> 100644 --- a/seaglass/trunk/seaglass/src/main/java/com/seaglasslookandfeel/painter/SliderThumbPa...
Use common focus colors. Support toolbar focus colors.
khuxtable_seaglass
train
57b0623a6c217a6543d8cf9183b041d97e233b97
diff --git a/packages/core/src/textures/BaseTexture.js b/packages/core/src/textures/BaseTexture.js index <HASH>..<HASH> 100644 --- a/packages/core/src/textures/BaseTexture.js +++ b/packages/core/src/textures/BaseTexture.js @@ -310,7 +310,9 @@ export default class BaseTexture extends EventEmitter /** * Help...
Document caching behavior of BaseTexture.from (#<I>)
pixijs_pixi.js
train
819799d90a55313d92946fc90a77d01e0030467b
diff --git a/src/com/google/javascript/jscomp/ClosureRewriteModule.java b/src/com/google/javascript/jscomp/ClosureRewriteModule.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/ClosureRewriteModule.java +++ b/src/com/google/javascript/jscomp/ClosureRewriteModule.java @@ -77,6 +77,7 @@ import java...
Fixes change tracking in some passes and reenables tests. ------------- Created by MOE: <URL>
google_closure-compiler
train
acf5fb1ec70b7de4902daf75301356702a26e6da
diff --git a/src/Mink.php b/src/Mink.php index <HASH>..<HASH> 100644 --- a/src/Mink.php +++ b/src/Mink.php @@ -100,7 +100,7 @@ class Mink } /** - * Returns registered session by it's name or active one and automatically starts it if required. + * Returns registered session by it's name or default on...
Auto-start session only upon 1st "->visit(...)" method call
minkphp_Mink
train
34e9a04cf8d7072afb464b7446c8ba6658810b03
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ setup( ], install_requires=[ + 'sqlite-framework', 'requests', 'pytz', 'psutil'
Add sqlite-framework as dependency
alvarogzp_telegram-bot-framework
train
d0846bbc8de210eb84cd1dd7469b27cf2f319f95
diff --git a/flink-core/src/main/java/org/apache/flink/api/common/operators/ResourceSpec.java b/flink-core/src/main/java/org/apache/flink/api/common/operators/ResourceSpec.java index <HASH>..<HASH> 100755 --- a/flink-core/src/main/java/org/apache/flink/api/common/operators/ResourceSpec.java +++ b/flink-core/src/main/ja...
[hotfix][core] Fix typo in the Builder of ResourceSpec
apache_flink
train
00cf10d360de3fbe440789ee51662c2894e041ce
diff --git a/pkg/storage/storage.go b/pkg/storage/storage.go index <HASH>..<HASH> 100644 --- a/pkg/storage/storage.go +++ b/pkg/storage/storage.go @@ -61,7 +61,10 @@ func (s *Storage) Create(rls *rspb.Release) error { s.Log("creating release %q", makeKey(rls.Name, rls.Version)) if s.MaxHistory > 0 { // Want to m...
fix(pkg/storage): If storage.Create fails to clean up recent release versions, return an error Previously, storage.Create was ignoring the error. This meant that a user that relied on the recent release version cleanup would not be notified if that cleanup failed, and release versions could grow without bound. Closes...
helm_helm
train
fe5fc502caa5515391ab49ea884e3e39e7856175
diff --git a/atrcopy/ataridos.py b/atrcopy/ataridos.py index <HASH>..<HASH> 100644 --- a/atrcopy/ataridos.py +++ b/atrcopy/ataridos.py @@ -169,7 +169,7 @@ class AtariDosDirent(object): return False return True - def get_sector_list(self, image): + def get_sectors_in_vtoc(self, image): ...
Progress in deleting DOS <I> files
robmcmullen_atrcopy
train
14379b7ac9b2dee5e10fd37f33ca3e9a9b3e3ab1
diff --git a/lib/VeresOneClient.js b/lib/VeresOneClient.js index <HASH>..<HASH> 100644 --- a/lib/VeresOneClient.js +++ b/lib/VeresOneClient.js @@ -85,7 +85,8 @@ class VeresOneClient { }; // errors in this range might contain response data if(response.status > 399 && response.status < 500) { - ...
Look for data on error object first.
veres-one_did-veres-one
train
67de5c6b2ae5d6b48dc7d7e969d93a8a0a462248
diff --git a/raiden/api/rest.py b/raiden/api/rest.py index <HASH>..<HASH> 100644 --- a/raiden/api/rest.py +++ b/raiden/api/rest.py @@ -41,6 +41,7 @@ from raiden.api.v1.encoding import ( KeccakConverter, PartnersPerTokenListSchema, TransferSchema, + InvalidEndpoint, ) from raiden.api.v1.resources imp...
Add error messages for the case of invalid addresses in REST api queries
raiden-network_raiden
train
70ca4c0b669f2cfd1fad07f50d830bb18a2abea6
diff --git a/solidity/test/BancorFormula.js b/solidity/test/BancorFormula.js index <HASH>..<HASH> 100644 --- a/solidity/test/BancorFormula.js +++ b/solidity/test/BancorFormula.js @@ -15,12 +15,13 @@ contract('BancorFormula', () => { let ILLEGAL_VALUE = web3.toBigNumber(2).toPower(256); let MAX_NUMERATOR = web...
Cosmetic (replace '<I>' with a 'MAX_EXPONENT').
bancorprotocol_contracts
train
83d16be34d3ecd398968fcbbfb82f0774b04da0e
diff --git a/pysat/tests/test_meta.py b/pysat/tests/test_meta.py index <HASH>..<HASH> 100644 --- a/pysat/tests/test_meta.py +++ b/pysat/tests/test_meta.py @@ -1142,29 +1142,6 @@ class TestMeta(object): assert self.dval.upper() in self.meta return - def test_ho_data_retrieval_case_insensitive(self...
STY: Moved HO tests
rstoneback_pysat
train
09447f682020b49a025cf54d24d5cd66e08cd79b
diff --git a/DependencyInjection/BugsnagExtension.php b/DependencyInjection/BugsnagExtension.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/BugsnagExtension.php +++ b/DependencyInjection/BugsnagExtension.php @@ -38,8 +38,8 @@ class BugsnagExtension extends Extension } $container->setParamet...
Replaced tabs with 4 spaces as per PSR-2
evolution7_Evolution7BugsnagBundle
train
ae17202a4aa6586831ada4b9b0f867847317d59f
diff --git a/src/TransformBuilder.php b/src/TransformBuilder.php index <HASH>..<HASH> 100644 --- a/src/TransformBuilder.php +++ b/src/TransformBuilder.php @@ -251,7 +251,7 @@ class TransformBuilder } if ($data instanceof Model || $data instanceof Collection) { - $data->load($this->relatio...
Relations with an includeXxx method won't be eager loaded anymore, this opens up scenarios where there is a need to consider as a relation what in fact is just a method returning a Model or a Collection.
flugger_laravel-responder
train
eaa04959272c819202d8392ec3e5262b22322504
diff --git a/kubernetes_asyncio/config/kube_config.py b/kubernetes_asyncio/config/kube_config.py index <HASH>..<HASH> 100644 --- a/kubernetes_asyncio/config/kube_config.py +++ b/kubernetes_asyncio/config/kube_config.py @@ -17,6 +17,7 @@ import atexit import base64 import datetime import json +import logging import ...
feat: add debug logs to KubeConfigLoader (#<I>)
tomplus_kubernetes_asyncio
train