hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
0f86a33b610c8fd97c468ba11ecca131476ff395
diff --git a/src/Symfony/Component/Form/Util/FormUtil.php b/src/Symfony/Component/Form/Util/FormUtil.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Form/Util/FormUtil.php +++ b/src/Symfony/Component/Form/Util/FormUtil.php @@ -113,13 +113,13 @@ abstract class FormUtil $lowerPluralRev = strtolower($...
micro-optim: replace for with foreach
symfony_symfony
train
d0241bf6e29067268539b8c2b38bb26e0c2a34b3
diff --git a/src/reference.js b/src/reference.js index <HASH>..<HASH> 100644 --- a/src/reference.js +++ b/src/reference.js @@ -69,6 +69,8 @@ class ReferenceBase extends EventEmitter { } close() { + delete this['_left']; + delete this['_right']; delete this['_value']; } } @@ -188...
src: Simplify left/right reference stuff in References
novacrazy_scriptor
train
c5ed0ea89df4552893a99638a4af72f8c5699015
diff --git a/website/publish.js b/website/publish.js index <HASH>..<HASH> 100644 --- a/website/publish.js +++ b/website/publish.js @@ -1,14 +1,12 @@ #!/usr/bin/env node -const fs = require('fs-extra'); -const path = require('path'); const shell = require('shelljs'); const currentCommit = shell.exec('git rev-pars...
chore: correct git worktree command
KnisterPeter_tsdi
train
f21cba4929d582ad164d7a7476c4205c5d091e5c
diff --git a/.github/actions/next-stats-action/src/index.js b/.github/actions/next-stats-action/src/index.js index <HASH>..<HASH> 100644 --- a/.github/actions/next-stats-action/src/index.js +++ b/.github/actions/next-stats-action/src/index.js @@ -102,7 +102,9 @@ if (!allowedActions.has(actionInfo.actionName) && !action...
Increase stats action install timeout (#<I>) This updates the PR stats action to add the `--network-timeout <I>` flag when doing initial `yarn` installation to hopefully prevent the random `yarn` failures while it's running. Thanks @styfle for the tip!
zeit_next.js
train
6953bbe1affc8578a508c4ec0a7758659850d4b0
diff --git a/translator/prelude.go b/translator/prelude.go index <HASH>..<HASH> 100644 --- a/translator/prelude.go +++ b/translator/prelude.go @@ -105,10 +105,10 @@ var go$newType = function(size, kind, string, name, pkgPath, constructor) { typ.elem = elem; typ.len = len; typ.prototype.go$key = function() {...
fixed go$key of array types (fixed #<I>)
gopherjs_gopherjs
train
908a6bea04127562b04d3e057b7efae873971ac9
diff --git a/src/Propel/Generator/Command/DatabaseReverseCommand.php b/src/Propel/Generator/Command/DatabaseReverseCommand.php index <HASH>..<HASH> 100644 --- a/src/Propel/Generator/Command/DatabaseReverseCommand.php +++ b/src/Propel/Generator/Command/DatabaseReverseCommand.php @@ -31,13 +31,12 @@ class DatabaseReverse...
Improved the description of some commands. Removed "input-dir" option in DatabaseReverse command as it wasn't in use Conflicts: src/Propel/Generator/Command/DatabaseReverseCommand.php src/Propel/Generator/Command/MigrationDiffCommand.php src/Propel/Generator/Command/SqlInsertCommand.php
propelorm_Propel2
train
e792e36852490bd9cfc5c3fab2d906862390115b
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,6 @@ "form-data": "3.0.0", "husky": "4.3.8", "lint-staged": "10.5.4", - "md5": "2.3.0", "mocha": "8.3.0", "moment": "2.29.1", "p-map": "4.0.0", diff --git a/test/contr...
replace md5 library with native crypto
jamhall_s3rver
train
5602aa48a7e30ac20f8eeed20bc56635bda2c087
diff --git a/validate.js b/validate.js index <HASH>..<HASH> 100644 --- a/validate.js +++ b/validate.js @@ -3,11 +3,6 @@ var brij = {}; var currentRuleSet; -brij.setCurrentRuleSet = function(parsed, i) { - currentRuleSet = parsed; - currentRuleSet.id = currentRuleSet.hasOwnProperty('id') ? currentRuleSet.id : ...
Move the function definitions around so they are easier to find by alpha
LinuxBozo_brij-spec
train
550516363cc37b31c1c7f96bb4aef0a7ef56b60f
diff --git a/lib/dev/config.js b/lib/dev/config.js index <HASH>..<HASH> 100644 --- a/lib/dev/config.js +++ b/lib/dev/config.js @@ -39,6 +39,9 @@ module.exports = { } ] }, + node: { + fs: 'empty' + }, plugins: [ new webpack.HotModuleReplacementPlugin() ] diff --git a/lib/static/client.js b...
Add node config to webpack configs
c8r_x0
train
548fce2f3133c89e6d64725f240d2f739449150d
diff --git a/src/auction.js b/src/auction.js index <HASH>..<HASH> 100644 --- a/src/auction.js +++ b/src/auction.js @@ -397,7 +397,7 @@ export function getKeyValueTargetingPairs(bidderCode, custBidObj) { } // set native key value targeting - if (custBidObj.native) { + if (custBidObj['native']) { keyValues...
native is reserved keyword, use bracket/quotes to reference property on object (#<I>)
prebid_Prebid.js
train
5ac4ee24fdb4c84969ad095c2a11be2807b8d45c
diff --git a/multiqc/modules/slamdunk/slamdunk.py b/multiqc/modules/slamdunk/slamdunk.py index <HASH>..<HASH> 100644 --- a/multiqc/modules/slamdunk/slamdunk.py +++ b/multiqc/modules/slamdunk/slamdunk.py @@ -352,9 +352,9 @@ class MultiqcModule(BaseMultiqcModule): 'description': '# reads counted within 3\'UT...
Slamdunk: Per M scaling added.
ewels_MultiQC
train
06d558700c2a56da6a5aba51b53e8807d5617839
diff --git a/demo.py b/demo.py index <HASH>..<HASH> 100644 --- a/demo.py +++ b/demo.py @@ -2,18 +2,21 @@ import tinymongo as tm import os db_name = './demo_db' +print('db directory: ', db_name) # remove the residual database to keep multiple iterations of this demo from continually adding to the same db try: + ...
Added a bit more detail to the demo, no functional change
schapman1974_tinymongo
train
4340e388fa11ea3f6102d1a0465f0cee9f026ac5
diff --git a/packages/webpack/lib/configs/build.js b/packages/webpack/lib/configs/build.js index <HASH>..<HASH> 100644 --- a/packages/webpack/lib/configs/build.js +++ b/packages/webpack/lib/configs/build.js @@ -109,8 +109,8 @@ module.exports = function getConfig(config, getAssetPath, configureWebpack) { path: co...
fix(webpack): use chunkhash in filenames Webpack <I> breaks if `contenthash` is used
untool_untool
train
68974a8795255714c880c89553aea79c57933e58
diff --git a/src/Fuel/Dependency/ServiceProvider.php b/src/Fuel/Dependency/ServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Fuel/Dependency/ServiceProvider.php +++ b/src/Fuel/Dependency/ServiceProvider.php @@ -10,6 +10,8 @@ namespace Fuel\Dependency; +use Closure; + abstract class ServiceProvider impleme...
added extend() and extension() to serviceProvider
fuelphp_dependency
train
1c67e2cb7b70e68cf286185c6dab196cc92c01a7
diff --git a/src/Controller/Base.php b/src/Controller/Base.php index <HASH>..<HASH> 100644 --- a/src/Controller/Base.php +++ b/src/Controller/Base.php @@ -21,8 +21,13 @@ use Nails\Invoice\Constants; /** * Allow the app to add functionality, if needed + * Negative conditional helps with static analysis */ -if (cl...
chore: Swap middle class to help static analysis
nails_module-invoice
train
0dd23b4695c722edd529068aa73cea3b37b6706a
diff --git a/lib/cozaepp/version.rb b/lib/cozaepp/version.rb index <HASH>..<HASH> 100644 --- a/lib/cozaepp/version.rb +++ b/lib/cozaepp/version.rb @@ -1,3 +1,3 @@ module Cozaepp - VERSION = "0.0.5" + VERSION = "0.1.0" end
Moving to a minor version to cater for small changes.
tgenov_cozaepp
train
3c675fa52530b7558ea47e2a59cf972e916e96d0
diff --git a/lib/pragmatic_context/contextualizable.rb b/lib/pragmatic_context/contextualizable.rb index <HASH>..<HASH> 100644 --- a/lib/pragmatic_context/contextualizable.rb +++ b/lib/pragmatic_context/contextualizable.rb @@ -39,6 +39,10 @@ module PragmaticContext case attributes[term] when Contextua...
Add namespacing support for sub-hashes
mtrudel_pragmatic_context
train
57728315358847d59f6b79b503ac886ae7ad5cdc
diff --git a/modules/core/src/main/java/org/torquebox/core/datasource/DataSourceInfoList.java b/modules/core/src/main/java/org/torquebox/core/datasource/DataSourceInfoList.java index <HASH>..<HASH> 100644 --- a/modules/core/src/main/java/org/torquebox/core/datasource/DataSourceInfoList.java +++ b/modules/core/src/main/...
Add dependency on each deployed DS onto the DSInfoList, which is transitively applied to the deployment't primary RubyRuntimeFactory (and thence all Rubies) hopefully resulting in less timing curiousities on CI. It at least doesn't make things worse.
torquebox_torquebox
train
6efe2a50492e92579bfac3748597d03ae527e656
diff --git a/lib/core/src/server/manager/manager-webpack.config.js b/lib/core/src/server/manager/manager-webpack.config.js index <HASH>..<HASH> 100644 --- a/lib/core/src/server/manager/manager-webpack.config.js +++ b/lib/core/src/server/manager/manager-webpack.config.js @@ -10,7 +10,7 @@ import { version } from '../../...
Update lib/core/src/server/manager/manager-webpack.config.js
storybooks_storybook
train
ee3d3be072b0ec7bee8804f3c1bf7bf856dd46fc
diff --git a/classes/PodsForm.php b/classes/PodsForm.php index <HASH>..<HASH> 100644 --- a/classes/PodsForm.php +++ b/classes/PodsForm.php @@ -1316,21 +1316,29 @@ class PodsForm { $default = pods_v( 'default', $options, $default_value, true ); if ( is_string( $default ) ) { - $default_value = str_replace( arr...
Adjust default value code so it's more consistent
pods-framework_pods
train
ac136b51d7205adf7804d02472318349d6379790
diff --git a/plugins/sublime/SublimeLinter-contrib-proselint/linter.py b/plugins/sublime/SublimeLinter-contrib-proselint/linter.py index <HASH>..<HASH> 100644 --- a/plugins/sublime/SublimeLinter-contrib-proselint/linter.py +++ b/plugins/sublime/SublimeLinter-contrib-proselint/linter.py @@ -13,7 +13,6 @@ from SublimeLin...
Comply with D<I>, a change to PEP<I>
amperser_proselint
train
f70fd2107276038e99194a45eacff046275ccf55
diff --git a/quite/deferred_function.py b/quite/deferred_function.py index <HASH>..<HASH> 100644 --- a/quite/deferred_function.py +++ b/quite/deferred_function.py @@ -44,13 +44,16 @@ def set_layout_spacing(self: Widget, spacing): @deferred_define -def export_to_pdf(self: Widget, filename: str): +def export_to_pdf(...
added export_size parameter to resize export report paper size
KD-Group_quite
train
b13406917e6ddfd03aaae2b1ef93785b1b595247
diff --git a/spec/thinking_sphinx/search_spec.rb b/spec/thinking_sphinx/search_spec.rb index <HASH>..<HASH> 100644 --- a/spec/thinking_sphinx/search_spec.rb +++ b/spec/thinking_sphinx/search_spec.rb @@ -4,7 +4,7 @@ describe ThinkingSphinx::Search do let(:search) { ThinkingSphinx::Search.new } let(:translator...
Update spec to use different public method.
pat_thinking-sphinx
train
2d8a72546a60ba5cb721caa9fa501fe7625f1c2a
diff --git a/src/webargs/aiohttpparser.py b/src/webargs/aiohttpparser.py index <HASH>..<HASH> 100644 --- a/src/webargs/aiohttpparser.py +++ b/src/webargs/aiohttpparser.py @@ -71,7 +71,7 @@ del _find_exceptions class AIOHTTPParser(AsyncParser): """aiohttp request argument parser.""" - DEFAULT_UNKNOWN_BY_LOCAT...
Modify unknown default to None for json, form and json_or_form
marshmallow-code_webargs
train
2f3865e4260d7a4fea5bec5ff7868f8fab96db4d
diff --git a/lib/data.js b/lib/data.js index <HASH>..<HASH> 100644 --- a/lib/data.js +++ b/lib/data.js @@ -1,5 +1,5 @@ var encodeBuffer = require('./__utils__/encodeBuffer'); -var extend = require('lodash/object/extend'); +var extend = require('lodash/extend'); var fs = require('fs'); var mime = require('mime'); va...
Fix lodash require call to match its updated structure
borodean_assets
train
cbab90d2662c23da7c033ea93045aa9a6a32cca1
diff --git a/hs_restclient/__init__.py b/hs_restclient/__init__.py index <HASH>..<HASH> 100644 --- a/hs_restclient/__init__.py +++ b/hs_restclient/__init__.py @@ -555,7 +555,7 @@ class HydroShare(object): def createResource(self, resource_type, title, resource_file=None, resource_filename=None, ...
[#<I>] added additional param metadata to resource creation function
hydroshare_hs_restclient
train
36ccd0958cd9ac132ce92cca667bd5a3b7b47adb
diff --git a/spec/cuke_sniffer/cuke_sniffer_spec.rb b/spec/cuke_sniffer/cuke_sniffer_spec.rb index <HASH>..<HASH> 100644 --- a/spec/cuke_sniffer/cuke_sniffer_spec.rb +++ b/spec/cuke_sniffer/cuke_sniffer_spec.rb @@ -86,7 +86,7 @@ describe CukeSniffer do feature.each{|line| file.puts line} file.close - cuk...
attempt at seeing why the ci server failed the "return all step calls in a problem from a feature including backgrounds and scenarios" spec.
r-cochran_cuke_sniffer
train
73ab099c0a3d7d68cfb3e785a4271a7e44447833
diff --git a/pyls_jsonrpc/endpoint.py b/pyls_jsonrpc/endpoint.py index <HASH>..<HASH> 100644 --- a/pyls_jsonrpc/endpoint.py +++ b/pyls_jsonrpc/endpoint.py @@ -98,7 +98,7 @@ class Endpoint(object): message (dict): The JSON RPC message sent by the client """ if 'jsonrpc' not in message or m...
logging.Logger.warn method has been deprecated for very long time. (#<I>)
palantir_python-jsonrpc-server
train
5190b9f2c91f5ac2adf36ce529c1be53ff89e8f2
diff --git a/lib/Cake/Console/Command/SchemaShell.php b/lib/Cake/Console/Command/SchemaShell.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Console/Command/SchemaShell.php +++ b/lib/Cake/Console/Command/SchemaShell.php @@ -96,6 +96,7 @@ class SchemaShell extends AppShell { $name = $plugin; } } + $name = In...
asserting that under_scored names result in valid ClassNames
cakephp_cakephp
train
7591ce6a3d1aad617cdb5f759266a2bf66e875a1
diff --git a/lib/runner.js b/lib/runner.js index <HASH>..<HASH> 100644 --- a/lib/runner.js +++ b/lib/runner.js @@ -248,32 +248,17 @@ Runner.prototype.runTest = function(fn){ var test = this.test , self = this; - // async - if (test.async) { - try { - test.run(function(err){ - if (test.finishe...
Fixed: clear timer on failure. Closes #<I>
mochajs_mocha
train
6eadc3b13209889fdef121321537c29c320bfd9b
diff --git a/badgify/registry.py b/badgify/registry.py index <HASH>..<HASH> 100644 --- a/badgify/registry.py +++ b/badgify/registry.py @@ -116,13 +116,19 @@ class BadgifyRegistry(object): Iterates over registered recipes and denormalizes ``Badge.users.count()`` into ``Badge.users_count`` field. ...
badgify_sync users_count accepts now badges arg.
ulule_django-badgify
train
4f459fb2c0471e64df4679aae0c041de0f0fe1c5
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,6 +15,7 @@ import sys import os +from empymod import __version__ # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the dire...
Version number adjustements Done: - Replace version number in docs/conf.py with __version__. - Replace 'v?.?.?' with '?.?.?'. Missing: - Still two places with version number (setup.py and __init__.py). - Should add git-version to dev-strings.
empymod_empymod
train
93d160e6545e27dc324e0f808d15eda49a9eea79
diff --git a/lib/jmespath/expr_node.rb b/lib/jmespath/expr_node.rb index <HASH>..<HASH> 100644 --- a/lib/jmespath/expr_node.rb +++ b/lib/jmespath/expr_node.rb @@ -1,4 +1,5 @@ module JMESPath + # @api private class ExprNode def initialize(interpreter, node) diff --git a/lib/jmespath/lexer.rb b/lib/jmespath/l...
Marked a number of interfaces as @api private. [ci skip]
jmespath_jmespath.rb
train
8951d956baf1238e7fab429fbc1001b1f0618d02
diff --git a/OAuth/ResourceOwner/LinkedinResourceOwner.php b/OAuth/ResourceOwner/LinkedinResourceOwner.php index <HASH>..<HASH> 100644 --- a/OAuth/ResourceOwner/LinkedinResourceOwner.php +++ b/OAuth/ResourceOwner/LinkedinResourceOwner.php @@ -57,8 +57,8 @@ class LinkedinResourceOwner extends GenericOAuth2ResourceOwner ...
Changing authorization and access token to v2
hwi_HWIOAuthBundle
train
c9508752156ff989336529c47e87f7d45c0983fb
diff --git a/src/JumpGate/ViewResolution/Collectors/AutoViewCollector.php b/src/JumpGate/ViewResolution/Collectors/AutoViewCollector.php index <HASH>..<HASH> 100644 --- a/src/JumpGate/ViewResolution/Collectors/AutoViewCollector.php +++ b/src/JumpGate/ViewResolution/Collectors/AutoViewCollector.php @@ -67,6 +67,7 @@ cla...
Adding is inertia to collector
JumpGateio_ViewResolution
train
03d89f403704d26c475da691e014d556fbf6dae9
diff --git a/concrete/src/Page/Collection/Version/Version.php b/concrete/src/Page/Collection/Version/Version.php index <HASH>..<HASH> 100644 --- a/concrete/src/Page/Collection/Version/Version.php +++ b/concrete/src/Page/Collection/Version/Version.php @@ -7,6 +7,8 @@ use Concrete\Core\Cache\Level\RequestCache; use Conc...
Version::deny should disapprove only self version Also rewrite executeQuery (#<I>)
concrete5_concrete5
train
d0891fdc5075a2ad9d8263e0c83607fa287a1b51
diff --git a/lib/rubocop/cop/rails/skips_model_validations.rb b/lib/rubocop/cop/rails/skips_model_validations.rb index <HASH>..<HASH> 100644 --- a/lib/rubocop/cop/rails/skips_model_validations.rb +++ b/lib/rubocop/cop/rails/skips_model_validations.rb @@ -56,13 +56,7 @@ module RuboCop def on_send(node) ...
Fix InternalAffairs/NodeDestructuring offenses in SkipsModelValidation
rubocop-hq_rubocop
train
caebae40e62ba2d2dfabacd9e0fa42a680e5147b
diff --git a/utils/utils.go b/utils/utils.go index <HASH>..<HASH> 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -52,16 +52,17 @@ func StatusToExitCode(status int) int { } // RunUnderSystemdScope adds the specified pid to a systemd scope -func RunUnderSystemdScope(pid int, slice, unitName string) error { - var...
Support passing properties to RunUnderSystemScope This allows callers to set properties such as CollectMode.
cri-o_cri-o
train
4ddc12df4de1ba200b4723ea47ba15d7484f17f8
diff --git a/src/Pixie/QueryBuilder/QueryBuilderHandler.php b/src/Pixie/QueryBuilder/QueryBuilderHandler.php index <HASH>..<HASH> 100644 --- a/src/Pixie/QueryBuilder/QueryBuilderHandler.php +++ b/src/Pixie/QueryBuilder/QueryBuilderHandler.php @@ -320,7 +320,6 @@ class QueryBuilderHandler // If first value is n...
Fix (PSR2 style) FILE: ...smanhalalit/pixie/src/Pixie/QueryBuilder/QueryBuilderHandler.php <I> | ERROR | [x] Blank line found at start of control structure <I> | ERROR | [x] Blank line found at start of control structure
skipperbent_pecee-pixie
train
c722102b6cfd38aa65ef7c6eff971fe19585cb07
diff --git a/sas_kernel/images.py b/sas_kernel/images.py index <HASH>..<HASH> 100644 --- a/sas_kernel/images.py +++ b/sas_kernel/images.py @@ -15,6 +15,7 @@ display () { """ % _TEXT_SAVED_IMAGE def display_data_for_image(filename): + print ("") with open(filename, 'rb') as f: image = f.read() ...
inital push of saspy files updates to kernel.py after resolution of formatting error
sassoftware_sas_kernel
train
d578d5825ec925037ddea10fff652ffbaf32153b
diff --git a/tests/test_sources.py b/tests/test_sources.py index <HASH>..<HASH> 100644 --- a/tests/test_sources.py +++ b/tests/test_sources.py @@ -79,6 +79,39 @@ class TestDataFrameSource(TestCase): self.assertTrue(isinstance(event['volume'], (integer_types))) self.assertEqual(next(stocks_iter...
BUG: Filter nans in DataFrame and Panel sources. If a SID hasn't started trading yet, pandas' convention is to use nans. Before this change, zipline would raise an exception if there were nans in the input data. We now skip events where the prices contains a nan and has not been traded before (in which case forward f...
quantopian_zipline
train
17a60d9313c9f6b8cb00f004758279f546525975
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -44,7 +44,7 @@ module.exports = postcss.plugin('postcss-cachebuster', function (opts) { assetPath = path.normalize(process.cwd()+ '/'+opts.imagesPath+'/' + assetUrl.pathname) } else { // relative - ...
Fix issue with paths containing spaces Should be using file path, not URL
glebmachine_postcss-cachebuster
train
ef819bf2846052771b38d799b99f65dc20eb8e86
diff --git a/src/main/java/org/craftercms/deployer/impl/processors/FileOutputProcessor.java b/src/main/java/org/craftercms/deployer/impl/processors/FileOutputProcessor.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/craftercms/deployer/impl/processors/FileOutputProcessor.java +++ b/src/main/java/org/craftercms...
Fixes for file output processor & javadoc
craftercms_deployer
train
2a024941fce4db844a3e789ef755a3459937638e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -181,8 +181,6 @@ ChromeHeadlessBrowser.prototype = { name: 'ChromeHeadless', DEFAULT_CMD: { - // Try chromium-browser before chromium to avoid conflict with the legacy - // chromium-bsu package previously known a...
refactor: remove incorrect comment The chromium-browser-related comment doesn't apply to the ChromeHeadless browser.
karma-runner_karma-chrome-launcher
train
688f8eb98b9bf2152ee3d34ce7806d36bc8855c0
diff --git a/hazelcast/src/main/java/com/hazelcast/client/impl/ClientEndpoint.java b/hazelcast/src/main/java/com/hazelcast/client/impl/ClientEndpoint.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/client/impl/ClientEndpoint.java +++ b/hazelcast/src/main/java/com/hazelcast/client/impl/Clien...
Make MetricsRegistry not referencing client endpoints directly Fixes hazelcast/hazelcast-enterprise#<I>
hazelcast_hazelcast
train
9f80d4bc9c93d13bff6a20b577829f0427679a81
diff --git a/HydraServer/python/HydraServer/lib/template.py b/HydraServer/python/HydraServer/lib/template.py index <HASH>..<HASH> 100644 --- a/HydraServer/python/HydraServer/lib/template.py +++ b/HydraServer/python/HydraServer/lib/template.py @@ -842,16 +842,25 @@ def update_template(template,**kwargs): tmpl.templ...
Updates to template editor -- allow updates, and beginning of colour and shape picker
hydraplatform_hydra-base
train
439b878cb61a9157dc2cf83aa8a4ddae7c845a75
diff --git a/lib/Less/Node/Url.php b/lib/Less/Node/Url.php index <HASH>..<HASH> 100755 --- a/lib/Less/Node/Url.php +++ b/lib/Less/Node/Url.php @@ -22,6 +22,16 @@ class Url { $val = $this->value->compile($ctx); + // Add the base path if the URL is relative + if( is_string($val->value) && !preg_match('/^(?:[a...
When adding a path onto an unquoted url, escape characters that require it
oyejorge_less.php
train
6640fd5ee8877c600bdda95ee7055bb2f939b416
diff --git a/web/concrete/single_pages/dashboard/composer/write.php b/web/concrete/single_pages/dashboard/composer/write.php index <HASH>..<HASH> 100644 --- a/web/concrete/single_pages/dashboard/composer/write.php +++ b/web/concrete/single_pages/dashboard/composer/write.php @@ -181,7 +181,7 @@ if (isset($entry)) { i...
disabled composer save button while composer is auto-saving to prevent a non-ajax submit to the ajax save method. <URL>
concrete5_concrete5
train
452eb15ec42e093cb4ecf9cbe477885d23c6cfb4
diff --git a/fedmsg_meta_fedora_infrastructure/scm.py b/fedmsg_meta_fedora_infrastructure/scm.py index <HASH>..<HASH> 100644 --- a/fedmsg_meta_fedora_infrastructure/scm.py +++ b/fedmsg_meta_fedora_infrastructure/scm.py @@ -23,6 +23,9 @@ from fasshim import gravatar_url, gravatar_url_from_email import requests +alr...
Shorten git commit emails if they have already been seen. This draws on the new message content introduced in fedora-infra/fedmsg#<I>.
fedora-infra_fedmsg_meta_fedora_infrastructure
train
7b188d9b7b9039f15a36e2ee5f80c762d0ca1f33
diff --git a/packages/roc-package-webpack-web-dev/src/roc/index.js b/packages/roc-package-webpack-web-dev/src/roc/index.js index <HASH>..<HASH> 100644 --- a/packages/roc-package-webpack-web-dev/src/roc/index.js +++ b/packages/roc-package-webpack-web-dev/src/roc/index.js @@ -16,7 +16,6 @@ export default { ], a...
Made sure that build-webpack always runs, like for tests
rocjs_extensions
train
2af6835e574b4f3431e28b8a4ce5e240f736d4ee
diff --git a/pycbc/filter/matchedfilter.py b/pycbc/filter/matchedfilter.py index <HASH>..<HASH> 100644 --- a/pycbc/filter/matchedfilter.py +++ b/pycbc/filter/matchedfilter.py @@ -723,7 +723,7 @@ def compute_max_snr_over_sky_loc_stat(hplus, hcross, hphccorr, sqroot[indices] = 0 sqroot = numpy.sqrt(sqroot) ...
bugfix in normalization, inside compute_max_snr_over_sky_loc_stat (#<I>)
gwastro_pycbc
train
4fe0b8d1021aa4149628a01925ec51b5edb9374f
diff --git a/lib/runner/extensions/request.command.js b/lib/runner/extensions/request.command.js index <HASH>..<HASH> 100644 --- a/lib/runner/extensions/request.command.js +++ b/lib/runner/extensions/request.command.js @@ -128,6 +128,7 @@ module.exports = { */ request: function (payload, next) { ...
Added an in-code TODO to remove handling of variable scope syncing in request command
postmanlabs_postman-runtime
train
4f1130054e616befa58702f22015875b1636d73d
diff --git a/src/main/java/org/mutabilitydetector/classloading/CachingAnalysisClassLoader.java b/src/main/java/org/mutabilitydetector/classloading/CachingAnalysisClassLoader.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/mutabilitydetector/classloading/CachingAnalysisClassLoader.java +++ b/src/main/java/org/m...
Replace anonymous inner class with lambda.
MutabilityDetector_MutabilityDetector
train
213099932016014434cc8f822617fe73ef30fc1a
diff --git a/build/mediaelement-and-player.js b/build/mediaelement-and-player.js index <HASH>..<HASH> 100644 --- a/build/mediaelement-and-player.js +++ b/build/mediaelement-and-player.js @@ -1695,6 +1695,7 @@ Object.assign(_player2.default.prototype, { var t = this, mouseIsDown = false, mouseIsOver = f...
added forcedHandlePause
mediaelement_mediaelement
train
28a7d9ea627475705f4f32db28c95000bd7844d0
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "agentkeepalive": "=2.0.3", "aws-sdk": "=2.2.0", - "bcrypt": "=0.8.5", + "bcryptjs": "=2.3.0", "body-parser": "=1.13.3", "buffer-equal-constant-time...
Merge pull request #<I> from webgme/improvement/use_bcryptjs Switch from bcrypt to native bcryptjs. Former-commit-id: d<I>e<I>cc<I>bcd<I>f<I>bf<I>ceb<I>ab0
webgme_webgme-engine
train
0a636bcde77da41eb8034c50aa076cebb9deb95a
diff --git a/lib/cf/cli/app/start.rb b/lib/cf/cli/app/start.rb index <HASH>..<HASH> 100644 --- a/lib/cf/cli/app/start.rb +++ b/lib/cf/cli/app/start.rb @@ -110,7 +110,7 @@ module CF::App indented { print_instances_summary(instances) } if all_instances_running?(instances) - line "...
[Finishes #<I>] Fixed success message for pushed app
cloudfoundry-attic_cf
train
ead99eed73943bc98b66c6d8aa5f42cd1694a94a
diff --git a/Entity/TenantInterface.php b/Entity/TenantInterface.php index <HASH>..<HASH> 100644 --- a/Entity/TenantInterface.php +++ b/Entity/TenantInterface.php @@ -13,22 +13,22 @@ interface TenantInterface public function getRoles(): array; /** - * @return null|string + * @return string|null ...
Add Rest clien get and update CS
thecatontheflat_atlassian-connect-bundle
train
c876b6bfc228688dff8b0a263f17285208300a96
diff --git a/bt/algos.py b/bt/algos.py index <HASH>..<HASH> 100644 --- a/bt/algos.py +++ b/bt/algos.py @@ -198,6 +198,8 @@ class SelectN(Algo): def __init__(self, n, sort_descending=True, all_or_none=False): super(SelectN, self).__init__() + if n < 0: + raise ValueError...
added support for n being between 0-1 to indicate percent for SelectN
pmorissette_bt
train
b75b86ae756486e21938a0c8ca16651314d845a7
diff --git a/lib/util.js b/lib/util.js index <HASH>..<HASH> 100644 --- a/lib/util.js +++ b/lib/util.js @@ -4,6 +4,7 @@ var ASSERT = require('assert'), PATH = require('./path'), FS = require('fs'), VM = require('vm'), + UTIL = require('util'), ENV = require('./env'); exports.chdirOptParse = fun...
Move `command()` helper from `test/bem-make.js` tests to `lib/util.js` as `exec()`
bem-archive_bem-tools
train
bae3683927b2c10879f5659dc37f776d80d7580c
diff --git a/pyinotify.py b/pyinotify.py index <HASH>..<HASH> 100755 --- a/pyinotify.py +++ b/pyinotify.py @@ -83,7 +83,6 @@ import fnmatch import re import ctypes import ctypes.util -import types import asyncore __author__ = "seb@dbzteam.org (Sebastien Martini)" @@ -463,7 +462,7 @@ class _Event: if...
Few trivial changes suggested pinpointed by pylint.
seb-m_pyinotify
train
e876d53cb446867d18f91469dc2ffaae622b8840
diff --git a/ext_emconf.php b/ext_emconf.php index <HASH>..<HASH> 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ $EM_CONF[$_EXTKEY] = [ 'state' => 'stable', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '11.5.0', + 'version' => '11.5.1', 'constraints' => [ ...
[RELEASE] <I> Various core <I> alignments
TYPO3_styleguide
train
8a28add8378b47ec2401f1052a1cd20da082f5ac
diff --git a/tools/parse_empiresdat.py b/tools/parse_empiresdat.py index <HASH>..<HASH> 100644 --- a/tools/parse_empiresdat.py +++ b/tools/parse_empiresdat.py @@ -42,6 +42,15 @@ for civ in empires.civs: 'graphic': unit.icon_id, } +researches = {} +index = 0 +for research in empires.resea...
fix extracting research IDs make-resources
goto-bus-stop_recanalyst
train
0ecf194fa434c11dff8ff4dc790aecffb3222c32
diff --git a/.zuul.yml b/.zuul.yml index <HASH>..<HASH> 100644 --- a/.zuul.yml +++ b/.zuul.yml @@ -5,13 +5,11 @@ browsers: - name: firefox version: 34..latest - name: safari - version: 5..latest + version: 7..latest - name: microsoftedge version: 13..latest - name: ie version: 9..latest...
Remove test support for older browsers Opera (all versions) and Safari < 7 aren't supported by sauce labs anymore, so don't test them.
jhiesey_stream-http
train
51ad70e7184ef5156bdce604acca4923a6b5df37
diff --git a/behaviors/FileBehavior.php b/behaviors/FileBehavior.php index <HASH>..<HASH> 100644 --- a/behaviors/FileBehavior.php +++ b/behaviors/FileBehavior.php @@ -63,7 +63,7 @@ class FileBehavior extends Behavior public $pathCallback; /** - * @var type array settings for saving image thumbs. + *...
added file list to fileBehavior
bariew_yii2-tools
train
f0853342b2ff6ba3831fdfe9a33c4f67e938a8f0
diff --git a/pkg/cloudprovider/providers/gce/gce_loadbalancer_internal.go b/pkg/cloudprovider/providers/gce/gce_loadbalancer_internal.go index <HASH>..<HASH> 100644 --- a/pkg/cloudprovider/providers/gce/gce_loadbalancer_internal.go +++ b/pkg/cloudprovider/providers/gce/gce_loadbalancer_internal.go @@ -525,11 +525,6 @@ ...
refactor(service-controller/gce/ensureInternalBackendService): delete unused variable
kubernetes_kubernetes
train
f64f13d54b4c13c20b82486a8ec3e27f61066c53
diff --git a/lib/Controller/Data/Array.php b/lib/Controller/Data/Array.php index <HASH>..<HASH> 100644 --- a/lib/Controller/Data/Array.php +++ b/lib/Controller/Data/Array.php @@ -176,6 +176,9 @@ class Controller_Data_Array extends Controller_Data { ->addMoreInfo('support', array('int', 'str')); ...
count(model) works for array models.
atk4_atk4
train
26c58730a57298273a7748998353b668b63c8bda
diff --git a/lib/mongo/server/description.rb b/lib/mongo/server/description.rb index <HASH>..<HASH> 100644 --- a/lib/mongo/server/description.rb +++ b/lib/mongo/server/description.rb @@ -157,7 +157,7 @@ module Mongo # Fields to exclude when comparing two descriptions. # # @since 2.0.6 - EXCLUD...
Ignore lastWrite when comparing server descriptions
mongodb_mongo-ruby-driver
train
86edd95c646eeacf16778e550e5eefeb62dc01de
diff --git a/go/vt/throttler/manager.go b/go/vt/throttler/manager.go index <HASH>..<HASH> 100644 --- a/go/vt/throttler/manager.go +++ b/go/vt/throttler/manager.go @@ -6,6 +6,7 @@ package throttler import ( "fmt" + "sort" "sync" log "github.com/golang/glog" @@ -83,5 +84,6 @@ func (m *managerImpl) SetMaxRate(r...
throttler: Always sort the list of throttler names which were updated by SetMaxRate(). This also fixes flaky tests caused by it.
vitessio_vitess
train
4c4adca46e9f28b0356e32965489b42b8c087bbf
diff --git a/lib/stripe_mock/data.rb b/lib/stripe_mock/data.rb index <HASH>..<HASH> 100644 --- a/lib/stripe_mock/data.rb +++ b/lib/stripe_mock/data.rb @@ -59,6 +59,7 @@ module StripeMock amount: 0, application_fee: nil, currency: "usd", + destination: nil, refunded: false, ...
Added destination to Data.mock_charge
rebelidealist_stripe-ruby-mock
train
971832fc77ca34f526288226fecb208dad2721fd
diff --git a/src/main/java/org/jamesframework/core/search/SearchStatus.java b/src/main/java/org/jamesframework/core/search/SearchStatus.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jamesframework/core/search/SearchStatus.java +++ b/src/main/java/org/jamesframework/core/search/SearchStatus.java @@ -21,6 +21,...
added search status INITIALIZING
hdbeukel_james-core
train
551ba2460dc8ac9b00400d214b214c9f280eb1f9
diff --git a/pyontutils/ttlfmt.py b/pyontutils/ttlfmt.py index <HASH>..<HASH> 100755 --- a/pyontutils/ttlfmt.py +++ b/pyontutils/ttlfmt.py @@ -76,6 +76,7 @@ def parse(source, format_guess, outpath, graph=None): if args['--format']: format_guess = args['--format'] for format in (format_guess, *(f for ...
ttlfmt note about possibility of more efficient streaming parser to check for the file type
tgbugs_pyontutils
train
06975afe00f0364a65b7c33ab893dda9429dbd88
diff --git a/lib/browser/PayPro.js b/lib/browser/PayPro.js index <HASH>..<HASH> 100644 --- a/lib/browser/PayPro.js +++ b/lib/browser/PayPro.js @@ -2,9 +2,32 @@ var Key = require('./Key'); var x509 = require('./x509'); +var RSAKey = x509.RSAKey; var assert = require('assert'); var PayPro = require('../PayPro'); ...
paypro: try to figure out differences between browser and npm jsrsasign.
bitpay_bitcore-payment-protocol
train
1c60ca0538785b796fca8789183277e500b17942
diff --git a/pysat/tests/test_instrument.py b/pysat/tests/test_instrument.py index <HASH>..<HASH> 100644 --- a/pysat/tests/test_instrument.py +++ b/pysat/tests/test_instrument.py @@ -426,20 +426,6 @@ class TestDataPaddingbyFile(): assert ( (self.testInst.data.index[0] == self.rawInst.data.index[0] - pds.DateOf...
Added tests for missing days and data padding
rstoneback_pysat
train
57ab5ed7b1565678fe95538efa2581e0dc5720e4
diff --git a/src/DetailView.php b/src/DetailView.php index <HASH>..<HASH> 100644 --- a/src/DetailView.php +++ b/src/DetailView.php @@ -12,6 +12,7 @@ namespace hiqdev\higrid; use Yii; +use yii\base\InvalidConfigException; use yii\data\ArrayDataProvider; use yii\helpers\ArrayHelper; use yii\helpers\Html;
DetailView - added missing use for InvalidConfigException
hiqdev_yii2-higrid
train
2ee7ce37e03f33875ab162d06e74513cda97f945
diff --git a/core/src/main/java/tachyon/TachyonURI.java b/core/src/main/java/tachyon/TachyonURI.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/tachyon/TachyonURI.java +++ b/core/src/main/java/tachyon/TachyonURI.java @@ -34,6 +34,8 @@ public class TachyonURI implements Comparable<TachyonURI> { /** * Co...
Clean up Javadoc on TachyonURI class. Change to use String#contains from != -1 for clarity. Remove unnecessary Javadoc for private method.
Alluxio_alluxio
train
d65979dc9bddee238ce5a6a8c0a08ee9d757f429
diff --git a/tests/log_parser/test_error_parser.py b/tests/log_parser/test_error_parser.py index <HASH>..<HASH> 100644 --- a/tests/log_parser/test_error_parser.py +++ b/tests/log_parser/test_error_parser.py @@ -41,9 +41,48 @@ def test_error_lines_matched(line): is_error_line = parser.is_error_line(line) asser...
Bug <I> - Strip TaskCluster log prefix when parsing logs (#<I>) Upcoming changes in bug <I> will change log output for many tests in TaskCluster resulting in lines being prefixed with a timestamp and the task step name. Unless these line prefixes are handled, it confuses the error parser. This commit detects log...
mozilla_treeherder
train
77e314e9d1aca3c8bfb1d3d3daf262558c28fd1e
diff --git a/src/Engine/DockerEngineType.php b/src/Engine/DockerEngineType.php index <HASH>..<HASH> 100644 --- a/src/Engine/DockerEngineType.php +++ b/src/Engine/DockerEngineType.php @@ -52,7 +52,7 @@ class DockerEngineType extends EngineType implements TaskSubTypeInterface $status = $this->runOpenPortStatusRe...
GH-<I>: Fix bug where hostfile and launch browser would still happen regardless if you said 'no' to continue.
droath_project-x
train
016f98633d6ea2399dfbfcee1c83e2deaed423e4
diff --git a/exp/lmdbscan/scanner_test.go b/exp/lmdbscan/scanner_test.go index <HASH>..<HASH> 100644 --- a/exp/lmdbscan/scanner_test.go +++ b/exp/lmdbscan/scanner_test.go @@ -14,7 +14,8 @@ type errcheck func(err error) (ok bool) var pIsNil = func(err error) bool { return err == nil } func TestScanner_Scan(t *testin...
lmdbscan: add tests for Scanner.Set and Scanner.SetNext
bmatsuo_lmdb-go
train
cf02d9b01b0126f63e1741ec50c4f547b16e9e92
diff --git a/spyder/widgets/panels/codefolding.py b/spyder/widgets/panels/codefolding.py index <HASH>..<HASH> 100644 --- a/spyder/widgets/panels/codefolding.py +++ b/spyder/widgets/panels/codefolding.py @@ -348,6 +348,15 @@ class FoldingPanel(Panel): return color def _decorate_block(self, start, end): +...
Improve decorations related docstrings.
spyder-ide_spyder
train
75db6c5f00fc232c31a0d0dd85fd2e83cfe3efbe
diff --git a/src/Joomlatools/Joomla/Bootstrapper.php b/src/Joomlatools/Joomla/Bootstrapper.php index <HASH>..<HASH> 100644 --- a/src/Joomlatools/Joomla/Bootstrapper.php +++ b/src/Joomlatools/Joomla/Bootstrapper.php @@ -182,6 +182,8 @@ class Bootstrapper require_once JPATH_ROOT . '/app/defines.php'; ...
#<I>: Make sure to include includes/framework.php
joomlatools_joomlatools-composer
train
534ef81303c53141797dde2afdb39dd2f7a9b852
diff --git a/speech/setup.py b/speech/setup.py index <HASH>..<HASH> 100644 --- a/speech/setup.py +++ b/speech/setup.py @@ -57,7 +57,7 @@ REQUIREMENTS = [ setup( name='google-cloud-speech', - version='0.24.0', + version='0.25.0', description='Python Client for Google Cloud Speech', long_descripti...
Bump Speech to <I>. (#<I>)
googleapis_google-cloud-python
train
4ef626e2e7d3dbd360a8248a45489d39ae87ea22
diff --git a/apache/datadog_checks/apache/apache.py b/apache/datadog_checks/apache/apache.py index <HASH>..<HASH> 100644 --- a/apache/datadog_checks/apache/apache.py +++ b/apache/datadog_checks/apache/apache.py @@ -5,7 +5,8 @@ import re from six.moves.urllib.parse import urlparse -from datadog_checks.base import A...
Do not use instance argument on check method (#<I>)
DataDog_integrations-core
train
2bd6de6c66ecd331770452701657bc70dce15b12
diff --git a/src/BoomCMS/Core/Chunk/Provider.php b/src/BoomCMS/Core/Chunk/Provider.php index <HASH>..<HASH> 100644 --- a/src/BoomCMS/Core/Chunk/Provider.php +++ b/src/BoomCMS/Core/Chunk/Provider.php @@ -3,9 +3,9 @@ namespace BoomCMS\Core\Chunk; use BoomCMS\Core\Auth\Auth; -use BoomCMS\Core\Editor\Editor; use BoomC...
Use the Editor facade rather than an Editor instance for getting chunks
boomcms_boom-core
train
0bf4a2f0902f8050c62baa41b58cbf58e62fa8c7
diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index <HASH>..<HASH> 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -16,11 +16,13 @@ return [ 'accepted' => 'The :attribute must be accepted.', 'active_url' => 'The :...
Add default validation messages for after_or_equal and before_or_equal validators.
orchestral_lumen
train
0cca0a0ae3b63ab0db45e5a15a9a346809e5d2c2
diff --git a/classes/ServerRequests.php b/classes/ServerRequests.php index <HASH>..<HASH> 100644 --- a/classes/ServerRequests.php +++ b/classes/ServerRequests.php @@ -27,10 +27,12 @@ class ServerRequests * * @param string $name * @param callable $callback + * @return IvoPetkov\BearFrameworkAddons...
The add() method now returns a reference to the object itself.
ivopetkov_server-requests-bearframework-addon
train
2252dfea4ca6c39a05d1a3c944a6ed6a0b3e9e22
diff --git a/log.go b/log.go index <HASH>..<HASH> 100644 --- a/log.go +++ b/log.go @@ -405,7 +405,7 @@ func (l *Log) setCommitIndex(index uint64) error { // Apply the changes to the state machine and store the error code. returnValue, err := l.ApplyFunc(command) - debugln("setCommitIndex.set.result index: ", e...
chrod more clear debug info for committing
influxdata_influxdb
train
ab580f0d3027d972944113b98a1f2a1a10443762
diff --git a/src/Stagehand/TestRunner/Collector.php b/src/Stagehand/TestRunner/Collector.php index <HASH>..<HASH> 100644 --- a/src/Stagehand/TestRunner/Collector.php +++ b/src/Stagehand/TestRunner/Collector.php @@ -117,19 +117,6 @@ abstract class Stagehand_TestRunner_Collector */ public function collect() ...
Removed the feature to complete filename since it had been broken.
piece_stagehand-testrunner
train
51ed32054d8065bcfcfc923850387b4092f946f2
diff --git a/lib/geokit-rails/defaults.rb b/lib/geokit-rails/defaults.rb index <HASH>..<HASH> 100644 --- a/lib/geokit-rails/defaults.rb +++ b/lib/geokit-rails/defaults.rb @@ -18,5 +18,4 @@ module Geokit end EOS end - Geokit::Geocoders.logger = Rails.logger end diff --git a/lib/geokit-rails/railtie.rb b...
Geocoders' logger is set in the Railtie ActiveRecord::Base.logger needs to be instanciated before we set it to Geokit::Geocoders.logger Maybe we could find how to override this in an environment variable to be able to set our own logger for the geocoder. For the moment it can only be changed in the app with the sette...
geokit_geokit-rails
train
15aed7d5b3c30af8dc317f01895d42e8de60a535
diff --git a/webapps/ui/cockpit/client/scripts/components/callActivityOverlays/callActivityOverlay.js b/webapps/ui/cockpit/client/scripts/components/callActivityOverlays/callActivityOverlay.js index <HASH>..<HASH> 100644 --- a/webapps/ui/cockpit/client/scripts/components/callActivityOverlays/callActivityOverlay.js +++ ...
fix(cockpit): remove hidden blocking tooltips * remove tooltips when clicking on call activity navigation. These tooltips might otherwise block overlays if they are only hidden. Related to CAM-<I>
camunda_camunda-bpm-platform
train
32ce053dccfc7ba8ecb675371444c2d51e59c26f
diff --git a/test/test-bind.js b/test/test-bind.js index <HASH>..<HASH> 100644 --- a/test/test-bind.js +++ b/test/test-bind.js @@ -12,13 +12,13 @@ var assert = require('assert'); var sinon = require('sinon'); var pingpong = require('../lib/pingpong'); -var events = require('events'); +var net = req...
Using net.Socket and net.Server in test cases.
mantoni_pingpong.js
train
821111455bd45ccfb27db4414935539b242b4475
diff --git a/russell/cli.py b/russell/cli.py index <HASH>..<HASH> 100644 --- a/russell/cli.py +++ b/russell/cli.py @@ -68,7 +68,7 @@ def serve(): pass -def parse_args(args=None): +def get_parser(): parser = argparse.ArgumentParser('russell') cmd_subparsers = parser.add_subparsers(dest='command') @@ -88,11 ...
need parser object to be available
anlutro_russell
train
cf2eb85ed17c8d51d1c2e90c3349d4f51662a8f0
diff --git a/authorize_request_handler.go b/authorize_request_handler.go index <HASH>..<HASH> 100644 --- a/authorize_request_handler.go +++ b/authorize_request_handler.go @@ -196,6 +196,10 @@ func (f *Fosite) validateResponseTypes(r *http.Request, request *AuthorizeReques // type "a b" is the same as "b a"). The mea...
core: Disallow empty response_type in request
ory_fosite
train
316963f6094fdabc94ea6f78b25708c1428d2256
diff --git a/imgaug/augmenters/size.py b/imgaug/augmenters/size.py index <HASH>..<HASH> 100644 --- a/imgaug/augmenters/size.py +++ b/imgaug/augmenters/size.py @@ -1501,6 +1501,11 @@ class PadToFixedSize(meta.Augmenter): return heatmaps + def _augment_polygons(self, polygons_on_images, random_state, pare...
Add polygon augmentation method to PadToFixedSize
aleju_imgaug
train
078c7e4f5a690ea97341ed7e86c58f4650925383
diff --git a/lib/short.js b/lib/short.js index <HASH>..<HASH> 100644 --- a/lib/short.js +++ b/lib/short.js @@ -4,7 +4,7 @@ */ var mongoose = require('mongoose') - , ShortURL = require(__dirname+'/../models/ShortURL.js'); + , ShortURL; /*! @method hasher @@ -31,8 +31,30 @@ var connect = exports.connect = fu...
Create Connection Option Allow the connection to mongo to be created on a new connection instead of to the global connection object
edwardhotchkiss_short
train
1a7d5d7cdf53ea1c3db3db7e6cfdb1deb320fad9
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,6 +92,9 @@ CHANGELOG - Add ability to detect unused GraphQL variables [\#660 / mfn](https://github.com/rebing/graphql-laravel/pull/660) - Laravels `ValidationException` is now formatted the same way as a ...
Enable lazyload_types by default I think it's time to suggest this as default. There's no BC impact expected for proper existing installations as they will just use whatever their `lazyload_types` value is.
rebing_graphql-laravel
train
9305d75f4c17aa09ddf7388c0ba53d1c57490258
diff --git a/spec/unit/deprecated_spec.rb b/spec/unit/deprecated_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/deprecated_spec.rb +++ b/spec/unit/deprecated_spec.rb @@ -20,40 +20,35 @@ require "chef/deprecated" describe Chef::Deprecated do class TestDeprecation < Chef::Deprecated::Base - def id; 999; end...
Clean up some existing tests for the new API.
chef_chef
train
16f428e283733b1ffc284c8c3ebeb19c7bd15d0d
diff --git a/Connector/ZimbraConnector.php b/Connector/ZimbraConnector.php index <HASH>..<HASH> 100644 --- a/Connector/ZimbraConnector.php +++ b/Connector/ZimbraConnector.php @@ -776,7 +776,7 @@ class ZimbraConnector { $this->delegateAuth($account); - $response = $this->request('GetFolder', array...
GetTag and GetFolder should be GetTags and GetFolders
synaq_SynaqZasaBundle
train
e7cda8009dbc7eca4bef17ca33240b75c67548d3
diff --git a/src/php/main/Nohex/Eix/Core/Settings.php b/src/php/main/Nohex/Eix/Core/Settings.php index <HASH>..<HASH> 100644 --- a/src/php/main/Nohex/Eix/Core/Settings.php +++ b/src/php/main/Nohex/Eix/Core/Settings.php @@ -11,27 +11,17 @@ class Settings const DEFAULT_SETTINGS_LOCATION = '../data/environment/'; ...
Give access to the operating environment from the settings.
eix_core
train
954eedf95bdf3174d20f408ad3318cf32d9426c0
diff --git a/tools/generate_doc.js b/tools/generate_doc.js index <HASH>..<HASH> 100644 --- a/tools/generate_doc.js +++ b/tools/generate_doc.js @@ -2,9 +2,49 @@ const jsdoc2md = require('jsdoc-to-markdown'); const fs = require('fs'); +const dmd = require('dmd'); +const util = require('util'); +const path = require('...
chore(package): Improve doc generation script
ghaiklor_kittik
train
b11728746e376478e0579553fe940f5f3e3849b9
diff --git a/src/livestreamer/plugins/gaminglive.py b/src/livestreamer/plugins/gaminglive.py index <HASH>..<HASH> 100644 --- a/src/livestreamer/plugins/gaminglive.py +++ b/src/livestreamer/plugins/gaminglive.py @@ -1,81 +1,75 @@ -import re - -from livestreamer.plugin import Plugin -from livestreamer.plugin.api impor...
plugins.gaminglive: Make use of the validation API. Also convert line endings from dos to unix.
streamlink_streamlink
train