hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
07a8e094451a0460b8e9705bde0ac35f4d014e24
diff --git a/vent/helpers/meta.py b/vent/helpers/meta.py index <HASH>..<HASH> 100644 --- a/vent/helpers/meta.py +++ b/vent/helpers/meta.py @@ -330,6 +330,9 @@ def Jobs(): json.dump(new_file, outfile) outfile.write("\n") + if 'vent-plugin' in container.a...
no need for a second loop. Just use the one already being used:
CyberReboot_vent
train
eb687825591d68c84363a31d544de69fc2d28a2a
diff --git a/bootstrap.php b/bootstrap.php index <HASH>..<HASH> 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -49,12 +49,12 @@ $COCKPIT_BASE_ROUTE = $COCKPIT_BASE_URL; * SYSTEM DEFINES */ if (!defined('COCKPIT_ADMIN')) define('COCKPIT_ADMIN' , 0); -if (!defined('COCKPIT_API_REQUEST')...
moved order of defined constants to take care of COCKPIT_BASE_URL for api request
agentejo_cockpit
train
26455f2019c449f4604e097bd22aaa2ce79cf2ed
diff --git a/aws/resource_aws_sagemaker_app_image_config_test.go b/aws/resource_aws_sagemaker_app_image_config_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_sagemaker_app_image_config_test.go +++ b/aws/resource_aws_sagemaker_app_image_config_test.go @@ -77,6 +77,7 @@ func TestAccAWSSagemakerAppImageConfig_...
tests/r/sagemaker_app_image_config: Add ErrorCheck
terraform-providers_terraform-provider-aws
train
d3fffd65d254a3d40276a4984786473866ef9c1a
diff --git a/lib/vagrant/util/curl_helper.rb b/lib/vagrant/util/curl_helper.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/util/curl_helper.rb +++ b/lib/vagrant/util/curl_helper.rb @@ -4,6 +4,7 @@ module Vagrant # Hosts that do not require notification on redirect SILENCED_HOSTS = [ + "vagrantc...
Prevent notifications on redirect to default store This also checks if the redirect notification has been displayed before inspecting the source and location to prevent repeat checks after the notification has been sent.
hashicorp_vagrant
train
84a16b74b9e77daa109c2f1c200de8f1fae5277f
diff --git a/src/Ftven/Build/Common/Service/Base/AbstractInteractiveService.php b/src/Ftven/Build/Common/Service/Base/AbstractInteractiveService.php index <HASH>..<HASH> 100644 --- a/src/Ftven/Build/Common/Service/Base/AbstractInteractiveService.php +++ b/src/Ftven/Build/Common/Service/Base/AbstractInteractiveService.p...
add shorthand method to out() and outln()
francetv_php-cli-common
train
35e87de7995d5ae21edb265cfa7412c000913af1
diff --git a/lib/falkorlib/version.rb b/lib/falkorlib/version.rb index <HASH>..<HASH> 100644 --- a/lib/falkorlib/version.rb +++ b/lib/falkorlib/version.rb @@ -19,7 +19,7 @@ module FalkorLib #:nodoc: # MAJOR: Defines the major version # MINOR: Defines the minor version # PATCH: Defines the pat...
bump to version '<I>'
Falkor_falkorlib
train
46fd9f4a535b6bdd32716e29961744aa86240661
diff --git a/internal/config/storageclass/storage-class.go b/internal/config/storageclass/storage-class.go index <HASH>..<HASH> 100644 --- a/internal/config/storageclass/storage-class.go +++ b/internal/config/storageclass/storage-class.go @@ -234,7 +234,7 @@ func (sCfg Config) GetParityForSC(sc string) (parity int) { ...
fix: update storage-class properly fixes #<I>
minio_minio
train
b925791ce81abe64d5d83edae86bc5c9ae6e3905
diff --git a/app/network/o-auth-2/refresh-token.js b/app/network/o-auth-2/refresh-token.js index <HASH>..<HASH> 100644 --- a/app/network/o-auth-2/refresh-token.js +++ b/app/network/o-auth-2/refresh-token.js @@ -1,7 +1,7 @@ import * as querystring from '../../common/querystring'; import * as c from './constants'; imp...
Fixed OAuth <I> Refresh Token (#<I>)
getinsomnia_insomnia
train
ef177575471ce30083b7b3dd7f4368cb47f24c6a
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -14,7 +14,7 @@ var parallel = require('run-parallel') /** * Create a torrent. - * @param {string|File|FileList|Array.<File>} input + * @param {string|File|FileList|Array.<File>|Blob|Array.<Blob>} input * @param {Obje...
check for Blob, not File, so testing is easier
webtorrent_create-torrent
train
cb1d7146f37004088984c5832bc82b08b4c1d7f4
diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/db/entitymanager/DbEntityManager.java b/engine/src/main/java/org/camunda/bpm/engine/impl/db/entitymanager/DbEntityManager.java index <HASH>..<HASH> 100644 --- a/engine/src/main/java/org/camunda/bpm/engine/impl/db/entitymanager/DbEntityManager.java +++ b/engi...
fix(logging): remove deprecated methods from internal api Related to: #CAM-<I>
camunda_camunda-bpm-platform
train
4b26635b3df9b5e7213ded640bca9af35a1d8a1d
diff --git a/visidata/settings.py b/visidata/settings.py index <HASH>..<HASH> 100644 --- a/visidata/settings.py +++ b/visidata/settings.py @@ -161,7 +161,7 @@ class OptionsObject: vd.cmdlog.set_option(k, v, obj) else: curval = None - warning('setting unknown option ...
[settings] warning() is part of the VisiData.global_api
saulpw_visidata
train
a6ea244f99c4f59b946cc7a25eee9461c42fb990
diff --git a/examples/flax/summarization/run_summarization_flax.py b/examples/flax/summarization/run_summarization_flax.py index <HASH>..<HASH> 100644 --- a/examples/flax/summarization/run_summarization_flax.py +++ b/examples/flax/summarization/run_summarization_flax.py @@ -769,6 +769,14 @@ def main(): cur...
Fix: save checkpoint after each epoch and push checkpoint to the hub (#<I>)
huggingface_pytorch-pretrained-BERT
train
fe8d7474cce3818da5fba907a79017c853b9f31c
diff --git a/spec/pidgin2adium_spec.rb b/spec/pidgin2adium_spec.rb index <HASH>..<HASH> 100644 --- a/spec/pidgin2adium_spec.rb +++ b/spec/pidgin2adium_spec.rb @@ -8,11 +8,7 @@ $-w=nil describe "Pidgin2Adium" do before(:all) do - @current_dir = File.dirname(__FILE__) - @aliases = %w{gabebw gabeb-w gbw me}.jo...
Move some useful RSpec instance variables into global before block
gabebw_pipio
train
c24cc6ab8ddcf76e723c2d9485c74c17134666d0
diff --git a/lib/index_for/builder.rb b/lib/index_for/builder.rb index <HASH>..<HASH> 100644 --- a/lib/index_for/builder.rb +++ b/lib/index_for/builder.rb @@ -73,7 +73,7 @@ module IndexFor def format_content content, options = {}, &block # We need to convert content to_a because when dealing with ActiveReco...
fix block arguments.length < 1 not working issue
bbtfr_index_for
train
178d43ed19ebafce7cab4c320515d917e710b3d4
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ extras_require = { "docs": ["Sphinx>=1.4.4", "sphinx-rtd-theme>=0.1.9",], "tests": tests_require, "kubernetes": ["kubernetes>=11.0.0,<12.0.0",], - "yadage": ["yadage==0.20.1", "yadage-schemas==...
setup: pin `adage` in yadage extra closes reanahub/reana-workflow-engine-yadage#<I>
reanahub_reana-commons
train
d9f42182623d4473d605a387805c533011b04aee
diff --git a/lib/url_parser.js b/lib/url_parser.js index <HASH>..<HASH> 100644 --- a/lib/url_parser.js +++ b/lib/url_parser.js @@ -58,18 +58,22 @@ module.exports = function(url, options, callback) { let connectionString = connectionStrings.join(',') + '/?'; - dns.resolveTxt(result.host, function(err, re...
fix(url parser): only 1 txt record allowed with 2 possible options
mongodb_node-mongodb-native
train
85f3954c80bc68feb0de23c186d06c716016faae
diff --git a/isso/js/app/isso.js b/isso/js/app/isso.js index <HASH>..<HASH> 100644 --- a/isso/js/app/isso.js +++ b/isso/js/app/isso.js @@ -36,9 +36,9 @@ var Postbox = function(parent) { var localStorage = utils.localStorageImpl, el = $.htmlify(template.render("postbox", { - "author": JSON.parse(...
js: app/isso: Prefix localstorage keys w/ `isso-` This way, they are not interfering with other elements on the "host" page. Note that the LocalStorage is scoped inside the page isso is embedded on, not its API endpoint. Suggested by @adroste in <URL>
posativ_isso
train
9c0f291b272b1c639ea8566db8b7c9bf5302b690
diff --git a/test/PBS/test_pbs_queue.py b/test/PBS/test_pbs_queue.py index <HASH>..<HASH> 100644 --- a/test/PBS/test_pbs_queue.py +++ b/test/PBS/test_pbs_queue.py @@ -563,30 +563,6 @@ run: self.assertTrue(os.path.isfile('test_file1.txt')) @unittest.skipIf(not has_docker, "Docker container not usable") -...
Remove tests for local and remote section option #<I>
vatlab_SoS
train
b3fecadd20d0d02f56ac79a8068d6263d661b122
diff --git a/src/toil/batchSystems/mesos/batchSystem.py b/src/toil/batchSystems/mesos/batchSystem.py index <HASH>..<HASH> 100644 --- a/src/toil/batchSystems/mesos/batchSystem.py +++ b/src/toil/batchSystems/mesos/batchSystem.py @@ -351,7 +351,7 @@ class MesosBatchSystem(AbstractBatchSystem, mesos.interface.Scheduler): ...
Fix log message - resources were being logged incorrectly due to an incorrect unit conversion
DataBiosphere_toil
train
cb1a4034a3e0817316b4ddf023658e177fe3c864
diff --git a/app/models/effective/attribute.rb b/app/models/effective/attribute.rb index <HASH>..<HASH> 100644 --- a/app/models/effective/attribute.rb +++ b/app/models/effective/attribute.rb @@ -32,6 +32,7 @@ module Effective when :datetime ; :datetime when :decimal ; :decimal when :du...
effective_roles, and email fields
code-and-effect_effective_resources
train
f4caaf94996b03979a818357e1600dad53085bab
diff --git a/src/Phlexible/Bundle/FrontendMediaBundle/Controller/MediaController.php b/src/Phlexible/Bundle/FrontendMediaBundle/Controller/MediaController.php index <HASH>..<HASH> 100644 --- a/src/Phlexible/Bundle/FrontendMediaBundle/Controller/MediaController.php +++ b/src/Phlexible/Bundle/FrontendMediaBundle/Controll...
send <I> on file not found
phlexible_phlexible
train
ccd7cc4f83ea0f7e772e4cd0bb107874867b0acb
diff --git a/vstutils/static/js/guiElements.js b/vstutils/static/js/guiElements.js index <HASH>..<HASH> 100644 --- a/vstutils/static/js/guiElements.js +++ b/vstutils/static/js/guiElements.js @@ -618,12 +618,18 @@ guiElements.autocomplete = function() let list = []; + let url_vars = {} + ...
Small fix for autocomplete url_vars [ci skip]
vstconsulting_vstutils
train
55f6d5d3fe481fbe26f32dfd06041baa55a4ffd4
diff --git a/liquibase-cli/src/main/java/liquibase/integration/commandline/LiquibaseCommandLine.java b/liquibase-cli/src/main/java/liquibase/integration/commandline/LiquibaseCommandLine.java index <HASH>..<HASH> 100644 --- a/liquibase-cli/src/main/java/liquibase/integration/commandline/LiquibaseCommandLine.java +++ b/l...
Fix missing new line in help DAT-<I>
liquibase_liquibase
train
6e2f627b009f7e27e4110b72c0c08f7a0772bbcd
diff --git a/cli/lib/kontena/cli/common.rb b/cli/lib/kontena/cli/common.rb index <HASH>..<HASH> 100644 --- a/cli/lib/kontena/cli/common.rb +++ b/cli/lib/kontena/cli/common.rb @@ -270,7 +270,7 @@ module Kontena exit_with_error 'Command requires --force' unless $stdout.tty? && $stdin.tty? puts "Destruct...
Fix confirmation dialog in stack related commands (#<I>)
kontena_kontena
train
d3f23eadc4cc5da72c520f2306251e4c5f52458b
diff --git a/tests/transfer.py b/tests/transfer.py index <HASH>..<HASH> 100644 --- a/tests/transfer.py +++ b/tests/transfer.py @@ -129,9 +129,9 @@ class Transfer_: def accepts_local_and_remote_kwargs(self, sftp_objs): transfer, client = sftp_objs - transfer.put(remote="pat...
These args were in unintuitive order
fabric_fabric
train
ad9b97664fc932265db1cd87bb2fceda679f5ecf
diff --git a/addon/affinity-engine/configs/stage/scene.js b/addon/affinity-engine/configs/stage/scene.js index <HASH>..<HASH> 100644 --- a/addon/affinity-engine/configs/stage/scene.js +++ b/addon/affinity-engine/configs/stage/scene.js @@ -1,27 +1,29 @@ export default { priority: 2, - component: { - stage: { - ...
prevent default config conflicts with user config
affinity-engine_affinity-engine-stage
train
b4ae1a6ff870433dcafaa20353d7ac82ee3fe47f
diff --git a/src/main/java/org/inferred/freebuilder/processor/PropertyCodeGenerator.java b/src/main/java/org/inferred/freebuilder/processor/PropertyCodeGenerator.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/inferred/freebuilder/processor/PropertyCodeGenerator.java +++ b/src/main/java/org/inferred/freebuilde...
Define equals on PropertyCodeGenerator for tests Add a reflection-based implementation of hashCode, equals and toString to PropertyCodeGenerator for use in tests.
inferred_FreeBuilder
train
d71b0ef8d3a3730c2d83515a23fe38866f901a59
diff --git a/examples/index.js b/examples/index.js index <HASH>..<HASH> 100644 --- a/examples/index.js +++ b/examples/index.js @@ -85,18 +85,14 @@ var c = new b.$Constructor({ } }) - - console.log('OBJECTS','a:',a.$toString(),'\n\nb:',b.$toString(),'\n\nc:',c.$toString()) - // console.log('--check for enums.....
made setKey a little bit faster
vigour-io_vjs
train
67375413618784ee21c36bf1732eaaf24d672f23
diff --git a/sharding-core/sharding-core-common/src/test/java/org/apache/shardingsphere/core/strategy/keygen/SnowflakeShardingKeyGeneratorTest.java b/sharding-core/sharding-core-common/src/test/java/org/apache/shardingsphere/core/strategy/keygen/SnowflakeShardingKeyGeneratorTest.java index <HASH>..<HASH> 100644 --- a/s...
Update SnowflakeShardingKeyGeneratorTest.java The code in line "properties.setProperty("worker.id", String.valueOf(-Long.MAX_VALUE));" is modified to "properties.setProperty("worker.id", String.valueOf(Long.MIN_VALUE));"
apache_incubator-shardingsphere
train
5ca0d3bed7eaab9f6a5c725eb2d0baa51a0e9595
diff --git a/public/javascripts/typo.js b/public/javascripts/typo.js index <HASH>..<HASH> 100644 --- a/public/javascripts/typo.js +++ b/public/javascripts/typo.js @@ -9,7 +9,12 @@ function get_local_time_for_date(time) { user_date = new Date(); delta_minutes = Math.round((user_date - system_date) / (60 * 1000)); ...
Fixed the display of future time deltas (closes #<I>) [<EMAIL>] NOTE: I'm committing this for now, however a better approach might be to not display articles with a future timestamp at all in order to enable the blog author to effectively pre-post articles to appear at certain times. I'll create a separate ticket for t...
publify_publify
train
569d8fcf061717fabd9e65ce237d5b232d2e0dd4
diff --git a/lib/node_modules/@stdlib/math/base/random/minstd-shuffle/test/test.js b/lib/node_modules/@stdlib/math/base/random/minstd-shuffle/test/test.js index <HASH>..<HASH> 100644 --- a/lib/node_modules/@stdlib/math/base/random/minstd-shuffle/test/test.js +++ b/lib/node_modules/@stdlib/math/base/random/minstd-shuffl...
Add kstest to test that numbers are uniformly distributed
stdlib-js_stdlib
train
82cd13ca0cffa01a83e9133b3d21742c5c1b3b39
diff --git a/recipe/deploy/lock.php b/recipe/deploy/lock.php index <HASH>..<HASH> 100644 --- a/recipe/deploy/lock.php +++ b/recipe/deploy/lock.php @@ -23,8 +23,5 @@ task('deploy:lock', function () { desc('Unlock deploy'); task('deploy:unlock', function () { - try { - run("rm {{deploy_path}}/.dep/deploy.lo...
Use -f to avoid error when file is not exist Use -f to avoid error when file is not exist
deployphp_deployer
train
e936f94fc5dbf36035c1e26272b74b9fe54a5b61
diff --git a/lib/friendly_id.rb b/lib/friendly_id.rb index <HASH>..<HASH> 100644 --- a/lib/friendly_id.rb +++ b/lib/friendly_id.rb @@ -51,19 +51,6 @@ module FriendlyId autoload :Finders, "friendly_id/finders" autoload :SequentiallySlugged, "friendly_id/sequentially_slugged" - # Instances of these c...
Moved UNFRIENDLY_CLASSES from friendly_id to object_utils. We are using FriendlyId::UNFRIENDLY_CLASSES only to determine classed which are definitely "unfrienldy". It happens in module FrienldyId::Object utils. So, I think it's good idea to put constant somewhere close to only one place in the project where this const...
norman_friendly_id
train
b7a197968c3645fe6eeef0c0b82116946c0dbbc9
diff --git a/datasketch/experimental/aio/storage.py b/datasketch/experimental/aio/storage.py index <HASH>..<HASH> 100644 --- a/datasketch/experimental/aio/storage.py +++ b/datasketch/experimental/aio/storage.py @@ -150,6 +150,8 @@ if motor is not None and ReturnDocument is not None: self._batch_size = 1000...
Fixes #<I>; MinhashLSH creates mongo index key. (#<I>)
ekzhu_datasketch
train
53c735d6d9fa23bbbecda43b16d212c1ae28b9d2
diff --git a/components/popup/popup.js b/components/popup/popup.js index <HASH>..<HASH> 100644 --- a/components/popup/popup.js +++ b/components/popup/popup.js @@ -248,7 +248,7 @@ export default class Popup extends RingComponentWithShortcuts { }} > <div - data-test="ring...
RG-<I> Query assist popup always present in DOM with data-test='ring-popup' Former-commit-id: <I>b<I>b<I>fcb<I>c<I>e<I>a<I>
JetBrains_ring-ui
train
6bc0c7f79a224daec25e214df3efd1a448e30aa3
diff --git a/umi_tools/extract.py b/umi_tools/extract.py index <HASH>..<HASH> 100644 --- a/umi_tools/extract.py +++ b/umi_tools/extract.py @@ -246,9 +246,10 @@ class Extractor: read1_format = read1.guessFormat() assert self.encoding in read1_format, ( "specified quality encodi...
corrects quality checking so only UMI bases in bc-pattern are checked
CGATOxford_UMI-tools
train
f05f85fcfe9fd46f37f79d014f2544bc96bb16da
diff --git a/framework/yii/db/Connection.php b/framework/yii/db/Connection.php index <HASH>..<HASH> 100644 --- a/framework/yii/db/Connection.php +++ b/framework/yii/db/Connection.php @@ -251,16 +251,7 @@ class Connection extends Component */ private $_schema; - /** - * Closes the connection when this component ...
Removed Connection::__sleep.
yiisoft_yii2-bootstrap4
train
ece66e1d4ad15616235d51fa1de8426eb61c5edd
diff --git a/spring-boot-test/src/main/java/org/springframework/boot/test/json/JsonContentAssert.java b/spring-boot-test/src/main/java/org/springframework/boot/test/json/JsonContentAssert.java index <HASH>..<HASH> 100644 --- a/spring-boot-test/src/main/java/org/springframework/boot/test/json/JsonContentAssert.java +++ ...
Polish javadoc in JsonContentAssert See gh-<I>
spring-projects_spring-boot
train
f6e63a458970e0b67daa7bc570770cbf8d8f0fd3
diff --git a/src/system/modules/metamodelsfilter_checkbox/MetaModelFilterSettingCheckbox.php b/src/system/modules/metamodelsfilter_checkbox/MetaModelFilterSettingCheckbox.php index <HASH>..<HASH> 100644 --- a/src/system/modules/metamodelsfilter_checkbox/MetaModelFilterSettingCheckbox.php +++ b/src/system/modules/metamo...
Add a container for fe filter options.
MetaModels_filter_checkbox
train
583800ee3836a22e1f18af405a0c9511b4d7d385
diff --git a/go/cmd/vtcombo/tablet_map.go b/go/cmd/vtcombo/tablet_map.go index <HASH>..<HASH> 100644 --- a/go/cmd/vtcombo/tablet_map.go +++ b/go/cmd/vtcombo/tablet_map.go @@ -165,7 +165,9 @@ type internalTabletConn struct { } // Execute is part of tabletconn.TabletConn +// We need to copy the bind variables as tabl...
Now vtcombo fake vtgate -> vttablet connection copies the bind variables, as tabletserver will change them, and that messes up vtgate.
vitessio_vitess
train
8a7caab14bd331bb3f6e4b93bc649c5b4b534f95
diff --git a/packages/ui-tabs/src/Tabs/Tab/styles.js b/packages/ui-tabs/src/Tabs/Tab/styles.js index <HASH>..<HASH> 100644 --- a/packages/ui-tabs/src/Tabs/Tab/styles.js +++ b/packages/ui-tabs/src/Tabs/Tab/styles.js @@ -32,9 +32,6 @@ const selectedTab = keyframes` transform: translate3d(0, 0, 0) scaleX(1); }` ...
refactor(ui-tabs): make selected tab always visible Closes: INSTUI-<I>
instructure_instructure-ui
train
a8a64f3712e1d51c9f316548ce020d3e050b28c9
diff --git a/tests/frontend/org/voltdb/MockVoltDB.java b/tests/frontend/org/voltdb/MockVoltDB.java index <HASH>..<HASH> 100644 --- a/tests/frontend/org/voltdb/MockVoltDB.java +++ b/tests/frontend/org/voltdb/MockVoltDB.java @@ -77,6 +77,7 @@ public class MockVoltDB implements VoltDBInterface private SiteTracker m_s...
ENG-<I> DR blocked for elastic test.
VoltDB_voltdb
train
efb102b1765dae40f350d20ed1025386f1e25c9f
diff --git a/mailparser/mailparser.py b/mailparser/mailparser.py index <HASH>..<HASH> 100644 --- a/mailparser/mailparser.py +++ b/mailparser/mailparser.py @@ -237,6 +237,7 @@ class MailParser(object): self._attachments = [] self._text_plain = [] + self._text_html = [] self._defects =...
Add text_html property (#<I>)
SpamScope_mail-parser
train
8117106b26d260a1e7a214ae99a4002344303006
diff --git a/server/databases.go b/server/databases.go index <HASH>..<HASH> 100644 --- a/server/databases.go +++ b/server/databases.go @@ -10,8 +10,8 @@ import ( ) type dbLinks struct { - Self string `json:"self"` // Self link mapping to this resource - RPs string `json:"rps"` // URL for retention policies for th...
Update databases/retention policy link responses
influxdata_influxdb
train
0348ef32b00caab82588eef656ed01fbcf788350
diff --git a/upload/catalog/controller/extension/payment/pp_braintree.php b/upload/catalog/controller/extension/payment/pp_braintree.php index <HASH>..<HASH> 100644 --- a/upload/catalog/controller/extension/payment/pp_braintree.php +++ b/upload/catalog/controller/extension/payment/pp_braintree.php @@ -897,7 +897,7 @@ c...
Fix Braintree image resize bug - due to new format of config options
opencart_opencart
train
2bf01a66115bfce1f43befb8f087c2a0243c048e
diff --git a/src/Illuminate/View/Compilers/Concerns/CompilesConditionals.php b/src/Illuminate/View/Compilers/Concerns/CompilesConditionals.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/View/Compilers/Concerns/CompilesConditionals.php +++ b/src/Illuminate/View/Compilers/Concerns/CompilesConditionals.php @@ -5,7 +...
corrections as per the styleCI check
laravel_framework
train
c15889b6b679706f068bd975a4e5c1deeefeb6ff
diff --git a/src/accounts/search_indexes.py b/src/accounts/search_indexes.py index <HASH>..<HASH> 100644 --- a/src/accounts/search_indexes.py +++ b/src/accounts/search_indexes.py @@ -32,7 +32,6 @@ class UserIndex(indexes.SearchIndex, indexes.Indexable): def prepare_description(self, obj): return u'{}\n{}\...
Removing unnecessary fields from accounts search indexes
colab_colab
train
8c98570041759dfa76a46c1b32bc4e882c2fa22a
diff --git a/lib/pragmatic_segmenter/languages/arabic.rb b/lib/pragmatic_segmenter/languages/arabic.rb index <HASH>..<HASH> 100644 --- a/lib/pragmatic_segmenter/languages/arabic.rb +++ b/lib/pragmatic_segmenter/languages/arabic.rb @@ -18,11 +18,6 @@ module PragmaticSegmenter # Rubular: http://rubular.com/r/kPRgA...
Remove Process classes from langs * Arabic * Persian
diasks2_pragmatic_segmenter
train
de3916fe2a7115ecb5f152c84819cc17274d7a45
diff --git a/docs/developer/.scripts/33_render_status.py b/docs/developer/.scripts/33_render_status.py index <HASH>..<HASH> 100644 --- a/docs/developer/.scripts/33_render_status.py +++ b/docs/developer/.scripts/33_render_status.py @@ -323,7 +323,8 @@ def render_recommended_monitors_progress(): def render_manifest_...
Sort integrations when rendering (#<I>) * Sort integrations when rendering * Update docs/developer/.scripts/<I>_render_status.py
DataDog_integrations-core
train
20ba844667b2b7e7916953f1407670faf0160f5c
diff --git a/tensorflow_probability/python/bijectors/real_nvp_test.py b/tensorflow_probability/python/bijectors/real_nvp_test.py index <HASH>..<HASH> 100644 --- a/tensorflow_probability/python/bijectors/real_nvp_test.py +++ b/tensorflow_probability/python/bijectors/real_nvp_test.py @@ -105,37 +105,36 @@ class RealNVPTe...
Use new test evaluate pattern in conditional real nvp tests
tensorflow_probability
train
321903d06e196704bce5b190648ce3aebb0e89de
diff --git a/django-openstack/django_openstack/syspanel/views/flavors.py b/django-openstack/django_openstack/syspanel/views/flavors.py index <HASH>..<HASH> 100644 --- a/django-openstack/django_openstack/syspanel/views/flavors.py +++ b/django-openstack/django_openstack/syspanel/views/flavors.py @@ -42,7 +42,7 @@ class D...
don't purge flavor by default!!!
openstack_horizon
train
cbc72cb888f52d138def0319b49287f53f8a4dda
diff --git a/lib/down.rb b/lib/down.rb index <HASH>..<HASH> 100644 --- a/lib/down.rb +++ b/lib/down.rb @@ -127,12 +127,12 @@ module Down end request_headers = options.select { |key, value| key.is_a?(String) } + get = Net::HTTP::Get.new(uri.request_uri, request_headers) + get.basic_auth(uri.user, uri.p...
Move creating request object outside of the Fiber
janko_down
train
a01226326f31b7b1f336ef643079ad30614899db
diff --git a/classic.py b/classic.py index <HASH>..<HASH> 100644 --- a/classic.py +++ b/classic.py @@ -176,6 +176,11 @@ class ClassicCollection(Collection): for tmp in self.db.list_users(): self.users[tmp[0]] = ClassicUser(self, *tmp) self.on_keys_changed() + with self.lock: + if len(self.media) > 0: + ...
classic: properly stop and add got_media_event
bwesterb_mirte
train
a7275f43101dcb4f42c2ad9643fc151af3de3bf4
diff --git a/lib/zk/client/threaded.rb b/lib/zk/client/threaded.rb index <HASH>..<HASH> 100644 --- a/lib/zk/client/threaded.rb +++ b/lib/zk/client/threaded.rb @@ -15,23 +15,11 @@ module ZK # unconfigurable, event dispatch thread. In 1.0 the number of event # delivery threads is configurable, but still default...
document the two :thread options {:per_callback,:single}
zk-ruby_zk
train
fe774666e26bff49350a7e8cbd0def29a622cf7a
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "proxyquire": "^2.1.0", "simple-get": "^4.0.0", "snazzy": "^9.0.0", - "standard": "^16.0.2", + "standard": "^17.0.0", "tap": "^16.0.0", "tsd": "^0.20.0", "type...
build(deps-dev): bump standard from <I> to <I> (#<I>)
fastify_fastify-static
train
5acc87cfd360820f161f1d3803fda269e9c05399
diff --git a/openxc/sources/base.py b/openxc/sources/base.py index <HASH>..<HASH> 100644 --- a/openxc/sources/base.py +++ b/openxc/sources/base.py @@ -4,7 +4,7 @@ from openxc.formats.json import JsonFormatter class DataSource(object): - def __init__(self, callback): + def __init__(self, callback=None): ...
Allow a data source to have no callback.
openxc_openxc-python
train
66de3998646334b81e59ce68a3e8eacc3280c349
diff --git a/lib/args.js b/lib/args.js index <HASH>..<HASH> 100644 --- a/lib/args.js +++ b/lib/args.js @@ -32,17 +32,18 @@ function version() { } var map = { - help : help, - version : version, - watch : bool, - cover : bool, - node : bool, - wd : bool, - reporter : string, - ui :...
Add support for custom phantomjs install path with --phantomjs
mantoni_mochify.js
train
b9e8bb59707d3d0f0cc3847c52e0f4aa29b84c22
diff --git a/parsl/dataflow/dflow.py b/parsl/dataflow/dflow.py index <HASH>..<HASH> 100644 --- a/parsl/dataflow/dflow.py +++ b/parsl/dataflow/dflow.py @@ -81,6 +81,8 @@ class DataFlowKernel(object): logger.info("Parsl version: {}".format(get_version())) logger.info("Libsubmit version: {}".format(libsu...
Use a lock to serialise checkpointing. Prior to this, parsl/tests/test_checkpointing/test_regression_<I>.py was failing on benc's laptop fairly regularly - within <I> iterations of while pytest parsl/tests/test_checkpointing/test_regression_<I>.py; do echo TICK ; done
Parsl_parsl
train
f7769a6a1170885327b838bda854a135eb10297c
diff --git a/scripts/generate_address_data.php b/scripts/generate_address_data.php index <HASH>..<HASH> 100644 --- a/scripts/generate_address_data.php +++ b/scripts/generate_address_data.php @@ -114,14 +114,14 @@ function file_put_json($filename, $data) */ function file_put_php($filename, $data) { - $data = var_...
Improve address format generation, to skip a syntax error in address_formats.php.
commerceguys_addressing
train
7039cc47dcb84ceec34f76ede47e397b89cff07f
diff --git a/voice.go b/voice.go index <HASH>..<HASH> 100644 --- a/voice.go +++ b/voice.go @@ -320,7 +320,7 @@ func (v *VoiceConnection) wsListen(wsConn *websocket.Conn, close <-chan struct{} v.RUnlock() if sameConnection { - v.log(LogError, "voice endpoint %s websocket closed unexpectantly,i %s", v.endpoi...
Reconnect to voice gateway instead of..
bwmarrin_discordgo
train
c594d1fb55a50f4dc39a7a3c2b6a6d8d87f072d7
diff --git a/selendroid-standalone/src/main/java/io/selendroid/android/impl/DefaultAndroidEmulator.java b/selendroid-standalone/src/main/java/io/selendroid/android/impl/DefaultAndroidEmulator.java index <HASH>..<HASH> 100644 --- a/selendroid-standalone/src/main/java/io/selendroid/android/impl/DefaultAndroidEmulator.jav...
fix for input keyevent 4 and checking if home screen is launched.
selendroid_selendroid
train
f2c34379100c02a8ab944a7174113ac07b6ecb5e
diff --git a/lib/sensu/cli.rb b/lib/sensu/cli.rb index <HASH>..<HASH> 100644 --- a/lib/sensu/cli.rb +++ b/lib/sensu/cli.rb @@ -13,16 +13,16 @@ module Sensu puts VERSION exit end - opts.on('-c', '--config FILE', 'Sensu JSON config FILE. Default is /etc/sensu/config.json') do |file| ...
[refactoring] adjusted logstream and cli
sensu_sensu
train
73a7a656131a230ded55992219d55da097cc7fe7
diff --git a/src/Ssess.php b/src/Ssess.php index <HASH>..<HASH> 100644 --- a/src/Ssess.php +++ b/src/Ssess.php @@ -6,12 +6,9 @@ class Ssess implements \SessionHandlerInterface { private $savePath; private $cipher = 'aes128'; - private $initializationVectorLength; public function open($save_path, $n...
Decode encrypted data in read and stop generating a random iv
phpsess_session-handler
train
ac358659c4ecc54551cede5c6316bc3cefd251ac
diff --git a/wpull/http/stream.py b/wpull/http/stream.py index <HASH>..<HASH> 100644 --- a/wpull/http/stream.py +++ b/wpull/http/stream.py @@ -1,5 +1,6 @@ # encoding=utf8 '''HTML protocol streamers.''' +import functools import gettext import http.client import itertools @@ -30,6 +31,16 @@ DEFAULT_NO_CONTENT_CODES ...
http.stream: Close the connection on errors to avoid bad state by reuse.
ArchiveTeam_wpull
train
fb57e21fe26c39749d4594c1208fca0dd66b47b3
diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java b/flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java index <HASH>..<HASH> 100644 --- a/flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java +++ b/flink-runtime/src/main/java/org...
[hotfix] [flip6] Harden JobMaster#triggerSavepoint Check first whether the CheckpointCoordinator has been set before triggering a savepoint. If it has not been set, then return a failure message.
apache_flink
train
54060402050a0649b91efa9ad9f27b43578eedc8
diff --git a/lib/resque/data_store.rb b/lib/resque/data_store.rb index <HASH>..<HASH> 100644 --- a/lib/resque/data_store.rb +++ b/lib/resque/data_store.rb @@ -44,6 +44,7 @@ module Resque :heartbeat!, :remove_heartbeat, :all_hea...
Prevent thundering herd when pruning dead workers
resque_resque
train
1a9f27c0f55fac83d3c004c17d81e5617734b38b
diff --git a/test/spec/EditorOptionHandlers-test.js b/test/spec/EditorOptionHandlers-test.js index <HASH>..<HASH> 100644 --- a/test/spec/EditorOptionHandlers-test.js +++ b/test/spec/EditorOptionHandlers-test.js @@ -206,7 +206,7 @@ define(function (require, exports, module) { runs(func...
- change the tests to set the correct editor size
adobe_brackets
train
2767e9b88d2c28cb1cbfd6fe39cc832696e996cf
diff --git a/lib/mobility/plugins/active_record/query.rb b/lib/mobility/plugins/active_record/query.rb index <HASH>..<HASH> 100644 --- a/lib/mobility/plugins/active_record/query.rb +++ b/lib/mobility/plugins/active_record/query.rb @@ -223,10 +223,13 @@ enabled for any one attribute on the model. keys...
Avoid querying same attribute more than once Fixes #<I>
shioyama_mobility
train
f7f89bc6384bc674b7fb3b0a9fdb7694b3b830be
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,8 +56,8 @@ master_doc = 'index' # General information about the project. project = 'Neo4j Python Driver' -copyright = '2002-2020, Neo Technology' -author = 'Neo Technology' +...
changed author Neo Technology to Neo4j (#<I>)
neo4j_neo4j-python-driver
train
f81ae3ab5aedc5afacf82410417d52e29ac27255
diff --git a/gui/test_is_dock.py b/gui/test_is_dock.py index <HASH>..<HASH> 100644 --- a/gui/test_is_dock.py +++ b/gui/test_is_dock.py @@ -78,6 +78,24 @@ def getUiState(ui): 'Run Button Enabled': myRunButton} +def formattedList(theList): + """Return a string representing a list of layers (in correct...
Added test condition that looks to see if layers have bubbled after changing hazard
inasafe_inasafe
train
df09a0eaa0a6451b5ca3f9d03e780d80da4c5bc9
diff --git a/src/scs_core/estate/package_version.py b/src/scs_core/estate/package_version.py index <HASH>..<HASH> 100644 --- a/src/scs_core/estate/package_version.py +++ b/src/scs_core/estate/package_version.py @@ -205,7 +205,7 @@ class PackageVersions(JSONable): @property def versions(self): - retur...
Fixed a bug in PackageVersion
south-coast-science_scs_core
train
3c916133ca59e1a0e3f7abbb5c0d214bd9249987
diff --git a/lib/wlang/compiler.rb b/lib/wlang/compiler.rb index <HASH>..<HASH> 100644 --- a/lib/wlang/compiler.rb +++ b/lib/wlang/compiler.rb @@ -6,7 +6,7 @@ module WLang end def braces - options[:braces] || [ "{", "}" ] + (dialect && dialect.braces) || options[:braces] end de...
Fix expected behavior of Dialect#dispatch on unknown rule
blambeau_wlang
train
2bbdfe4bf465bb1138c6f02dd328722444d763f0
diff --git a/config_resolver.py b/config_resolver.py index <HASH>..<HASH> 100644 --- a/config_resolver.py +++ b/config_resolver.py @@ -272,7 +272,7 @@ class Config(ConfigResolverBase): # default search path path = ['/etc/%s/%s' % (self.group_name, self.app_name), expanduser('~/.%s/%s'...
./group/app/app.ini changed to ./app.ini
exhuma_config_resolver
train
e4cc869df4adec22e32e1924d4723ed72f6400d8
diff --git a/templates/js/snippetActions.js b/templates/js/snippetActions.js index <HASH>..<HASH> 100644 --- a/templates/js/snippetActions.js +++ b/templates/js/snippetActions.js @@ -1,6 +1,13 @@ var snippetActions = (function ($, snippetService, iframesService, editorService, viewService) { var module = {}; + v...
Solved iframe issue with FireFox.
devbridge_Styleguide
train
6b1589d94b8946cde0efefecd8e8b5765ee41e74
diff --git a/tests/suites/casper/logging.js b/tests/suites/casper/logging.js index <HASH>..<HASH> 100644 --- a/tests/suites/casper/logging.js +++ b/tests/suites/casper/logging.js @@ -1,41 +1,48 @@ /*eslint strict:0*/ casper.test.begin('logging tests', 4, function(test) { + var oldLevel; casper.start('tests/...
for slimerjs: prevent step logs to enter logging
casperjs_casperjs
train
4e32df8ba372cc82b64c618920f5a4d899f3c4e8
diff --git a/clean-scripts.config.js b/clean-scripts.config.js index <HASH>..<HASH> 100644 --- a/clean-scripts.config.js +++ b/clean-scripts.config.js @@ -55,7 +55,8 @@ module.exports = { `cpy ./packages/core/node_modules/monaco-editor/min/vs/editor/editor.main.css ./packages/core/demo/vs/editor/`, `c...
fix: add missing js file used by demo
plantain-00_schema-based-json-editor
train
e05ba9032193534e7c0f4729c2a3f79d89964ed9
diff --git a/metric_tank/mdata/cluster.go b/metric_tank/mdata/cluster.go index <HASH>..<HASH> 100644 --- a/metric_tank/mdata/cluster.go +++ b/metric_tank/mdata/cluster.go @@ -27,18 +27,20 @@ var ( //PersistMessage format version const PersistMessageBatchV1 = 1 +// ClusterStatus has Exported fields but don't touch t...
fix: make cluster status json work again
grafana_metrictank
train
822df37f8cc4a4f13963ca7fb81e6dd8456b8b83
diff --git a/cypress/integration/rendering/flowchart.spec.js b/cypress/integration/rendering/flowchart.spec.js index <HASH>..<HASH> 100644 --- a/cypress/integration/rendering/flowchart.spec.js +++ b/cypress/integration/rendering/flowchart.spec.js @@ -575,4 +575,27 @@ it('24.2: Handle link click events (link, anchor, ma...
#<I> Possibility to style text color of nodes and subgraphs as well as apply classes to subgraphs
knsv_mermaid
train
802f00332526a4a9418b181a6b83ae960f2e4b09
diff --git a/lib/rake-version/manager.rb b/lib/rake-version/manager.rb index <HASH>..<HASH> 100644 --- a/lib/rake-version/manager.rb +++ b/lib/rake-version/manager.rb @@ -1,8 +1,6 @@ module RakeVersion - attr_accessor :root - class Manager def initialize diff --git a/spec/manager_spec.rb b/spec/manager_...
Completed manager spec (copying features).
AlphaHydrae_rake-version
train
623124d6dc9086418c2b09355e0e0022eac3012b
diff --git a/src/main/java/org/cp/elements/lang/Builder.java b/src/main/java/org/cp/elements/lang/Builder.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/cp/elements/lang/Builder.java +++ b/src/main/java/org/cp/elements/lang/Builder.java @@ -13,13 +13,14 @@ * See the License for the specific language governi...
Review and refactor the org.cp.elements.lang.Builder interface. Edit Javadoc. Format source code.
codeprimate-software_cp-elements
train
51a650979fe2a3ecb15fbd81141eff831cb39b7b
diff --git a/testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java b/testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java index <HASH>..<HASH> 100644 --- a/testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java +++ b/testsui...
Skip test on windows as the semantics we expect are only true on Linux / Unix / BSD / MacOS (#<I>) Motivation: In the test we assume some semantics on how RST is done that are not true for Windows so we should skip it. Modifications: Skip test when on windows. Result: Be able to run testsuite on windows...
netty_netty
train
6fee2dc0f08ee772dde9b486e9413e08620b7131
diff --git a/python_modules/dagster/dagster_tests/execution_tests/execution_plan_tests/test_external_step.py b/python_modules/dagster/dagster_tests/execution_tests/execution_plan_tests/test_external_step.py index <HASH>..<HASH> 100644 --- a/python_modules/dagster/dagster_tests/execution_tests/execution_plan_tests/test_...
step launcher fix up (#<I>)
dagster-io_dagster
train
777e4eed563e346fc687c9d383df3aed082fc39e
diff --git a/Concurrent_AP.py b/Concurrent_AP.py index <HASH>..<HASH> 100644 --- a/Concurrent_AP.py +++ b/Concurrent_AP.py @@ -179,7 +179,7 @@ def parse_options(): default = False, action = 'store_true', help = ("Specifies if a matrix of similarities " ...
Update Concurrent_AP.py
GGiecold_Concurrent_AP
train
a62115ec4ccfb0f1116eed3f428e688fca58663e
diff --git a/src/system/modules/metamodelsattribute_select/MetaModelAttributeSelect.php b/src/system/modules/metamodelsattribute_select/MetaModelAttributeSelect.php index <HASH>..<HASH> 100644 --- a/src/system/modules/metamodelsattribute_select/MetaModelAttributeSelect.php +++ b/src/system/modules/metamodelsattribute_s...
added base implementation of getFilterOptions().
MetaModels_attribute_select
train
f1faf7b0e241e7d2779f51f82b7adbe7bf4250f2
diff --git a/src/main/java/org/openqa/selenium/htmlunit/HtmlUnitDriver.java b/src/main/java/org/openqa/selenium/htmlunit/HtmlUnitDriver.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/openqa/selenium/htmlunit/HtmlUnitDriver.java +++ b/src/main/java/org/openqa/selenium/htmlunit/HtmlUnitDriver.java @@ -40,6 +40,...
fix HtmlUnit Issue #<I>
SeleniumHQ_htmlunit-driver
train
b6b373f67d97036162bfed46497ac4d97d61b5c9
diff --git a/lib/cequel/metal/new_relic_instrumentation.rb b/lib/cequel/metal/new_relic_instrumentation.rb index <HASH>..<HASH> 100644 --- a/lib/cequel/metal/new_relic_instrumentation.rb +++ b/lib/cequel/metal/new_relic_instrumentation.rb @@ -1,7 +1,7 @@ # -*- encoding : utf-8 -*- begin require 'new_relic/agent/da...
switch instrumentation from execute_with_consistency to execute_with_options
cequel_cequel
train
32764a1e7fb5cef15f6d4c4a62007c40f496bc93
diff --git a/build/wr.js b/build/wr.js index <HASH>..<HASH> 100644 --- a/build/wr.js +++ b/build/wr.js @@ -1 +1 @@ -!function(e){function t(){var e="div",t="post-body",a="parentNode",l="querySelectorAll",c="getElementsByClassName",d="getElementsByTagName",v,m,g,y;if(l in s)m=s[l]([e,t].join("."));else if(c in s)m=s[c](...
trying to understand IE8 ...
WebReflection_tinydown
train
d68d41ec0a7fecdff51fc52cd6965b122ace536e
diff --git a/sources/scalac/atree/ACode.java b/sources/scalac/atree/ACode.java index <HASH>..<HASH> 100644 --- a/sources/scalac/atree/ACode.java +++ b/sources/scalac/atree/ACode.java @@ -15,6 +15,11 @@ import scalac.symtab.Type; public class ACode { //############################################################...
- Added constant EMPTY_ARRAY
scala_scala
train
f5997aeae5c757886ddc1076cd634c78210a485f
diff --git a/lib/quickbooks/service/reports.rb b/lib/quickbooks/service/reports.rb index <HASH>..<HASH> 100644 --- a/lib/quickbooks/service/reports.rb +++ b/lib/quickbooks/service/reports.rb @@ -6,6 +6,7 @@ module Quickbooks if(options == {}) return "#{url_for_base}/reports/#{which_report}?date_macr...
default for 'options' in fetch_collection, and set reports_string to "" initially
ruckus_quickbooks-ruby
train
011cf2be5076dc4a335e0733401273bf141e121e
diff --git a/src/TemplateData.js b/src/TemplateData.js index <HASH>..<HASH> 100644 --- a/src/TemplateData.js +++ b/src/TemplateData.js @@ -206,9 +206,8 @@ TemplateData.prototype.getLocalDataPaths = function(templatePath) { if (!inputDir) { paths.push(dirPath); } else { - if ( - (d...
Don’t include a top level root directory json file. #<I>
11ty_eleventy
train
6b0b5d801634b227afad685db779348b828b6f6d
diff --git a/django_core/forms/mixins/users.py b/django_core/forms/mixins/users.py index <HASH>..<HASH> 100644 --- a/django_core/forms/mixins/users.py +++ b/django_core/forms/mixins/users.py @@ -1,3 +1,7 @@ +from __future__ import unicode_literals + +from django import forms + class UserFormMixin(object): """Fo...
added user authorization required form mixin.
InfoAgeTech_django-core
train
eeefd94da98371b9ae17cb2f0b755bb901fb4953
diff --git a/lib/ruby_odata/service.rb b/lib/ruby_odata/service.rb index <HASH>..<HASH> 100644 --- a/lib/ruby_odata/service.rb +++ b/lib/ruby_odata/service.rb @@ -705,12 +705,12 @@ class Service end def parse_value(content, property_type = nil, property_null = nil) - # Handle a nil property type, this is a s...
Fix parsing of null strings. These got parsed as empty strings
visoft_ruby_odata
train
2a35543b4a8348cd115f4b2f138731e5f3c4a080
diff --git a/lib/active_merchant/billing/gateway.rb b/lib/active_merchant/billing/gateway.rb index <HASH>..<HASH> 100644 --- a/lib/active_merchant/billing/gateway.rb +++ b/lib/active_merchant/billing/gateway.rb @@ -58,6 +58,7 @@ module ActiveMerchant #:nodoc: DEBIT_CARDS = [ :switch, :solo ] CURRENCIES_...
Make a non_fractional_currency? accessor public
activemerchant_active_merchant
train
cdaf6e8b042da9ac8756b017460cfe6af61c0eaa
diff --git a/src/fi/tkk/ics/hadoop/bam/cli/Utils.java b/src/fi/tkk/ics/hadoop/bam/cli/Utils.java index <HASH>..<HASH> 100644 --- a/src/fi/tkk/ics/hadoop/bam/cli/Utils.java +++ b/src/fi/tkk/ics/hadoop/bam/cli/Utils.java @@ -95,8 +95,8 @@ public final class Utils { out.print('\n'); } - private static String argv0 ...
Silence [rawtypes] warnings in non-custom code
HadoopGenomics_Hadoop-BAM
train
3f71497d53d6149158a3199a02ac23f337c35367
diff --git a/lib/codesake/dawn/kb/basic_check.rb b/lib/codesake/dawn/kb/basic_check.rb index <HASH>..<HASH> 100644 --- a/lib/codesake/dawn/kb/basic_check.rb +++ b/lib/codesake/dawn/kb/basic_check.rb @@ -196,6 +196,9 @@ module Codesake def rubysec_advisories_link "http://www.rubysec.com/advisories/#{...
Added an helper to build link to OSVDB web site
thesp0nge_dawnscanner
train
bba23795c960385f6ea0412c2e229ca5f5e17bf1
diff --git a/src/cobra/test/test_util/test_solver.py b/src/cobra/test/test_util/test_solver.py index <HASH>..<HASH> 100644 --- a/src/cobra/test/test_util/test_solver.py +++ b/src/cobra/test/test_util/test_solver.py @@ -18,25 +18,25 @@ optlang_solvers = [f"optlang-{s}" for s in stable_optlang if s in su.solvers] de...
refactor: update docstrings
opencobra_cobrapy
train
a14da799cc232a9477315f7284e826b80eebe5e1
diff --git a/src/js/cms/TabsScroller.js b/src/js/cms/TabsScroller.js index <HASH>..<HASH> 100644 --- a/src/js/cms/TabsScroller.js +++ b/src/js/cms/TabsScroller.js @@ -33,7 +33,7 @@ define(['jquery', 'amplify'], function($, amplify) { } else { offset = offset * -1; - that.$scroller.animate...
improve scrolling for active tab beeing the last
webforge-labs_cms
train
f9ecdff04493383ede86550624d30d5a21fcb04a
diff --git a/public/js/editors/panel.js b/public/js/editors/panel.js index <HASH>..<HASH> 100644 --- a/public/js/editors/panel.js +++ b/public/js/editors/panel.js @@ -1,7 +1,8 @@ /*globals $, CodeMirror, jsbin, jshintEnabled, RSVP */ var $document = $(document), - $source = $('#source'); + $source = $('#sourc...
Fixed switching back to resizable The issue was that there's no splitter on the HTML panel, so it was skipping some key code.
jsbin_jsbin
train
7227386b8b11aa025e00d62d6b124cbc16d6519d
diff --git a/core/commands/dns.go b/core/commands/dns.go index <HASH>..<HASH> 100644 --- a/core/commands/dns.go +++ b/core/commands/dns.go @@ -26,7 +26,7 @@ This command resolves those links to the referenced object. For example, with this DNS TXT record: - ipfs.io. TXT "dnslink=/ipfs/QmRzTuh2Lpuz7Gr39stNr6mTFdqA...
Remove period from dns text examples It is not useful. See <URL>
ipfs_go-ipfs
train
310eec062a00c2d9be5f813ab34a2aa0dde0eff0
diff --git a/openquake/output/risk.py b/openquake/output/risk.py index <HASH>..<HASH> 100644 --- a/openquake/output/risk.py +++ b/openquake/output/risk.py @@ -257,8 +257,6 @@ class BCRMapXMLWriter(BaseMapXMLWriter): The following metadata is added to the map container: Interest rate, Asset life expectancy. ...
risk: removed "TODO: unittest" comments from the code that is tested Former-commit-id: 6fa<I>f1d5a<I>a<I>e<I>cc<I>c<I>af4dea
gem_oq-engine
train