hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
d3707e1e4cd9333316fd46dc24433f795168c9a2
diff --git a/tag/feature.py b/tag/feature.py index <HASH>..<HASH> 100644 --- a/tag/feature.py +++ b/tag/feature.py @@ -52,12 +52,28 @@ class Feature(object): """ def __init__(self, data): - fields = data.split('\t') - assert len(fields) == 9 + # Core values + self._seqid = None +...
Working to integrate pseudo features to support top-level multi-features
standage_tag
train
5910d4e788e6c12061e803755c8405535ca95c77
diff --git a/packages/react/mixin.core.js b/packages/react/mixin.core.js index <HASH>..<HASH> 100644 --- a/packages/react/mixin.core.js +++ b/packages/react/mixin.core.js @@ -3,13 +3,9 @@ const { Mixin } = require('@untool/core'); module.exports = class ReactMixin extends Mixin { - configureBuild(webpackConfig, lo...
refactor(react): improve legibility
untool_untool
train
9f597b072ac862431fc9e04b940cdf27e0df116e
diff --git a/ib_insync/ib.py b/ib_insync/ib.py index <HASH>..<HASH> 100644 --- a/ib_insync/ib.py +++ b/ib_insync/ib.py @@ -1173,6 +1173,7 @@ class IB: 293 ``tradeCount`` 294 ``tradeRate`` 295 ``volumeRate`` + 375 ``RTTradeVolume`` ...
Implements RTTradeVolume (volume "similar to number also used in charts/historical data") and Trick field type #<I>.
erdewit_ib_insync
train
cab7b46d027d525f37ff64712141413bd1a87d7d
diff --git a/process-controller/src/main/java/org/jboss/as/process/ProcessControllerClient.java b/process-controller/src/main/java/org/jboss/as/process/ProcessControllerClient.java index <HASH>..<HASH> 100644 --- a/process-controller/src/main/java/org/jboss/as/process/ProcessControllerClient.java +++ b/process-controll...
Fix wrong unmarshalling order of process inventory data. was: e<I>a6d<I>deb2d<I>dfb<I>ef<I>a<I>bbc7
wildfly_wildfly-core
train
6c70ca06bcc957be45b209c178b731a2403c074d
diff --git a/lib/node_modules/@stdlib/assert/is-typed-array/test/test.js b/lib/node_modules/@stdlib/assert/is-typed-array/test/test.js index <HASH>..<HASH> 100644 --- a/lib/node_modules/@stdlib/assert/is-typed-array/test/test.js +++ b/lib/node_modules/@stdlib/assert/is-typed-array/test/test.js @@ -62,13 +62,17 @@ tape(...
Provide a context to support older Node environments
stdlib-js_stdlib
train
6b5b652f39820b21167fe66ce26587438fa2e02f
diff --git a/tsdb/mapper.go b/tsdb/mapper.go index <HASH>..<HASH> 100644 --- a/tsdb/mapper.go +++ b/tsdb/mapper.go @@ -36,7 +36,7 @@ func (mo *mapperOutput) key() string { return formMeasurementTagSetKey(mo.Name, mo.Tags) } -// LocalMapper is for retrieving data, for an aggregate query, from a given shard. +// Loc...
Correct explanatory comments for LocalMapper
influxdata_influxdb
train
d570fb1a442f27e08f5a378f6df8cee19f449acf
diff --git a/lib/github_heroku_deployer/git.rb b/lib/github_heroku_deployer/git.rb index <HASH>..<HASH> 100644 --- a/lib/github_heroku_deployer/git.rb +++ b/lib/github_heroku_deployer/git.rb @@ -18,7 +18,7 @@ module GithubHerokuDeployer repo.add_remote(remote, @heroku_repo) yield(repo) if block_given? ...
add checkout back to support non-master branch
G5_github_heroku_deployer
train
d9215e49006bcf78ba1d56d6899e8d4bf9cf64f0
diff --git a/bin/php/updatesearchindexsolr.php b/bin/php/updatesearchindexsolr.php index <HASH>..<HASH> 100755 --- a/bin/php/updatesearchindexsolr.php +++ b/bin/php/updatesearchindexsolr.php @@ -606,10 +606,8 @@ class ezfUpdateSearchIndexSolr protected function changeSiteAccessSetting( $siteaccess ) { ...
No need for those temp vars
ezsystems_ezfind
train
3c6b4af38f02b547e33172aa0c5f5b9dea748aab
diff --git a/Godeps/_workspace/src/k8s.io/kubernetes/pkg/kubectl/resource/selector.go b/Godeps/_workspace/src/k8s.io/kubernetes/pkg/kubectl/resource/selector.go index <HASH>..<HASH> 100644 --- a/Godeps/_workspace/src/k8s.io/kubernetes/pkg/kubectl/resource/selector.go +++ b/Godeps/_workspace/src/k8s.io/kubernetes/pkg/ku...
UPSTREAM:<I>: don't swallow bad request errors
openshift_origin
train
8176da8025c3faa7d0b2ad2b7991a4717c58070b
diff --git a/lib/formtastic/inputs/base/collections.rb b/lib/formtastic/inputs/base/collections.rb index <HASH>..<HASH> 100644 --- a/lib/formtastic/inputs/base/collections.rb +++ b/lib/formtastic/inputs/base/collections.rb @@ -48,8 +48,14 @@ module Formtastic def collection_from_options items = op...
Fix Range as collection on rails <I>
justinfrench_formtastic
train
7c6f150395253f91726a9b1880ce696c6242dd6d
diff --git a/MonthPicker.js b/MonthPicker.js index <HASH>..<HASH> 100644 --- a/MonthPicker.js +++ b/MonthPicker.js @@ -151,7 +151,7 @@ http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt. this._monthPickerMenu = null; } - if (this.monthPickerButton) { + if (this._...
Fixed a bug that prevented the button from being removed when Destroy was called
KidSysco_jquery-ui-month-picker
train
8fca51ff82ab5bb6cdfe3dbf6f6faa6ce9090b4b
diff --git a/src/main/java/net/masterthought/cucumber/ReportBuilder.java b/src/main/java/net/masterthought/cucumber/ReportBuilder.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/masterthought/cucumber/ReportBuilder.java +++ b/src/main/java/net/masterthought/cucumber/ReportBuilder.java @@ -28,7 +28,7 @@ public ...
bumped version and print out error to stout
damianszczepanik_cucumber-reporting
train
e6f00c1900e727732181313ba244da85919803cc
diff --git a/lib/plugins/awsDeploy/lib/deployFunctions.js b/lib/plugins/awsDeploy/lib/deployFunctions.js index <HASH>..<HASH> 100644 --- a/lib/plugins/awsDeploy/lib/deployFunctions.js +++ b/lib/plugins/awsDeploy/lib/deployFunctions.js @@ -41,7 +41,7 @@ module.exports = { const splittedHandler = func.handler.spli...
Remove "." in uniqueString / extend zipFilePath test to check for a .zip file
serverless_serverless
train
06b098a6de087e56c4e3d544a0b1e4303093a0cb
diff --git a/lib/ruby-asterisk.rb b/lib/ruby-asterisk.rb index <HASH>..<HASH> 100644 --- a/lib/ruby-asterisk.rb +++ b/lib/ruby-asterisk.rb @@ -64,7 +64,7 @@ module RubyAsterisk request.commands.each do |command| @session.write(command) end - @session.waitfor("String" => "ActionID: "+request....
fixed parsing of data when multiple semicolons on a single line
emilianodellacasa_ruby-asterisk
train
da6b0b4a8d601facb3fe0052a07a4b777c6e3e6c
diff --git a/dev/hsLibs/mithril/hsLayout/Gruntfile.js b/dev/hsLibs/mithril/hsLayout/Gruntfile.js index <HASH>..<HASH> 100755 --- a/dev/hsLibs/mithril/hsLayout/Gruntfile.js +++ b/dev/hsLibs/mithril/hsLayout/Gruntfile.js @@ -15,7 +15,7 @@ module.exports = function(grunt) { clean: { src: ['dist/js'], ...
added webpack to karma testing
HelpfulScripts_hsUtil
train
410fa98a234836d85170132bbfb9410f4364261c
diff --git a/grails-bootstrap/src/main/groovy/grails/util/Environment.java b/grails-bootstrap/src/main/groovy/grails/util/Environment.java index <HASH>..<HASH> 100644 --- a/grails-bootstrap/src/main/groovy/grails/util/Environment.java +++ b/grails-bootstrap/src/main/groovy/grails/util/Environment.java @@ -719,12 +719,8...
remove java 8 warning for spring loaded (#<I>)
grails_grails-core
train
bed82665e15d983d779226341e998f573b54b79d
diff --git a/lib/serf/util/with_error_handling.rb b/lib/serf/util/with_error_handling.rb index <HASH>..<HASH> 100644 --- a/lib/serf/util/with_error_handling.rb +++ b/lib/serf/util/with_error_handling.rb @@ -37,7 +37,15 @@ module Util # log the error to our logger, and to our error channel. logger.error ...
Wrap publishing to error channel in rescue block. Details: * Unlikely, but our error channel implementation may raise an error. This would then raise more errors to a caller that was expecting with_error_handling to catch. * We omit wrapping the logger calls because if that raises errors, then we have way more f...
byu_serf
train
322aa2605cd2a8a08db6fcd07193d09c8eb4513b
diff --git a/bundles/org.eclipse.orion.client.git/web/orion/git/git-status-table.js b/bundles/org.eclipse.orion.client.git/web/orion/git/git-status-table.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.git/web/orion/git/git-status-table.js +++ b/bundles/org.eclipse.orion.client.git/web/orion/git/g...
use clone's HeadLocation to commit all
eclipse_orion.client
train
7dbbab0476b35b74f600f62b6751212ed3afe574
diff --git a/staging/src/k8s.io/apiserver/pkg/server/options/deprecated_insecure_serving.go b/staging/src/k8s.io/apiserver/pkg/server/options/deprecated_insecure_serving.go index <HASH>..<HASH> 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/options/deprecated_insecure_serving.go +++ b/staging/src/k8s.io/apiserver...
Add code comments to guard inadvertent removal of insecure-bind-address Though the flags are deprecated, the deprecation process revealed that the flag is important for health checks in more secure environments. Add a link to #<I> to help developers understand why the flags have not yet been removed. Issue #<I> Issue...
kubernetes_kubernetes
train
8a11b4836d7ee636fb0bf40ea114a010f9ed79b9
diff --git a/library/CM/InputStream/Readline.php b/library/CM/InputStream/Readline.php index <HASH>..<HASH> 100644 --- a/library/CM/InputStream/Readline.php +++ b/library/CM/InputStream/Readline.php @@ -3,6 +3,9 @@ class CM_InputStream_Readline extends CM_InputStream_Abstract { public function __construct() { + i...
Throw exception if readline extension is not loaded
cargomedia_cm
train
a6c898f8d12bf60f1298784981060f238b5e0178
diff --git a/telethon_tests/crypto_test.py b/telethon_tests/crypto_test.py index <HASH>..<HASH> 100644 --- a/telethon_tests/crypto_test.py +++ b/telethon_tests/crypto_test.py @@ -107,17 +107,17 @@ class CryptoTests(unittest.TestCase): @staticmethod def test_generate_key_data_from_nonce(): - server_no...
Update test for key generation via nonces (#<I>) Closes #<I>
LonamiWebs_Telethon
train
31332acd2be9dabdeb9d83174818cf0eec7a5f8c
diff --git a/lib/requester/request-wrapper.js b/lib/requester/request-wrapper.js index <HASH>..<HASH> 100644 --- a/lib/requester/request-wrapper.js +++ b/lib/requester/request-wrapper.js @@ -82,7 +82,7 @@ var _ = require('lodash'), if ((proxyConfig = _.get(request, 'proxy'))) { // todo - remove th...
Pass the request.url to get the proxyUrl and and test cases to verify this using spies Earlier we were relying on existance of the proxyConfig object in the request alone. But since the generation of proxyUrl depends on the passed target URL so this was not being tested
postmanlabs_postman-runtime
train
3a4e6d9d91db9ce0659db00c4cb3ac9913ec1167
diff --git a/salt/modules/win_pki.py b/salt/modules/win_pki.py index <HASH>..<HASH> 100644 --- a/salt/modules/win_pki.py +++ b/salt/modules/win_pki.py @@ -167,6 +167,8 @@ def get_cert_file(name, cert_format=_DEFAULT_FORMAT): :param str name: The filesystem path of the certificate file. :param str cert_format:...
Update win_pki.py Add password support for get_cert_file
saltstack_salt
train
541016b7ee50e1a46d531aecb73b90c835f58437
diff --git a/sunspot_rails/lib/sunspot/rails/tasks.rb b/sunspot_rails/lib/sunspot/rails/tasks.rb index <HASH>..<HASH> 100644 --- a/sunspot_rails/lib/sunspot/rails/tasks.rb +++ b/sunspot_rails/lib/sunspot/rails/tasks.rb @@ -44,7 +44,7 @@ namespace :sunspot do total_documents = sunspot_models.map { | m | m.count }...
changed stderr to stdout since skipping the progress bar should not be reported as an error
sunspot_sunspot
train
ba256835a4f33d9139a70b6440c3223123132bc8
diff --git a/torchnet/meter/confusionmeter.py b/torchnet/meter/confusionmeter.py index <HASH>..<HASH> 100644 --- a/torchnet/meter/confusionmeter.py +++ b/torchnet/meter/confusionmeter.py @@ -1,71 +1,87 @@ from . import meter import numpy as np -import numbers + class ConfusionMeter(meter.Meter): """ - <a n...
Modified confusion meter.py (#<I>) * Modified confusionmeter.py * Update confusionmeter.py * used bitcount hack of 2d arrays for calculating confusion matrix * Update confusionmeter.py
pytorch_tnt
train
8333fe2b7074565f024f778e38299c894a598e12
diff --git a/ella/imports/models.py b/ella/imports/models.py index <HASH>..<HASH> 100644 --- a/ella/imports/models.py +++ b/ella/imports/models.py @@ -8,6 +8,7 @@ from django.utils.html import strip_tags from django.utils.translation import ugettext_lazy as _ from django.utils.safestring import mark_safe from django...
Fixed saving photos in the imports application
ella_ella
train
f519b493d9cdfde72e0d3be2fe72b93d5dd04d9d
diff --git a/salt/modules/archive.py b/salt/modules/archive.py index <HASH>..<HASH> 100644 --- a/salt/modules/archive.py +++ b/salt/modules/archive.py @@ -6,7 +6,7 @@ A module to wrap (non-Windows) archive calls ''' from __future__ import absolute_import -from six import string_types +from salt.utils.six import str...
Replaced module six in file /salt/modules/archive.py
saltstack_salt
train
93c448c4b041f012609dda597a41d8617a462884
diff --git a/auto_ml/predictor.py b/auto_ml/predictor.py index <HASH>..<HASH> 100644 --- a/auto_ml/predictor.py +++ b/auto_ml/predictor.py @@ -1521,7 +1521,10 @@ class Predictor(object): trained_feature_importances = final_model_obj.model.feature_importance_ except AttributeError as e: ...
more hacky code to support xgboost- ugh.
ClimbsRocks_auto_ml
train
49d9c4ff3fb7838d5c60c9d3664cda8729109605
diff --git a/salt/modules/rh_service.py b/salt/modules/rh_service.py index <HASH>..<HASH> 100644 --- a/salt/modules/rh_service.py +++ b/salt/modules/rh_service.py @@ -306,7 +306,7 @@ def available(name, limit=''): elif limit == 'sysvinit': return _service_is_sysv(name) else: - return _service_...
service.available should also use chkconfig, to support xinetd services
saltstack_salt
train
298faf43c6b024d67ffdba75b0d05d3255230b94
diff --git a/cicoclient/ansible/cico.py b/cicoclient/ansible/cico.py index <HASH>..<HASH> 100644 --- a/cicoclient/ansible/cico.py +++ b/cicoclient/ansible/cico.py @@ -40,7 +40,7 @@ options: flavor: description: - The flavor (size) of an altarch Node - choices: [tiny, small, medium, lra...
add support for the xram.large flavor also
CentOS_python-cicoclient
train
1cb14c1e00e4cc1f8e885a4eb6488b903bcf2dc9
diff --git a/imutil/__init__.py b/imutil/__init__.py index <HASH>..<HASH> 100644 --- a/imutil/__init__.py +++ b/imutil/__init__.py @@ -28,6 +28,8 @@ def show( normalize=True, caption=None, font_size=16, + stack_width=None, + img_padding=0, return_pixels=False): # H...
Introduce padding for collated images Looks nice when they're eg. black on a white background
lwneal_imutil
train
32110c820108cc72ec452a03eb1b6032f42447eb
diff --git a/fcrepo-connector-file/src/main/java/org/fcrepo/connector/file/FedoraFileSystemConnector.java b/fcrepo-connector-file/src/main/java/org/fcrepo/connector/file/FedoraFileSystemConnector.java index <HASH>..<HASH> 100644 --- a/fcrepo-connector-file/src/main/java/org/fcrepo/connector/file/FedoraFileSystemConnect...
Handle extraproperties storage that can't be read or written - Log more informative error message when the repository instantiation fails Resolves: <URL>
fcrepo4_fcrepo4
train
c0c521f28268e76f45f98f42d99fb3b786ef468a
diff --git a/docker/docker_image_dest.go b/docker/docker_image_dest.go index <HASH>..<HASH> 100644 --- a/docker/docker_image_dest.go +++ b/docker/docker_image_dest.go @@ -12,6 +12,7 @@ import ( "net/url" "os" "path/filepath" + "strings" "github.com/containers/image/docker/reference" "github.com/containers/i...
Fallback to v2s2 if OCI manifest upload fails on ECR Uploading a spec-compliant OCI manifest which contains no top-level media type fails on AWS ECR with an Unsupported error code and an 'Invalid JSON syntax' error message. Catch this case as an invalid manifest error so that we automatically fallback to other accepte...
containers_image
train
bdd5227fbbc0e3c12c58947f14222026c1f1db9d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: from setuptools import setup import l2cs -version = l2cs.__version__ +version = "1.0.2" setup( name='l2cs',
Fix import issue in setup.py Bumps version to <I>
kemitche_l2cs
train
36d24eabd9f3b44878d24ef279e3b5cadf1da69f
diff --git a/source/rafcon/gui/start.py b/source/rafcon/gui/start.py index <HASH>..<HASH> 100755 --- a/source/rafcon/gui/start.py +++ b/source/rafcon/gui/start.py @@ -384,6 +384,7 @@ def main(): rafcon.core.start.register_signal_handlers(rafcon.core.start.signal_handler) core_singletons.state_machine_...
fix(gui/start): delete all state machines after after joining active sm
DLR-RM_RAFCON
train
9e21115a423a3f4e9b78667871c80bcda4ece1a9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages with open('wilson/_version.py') as f: exec(f.read()) - +# setup(name='wilson', version=__version__, author='Jason Aebischer, David M. Straub',
Empty commit (trigger travis build)
wilson-eft_wilson
train
375ee0d1fafcabfcf190b1ffb3fb3743cd8f816b
diff --git a/system/src/Grav/Common/Page/Page.php b/system/src/Grav/Common/Page/Page.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Page/Page.php +++ b/system/src/Grav/Common/Page/Page.php @@ -1150,7 +1150,7 @@ class Page $this->metadata = []; // Set the Generator tag - ...
remove version from auto-generated `generator` tag
getgrav_grav
train
dcfee1e2f8bd7d0abc6db042bbd801d84bb80a81
diff --git a/fedmsg/tests/test_meta.py b/fedmsg/tests/test_meta.py index <HASH>..<HASH> 100644 --- a/fedmsg/tests/test_meta.py +++ b/fedmsg/tests/test_meta.py @@ -90,6 +90,7 @@ class TestForWarning(unittest.TestCase): expected = 'No fedmsg.meta plugins found. fedmsg.meta.msg2* crippled' original = fe...
Need to reset processors for this test to pass. It only works the first time.
fedora-infra_fedmsg
train
3a8d2efd6534d179fb917a9a63790e8677648e4c
diff --git a/packages/substyle/src/memoize.js b/packages/substyle/src/memoize.js index <HASH>..<HASH> 100644 --- a/packages/substyle/src/memoize.js +++ b/packages/substyle/src/memoize.js @@ -2,17 +2,25 @@ import coerceSelection from './coerceSelection' import { SubstyleT } from './types' -const calculateHash = (sel...
better memoization based on weak map
jfschwarz_substyle
train
39061ce1beaf5d885c318b219c4c3b0582c8fedb
diff --git a/php-typography/class-php-typography.php b/php-typography/class-php-typography.php index <HASH>..<HASH> 100644 --- a/php-typography/class-php-typography.php +++ b/php-typography/class-php-typography.php @@ -453,9 +453,9 @@ class PHP_Typography { /** * Enables/disables extra whitespace before certain pu...
French punctuation should not be enabled by default
mundschenk-at_php-typography
train
7ee5d49899628a0f8bfaed9775efb17e04544960
diff --git a/allauth/socialaccount/providers/paypal/provider.py b/allauth/socialaccount/providers/paypal/provider.py index <HASH>..<HASH> 100644 --- a/allauth/socialaccount/providers/paypal/provider.py +++ b/allauth/socialaccount/providers/paypal/provider.py @@ -29,6 +29,6 @@ class PaypalProvider(OAuth2Provider): ...
PayPal crashes if only openid scope is used (closes #<I>)
pennersr_django-allauth
train
659935f3445c9a9858a2eacb010de3d8bd12be21
diff --git a/ReText/window.py b/ReText/window.py index <HASH>..<HASH> 100644 --- a/ReText/window.py +++ b/ReText/window.py @@ -299,6 +299,7 @@ class ReTextWindow(QMainWindow): self.searchEdit.returnPressed.connect(self.find) self.csBox = QCheckBox(self.tr('Case sensitively'), self.searchBar) self.searchBar.add...
Make searchBar look nicer on Fusion style
retext-project_retext
train
ce3a6a666db7533053407cc729cf1a4ce14c48d2
diff --git a/pkg/kubectl/describe.go b/pkg/kubectl/describe.go index <HASH>..<HASH> 100644 --- a/pkg/kubectl/describe.go +++ b/pkg/kubectl/describe.go @@ -271,7 +271,12 @@ func describePod(pod *api.Pod, rcs []api.ReplicationController, events *api.Even fmt.Fprintf(out, "Image(s):\t%s\n", makeImageList(&pod.Spec)) ...
Show terminating pods in get/describe
kubernetes_kubernetes
train
5f3c6f6ffe627d1b2478040606f7abc6626eb299
diff --git a/lib/sunspot/rails/searchable.rb b/lib/sunspot/rails/searchable.rb index <HASH>..<HASH> 100644 --- a/lib/sunspot/rails/searchable.rb +++ b/lib/sunspot/rails/searchable.rb @@ -58,7 +58,7 @@ module Sunspot #:nodoc: extend ClassMethods include InstanceMethods - ...
using symbolized class-keys instead of the class itself
sunspot_sunspot
train
cb06a91368ccfca1ad1bca0db34ddd9ff40338d9
diff --git a/dvc/version.py b/dvc/version.py index <HASH>..<HASH> 100644 --- a/dvc/version.py +++ b/dvc/version.py @@ -7,7 +7,7 @@ import os import subprocess -_BASE_VERSION = "0.82.8" +_BASE_VERSION = "0.82.9" def _generate_version(base_version):
dvc: bump to <I>
iterative_dvc
train
dc83730fc7c4ea3986ced3286ecb37f7370b21c0
diff --git a/lib/puppet/util/monkey_patches.rb b/lib/puppet/util/monkey_patches.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/util/monkey_patches.rb +++ b/lib/puppet/util/monkey_patches.rb @@ -21,7 +21,7 @@ end class Symbol def <=> (other) self.to_s <=> other.to_s - end unless method_defined? '<=>' + end ...
(PUP-<I>) Restore monkey-patch to Symbol#<=> I am wiping the tears off my keyboard as I type. Read the ticket for backstory.
puppetlabs_puppet
train
1c1d78acb8c27b13236de0a956cbc7ac968c41e0
diff --git a/core/common/src/test/java/org/openengsb/core/common/AbstractServiceManagerTest.java b/core/common/src/test/java/org/openengsb/core/common/AbstractServiceManagerTest.java index <HASH>..<HASH> 100644 --- a/core/common/src/test/java/org/openengsb/core/common/AbstractServiceManagerTest.java +++ b/core/common/s...
move context with strings mock creation into BundleStringsTest
openengsb_openengsb
train
fac1ae0f231596d8046e006aa6fa1d0cef18058e
diff --git a/closure/goog/net/cookies.js b/closure/goog/net/cookies.js index <HASH>..<HASH> 100644 --- a/closure/goog/net/cookies.js +++ b/closure/goog/net/cookies.js @@ -54,11 +54,36 @@ goog.net.Cookies.MAX_COOKIE_LENGTH = 3950; /** + * Test cookie, for better detection on whether third party cookies are + * disa...
Update goog.net.cookies.isEnabled function to, in addition to checking navigator.cookieEnabled, write and immediately read back a garbage cookie to check whether cookies are enabled for a browser. This in particular protects against the Firefox browser incorrectly reporting cookies are enabled for an iframed site when...
google_closure-library
train
d5844bab25cb37d9282a6c167596e137ebc82015
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Master +* Rename `DANGER_GITHUB_API_HOST` to `DANGER_GITHUB_API_BASE_URL`. - k0nserv + Using `DANGER_GITHUB_API_HOST` is still supported to preserve backwards + comaptibility, but using ...
[GitHub] Support `DANGER_GITHUB_API_BASE_URL` `DANGER_GITHUB_API_HOST` does not correctly describe the expected value given that the value is a full URL not only a host. This change is down in a backwards compatibile way so `DANGER_GITHUB_API_HOST` is still supported, but `DANGER_GITHUB_API_BASE_URL` is preferred.
danger_danger
train
3aa14152b0a152f8c5f24d25ae1f71d1ebe7304b
diff --git a/bitstring.py b/bitstring.py index <HASH>..<HASH> 100644 --- a/bitstring.py +++ b/bitstring.py @@ -1215,16 +1215,15 @@ re if uint < 0: raise ValueError("uint cannot be initialsed by a negative number.") blist = [] - structsize = struct.calcsize('Q') - mask = (1 <...
Reducing uint initialisation's optimisation a smidgeon to avoid problems with numpy ints. See Issue <I>.
scott-griffiths_bitstring
train
4cc40105d38675928678f381ef5ba431c83660fe
diff --git a/vault/logical_system.go b/vault/logical_system.go index <HASH>..<HASH> 100644 --- a/vault/logical_system.go +++ b/vault/logical_system.go @@ -1211,7 +1211,7 @@ func (b *SystemBackend) handleAuditedHeaderRead(req *logical.Request, d *framewo } headerConfig := b.Core.AuditedHeadersConfig() - settings, ...
Fix audited request header lookup (#<I>) The headers are stored lowercased but the lookup function wasn't properly lowercasing when indexing in the header map. Fixes #<I>
hashicorp_vault
train
63e028b8f0497284622dd2a360b89fe32e5a552e
diff --git a/src/GeoIPUpdater.php b/src/GeoIPUpdater.php index <HASH>..<HASH> 100644 --- a/src/GeoIPUpdater.php +++ b/src/GeoIPUpdater.php @@ -30,7 +30,7 @@ class GeoIPUpdater /** * Main update function. * - * @return bool|string + * @return string|false */ public function update() ...
Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on <URL>
pulkitjalan_geoip
train
1eb17b35ea4447319ed198231233946251dc1f6b
diff --git a/neo/api/REST/NotificationRestApi.py b/neo/api/REST/NotificationRestApi.py index <HASH>..<HASH> 100644 --- a/neo/api/REST/NotificationRestApi.py +++ b/neo/api/REST/NotificationRestApi.py @@ -116,7 +116,6 @@ class NotificationRestApi(object): return self.format_message("Could not get notificatio...
Cleanup: removal of legacy routes without prefix
CityOfZion_neo-python
train
a718ddbf7e9e92caec39ae0a985f9a0b261e598c
diff --git a/internal/driver/ui.go b/internal/driver/ui.go index <HASH>..<HASH> 100644 --- a/internal/driver/ui.go +++ b/internal/driver/ui.go @@ -21,6 +21,7 @@ import ( type UIContext interface { Update(afterFrameUpdate func()) error + Draw() error Layout(outsideWidth, outsideHeight float64) AdjustPosition(x,...
driver: Add UIDriver.Draw This is a preparation for XNA. Updates #<I>
hajimehoshi_ebiten
train
7398fb9376ed252661f23d491fa792c5313923e9
diff --git a/easybatch-core/src/main/java/org/easybatch/core/dispatcher/ContentBasedRecordDispatcher.java b/easybatch-core/src/main/java/org/easybatch/core/dispatcher/ContentBasedRecordDispatcher.java index <HASH>..<HASH> 100755 --- a/easybatch-core/src/main/java/org/easybatch/core/dispatcher/ContentBasedRecordDispatch...
reuse the record broadcaster to broadcast poison records to all queues
j-easy_easy-batch
train
dc7525b4364e6f86c916e32f6251879dc51c1bc3
diff --git a/src/aria/widgets/controllers/AutoCompleteController.js b/src/aria/widgets/controllers/AutoCompleteController.js index <HASH>..<HASH> 100644 --- a/src/aria/widgets/controllers/AutoCompleteController.js +++ b/src/aria/widgets/controllers/AutoCompleteController.js @@ -318,13 +318,7 @@ for (var i = 0; ...
revert the changes for issue #<I>
ariatemplates_ariatemplates
train
22701dd4d768ae8cfa37507e1584c39f4e4d3498
diff --git a/src/main/java/org/bff/javampd/MPD.java b/src/main/java/org/bff/javampd/MPD.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/bff/javampd/MPD.java +++ b/src/main/java/org/bff/javampd/MPD.java @@ -125,6 +125,7 @@ public class MPD { * Default MPD port */ private static final int MPD_DE...
Issue <I> Default constructor should attempt to connect to localhost using default port <I>
finnyb_javampd
train
c3dcdf1b9ec2f71bb375001d2a9d05c579d7de18
diff --git a/src/main/java/org/springframework/hateoas/mvc/TypeReferences.java b/src/main/java/org/springframework/hateoas/mvc/TypeReferences.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/springframework/hateoas/mvc/TypeReferences.java +++ b/src/main/java/org/springframework/hateoas/mvc/TypeReferences.java @...
#<I> - Renamed type references types to allow more concise usage. Renamed the Resource, Resources and PagedResources types in TypeReferences to *Type so that new TypeReferences.Resources<User>() {} now becomes new ResourcesType<User>() {}. Prior to this change a static import of TypeReferences would've cause the actu...
spring-projects_spring-hateoas
train
290ef862f9e55bebbcb3d70f17e758f8446ae0a0
diff --git a/Grido/Components/Actions/Action.php b/Grido/Components/Actions/Action.php index <HASH>..<HASH> 100755 --- a/Grido/Components/Actions/Action.php +++ b/Grido/Components/Actions/Action.php @@ -162,6 +162,12 @@ abstract class Action extends \Grido\Components\Base ->setText($this->translate($th...
Fixed latest commit [Issue #<I>]
o5_grido
train
062d0d0083ae05bc049898085881dd8626bb7716
diff --git a/config/http_config_test.go b/config/http_config_test.go index <HASH>..<HASH> 100644 --- a/config/http_config_test.go +++ b/config/http_config_test.go @@ -311,7 +311,9 @@ func TestNewClientFromConfig(t *testing.T) { case "/redirected": fmt.Fprintf(w, ExpectedMessage) default: - http.Redi...
Make test compatible with old go versions.
prometheus_common
train
294c307faa6814e0be4632d3f2aa6f63daccbb08
diff --git a/simulator/src/main/java/com/hazelcast/simulator/worker/TestContainer.java b/simulator/src/main/java/com/hazelcast/simulator/worker/TestContainer.java index <HASH>..<HASH> 100644 --- a/simulator/src/main/java/com/hazelcast/simulator/worker/TestContainer.java +++ b/simulator/src/main/java/com/hazelcast/simul...
Changed TestContainer to search for annotated fields instead of field type for @RunWithWorker classes.
hazelcast_hazelcast-simulator
train
b9d692370242ce50e5607f8fe324c450cd8bccbd
diff --git a/dimod/higherorder/utils.py b/dimod/higherorder/utils.py index <HASH>..<HASH> 100644 --- a/dimod/higherorder/utils.py +++ b/dimod/higherorder/utils.py @@ -133,14 +133,14 @@ def make_quadratic(poly, strength, vartype=None, bqm=None): def _new_product(bqm, u, v): - p = '{!r}*{!r}'.format(u, v) + p ...
Revert from using repr to generate aux and product vars Repr is in some sense nicer because it would distinguish between the variables in say `{'1': 1, 1: 1}` but since this is really an edge case and because not using the repr makes for more readable variables, e.g. "a*b" rather than "'a'*'b'" we'll maintain the old ...
dwavesystems_dimod
train
1818e9ee5ac087d144a0648b101dcc6893ab83a2
diff --git a/src/defaults.js b/src/defaults.js index <HASH>..<HASH> 100644 --- a/src/defaults.js +++ b/src/defaults.js @@ -2,7 +2,7 @@ let noop = function() {}; export function get() { return { - debug: true, + debug: false, ns: 'translation', fallbackLng: 'dev', diff --git a/src/i18next.js b/sr...
changed init option building, default set to false for debug
i18next_i18next
train
8d4c2fcc7f44186c4a38516dcfec004a2c758c6a
diff --git a/tests/Fixture.php b/tests/Fixture.php index <HASH>..<HASH> 100644 --- a/tests/Fixture.php +++ b/tests/Fixture.php @@ -176,7 +176,7 @@ class Fixture ['route_id' => 1, 'user_id' => 1, 'app_id' => 1, 'points' => 1, 'insert_date' => '2018-10-05 18:18:00'], ], 'fusio_t...
fixture use invoice_id in transaction
apioo_fusio-impl
train
bb02bbe4d030a31ff469f1231eab9392af455576
diff --git a/tests/Unit/Core/Cache/TtlCacheTest.php b/tests/Unit/Core/Cache/TtlCacheTest.php index <HASH>..<HASH> 100644 --- a/tests/Unit/Core/Cache/TtlCacheTest.php +++ b/tests/Unit/Core/Cache/TtlCacheTest.php @@ -41,6 +41,6 @@ class TtlCacheTest extends TestCase usleep(50); } - self::as...
Be more lenient with time-based test
phpactor_worse-reflection
train
37dcb2c56a3f774cea0bc4daaff67472fb039d8b
diff --git a/src/lokijs.js b/src/lokijs.js index <HASH>..<HASH> 100644 --- a/src/lokijs.js +++ b/src/lokijs.js @@ -956,7 +956,10 @@ coll, copyColl, clen, - j; + j, + loader, + inflater, + collObj; this.name = dbObject.name; @@ -983,12 +986,19 @@ ...
support collection inflation without constructor enables the use of factory functions for inflation.
techfort_LokiJS
train
d27ed619bb99c46ea2dc04ae7d418ac8676760ca
diff --git a/packages/demo-api/src/install/install.js b/packages/demo-api/src/install/install.js index <HASH>..<HASH> 100644 --- a/packages/demo-api/src/install/install.js +++ b/packages/demo-api/src/install/install.js @@ -12,7 +12,7 @@ export default async () => { await install({ config: await config(), ...
Default user and pass reverted
Webiny_webiny-js
train
899ee03d37b6cbe6d0e8abc497026d611325cfba
diff --git a/src/selector.js b/src/selector.js index <HASH>..<HASH> 100644 --- a/src/selector.js +++ b/src/selector.js @@ -404,7 +404,8 @@ jQuery.extend({ var matched = []; var cur = elem[dir]; while ( cur && cur != document ) { - matched.push( cur ); + if ( cur.nodeType == 1 ) + matched.push( cur ); ...
Fixed a bug in .dir() where it would return non-element nodes.
jquery_jquery
train
d505e13d36ba1d6634a46eff471cd3c1fb4249df
diff --git a/transitfeed/frequency.py b/transitfeed/frequency.py index <HASH>..<HASH> 100644 --- a/transitfeed/frequency.py +++ b/transitfeed/frequency.py @@ -28,44 +28,43 @@ class Frequency(GtfsObjectBase): def __init__(self, field_dict=None): self._schedule = None - if not field_dict: - retu...
Issue <I>: Feed Validator crashes when loading frequencies.txt with no header specified Reviewed at <URL>
google_transitfeed
train
827c14ea5c2fd197f141494dd7357a60751fa17b
diff --git a/src/presenters/UsersAdminPresenter.php b/src/presenters/UsersAdminPresenter.php index <HASH>..<HASH> 100644 --- a/src/presenters/UsersAdminPresenter.php +++ b/src/presenters/UsersAdminPresenter.php @@ -205,7 +205,7 @@ class UsersAdminPresenter extends AdminPresenter public function handleResetPassword...
dont send password changed notification email on admin password reset remp/crm#<I>
remp2020_crm-users-module
train
f14e7ec7c94e6cc06d954cf720ce100477bea365
diff --git a/src/Converters/ConverterHelper.php b/src/Converters/ConverterHelper.php index <HASH>..<HASH> 100755 --- a/src/Converters/ConverterHelper.php +++ b/src/Converters/ConverterHelper.php @@ -23,7 +23,7 @@ class ConverterHelper 'method' => 6, 'low-memory' => false, 'lossless' => false,...
reordered default converters. Gd produces better quality than imagick
rosell-dk_webp-convert
train
415f88244f806eb06a20eda2ebd89a664f3ee72d
diff --git a/lib/IDS/Monitor.php b/lib/IDS/Monitor.php index <HASH>..<HASH> 100644 --- a/lib/IDS/Monitor.php +++ b/lib/IDS/Monitor.php @@ -487,6 +487,10 @@ class IDS_Monitor $original = preg_replace('/\s+alt="[^"]*"/m', null, $original); $original = preg_replace('/=?\s*"\s*"/m', null, $original); ...
* added better whitespace stripping for allowed HTML tests
PHPIDS_PHPIDS
train
3d0ca87a85e461944dc4921024d78634cf6f3b7f
diff --git a/src/de/lmu/ifi/dbs/elki/algorithm/result/outlier/MCOPResult.java b/src/de/lmu/ifi/dbs/elki/algorithm/result/outlier/MCOPResult.java index <HASH>..<HASH> 100644 --- a/src/de/lmu/ifi/dbs/elki/algorithm/result/outlier/MCOPResult.java +++ b/src/de/lmu/ifi/dbs/elki/algorithm/result/outlier/MCOPResult.java @@ -1...
remove two unneeded imports (and thus warnings)
elki-project_elki
train
faf223274f87a337e3e997535d3da4bb60259af6
diff --git a/lib/tzinfo/timezone.rb b/lib/tzinfo/timezone.rb index <HASH>..<HASH> 100644 --- a/lib/tzinfo/timezone.rb +++ b/lib/tzinfo/timezone.rb @@ -614,15 +614,8 @@ module TZInfo # Converts a time to local and returns a string representation of the local # time according to the given format. # - # ...
Remove code to handle %z from Timezone%strftime. Local times are now returned with the correct offset, so expansion of %z can be handled by Time#strftime and DateTime#strftime.
tzinfo_tzinfo
train
ca26f14f396341b263ca387901bc57286f73af15
diff --git a/lib/shared_should.rb b/lib/shared_should.rb index <HASH>..<HASH> 100644 --- a/lib/shared_should.rb +++ b/lib/shared_should.rb @@ -303,7 +303,8 @@ class Shoulda::SharedProxy return Proc.new do the_block_configs.collect do |block_config| block = block_config[:block] - if block_con...
set shared value on with/when in addition to given
michaelgpearce_shared_should
train
74dfa6972b1e9b5437ba06e55c9705104e6b701b
diff --git a/libsubmit/launchers/launchers.py b/libsubmit/launchers/launchers.py index <HASH>..<HASH> 100644 --- a/libsubmit/launchers/launchers.py +++ b/libsubmit/launchers/launchers.py @@ -147,7 +147,7 @@ echo "Found cores : $CORES" WORKERCOUNT={3} # Deduplicate the nodefile -SSHLOGINFILE="$JOBNAME.nodes" +HOSTFI...
Set correct environment variable in MpiExecLauncher
Parsl_libsubmit
train
3de23ea97e72ebdd99aefa31f26ab6828e884a0b
diff --git a/ls/joyous/tests/test_weeks.py b/ls/joyous/tests/test_weeks.py index <HASH>..<HASH> 100644 --- a/ls/joyous/tests/test_weeks.py +++ b/ls/joyous/tests/test_weeks.py @@ -40,6 +40,7 @@ class TestMondayStartingWeek(TestCase): self.assertEqual(_gregorian_to_iso(dt.date(2007,1,2)), (2007,1,2)) ...
Fix for _gregorian_to_ssweek where date is in last week of prev year
linuxsoftware_ls.joyous
train
54445dce5820434fb8311719b7b981177d2deff2
diff --git a/hvac/constants/client.py b/hvac/constants/client.py index <HASH>..<HASH> 100644 --- a/hvac/constants/client.py +++ b/hvac/constants/client.py @@ -20,3 +20,5 @@ DEPRECATED_PROPERTIES = { client_property='secrets', ), } + +DEFAULT_URL = 'http://localhost:8200' diff --git a/hvac/v1/__init__.py ...
Move client default url value to client constants
hvac_hvac
train
2d3f8bad91e5703f2e23a3c620884636462b9272
diff --git a/resource_aws_vpc_test.go b/resource_aws_vpc_test.go index <HASH>..<HASH> 100644 --- a/resource_aws_vpc_test.go +++ b/resource_aws_vpc_test.go @@ -48,6 +48,15 @@ func TestAccVpc_tags(t *testing.T) { testAccCheckTags(&vpc.Tags, "foo", "bar"), ), }, + + resource.TestStep{ + Config: testAcc...
providers/aws: test tag removal
terraform-providers_terraform-provider-aws
train
2baf3a64106b9914e619e09684c7fa46a6ed9cc3
diff --git a/lib/pdk/generate/module.rb b/lib/pdk/generate/module.rb index <HASH>..<HASH> 100644 --- a/lib/pdk/generate/module.rb +++ b/lib/pdk/generate/module.rb @@ -123,7 +123,6 @@ module PDK defaults['license'] = opts[:license] if opts.key? :license metadata = PDK::Module::Metadata.new(defaults) ...
(maint) UX improvements for convert without metadata.json
puppetlabs_pdk
train
1b94cbdb563398d18dd312fadcf740c1bfb39172
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,11 @@ import os import sys +import subprocess +import distutils.cmd from setuptools import setup, find_packages +from setuptools.command.install import install +from setuptools.command.develop import develop v ...
Merge pull request #<I> from donqui/master [INDY-<I>]: Bump pyzmq version
hyperledger_indy-plenum
train
49c42dc106e997a6a7b6ad7b604eef56f241cc14
diff --git a/scripts/python/api/objmodel.py b/scripts/python/api/objmodel.py index <HASH>..<HASH> 100644 --- a/scripts/python/api/objmodel.py +++ b/scripts/python/api/objmodel.py @@ -434,7 +434,7 @@ def createTenant(tenantName): "tenantName": tenantName, "subnetPool": "10.1.1.1/8", "subnetLen": ...
changing vlan range in sanity script to match the vlans being created during sanity. Without this change sanity will fail as vlans being created as out of range of the vlans configured for the tenant
contiv_netplugin
train
3f47c33c90d323c9ca81956b880ff58928709fe4
diff --git a/charmhelpers/fetch/giturl.py b/charmhelpers/fetch/giturl.py index <HASH>..<HASH> 100644 --- a/charmhelpers/fetch/giturl.py +++ b/charmhelpers/fetch/giturl.py @@ -45,7 +45,7 @@ class GitUrlFetchHandler(BaseFetchHandler): else: return True - def clone(self, source, dest, branch, de...
Set depth default to None for git clone method
juju_charm-helpers
train
f9e3bb6a4dca803a3c66fa4943d84bb101386ce8
diff --git a/Resources/Public/pz2-client.js b/Resources/Public/pz2-client.js index <HASH>..<HASH> 100644 --- a/Resources/Public/pz2-client.js +++ b/Resources/Public/pz2-client.js @@ -15,7 +15,7 @@ var showResponseType = ''; metadata tags for the service. */ var termListNames = ['xtargets', 'medium', 'language', 'au...
changes in spacing (NetBeans)
subugoe_typo3-pazpar2
train
28eec70068b7d8b1abef0542333017311f8611d1
diff --git a/txaws/ec2/client.py b/txaws/ec2/client.py index <HASH>..<HASH> 100644 --- a/txaws/ec2/client.py +++ b/txaws/ec2/client.py @@ -53,9 +53,13 @@ class EC2Client(object): else: self.query_factory = query_factory - def describe_instances(self): + def describe_instances(self, *instan...
Add instance selection support to describe_instances [trivial]
twisted_txaws
train
3692109a392c5f90829bae24133b58d113b0eab2
diff --git a/data_generator.py b/data_generator.py index <HASH>..<HASH> 100644 --- a/data_generator.py +++ b/data_generator.py @@ -21,6 +21,7 @@ class DataGenerator: self.images = self._reshape(images) self.labels = labels self.data_gen.fit(self.images) + return self def get_nex...
Add fit_generator method to ConvolutionalNN with train and test generator
thoughtworksarts_EmoPy
train
19745548c3e28c10f57d7f1657391aa9683e36a3
diff --git a/src/Bitpay/PublicKey.php b/src/Bitpay/PublicKey.php index <HASH>..<HASH> 100644 --- a/src/Bitpay/PublicKey.php +++ b/src/Bitpay/PublicKey.php @@ -126,18 +126,13 @@ class PublicKey extends Key $RxHex = Util::encodeHex($R->getX()); $RyHex = Util::encodeHex($R->getY()); - while (str...
A few code cleanups for public key and public key testing
bitpay_php-bitpay-client
train
9c234cc7742dbc609b96c6517fa1607150be1291
diff --git a/vendor/lib/models/origen/export1.rb b/vendor/lib/models/origen/export1.rb index <HASH>..<HASH> 100644 --- a/vendor/lib/models/origen/export1.rb +++ b/vendor/lib/models/origen/export1.rb @@ -69,7 +69,7 @@ module Origen model.add_virtual_pin :relay1 model.add_virtual_pin :relay2, packages: { bg...
changed vendor files to previous paths for export
Origen-SDK_origen
train
1b4cbceb63c7e2f6ae13a8d0a738ee697379f614
diff --git a/ella/core/newman_admin.py b/ella/core/newman_admin.py index <HASH>..<HASH> 100644 --- a/ella/core/newman_admin.py +++ b/ella/core/newman_admin.py @@ -34,6 +34,7 @@ class ListingInlineAdmin(newman.NewmanTabularInline): suggest_fields = {'category': ('__unicode__', 'title', 'slug',)} form = Listing...
Use special inline for Listing object in newman.
ella_ella
train
60fd9510ccd3d4925a7b3289a1e8844c0fae9160
diff --git a/dao/elasticsearch/service.go b/dao/elasticsearch/service.go index <HASH>..<HASH> 100644 --- a/dao/elasticsearch/service.go +++ b/dao/elasticsearch/service.go @@ -308,9 +308,11 @@ func (this *ControlPlaneDao) GetTaggedServices(request dao.EntityRequest, servic // The tenant id is the root service uuid. W...
Fixed call GetTenantId to use service.GetTenantID
control-center_serviced
train
f86b2f868eb12de11cf1429b48f60fadf650b00f
diff --git a/inginious/frontend/webapp/submission_manager.py b/inginious/frontend/webapp/submission_manager.py index <HASH>..<HASH> 100644 --- a/inginious/frontend/webapp/submission_manager.py +++ b/inginious/frontend/webapp/submission_manager.py @@ -78,13 +78,13 @@ class WebAppSubmissionManager(SubmissionManager): ...
Do not delete archive if replay is a copy
UCL-INGI_INGInious
train
3de5c51454aad794e2c90f6c5da5577d03558832
diff --git a/libcontainer/integration/exec_test.go b/libcontainer/integration/exec_test.go index <HASH>..<HASH> 100644 --- a/libcontainer/integration/exec_test.go +++ b/libcontainer/integration/exec_test.go @@ -444,10 +444,7 @@ func TestProcessCaps(t *testing.T) { t.Fatal("Could not parse effective caps", err) } ...
libct/int: don't hardcode CAP_NET_ADMIN ... use the one from unix instead. Coincidentally, this fixes this warning from gosimple linter: > libcontainer/integration/exec_test.go:<I>:2: S<I>: should merge variable declaration with assignment on next line (gosimple) > var netAdminBit uint > ^
opencontainers_runc
train
6d9f0e7e3c25755316cd4df6bbb9cc89887f5cee
diff --git a/testsuite/test_elasticsearch_walker.py b/testsuite/test_elasticsearch_walker.py index <HASH>..<HASH> 100644 --- a/testsuite/test_elasticsearch_walker.py +++ b/testsuite/test_elasticsearch_walker.py @@ -53,7 +53,7 @@ class TestElasticSearchWalker(InvenioTestCase): }) def test_single_quot...
search: fix in elasticsearch walker tests * Improves tests for single and double quoted values.
inveniosoftware_invenio-search
train
24681e8488d9a73652ecba9a14b8bc2434ebaade
diff --git a/core/src/main/java/com/google/zxing/oned/UPCEANWriter.java b/core/src/main/java/com/google/zxing/oned/UPCEANWriter.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/zxing/oned/UPCEANWriter.java +++ b/core/src/main/java/com/google/zxing/oned/UPCEANWriter.java @@ -28,7 +28,7 @@ public abst...
Partial fix for #<I>: UPC/EAN min quiet zone is 9 modules for encoding
zxing_zxing
train
64042c9de8f24e9c0765236a82cdf045b7edeedb
diff --git a/src/controllers/pages/MatrixChat.js b/src/controllers/pages/MatrixChat.js index <HASH>..<HASH> 100644 --- a/src/controllers/pages/MatrixChat.js +++ b/src/controllers/pages/MatrixChat.js @@ -72,9 +72,9 @@ module.exports = { logged_in: false, ready: false ...
Handle localstorage exceptions.
matrix-org_matrix-react-skin
train
8997b5fa08730b06a4b589dba174c115796fbb7b
diff --git a/credentials/alts/alts.go b/credentials/alts/alts.go index <HASH>..<HASH> 100644 --- a/credentials/alts/alts.go +++ b/credentials/alts/alts.go @@ -190,6 +190,7 @@ func (g *altsTC) ClientHandshake(ctx context.Context, addr string, rawConn net.C }() opts := handshaker.DefaultClientHandshakerOptions() + ...
credentials/alts: Pass the target name to ALTS handshaker (#<I>)
grpc_grpc-go
train
5a890c47e4093176031333aeb4cb9490cd46ab72
diff --git a/lib/puppet/resource.rb b/lib/puppet/resource.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/resource.rb +++ b/lib/puppet/resource.rb @@ -252,7 +252,7 @@ class Puppet::Resource # * a "classic" 3.x ruby plugin # * a compatible implementation (e.g. loading from pcore metadata) # * ...
(PUP-<I>) Ensure that method `is_capability?` always returns boolean This commit fixes a problem with the #is_capability? method returning `nil` instead of a boolean value. While that works in most tests in Ruby, it does not work when using a template to generate the value.
puppetlabs_puppet
train
af31af4d5467057ec8a98847aa228f617df8d231
diff --git a/Controller/Api/ApiController.php b/Controller/Api/ApiController.php index <HASH>..<HASH> 100644 --- a/Controller/Api/ApiController.php +++ b/Controller/Api/ApiController.php @@ -37,6 +37,9 @@ class ApiController extends CommonApiController 'publishDetails', ]; + // Prevent ex...
[ENG-<I>] Prevent DDoS by way of overflowing sessions.
TheDMSGroup_mautic-contact-source
train
3518545a6bab661f33a47750809dfd8d487ed7b4
diff --git a/tests/StreamWrapper/IncludeInterceptorTest.php b/tests/StreamWrapper/IncludeInterceptorTest.php index <HASH>..<HASH> 100644 --- a/tests/StreamWrapper/IncludeInterceptorTest.php +++ b/tests/StreamWrapper/IncludeInterceptorTest.php @@ -48,13 +48,17 @@ final class IncludeInterceptorTest extends \PHPUnit\Frame...
Run a unit test in a separate process (#<I>) If tests are ran in another order this would cause the exception not to be thrown, as the interceptor would already be set up.
infection_infection
train
26a45d61d86dcdc1b508f6533239b5ac85256331
diff --git a/govc/dvs/create.go b/govc/dvs/create.go index <HASH>..<HASH> 100644 --- a/govc/dvs/create.go +++ b/govc/dvs/create.go @@ -32,8 +32,6 @@ type create struct { types.DVSCreateSpec configSpec *types.VMwareDVSConfigSpec - - mtu int } func init() { @@ -50,7 +48,7 @@ func (cmd *create) Register(ctx cont...
Change MTU param to use flags.NewInt<I> as the type
vmware_govmomi
train