hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
c956639f2ee9ae49dacbad203ac98cdfc7565ab9
diff --git a/pools.go b/pools.go index <HASH>..<HASH> 100644 --- a/pools.go +++ b/pools.go @@ -1691,8 +1691,10 @@ func GetSystemBucket(c *Client, p *Pool, name string) (*Bucket, error) { "saslPassword": "donotuse", } var ret interface{} + // allow "bucket already exists" error in case duplicate create + // ...
MB-<I> Allow 'already exists' error when creating system bucket/scope/colletion (duplicated create simultaneously) Change-Id: I<I>dc<I>a<I>ccf<I>b<I>f<I>e<I>cc5b Reviewed-on: <URL>
couchbase_go-couchbase
train
ad7952a54bbdc6724b38a142ea547bd8d753f069
diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/source/coordinator/SourceCoordinatorProvider.java b/flink-runtime/src/main/java/org/apache/flink/runtime/source/coordinator/SourceCoordinatorProvider.java index <HASH>..<HASH> 100644 --- a/flink-runtime/src/main/java/org/apache/flink/runtime/source/coord...
[FLINK-<I>][core] Remove CoordinatorExecutorThreadFactory thread creation guards
apache_flink
train
008b99b5a4ef771154ff4e5b50b2ea95ea8d3fb3
diff --git a/hbmqtt/mqtt/protocol/handler.py b/hbmqtt/mqtt/protocol/handler.py index <HASH>..<HASH> 100644 --- a/hbmqtt/mqtt/protocol/handler.py +++ b/hbmqtt/mqtt/protocol/handler.py @@ -57,7 +57,10 @@ class ProtocolHandler: self._writer_stopped = asyncio.Event(loop=self._loop) self.outgoing_queue =...
Begin publish message management refactoring
beerfactory_hbmqtt
train
20199351e66c50935b33dfa6b80b8492e2ffe325
diff --git a/salt/utils/schedule.py b/salt/utils/schedule.py index <HASH>..<HASH> 100644 --- a/salt/utils/schedule.py +++ b/salt/utils/schedule.py @@ -379,6 +379,11 @@ class Schedule(object): jobcount = 0 for basefilename in os.listdir(salt.minion.get_proc_dir(self.opts['cachedir'])): ...
backporting #<I> to <I>
saltstack_salt
train
c07a44f02cf4a895e331f4f473c0943ee116c668
diff --git a/integration/run_test.go b/integration/run_test.go index <HASH>..<HASH> 100644 --- a/integration/run_test.go +++ b/integration/run_test.go @@ -238,6 +238,9 @@ var _ = Describe("Running Specs", func() { output := string(session.Out.Contents()) nodes := runtime.NumCPU() + if nodes == 1 { + ...
Fix tests for single node machine (#<I>)
onsi_ginkgo
train
d57fdbc6a0b7aa6c5823ee33c31c05b54e3e6833
diff --git a/salt/modules/pw_group.py b/salt/modules/pw_group.py index <HASH>..<HASH> 100644 --- a/salt/modules/pw_group.py +++ b/salt/modules/pw_group.py @@ -136,6 +136,8 @@ def members(name, members_list): ''' Replaces members of the group with a provided list. + .. versionadded:: 2015.5.4 + CLI E...
Add versionadded to new members function
saltstack_salt
train
99296ec696cdd6b8a84aa30a0c1481cd95aa6385
diff --git a/lib/Alchemy/Phrasea/Application/Setup.php b/lib/Alchemy/Phrasea/Application/Setup.php index <HASH>..<HASH> 100644 --- a/lib/Alchemy/Phrasea/Application/Setup.php +++ b/lib/Alchemy/Phrasea/Application/Setup.php @@ -58,8 +58,8 @@ return call_user_func(function() } ...
rename service.yml in services.yml
alchemy-fr_Phraseanet
train
bc1d5199381fda4a9982161d3383685de380f3d6
diff --git a/grunt.js b/grunt.js index <HASH>..<HASH> 100644 --- a/grunt.js +++ b/grunt.js @@ -16,6 +16,7 @@ grunt.initConfig({ jshint: { qunit: { options: { + onevar: true, browser: true, bitwise: true, curly: true,
Upgrade to onevar linting
JamesMGreene_qunit-assert-html
train
c1523083e0a061d5ccf2cc2261c434af73d7e6d8
diff --git a/src/androidTest/java/com/couchbase/lite/AttachmentsTest.java b/src/androidTest/java/com/couchbase/lite/AttachmentsTest.java index <HASH>..<HASH> 100644 --- a/src/androidTest/java/com/couchbase/lite/AttachmentsTest.java +++ b/src/androidTest/java/com/couchbase/lite/AttachmentsTest.java @@ -886,16 +886,13 @@...
Avoid to use `Attachment.getGZipped()` which is mainly internal use only.
couchbase_couchbase-lite-android
train
4c63d39b6272b3f076ac029ee8b513393fd6b7fe
diff --git a/tests/unit/Controllers/ODataControllerTest.php b/tests/unit/Controllers/ODataControllerTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/Controllers/ODataControllerTest.php +++ b/tests/unit/Controllers/ODataControllerTest.php @@ -18,7 +18,7 @@ class ODataControllerTest extends TestCase * Sets up ...
Make setUp/tearDown test methods public
Algo-Web_POData-Laravel
train
7c29234ed0a7cc9c01b5817d6d9227a6ca950f3c
diff --git a/lib/cronofy/client.rb b/lib/cronofy/client.rb index <HASH>..<HASH> 100644 --- a/lib/cronofy/client.rb +++ b/lib/cronofy/client.rb @@ -1155,15 +1155,18 @@ module Cronofy # # Returns a RealTimeSchedulingStatus. # + # Raises ArgumentError if no 'id' argument is passed. # Raises Cronofy:...
verify id argument is passed to disable
cronofy_cronofy-ruby
train
f3348d6e13922f0812c4c0d714e1c8db9ff03ad7
diff --git a/raft/node_test.go b/raft/node_test.go index <HASH>..<HASH> 100644 --- a/raft/node_test.go +++ b/raft/node_test.go @@ -52,7 +52,7 @@ func TestNodeRestart(t *testing.T) { want := Ready{ State: st, - // commit upto index 1 + // commit upto index commit index in st CommittedEntries: entries[:st.Com...
raft: fix the comment in test
etcd-io_etcd
train
2bd7f364472cc641be74afd9f6c6a1f5bce4d19b
diff --git a/GestureHandler.js b/GestureHandler.js index <HASH>..<HASH> 100644 --- a/GestureHandler.js +++ b/GestureHandler.js @@ -93,7 +93,7 @@ const GestureHandlerPropTypes = { }), ]), onGestureEvent: PropTypes.oneOfType([PropTypes.func, PropTypes.object]), - onHandlerStateChange: PropTypes.func, + onHan...
Allow onHandlerStateChange to be an object (#<I>) This enables onHandlerStateChange to be passed an Animated.Event which is technically not a function. Support for that case already exists, but was not represented in propTypes.
kmagiera_react-native-gesture-handler
train
4d25636c9f85ab7158a888a4dee776ec6372e8bc
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,7 @@ "require-dev": { "doctrine/data-fixtures": "1.0.*", "doctrine/orm": "~2.2,>=2.2.3", + "fabpot/php-cs-fixer": "@stable", "phpunit/phpunit": "4.1.*", ...
We are using php-cs-fixer for syntax check.
authbucket_oauth2-php
train
696bc5d836236c414319303dd5057cb59db40d0d
diff --git a/pages/_app.js b/pages/_app.js index <HASH>..<HASH> 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -8,7 +8,7 @@ import getComponents from '../docs/markdown' import {config, requirePage, rootPage} from '../docs/utils' import {CONTENT_MAX_WIDTH} from '../docs/constants' -import '../index.scss' +import ...
fix: fix path to index.scss in _app.js
primer_css
train
efa5aa20c23b19f8b9702f17fa7a7108349ed9f5
diff --git a/src/database/migrations/2016_10_18_122500_convert_asset_tags_to_albums.php b/src/database/migrations/2016_10_18_122500_convert_asset_tags_to_albums.php index <HASH>..<HASH> 100644 --- a/src/database/migrations/2016_10_18_122500_convert_asset_tags_to_albums.php +++ b/src/database/migrations/2016_10_18_12250...
Fixed bug in migration to convert asset tags to albums
boomcms_boom-core
train
ebfa6a0e2dcb6ac4c657574ffa3b649702b1d323
diff --git a/core/src/test/java/hudson/LauncherTest.java b/core/src/test/java/hudson/LauncherTest.java index <HASH>..<HASH> 100644 --- a/core/src/test/java/hudson/LauncherTest.java +++ b/core/src/test/java/hudson/LauncherTest.java @@ -51,7 +51,8 @@ public class LauncherTest extends ChannelTestCase { assertTrue...
the test is still failing. adding more delay git-svn-id: <URL>
jenkinsci_jenkins
train
f040d6e29bd2f81537e13a83fcd9b551a7bb7d8c
diff --git a/lib/bitmap/rbbitmap.rb b/lib/bitmap/rbbitmap.rb index <HASH>..<HASH> 100644 --- a/lib/bitmap/rbbitmap.rb +++ b/lib/bitmap/rbbitmap.rb @@ -24,6 +24,8 @@ module ImageRuby module RubyBitmapModl + attr_reader :width + attr_reader :height def initialize_bitmap_representation(width_, height_)...
added width and height accessors to ruby bitmap
tario_imageruby
train
29b1fa5556656ab004134e27df126704047afc2e
diff --git a/state/apiserver/backup.go b/state/apiserver/backup.go index <HASH>..<HASH> 100644 --- a/state/apiserver/backup.go +++ b/state/apiserver/backup.go @@ -4,8 +4,11 @@ package apiserver import ( + "encoding/json" "fmt" + "io" "net/http" + "os" "github.com/juju/juju/state/api/params" ) @@ -21,13 +24...
Prototype of backup download handler
juju_juju
train
3044dde9979e504b8016f7b0c960d5dc2935961f
diff --git a/src/Kunstmaan/UserManagementBundle/Controller/UsersController.php b/src/Kunstmaan/UserManagementBundle/Controller/UsersController.php index <HASH>..<HASH> 100644 --- a/src/Kunstmaan/UserManagementBundle/Controller/UsersController.php +++ b/src/Kunstmaan/UserManagementBundle/Controller/UsersController.php @...
[UserManagementBundle] Add missing final keyword to controller
Kunstmaan_KunstmaanBundlesCMS
train
db68bbda1ddb7a625c10c2d784b83e42912cfd26
diff --git a/test/router.spec.js b/test/router.spec.js index <HASH>..<HASH> 100644 --- a/test/router.spec.js +++ b/test/router.spec.js @@ -44,6 +44,30 @@ describe('Restify Router', function () { }); + it('Should add simple GET route with prefix to server', function (done) { + + var router = new Router(...
Adding tests for path prefixes
ukayani_restify-router
train
1ca45cdd9bcedb451e5aa9a54b72425f4bccadcc
diff --git a/lib/libusb/context.rb b/lib/libusb/context.rb index <HASH>..<HASH> 100644 --- a/lib/libusb/context.rb +++ b/lib/libusb/context.rb @@ -31,7 +31,10 @@ module LIBUSB # @return [IO] IO object bound to the file descriptor. def io - IO.new @fd + rio = IO.new @fd + # autoclos...
Avoid closing of pollfds by the Ruby GC when used as IO object.
larskanis_libusb
train
1782cd6a60d56edec2c1daed1f73b94cc1c017a0
diff --git a/falafel/mappers/tests/test_xfs_info.py b/falafel/mappers/tests/test_xfs_info.py index <HASH>..<HASH> 100644 --- a/falafel/mappers/tests/test_xfs_info.py +++ b/falafel/mappers/tests/test_xfs_info.py @@ -41,7 +41,6 @@ realtime =none extsz=524288 blocks=0, rtextents=0 assert xfs['data']['sun...
Added another example of a more recent xfs_info
RedHatInsights_insights-core
train
74112839a7fa8038290a71a14c0d1eade4ceada1
diff --git a/lib/DB/dsql/mysql.php b/lib/DB/dsql/mysql.php index <HASH>..<HASH> 100644 --- a/lib/DB/dsql/mysql.php +++ b/lib/DB/dsql/mysql.php @@ -22,7 +22,7 @@ class DB_dsql_mysql extends DB_dsql { function init(){ parent::init(); - $this->sql_templates['update']="update [table] [join] set [set] ...
Explicit revert to @<I>a<I>e [join] query Revert to @<I>a<I>e<I>e9a<I>c<I>f7a6befd6bfeb<I>, it should be tested properly and include in next version.
atk4_atk4
train
7be2014b17ea5aeb2216b14034101a47f6453e2b
diff --git a/spec/celluloid/tasks/task_thread_spec.rb b/spec/celluloid/tasks/task_thread_spec.rb index <HASH>..<HASH> 100644 --- a/spec/celluloid/tasks/task_thread_spec.rb +++ b/spec/celluloid/tasks/task_thread_spec.rb @@ -1,5 +1,8 @@ require 'spec_helper' describe Celluloid::TaskThread do - it_behaves_like "a Cel...
Mark Celluloid::TaskThread specs as pending
celluloid_celluloid
train
3457afb15399612cf368a1afb26490f87f5436ff
diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index <HASH>..<HASH> 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -27,38 +27,26 @@ file that was distributed with this source code. HEADER; $rules = [ - '@PHP70Migration' => true, - '@PHP70Migration:risky' => true, - '@PHP7...
DevKit updates for 4.x branch (#<I>) * DevKit updates * Fix cs
sonata-project_SonataBlockBundle
train
1e00968c335f3a7d2514cf4988c484ebdfa0a6cd
diff --git a/lib/codemirror.js b/lib/codemirror.js index <HASH>..<HASH> 100644 --- a/lib/codemirror.js +++ b/lib/codemirror.js @@ -2484,8 +2484,10 @@ var CodeMirror = (function() { if (wrapWBR) html.push("<wbr>"); } html.push(open); - span_(text.slice(wrapAt - outPos)...
Fix wrapping measuring in Opera Which apparently assigns an offsetLeft of 0 to spans that are wrapped (rather than using the offset of the first character, as other browsers do) Closes #<I>
codemirror_CodeMirror
train
54d2978d0beeb07a1a0be312f015242a0ae269c7
diff --git a/src/components/song.js b/src/components/song.js index <HASH>..<HASH> 100644 --- a/src/components/song.js +++ b/src/components/song.js @@ -100,7 +100,7 @@ export default class Song extends Component { } } componentWillUnmount() { - this.context.close(); + this.audioContext.close(); } ...
Fix use of incorrect context Audio context, react context, what is life even?
FormidableLabs_react-music
train
b1e5634f05c239358692f3582572861ada78a420
diff --git a/network.js b/network.js index <HASH>..<HASH> 100644 --- a/network.js +++ b/network.js @@ -2451,7 +2451,7 @@ function onWebsocketMessage(message) { if (ws.readyState !== ws.OPEN) return; - console.log('RECEIVED '+message+' from '+ws.peer); + console.log('RECEIVED '+(message.length > 1000 ? message.s...
truncate received messages as console.log under nwjs crashes with "ERROR:ipc_channel_reader.cc(<I>)] IPC message is too big" when trying to log an extremely long message
byteball_ocore
train
cc9152c63b7053d26e4a618a4ee44aa220a06c54
diff --git a/lib/chef/provisioning/aws_driver/driver.rb b/lib/chef/provisioning/aws_driver/driver.rb index <HASH>..<HASH> 100644 --- a/lib/chef/provisioning/aws_driver/driver.rb +++ b/lib/chef/provisioning/aws_driver/driver.rb @@ -54,6 +54,8 @@ module AWSDriver access_key_id: credentials[:aws_access_key_id...
AWS Proxy & Session Token Support As a Enterprise User I need tell chef-provisioning to use my corporate proxy and also my session token so I can pass-through and reach Amazon EC2.
chef_chef-provisioning-aws
train
99350065d6d3597a2224a25ef6c393201efee0e8
diff --git a/simulator/src/main/java/com/hazelcast/simulator/protocol/handler/SimulatorFrameDecoder.java b/simulator/src/main/java/com/hazelcast/simulator/protocol/handler/SimulatorFrameDecoder.java index <HASH>..<HASH> 100644 --- a/simulator/src/main/java/com/hazelcast/simulator/protocol/handler/SimulatorFrameDecoder....
Created constants to improve readability of SimulatorFrameDecoder.
hazelcast_hazelcast-simulator
train
da2df693013d1724d742e3dc3a92db9210504d1e
diff --git a/builder/hyperv/common/step_export_vm.go b/builder/hyperv/common/step_export_vm.go index <HASH>..<HASH> 100644 --- a/builder/hyperv/common/step_export_vm.go +++ b/builder/hyperv/common/step_export_vm.go @@ -10,51 +10,27 @@ import ( ) type StepExportVm struct { - OutputDir string - SkipCompaction bo...
Remove disk compaction from the export step
hashicorp_packer
train
9abf50791658e7add276f0234461f4eb0b05e6fb
diff --git a/bokeh/document.py b/bokeh/document.py index <HASH>..<HASH> 100644 --- a/bokeh/document.py +++ b/bokeh/document.py @@ -8,6 +8,7 @@ from __future__ import absolute_import import logging logger = logging.getLogger(__file__) +from functools import wraps from json import loads from six import string_typ...
add a decorator to allow callbacks to execute without a lock
bokeh_bokeh
train
e66df5816e6686fd7f8be8429e6357929df3b1ea
diff --git a/libarchive/adapters/archive_entry.py b/libarchive/adapters/archive_entry.py index <HASH>..<HASH> 100644 --- a/libarchive/adapters/archive_entry.py +++ b/libarchive/adapters/archive_entry.py @@ -96,7 +96,7 @@ class ArchiveEntry(object): @property def filetype(self): filetype = _archive_en...
Update archive_entry.py Fixing a bug in filetype detection for the ArchiveEntry class, which caused multiple IF* flags to be set for certain filetypes.
dsoprea_PyEasyArchive
train
9bd4f8363b9ca4fbdc97cacf5f04685fee379234
diff --git a/deployment-scanner/src/main/java/org/jboss/as/server/deployment/scanner/DeploymentScannerAdd.java b/deployment-scanner/src/main/java/org/jboss/as/server/deployment/scanner/DeploymentScannerAdd.java index <HASH>..<HASH> 100644 --- a/deployment-scanner/src/main/java/org/jboss/as/server/deployment/scanner/Dep...
AS7-<I> Set the scan interval on the boot time scanner was: <I>e4d<I>e5a<I>a<I>ddc7fe<I>
wildfly_wildfly-core
train
510adc5f8b6fc4c208cf9aab72b1ade41dd95566
diff --git a/lib/graphql/internal_representation/node.rb b/lib/graphql/internal_representation/node.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/internal_representation/node.rb +++ b/lib/graphql/internal_representation/node.rb @@ -6,8 +6,9 @@ module GraphQL DEFAULT_TYPED_CHILDREN = Proc.new { |h, k| h[k] = {...
Freeze _after_ modifying the object, ya dummy
rmosolgo_graphql-ruby
train
4a9e75eb5dc3e98866d252ac67958f6a6699b6e0
diff --git a/axes/tests/test_access_attempt.py b/axes/tests/test_access_attempt.py index <HASH>..<HASH> 100644 --- a/axes/tests/test_access_attempt.py +++ b/axes/tests/test_access_attempt.py @@ -400,7 +400,6 @@ class AccessAttemptTest(TestCase): """Tests that the failure attempts does not reset after one succe...
Removed absolete print statements.
jazzband_django-axes
train
31478b90128a60585c087bee57d31148677a99cd
diff --git a/src/ajax.js b/src/ajax.js index <HASH>..<HASH> 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -266,7 +266,7 @@ jQuery.extend({ converters: { // Convert anything to text - "* text": window.String, + "* text": String, // Text to html (true = no transformation) "text html": true,
Optimisation: Use String instead of window.String. Close gh-<I>. Follows-up <I>e<I>b<I>e<I>e<I>b<I>f<I>ca<I>fb<I>b<I>.
jquery_jquery
train
608aaffd44f9468c98815cf8a6da3bbde5d64ca4
diff --git a/dist/webgme.classes.build.js b/dist/webgme.classes.build.js index <HASH>..<HASH> 100644 --- a/dist/webgme.classes.build.js +++ b/dist/webgme.classes.build.js @@ -14340,7 +14340,7 @@ define('client',[ } }); } else { - if(redoerNeedsClean){...
cleaning after undo / redo done Former-commit-id: <I>af0aba6a<I>cd<I>ac<I>e<I>db4cce1d<I>ef
webgme_webgme-engine
train
a1ff93f1fc6ef475ab7f038865be7f7a1196dc3b
diff --git a/src/util.js b/src/util.js index <HASH>..<HASH> 100644 --- a/src/util.js +++ b/src/util.js @@ -279,7 +279,7 @@ export default { j = bin.length; for (var i = 0; i < j; i += bs) { - result.push(String.fromCharCode.apply(String, bin.slice(i, i+bs < j ? i+bs : j))); + result.push(String....
not all platforms implement TypedArray.slice
openpgpjs_openpgpjs
train
f7aaf3e4806d659492464275b153161868a9e7b9
diff --git a/v2/apierror/apierror.go b/v2/apierror/apierror.go index <HASH>..<HASH> 100644 --- a/v2/apierror/apierror.go +++ b/v2/apierror/apierror.go @@ -28,7 +28,7 @@ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // Package apierror implements a wrapper error for parsing error details fr...
fix: update apierror docs with HTTP support (#<I>)
googleapis_gax-go
train
008b9121e8fc68d4eeef7b36c36601fac758cb3a
diff --git a/lib/spade.js b/lib/spade.js index <HASH>..<HASH> 100644 --- a/lib/spade.js +++ b/lib/spade.js @@ -45,7 +45,7 @@ exports.Spade = ( function () { // Redis default address host : '127.0.0.1' , port : 6379 - , family : 'Ipv4' + ...
fixed address family option for node <I>.x, now is null for default. On branch master modified: lib/spade.js modified: test/pubsub-mode-ping-test.js
rootslab_spade
train
27739ca7951c2ff488679d88c133ad3fb2321a60
diff --git a/Tone/core/Clock.js b/Tone/core/Clock.js index <HASH>..<HASH> 100644 --- a/Tone/core/Clock.js +++ b/Tone/core/Clock.js @@ -166,7 +166,9 @@ define(["Tone/core/Tone", "Tone/signal/TimelineSignal", "Tone/core/TimelineState //if it's started var lookAhead = Tone.Clock.lookAhead; var updateInterval = To...
changing name of private lookAhead member and adding 'lag' member ‘lag’ is the amount that the clock is falling behind the desired update interval
Tonejs_Tone.js
train
b51eee3605f2e51186120b0781e2b4d016a5ce3d
diff --git a/mythril/mythril.py b/mythril/mythril.py index <HASH>..<HASH> 100644 --- a/mythril/mythril.py +++ b/mythril/mythril.py @@ -317,7 +317,7 @@ class Mythril(object): try: # import signatures from solidity source - self.sigs.import_from_solidity_source(file) + ...
First step to fix the solc_args option
ConsenSys_mythril-classic
train
cbccb25b144e01ffaa19511b33c7ecf00ecf680e
diff --git a/rails_panel/assets/javascripts/devtools.js b/rails_panel/assets/javascripts/devtools.js index <HASH>..<HASH> 100644 --- a/rails_panel/assets/javascripts/devtools.js +++ b/rails_panel/assets/javascripts/devtools.js @@ -1,5 +1,5 @@ -chrome.devtools.panels.create("RailsPanel", +chrome.devtools.panels.create...
change title to just "Rails"
dejan_rails_panel
train
f5a02387ad3579f72f2683951ffb735414960dc6
diff --git a/polyjdbc-core/src/main/java/org/polyjdbc/core/PolyJDBC.java b/polyjdbc-core/src/main/java/org/polyjdbc/core/PolyJDBC.java index <HASH>..<HASH> 100644 --- a/polyjdbc-core/src/main/java/org/polyjdbc/core/PolyJDBC.java +++ b/polyjdbc-core/src/main/java/org/polyjdbc/core/PolyJDBC.java @@ -35,6 +35,8 @@ import ...
exposing dialect in polyJDBC instance
polyjdbc_polyjdbc
train
b8b104c20ecf6deef0bb20f8fa589b9a7be5b006
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -63,7 +63,7 @@ var hast = zwitch('type', { handlers: { root: wrap(assertRoot), element: wrap(assertElement), - doctype: wrap(assertDoctype), + doctype: _void, comment: literal, text: literal } @...
Remove support for non-HTML doctypes Related to hast@<I>
syntax-tree_hast-util-assert
train
e727cdc2f0459bd5cb69d604f75730085493d928
diff --git a/tests/python/unittest/test_ndarray.py b/tests/python/unittest/test_ndarray.py index <HASH>..<HASH> 100644 --- a/tests/python/unittest/test_ndarray.py +++ b/tests/python/unittest/test_ndarray.py @@ -19,6 +19,7 @@ import os import mxnet as mx import numpy as np import pickle as pkl +import unittest from...
Disable the test test_batchnorm_training and test_cached (#<I>)
apache_incubator-mxnet
train
111c8eb4e66815c7d00150c1b41dcb63dbf8579c
diff --git a/spec/shared_stripe_examples/bank_examples.rb b/spec/shared_stripe_examples/bank_examples.rb index <HASH>..<HASH> 100644 --- a/spec/shared_stripe_examples/bank_examples.rb +++ b/spec/shared_stripe_examples/bank_examples.rb @@ -40,7 +40,7 @@ shared_examples 'Bank API' do expect(bank.last4).to eq("6789")...
only activated accounts can create new accounts
rebelidealist_stripe-ruby-mock
train
7f4bacaf02d9be25d6b9c88031883b64e26ab132
diff --git a/src/__tests__/react.js b/src/__tests__/react.js index <HASH>..<HASH> 100644 --- a/src/__tests__/react.js +++ b/src/__tests__/react.js @@ -50,7 +50,7 @@ test( ) ) -/* test( +test.skip( "should add an extension with a lone attribute with a default boolean value", t => t.snapshot( transformTo...
change: skip react boolean attribute test instead of commenting it
medfreeman_remark-generic-extensions
train
a6223c2344b9809ed647e33538d81624c65a6f39
diff --git a/samples/memfs/dir.go b/samples/memfs/dir.go index <HASH>..<HASH> 100644 --- a/samples/memfs/dir.go +++ b/samples/memfs/dir.go @@ -4,6 +4,8 @@ package memfs import ( + "fmt" + "github.com/jacobsa/fuse" "github.com/jacobsa/fuse/fuseutil" "github.com/jacobsa/gcloud/syncutil" @@ -11,12 +13,6 @@ impor...
Implemented missing memDir methods.
jacobsa_fuse
train
2efbd1b4c93f3d5075a959c21ca379d64ee65d59
diff --git a/penn/laundry.py b/penn/laundry.py index <HASH>..<HASH> 100644 --- a/penn/laundry.py +++ b/penn/laundry.py @@ -92,7 +92,7 @@ class Laundry(object): machine_type = cols[1].getText() if machine_type == "Washer": washers = Laundry.update_machine_object(col...
Fixed bug where dryer output was plus one
pennlabs_penn-sdk-python
train
097ce47bfcdcd348371a6cea4c2e5d030a768b21
diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js index <HASH>..<HASH> 100644 --- a/js/bootstrap-select.js +++ b/js/bootstrap-select.js @@ -1930,6 +1930,13 @@ $optgroup = $option.parent('optgroup'), maxOptions = that.options.maxOptions, maxOptionsGrp = $optgroup.d...
reset activeIndex if retainActive is false every time an option is selected (not just when multiple). fix #9
snapappointments_bootstrap-select
train
6002a59e96ee1ae71808a34f0dcb0526eadd1799
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -11,15 +11,20 @@ setup( classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", + "Topic :: Internet :: WWW/HTTP", "Environment :: ...
more classifiers for pypi
atl_py-http-signature
train
aa13db0e03280909b3d72a4b80003c504f87233e
diff --git a/lib/joumae/command.rb b/lib/joumae/command.rb index <HASH>..<HASH> 100644 --- a/lib/joumae/command.rb +++ b/lib/joumae/command.rb @@ -29,8 +29,16 @@ module Joumae Open3.popen3("bash") do |i, o, e, w| i.write cmd i.close - o.each do |line| puts line end - e.e...
Stop buffering standard output/error of subprocesses
crowdworks_joumae-ruby
train
3c0b8ffe6a2603928f17a36e082ca0b802406558
diff --git a/src/main/java/com/mebigfatguy/fbcontrib/collect/CollectStatistics.java b/src/main/java/com/mebigfatguy/fbcontrib/collect/CollectStatistics.java index <HASH>..<HASH> 100755 --- a/src/main/java/com/mebigfatguy/fbcontrib/collect/CollectStatistics.java +++ b/src/main/java/com/mebigfatguy/fbcontrib/collect/Coll...
tighten down constraining methods more, if return type is derived from constrained return type
mebigfatguy_fb-contrib
train
87adfbe3c70bb202ff4ca91c2de9f079417def59
diff --git a/main/java/uk/co/real_logic/sbe/XmlSchemaParser.java b/main/java/uk/co/real_logic/sbe/XmlSchemaParser.java index <HASH>..<HASH> 100644 --- a/main/java/uk/co/real_logic/sbe/XmlSchemaParser.java +++ b/main/java/uk/co/real_logic/sbe/XmlSchemaParser.java @@ -110,10 +110,41 @@ public class XmlSchemaParser ...
some comments on messages, fields, and group
real-logic_simple-binary-encoding
train
8cf39d4eb8b1623fc1e9b6ede6f010e5e4c67b3f
diff --git a/src/Rocketeer/Abstracts/Strategies/AbstractCheckStrategy.php b/src/Rocketeer/Abstracts/Strategies/AbstractCheckStrategy.php index <HASH>..<HASH> 100644 --- a/src/Rocketeer/Abstracts/Strategies/AbstractCheckStrategy.php +++ b/src/Rocketeer/Abstracts/Strategies/AbstractCheckStrategy.php @@ -53,7 +53,7 @@ abs...
Add npm manager to Node check strategy
rocketeers_rocketeer
train
600bab10dd706646a2c10aa18746eb068678e8e9
diff --git a/view/frontend/web/js/view/payment/method-renderer/checkoutcom_card_payment.js b/view/frontend/web/js/view/payment/method-renderer/checkoutcom_card_payment.js index <HASH>..<HASH> 100755 --- a/view/frontend/web/js/view/payment/method-renderer/checkoutcom_card_payment.js +++ b/view/frontend/web/js/view/payme...
CHECMAG<I>-<I>: fix cardholder name if not exist with credit card payment method
checkout_checkout-magento2-plugin
train
f6570e24f8873efb93b75658064760cb412a4192
diff --git a/core/agent_core.go b/core/agent_core.go index <HASH>..<HASH> 100644 --- a/core/agent_core.go +++ b/core/agent_core.go @@ -34,7 +34,7 @@ var ( type Agent struct { MaxStartupTime time.Duration plugins []*NamedPlugin - log logging.Logger + logging.Logger } const ( @@ -56,7 +56,7 @@ ...
Fix origin location in log + expose agent's logger
ligato_cn-infra
train
0ef65d7a4d728058f68bbc2f562ad43f6eaed017
diff --git a/tests/test_html_parser.py b/tests/test_html_parser.py index <HASH>..<HASH> 100644 --- a/tests/test_html_parser.py +++ b/tests/test_html_parser.py @@ -28,3 +28,14 @@ def test_annotated_text(): assert to_unicode(document.paragraphs[1].sentences[0]) == "Tento text je tu aby vyplnil prázdne miesto v srd...
added url html parser test.
miso-belica_sumy
train
505777454e1f2367dd46954fbc124973178ff959
diff --git a/backtrader/cerebro.py b/backtrader/cerebro.py index <HASH>..<HASH> 100644 --- a/backtrader/cerebro.py +++ b/backtrader/cerebro.py @@ -18,9 +18,14 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # ################################################################################ ...
Lookahead to the end support - Lookahead would break if x bars were requested and less than x bars were remaining - A LineBuffer can be extended to avoid that - Cerebro will extend datas according to the lookahead parameter before running through the loop - Cerebro now uses metabase.MetaParams for configuration and he...
backtrader_backtrader
train
b423c9e2835f1db4972a11e548f1e50261460fac
diff --git a/test/xpath/test_equality_operators.py b/test/xpath/test_equality_operators.py index <HASH>..<HASH> 100644 --- a/test/xpath/test_equality_operators.py +++ b/test/xpath/test_equality_operators.py @@ -38,7 +38,7 @@ def test_equals_operator_interprets_integer_and_fractional_numbers_correctly(): assert act...
Should have renamed that test in the last check-in.
rbwinslow_hq
train
fd32f1b2d07b3287ebf96d2e0c1c0d1802cf3f8d
diff --git a/src/Models/Release.php b/src/Models/Release.php index <HASH>..<HASH> 100644 --- a/src/Models/Release.php +++ b/src/Models/Release.php @@ -159,7 +159,7 @@ final class Release /* * @see https://bugs.php.net/bug.php?id=79296 */ - if(filesize($this->getStoragePath()) === 0) ...
Apply fixes from StyleCI (#<I>)
codedge_laravel-selfupdater
train
452f4ae8761a17e792a324597d8fb78559c70912
diff --git a/tests/test_util.py b/tests/test_util.py index <HASH>..<HASH> 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -31,7 +31,10 @@ class FakeSP(Saml2Client): acs = self.config.getattr('endpoints', 'sp')[ 'assertion_consumer_service'] # just pick one - endp, retur...
Pick the right binding dynamic instead of static.
IdentityPython_SATOSA
train
cc67d189cacb3c75922ce5d849554fac52e179ba
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ setup( classifiers=[ 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: MIT License', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python...
State compatibility with Python <I>
amol-_dukpy
train
369b1844b19680c95be3776c50e70dca409c51c6
diff --git a/tests/conftest.py b/tests/conftest.py index <HASH>..<HASH> 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -23,7 +23,7 @@ def runner(monkeypatch, mocker): # 'project_name': 'test_model', 'files': ['weights.h5'], # 'attach': False, 'team_name': 'Manu...
We cut off modern support at <I>... sorry for bad naming (#<I>)
wandb_client
train
39041ad08de58149a0974b25c4d29728aa050baf
diff --git a/test/position/bk-test.js b/test/position/bk-test.js index <HASH>..<HASH> 100644 --- a/test/position/bk-test.js +++ b/test/position/bk-test.js @@ -159,6 +159,28 @@ describe("position/bk", function() { }); }); + it("aligns correctly even regardless of node name / insertion order", function()...
Add test for insertion-independence in verticalAlignment
dagrejs_dagre
train
c53d655a70e575bd6538ce2e367ae37cf3ba2418
diff --git a/src/App.php b/src/App.php index <HASH>..<HASH> 100644 --- a/src/App.php +++ b/src/App.php @@ -1,18 +1,46 @@ <?php +/** + * Quantum PHP Framework + * + * An open source software development framework for PHP + * + * @package Quantum + * @author Arman Ag. <arman.ag@softberg.org> + * @copyright Copyright (...
Correcting doc blocks and typos
softberg_quantum-core
train
4aa96c3a40de3743b4b8489d2f9eb6a04bc962d6
diff --git a/demo/simple_server.rb b/demo/simple_server.rb index <HASH>..<HASH> 100755 --- a/demo/simple_server.rb +++ b/demo/simple_server.rb @@ -29,4 +29,8 @@ UHTTPServer.new(:port => port) do |s| req_count.to_s end + s.get '/too_long' do + 'a' * 600 + end + end \ No newline at end of file diff --git a/lib/u...
throw an error if the server tries to send something too long
reednj_udp_rest
train
c27697c39bfb922733ce04f20e6e50323fb09cc8
diff --git a/src/Tricki/Notification/Notification.php b/src/Tricki/Notification/Notification.php index <HASH>..<HASH> 100644 --- a/src/Tricki/Notification/Notification.php +++ b/src/Tricki/Notification/Notification.php @@ -21,7 +21,7 @@ class Notification $namespace = \Illuminate\Support\Facades\Config::get('notific...
replace camelCase with StudlyCase for class name
tricki_laravel-notification
train
05dd8b9a06577fc289d448f89402123dbafb7244
diff --git a/server/src/main/java/org/jboss/as/server/ServerLogger.java b/server/src/main/java/org/jboss/as/server/ServerLogger.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/org/jboss/as/server/ServerLogger.java +++ b/server/src/main/java/org/jboss/as/server/ServerLogger.java @@ -72,6 +72,15 @@ public int...
AS7-<I> - Log a warning message when a private or unsupported module is used from a deployment was: 2f<I>d9ac<I>b1ad4c<I>b<I>bd<I>dc5e<I>
wildfly_wildfly-core
train
a44a5018d2e4e68812343bff021acc76db108627
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ now.Sunday() // 2013-11-24 00:00:00 Sun (Next Sunday) now.EndOfSunday() // 2013-11-24 23:59:59.999999999 Sun (End of next Sunday) t := time.Date(2013, 11, 24, 17, 51, 49, 123456789, ...
Method Monday() should return last Monday if today is Sunday
jinzhu_now
train
173a5061d56ca39a863a03b182737ec1635e0e8a
diff --git a/elasticsearch_dsl/index.py b/elasticsearch_dsl/index.py index <HASH>..<HASH> 100644 --- a/elasticsearch_dsl/index.py +++ b/elasticsearch_dsl/index.py @@ -70,7 +70,9 @@ class Index(object): field = doc._doc_type.mapping.resolve_field(field_path) if field is not None: ...
Don't create a mapping when resolving a field
elastic_elasticsearch-dsl-py
train
f31a744918f75d9d6187cc6fcc2f4cba8fea0123
diff --git a/easybatch-extensions/easybatch-msexcel/pom.xml b/easybatch-extensions/easybatch-msexcel/pom.xml index <HASH>..<HASH> 100644 --- a/easybatch-extensions/easybatch-msexcel/pom.xml +++ b/easybatch-extensions/easybatch-msexcel/pom.xml @@ -15,7 +15,7 @@ <dependency> <groupId>org.apache.poi<...
upgrade apache poi to version <I>
j-easy_easy-batch
train
f1012831898bdcacbf3494b1e98bf0eea97c7dbc
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ axis: string, // - An object with `left, top, right, and bottom` properties. // These indicate how far in each direction the draggable // can be moved. -bounds: {left: number, top: number, right: nu...
fix(types): Flow: make properties of DraggableBounds optional
mzabriskie_react-draggable
train
dcf179f62e9af6a1420d8fa0d7b45d226e08e4cb
diff --git a/javascript/libjoynr-js/src/test/karma/karma.conf.js b/javascript/libjoynr-js/src/test/karma/karma.conf.js index <HASH>..<HASH> 100644 --- a/javascript/libjoynr-js/src/test/karma/karma.conf.js +++ b/javascript/libjoynr-js/src/test/karma/karma.conf.js @@ -17,6 +17,13 @@ * #L% */ +var preProcessorList =...
[JS] Support '--debug' option for Karma unit tests - If '--debug' option is provided, code instrumentation is skipped in order to be able to use a debugger. Change-Id: Ie<I>e4ea<I>a<I>d8f<I>ca2ef<I>a<I>e<I>b
bmwcarit_joynr
train
c7dc795455b5bdf27f0f830bd23c8ddeee70d521
diff --git a/cmd/ctr/run.go b/cmd/ctr/run.go index <HASH>..<HASH> 100644 --- a/cmd/ctr/run.go +++ b/cmd/ctr/run.go @@ -96,6 +96,10 @@ var runCommand = cli.Command{ Name: "null-io", Usage: "send all IO to /dev/null", }, + cli.BoolFlag{ + Name: "detach,d", + Usage: "detach from the task after it has sta...
[ctr] add --detach to run This allows the user to detach from the container after it has started.
containerd_containerd
train
40c0d9af1f8c5d168d7a53afbbb12a139078aea9
diff --git a/pymatgen/entries/compatibility.py b/pymatgen/entries/compatibility.py index <HASH>..<HASH> 100644 --- a/pymatgen/entries/compatibility.py +++ b/pymatgen/entries/compatibility.py @@ -383,7 +383,7 @@ class UCorrection(Correction): if entry.parameters.get("run_type") not in ["GGA", "GGA+U"]: ...
Use uncorrected h2o energy in MPAqueous
materialsproject_pymatgen
train
0dacb40a4f10c3e6fd68061df2c87c176625ad55
diff --git a/tests/FluentDOMTest.php b/tests/FluentDOMTest.php index <HASH>..<HASH> 100644 --- a/tests/FluentDOMTest.php +++ b/tests/FluentDOMTest.php @@ -254,7 +254,13 @@ class FluentDOMTest extends PHPUnit_Framework_TestCase { } function testTextWrite() { - $this->markTestIncomplete('This test has not be...
FluentDOM: added test for text() write
ThomasWeinert_FluentDOM
train
d35a4b105766e4a3a953891c45de1c90e0a403cb
diff --git a/src/main/java/org/jfrog/hudson/generic/ArtifactoryGenericConfigurator.java b/src/main/java/org/jfrog/hudson/generic/ArtifactoryGenericConfigurator.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jfrog/hudson/generic/ArtifactoryGenericConfigurator.java +++ b/src/main/java/org/jfrog/hudson/generic/A...
HAP-<I> - Bypass proxy is not honored when running jobs with AQL specs
jenkinsci_artifactory-plugin
train
7d526b198d76837f1c7f286416bfa8f1c2eba6c7
diff --git a/lib/authie/session.rb b/lib/authie/session.rb index <HASH>..<HASH> 100644 --- a/lib/authie/session.rb +++ b/lib/authie/session.rb @@ -36,6 +36,10 @@ module Authie if self.user_agent.is_a?(String) self.user_agent = self.user_agent[0,255] end + + if self.last_activity_path.is_a?(S...
truncate the last_activity_path to a suitable size to fit into the <I> character varchar
adamcooke_authie
train
87d0fdd1e836007f46e622cec7b718bd0fb482e3
diff --git a/tests/ntfy_test/pushover.py b/tests/ntfy_test/pushover.py index <HASH>..<HASH> 100644 --- a/tests/ntfy_test/pushover.py +++ b/tests/ntfy_test/pushover.py @@ -141,20 +141,23 @@ class TestPushover(TestCase): for option in ['device', 'sound', 'url']: - @patch('requests.post') - def test_option(self...
:white_check_mark: hmm.. maybe a closure is needed for the generic option test?
dschep_ntfy
train
95a47c57863d8e5ebc6fcf4307a84a3b205de855
diff --git a/app/templates/src/main/java/package/_ApplicationWebXml.java b/app/templates/src/main/java/package/_ApplicationWebXml.java index <HASH>..<HASH> 100644 --- a/app/templates/src/main/java/package/_ApplicationWebXml.java +++ b/app/templates/src/main/java/package/_ApplicationWebXml.java @@ -10,6 +10,7 @@ public ...
Corrected ApplicationWebXml for launching the app from the command line
jhipster_generator-jhipster
train
e21dd57fbe01eae9c70717ccc302d42027b2cf18
diff --git a/src/main/java/com/sdl/selenium/web/IWebLocator.java b/src/main/java/com/sdl/selenium/web/IWebLocator.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/sdl/selenium/web/IWebLocator.java +++ b/src/main/java/com/sdl/selenium/web/IWebLocator.java @@ -1,6 +1,12 @@ package com.sdl.selenium.web; +import...
added more methods in IWebLocator
sdl_Testy
train
6db939108fab17cc4c810934dbdfc38023801064
diff --git a/test/api_test/test_helper.rb b/test/api_test/test_helper.rb index <HASH>..<HASH> 100644 --- a/test/api_test/test_helper.rb +++ b/test/api_test/test_helper.rb @@ -2,12 +2,12 @@ require 'minitest/autorun' ENV['RACK_ENV'] = 'test' -$LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib') +$LOAD_PATH ...
Fixes #<I> - Fix OpenStruct issues (#<I>)
theforeman_smart_proxy_dynflow
train
e01b220d95eba605087bf31bdf178e6050969560
diff --git a/packages/cozy-konnector-libs/src/libs/BaseKonnector.js b/packages/cozy-konnector-libs/src/libs/BaseKonnector.js index <HASH>..<HASH> 100644 --- a/packages/cozy-konnector-libs/src/libs/BaseKonnector.js +++ b/packages/cozy-konnector-libs/src/libs/BaseKonnector.js @@ -218,6 +218,8 @@ class BaseKonnector { ...
feat: add retry option to waitForTwoFaCode
konnectors_libs
train
859009259a5d02a09b05094070b6db063bfc5a37
diff --git a/models/repo.go b/models/repo.go index <HASH>..<HASH> 100644 --- a/models/repo.go +++ b/models/repo.go @@ -468,7 +468,7 @@ func (repo *Repository) DescriptionHtml() template.HTML { } func (repo *Repository) LocalCopyPath() string { - return path.Join(setting.AppDataPath, "tmp/local-rpeo", com.ToStr(repo...
Typo in LocalCopyPath (#<I>) This won't fix any bugs, but a typo is a typo.
gogs_gogs
train
99dfaac73c083f8d4dc1b535a4956de9ddc1051f
diff --git a/presto-main/src/main/java/com/facebook/presto/operator/InMemoryExchangeSinkOperator.java b/presto-main/src/main/java/com/facebook/presto/operator/InMemoryExchangeSinkOperator.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/operator/InMemoryExchangeSinkOperator.java +++ ...
Unblock in memory exchange when task is closed
prestodb_presto
train
f3c3937689a2d95368c59919ba3699456e5da68c
diff --git a/lib/event_sourcery/event_store/signal_handling_subscription_master.rb b/lib/event_sourcery/event_store/signal_handling_subscription_master.rb index <HASH>..<HASH> 100644 --- a/lib/event_sourcery/event_store/signal_handling_subscription_master.rb +++ b/lib/event_sourcery/event_store/signal_handling_subscrip...
Wake up sleeping main thread upon receiving a signal
envato_event_sourcery
train
0ac24b179113204b73ea97c77f2cb58b4c9edb71
diff --git a/tests/export/hazard_test.py b/tests/export/hazard_test.py index <HASH>..<HASH> 100644 --- a/tests/export/hazard_test.py +++ b/tests/export/hazard_test.py @@ -81,7 +81,7 @@ class HazardCurveExportTestCase(unittest.TestCase): class EventBasedGMFExportTestCase(unittest.TestCase): @attr('slow') - de...
tests/export/hazard_test: Updated expected output count (to include the mean and quantile hazard curve outputs). Former-commit-id: d2b<I>d<I>cc<I>f<I>f<I>a<I>c2a<I>d<I>d
gem_oq-engine
train
1ae4ef8c088c5b7ab60b91182a832682172234b2
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ New Functions +- `shell`: returns standard shell e.g. /bin/bash (new in version 3.13) - `blockDevices`: returns array of block devices like disks, partitions, raids, roms (new in version 3....
added shell (returns standard shell)
sebhildebrandt_systeminformation
train
69c5ff53c364a325b3c6e912f11e529250eeec38
diff --git a/backtrader/metabase.py b/backtrader/metabase.py index <HASH>..<HASH> 100644 --- a/backtrader/metabase.py +++ b/backtrader/metabase.py @@ -128,12 +128,20 @@ class Params(object): # Return the result return newcls + def _getkwargsdefault(self): + # return dict(zip(self._getkeys(...
metabase changes and additions - Improved Params with _getkeys ynd _getkwargsdefaults - Added AutoInfoClass which (will may eventually cover Params) covers the cases for plotinfo and plotlines
backtrader_backtrader
train
6e07658fcf4a3ffc815b2de18d594a62666f5e62
diff --git a/activesupport/lib/active_support/values/time_zone.rb b/activesupport/lib/active_support/values/time_zone.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/values/time_zone.rb +++ b/activesupport/lib/active_support/values/time_zone.rb @@ -239,7 +239,7 @@ module ActiveSupport # Compa...
Remove manual "return true" from AS::TZ match method
rails_rails
train
a39e551d8d142b236f1e4c80a04a51762228e5ed
diff --git a/lib/checks/classNameIsNotDynamic.js b/lib/checks/classNameIsNotDynamic.js index <HASH>..<HASH> 100644 --- a/lib/checks/classNameIsNotDynamic.js +++ b/lib/checks/classNameIsNotDynamic.js @@ -26,7 +26,7 @@ module.exports = function (data) { result.errors.push( ...
fix(line/column): Fix line and column number
researchgate_grunt-html-sniffer
train
3ac0a33ce88e19256a0c69ebce8a394aa260cdff
diff --git a/tests/test_industrial_test.py b/tests/test_industrial_test.py index <HASH>..<HASH> 100644 --- a/tests/test_industrial_test.py +++ b/tests/test_industrial_test.py @@ -1836,7 +1836,13 @@ class TestPrepareUpgradeJujuAttempt(JujuPyTestCase): def test_get_bootstrap_client(self): client = FakeJujuC...
Remove FakeJujuClient.by_version.
juju_juju
train
505438b87c718efcb7f5b2a6936d5521d048d06b
diff --git a/src/Config/Config.php b/src/Config/Config.php index <HASH>..<HASH> 100644 --- a/src/Config/Config.php +++ b/src/Config/Config.php @@ -118,19 +118,17 @@ trait Config function __clone() { if (!is_object($this->config)) { - goto values; + return null; } ...
don't clone object values
mvc5_mvc5
train
bdebb337c6d45b351d799cb425dcce49aa1477a0
diff --git a/src/android/org/jboss/aerogear/cordova/push/NotificationMessageHandler.java b/src/android/org/jboss/aerogear/cordova/push/NotificationMessageHandler.java index <HASH>..<HASH> 100644 --- a/src/android/org/jboss/aerogear/cordova/push/NotificationMessageHandler.java +++ b/src/android/org/jboss/aerogear/cordov...
Remove final from NOTIFICATION_ID
aerogear_aerogear-cordova-push
train
c987134ab7513d71df0c5a2ccc565e43f7d786b9
diff --git a/spec/models/collection_spec.rb b/spec/models/collection_spec.rb index <HASH>..<HASH> 100644 --- a/spec/models/collection_spec.rb +++ b/spec/models/collection_spec.rb @@ -1,34 +1,37 @@ require 'spec_helper' -describe Collection, :type => :model do - before do - @user = FactoryGirl.create(:user) - ...
Refactor spec to use let and get rid of tap
samvera_hyrax
train
e1a12eb6c767d424e55941f3e6b3c505e20608f1
diff --git a/organizations/managers.py b/organizations/managers.py index <HASH>..<HASH> 100644 --- a/organizations/managers.py +++ b/organizations/managers.py @@ -29,11 +29,7 @@ from django.db import models class OrgManager(models.Manager): def get_for_user(self, user): - if hasattr(self, "get_queryset")...
Remove tests for deprecated method names
bennylope_django-organizations
train