hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
66ae23d2a5dcebe34596f6eba01bf436f01229fe
diff --git a/grunt/karma.js b/grunt/karma.js index <HASH>..<HASH> 100644 --- a/grunt/karma.js +++ b/grunt/karma.js @@ -40,7 +40,6 @@ module.exports = { }, phantom: { - configFile: 'grunt/karma-configs/phantom.karma.js', frameworks: ['jasmine', 'es5-shim'], browsers: ['PhantomJS'], },
Attempt at fixing grunt test, phantomJS error.
optimizely_nuclear-js
train
c12ae7b86ff5da75341fecd5ab9f9adb06cf5cb5
diff --git a/src/Command.php b/src/Command.php index <HASH>..<HASH> 100644 --- a/src/Command.php +++ b/src/Command.php @@ -147,14 +147,14 @@ class Command $command = escapeshellcmd($command); } if ($this->getIsWindows()) { - $position = null; - // Make sure to swit...
Move $position into its own else block and default it to false instead of null.
mikehaertl_php-shellcommand
train
f575a3a4e5435120f35192019a08d369c4cf96a9
diff --git a/dustmaps/json_serializers.py b/dustmaps/json_serializers.py index <HASH>..<HASH> 100644 --- a/dustmaps/json_serializers.py +++ b/dustmaps/json_serializers.py @@ -28,6 +28,7 @@ from __future__ import print_function +import six import json import base64 @@ -85,13 +86,13 @@ def deserialize_dtype(d): ...
Fixing JSON serialization of strings in Python3.
gregreen_dustmaps
train
51fa7ec0e9af89ade12f3b73e70e941bde72aa56
diff --git a/luigi/contrib/s3.py b/luigi/contrib/s3.py index <HASH>..<HASH> 100644 --- a/luigi/contrib/s3.py +++ b/luigi/contrib/s3.py @@ -264,9 +264,6 @@ class S3Client(FileSystem): self._check_deprecated_argument(**kwargs) (bucket, key) = self._path_to_bucket_and_key(destination_s3_path) - ...
Remove s3 bucket validation prior to file upload (#<I>) * Remove unnecessary s3 validate bucket checkout prior to content upload * Add tests for s3 put* when bucket doesn't exist
spotify_luigi
train
f9aa0e21d5e442ec13c45bafbc40d790472c4bfc
diff --git a/lib/chronic/chronic.rb b/lib/chronic/chronic.rb index <HASH>..<HASH> 100644 --- a/lib/chronic/chronic.rb +++ b/lib/chronic/chronic.rb @@ -123,6 +123,7 @@ module Chronic text.gsub!(/\b\d+:?\d*[ap]\b/,'\0m') text.gsub!(/(\d)([ap]m|oclock)\b/, '\1 \2') text.gsub!(/\b(hence|after|from)\b/,...
handle text starting w/ a ...
mojombo_chronic
train
5fa808a78860afaeb14babb7d8752daae0a2bcb7
diff --git a/controller/appcontroller.go b/controller/appcontroller.go index <HASH>..<HASH> 100644 --- a/controller/appcontroller.go +++ b/controller/appcontroller.go @@ -700,6 +700,11 @@ func (ctrl *ApplicationController) finalizeApplicationDeletion(app *appv1.Applic return nil, err } + err = argo.ValidateDesti...
fix: Infer cluster URL while deleting app resource (#<I>) An application can be created by specifying only cluster name. Since cluster URL is used for queries, it should inferred. ValidateDestination() method will infer the cluster URL if cluster name is present. Fixes: #<I>
argoproj_argo-cd
train
23b04ab0423b6fa81df3583ac4b8eae4cc537027
diff --git a/pylint_django/compat.py b/pylint_django/compat.py index <HASH>..<HASH> 100644 --- a/pylint_django/compat.py +++ b/pylint_django/compat.py @@ -22,10 +22,3 @@ except ImportError: except ImportError: from astroid.util import Uninferable -try: - django = __import__("django") - django_vers...
Remove unnecessary django_version compat this is not really used and elsewhere we do: from django import VERSION as django_version
PyCQA_pylint-django
train
483194df0e5a37025a3789dc7ea3bab1a20077c6
diff --git a/hazelcast/src/main/java/com/hazelcast/logging/LoggingServiceImpl.java b/hazelcast/src/main/java/com/hazelcast/logging/LoggingServiceImpl.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/logging/LoggingServiceImpl.java +++ b/hazelcast/src/main/java/com/hazelcast/logging/LoggingSe...
Added npe fix on LogEvent/AddressPicker
hazelcast_hazelcast
train
a92c77d4c8ee36b2bc93e6f97c1a9aee85aa731c
diff --git a/client/lib/posts/actions.js b/client/lib/posts/actions.js index <HASH>..<HASH> 100644 --- a/client/lib/posts/actions.js +++ b/client/lib/posts/actions.js @@ -409,7 +409,7 @@ PostActions = { trash: function( post, callback ) { var postHandle = wpcom.site( post.site_ID ).post( post.ID ); - postHandle...
Fix for trashing posts and pages.
Automattic_wp-calypso
train
f118d58e4b46b0cf9a9a29eb1831c50406b74f27
diff --git a/lib/get/walkPath.js b/lib/get/walkPath.js index <HASH>..<HASH> 100644 --- a/lib/get/walkPath.js +++ b/lib/get/walkPath.js @@ -4,6 +4,7 @@ var onValue = require("./onValue"); var isExpired = require("./util/isExpired"); var iterateKeySet = require("falcor-path-utils").iterateKeySet; var $ref = require("....
added the spot for the version number.
Netflix_falcor
train
a0e93034d75d2b86b8f2f208288c199eb074483f
diff --git a/kuyruk/process.py b/kuyruk/process.py index <HASH>..<HASH> 100644 --- a/kuyruk/process.py +++ b/kuyruk/process.py @@ -85,7 +85,7 @@ class KuyrukProcess(object): logging.config.fileConfig(self.config.LOGGING_CONFIG) else: logging.getLogger('pika').level = logging.WARNING -...
logging level may be in lower case
cenkalti_kuyruk
train
94f521faa51890d9308f0ad80abc245f5edba287
diff --git a/packages/vuetifyjs.com/src/entry-server.js b/packages/vuetifyjs.com/src/entry-server.js index <HASH>..<HASH> 100644 --- a/packages/vuetifyjs.com/src/entry-server.js +++ b/packages/vuetifyjs.com/src/entry-server.js @@ -33,7 +33,7 @@ export default context => { Promise.all([ ...matchedCompone...
docs: fixed bug with asyncData
vuetifyjs_vuetify
train
3b838e47f96f74cff75a938450853bf0c36d2cf0
diff --git a/lib/kyotocabinet.rb b/lib/kyotocabinet.rb index <HASH>..<HASH> 100644 --- a/lib/kyotocabinet.rb +++ b/lib/kyotocabinet.rb @@ -292,6 +292,7 @@ module Java::Kyotocabinet self._set(k.to_java_bytes, v.to_s.to_java_bytes) end alias_method :[]=, :set + alias_method :store, :set alias_m...
Added DB#store support.
csw_kyotocabinet-java
train
0e2b2fcbe625a9b939d4a4c8dca37264edf34b20
diff --git a/framework/db/Query.php b/framework/db/Query.php index <HASH>..<HASH> 100644 --- a/framework/db/Query.php +++ b/framework/db/Query.php @@ -356,7 +356,7 @@ class Query extends Component implements QueryInterface $this->limit = $limit; $this->offset = $offset; - if (empty($this->groupBy) && $this->di...
Fix for logic Query::queryScalar uses to check for SELECT DISTINCT
yiisoft_yii2
train
47d8ae5fae7bb2bdbb24bec9341614926acff566
diff --git a/yowsup/layers/__init__.py b/yowsup/layers/__init__.py index <HASH>..<HASH> 100644 --- a/yowsup/layers/__init__.py +++ b/yowsup/layers/__init__.py @@ -32,7 +32,6 @@ class YowLayer(object): # self.setLayers(upperLayer, lowerLayer) def __init__(self): - super(YowLayer, self).__init__() ...
Update __init__.py Vain parent calling was removed
tgalal_yowsup
train
e098c083c618f14918336f0bd4d71e1bda72c00b
diff --git a/pkg/deploy/client/printer.go b/pkg/deploy/client/printer.go index <HASH>..<HASH> 100644 --- a/pkg/deploy/client/printer.go +++ b/pkg/deploy/client/printer.go @@ -10,7 +10,7 @@ import ( "github.com/openshift/origin/pkg/deploy/api" ) -var deploymentColumns = []string{"ID", "Status"} +var deploymentColum...
Printing the deployment causes in the CLI output
openshift_origin
train
ca0da3f6eaed4f19b0b85679df517725db9c1d00
diff --git a/lxd-user/lxd.go b/lxd-user/lxd.go index <HASH>..<HASH> 100644 --- a/lxd-user/lxd.go +++ b/lxd-user/lxd.go @@ -155,7 +155,7 @@ func lxdSetupUser(uid uint32) error { if err != nil { return fmt.Errorf("Failed to create user directory: %w", err) } - revert.Add(func() { os.RemoveAll(userPath) }) + revert...
lxd-user: Checks or explicitly ignores errors.
lxc_lxd
train
4c5f0f20ef1a98d3446799cd38148174236596ec
diff --git a/packages/cli-plugin-scaffold-app-graphql/index.js b/packages/cli-plugin-scaffold-app-graphql/index.js index <HASH>..<HASH> 100644 --- a/packages/cli-plugin-scaffold-app-graphql/index.js +++ b/packages/cli-plugin-scaffold-app-graphql/index.js @@ -15,7 +15,7 @@ const createPackageLocation = name => { retur...
Switched all namings from "data model" to "entity"
Webiny_webiny-js
train
7b842f92847f19cba86390267663907f85223c81
diff --git a/lib/conjure/service/docker_host.rb b/lib/conjure/service/docker_host.rb index <HASH>..<HASH> 100644 --- a/lib/conjure/service/docker_host.rb +++ b/lib/conjure/service/docker_host.rb @@ -52,6 +52,10 @@ module Conjure result.stdout end + def clean_stopped_processes + command "rm...
Conserve memory by cleaning up docker processes after building each image
brianauton_conjure
train
7f74081dc863c7911b877cc6c8fa0f0376e462dc
diff --git a/loky/process_executor.py b/loky/process_executor.py index <HASH>..<HASH> 100644 --- a/loky/process_executor.py +++ b/loky/process_executor.py @@ -819,6 +819,7 @@ class ProcessPoolExecutor(_base.Executor): self._work_ids = queue.Queue() self._processes_management_lock = self._context.Lock(...
FIX use a Finalize that correctly clean up the ProcessPoolExecutor
tomMoral_loky
train
754771e04d4a06844d7b0950cffb32f512c21b82
diff --git a/src/main/resources/META-INF/resources/primefaces/idlemonitor/1-idlemonitor.js b/src/main/resources/META-INF/resources/primefaces/idlemonitor/1-idlemonitor.js index <HASH>..<HASH> 100644 --- a/src/main/resources/META-INF/resources/primefaces/idlemonitor/1-idlemonitor.js +++ b/src/main/resources/META-INF/res...
Fix #<I>: IdleMonitor onactive called with widget * IdleMonitor: Change the this context of the onactive callback to the widget instance.
primefaces_primefaces
train
defdd28bf84000d59d8455b8e1d74b46130f4e29
diff --git a/lib/jekyll_picture_tag/srcsets/basic.rb b/lib/jekyll_picture_tag/srcsets/basic.rb index <HASH>..<HASH> 100644 --- a/lib/jekyll_picture_tag/srcsets/basic.rb +++ b/lib/jekyll_picture_tag/srcsets/basic.rb @@ -86,11 +86,7 @@ module PictureTag end def source_width - @source_width ||= if P...
Remove crop logic from srcset
robwierzbowski_jekyll-picture-tag
train
c5e0babc7a418f91175642caaca9848c844124e9
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ CHANGELOG v0.9.3 * Use 'rule-book.js' and 'rule-book.json' as default values for a configuration file * Rename "decorator" to "decorators" in the task-options - no backwards compatibility yet +*...
Add more error logging to client hooks
yahoo_preceptor
train
2818e52df256906608bced71779d617216b2d465
diff --git a/packages/diffhtml/lib/transaction.js b/packages/diffhtml/lib/transaction.js index <HASH>..<HASH> 100644 --- a/packages/diffhtml/lib/transaction.js +++ b/packages/diffhtml/lib/transaction.js @@ -290,7 +290,7 @@ export default class Transaction { // oldTree (current state) is solidified to not accidenti...
Bring back the gc function, accidentally omitted
tbranyen_diffhtml
train
5e3a3d3c0aefc32bba98a6fad861430745c24dc3
diff --git a/tests.py b/tests.py index <HASH>..<HASH> 100644 --- a/tests.py +++ b/tests.py @@ -111,7 +111,7 @@ class TestTimeZoneBase(unittest.TestCase): def assertTimezoneEqual(self, actual, expected): # For UTC we check actual identity if expected is pytz.utc: - self.assertIs(pytz.utc, actual) + ...
Remove assertIs for Python <I> support.
mithro_python-datetime-tz
train
b9efda60bec202a01e91468625c40a5876790b40
diff --git a/src/test/java/org/apache/zab/QuorumZabTest.java b/src/test/java/org/apache/zab/QuorumZabTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/apache/zab/QuorumZabTest.java +++ b/src/test/java/org/apache/zab/QuorumZabTest.java @@ -1055,7 +1055,7 @@ public class QuorumZabTest extends TestBase { ...
Print out number of active threads before/after each test.
zk1931_jzab
train
264019d7bf6839d1c35f20ef73b9987aaaa803e2
diff --git a/multiqc/multiqc.py b/multiqc/multiqc.py index <HASH>..<HASH> 100644 --- a/multiqc/multiqc.py +++ b/multiqc/multiqc.py @@ -534,7 +534,7 @@ def run( if len(getattr(config, "run_modules", {})) > 0: run_modules = [m for m in run_modules if list(m.keys())[0] in config.run_modules] - logge...
Move search spinner behind 'searching' text
ewels_MultiQC
train
a0670c533968ac79a58b111af5a6c996ea6110de
diff --git a/error_default.go b/error_default.go index <HASH>..<HASH> 100644 --- a/error_default.go +++ b/error_default.go @@ -39,7 +39,11 @@ func (e *DefaultError) Wrap(err error) { } func (e *DefaultError) WithTrace(err error) *DefaultError { - e.Wrap(err) + if st := stackTracer(nil); !sdterr.As(e.err, &st) { + ...
fix: fix broken warp function (#<I>)
ory_herodot
train
157745e6df981d60086d9c747931f620f301dea6
diff --git a/test/runner/runner.go b/test/runner/runner.go index <HASH>..<HASH> 100644 --- a/test/runner/runner.go +++ b/test/runner/runner.go @@ -539,11 +539,11 @@ func (r *Runner) updateStatus(b *Build, state, targetUrl string) { req.Header.Set("Authorization", "token "+r.githubToken) res, err := http.Default...
test: Prevent panic when posting Github status
flynn_flynn
train
d7c166532216596271fc530351c0e2f63676f2b7
diff --git a/generators/common/files.go b/generators/common/files.go index <HASH>..<HASH> 100644 --- a/generators/common/files.go +++ b/generators/common/files.go @@ -7,14 +7,17 @@ import ( "strings" ) +// File represents the file to be templated type File struct { ReadPath string WritePath string Body ...
make travis/code climate happy
gobuffalo_buffalo
train
39d57549226f3df07eaf476626baeb215bae8fda
diff --git a/yandextank/core/tankcore.py b/yandextank/core/tankcore.py index <HASH>..<HASH> 100644 --- a/yandextank/core/tankcore.py +++ b/yandextank/core/tankcore.py @@ -207,6 +207,8 @@ class TankCore(object): self.lock_file = None self.flush_config_to = None self.lock_dir = None + se...
Added taskset for tankcore
yandex_yandex-tank
train
851466c37fcbbb02606f93d2e027345fb8f1b0d6
diff --git a/src/JWTGuard.php b/src/JWTGuard.php index <HASH>..<HASH> 100644 --- a/src/JWTGuard.php +++ b/src/JWTGuard.php @@ -166,7 +166,7 @@ class JWTGuard implements Guard public function attempt(array $credentials = []) { $this->lastAttempted = $user = $this->provider->retrieveByCredentials($cr...
bug fix: check if valid instance of user is returned from retrieveByCredentials() before passing to hasValidCredentials()
gboyegadada_lumen-jwt
train
bb9e90d5131ad9376112e03f9372fef94f108fd2
diff --git a/src/service/__init__.py b/src/service/__init__.py index <HASH>..<HASH> 100644 --- a/src/service/__init__.py +++ b/src/service/__init__.py @@ -202,12 +202,12 @@ class Service(object): # handlers for signals will be passed a integer value representing the # signal. Pyhton 3 defines signals ...
changed ``send_signal`` to only process preconfigured signals also changed some wording
torfsen_service
train
4f380a106b09d074dc4f034102ddbd91cc15c67e
diff --git a/Tests/Entity/Parameters/BodyParameterTest.php b/Tests/Entity/Parameters/BodyParameterTest.php index <HASH>..<HASH> 100644 --- a/Tests/Entity/Parameters/BodyParameterTest.php +++ b/Tests/Entity/Parameters/BodyParameterTest.php @@ -59,6 +59,9 @@ class BodyParameterTest extends \PHPUnit_Framework_TestCase ...
Adjusted serialization test to fail on nested schema
epfremmer_swagger-php
train
6de993b4688a94ff7e6ff822a43b9bb3e54a8595
diff --git a/embed/config.go b/embed/config.go index <HASH>..<HASH> 100644 --- a/embed/config.go +++ b/embed/config.go @@ -160,7 +160,7 @@ func NewConfig() *Config { } func ConfigFromFile(path string) (*Config, error) { - cfg := &configYAML{} + cfg := &configYAML{Config: *NewConfig()} if err := cfg.configFromFile...
embed: load config defaults before loading config from file
etcd-io_etcd
train
24c9e3b48c043763eecd09e23b3799754e211a8d
diff --git a/lib/countries/data.rb b/lib/countries/data.rb index <HASH>..<HASH> 100644 --- a/lib/countries/data.rb +++ b/lib/countries/data.rb @@ -7,7 +7,7 @@ module ISO3166 end def call - cache(@alpha2) + CACHE[@alpha2] end def self.codes @@ -16,11 +16,6 @@ module ISO3166 priva...
Go back to constant cache on boot, as size of cache is no longer an issue.
hexorx_countries
train
26fd77c4f2d9d1c8299cca65c948d4265c3f920d
diff --git a/src/auth/PasswordlessAuthenticator.js b/src/auth/PasswordlessAuthenticator.js index <HASH>..<HASH> 100644 --- a/src/auth/PasswordlessAuthenticator.js +++ b/src/auth/PasswordlessAuthenticator.js @@ -4,6 +4,11 @@ var ArgumentError = require('../exceptions').ArgumentError; var RestClient = require('rest-faca...
Add comments for the PasswordlessAuthenticator class
auth0_node-auth0
train
07347e7de41357616969685fb7410da4c8d4e198
diff --git a/network/src/main/java/org/jboss/as/network/ClientMapping.java b/network/src/main/java/org/jboss/as/network/ClientMapping.java index <HASH>..<HASH> 100644 --- a/network/src/main/java/org/jboss/as/network/ClientMapping.java +++ b/network/src/main/java/org/jboss/as/network/ClientMapping.java @@ -21,6 +21,7 @@...
Mark ClientMapping as serializable since it gets passed around in a clustered cache (and the ClientMapping contents are itself Serializable anyway) was: <I>f<I>f8ed<I>d5f<I>b<I>b5c<I>d5
wildfly_wildfly-core
train
7b6125c40800104da9fead6ed518f59d8d1b11f6
diff --git a/python/phonenumbers/__init__.py b/python/phonenumbers/__init__.py index <HASH>..<HASH> 100644 --- a/python/phonenumbers/__init__.py +++ b/python/phonenumbers/__init__.py @@ -146,7 +146,7 @@ from .phonenumbermatcher import PhoneNumberMatch, PhoneNumberMatcher, Leniency # Version number is taken from the ...
Prep for <I> release
daviddrysdale_python-phonenumbers
train
1b53b1e99979f8e4a1065424f48a3f31f339b2af
diff --git a/src/runTests.spec.js b/src/runTests.spec.js index <HASH>..<HASH> 100644 --- a/src/runTests.spec.js +++ b/src/runTests.spec.js @@ -1,4 +1,5 @@ import { omit } from 'rambda' +import { delay } from './delay' import { runTests } from './runTests' const whenTrue = { @@ -18,6 +19,7 @@ const singleCase = { ...
test: run.test when async
selfrefactor_rambdax
train
c92aa1afc62067956c649779ffc0e8dc8816db3b
diff --git a/cmd/kubeadm/app/phases/upgrade/policy.go b/cmd/kubeadm/app/phases/upgrade/policy.go index <HASH>..<HASH> 100644 --- a/cmd/kubeadm/app/phases/upgrade/policy.go +++ b/cmd/kubeadm/app/phases/upgrade/policy.go @@ -118,8 +118,7 @@ func EnforceVersionPolicies(versionGetter VersionGetter, newK8sVersionStr string ...
Kubeadm/k8s version mismatch is now a skippable error
kubernetes_kubernetes
train
b73be20949ef67aca36ef17f11ddaf9ab45ad3a0
diff --git a/src/main/java/com/bericotech/clavin/gazetteer/GeoName.java b/src/main/java/com/bericotech/clavin/gazetteer/GeoName.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/bericotech/clavin/gazetteer/GeoName.java +++ b/src/main/java/com/bericotech/clavin/gazetteer/GeoName.java @@ -237,13 +237,20 @@ public ...
Updated configuration of preferredName so top level administrative divisions (countries, territories) use the name of their primary CountryCode as the preferredName instead of values from the alternateNames database.
Berico-Technologies_CLAVIN
train
85cce2432e476e2245c079cc2f4d5c8eca91f262
diff --git a/src/Repository/CraftingCategoryRepository.php b/src/Repository/CraftingCategoryRepository.php index <HASH>..<HASH> 100644 --- a/src/Repository/CraftingCategoryRepository.php +++ b/src/Repository/CraftingCategoryRepository.php @@ -19,6 +19,26 @@ use Ramsey\Uuid\UuidInterface; */ class CraftingCategoryRep...
Added method findByNames to the CraftingCategoryRepository.
factorio-item-browser_api-database
train
f98ae355693914e45c1c92b510ee30bfedba95f3
diff --git a/packages/stylelint-config-swissquote/src/utils/__tests__/resolveNestedSelector.js b/packages/stylelint-config-swissquote/src/utils/__tests__/resolveNestedSelector.js index <HASH>..<HASH> 100644 --- a/packages/stylelint-config-swissquote/src/utils/__tests__/resolveNestedSelector.js +++ b/packages/stylelint-...
Fix linting with multiple nested selectors
swissquote_crafty
train
b505fd7d4bc411da5279bd5e8809293c8e9bcad4
diff --git a/awkward/array/chunked.py b/awkward/array/chunked.py index <HASH>..<HASH> 100644 --- a/awkward/array/chunked.py +++ b/awkward/array/chunked.py @@ -99,7 +99,7 @@ class ChunkedArray(awkward.array.base.AwkwardArray): except TypeError: raise TypeError("chunks must be iterable") - ...
[skip ci] __getitem__ slice seems to be working
scikit-hep_awkward-array
train
164ba50f65d1392d04c39b38b3a1e376c1cde922
diff --git a/djcelery/backends/cache.py b/djcelery/backends/cache.py index <HASH>..<HASH> 100644 --- a/djcelery/backends/cache.py +++ b/djcelery/backends/cache.py @@ -5,14 +5,14 @@ from datetime import timedelta import django from django.utils.encoding import smart_str -from django.core.cache import cache, get_cach...
Fixed caches usage on Django <I>+ (#<I>)
celery_django-celery
train
70df0c20a0feeccebaf63f73cdd128c13ec5823b
diff --git a/integration-tests/src/test/java/tachyon/master/JournalIntegrationTest.java b/integration-tests/src/test/java/tachyon/master/JournalIntegrationTest.java index <HASH>..<HASH> 100644 --- a/integration-tests/src/test/java/tachyon/master/JournalIntegrationTest.java +++ b/integration-tests/src/test/java/tachyon/...
Update FileSystemMaster to use unprotected calls if necessary.
Alluxio_alluxio
train
9456b763be999f83730640c5385061a91363fb53
diff --git a/test/setup-fixtures.js b/test/setup-fixtures.js index <HASH>..<HASH> 100644 --- a/test/setup-fixtures.js +++ b/test/setup-fixtures.js @@ -61,6 +61,7 @@ var dropDB = function(cb){ function dropCollection(collection, done){ console.log("Dropping ", collection) mongoose.connection.col...
don't bail if collection doesn't exist when we drop it
Strider-CD_strider
train
50937c8ed2358a8766e7cf6f61b6bc3fe725c3ac
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ v = open(os.path.join(os.path.dirname(__file__), 'dyndnsc', '__init__.py')) VERSION = re.compile(r".*__version__ = '(.*?)'", re.S).match(v.read()).group(1) v.close() -CLASSIFIERS = [ +CLASSIFIERS = ( 'D...
netifaces <I> still seems to break our build on travis for some reason. go back to netifaces-py3 for the time being.
infothrill_python-dyndnsc
train
902b15698809cab28c24bf7f834b6f6b2796705c
diff --git a/src/test/java/org/junit/tests/experimental/theories/AllMembersSupplierTest.java b/src/test/java/org/junit/tests/experimental/theories/AllMembersSupplierTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/junit/tests/experimental/theories/AllMembersSupplierTest.java +++ b/src/test/java/org/junit/t...
Issue #<I>: fix test case. (Forgot to modify the class after copying, yielding essentially identical tests.)
junit-team_junit4
train
afc223436cc7ce861d786f6b9965a367ccd9daa0
diff --git a/server/webapp/WEB-INF/rails/app/helpers/application_helper.rb b/server/webapp/WEB-INF/rails/app/helpers/application_helper.rb index <HASH>..<HASH> 100644 --- a/server/webapp/WEB-INF/rails/app/helpers/application_helper.rb +++ b/server/webapp/WEB-INF/rails/app/helpers/application_helper.rb @@ -518,7 +518,8 ...
Allow non-admins to view vsm analytics
gocd_gocd
train
e311f784021970392716c8004e858625839019b0
diff --git a/lib/ffprobe.js b/lib/ffprobe.js index <HASH>..<HASH> 100644 --- a/lib/ffprobe.js +++ b/lib/ffprobe.js @@ -105,6 +105,8 @@ module.exports = function(proto) { return callback(new Error('Cannot run ffprobe on stream input')); } + var args = ['-show_streams', '-show_format'].concat(this._curre...
Allow passing additional output options for ffprobe
fluent-ffmpeg_node-fluent-ffmpeg
train
a1968f88ead3bd91fa2c2e2146c2b208318bda2f
diff --git a/src/Canvas/Rasterization/EdgeTable.php b/src/Canvas/Rasterization/EdgeTable.php index <HASH>..<HASH> 100644 --- a/src/Canvas/Rasterization/EdgeTable.php +++ b/src/Canvas/Rasterization/EdgeTable.php @@ -58,7 +58,7 @@ class EdgeTable */ public function getScanline($y) { - return @$this...
Removed @ to prevent php warnings (#5).
dmester_jdenticon-php
train
145fdcce3a5e30932724ea3e43c65d924cd048f0
diff --git a/generated/google/apis/accessapproval_v1.rb b/generated/google/apis/accessapproval_v1.rb index <HASH>..<HASH> 100644 --- a/generated/google/apis/accessapproval_v1.rb +++ b/generated/google/apis/accessapproval_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/access-approval/docs ...
feat: Automated regeneration of accessapproval v1 client
googleapis_google-api-ruby-client
train
bd4e6a37e89214c7c8d5eb98fdf3d0c3329593d1
diff --git a/lib/Url.php b/lib/Url.php index <HASH>..<HASH> 100644 --- a/lib/Url.php +++ b/lib/Url.php @@ -56,7 +56,7 @@ class Url !isset($this->_pass) && !isset($this->_host) && !isset($this->_port) && - !isset($this->_path)) { + (!isset($this->_path) || $th...
Fix relative URLs in Coast\Url
jacksleight_coast
train
225e7c75b56cfbdd69d1420a2b42ecee0eefc8e4
diff --git a/test/e2e/common/configmap.go b/test/e2e/common/configmap.go index <HASH>..<HASH> 100644 --- a/test/e2e/common/configmap.go +++ b/test/e2e/common/configmap.go @@ -177,6 +177,12 @@ var _ = ginkgo.Describe("[sig-node] ConfigMap", func() { _, err := f.ClientSet.CoreV1().ConfigMaps(testNamespaceName).Create(...
Reorder checks slightly, add a list-by-namespace call Now the test covers 6 different api calls - verify create with a get - verify patch with a list (all namespaces) - verify delete with a list (single namespace)
kubernetes_kubernetes
train
2381035a81e7f56943e0c3d6c7d319dea5bb40f5
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,13 @@ # https://travis-ci.org/anuragkumarak95/wordnet +# for faster access, use sudo: false +sudo: false + language: python + python: + - 2.6 + - 2.7 + - 3.2 - 3.3 - 3.4 - 3.5 diff --git a/RE...
updated tf_idf_generator.py, solved error issue from python<I>,<I>,<I>. updated .travis.yml,added older versions for python. updated word_net.py, now retrieve_net() is retunrning exactly what is generated by generate_net().
anuragkumarak95_wordnet
train
a57392e18bfab9786a6f7caaeef98b8d45392c3d
diff --git a/tools/set_wv_parameters.py b/tools/set_wv_parameters.py index <HASH>..<HASH> 100644 --- a/tools/set_wv_parameters.py +++ b/tools/set_wv_parameters.py @@ -89,11 +89,19 @@ def set_wv_parameters(filter_name, grism_name): elif grism_name == "K" and filter_name == "Ksp": wv_parameters['islitlet_mi...
Set relevant wavelength calibration coefficients for grism K + filter Ksp
guaix-ucm_pyemir
train
5056115749e503f664eb4f026cf622c1f8fb29d1
diff --git a/phpsec.class.php b/phpsec.class.php index <HASH>..<HASH> 100644 --- a/phpsec.class.php +++ b/phpsec.class.php @@ -421,87 +421,6 @@ class phpsec { } return $injected; } - - /** - * Create a captcha iamge and return filename. - * - * @return mixed - * Returns the filename to the image...
Moved the captcha code to separate file. Fixes #2.
phpsec_phpSec
train
42038e891e1a8945f4237fab84a717421b46b740
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========= +## 3.0.3 + +- Fix issue when a single-value Selectivity input is reset to null throught the React API. + ## 3.0.2 - Fix #161: React API: Value should be re-set when th...
Fix issue when a single-value Selectivity input is reset to null throught the React API.
arendjr_selectivity
train
6d94ecfb72e5c8c401356eaa4de9581cf799b4b1
diff --git a/salt/modules/dnsmasq.py b/salt/modules/dnsmasq.py index <HASH>..<HASH> 100644 --- a/salt/modules/dnsmasq.py +++ b/salt/modules/dnsmasq.py @@ -47,7 +47,7 @@ def fullversion(): .. code-block:: bash - salt '*' dnsmasq.version + salt '*' dnsmasq.fullversion ''' cmd = 'dnsmasq -...
doc fix: correct CLI example for dnsmasq fullversion fun (#<I>)
saltstack_salt
train
7a1feaa89701bf861ab31ebd8ffdc8d8d1474e29
diff --git a/src/js/ripple/transactionmanager.js b/src/js/ripple/transactionmanager.js index <HASH>..<HASH> 100644 --- a/src/js/ripple/transactionmanager.js +++ b/src/js/ripple/transactionmanager.js @@ -365,8 +365,6 @@ TransactionManager.prototype._request = function(tx) { return tx.emit('error', new RippleError('...
Relocate presubmit emission to immediately before transaction submit
ChainSQL_chainsql-lib
train
3e354f037b78be63252460aca40e28f784ce6846
diff --git a/server/src/main/java/org/jboss/as/server/deployment/Phase.java b/server/src/main/java/org/jboss/as/server/deployment/Phase.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/org/jboss/as/server/deployment/Phase.java +++ b/server/src/main/java/org/jboss/as/server/deployment/Phase.java @@ -525,6 +52...
[WFLY-<I>] Add a phase for the permissions validation.
wildfly_wildfly-core
train
8364da061a106e25916fc0adf49f3baac10b2d73
diff --git a/pyphi/concept_caching.py b/pyphi/concept_caching.py index <HASH>..<HASH> 100644 --- a/pyphi/concept_caching.py +++ b/pyphi/concept_caching.py @@ -5,6 +5,10 @@ """ Objects and functions for managing the normalization, caching, and retrieval of concepts. + +.. warning:: + + Concept caching is disabled ...
Add warning to `concept_caching`
wmayner_pyphi
train
08c17d68a02bf78af951466b6209cf149e0ec5a6
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -1,11 +1,16 @@ #!/usr/bin/env python # -*- coding: utf-8 +import sys try: from setuptools import setup except ImportError: from distutils.core import setup +install_requires = [] +if sys.version_info < (2, 7)...
support Python <I> and <I> from setup.py
glyphobet_fragments
train
6160cb57f401f9c5eabe6793a456943a2c6dc25d
diff --git a/src/utils/material.js b/src/utils/material.js index <HASH>..<HASH> 100644 --- a/src/utils/material.js +++ b/src/utils/material.js @@ -1,7 +1,8 @@ var THREE = require('../lib/three'); /** - * Update `material.map` given `data.src`. For standard and flat shaders. + * Update `material` texture property (u...
fix case where removing texture (null was not equal to empty string) (#<I>) * fix case where removing texture (null was not equal to empty string) * added tests for removed / empty src attribute per discussion on PR * simplify code per discussion on #<I> * better explanation in comments * collect material ...
aframevr_aframe
train
517a158651774312afff5189dd4f7b6bffc8d543
diff --git a/source/php/BulkImport.php b/source/php/BulkImport.php index <HASH>..<HASH> 100644 --- a/source/php/BulkImport.php +++ b/source/php/BulkImport.php @@ -235,10 +235,15 @@ class BulkImport $index = $this->curl->request('POST', rtrim(AD_INTEGRATION_URL, "/") . '/user/index', $data, 'json', array('Conte...
Check that response is valid json
helsingborg-stad_active-directory-api-wp-integration
train
8db86aca8db5e6178c755816cc691993f5758562
diff --git a/lib/describe.js b/lib/describe.js index <HASH>..<HASH> 100644 --- a/lib/describe.js +++ b/lib/describe.js @@ -48,7 +48,10 @@ function unwrapComplex (tag, complex) { // Try to unwrap by calling `valueOf()`. `describePrimitive()` will return // `null` if the resulting value is not a primitive, in which...
Guard against valueOf() returning the same object
concordancejs_concordance
train
a684dbdf6f340360e493345fd013be050ea0c9f1
diff --git a/src/core/structured-log.js b/src/core/structured-log.js index <HASH>..<HASH> 100644 --- a/src/core/structured-log.js +++ b/src/core/structured-log.js @@ -403,26 +403,53 @@ if (!batchOptions.timeDuration) { batchOptions.timeDuration = 1000; } - + var batchedLo...
Implemented the most basic version of batching possible. It is currently self-contained within the 'batch' function. This is a terrible implementation but it works, has tests, fits in with the existing pipeline code and doesn't touch the rest of the code. The implementation will have to change anyway to be able to impl...
structured-log_structured-log
train
02aec236c880e56c609e7733f34a0546be266937
diff --git a/javascript/firefox-driver/js/utils.js b/javascript/firefox-driver/js/utils.js index <HASH>..<HASH> 100644 --- a/javascript/firefox-driver/js/utils.js +++ b/javascript/firefox-driver/js/utils.js @@ -243,7 +243,7 @@ Utils.useNativeEvents = function() { prefs.prefHasUserValue("webdriver_enable_native_eve...
DanielWagnerHall: Coerce to boolean, on the off chance that's what's causing the tests to fail on CI r<I>
SeleniumHQ_selenium
train
340e972bf4f722600a391083d63ba502dcf53bad
diff --git a/src/main/java/org/jenkinsci/plugins/ghprb/GhprbRepository.java b/src/main/java/org/jenkinsci/plugins/ghprb/GhprbRepository.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jenkinsci/plugins/ghprb/GhprbRepository.java +++ b/src/main/java/org/jenkinsci/plugins/ghprb/GhprbRepository.java @@ -73,7 +73,...
check if the detailed PR information needs to be obtained
jenkinsci_ghprb-plugin
train
d0a156b665f2e5d548af24e7e6ada4012f9204ff
diff --git a/js/ClientList.js b/js/ClientList.js index <HASH>..<HASH> 100644 --- a/js/ClientList.js +++ b/js/ClientList.js @@ -234,7 +234,7 @@ selectionDiv = document.createElement('div'); this.bodyDiv.appendChild(selectionDiv); selectionDiv.appendChild(document.createTextNode('Selected IDs: ...
Changed some TextInputs to TextAreas
nodeGame_ultimatum-game
train
7969c70888fd99bf30692e0e5563f3da059a3002
diff --git a/src/css_composer/model/CssRule.js b/src/css_composer/model/CssRule.js index <HASH>..<HASH> 100644 --- a/src/css_composer/model/CssRule.js +++ b/src/css_composer/model/CssRule.js @@ -1,5 +1,5 @@ import { map } from 'underscore'; -import Backbone from 'backbone'; +import { Model } from 'backbone'; import S...
Transform CssRule in ES6 Class
artf_grapesjs
train
d10bd281e59b02f4c74375ee12f209bc11ad89b9
diff --git a/fermipy/merge_utils.py b/fermipy/merge_utils.py index <HASH>..<HASH> 100644 --- a/fermipy/merge_utils.py +++ b/fermipy/merge_utils.py @@ -7,7 +7,8 @@ import sys import argparse import numpy as np from astropy.io import fits - +from fermipy.hpx_utils import HPX +from fermipy.skymap import HpxMap def u...
adjust merge utils to deal with explicit GARDIAN maps
fermiPy_fermipy
train
4c4f2b414802acf443b067ce5ce8625730beadcf
diff --git a/language/Fallbacks.php b/language/Fallbacks.php index <HASH>..<HASH> 100644 --- a/language/Fallbacks.php +++ b/language/Fallbacks.php @@ -5,7 +5,7 @@ // Listed a few examples for now. // Perhaps this can be automated in the future via TranslateWiki based on MediaWiki's core fallbacks. -// Values can be...
Add 'be' as fallback to 'be-tarask'. Changed in core at <URL>
Krinkle_intuition
train
cb5c1faa9dd1debc5dbaf41485215c6d43e71d7a
diff --git a/src/connectors/refinement-list/connectRefinementList.js b/src/connectors/refinement-list/connectRefinementList.js index <HASH>..<HASH> 100644 --- a/src/connectors/refinement-list/connectRefinementList.js +++ b/src/connectors/refinement-list/connectRefinementList.js @@ -65,10 +65,9 @@ export default functio...
feat(connector): small internal refactoring for SFFV
algolia_instantsearch.js
train
3f5f983f5fab911608f955cc996607e7b79a504f
diff --git a/dvc/ui/__init__.py b/dvc/ui/__init__.py index <HASH>..<HASH> 100644 --- a/dvc/ui/__init__.py +++ b/dvc/ui/__init__.py @@ -87,7 +87,7 @@ class Console: data: Any, indent: int = 2, ) -> None: - if sys.stdout.isatty(): + if self.isatty(): from rich.json import...
ui: import sys on write_json
iterative_dvc
train
99bf08c148f3c5a87cd4fe69a4c3620a5972536d
diff --git a/lib/evalhook.rb b/lib/evalhook.rb index <HASH>..<HASH> 100644 --- a/lib/evalhook.rb +++ b/lib/evalhook.rb @@ -226,6 +226,14 @@ module EvalHook def evalhook_i(code, b_ = nil, name = "(eval)", line = 1) EvalHook.validate_syntax code + + tree = RubyParser.new.parse code + + context = P...
<I> test pass: implemented evalhook_i using RubyParser and PartialRuby (without hooking)
tario_evalhook
train
6f788b1d91cd1d9d5731527beec59c16df94862a
diff --git a/activerecord/test/schema/schema.rb b/activerecord/test/schema/schema.rb index <HASH>..<HASH> 100644 --- a/activerecord/test/schema/schema.rb +++ b/activerecord/test/schema/schema.rb @@ -334,7 +334,7 @@ ActiveRecord::Schema.define do t.integer :ideal_reference_id end - create_table :keyboards, fo...
Use <I> Hash syntax consistently
rails_rails
train
864037c674c3aa12b45742baeca89ee98a8001ad
diff --git a/lib/dynamodb.js b/lib/dynamodb.js index <HASH>..<HASH> 100644 --- a/lib/dynamodb.js +++ b/lib/dynamodb.js @@ -80,6 +80,9 @@ if (err) $this.events.error.apply( $this, [ method, err , params ] ) + if ((data || {}).hasOwnProperty('ConsumedCapacity') ) + $this.ConsumedCapacity = data.ConsumedCa...
global handling of ConsumedCapacity
awspilot_dynamodb-oop
train
4210253d3c1ac207b3038df766cea5b288c8eeb6
diff --git a/tacl/data_store.py b/tacl/data_store.py index <HASH>..<HASH> 100644 --- a/tacl/data_store.py +++ b/tacl/data_store.py @@ -792,7 +792,7 @@ class DataStore: '{} has changed since its n-grams were ' 'added to the database'.format(filename)) if cou...
Quoted work filename is error message.
ajenhl_tacl
train
72e345aa4e6c0c8b92013437c9ed16d2b32e5ea8
diff --git a/pkg/apiserver/handlers.go b/pkg/apiserver/handlers.go index <HASH>..<HASH> 100644 --- a/pkg/apiserver/handlers.go +++ b/pkg/apiserver/handlers.go @@ -502,7 +502,7 @@ func (r *RequestInfoResolver) GetRequestInfo(req *http.Request) (RequestInfo, er switch req.Method { case "POST": requestInfo.Verb ...
handle the HEAD verb correctly for authorization
kubernetes_kubernetes
train
5d05b032dc75242aab86a699791b95a95d1f0cad
diff --git a/drools-compiler/src/main/java/org/drools/rule/builder/PatternBuilder.java b/drools-compiler/src/main/java/org/drools/rule/builder/PatternBuilder.java index <HASH>..<HASH> 100755 --- a/drools-compiler/src/main/java/org/drools/rule/builder/PatternBuilder.java +++ b/drools-compiler/src/main/java/org/drools/ru...
JBRULES-<I>: fixing pattern clone method
kiegroup_drools
train
f6ac80c5071f37f12677b5f79e3394724c82a369
diff --git a/cmd/devp2p/discv4cmd.go b/cmd/devp2p/discv4cmd.go index <HASH>..<HASH> 100644 --- a/cmd/devp2p/discv4cmd.go +++ b/cmd/devp2p/discv4cmd.go @@ -25,6 +25,7 @@ import ( "github.com/ethereum/go-ethereum/cmd/devp2p/internal/v4test" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/c...
cmd/geth, cmd/devp2p: fix some cli parsing issues (#<I>) * cmd/geth: add some missing argument count checks * internal/flags: skip cmds with no action func in MigrateGlobalFlags * internal/flags: add Merge * cmd/devp2p: re-add listener config flags in discv4 commands
ethereum_go-ethereum
train
8fb392849d8a9e924f37e4bd1736c6efc0246f14
diff --git a/pointer/smudge.go b/pointer/smudge.go index <HASH>..<HASH> 100644 --- a/pointer/smudge.go +++ b/pointer/smudge.go @@ -7,8 +7,8 @@ import ( "os" ) -func Smudge(writer io.Writer, sha string) error { - mediafile, err := gitmedia.LocalMediaPath(sha) +func Smudge(writer io.Writer, oid string) error { + med...
oid, not sha
git-lfs_git-lfs
train
f8cc5c8f8e9eaabaf9572436b1b6640233b6cb40
diff --git a/mod/quiz/lib.php b/mod/quiz/lib.php index <HASH>..<HASH> 100644 --- a/mod/quiz/lib.php +++ b/mod/quiz/lib.php @@ -1732,7 +1732,7 @@ function quiz_extend_settings_navigation($settings, $quiznode) { } if (has_any_capability(['mod/quiz:manageoverrides', 'mod/quiz:viewoverrides'], $PAGE->cm->contex...
MDL-<I> quiz: Set 'Overrides' to link to user overrides by default
moodle_moodle
train
b78670af23bee6a1631bd65b627f74748c9fee26
diff --git a/src/Auth0.php b/src/Auth0.php index <HASH>..<HASH> 100644 --- a/src/Auth0.php +++ b/src/Auth0.php @@ -618,6 +618,28 @@ class Auth0 */ public function setIdToken($idToken) { + $this->idTokenDecoded = $this->decodeIdToken($idToken); + + if (in_array('id_token', $this->persistant...
Add Auth0->decodeIdToken() method for ID token decoding by deps
auth0_auth0-PHP
train
0087a4856d0d7b2cda5ed9073fc47ddf327e354b
diff --git a/jerminal-core/src/main/java/com/github/ykrasik/jerminal/internal/annotation/ReflectionCommandExecutor.java b/jerminal-core/src/main/java/com/github/ykrasik/jerminal/internal/annotation/ReflectionCommandExecutor.java index <HASH>..<HASH> 100644 --- a/jerminal-core/src/main/java/com/github/ykrasik/jerminal/i...
The cause exception is now propagated upwards when an exception happens during a reflection invocation.
ykrasik_jaci
train
84ecd0bd00ad4211c9effbdbba6c7839592f06fd
diff --git a/lib/trouble/middleware.rb b/lib/trouble/middleware.rb index <HASH>..<HASH> 100644 --- a/lib/trouble/middleware.rb +++ b/lib/trouble/middleware.rb @@ -17,6 +17,9 @@ module Trouble raise unless exception.message.include?('invalid %-encoding') return [400, {}, ['']] + rescue ActionControlle...
Don't notify Trouble on a bad URI request
bukowskis_trouble
train
6c118cbd7c270de58a47bcd5cbbfb4f14f1036cc
diff --git a/go/client/chat_svc_handler.go b/go/client/chat_svc_handler.go index <HASH>..<HASH> 100644 --- a/go/client/chat_svc_handler.go +++ b/go/client/chat_svc_handler.go @@ -9,6 +9,7 @@ import ( "github.com/keybase/client/go/chat/utils" "github.com/keybase/client/go/libkb" "github.com/keybase/client/go/proto...
Include unread, active_at in ConvSummary displayed by list
keybase_client
train
98d2ac169fc27aa2c80c583cdc3bde83d4caa082
diff --git a/lib/chatterbot/search.rb b/lib/chatterbot/search.rb index <HASH>..<HASH> 100644 --- a/lib/chatterbot/search.rb +++ b/lib/chatterbot/search.rb @@ -4,6 +4,8 @@ module Chatterbot # handle Twitter searches module Search + MAX_SEARCH_TWEETS = 1000 + @skip_retweets = true # @@ -29,...
set a limit to the number of tweets we will retrieve in a search
muffinista_chatterbot
train
bd4204dbc5fd9fef82e67ce4dd236209e1c69e26
diff --git a/ghost/limit-service/lib/limit-service.js b/ghost/limit-service/lib/limit-service.js index <HASH>..<HASH> 100644 --- a/ghost/limit-service/lib/limit-service.js +++ b/ghost/limit-service/lib/limit-service.js @@ -118,9 +118,9 @@ class LimitService { } /** - * Checks if any of the configured li...
Fixed returned value type no issue - The return type was incorrectly declared thworing error during type checking
TryGhost_Ghost
train
2fc9cd97b13c01bc726da02e9f653fd86777cdb9
diff --git a/endpoints-scc-aggregator/src/main/java/com/google/api/scc/aggregator/ReportRequestAggregator.java b/endpoints-scc-aggregator/src/main/java/com/google/api/scc/aggregator/ReportRequestAggregator.java index <HASH>..<HASH> 100644 --- a/endpoints-scc-aggregator/src/main/java/com/google/api/scc/aggregator/Report...
fix two precondition checks in reporting - One precondition was flipped; service name should not be null, rather than should always be null - One precondition used == instead of .equals Change-Id: Id8eefe<I>cf<I>ccdedf<I>f<I>aad1bc<I>b<I>c9
cloudendpoints_endpoints-management-java
train
2e0c886eb2d7fbb94bd677aa6ccf6490f91dd234
diff --git a/tests/parser.py b/tests/parser.py index <HASH>..<HASH> 100644 --- a/tests/parser.py +++ b/tests/parser.py @@ -149,3 +149,15 @@ class GcvsParserTestCase(unittest.TestCase): parser = GcvsParser(fp) rows = [row for row in parser] self.assertEqual(len(rows), 0) + + def test_iter_r...
Test for exception when parsing a row.
zsiciarz_pygcvs
train
8d12aad4dccbae639022e8f81884d698f26e2019
diff --git a/lib/git_hook.rb b/lib/git_hook.rb index <HASH>..<HASH> 100644 --- a/lib/git_hook.rb +++ b/lib/git_hook.rb @@ -64,11 +64,11 @@ module Causes next if check_class.filetype && check.staged.empty? title = " Checking #{check.name}..." - print title + print title unless ...
Add 'stealth' checks Perfect for easter eggs. Only outputs something if the check exits non-'good'. Change-Id: Ieff<I>a6a<I>c<I>ed<I>f<I>f1f4cf<I>a8ba Reviewed-on: <URL>
sds_overcommit
train
78d66626dee5450f2fe1f4a4d444205056005627
diff --git a/pkg/api/validation/validation.go b/pkg/api/validation/validation.go index <HASH>..<HASH> 100644 --- a/pkg/api/validation/validation.go +++ b/pkg/api/validation/validation.go @@ -2011,6 +2011,19 @@ func validateOnlyAddedTolerations(newTolerations []api.Toleration, oldToleration return allErrs } +func V...
validate HostAliases have valid IP and hostnames
kubernetes_kubernetes
train
4bae0c92285de0be16729411ae5f864cddb31285
diff --git a/python/ray/util/client/__init__.py b/python/ray/util/client/__init__.py index <HASH>..<HASH> 100644 --- a/python/ray/util/client/__init__.py +++ b/python/ray/util/client/__init__.py @@ -1,5 +1,6 @@ from typing import List, Tuple, Dict, Any +import os import sys import logging @@ -81,7 +82,7 @@ class...
[client] Allow ignoring version mismatch with env var for debugging (#<I>)
ray-project_ray
train
d71a2975d43d5a456f9127c74f0f5de7995ac1b1
diff --git a/gitlfs-server/src/main/java/ru/bozaro/gitlfs/server/LockManager.java b/gitlfs-server/src/main/java/ru/bozaro/gitlfs/server/LockManager.java index <HASH>..<HASH> 100644 --- a/gitlfs-server/src/main/java/ru/bozaro/gitlfs/server/LockManager.java +++ b/gitlfs-server/src/main/java/ru/bozaro/gitlfs/server/LockMa...
Allow LockManager to throw IOException on errors
bozaro_git-lfs-java
train
09be4ed93656cb2a4bdf160fd500de76348451b3
diff --git a/src/Composer/Repository/PlatformRepository.php b/src/Composer/Repository/PlatformRepository.php index <HASH>..<HASH> 100644 --- a/src/Composer/Repository/PlatformRepository.php +++ b/src/Composer/Repository/PlatformRepository.php @@ -90,7 +90,7 @@ class PlatformRepository extends ArrayRepository ...
PECL-UUID does not define a version constant, so we should use phpversion() to fetch the required information
mothership-ec_composer
train
12c66e92b1f37c11c69da8d3718e4f988f400c6c
diff --git a/config/playroom/makePlayroomConfig.js b/config/playroom/makePlayroomConfig.js index <HASH>..<HASH> 100644 --- a/config/playroom/makePlayroomConfig.js +++ b/config/playroom/makePlayroomConfig.js @@ -38,5 +38,8 @@ module.exports = () => ({ module: clientWebpackConfig.module, resolve: clientWebpackC...
fix(playroom): Update webpack config (#<I>)
seek-oss_sku
train