hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
fcf326f693d2abc3ebd7464163994ef5f270dd6f
diff --git a/packages/mobx-little-router-react/src/components/Link.js b/packages/mobx-little-router-react/src/components/Link.js index <HASH>..<HASH> 100644 --- a/packages/mobx-little-router-react/src/components/Link.js +++ b/packages/mobx-little-router-react/src/components/Link.js @@ -51,7 +51,7 @@ class Link extends ...
Fixing createHref with empty.
mobx-little-router_mobx-little-router
train
f3469a2d7bc01ed35943ad4c18f8414ac6e9d712
diff --git a/lib/chefspec/solo_runner.rb b/lib/chefspec/solo_runner.rb index <HASH>..<HASH> 100644 --- a/lib/chefspec/solo_runner.rb +++ b/lib/chefspec/solo_runner.rb @@ -80,6 +80,7 @@ module ChefSpec Chef::Config[:force_logger] = true Chef::Config[:solo] = true Chef::Config[:solo_leg...
Force use_policyfile to false for SoloRunner In some cases, when ChefConfig loads a workstation config that happens to contain `use_policyfile true`, nothing we can do will overwrite it. This avoids that whole mess by just forcing use_policyfile to false since it's not supported anyways.
chefspec_chefspec
train
2426a78fa7a83f45a0a6372c224d9eed57f3a808
diff --git a/openquake/baselib/general.py b/openquake/baselib/general.py index <HASH>..<HASH> 100644 --- a/openquake/baselib/general.py +++ b/openquake/baselib/general.py @@ -222,8 +222,8 @@ def assert_close_seq(seq1, seq2, rtol, atol): """ Compare two sequences of the same length. """ - assert len(se...
Added a test for assert_close
gem_oq-engine
train
6f379b393dedb64d065f4d769a1f5c8ad90acfdb
diff --git a/routes/admin.js b/routes/admin.js index <HASH>..<HASH> 100644 --- a/routes/admin.js +++ b/routes/admin.js @@ -410,7 +410,7 @@ router.post('/product/insert', common.restrict, (req, res) => { res.redirect('/admin/product/new'); }else{ // get the new ...
Fix crash after adding new product, similar to #3
mrvautin_expressCart
train
8e53dae7a02d9be8f132cb73a1a8f8e0f600d898
diff --git a/lib/serf/client.js b/lib/serf/client.js index <HASH>..<HASH> 100644 --- a/lib/serf/client.js +++ b/lib/serf/client.js @@ -116,6 +116,9 @@ Client.prototype = { liveEngineNodes = liveEngineNodes.filter(function(member) { return member.Tags[Tag.clusterId] == clusterId; }); + ...
Sort reported nodes by their host name
droonga_express-droonga
train
94569faf56ec470ab01d0826aeac73717bfb1c77
diff --git a/werkzeug/contrib/cache.py b/werkzeug/contrib/cache.py index <HASH>..<HASH> 100644 --- a/werkzeug/contrib/cache.py +++ b/werkzeug/contrib/cache.py @@ -355,7 +355,7 @@ class MemcachedCache(BaseCache): key = key.encode('utf-8') if self.key_prefix: key = self.key_prefix + key...
Added success return values for MemcachedCaches.
pallets_werkzeug
train
10d8c9625ad46a06686efac154d75e9e9fe07d35
diff --git a/traffic/core/lazy.py b/traffic/core/lazy.py index <HASH>..<HASH> 100644 --- a/traffic/core/lazy.py +++ b/traffic/core/lazy.py @@ -252,7 +252,10 @@ class LazyTraffic: result = pd.concat(cumul) if cache_file is not None and result is not None: - result.to_pickle(cache_file)...
allow caching as parquet files
xoolive_traffic
train
43b4972ad2e74166a848d8878d6daf76d1c6ff93
diff --git a/Classes/Psmb/Registry/Eel/RegistryHelper.php b/Classes/Psmb/Registry/Eel/RegistryHelper.php index <HASH>..<HASH> 100644 --- a/Classes/Psmb/Registry/Eel/RegistryHelper.php +++ b/Classes/Psmb/Registry/Eel/RegistryHelper.php @@ -1,8 +1,13 @@ <?php namespace Psmb\Registry\Eel; +<<<<<<< Updated upstream us...
TASK: Add support to increment and decrement counter
psmb_Psmb.Registry
train
32ce07802b0e800276de5cd290acea9939bab98e
diff --git a/bin/sftpclone b/bin/sftpclone index <HASH>..<HASH> 100644 --- a/bin/sftpclone +++ b/bin/sftpclone @@ -1,4 +1,5 @@ #!/usr/bin/env python +# coding=utf-8 """SFTPClone executable.""" from sftpclone.sftpclone import main as sftpclone diff --git a/examples/website_deployment.py b/examples/website_deploymen...
Add encoding and shebang
unbit_sftpclone
train
c255bd76a989fa712005767f74da51e2f8f15fb3
diff --git a/processing/src/test/java/io/druid/query/TimewarpOperatorTest.java b/processing/src/test/java/io/druid/query/TimewarpOperatorTest.java index <HASH>..<HASH> 100644 --- a/processing/src/test/java/io/druid/query/TimewarpOperatorTest.java +++ b/processing/src/test/java/io/druid/query/TimewarpOperatorTest.java @...
add a test for the previous fix
apache_incubator-druid
train
b4d8415323a424c19f4ddbbdb26c4b55e78da15c
diff --git a/lib/active_fulfillment/fulfillment/services/james_and_james.rb b/lib/active_fulfillment/fulfillment/services/james_and_james.rb index <HASH>..<HASH> 100644 --- a/lib/active_fulfillment/fulfillment/services/james_and_james.rb +++ b/lib/active_fulfillment/fulfillment/services/james_and_james.rb @@ -79,7 +79,...
J&J require postcodes, but we dont always have them. Fall back to "-".
Shopify_active_fulfillment
train
a350e89381c87711618f35fed7e4e1f9ebbb98ab
diff --git a/lib/Browser.js b/lib/Browser.js index <HASH>..<HASH> 100644 --- a/lib/Browser.js +++ b/lib/Browser.js @@ -43,11 +43,11 @@ class Browser extends EventEmitter { /** * @param {!Puppeteer.Connection} connection - * @param {boolean} ignoreHTTPSErrors + * @param {!Object=} options * @param {func...
chore(Browser): fix jsdoc in Browser.create method (#<I>)
GoogleChrome_puppeteer
train
9560b0543926208b6da082141ecb6328a3094010
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -14,7 +14,7 @@ var nodes = require('./nodes') , fs = require('fs'); /** - * Attempt to lookup `path` within `paths`. + * Attempt to lookup `path` within `paths` from tail to head. * * @param {String} ...
Reverse lookup to prevent collisions of equally named files
stylus_stylus
train
1f89d3e902b424863ca938f78affc218abb51261
diff --git a/lib/slim/compiler.rb b/lib/slim/compiler.rb index <HASH>..<HASH> 100644 --- a/lib/slim/compiler.rb +++ b/lib/slim/compiler.rb @@ -7,7 +7,7 @@ module Slim include Optimizer AUTOCLOSED = %w(meta img link br hr input area param col base) - CONTROL_WORDS = %w{if else elsif do} + CONTROL_WORDS...
Added 'unless' to the list of control words.
slim-template_slim
train
5d4182c9b0074f7aa0847d4f7c7b1530b281f62b
diff --git a/flake8_aaa/exceptions.py b/flake8_aaa/exceptions.py index <HASH>..<HASH> 100644 --- a/flake8_aaa/exceptions.py +++ b/flake8_aaa/exceptions.py @@ -2,6 +2,13 @@ class Flake8AAAException(Exception): pass +class FunctionNotParsed(Flake8AAAException): + """ + ``Function.check()`` was called witho...
Carry parsed attr in Function
jamescooke_flake8-aaa
train
80fc2eeec52b1873cd639fe18f3a265831b0974d
diff --git a/rstcheck.py b/rstcheck.py index <HASH>..<HASH> 100755 --- a/rstcheck.py +++ b/rstcheck.py @@ -38,7 +38,7 @@ from docutils import core, nodes, utils, writers from docutils.parsers import rst -__version__ = '0.3.5' +__version__ = '0.3.6' def check(source, filename='<string>', report_level=2, ignore...
Increment patch version to <I>
myint_rstcheck
train
6af4a7bdbc03a4f66df9601b0100b1edd3567f9e
diff --git a/lib/Saml2/Utils.php b/lib/Saml2/Utils.php index <HASH>..<HASH> 100644 --- a/lib/Saml2/Utils.php +++ b/lib/Saml2/Utils.php @@ -1549,7 +1549,7 @@ class OneLogin_Saml2_Utils } } - if ($objKey->verifySignature($signedQuery, base64_decode($_GET['Signature'])) === 1) { ...
Fix #<I> Bad use of on static method validateBinarySign
onelogin_php-saml
train
d9aeb48ce548dadb97334e6ed54b006fb96f501c
diff --git a/addon/index.js b/addon/index.js index <HASH>..<HASH> 100644 --- a/addon/index.js +++ b/addon/index.js @@ -264,28 +264,6 @@ let ChannelAction = Ember.Object.extend({ }, }); -export function channelAction() { - let mapFn, channelPath; - if (arguments.length === 2) { - channelPath = arguments[0]; -...
get rid of channelActions (replaced by tasks)
machty_ember-concurrency
train
1582304f16c1e55f359f5e6140f6dfe4c7735143
diff --git a/lib/utils/objects.js b/lib/utils/objects.js index <HASH>..<HASH> 100644 --- a/lib/utils/objects.js +++ b/lib/utils/objects.js @@ -1,37 +1,45 @@ /* Object utilities. */ var objects = { keys: function(object) { - var result = []; - for (var key in object) { + var result = [], key; + + for (k...
Utility functions cleanup: Cleanup lib/utils/objects.js
pegjs_pegjs
train
d5b71d71ba451ac8399fea75af72cd8fee960868
diff --git a/preparsefield/PreparseFieldPlugin.php b/preparsefield/PreparseFieldPlugin.php index <HASH>..<HASH> 100755 --- a/preparsefield/PreparseFieldPlugin.php +++ b/preparsefield/PreparseFieldPlugin.php @@ -74,7 +74,7 @@ class PreparseFieldPlugin extends BasePlugin * * @var array */ - private $...
Added field setting to parse field before save
aelvan_Preparse-Field-Craft
train
4f1e1f7ce630a059eb9b6c001d9c13a0a6d38e62
diff --git a/nudibranch/views.py b/nudibranch/views.py index <HASH>..<HASH> 100644 --- a/nudibranch/views.py +++ b/nudibranch/views.py @@ -246,8 +246,10 @@ def file_verifier_create(request, filename, min_size, max_size, min_lines, @view_config(route_name='file_verifier_item', request_method='DELETE', p...
Fix issue with file_verifier deletion.
ucsb-cs_submit
train
7a3e6bfeb7d2efe59ef8416befe35fb5ac09c85b
diff --git a/lib/cucumber/ast/outline_table.rb b/lib/cucumber/ast/outline_table.rb index <HASH>..<HASH> 100644 --- a/lib/cucumber/ast/outline_table.rb +++ b/lib/cucumber/ast/outline_table.rb @@ -16,7 +16,7 @@ module Cucumber @table.execute_row(self.to_hash) unless header? visit_cells(visitor, :pas...
Renamed Pending to Missing - more descriptive
cucumber_cucumber-ruby
train
4a52a3617496adb3af55bcfc75f61b22319587ef
diff --git a/src/HabboAPI/HabboParserInterface.php b/src/HabboAPI/HabboParserInterface.php index <HASH>..<HASH> 100644 --- a/src/HabboAPI/HabboParserInterface.php +++ b/src/HabboAPI/HabboParserInterface.php @@ -1,10 +1,4 @@ <?php -/** - * Created by IntelliJ IDEA. - * User: Gerben - * Date: 13-3-2015 - * Time: 0:45 - ...
Thanks IntelliJ :trollface:
gerbenjacobs_HabboAPI
train
6838f0ca8251162772c7f366774af65661f79c5a
diff --git a/test/test_ad2.py b/test/test_ad2.py index <HASH>..<HASH> 100644 --- a/test/test_ad2.py +++ b/test/test_ad2.py @@ -43,7 +43,7 @@ class TestAlarmDecoder(TestCase): self._device.on_read = EventHandler(Event(), self._device) self._device.on_write = EventHandler(Event(), self._device) - ...
ok need to test locally.. how?
nutechsoftware_alarmdecoder
train
5b2b6fe525300d80e46c9aac0b769cf0329a8ba0
diff --git a/go/kbfs/libkbfs/folder_branch_ops.go b/go/kbfs/libkbfs/folder_branch_ops.go index <HASH>..<HASH> 100644 --- a/go/kbfs/libkbfs/folder_branch_ops.go +++ b/go/kbfs/libkbfs/folder_branch_ops.go @@ -2170,12 +2170,15 @@ func (fbo *folderBranchOps) identifyOnce( defer fbo.identifyLock.Unlock() ei := tlfhand...
folder_branch_ops: wrap cache check for always id behavior Issue: HOTPOT-<I>
keybase_client
train
01ddbf9d43627ba5f3bcf277d1dd3a1257223268
diff --git a/wsgi/usagestats_server.py b/wsgi/usagestats_server.py index <HASH>..<HASH> 100644 --- a/wsgi/usagestats_server.py +++ b/wsgi/usagestats_server.py @@ -22,7 +22,7 @@ def store(report, address): msecs = int((now - secs) * 1000) submitted_date = filename = None # avoids warnings while True: - ...
Fix wsgi server not ordering reports properly The milliseconds part of the date was not padded, so reports arriving on a second before the <I>ms mark would have the wrong number of digits and get ordered wrong.
remram44_usagestats
train
92031a98208a6c48e9cdc2f696feb8a2f8527042
diff --git a/src/Reflection/Php/PhpParameterFromParserNodeReflection.php b/src/Reflection/Php/PhpParameterFromParserNodeReflection.php index <HASH>..<HASH> 100644 --- a/src/Reflection/Php/PhpParameterFromParserNodeReflection.php +++ b/src/Reflection/Php/PhpParameterFromParserNodeReflection.php @@ -69,7 +69,11 @@ class ...
Function parameters with non-null default value were considered nullable
phpstan_phpstan
train
1c85906be2f121dc878ec36b3def9699eadc99d6
diff --git a/src/handleSubmit.js b/src/handleSubmit.js index <HASH>..<HASH> 100644 --- a/src/handleSubmit.js +++ b/src/handleSubmit.js @@ -35,8 +35,9 @@ const handleSubmit = (submit, values, props, asyncValidate) => { doSubmit(); // no async validation, so submit } submitFailed(); + if (onSubmitFail) { ...
Include error messages in the callback onSubmitError Might as well include the error messages generated from the validation. Two birds, one stone! Actually, it probably should have been added initially. I just didn't think of it.
erikras_redux-form
train
7a86a0d40720127b7b33b0b5a39c4343026cb6c2
diff --git a/generator/lib/builder/om/PHP5ObjectBuilder.php b/generator/lib/builder/om/PHP5ObjectBuilder.php index <HASH>..<HASH> 100644 --- a/generator/lib/builder/om/PHP5ObjectBuilder.php +++ b/generator/lib/builder/om/PHP5ObjectBuilder.php @@ -2155,7 +2155,8 @@ abstract class ".$this->getClassname()." extends ".$par...
[<I>][<I>] Coding standards in object builder template
propelorm_Propel
train
5cf0255b002c6192afd760a6cc50d8b13db032b4
diff --git a/andes/main.py b/andes/main.py index <HASH>..<HASH> 100644 --- a/andes/main.py +++ b/andes/main.py @@ -370,7 +370,7 @@ def prepare(**kwargs): def selftest(**kwargs): - logger.handlers[1].setLevel(logging.WARNING) + logger.handlers[0].setLevel(logging.WARNING) test_directory = tests_root() ...
Fixed logger for matpower test case
cuihantao_andes
train
cc48dbcc06fa73421b8c58ed1fe5e8a06b9fc9f0
diff --git a/Processor.php b/Processor.php index <HASH>..<HASH> 100644 --- a/Processor.php +++ b/Processor.php @@ -217,10 +217,13 @@ class Processor if (is_array($item)) { - if (isset($activectx[$activeprty]['@container']) && - ('@list' == $a...
Make lists of lists and lists of sets illegal and optimize processing Lists of sets were allowed till now. Now they are considered as to be illegal as they are indistinguishable form a list of lists. Slightly optimized processing by removing duplicate code.
lanthaler_JsonLD
train
69ffa3b962e7cf64e52e46d7ee51023329ab1715
diff --git a/flask_appbuilder/views.py b/flask_appbuilder/views.py index <HASH>..<HASH> 100644 --- a/flask_appbuilder/views.py +++ b/flask_appbuilder/views.py @@ -164,6 +164,7 @@ class RestCRUDView(BaseCRUDView): @has_access_api @permission_name('list') def api(self): + log.warning("This is API is...
[api] Log warn of old API deprecation on <I>.X
dpgaspar_Flask-AppBuilder
train
3aa0f89f8a2d95fa9b7559ebdf9096abaa17efb0
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,13 +63,12 @@ before_script: - composer require typo3/cms="$TYPO3_VERSION" - export TYPO3_PATH_WEB="$PWD/.Build/Web" - export PATH="$PATH:./Scripts" - - if [ -d .Build/vendor/typo3/cms/components/testi...
[TASK] Use nimut/testing-framework for unit tests (#<I>) * Use nimut/testing-framework for unit tests * Use test classes from nimut/testing-framework
TYPO3-Console_TYPO3-Console
train
1d1cc21b337ee9e75991d7ac425c399459d20319
diff --git a/lib/spawn.js b/lib/spawn.js index <HASH>..<HASH> 100644 --- a/lib/spawn.js +++ b/lib/spawn.js @@ -1,24 +1,28 @@ +var childProcess = require('child_process'); + var hoek = require('hoek'); var path = require('path'); -var spawn = require('shellout'); var phantomjs = require('phantomjs'); -var PHANTOM...
nth try getting travis to work
gardr_validator
train
0bd8c41c2bfb9d4d878cbb7eb1a87b29bd218f28
diff --git a/oauth2client/client.py b/oauth2client/client.py index <HASH>..<HASH> 100644 --- a/oauth2client/client.py +++ b/oauth2client/client.py @@ -57,6 +57,9 @@ ID_TOKEN_VERIFICATON_CERTS = 'https://www.googleapis.com/oauth2/v1/certs' # Constant to use for the out of band OAuth 2.0 flow. OOB_CALLBACK_URN = 'urn:i...
Don't accept <I> challenges by default for auth challenges. Fixes issue #<I>. Reviewed in <URL>
googleapis_oauth2client
train
ad5a5b4e359680c8714c16d696df6d487490b0f0
diff --git a/pagedown/models.py b/pagedown/models.py index <HASH>..<HASH> 100644 --- a/pagedown/models.py +++ b/pagedown/models.py @@ -1,4 +1,2 @@ from django.db import models -class PagedownField(models.TextField): - pass \ No newline at end of file
Removed uneccessary models field
timmyomahony_django-pagedown
train
2fc263c31b7e23e2f768dc56f4f0df2912b6b3b1
diff --git a/code/NestedModelController.php b/code/NestedModelController.php index <HASH>..<HASH> 100644 --- a/code/NestedModelController.php +++ b/code/NestedModelController.php @@ -72,14 +72,22 @@ class NestedModelController extends Controller { if ($this->hasMethod($funcName = "get$field")) { ...
Fix miss-edited form builder reference
twohill_silverstripe-nestedcontrollers
train
f925066a7de160e6d1bdfdc8cdfc956f23f2474e
diff --git a/Entity/RealTimeCampaignRepository.php b/Entity/RealTimeCampaignRepository.php index <HASH>..<HASH> 100644 --- a/Entity/RealTimeCampaignRepository.php +++ b/Entity/RealTimeCampaignRepository.php @@ -42,7 +42,7 @@ class RealTimeCampaignRepository extends CampaignRepository return []; } ...
[ENG-<I>] Removed trailing whitespace.
TheDMSGroup_mautic-contact-source
train
5d3788f6d280518b78846adab81040c810547323
diff --git a/src/Drivers/TarByPhar.php b/src/Drivers/TarByPhar.php index <HASH>..<HASH> 100644 --- a/src/Drivers/TarByPhar.php +++ b/src/Drivers/TarByPhar.php @@ -171,7 +171,7 @@ class TarByPhar extends BasicDriver $entry_info = $this->tar->offsetGet($fileName); return new ArchiveEntry( $...
Streaming in TarByPhar and more accurate file size calculation
wapmorgan_UnifiedArchive
train
d287ad5c3a23f8a65b5aa1e1e5d83218f4eab705
diff --git a/src/Tools/LicenceHeadersCheckCommand.php b/src/Tools/LicenceHeadersCheckCommand.php index <HASH>..<HASH> 100644 --- a/src/Tools/LicenceHeadersCheckCommand.php +++ b/src/Tools/LicenceHeadersCheckCommand.php @@ -102,6 +102,13 @@ class LicenceHeadersCheckCommand extends Command { InputOption::VALUE_...
Add ability to preserve tagged data in licence headers
glpi-project_tools
train
7e1cd1ac05df03e1ee3156f3e42a020e4c024eac
diff --git a/src/main/java/org/sonatype/plexus/components/cipher/DefaultPlexusCipher.java b/src/main/java/org/sonatype/plexus/components/cipher/DefaultPlexusCipher.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/sonatype/plexus/components/cipher/DefaultPlexusCipher.java +++ b/src/main/java/org/sonatype/plexus/...
[SPICE-8] - added passphrase variable length test
sonatype_plexus-cipher
train
aa05c7e26cf7ae0422b667170c969a674843da37
diff --git a/kerncraft/incore_model.py b/kerncraft/incore_model.py index <HASH>..<HASH> 100755 --- a/kerncraft/incore_model.py +++ b/kerncraft/incore_model.py @@ -133,9 +133,10 @@ class x86(ISA): if line.instruction is None: continue - # Extract destination references + ...
ignoring stores to `varname(%rip)` in pointer increment detection
RRZE-HPC_kerncraft
train
1c8722c5b731909a187f8a664aa6e6035436daf6
diff --git a/jupytext/nbextension/index.js b/jupytext/nbextension/index.js index <HASH>..<HASH> 100644 --- a/jupytext/nbextension/index.js +++ b/jupytext/nbextension/index.js @@ -36,7 +36,7 @@ define([ } var notebook_extension = Jupyter.notebook.notebook_path.split('.').pop(); - notebook_exte...
Update MyST default to `.md` in nbextension
mwouts_jupytext
train
3ffc46f430a9002607f77bb56393656320a1f5e0
diff --git a/app/Theme.php b/app/Theme.php index <HASH>..<HASH> 100644 --- a/app/Theme.php +++ b/app/Theme.php @@ -82,11 +82,7 @@ class Theme */ public static function theme(ThemeInterface $theme = null): ThemeInterface { - if ($theme instanceof ThemeInterface) { - self::$theme = $them...
Use null-coalesce operator
fisharebest_webtrees
train
9fbf1bbe73afa63aa8186c3cba2bedb7f82181ec
diff --git a/implicit/als.py b/implicit/als.py index <HASH>..<HASH> 100644 --- a/implicit/als.py +++ b/implicit/als.py @@ -81,12 +81,15 @@ class AlternatingLeastSquares(RecommenderBase): self.regularization, num_threads=self.num_threads) log.debug("loss at it...
added filtering functionality and corresponding tests (#<I>) * added filtering functionality and corresponding tests * added requested PR modifications
benfred_implicit
train
59e38cc75f2e03b64d49685a40a9594feef50d57
diff --git a/lib/haml_assets/haml_sprockets_engine.rb b/lib/haml_assets/haml_sprockets_engine.rb index <HASH>..<HASH> 100644 --- a/lib/haml_assets/haml_sprockets_engine.rb +++ b/lib/haml_assets/haml_sprockets_engine.rb @@ -69,18 +69,10 @@ module HamlAssets end end - def initialize(file=nil, line=1, opt...
Don't escape attrs, use html_safe instead
carezone_haml_assets
train
44b58cab1267232e6100dc866f2ed2a9488af5e7
diff --git a/optaplanner-webexamples/src/main/webapp/website/leaflet/leaflet-src.js b/optaplanner-webexamples/src/main/webapp/website/leaflet/leaflet-src.js index <HASH>..<HASH> 100644 --- a/optaplanner-webexamples/src/main/webapp/website/leaflet/leaflet-src.js +++ b/optaplanner-webexamples/src/main/webapp/website/leaf...
DROOLS-<I> License header: replace Jboss Inc by Red Hat, Inc. and/or its affiliates. (other files, manually)
kiegroup_optaplanner
train
a9d8ac8bc0c745d43440aa56f1b602edf8e4aef7
diff --git a/bridge/config/config.go b/bridge/config/config.go index <HASH>..<HASH> 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -29,6 +29,8 @@ const ( EventNoticeIRC = "notice_irc" ) +const ParentIDNotFound = "msg-parent-not-found" + type Message struct { Text string `j...
Refactor "msg-parent-not-found" to config.ParentIDNotFound (#<I>)
42wim_matterbridge
train
5257c407d61f38e4e8ff0c24b79735b0cfc76805
diff --git a/classes/indexqueue/class.tx_solr_indexqueue_indexer.php b/classes/indexqueue/class.tx_solr_indexqueue_indexer.php index <HASH>..<HASH> 100644 --- a/classes/indexqueue/class.tx_solr_indexqueue_indexer.php +++ b/classes/indexqueue/class.tx_solr_indexqueue_indexer.php @@ -226,22 +226,15 @@ class tx_solr_index...
[TASK] Create documents only if a record exists for the current language Change-Id: I0fe<I>f<I>a<I>bc<I>e<I>c<I>c8f3b3b<I>c1c6f1
TYPO3-Solr_ext-solr
train
205250163445f7ebcf4d5550cae74e1b5acbe006
diff --git a/tests/Symfony/Tests/Component/Form/DateFieldTest.php b/tests/Symfony/Tests/Component/Form/DateFieldTest.php index <HASH>..<HASH> 100644 --- a/tests/Symfony/Tests/Component/Form/DateFieldTest.php +++ b/tests/Symfony/Tests/Component/Form/DateFieldTest.php @@ -197,6 +197,8 @@ EOF; 'pattern' => '%...
[Form] fixed missing locale setting in unit tests
symfony_symfony
train
7fb6516ef8c7dd1cb4cebbbe7e05cf3d3faa0bf7
diff --git a/spec/exec_sandbox/sandbox_spec.rb b/spec/exec_sandbox/sandbox_spec.rb index <HASH>..<HASH> 100644 --- a/spec/exec_sandbox/sandbox_spec.rb +++ b/spec/exec_sandbox/sandbox_spec.rb @@ -79,6 +79,7 @@ describe ExecSandbox::Sandbox do end it 'should produce the correct result' do + @result...
Don't dump 1MB of text to terminal if a test fails.
pwnall_exec_sandbox
train
c1935b59eab10f554fdebe88c8517f9926d21396
diff --git a/lib/roxml.rb b/lib/roxml.rb index <HASH>..<HASH> 100644 --- a/lib/roxml.rb +++ b/lib/roxml.rb @@ -4,13 +4,13 @@ end module ROXML # :nodoc: def self.included(base) # :nodoc: - base.extend ClassMethods::Accessors - base.extend ClassMethods::Declarations - base.extend ClassMethods::Operations +...
take advantage of the fact that include and extend take lists
Empact_roxml
train
e34dbe5bd6a9cbcd2ed157ac5c9f8dfea6137811
diff --git a/intranet/apps/users/models.py b/intranet/apps/users/models.py index <HASH>..<HASH> 100644 --- a/intranet/apps/users/models.py +++ b/intranet/apps/users/models.py @@ -2,6 +2,7 @@ import logging from datetime import datetime +from dateutil.relativedelta import relativedelta from base64 import b64encode ...
use last 6 months of signups for recommended activities
tjcsl_ion
train
89133858c9de5f1eee6996f5d61c59c78153615b
diff --git a/lyricfetch/lyrics.py b/lyricfetch/lyrics.py index <HASH>..<HASH> 100755 --- a/lyricfetch/lyrics.py +++ b/lyricfetch/lyrics.py @@ -443,7 +443,7 @@ def vagalume(song): url = 'https://www.vagalume.com.br/{}/{}.html'.format(artist, title) soup = get_url(url) - body = soup.select('div[itemprop="d...
Update scraping for vagalume's new design
ocaballeror_LyricFetch
train
5f41bc165238e4edb02af34982c1a87801f1ceb7
diff --git a/ncbi_genome_download/config.py b/ncbi_genome_download/config.py index <HASH>..<HASH> 100644 --- a/ncbi_genome_download/config.py +++ b/ncbi_genome_download/config.py @@ -79,7 +79,7 @@ class NgdConfig(object): 'uri': 'https://ftp.ncbi.nih.gov/genomes', 'parallel': 1, 'human_readab...
core: Change the progress bar shorthand to -P, default to no progress bar
kblin_ncbi-genome-download
train
5d27c75c5f11d54f90b6af3bfff36774f3105c2d
diff --git a/lib/express_templates/components/forms/submit.rb b/lib/express_templates/components/forms/submit.rb index <HASH>..<HASH> 100644 --- a/lib/express_templates/components/forms/submit.rb +++ b/lib/express_templates/components/forms/submit.rb @@ -16,7 +16,7 @@ module ExpressTemplates begin ...
Fix submit for config[:wrapper_class] change to form_component
aelogica_express_templates
train
c746d4596b6f2e64f9626aad6be398195d858087
diff --git a/ruby_event_store-rspec/lib/ruby_event_store/rspec/apply.rb b/ruby_event_store-rspec/lib/ruby_event_store/rspec/apply.rb index <HASH>..<HASH> 100644 --- a/ruby_event_store-rspec/lib/ruby_event_store/rspec/apply.rb +++ b/ruby_event_store-rspec/lib/ruby_event_store/rspec/apply.rb @@ -53,7 +53,7 @@ module Ruby...
Don't raise SyntaxError Because it's not a syntax error
RailsEventStore_rails_event_store
train
631f9fe6e7f9eef133df03244f73291fe7c64439
diff --git a/src/mdlComponentHandler.js b/src/mdlComponentHandler.js index <HASH>..<HASH> 100644 --- a/src/mdlComponentHandler.js +++ b/src/mdlComponentHandler.js @@ -111,7 +111,8 @@ var componentHandler = (function() { element[jsClass] = instance; } } else { - throw 'Unable to find a ...
Throw error objects, not plain strings. (Closes #<I>)
google_material-design-lite
train
4aa39fd67c15674ea1093bf62b6649c49df5b682
diff --git a/app/index.js b/app/index.js index <HASH>..<HASH> 100644 --- a/app/index.js +++ b/app/index.js @@ -223,14 +223,14 @@ var Generator = yeoman.generators.Base.extend({ projectfiles: function () { this.template('_bower.json', 'bower.json'); - this.src.copy('bowerrc', '.bowerrc'); - this....
Revert to legacy file API temporarily because <I> file utils will be deprecated
rakuten-frontend_generator-rff
train
dc8e561340f4e55e6ad347e9a037c54d7f2583bb
diff --git a/src/Query/QueryCollection.php b/src/Query/QueryCollection.php index <HASH>..<HASH> 100644 --- a/src/Query/QueryCollection.php +++ b/src/Query/QueryCollection.php @@ -22,7 +22,8 @@ string $directoryPath, Driver $driver, QueryFactory $queryFactory = null) { } public function __call($name, $args) { - retu...
Allow calling of queries directly through QueryCollection.
PhpGt_Database
train
37cee03b02f73f8b78662ba0d9cb7acdca344726
diff --git a/lib/format.rb b/lib/format.rb index <HASH>..<HASH> 100644 --- a/lib/format.rb +++ b/lib/format.rb @@ -1,6 +1,13 @@ module WaveFile class WaveFileFormat def initialize(channels, bits_per_sample, sample_rate) + if channels == :mono + channels = 1 + end + if channels == :stereo ...
Adding ability to use :mono or :stereo to specify the number of channels when constructing a WaveFileFormat
jstrait_wavefile
train
247570ccc70063418c9f90b29a0b5e24ef87a53e
diff --git a/juju/testing/conn.go b/juju/testing/conn.go index <HASH>..<HASH> 100644 --- a/juju/testing/conn.go +++ b/juju/testing/conn.go @@ -162,6 +162,8 @@ func (s *JujuConnSuite) APIInfo(c *gc.C) *api.Info { return apiInfo } +// openAPIAs opens the API and ensures that the *api.State returned will be +// close...
Add comments to say not to close it.
juju_juju
train
5bb266ec3bbe7b055e4a1d81771f037f6d158e0c
diff --git a/extensions/akismet/js/forum/src/main.js b/extensions/akismet/js/forum/src/main.js index <HASH>..<HASH> 100644 --- a/extensions/akismet/js/forum/src/main.js +++ b/extensions/akismet/js/forum/src/main.js @@ -1,25 +1,27 @@ -import { extend } from 'flarum/extend'; +import { extend, override } from 'flarum/exte...
Update for new Flags/Approval extensions
flarum_core
train
f9a5c0361cd73d11f72a4314200befae173dca47
diff --git a/classes/Gems/Tracker/Engine/StepEngineAbstract.php b/classes/Gems/Tracker/Engine/StepEngineAbstract.php index <HASH>..<HASH> 100644 --- a/classes/Gems/Tracker/Engine/StepEngineAbstract.php +++ b/classes/Gems/Tracker/Engine/StepEngineAbstract.php @@ -423,6 +423,28 @@ abstract class Gems_Tracker_Engine_StepE...
Fixed #<I>: Round overview shows old round id'sfor valid dates even when source is no longer round based
GemsTracker_gemstracker-library
train
95d3294d4e18e2e3c9f18f33c03e36f914575b38
diff --git a/vobject/icalendar.py b/vobject/icalendar.py index <HASH>..<HASH> 100644 --- a/vobject/icalendar.py +++ b/vobject/icalendar.py @@ -40,9 +40,20 @@ def registerTzid(tzid, tzinfo): """Register a tzid -> tzinfo mapping.""" __tzidMap[toUnicode(tzid)]=tzinfo -def getTzid(tzid): +def getTzid(tzid, smar...
fixed a bug when the timezone registered by the ical is not the same with the one in datetime entry.
eventable_vobject
train
f852a431a1f26f46be9c7248651e31ec3dd2de5e
diff --git a/django_extensions/management/commands/runserver_plus.py b/django_extensions/management/commands/runserver_plus.py index <HASH>..<HASH> 100644 --- a/django_extensions/management/commands/runserver_plus.py +++ b/django_extensions/management/commands/runserver_plus.py @@ -11,11 +11,8 @@ from django.core.manag...
make check() or validate() check consistent between commands
django-extensions_django-extensions
train
34c5e444caaf8276910e9e0a23b95ac4b15cf824
diff --git a/lib/plugins/html/htmlBuilder.js b/lib/plugins/html/htmlBuilder.js index <HASH>..<HASH> 100644 --- a/lib/plugins/html/htmlBuilder.js +++ b/lib/plugins/html/htmlBuilder.js @@ -167,7 +167,7 @@ class HTMLBuilder { } _renderUrlPage(url, name, locals) { - const summaryTimestamp = locals.pageInfo.data....
use start timestamp as backup if you don't have browsertime run time
sitespeedio_sitespeed.io
train
372816a94a59da4ee82cf0e4972a7b89559e4492
diff --git a/lib/sup/modes/edit_message_mode.rb b/lib/sup/modes/edit_message_mode.rb index <HASH>..<HASH> 100644 --- a/lib/sup/modes/edit_message_mode.rb +++ b/lib/sup/modes/edit_message_mode.rb @@ -635,7 +635,7 @@ private if HookManager.enabled? "mentions-attachments" HookManager.run "mentions-attachments"...
fix encode on mentions_attchments? too
sup-heliotrope_sup
train
8759f3035b860365cae15656a5636e408163e8b4
diff --git a/test/test_utils.py b/test/test_utils.py index <HASH>..<HASH> 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -1,3 +1,4 @@ +import os import torch import torchvision.utils as utils import unittest @@ -35,6 +36,13 @@ class Tester(unittest.TestCase): assert torch.equal(norm_max, rounde...
Added test for save image in utils (#<I>)
pytorch_vision
train
f892ae0b23a52df3f4307ed4fca1ae33e5914352
diff --git a/cli/api/daemon.go b/cli/api/daemon.go index <HASH>..<HASH> 100644 --- a/cli/api/daemon.go +++ b/cli/api/daemon.go @@ -604,14 +604,16 @@ func (d *daemon) startAgent() error { thisHost.PoolID = poolID - basePoolPath := "/pools/" + poolID - dsn := coordzk.NewDSN(options.Zookeepers, time.Second*15).St...
fixes CC-<I> Two zookeeper clients are started on the master In startAgent, we do not start a zookeeper client if we are also a master.
control-center_serviced
train
e583074ddf4fb70ed08912fc3367205901362049
diff --git a/lib/controller/mixins/check-progress.js b/lib/controller/mixins/check-progress.js index <HASH>..<HASH> 100644 --- a/lib/controller/mixins/check-progress.js +++ b/lib/controller/mixins/check-progress.js @@ -64,6 +64,8 @@ module.exports = Controller => class extends Controller { if (step.revalidat...
Dont use non-revalidated pages to build edit backlinks
UKHomeOffice_passports-form-wizard
train
d2baaa25cb154f8f5ca007524b21a339f0880479
diff --git a/osmdroid-android/src/main/java/org/osmdroid/views/overlay/Polyline.java b/osmdroid-android/src/main/java/org/osmdroid/views/overlay/Polyline.java index <HASH>..<HASH> 100644 --- a/osmdroid-android/src/main/java/org/osmdroid/views/overlay/Polyline.java +++ b/osmdroid-android/src/main/java/org/osmdroid/views...
feature/#<I> - add DensityMultiplier to Polyline (#<I>)
osmdroid_osmdroid
train
78c8b78a9cde923bc653704a49e23fa58c34e3e9
diff --git a/github.js b/github.js index <HASH>..<HASH> 100644 --- a/github.js +++ b/github.js @@ -58,7 +58,7 @@ url += '&' + encodeURIComponent(param) + '=' + encodeURIComponent(data[param]); } } - return url; + return url + (typeof window !== 'undefined' ? '&' + new Da...
Added unit test for #<I>, exposed XHR on repo.deleteRef, reintroduced cache buster. Fixes #<I>.
github-tools_github
train
2c26346dff35a3612e13d53897e1b4625b6373cf
diff --git a/aiodocker/stream.py b/aiodocker/stream.py index <HASH>..<HASH> 100644 --- a/aiodocker/stream.py +++ b/aiodocker/stream.py @@ -1,9 +1,8 @@ import socket import struct import warnings -from collections import namedtuple from types import TracebackType -from typing import TYPE_CHECKING, Awaitable, Callabl...
Use typing.NamedTuple (#<I>)
aio-libs_aiodocker
train
c58d9649b7dfe366e16aea56fe3afee4df2d34da
diff --git a/treetime/__init__.py b/treetime/__init__.py index <HASH>..<HASH> 100644 --- a/treetime/__init__.py +++ b/treetime/__init__.py @@ -1,4 +1,5 @@ from __future__ import print_function, division, absolute_import +version="0.6.1" from .treeanc import TreeAnc from .treetime import TreeTime, plot_vs_years from...
use mutation length in mugration model
neherlab_treetime
train
50a6e9206928aa67e19ef953c4c28e74ac0bb2a5
diff --git a/bootstrap/status_check_action.go b/bootstrap/status_check_action.go index <HASH>..<HASH> 100644 --- a/bootstrap/status_check_action.go +++ b/bootstrap/status_check_action.go @@ -9,9 +9,10 @@ import ( ) type StatusCheckAction struct { - ID string `json:"id"` - URL string `json:"url"` - Output str...
bootstrap: Wait up to <I> minutes for cluster restored from backup It can take a bit for all of the components to get started by the scheduler. Closes #<I>
flynn_flynn
train
c8f24cafe3c6a13d710b16ac179a484a3ddc06fa
diff --git a/lib/deep_cover/cli/commands/exec.rb b/lib/deep_cover/cli/commands/exec.rb index <HASH>..<HASH> 100755 --- a/lib/deep_cover/cli/commands/exec.rb +++ b/lib/deep_cover/cli/commands/exec.rb @@ -27,8 +27,7 @@ module DeepCover } DeepCover.delete_trackers - system(env_var, *command_parts) - ...
`deep-cover exec` provides better error message for bad commands
deep-cover_deep-cover
train
82051634eed983bd885d9c0e66720191be59c67f
diff --git a/src/server/pfs/server/object_bench_test.go b/src/server/pfs/server/object_bench_test.go index <HASH>..<HASH> 100644 --- a/src/server/pfs/server/object_bench_test.go +++ b/src/server/pfs/server/object_bench_test.go @@ -14,8 +14,8 @@ import ( ) const ( - clients = 6 - objectsPerClient = 100 + cl...
Cranks up parallelism and makes a bit safer.
pachyderm_pachyderm
train
954d0da787818eceeba2cb76a58c62329e09cf42
diff --git a/shap/explainers/_explainer.py b/shap/explainers/_explainer.py index <HASH>..<HASH> 100644 --- a/shap/explainers/_explainer.py +++ b/shap/explainers/_explainer.py @@ -91,9 +91,6 @@ class Explainer(): self.masker = maskers.FixedComposite(self.masker) elif safe_isinstance(self.model, "sh...
Assigned self.model to model if instance of shap.models.Model and return np array in _teacher_forcing_logits.py
slundberg_shap
train
6ea57b0d1a17343086c196756fc8b2ff741cd516
diff --git a/src/Http/Controllers/AbstractController.php b/src/Http/Controllers/AbstractController.php index <HASH>..<HASH> 100644 --- a/src/Http/Controllers/AbstractController.php +++ b/src/Http/Controllers/AbstractController.php @@ -43,8 +43,37 @@ abstract class AbstractController extends Controller */ pub...
Attach accessarea, guard and broker to request parameters dynamically
rinvex_cortex-foundation
train
5ef2a95beba7ccd6a56ca931fd2b3c8eac941967
diff --git a/vraptor-core/src/main/java/br/com/caelum/vraptor/interceptor/Interceptor.java b/vraptor-core/src/main/java/br/com/caelum/vraptor/interceptor/Interceptor.java index <HASH>..<HASH> 100644 --- a/vraptor-core/src/main/java/br/com/caelum/vraptor/interceptor/Interceptor.java +++ b/vraptor-core/src/main/java/br/c...
Removing javadoc about Lazy and InterceptorSequence
caelum_vraptor4
train
6992a07b87f4312db86ae86bbc2ebd282f2cc586
diff --git a/src/notebook/components/cell/cell-creator-buttons.js b/src/notebook/components/cell/cell-creator-buttons.js index <HASH>..<HASH> 100644 --- a/src/notebook/components/cell/cell-creator-buttons.js +++ b/src/notebook/components/cell/cell-creator-buttons.js @@ -54,11 +54,11 @@ export default class CellCreatorB...
Add selectors to cell addition buttons
nteract_nteract
train
820992c98f27abf8a20746283d0e16caece99b5e
diff --git a/railties/lib/commands/plugin.rb b/railties/lib/commands/plugin.rb index <HASH>..<HASH> 100644 --- a/railties/lib/commands/plugin.rb +++ b/railties/lib/commands/plugin.rb @@ -632,7 +632,7 @@ module Commands def options OptionParser.new do |o| o.set_summary_indent(' ') - o.banner...
Ensure script/plugin unsource 'Usage' text is correct. [#<I> state:resolved]
rails_rails
train
dad8b0dadbc9c9b547e6fee1a6b6e4b9326d7a10
diff --git a/simulator/src/main/java/com/hazelcast/simulator/coordinator/Coordinator.java b/simulator/src/main/java/com/hazelcast/simulator/coordinator/Coordinator.java index <HASH>..<HASH> 100644 --- a/simulator/src/main/java/com/hazelcast/simulator/coordinator/Coordinator.java +++ b/simulator/src/main/java/com/hazelc...
Fixed CheckStyle issues (ClassDataAbstractionCoupling due to usage of ThreadSpawner in Coordinator and Provisioner).
hazelcast_hazelcast-simulator
train
1b92707edcf9135cece145d56dac3a954c484689
diff --git a/examples/functions/code/api-service-page-builder/src/handler.js b/examples/functions/code/api-service-page-builder/src/handler.js index <HASH>..<HASH> 100755 --- a/examples/functions/code/api-service-page-builder/src/handler.js +++ b/examples/functions/code/api-service-page-builder/src/handler.js @@ -17,9 ...
fix: pass config to plugins factories
Webiny_webiny-js
train
d73e6b1002a78700df43099dd3de4f8c4e4d1ea9
diff --git a/events.go b/events.go index <HASH>..<HASH> 100644 --- a/events.go +++ b/events.go @@ -164,18 +164,28 @@ func (s *Session) handleNodeEvent(frames []frame) { s.logger.Printf("gocql: dispatching event: %+v\n", f) } + // ignore events we received if they were disabled + // see https://github.com/goc...
Ignore events if they're disabled Fixes #<I> Related to yugabyte/yugabyte-db#<I>
gocql_gocql
train
40b957e230ffd0d1f471d845c7ac68d981781a1e
diff --git a/Repositories/Collection.php b/Repositories/Collection.php index <HASH>..<HASH> 100644 --- a/Repositories/Collection.php +++ b/Repositories/Collection.php @@ -13,6 +13,7 @@ namespace Cookbook\Core\Repositories; use stdClass; use Exception; use Iterator; +use Countable; /** * Collection class used fo...
Small fixes to Collection, Trunk and DataTransferObject
congraphcms_core
train
6e267d5fc2600c209c814883d3cef1e0e51c0694
diff --git a/docs/devguide/dev_docs.rst b/docs/devguide/dev_docs.rst index <HASH>..<HASH> 100644 --- a/docs/devguide/dev_docs.rst +++ b/docs/devguide/dev_docs.rst @@ -89,6 +89,12 @@ Exceptions .. autoclass:: parsl.dataflow.error.MissingFutError +DataFlowKernel +============== + +.. autoclass:: parsl.dataflow.dflow...
Updating docs, adding docs to top level
Parsl_parsl
train
8572caffd66e9f6e70d901d4f95a316302983683
diff --git a/lib/wechat/cipher.rb b/lib/wechat/cipher.rb index <HASH>..<HASH> 100644 --- a/lib/wechat/cipher.rb +++ b/lib/wechat/cipher.rb @@ -44,6 +44,7 @@ module Wechat end def unpack(msg) + msg = decode_padding(msg) msg_len = msg[16, 4].reverse.unpack('V')[0] content = msg[20, msg_len]...
Fix unpack bug introduce when fix Chinese Char problem.
Eric-Guo_wechat
train
6ce7909cc0008f3d07ada8c120776117a27558e6
diff --git a/lib/linked.rb b/lib/linked.rb index <HASH>..<HASH> 100644 --- a/lib/linked.rb +++ b/lib/linked.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'linked/version' require 'linked/item' require 'linked/list/eol' diff --git a/lib/linked/item.rb b/lib/linked/item.rb index <HASH>..<HASH> 100644 ---...
Added #frozen_string_literal: true to files containing strings
seblindberg_ruby-linked
train
4557a57ac90ad47683d31abf16f5c508ee2dbbd6
diff --git a/src/MimePart.php b/src/MimePart.php index <HASH>..<HASH> 100644 --- a/src/MimePart.php +++ b/src/MimePart.php @@ -387,11 +387,19 @@ class MimePart * Appends a stream filter the passed resource handle based on the type of * encoding for the current mime part. * - * @param resource $ha...
Fix for HHVM stream_filters HHVM seemed to have trouble removing a read filter -- it appears to succeed but reading input after removing continues to be filtered. In addition using stream_copy_to_stream (likely only applies with stream filters) would stop before eof was reached.
zbateson_mail-mime-parser
train
a4e806a07cd8c816450c79376329a34b2284fefc
diff --git a/cmd/husk.go b/cmd/husk.go index <HASH>..<HASH> 100644 --- a/cmd/husk.go +++ b/cmd/husk.go @@ -217,7 +217,7 @@ func plan(cmd *cobra.Command, info *huskCmdInfo, delete bool) *planResult { // Create a resource snapshot from the compiled/evaluated object graph. var err error new, err = resource.NewGra...
Remember old moniker to ID mappings For cerain update shapes, we will need to recover an ID of an already-deleted, or soon-to-be-deleted resource; in those cases, we have a moniker but want to serialize an ID. This change implements support for remembering/recovering them.
pulumi_pulumi
train
80e2471e65c8c9dd6a2f9667a662bf2fe3a04471
diff --git a/demos/hazard/EventBasedPSHA/gmpe_logic_tree.xml b/demos/hazard/EventBasedPSHA/gmpe_logic_tree.xml index <HASH>..<HASH> 100644 --- a/demos/hazard/EventBasedPSHA/gmpe_logic_tree.xml +++ b/demos/hazard/EventBasedPSHA/gmpe_logic_tree.xml @@ -7,9 +7,14 @@ <logicTreeBranchSet uncertaintyType="gmpeMo...
Updated the demo [skip hazardlib]
gem_oq-engine
train
f9072909d215e00fd6357668bc1e9efdc31abd42
diff --git a/icontrol/session.py b/icontrol/session.py index <HASH>..<HASH> 100644 --- a/icontrol/session.py +++ b/icontrol/session.py @@ -596,7 +596,6 @@ class iControlRESTSession(object): def debug_prepared_request(request): - return result = "curl -k -X {0} {1}".format(request.method.upper(), request.ur...
Accidentally returning none (#<I>)
F5Networks_f5-icontrol-rest-python
train
eae9f2b7a77549fc22eb24e1eeb44865f6e200a0
diff --git a/spec/has_friendship/friendable_spec.rb b/spec/has_friendship/friendable_spec.rb index <HASH>..<HASH> 100644 --- a/spec/has_friendship/friendable_spec.rb +++ b/spec/has_friendship/friendable_spec.rb @@ -24,7 +24,7 @@ describe Friendable, focus: true do it "should not create Friendship" do ...
Rewrite test to use HasFriendship::Friendship
sungwoncho_has_friendship
train
58f6330b5787b81064cf2a3dfc2cbc0f116109b8
diff --git a/angr/project.py b/angr/project.py index <HASH>..<HASH> 100644 --- a/angr/project.py +++ b/angr/project.py @@ -130,7 +130,7 @@ class Project(object): self.vexer = VEXer(self.ld.memory, self.arch, use_cache=self.arch.cache_irsb) self.capper = Capper(self.ld.memory, self.arch, use_cache=Tr...
Got about a dozen blocks further into libc
angr_angr
train
127384dab59ae5386ba19d1f726463d262b36aaa
diff --git a/core/src/main/java/lucee/runtime/config/XMLConfigWebFactory.java b/core/src/main/java/lucee/runtime/config/XMLConfigWebFactory.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/lucee/runtime/config/XMLConfigWebFactory.java +++ b/core/src/main/java/lucee/runtime/config/XMLConfigWebFactory.java @@ -1...
make sure the compiler reconize the change of the externalze-string setting
lucee_Lucee
train
db94588e6ab14056ad39a00f6fdcb5c013efd818
diff --git a/azurerm/resource_arm_storage_share_directory.go b/azurerm/resource_arm_storage_share_directory.go index <HASH>..<HASH> 100644 --- a/azurerm/resource_arm_storage_share_directory.go +++ b/azurerm/resource_arm_storage_share_directory.go @@ -171,7 +171,7 @@ func resourceArmStorageShareDirectoryDelete(d *schema...
Update azurerm/resource_arm_storage_share_directory.go
terraform-providers_terraform-provider-azurerm
train
88082882b6e9a48c42e455f4430134a2288a5165
diff --git a/lib/acme/client/error.rb b/lib/acme/client/error.rb index <HASH>..<HASH> 100644 --- a/lib/acme/client/error.rb +++ b/lib/acme/client/error.rb @@ -29,4 +29,27 @@ class Acme::Client::Error < StandardError class Connection < ServerError; end class Tls < ServerError; end class IncorrectResponse < Serv...
Move acme errors lookup into a constant
unixcharles_acme-client
train
4a47cc3074a1444582e1fa226899b43f29eb0978
diff --git a/lib/cli.js b/lib/cli.js index <HASH>..<HASH> 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -181,7 +181,7 @@ var cli = { } if (printResults(engine, result.results, currentOptions.format, currentOptions.outputFile)) { - return result.errorCount; + retur...
Fix: Exit code should be 1 for any number of errors (fixes #<I>)
eslint_eslint
train