hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
d1f0e7c230469ed7adc044182769aa1dc34c0748
diff --git a/citrination_client/data/tests/test_data_client.py b/citrination_client/data/tests/test_data_client.py index <HASH>..<HASH> 100644 --- a/citrination_client/data/tests/test_data_client.py +++ b/citrination_client/data/tests/test_data_client.py @@ -47,7 +47,7 @@ def test_upload_pif(): tries = 0 whil...
Add basic test coverage for DataClient#get_pif_with_metadata Also bumped sleep time for the dataset update test, that frequently fails due to a race condition bug in Citrination.
CitrineInformatics_python-citrination-client
train
43239908d36f8c1d79dc2c7ce3e6da58254ef850
diff --git a/molgenis-data/src/main/java/org/molgenis/data/annotation/RepositoryAnnotator.java b/molgenis-data/src/main/java/org/molgenis/data/annotation/RepositoryAnnotator.java index <HASH>..<HASH> 100644 --- a/molgenis-data/src/main/java/org/molgenis/data/annotation/RepositoryAnnotator.java +++ b/molgenis-data/src/m...
Added a new method to the RepositoryAnnotator super class. annotationDataExists checks if the location that was set with runtime properties actually contains a file. If not, the annotator is disabled.
molgenis_molgenis
train
144693738f033d4274076dfc67fa1b98a71b73b7
diff --git a/dipper/sources/ZFIN.py b/dipper/sources/ZFIN.py index <HASH>..<HASH> 100644 --- a/dipper/sources/ZFIN.py +++ b/dipper/sources/ZFIN.py @@ -784,6 +784,8 @@ class ZFIN(Source): genotype_id = 'ZFIN:' + genotype_id.strip() env_id = 'ZFIN:' + env_id.strip() extr...
ZFIN.py: Fixed add enviro/stage to G2P association error.
monarch-initiative_dipper
train
367593f5105e5a05cf3d1aa1e06a1cb6fef74673
diff --git a/spec/adapter_spec.rb b/spec/adapter_spec.rb index <HASH>..<HASH> 100644 --- a/spec/adapter_spec.rb +++ b/spec/adapter_spec.rb @@ -15,10 +15,7 @@ describe "Looksee.adapter" do # def filtered_lookup_modules(object) result = @adapter.lookup_modules(object) - # Singleton classes have no n...
Compare classes by object id, not name, in adapter specs. This is more reliable on Rubinius, where singleton classes' #inspect doesn't look like other interpreters.
oggy_looksee
train
03fb8e79c68bc981bdcc2240257253c8f8596204
diff --git a/src/transformers/modeling_tf_longformer.py b/src/transformers/modeling_tf_longformer.py index <HASH>..<HASH> 100644 --- a/src/transformers/modeling_tf_longformer.py +++ b/src/transformers/modeling_tf_longformer.py @@ -348,7 +348,7 @@ class TFLongformerSelfAttention(tf.keras.layers.Layer): # matrix...
Update modeling_tf_longformer.py (#<I>) correct a very small mistake
huggingface_pytorch-pretrained-BERT
train
7895b18a2d2acde98da05ce24cee148ceb36fe91
diff --git a/monty/collections.py b/monty/collections.py index <HASH>..<HASH> 100644 --- a/monty/collections.py +++ b/monty/collections.py @@ -7,6 +7,8 @@ __maintainer__ = 'Shyue Ping Ong' __email__ = 'ongsp@ucsd.edu' __date__ = '1/24/14' +import collections + class frozendict(dict): """ @@ -88,8 +90,7 @@ c...
Unit tests for MongoDict
materialsvirtuallab_monty
train
2c60cce86dbf285a367e6eeba45d5efcb4625fc2
diff --git a/spec/simple_scheduler/future_job_spec.rb b/spec/simple_scheduler/future_job_spec.rb index <HASH>..<HASH> 100644 --- a/spec/simple_scheduler/future_job_spec.rb +++ b/spec/simple_scheduler/future_job_spec.rb @@ -76,7 +76,7 @@ describe SimpleScheduler::FutureJob, type: :job do it "doesn't add the job t...
Make test more clear for not queuing expired jobs
simplymadeapps_simple_scheduler
train
87cb4a7ef02cb9051d63c08f7179fd725171b9dd
diff --git a/src/io/bt.js b/src/io/bt.js index <HASH>..<HASH> 100644 --- a/src/io/bt.js +++ b/src/io/bt.js @@ -128,9 +128,17 @@ class BT extends JSONRPC { window.clearTimeout(this._discoverTimeoutID); } break; - //TODO why isn't 'user did pick peripheral' here? + ...
Add userDidPickPeripheral to bt
LLK_scratch-vm
train
41fe45c8c0abf905478098d509c324fc48d09731
diff --git a/pkg/k8s/apis/cilium.io/const.go b/pkg/k8s/apis/cilium.io/const.go index <HASH>..<HASH> 100644 --- a/pkg/k8s/apis/cilium.io/const.go +++ b/pkg/k8s/apis/cilium.io/const.go @@ -50,6 +50,9 @@ const ( // PodNamespaceLabel is the label used in kubernetes containers to // specify which namespace they belong t...
labels: Do not filter out app.kubernetes.io prefix Prefix app.kubernetes.io is recommended for labels and annotations and it shouldn't be considered as a private label used internally by Kubernetes. Instead, kubernetes.io and *beta.kubernetes.io should be filtered out. Fixes #<I>
cilium_cilium
train
4b6c49a681bbdabcb494c693c1dd9bd091ddd696
diff --git a/client/lib/translator-jumpstart/index.js b/client/lib/translator-jumpstart/index.js index <HASH>..<HASH> 100644 --- a/client/lib/translator-jumpstart/index.js +++ b/client/lib/translator-jumpstart/index.js @@ -321,7 +321,7 @@ export function trackTranslatorStatus( isTranslatorEnabled ) { if ( changed &...
Fixes event prop for Community Translator event (#<I>)
Automattic_wp-calypso
train
62e8c5a0091d8819247ca5489ae4b88daa88ec0b
diff --git a/addon/components/colsconfig-dialog-content.js b/addon/components/colsconfig-dialog-content.js index <HASH>..<HASH> 100644 --- a/addon/components/colsconfig-dialog-content.js +++ b/addon/components/colsconfig-dialog-content.js @@ -32,6 +32,14 @@ export default FlexberryBaseComponent.extend({ objectlistvi...
Feature colsconfig-dialog-content component update manage of app state
Flexberry_ember-flexberry
train
94b35018b06b7e9a936da3a12fd3767452a461f9
diff --git a/src/server/sockjs/session.js b/src/server/sockjs/session.js index <HASH>..<HASH> 100644 --- a/src/server/sockjs/session.js +++ b/src/server/sockjs/session.js @@ -1,13 +1,9 @@ -let Session -const util = require('util') +const Emitter = require('../../kite/emitter') -const EventEmitter = require('../../eve...
Server/sockjs: fix session class issues [es6]
koding_kite.js
train
38d7f345051d97f30f0cb422b91af74eb19676f0
diff --git a/kbfsfuse/symlink.go b/kbfsfuse/symlink.go index <HASH>..<HASH> 100644 --- a/kbfsfuse/symlink.go +++ b/kbfsfuse/symlink.go @@ -25,6 +25,6 @@ func (*Symlink) Attr(a *fuse.Attr) { var _ fs.NodeReadlinker = (*Symlink)(nil) -func (a *Symlink) Readlink(ctx context.Context, req *fuse.ReadlinkRequest) (string...
Consistent receiver name for Symlink
keybase_client
train
6e8b3b139ef89552a80cb39db491791a310c25a0
diff --git a/public/javascripts/activation_key.js b/public/javascripts/activation_key.js index <HASH>..<HASH> 100644 --- a/public/javascripts/activation_key.js +++ b/public/javascripts/activation_key.js @@ -199,6 +199,11 @@ KT.activation_key = function() { } }); }); + + sub...
a-keys - update to disable the Add/Remove button after click This commit is to avoid multiple requests to the server if the user were to click-click-click these buttons.
Katello_katello
train
fd11dafca25ff1fc0332053f5f12d2162e8dafa9
diff --git a/test/server.test.js b/test/server.test.js index <HASH>..<HASH> 100644 --- a/test/server.test.js +++ b/test/server.test.js @@ -1,5 +1,6 @@ // Copyright 2012 Mark Cavage, Inc. All rights reserved. +var assert = require('assert-plus'); var fs = require('fs'); var http = require('http'); @@ -170,6 +171...
port ce3c<I>ff<I>ec0bb<I>ed<I>d<I>cf<I>c from master
restify_plugins
train
3a0d4db6ee79862d802ee1ee4b1afe84ea39af35
diff --git a/katcp/client.py b/katcp/client.py index <HASH>..<HASH> 100644 --- a/katcp/client.py +++ b/katcp/client.py @@ -433,6 +433,11 @@ class DeviceClient(object): except Exception, e: if self._connect_failures % 5 == 0: # warn on every fifth failure + + # TODO ...
Add todo comment for exponential backoff on failed connections in client.py
ska-sa_katcp-python
train
10e887189fc0b4278fc1fdcc2a5144b23d5f636a
diff --git a/gddo-server/main.go b/gddo-server/main.go index <HASH>..<HASH> 100644 --- a/gddo-server/main.go +++ b/gddo-server/main.go @@ -60,6 +60,7 @@ const ( robotRequest queryRequest refreshRequest + apiRequest ) type crawlResult struct { @@ -84,7 +85,7 @@ func getDoc(path string, requestType int) (*doc.P...
Follow redirect in search API Fixes #<I>.
golang_gddo
train
446b6ae8c94a7f2bfbcd02e16e12e43c75f74b8f
diff --git a/src/foremast/pipeline/renumerate_stages.py b/src/foremast/pipeline/renumerate_stages.py index <HASH>..<HASH> 100644 --- a/src/foremast/pipeline/renumerate_stages.py +++ b/src/foremast/pipeline/renumerate_stages.py @@ -22,9 +22,13 @@ LOG = logging.getLogger(__name__) def renumerate_stages(pipeline): ...
updated docstrings as per #<I> review
foremast_foremast
train
a12900ffdf1da60cfa085c7d7b93bee2aa19dd61
diff --git a/lib/imageruby/pureruby.rb b/lib/imageruby/pureruby.rb index <HASH>..<HASH> 100644 --- a/lib/imageruby/pureruby.rb +++ b/lib/imageruby/pureruby.rb @@ -151,7 +151,7 @@ public (0..draw_width-1).each do |x_orig| color = orig_pixel_data[origpointer..origpointer+2] - alpha ...
fixed error on alpha decoding when reading ordinal
tario_imageruby
train
ec7000fcf89d5a2094051967d7f955fd0fae4d32
diff --git a/lib/fluent/plugin/in_forward.rb b/lib/fluent/plugin/in_forward.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/plugin/in_forward.rb +++ b/lib/fluent/plugin/in_forward.rb @@ -151,7 +151,10 @@ module Fluent end @on_message = on_message @log = log - @log.trace { "accepted flu...
Print remote address and port to trace who sends invalid logs.
fluent_fluentd
train
835559e292005f1a1fa3cee57227f3a90229abb6
diff --git a/drf_auto_endpoint/adapters.py b/drf_auto_endpoint/adapters.py index <HASH>..<HASH> 100644 --- a/drf_auto_endpoint/adapters.py +++ b/drf_auto_endpoint/adapters.py @@ -92,6 +92,15 @@ class EmberAdapter(BaseAdapter): MetaDataInfo('search_enabled', PROPERTY, False), ] + def render_root(self,...
:bug: application names in root_render for ember adapter
drf-forms_drf-schema-adapter
train
fe9b83cea35a322e0f9e715cadb7245d27d94117
diff --git a/Doctrine/Orm/AbstractFilter.php b/Doctrine/Orm/AbstractFilter.php index <HASH>..<HASH> 100644 --- a/Doctrine/Orm/AbstractFilter.php +++ b/Doctrine/Orm/AbstractFilter.php @@ -12,7 +12,6 @@ namespace Dunglas\ApiBundle\Doctrine\Orm; use Doctrine\Common\Persistence\ManagerRegistry; -use Doctrine\ORM\QueryB...
Fixed some SensioLabs Insight issues.
api-platform_core
train
0bc14be98b90def2057258296f10e0369e7d9964
diff --git a/chef/lib/chef/provider/package.rb b/chef/lib/chef/provider/package.rb index <HASH>..<HASH> 100644 --- a/chef/lib/chef/provider/package.rb +++ b/chef/lib/chef/provider/package.rb @@ -43,6 +43,7 @@ class Chef elsif @current_resource.version == nil install_version = candidate_version ...
Updating logging for the package provider
chef_chef
train
20160073f55cb6a46f568a5f8d9ab7e43b3740c6
diff --git a/lib/runcible/instance.rb b/lib/runcible/instance.rb index <HASH>..<HASH> 100644 --- a/lib/runcible/instance.rb +++ b/lib/runcible/instance.rb @@ -34,7 +34,6 @@ module Runcible @@extension_classes end - attr_accessor :resources attr_accessor :extensions @@ -72,6 +71,10 @@ module Ru...
adding a config method for retrieving current configuration
Katello_runcible
train
2de39b84cfaf51ac38ec07a183ac9eaf9ef094fb
diff --git a/manticore/native/cpu/x86.py b/manticore/native/cpu/x86.py index <HASH>..<HASH> 100644 --- a/manticore/native/cpu/x86.py +++ b/manticore/native/cpu/x86.py @@ -5882,6 +5882,31 @@ class X86Cpu(Cpu): dest.write(Operators.CONCAT(8 * len(result), *result)) @instruction + def PSUBQ(cpu, dest, s...
Add `psubq` instruction (x<I>) (#<I>) * psubq tests
trailofbits_manticore
train
9c66b1f190bff8de14856229b232b51a037dd63e
diff --git a/tasks/gh-pages.js b/tasks/gh-pages.js index <HASH>..<HASH> 100644 --- a/tasks/gh-pages.js +++ b/tasks/gh-pages.js @@ -62,16 +62,28 @@ module.exports = function(grunt) { grunt.fatal(new Error('Unexpected config: ' + String(data))); } - var options = this.options({ + var defaults = { ...
Allow command line options to override task options
tschaub_grunt-gh-pages
train
dd9a29fc83171178ebdfb67fc97e01752cd35589
diff --git a/wsgiservice/resource.py b/wsgiservice/resource.py index <HASH>..<HASH> 100644 --- a/wsgiservice/resource.py +++ b/wsgiservice/resource.py @@ -389,7 +389,7 @@ class Resource(object): rules = self._get_validation(method, param) if not rules: return - if value is None or ...
resource.py (Resource.validate_param): Make isinstance check more robust for the case when value is a unicode string.
pneff_wsgiservice
train
964e22487af8f652fd03b1f140024d1746c4113b
diff --git a/core/src/main/java/jenkins/SlaveToMasterFileCallable.java b/core/src/main/java/jenkins/SlaveToMasterFileCallable.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/jenkins/SlaveToMasterFileCallable.java +++ b/core/src/main/java/jenkins/SlaveToMasterFileCallable.java @@ -8,6 +8,7 @@ import org.jenkin...
Reminder about JEP-<I> impacts on slave → master callables.
jenkinsci_jenkins
train
3c720116c31ed69b944011420f2fd70c70f143e3
diff --git a/spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/instrument/web/TraceFilter.java b/spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/instrument/web/TraceFilter.java index <HASH>..<HASH> 100644 --- a/spring-cloud-sleuth-core/src/main/java/org/springframework/clou...
Custom HTTP status codes support (#<I>) Provides custom HTTP status codes support without this change applications using custom HTTP status codes are currently having issues with Spring Cloud Sleuth. TraceFilter.httpStatusSuccessful() is throwing an IllegalArgumentException on HttpStatus.valueOf(response.getStatus()...
spring-cloud_spring-cloud-sleuth
train
c1fecba0e1d37b96cd45219c43522ce1f42edc81
diff --git a/spec/opal/filters/bugs/array.rb b/spec/opal/filters/bugs/array.rb index <HASH>..<HASH> 100644 --- a/spec/opal/filters/bugs/array.rb +++ b/spec/opal/filters/bugs/array.rb @@ -1,8 +1,5 @@ opal_filter "Array" do fails "Array#clone copies singleton methods" - fails "Array#clone creates a new array contain...
Remove old filtes for Array#clone and #collect!
opal_opal
train
1de8eaf3fe31ffb786def1b7511e719184d0ed46
diff --git a/openid/consumer.py b/openid/consumer.py index <HASH>..<HASH> 100644 --- a/openid/consumer.py +++ b/openid/consumer.py @@ -42,11 +42,15 @@ def normalize_url(url): class SimpleHTTPClient(object): def get(self, url): - f = urllib2.urlopen(url) try: - data = f.read() - ...
[project @ Simplify error handling in the HTTPClient classes]
necaris_python3-openid
train
35e98bfea0ded24038f7a58177b7baa900ad1208
diff --git a/spec/flipper/middleware/memoizer_spec.rb b/spec/flipper/middleware/memoizer_spec.rb index <HASH>..<HASH> 100644 --- a/spec/flipper/middleware/memoizer_spec.rb +++ b/spec/flipper/middleware/memoizer_spec.rb @@ -218,6 +218,39 @@ RSpec.describe Flipper::Middleware::Memoizer do end end + context 'wi...
Spec for duplicate calls to Memoizer
jnunemaker_flipper
train
b5c0d96b5ea44c2316b3b0c2f799d71969f446b1
diff --git a/test/functional/engine_helper.rb b/test/functional/engine_helper.rb index <HASH>..<HASH> 100644 --- a/test/functional/engine_helper.rb +++ b/test/functional/engine_helper.rb @@ -52,8 +52,8 @@ else uses the in-memory Ruote::Engine (fastest, but no persistence at all) exit 0 end - application_cont...
fixed caching / no caching switch for functional tests
jmettraux_ruote
train
3cea26eb2ed00f55ba4ddf9cf4c873f11fb8f849
diff --git a/docs/assets/js/app.js b/docs/assets/js/app.js index <HASH>..<HASH> 100644 --- a/docs/assets/js/app.js +++ b/docs/assets/js/app.js @@ -218,6 +218,8 @@ NavController.$inject = ['$scope', '$state', '$window']; function NavController($scope, $state, $window) { + var routes = angular.copy($window.Bas...
fix search box resolves <URL>
base-apps_angular-base-apps
train
ad38a3e987cc0f0c5792eaf8f782748ed258e0f7
diff --git a/mongoctl/tests/test_suite.py b/mongoctl/tests/test_suite.py index <HASH>..<HASH> 100644 --- a/mongoctl/tests/test_suite.py +++ b/mongoctl/tests/test_suite.py @@ -38,8 +38,7 @@ all_suites = [ unittest.TestLoader().loadTestsFromTestCase(MasterSlaveTest), unittest.TestLoader().loadTestsFromTestCase(...
Temporarily remove "install_test" since it currently can uninstall from test suite until we figure out how to fix it
mongolab_mongoctl
train
922c1b7b5c3f12e29bd64d7a2420e2a8d0d71562
diff --git a/python/bigdl/dllib/optim/optimizer.py b/python/bigdl/dllib/optim/optimizer.py index <HASH>..<HASH> 100644 --- a/python/bigdl/dllib/optim/optimizer.py +++ b/python/bigdl/dllib/optim/optimizer.py @@ -690,6 +690,31 @@ class Optimizer(JavaValue): callBigDlFunc(self.bigdl_type, "setCheckPoint", self.va...
Support gradient clipping (#<I>) support constant clip and l2norm clipping
intel-analytics_BigDL
train
86e542e6ec65db039c80d071e4a140e642cf4ab7
diff --git a/lib/git.js b/lib/git.js index <HASH>..<HASH> 100644 --- a/lib/git.js +++ b/lib/git.js @@ -74,7 +74,7 @@ Git.prototype.cmd = function(payload, options, done) { // Build create options. var createOpts = this.kbox.util.docker.CreateOpts() - .workingDir('/code') + .workingDir(workingDir) .en...
#<I>: Switch back to dynamic cwd
pirog_kalabox-plugin-git
train
6fdabe9e6f411c336e6b6b55fc582a3a8b78da9d
diff --git a/src/angular-multi-select.js b/src/angular-multi-select.js index <HASH>..<HASH> 100644 --- a/src/angular-multi-select.js +++ b/src/angular-multi-select.js @@ -209,6 +209,30 @@ angular_multi_select.directive('angularMultiSelect', ['$rootScope', '$sce', '$ti return $scope.baseExtend(dst, [].slice.call(ar...
Add a helper function that deeply compares two objects
alexandernst_angular-multi-select
train
2bb8b0290f14c4fbbe9e20f9cd8a2a761af2a8ca
diff --git a/netmiko/huawei/huawei.py b/netmiko/huawei/huawei.py index <HASH>..<HASH> 100644 --- a/netmiko/huawei/huawei.py +++ b/netmiko/huawei/huawei.py @@ -97,7 +97,7 @@ class HuaweiSSH(HuaweiBase): output = self.read_until_prompt_or_pattern(password_change_prompt) if re.search(password_change_prom...
Minor Huawei Fix (#<I>)
ktbyers_netmiko
train
f253753e7904a7596f4050d1e53141f5eaedb801
diff --git a/dispatch/api/views.py b/dispatch/api/views.py index <HASH>..<HASH> 100644 --- a/dispatch/api/views.py +++ b/dispatch/api/views.py @@ -258,7 +258,7 @@ class PollViewSet(DispatchModelViewSet): queryset = Poll.objects.all() q = self.request.query_params.get('q', None) if q is not No...
can search polls by name or by question
ubyssey_dispatch
train
4b355fd6f810344866e50370ad9fc5ebded52ea5
diff --git a/examples/__tests__/SimpleSlider.test.js b/examples/__tests__/SimpleSlider.test.js index <HASH>..<HASH> 100644 --- a/examples/__tests__/SimpleSlider.test.js +++ b/examples/__tests__/SimpleSlider.test.js @@ -4,6 +4,9 @@ import SimpleSlider from '../SimpleSlider'; import { repeatClicks } from '../../test-hel...
react vs jquery tests added for simple slider
akiran_react-slick
train
a8d79f7a4ffd770bfa3df28a1609bb39da595dbf
diff --git a/src/Propel/Runtime/Connection/ConnectionInterface.php b/src/Propel/Runtime/Connection/ConnectionInterface.php index <HASH>..<HASH> 100644 --- a/src/Propel/Runtime/Connection/ConnectionInterface.php +++ b/src/Propel/Runtime/Connection/ConnectionInterface.php @@ -99,7 +99,7 @@ interface ConnectionInterface ...
Use adapter for PHP7+PHP8
propelorm_Propel2
train
d4f9eca8a0eaa05d325c23fef6cfc4d665f30eab
diff --git a/src/InfoViz/Native/FieldSelector/index.js b/src/InfoViz/Native/FieldSelector/index.js index <HASH>..<HASH> 100644 --- a/src/InfoViz/Native/FieldSelector/index.js +++ b/src/InfoViz/Native/FieldSelector/index.js @@ -212,8 +212,12 @@ function fieldSelector(publicAPI, model) { const { color, shape } =...
fix(FieldSelector): Expect new SVG loader behavior
Kitware_paraviewweb
train
2f7bf97c7827379444559097d10298ea565fae6f
diff --git a/library/CM/Paging/StreamSubscribe/AdapterType.php b/library/CM/Paging/StreamSubscribe/AdapterType.php index <HASH>..<HASH> 100644 --- a/library/CM/Paging/StreamSubscribe/AdapterType.php +++ b/library/CM/Paging/StreamSubscribe/AdapterType.php @@ -6,23 +6,9 @@ class CM_Paging_StreamSubscribe_AdapterType exte...
Adjust Stream_Subscribe Paging
cargomedia_cm
train
e239a3b650c04e22b4068e392197af188acee973
diff --git a/src/Behavior.php b/src/Behavior.php index <HASH>..<HASH> 100644 --- a/src/Behavior.php +++ b/src/Behavior.php @@ -30,7 +30,7 @@ class Behavior extends \yii\base\Behavior /** * @var LoaderInterface */ - private $_loader; + private $_loader = []; /** * @inheritdoc @@ -66,1...
Fixed issue when the Behavior throws an exception upon application bootstrap
ischenko_yii2-jsloader
train
e69b8a8c37eedad34cbe5358bb259e1348641df5
diff --git a/samples/flushfs/flush_fs.go b/samples/flushfs/flush_fs.go index <HASH>..<HASH> 100644 --- a/samples/flushfs/flush_fs.go +++ b/samples/flushfs/flush_fs.go @@ -90,6 +90,29 @@ func (fs *flushFS) barAttributes() fuseops.InodeAttributes { } } +// LOCKS_REQUIRED(fs.mu) +func (fs *flushFS) getAttributes(id f...
Implement setattr; otherwise closing after writing fails.
jacobsa_fuse
train
c02a7c7913970c64694d136285b4379da1bda0ce
diff --git a/qbit/core/src/test/java/io/advantageous/qbit/service/ServiceBundleBuilderTest.java b/qbit/core/src/test/java/io/advantageous/qbit/service/ServiceBundleBuilderTest.java index <HASH>..<HASH> 100644 --- a/qbit/core/src/test/java/io/advantageous/qbit/service/ServiceBundleBuilderTest.java +++ b/qbit/core/src/te...
travis is so under powered. It used to be cooler.
advantageous_qbit
train
4c0f7ff48e2c9f71ebd6a761d7ea82b13fe27a4e
diff --git a/src/Crypt.php b/src/Crypt.php index <HASH>..<HASH> 100644 --- a/src/Crypt.php +++ b/src/Crypt.php @@ -45,10 +45,10 @@ class Crypt public function __construct(CipherInterface $cipher = null, Key $key = null) { // Set the encryption cipher. - $this->cipher = $cipher !== null ? $cipher : new Crypto; +...
Change, according to @mbabker's suggestion
joomla-framework_crypt
train
9f55547f9b5e2a03cf60b58a6a4df9429cb18fac
diff --git a/history.go b/history.go index <HASH>..<HASH> 100644 --- a/history.go +++ b/history.go @@ -88,6 +88,11 @@ func (o *opHistory) HistoryRewrite() { } buf.Flush() + // replace history file + if err = os.Rename(tmpFile, o.cfg.HistoryFile); err != nil { + return + } + if o.fd != nil { o.fd.Close() }
fix history rewrite replace origin file
chzyer_readline
train
8c9582f3d0a75dd7b8dd28613649f2aa2dabecfe
diff --git a/src/com/google/javascript/jscomp/CheckProvides.java b/src/com/google/javascript/jscomp/CheckProvides.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/CheckProvides.java +++ b/src/com/google/javascript/jscomp/CheckProvides.java @@ -110,6 +110,11 @@ class CheckProvides implements HotSw...
Don't require that local type definitions within a goog.module/goog.scope be provided. ------------- Created by MOE: <URL>
google_closure-compiler
train
c6865ded3e285a0257c2b367e3901b45d17b38a1
diff --git a/test_duct.py b/test_duct.py index <HASH>..<HASH> 100644 --- a/test_duct.py +++ b/test_duct.py @@ -117,9 +117,9 @@ def test_nonzero_status_throws(): def test_ignore(): - assert 0 == false.ignore().run().returncode + assert 0 == false().ignore().run().status with raises(StatusError) as e: - ...
[rusty rewrite] tests pass!!!
oconnor663_duct.py
train
e7cb9daeac2bb59e5d2c13c64ca6766bf9ac6f5c
diff --git a/db.js b/db.js index <HASH>..<HASH> 100644 --- a/db.js +++ b/db.js @@ -39,9 +39,20 @@ module.exports = function (name, cb) { //don't give each database the same hash, //that will reveal that they are on the same server to attackers. var id = shasum(udid + name) - LevelScuttlebutt(db, id,...
until we can run custom queries, just include a default query
dominictarr_rumours
train
804334d63e36f88b5340aa8faac2d0db5adf5acf
diff --git a/src/plugin/regions.js b/src/plugin/regions.js index <HASH>..<HASH> 100644 --- a/src/plugin/regions.js +++ b/src/plugin/regions.js @@ -153,7 +153,7 @@ class Region { this.style(handleLeft, css); this.style(handleRight, css); this.style(handleRight, { - l...
regions plugin: change region end handler position (#<I>)
katspaugh_wavesurfer.js
train
60c9699b554a61f85ee9faa946e73fb33b761257
diff --git a/luigi/contrib/ssh.py b/luigi/contrib/ssh.py index <HASH>..<HASH> 100644 --- a/luigi/contrib/ssh.py +++ b/luigi/contrib/ssh.py @@ -40,6 +40,7 @@ import contextlib import os import random import subprocess +import posixpath import luigi import luigi.format @@ -173,7 +174,7 @@ class RemoteFileSystem(lu...
Fix for #<I>: Normalize remote paths with posixpath On Windows clients, RemoteFileSystem normalizes paths Windows-style. This leads to wrong path names on the remote Linux side. Explicitly using posixpath.normpath instead of os.path.normpath fixes the problem.
spotify_luigi
train
47b4d4d6089b8077e1a92e9a3aa0e1842e75ebba
diff --git a/AegeanTools/wcs_helpers.py b/AegeanTools/wcs_helpers.py index <HASH>..<HASH> 100644 --- a/AegeanTools/wcs_helpers.py +++ b/AegeanTools/wcs_helpers.py @@ -479,7 +479,10 @@ class WCSHelper(object): return None return Beam(psf[0], psf[1], psf[2]) - return Beam(*self.get_...
get_skybeam returns None when ra/dec are nan, or when the resulting a/b/pa would be nan.
PaulHancock_Aegean
train
318fdeaca26f0238e8b767f5806690680d353ace
diff --git a/src/Eventually.php b/src/Eventually.php index <HASH>..<HASH> 100644 --- a/src/Eventually.php +++ b/src/Eventually.php @@ -69,7 +69,7 @@ class Eventually extends Monad */ public function bind(callable $codeBlock) { - assert($this->result === null, "'Eventually' instance may not be mut...
fixed search&replace typo within Eventually assert
shrink0r_monatic
train
46a5b269edb4d8b50bdf51e848e2887ca8e600f8
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -114,7 +114,7 @@ module.exports = function(grunt) { ]); // Build examples. - grunt.registerTask('sub', [ + grunt.registerTask('examples', [ 'subgrunt:examples' ]);
renamed to 'examples'
assemble_grunt-assemble
train
82944537e9ab37c8de236f839fce0e30bc1647e9
diff --git a/packages/create-instance/add-slots.js b/packages/create-instance/add-slots.js index <HASH>..<HASH> 100644 --- a/packages/create-instance/add-slots.js +++ b/packages/create-instance/add-slots.js @@ -4,16 +4,6 @@ import { compileToFunctions } from 'vue-template-compiler' import { throwError } from 'shared/u...
feat: support component slot string (#<I>)
vuejs_vue-test-utils
train
984b6d1a0ae5d1ecf6d718f4e990883d281ba3b8
diff --git a/doc.go b/doc.go index <HASH>..<HASH> 100644 --- a/doc.go +++ b/doc.go @@ -18,22 +18,26 @@ Example: func main () { text := slug.Make("Hellö Wörld хелло ворлд") - fmt.Println(text) // Will print hello-world-khello-vorld + fmt.Println(text) // Will print: "hello-world-khello-vorld" someText := s...
Update doc.go with new Lowercase variable
gosimple_slug
train
a04b11c261a77c989c53774253c5f6df09c70226
diff --git a/WPEloquent/Model/Term/Taxonomy.php b/WPEloquent/Model/Term/Taxonomy.php index <HASH>..<HASH> 100644 --- a/WPEloquent/Model/Term/Taxonomy.php +++ b/WPEloquent/Model/Term/Taxonomy.php @@ -6,6 +6,6 @@ class Taxonomy extends \Illuminate\Database\Eloquent\Model { protected $table = 'term_taxonomy'; ...
term will be null otherwise - relationship
drewjbartlett_wordpress-eloquent
train
9587398ebe76a07933dde2de14bf9da658393513
diff --git a/src/audio/audio.js b/src/audio/audio.js index <HASH>..<HASH> 100644 --- a/src/audio/audio.js +++ b/src/audio/audio.js @@ -204,7 +204,12 @@ } sound.volume(typeof(volume) === "number" ? volume.clamp(0.0, 1.0) : Howler.volume(), instance_id); if (typeof(onend...
Fix regression in audio looping - This is actually a bug in Howler: <URL>
melonjs_melonJS
train
a7dda94e234a9a63e6cb1c339ff441d33b6a0c2c
diff --git a/packages/components/bolt-pagination/__tests__/pagination.js b/packages/components/bolt-pagination/__tests__/pagination.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-pagination/__tests__/pagination.js +++ b/packages/components/bolt-pagination/__tests__/pagination.js @@ -6,9 +6,7 @@ import { ...
fix: lint js
bolt-design-system_bolt
train
8e6c0a54899e7cf56a9b3112f4a9eff84523eedc
diff --git a/src/MaxMind/MinFraud.php b/src/MaxMind/MinFraud.php index <HASH>..<HASH> 100644 --- a/src/MaxMind/MinFraud.php +++ b/src/MaxMind/MinFraud.php @@ -352,8 +352,7 @@ class MinFraud } catch (ValidationExceptionInterface $exception) { throw new InvalidInputException( $excep...
Don't pass previous exception as it leaks too many implementation details
maxmind_minfraud-api-php
train
eac321899b7a5e552d62f08e49894eb254a3b8f2
diff --git a/client/request.go b/client/request.go index <HASH>..<HASH> 100644 --- a/client/request.go +++ b/client/request.go @@ -62,7 +62,7 @@ type request struct { header http.Header query url.Values formFields url.Values - fileFields map[string]*os.File + fileFields map[string]runtime.NamedReadCloser...
replace request's os.File with NamedReadCloser
go-openapi_runtime
train
2991aa809e4e5d32825aa5cf21097e5e8fa501f6
diff --git a/mp3-parser.js b/mp3-parser.js index <HASH>..<HASH> 100644 --- a/mp3-parser.js +++ b/mp3-parser.js @@ -154,21 +154,35 @@ // UCS-2 version of `readStr`. UCS-2 is the fixed-width two-byte subset of // Unicode that can only express values inside the 'Basic Multilingual Plane' (BMP). Note -...
Remove BOM when parsing UCS-2 encoded strings
biril_mp3-parser
train
001685d8bc8037b28c2065d9973c8005d2e99b55
diff --git a/src/php/main/Nohex/Eix/Core/Application.php b/src/php/main/Nohex/Eix/Core/Application.php index <HASH>..<HASH> 100755 --- a/src/php/main/Nohex/Eix/Core/Application.php +++ b/src/php/main/Nohex/Eix/Core/Application.php @@ -51,8 +51,10 @@ abstract class Application Logger::get()->debug('Starting Eix...
Application error handler can now be disabled.
eix_core
train
00ef12f3cca765dce5bc9612e7ef7db5f93d96bb
diff --git a/h2o-algos/src/test/java/hex/tree/drf/DRFTest.java b/h2o-algos/src/test/java/hex/tree/drf/DRFTest.java index <HASH>..<HASH> 100755 --- a/h2o-algos/src/test/java/hex/tree/drf/DRFTest.java +++ b/h2o-algos/src/test/java/hex/tree/drf/DRFTest.java @@ -877,6 +877,7 @@ public class DRFTest extends TestUtil { ...
PUBDEV-<I>: Ignore DRF N-fold CV Junit for now as results differ between 1 and 5 nodes.
h2oai_h2o-3
train
9808c0732c97b26c56145e7d9b03e415f5b9b1fd
diff --git a/spec/example_app/app/dashboards/customer_dashboard.rb b/spec/example_app/app/dashboards/customer_dashboard.rb index <HASH>..<HASH> 100644 --- a/spec/example_app/app/dashboards/customer_dashboard.rb +++ b/spec/example_app/app/dashboards/customer_dashboard.rb @@ -7,7 +7,7 @@ class CustomerDashboard < Adminis...
Ensure persistent order in pagination spec (#<I>) * Improve the `it` description. * Order the results before referring to them.
thoughtbot_administrate
train
b74281ddd7594c52c12ae46d1fbf4e12fad22a06
diff --git a/extensions/dna-connector-svn/src/main/java/org/jboss/dna/connector/svn/SVNRepositoryRequestProcessor.java b/extensions/dna-connector-svn/src/main/java/org/jboss/dna/connector/svn/SVNRepositoryRequestProcessor.java index <HASH>..<HASH> 100644 --- a/extensions/dna-connector-svn/src/main/java/org/jboss/dna/co...
a small impl. for the read all children and read all properties request processing git-svn-id: <URL>
ModeShape_modeshape
train
d33c67ec37edc3933048d8b0e2b3eff4e5fda330
diff --git a/CHANGES.md b/CHANGES.md index <HASH>..<HASH> 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,11 @@ OSRFramework Changelog For more information, check the README.md in <http://github.com/i3visio/osrframework>. For the ToDo list and the known issues, scroll down till the end of this file. +0.12.1, 2...
Fixed issues in Favstar and mailfy.py.
i3visio_osrframework
train
768af0e8acba65677e787d2d4a6e4e9fac01f420
diff --git a/test/cli/run-options.test.js b/test/cli/run-options.test.js index <HASH>..<HASH> 100644 --- a/test/cli/run-options.test.js +++ b/test/cli/run-options.test.js @@ -18,4 +18,11 @@ describe('CLI run options', function () { done(); }); }); + + it('should fail a collection run with ...
Added CLI test for undefined collection test cases
postmanlabs_newman
train
38dccf9e1223cc87fcf549ae17e9a34fd4782ba8
diff --git a/superset/utils/decorators.py b/superset/utils/decorators.py index <HASH>..<HASH> 100644 --- a/superset/utils/decorators.py +++ b/superset/utils/decorators.py @@ -51,6 +51,7 @@ def etag_cache( check_perms: Callable[..., Any], get_last_modified: Optional[Callable[..., Any]] = None, skip: Optio...
fix: enable consistent etag across workers and force no-cache for dashboards (#<I>) * fix: enable consistent etag across workers * Use CACHE_DEFAULT_TIMEOUT instead of 0 * Change timeout to 0 and set expires header even for no-cache * Reduce number of if branches to appease Pylint * Fix mypy error
apache_incubator-superset
train
905ff3aee31775e3fff3ebf8a2eaa6bb2cf0f431
diff --git a/lib/puppet/application/interface_base.rb b/lib/puppet/application/interface_base.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/application/interface_base.rb +++ b/lib/puppet/application/interface_base.rb @@ -52,7 +52,12 @@ class Puppet::Application::InterfaceBase < Puppet::Application # Override this ...
Pretty-printing json using "jj"
puppetlabs_puppet
train
6ad558bbdb3ed8cbba6536bd754552beda45f880
diff --git a/lib/mongo/server/connection.rb b/lib/mongo/server/connection.rb index <HASH>..<HASH> 100644 --- a/lib/mongo/server/connection.rb +++ b/lib/mongo/server/connection.rb @@ -123,6 +123,14 @@ module Mongo options[:generation] end + # The connection pool from which this connection was crea...
RUBY-<I> Associate connections with pools (#<I>) * maintain pool id in connection to distinguish connections checked out by different pools * add address label to some errors in connection * correctly assert on pool error messages in tests * error when a connection is checked into a pool twice * use regist...
mongodb_mongo-ruby-driver
train
973e171e0e0f4cb37b32b18aa70404b0fa2f67c3
diff --git a/lib/assets/Css.js b/lib/assets/Css.js index <HASH>..<HASH> 100644 --- a/lib/assets/Css.js +++ b/lib/assets/Css.js @@ -86,7 +86,7 @@ extendWithGettersAndSetters(Css.prototype, { // Emulate postcss' PreviousMap class, but take the source from memory: // CSSOM gets the @charset decla...
compileLessToCss: See to it that the .less source url gets passed along.
assetgraph_assetgraph
train
91e8de472b889b1a4a978ba7170a0dc1e1b62559
diff --git a/evm/vm/memory.py b/evm/vm/memory.py index <HASH>..<HASH> 100644 --- a/evm/vm/memory.py +++ b/evm/vm/memory.py @@ -17,7 +17,7 @@ class Memory(object): """ VM Memory """ - _bytes = None # type: bytearray + __slots__ = ['_bytes'] logger = logging.getLogger('evm.vm.memory.Memory') ...
add __slots__ into classes under the Computation class
ethereum_py-evm
train
225c4e0b39064d536b6ae1d0134d787c57644ef5
diff --git a/lib/proxy.js b/lib/proxy.js index <HASH>..<HASH> 100644 --- a/lib/proxy.js +++ b/lib/proxy.js @@ -353,9 +353,14 @@ function prepareUrl(url){ function getCertData(pathname){ var fs = require('fs'); - // Support input as Buffer, Stream or Pathname. - if(pathname && fs.existsSync(pathname)){ - retu...
fixed so that it is possible to give an array of credentials per ssl file.
OptimalBits_redbird
train
01a80d619fd42177061787319c6e391ecb367d02
diff --git a/src/pandoc_exporter.js b/src/pandoc_exporter.js index <HASH>..<HASH> 100644 --- a/src/pandoc_exporter.js +++ b/src/pandoc_exporter.js @@ -177,14 +177,14 @@ PandocExporter.Prototype = function() { ]; } - var img = node.getImage(); + var url = node.url; var output = { contents...
Fix pandoc converter to reflect change in Figure node.
substance_converter
train
8de9d35d8614f01f9dbe095e06475b3560c87978
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,7 @@ setup( install_requires=["numpy>=1.14.3", "requests", "ruamel.yaml>=0.15.6", "monty>=3.0.2", "scipy>=1.0.1", "pydispatcher>=2.0.5", "tabulate", "spglib>=1.9.9...
Trying to fix travis problem with pandas
materialsproject_pymatgen
train
ee9edf8fbbcb0f432f53024571d2ad52df9f6f59
diff --git a/core/src/main/java/hudson/slaves/NodeProvisioner.java b/core/src/main/java/hudson/slaves/NodeProvisioner.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/slaves/NodeProvisioner.java +++ b/core/src/main/java/hudson/slaves/NodeProvisioner.java @@ -174,9 +174,12 @@ public class NodeProvisioner...
Improved logging for NodeProvisioner.
jenkinsci_jenkins
train
0b1b37366f7128a08dd7e155f68d5dd4af55ad66
diff --git a/publish.py b/publish.py index <HASH>..<HASH> 100755 --- a/publish.py +++ b/publish.py @@ -233,7 +233,7 @@ if __name__ == "__main__": routine(None, 'Please commit your changes, push and wait if Travis tests build successfully. ' 'Only then merge them into the master.', - ...
fix classifiers in order to make pypi upload work
MrMinimal64_timezonefinder
train
913e56ac6617daa91bb300b6677c67ec0334217e
diff --git a/lib/cli.js b/lib/cli.js index <HASH>..<HASH> 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -1,8 +1,6 @@ var fs = require('fs') var program = require('commander') -var RSVP = require('rsvp') var copyDereferenceSync = require('copy-dereference').sync -var ncp = require('ncp') var broccoli = require('./in...
Clean up stray require calls; thanks JSHint
broccolijs_broccoli
train
e564b27414fea93dbdb6216601249a2246069183
diff --git a/libs/verysimple/Phreeze/GenericRouter.php b/libs/verysimple/Phreeze/GenericRouter.php index <HASH>..<HASH> 100644 --- a/libs/verysimple/Phreeze/GenericRouter.php +++ b/libs/verysimple/Phreeze/GenericRouter.php @@ -151,10 +151,10 @@ class GenericRouter implements IRouter /** * @inheritdocs */ - publ...
Fixed router to use the correct request method
jasonhinkle_phreeze
train
784e1f3b7ee00b37591b34e9524e65620c90a9bc
diff --git a/lib/wool/advice/comment_advice.rb b/lib/wool/advice/comment_advice.rb index <HASH>..<HASH> 100644 --- a/lib/wool/advice/comment_advice.rb +++ b/lib/wool/advice/comment_advice.rb @@ -29,8 +29,7 @@ module Wool # with the implications of comments in their source can safely # discard them. Us...
Refactoring to get rid of old "split_on_char_outside_literal" method.
michaeledgar_laser
train
1dd519d292ba924439d5f15f362124cb598adccb
diff --git a/aws/resource_aws_backup_region_settings_test.go b/aws/resource_aws_backup_region_settings_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_backup_region_settings_test.go +++ b/aws/resource_aws_backup_region_settings_test.go @@ -4,6 +4,7 @@ import ( "testing" "github.com/aws/aws-sdk-go/servi...
Update aws/resource_aws_backup_region_settings_test.go
terraform-providers_terraform-provider-aws
train
bc55e4fc9dd0a5381da2c487de943dbe303e8430
diff --git a/lib/nestful/request.rb b/lib/nestful/request.rb index <HASH>..<HASH> 100644 --- a/lib/nestful/request.rb +++ b/lib/nestful/request.rb @@ -112,7 +112,7 @@ module Nestful def callback(type, *args) procs = self.class.callbacks(type) + callbacks(type) - procs.each {|c| c.call(*args...
make sure we do not try and execute nils
maccman_nestful
train
9c6dd8b7cb2f1265cd7c9bbf3722ce554514d228
diff --git a/news-bundle/contao/News.php b/news-bundle/contao/News.php index <HASH>..<HASH> 100644 --- a/news-bundle/contao/News.php +++ b/news-bundle/contao/News.php @@ -135,7 +135,7 @@ class News extends \Frontend } // Parse the items - if ($objArticle === null) + if ($objArticle !== null) { $arrUrls...
[News] Fixed the issue with news feeds being empty (see #<I>)
contao_contao
train
d55def28016ecb7ec834ca152a254fb35700193e
diff --git a/bingo/image.py b/bingo/image.py index <HASH>..<HASH> 100644 --- a/bingo/image.py +++ b/bingo/image.py @@ -66,7 +66,7 @@ def get_texts(bingo_fields, font): if bingo_field.is_middle(): text += _("\n{time}\nBingo #{board_id}").format( time=bingo_field.board.get_created()...
fix: show the correct board_id on the images. The correct id is board.board_id and not board.id, as "id" is the internal id assigned by django, and "board_id" is the board number on the current site.
allo-_django-bingo
train
f1324a9fc13e9276c796053ac50b19d10677df74
diff --git a/libcontainer/console_linux.go b/libcontainer/console_linux.go index <HASH>..<HASH> 100644 --- a/libcontainer/console_linux.go +++ b/libcontainer/console_linux.go @@ -5,8 +5,6 @@ import ( "os" "syscall" "unsafe" - - "github.com/opencontainers/runc/libcontainer/label" ) // newConsole returns an ini...
Don't label the console as it already has the right label [@cyphar: removed mountLabel argument from .mount().]
opencontainers_runc
train
d11a9314bd003715ae3df7907406f586a6bf75d3
diff --git a/app/helpers/matestack/ui/core/application_helper.rb b/app/helpers/matestack/ui/core/application_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/matestack/ui/core/application_helper.rb +++ b/app/helpers/matestack/ui/core/application_helper.rb @@ -14,12 +14,12 @@ module Matestack def render(...
Remove unused render code + add security warning for isolate The old code was just still there as an orientation help for rendering, not needed anymore. New code is/should be much more intuitive and already points out where the remaining things should go. Also added a security notice that occurred to me while thinkin...
basemate_matestack-ui-core
train
c806261830251fd0739974b21f1c93e90d96ed62
diff --git a/src/Versioned.php b/src/Versioned.php index <HASH>..<HASH> 100644 --- a/src/Versioned.php +++ b/src/Versioned.php @@ -191,7 +191,7 @@ class Versioned extends DataExtension implements TemplateGlobalProvider, Resetta * * or programatically: * - * Config::inst()->update($this->owner->cl...
FIX Use merge instead of update for config calls
silverstripe_silverstripe-versioned
train
8a91a0bd375c7c3bc731a62ae94648d5082f0b00
diff --git a/war/src/main/webapp/scripts/hudson-behavior.js b/war/src/main/webapp/scripts/hudson-behavior.js index <HASH>..<HASH> 100644 --- a/war/src/main/webapp/scripts/hudson-behavior.js +++ b/war/src/main/webapp/scripts/hudson-behavior.js @@ -1515,6 +1515,10 @@ function refreshPart(id,url) { ...
JENKINS-<I> - don't process empty responseText The goal of this function appears to be to replace one content tree with another content tree. If the response is empty, that doesn't result in a content tree, and thus one can't use replaceChild.
jenkinsci_jenkins
train
293847c96f29058705f12de3ecf623378babc7f1
diff --git a/djsld/generator.py b/djsld/generator.py index <HASH>..<HASH> 100644 --- a/djsld/generator.py +++ b/djsld/generator.py @@ -314,10 +314,7 @@ def _as_classification(classification, queryset, field, nclasses, geofield='geom title = '<= %s' % qbin rule = fts.create_rule(title, symbolizer=symbo...
Fix grayscale direction bug If the user created SLDs, the grayscale coloring was the reverse of what was expected. SLDs should now indicate higher values with darker shades of gray.
azavea_django-sld
train
20f10ca27bc77ebc43e02b3c77094c217281fd7e
diff --git a/impl/src/main/java/org/jboss/arquillian/persistence/data/dbunit/dataset/excel/ExcelDataSetBuilder.java b/impl/src/main/java/org/jboss/arquillian/persistence/data/dbunit/dataset/excel/ExcelDataSetBuilder.java index <HASH>..<HASH> 100644 --- a/impl/src/main/java/org/jboss/arquillian/persistence/data/dbunit/d...
Changed class loader to the context class loader for loading data sets.
arquillian_arquillian-extension-persistence
train
22889c54cdfa2351816989fe1e259f62ffe341ba
diff --git a/core/cas-server-core-services-authentication/src/main/java/org/apereo/cas/authentication/principal/WebApplicationServiceFactory.java b/core/cas-server-core-services-authentication/src/main/java/org/apereo/cas/authentication/principal/WebApplicationServiceFactory.java index <HASH>..<HASH> 100644 --- a/core/...
allow localhost to be authorized when collecting request params (cherry picked from commit d<I>f<I>b<I>bbdc<I>d4ff<I>b<I>bbd<I>)
apereo_cas
train
0fc0967462da0f020a7675a79818df0a65bf6b42
diff --git a/internal/service/autoscaling/group.go b/internal/service/autoscaling/group.go index <HASH>..<HASH> 100644 --- a/internal/service/autoscaling/group.go +++ b/internal/service/autoscaling/group.go @@ -1,6 +1,6 @@ package autoscaling -import ( // nosemgrep: aws-sdk-go-multiple-service-imports +import ( "b...
Fix semgrep 'aws-sdk-go-multiple-service-imports' errors.
terraform-providers_terraform-provider-aws
train
c46d9874d46db91ff9527a423fb8e7d3e45dce4a
diff --git a/test_maya.py b/test_maya.py index <HASH>..<HASH> 100644 --- a/test_maya.py +++ b/test_maya.py @@ -1,3 +1,6 @@ +import pytest +from datetime import datetime + import maya @@ -43,10 +46,29 @@ def test_dt_tz_naive(): def test_random_date(): - d = maya.when('11-17-11') + d = maya.when('11-17-11...
Just add some tests to have full coverage Now it's 💯 % coverage, i don't if it's good or bad but it was easy :)
kennethreitz_maya
train
303ed6f916e2f4825181b3c48d473cfd43e267f8
diff --git a/line-bot-model/src/main/java/com/linecorp/bot/model/response/NarrowcastProgressResponse.java b/line-bot-model/src/main/java/com/linecorp/bot/model/response/NarrowcastProgressResponse.java index <HASH>..<HASH> 100644 --- a/line-bot-model/src/main/java/com/linecorp/bot/model/response/NarrowcastProgressRespon...
Add acceptedTime and completedTime fields in response of the narrowcast progress API. (#<I>)
line_line-bot-sdk-java
train
cde2927cbf8e298527bb698228c36f81bfb4619b
diff --git a/hydpy/core/parametertools.py b/hydpy/core/parametertools.py index <HASH>..<HASH> 100644 --- a/hydpy/core/parametertools.py +++ b/hydpy/core/parametertools.py @@ -260,14 +260,14 @@ class Parameter(objecttools.ValueMath): """The parameter time step size new parameter values might be related ...
Improve properties "simulationstep" and "parameterstep" of the Parameter class (paramtertools). - "simulationstep" is now a setable property - the underlying attributes "_simulationstep" and "_parameterstep" are now handled as class attributes consistently.
hydpy-dev_hydpy
train
c09744676b11f8c84dbe61849305d5cafa51575f
diff --git a/src/Cartalyst/Sentry/Facades/CI/Sentry.php b/src/Cartalyst/Sentry/Facades/CI/Sentry.php index <HASH>..<HASH> 100644 --- a/src/Cartalyst/Sentry/Facades/CI/Sentry.php +++ b/src/Cartalyst/Sentry/Facades/CI/Sentry.php @@ -85,7 +85,7 @@ class Sentry { } return new BaseSentry( - new UserProvider(new Na...
Fixing Facades, aiming for #<I>.
cartalyst_sentry
train