hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
8646df18dbc0d70c17725a0f376b1a709a139144
diff --git a/lib/sort.js b/lib/sort.js index <HASH>..<HASH> 100644 --- a/lib/sort.js +++ b/lib/sort.js @@ -20,57 +20,26 @@ function wrapper(data, n0) { } function insertionSort(left, right, data) { - var i, - j, - cptr, - ptr = left * 2, - i1, - dptr, - sptr, - a, - b...
cleaned up insertion sort subroutine
mikolalysenko_box-intersect
train
cb6be4cbcf70c8f278698a688ebb01fe2a6bd943
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -165,4 +165,5 @@ func main() { | DocExpantion | string | "list" | Controls the default expansion setting for the operations and tags. It can be 'list' (expands only the tags), 'full' (expands the tags and ...
feat: add support for swagger-ui persist-authorization (#<I>)
swaggo_gin-swagger
train
67910743569a8e3ed653fe375cfdd6436db30685
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( zip_safe=False, keywords='nap rest requests http', classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 5 - Production/Stable', 'Intended A...
Change pre-alpha status to stable
kimmobrunfeldt_nap
train
c7ea4eb45abc3b3f5817ab0482bb88e36c10a8cd
diff --git a/src/Bartlett/Reflect/Model/PropertyModel.php b/src/Bartlett/Reflect/Model/PropertyModel.php index <HASH>..<HASH> 100644 --- a/src/Bartlett/Reflect/Model/PropertyModel.php +++ b/src/Bartlett/Reflect/Model/PropertyModel.php @@ -15,7 +15,6 @@ namespace Bartlett\Reflect\Model; use PhpParser\Node; -use PhpP...
FIX property model value (due to upgrade nikic/php-parser <I> to <I>)
llaville_php-reflect
train
f7590141243e1ce49b9fede36605c60bc1c1cf92
diff --git a/src/NordSoftware/Paytrail/Object/Payment.php b/src/NordSoftware/Paytrail/Object/Payment.php index <HASH>..<HASH> 100644 --- a/src/NordSoftware/Paytrail/Object/Payment.php +++ b/src/NordSoftware/Paytrail/Object/Payment.php @@ -111,20 +111,24 @@ class Payment extends DataObject */ public function ...
Rewrote logic for creating payment data and set default product type
digiaonline_paytrail-php
train
db19bb349158bdaf22b5085723794848c5459071
diff --git a/consumables/js/es2015/file-uploader.js b/consumables/js/es2015/file-uploader.js index <HASH>..<HASH> 100644 --- a/consumables/js/es2015/file-uploader.js +++ b/consumables/js/es2015/file-uploader.js @@ -1,4 +1,6 @@ import '../polyfills/element-matches'; +import '../polyfills/object-assign'; +import '../pol...
Update unit tests file-uploder (legacy 6.x) (#<I>) * Add test: `Should set default options` * Add missing polyfills and correctly grab labelNode * Update test: `Should search for an element with options.selectorInit` ` * Set all other tests to run * Fix eslint errors * Remove commented code * Remove...
carbon-design-system_carbon-components
train
c0302f34ba99ff258e3ba46dba8a22b71a883981
diff --git a/src/Doctrine/Instantiator/Instantiator.php b/src/Doctrine/Instantiator/Instantiator.php index <HASH>..<HASH> 100644 --- a/src/Doctrine/Instantiator/Instantiator.php +++ b/src/Doctrine/Instantiator/Instantiator.php @@ -71,7 +71,7 @@ final class Instantiator implements InstantiatorInterface // not...
Fixed immutability of the "blueprint" entity used when cloning objects
doctrine_instantiator
train
96b4d7b22f90f91ef96a0b3d26c6b126b8b37593
diff --git a/lib/knapsack_pro/runners/spinach_runner.rb b/lib/knapsack_pro/runners/spinach_runner.rb index <HASH>..<HASH> 100644 --- a/lib/knapsack_pro/runners/spinach_runner.rb +++ b/lib/knapsack_pro/runners/spinach_runner.rb @@ -6,7 +6,7 @@ module KnapsackPro runner = new(KnapsackPro::Adapters::SpinachAdap...
require feature path for spinach so you can use custom directory
KnapsackPro_knapsack_pro-ruby
train
1412e169334e00709eeb0fe060942cc3a0f36ad8
diff --git a/plugin/src/main/java/com/stratio/cassandra/lucene/schema/mapping/GeoPointMapper.java b/plugin/src/main/java/com/stratio/cassandra/lucene/schema/mapping/GeoPointMapper.java index <HASH>..<HASH> 100644 --- a/plugin/src/main/java/com/stratio/cassandra/lucene/schema/mapping/GeoPointMapper.java +++ b/plugin/src...
Added indexed and sorted options to GeoPointMapper
Stratio_cassandra-lucene-index
train
8172edf04ce555177d0309177cebe53f8a81d7e2
diff --git a/integration/config/config_test.go b/integration/config/config_test.go index <HASH>..<HASH> 100644 --- a/integration/config/config_test.go +++ b/integration/config/config_test.go @@ -269,7 +269,7 @@ func TestTemplatedConfig(t *testing.T) { var tasks []swarmtypes.Task waitAndAssert(t, 60*time.Second, f...
GetRunningTasks: pass client instead of daemon Tests generally already have a client instance, so it probably makes more sense to just pass it, and make this utility a bit more flexible to use.
moby_moby
train
19b8c9843ab99a657b2c2194b69bf76a9de2996f
diff --git a/jbpm-designer-client/src/main/resources/org/jbpm/designer/public/js/Plugins/propertywindow.js b/jbpm-designer-client/src/main/resources/org/jbpm/designer/public/js/Plugins/propertywindow.js index <HASH>..<HASH> 100644 --- a/jbpm-designer-client/src/main/resources/org/jbpm/designer/public/js/Plugins/propert...
JBPM-<I> - Script editor for Sequence Flow lose highlight and line numbers (#<I>)
kiegroup_jbpm-designer
train
6c9ecd906559a9e7b37c4f4821a9e92476cbe800
diff --git a/src/blocks/scratch3_data.js b/src/blocks/scratch3_data.js index <HASH>..<HASH> 100644 --- a/src/blocks/scratch3_data.js +++ b/src/blocks/scratch3_data.js @@ -54,9 +54,14 @@ class Scratch3DataBlocks { const list = util.target.lookupOrCreateList( args.LIST.id, args.LIST.name); - ...
Return a new copy of the list for monitors when changes occur
LLK_scratch-vm
train
2da228c0d52e7a5065bd255f43ad61a1dfb4f30d
diff --git a/jsonapi/django_utils.py b/jsonapi/django_utils.py index <HASH>..<HASH> 100644 --- a/jsonapi/django_utils.py +++ b/jsonapi/django_utils.py @@ -16,3 +16,16 @@ def get_model_name(model): """ opts = model._meta return opts.module_name + +def clear_app_cache(app_name): + """ Clear django cache...
fix models clear cache for tests, use different code for different django versions
pavlov99_jsonapi
train
318630eae194cbe1239c15dbec0483bc05c8a916
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( 'pandas>=0.20.3', 'numpy>=1.13.3', 'imageio>=2.3.0', - 'tb-nightly==1.15.0a20190708', + 'tensorboard>=1.15.0', 'torch>=1.1.0', 'future' ],
Replaced tb-nightly dependency by tensorboard dependency tb-nightly dependency was temporary.
williamFalcon_test-tube
train
6189e099154280565cc3a9f8e44c48bc9b339892
diff --git a/library/WT/Controller/Familybook.php b/library/WT/Controller/Familybook.php index <HASH>..<HASH> 100644 --- a/library/WT/Controller/Familybook.php +++ b/library/WT/Controller/Familybook.php @@ -263,11 +263,30 @@ class WT_Controller_Familybook extends WT_Controller_Chart { foreach ($person->getChildFamil...
Familybook - improve vertical line for 2 spouces
fisharebest_webtrees
train
f593a750f6c9e0fe0c5bc31f5e9f6edca7623fa2
diff --git a/src/main/java/com/rabbitmq/http/client/Client.java b/src/main/java/com/rabbitmq/http/client/Client.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/rabbitmq/http/client/Client.java +++ b/src/main/java/com/rabbitmq/http/client/Client.java @@ -851,7 +851,7 @@ public class Client { bldr.setSSLS...
Don't use deprecated method References #<I>
rabbitmq_hop
train
65f7b8ecc8fe796596c2133576d334ba9c7f31b8
diff --git a/lib/indexing/indexer.js b/lib/indexing/indexer.js index <HASH>..<HASH> 100644 --- a/lib/indexing/indexer.js +++ b/lib/indexing/indexer.js @@ -51,13 +51,9 @@ module.exports = function (options) { return doc; }; - var createCompositeField = function (origDoc, batchOptions) { - var doc = _.clone...
Use _.pick to improve createCompositeField logic.
fergiemcdowall_search-index
train
23bbcea65c3571798435aefc6d6dc9151814cab8
diff --git a/docs/providers/aws/events/apigateway.md b/docs/providers/aws/events/apigateway.md index <HASH>..<HASH> 100644 --- a/docs/providers/aws/events/apigateway.md +++ b/docs/providers/aws/events/apigateway.md @@ -22,6 +22,7 @@ layout: Doc - [Enabling CORS](#enabling-cors) - [HTTP Endpoints with `AWS_IAM...
feat(AWS API Gateway): Support `operationId` setting (#<I>)
serverless_serverless
train
0738769070306d8c6e767d02af2dd732c94a543f
diff --git a/kqml/kqml_list.py b/kqml/kqml_list.py index <HASH>..<HASH> 100644 --- a/kqml/kqml_list.py +++ b/kqml/kqml_list.py @@ -69,6 +69,8 @@ class KQMLList(object): def set(self, keyword, value): if not keyword.startswith(':'): keyword = ':' + keyword + if isinstance(value, basestr...
Add sets function to KQMLList and KQMLPerformative
bgyori_pykqml
train
ba9902fb936143ddb91d6622bd82d66d78c5a22f
diff --git a/src/providers/indexeddb.js b/src/providers/indexeddb.js index <HASH>..<HASH> 100644 --- a/src/providers/indexeddb.js +++ b/src/providers/indexeddb.js @@ -73,7 +73,13 @@ IndexedDBContext.prototype.putObject = function(key, value, callback) { _put(this.objectStore, key, value, callback); }; IndexedDBCon...
fix for arraybuffer brokenness on fxos<I>; adds a new code path for that version, other platforms should be the same.
filerjs_filer
train
a5b56e06a6c8172dfaae8712151a97e76f4ec4fc
diff --git a/Tests/Toggle/Conditions/DeviceTest.php b/Tests/Toggle/Conditions/DeviceTest.php index <HASH>..<HASH> 100644 --- a/Tests/Toggle/Conditions/DeviceTest.php +++ b/Tests/Toggle/Conditions/DeviceTest.php @@ -57,7 +57,7 @@ class DeviceTest extends PHPUnit_Framework_TestCase public function testItReturnsBoolW...
Made some simple changes to make all tests also succeed on phpunit 4.x framework (and not only 5)
DZunke_FeatureFlagsBundle
train
35c931f411bba10f3b813a657809979f8d537bf3
diff --git a/api/models/index.js b/api/models/index.js index <HASH>..<HASH> 100644 --- a/api/models/index.js +++ b/api/models/index.js @@ -18,6 +18,7 @@ var _validateModelDescription = function(modelName, properties) { var firstLetterCode = modelName.charCodeAt(0) assert(65 <= firstLetterCode && firstLetterCode <= ...
Don't allow for custom models with the same name as the property models (Text, Number, Set, List, Hash)
marcuswestin_fin
train
14a92079f4c7272f48bf6a480e47c49f01891dae
diff --git a/command.go b/command.go index <HASH>..<HASH> 100644 --- a/command.go +++ b/command.go @@ -1641,6 +1641,7 @@ func (cmd *baseCommand) execute(ifc command, isRead bool) error { // All runtime exceptions are considered fatal. Do not retry. // Close socket to flush out possible garbage. Do not put back ...
Adds ConnectionsClosed stat and sets the connection and dataBuffer to nil in a few places
aerospike_aerospike-client-go
train
dff9347e9b41a2c9a7f94bf40e29b9d235577437
diff --git a/core/src/main/java/org/infinispan/marshall/jboss/ExternalizerTable.java b/core/src/main/java/org/infinispan/marshall/jboss/ExternalizerTable.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/infinispan/marshall/jboss/ExternalizerTable.java +++ b/core/src/main/java/org/infinispan/marshall/jboss/...
ISPN-<I> Add cache manager status to exception to gain more info
infinispan_infinispan
train
473b0a96bbec947a4ab28dc1028668ed03ac6774
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -39,7 +39,7 @@ function getSlik (Immutable) { function multiply (fromValue, toValue, multiplier) { - multiplier = Math.min(Math.max(multiplier, 0), 1); + // multiplier = Math.min(Math.max(mu...
Do not limit multiplier (for spring easing)
JakeSidSmith_slik
train
fee90e18ff98e282eb84452216401bbca922f956
diff --git a/lib/merb-core/dispatch/session/cookie.rb b/lib/merb-core/dispatch/session/cookie.rb index <HASH>..<HASH> 100644 --- a/lib/merb-core/dispatch/session/cookie.rb +++ b/lib/merb-core/dispatch/session/cookie.rb @@ -155,6 +155,7 @@ module Merb def unmarshal(cookie) if cookie data, digest = M...
Fixes cookie sessions when the session is blanked out.
wycats_merb
train
aa461ffecacdeac4b094ef44451312d95301c640
diff --git a/platform/android/build/android_tools.rb b/platform/android/build/android_tools.rb index <HASH>..<HASH> 100644 --- a/platform/android/build/android_tools.rb +++ b/platform/android/build/android_tools.rb @@ -10,7 +10,6 @@ module AndroidTools def get_app_log (appname, device, silent = false) pkgname = "co...
Android: clean log in case emulator is running.
rhomobile_rhodes
train
9c59ed5891e94abeff7088c148fc05f6069325fd
diff --git a/lib/Doctrine/ORM/Query/SqlWalker.php b/lib/Doctrine/ORM/Query/SqlWalker.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ORM/Query/SqlWalker.php +++ b/lib/Doctrine/ORM/Query/SqlWalker.php @@ -1033,7 +1033,7 @@ class SqlWalker implements TreeWalker switch (true) { case ($joinDeclarat...
regression fix for left joins (double ON)
doctrine_orm
train
337bb963a3a6b9c536576a55595b39fb66d7117e
diff --git a/lib/components/user/account-page.js b/lib/components/user/account-page.js index <HASH>..<HASH> 100644 --- a/lib/components/user/account-page.js +++ b/lib/components/user/account-page.js @@ -50,8 +50,7 @@ class AccountPage extends Component { const mapStateToProps = (state, ownProps) => { return { - ...
refactor(AccountPage): Remove unused prop.
opentripplanner_otp-react-redux
train
568e3b081b02ca047db6371b31249711c3b22b86
diff --git a/History.md b/History.md index <HASH>..<HASH> 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,7 @@ [2.2.5 / 2014-xx-xx](https://github.com/GoalSmashers/clean-css/compare/v2.2.4...v2.2.5) ================== +* Adds removing extra spaces around / in border-radius. * Fixed issue [#305](https://github....
Removes extra spaces around / in border-radius. * Apparently horizontal & vertical values can be separated by '/' without spaces around - thanks @XhmikosR.
jakubpawlowicz_clean-css
train
8de02770ef917318be803148233e3f2b6f40420b
diff --git a/lib/auth/init.go b/lib/auth/init.go index <HASH>..<HASH> 100644 --- a/lib/auth/init.go +++ b/lib/auth/init.go @@ -924,7 +924,15 @@ func ReadIdentity(dataDir string, id IdentityID) (i *Identity, err error) { } } - return ReadIdentityFromKeyPair(keyBytes, sshCertBytes, tlsCertBytes, tlsCACertBytes) + ...
Include nodename in the host certificate.
gravitational_teleport
train
89c6b08a339883f98583b5eb1d7e95db50071a5a
diff --git a/src/StackFormation/Profile/Manager.php b/src/StackFormation/Profile/Manager.php index <HASH>..<HASH> 100644 --- a/src/StackFormation/Profile/Manager.php +++ b/src/StackFormation/Profile/Manager.php @@ -34,15 +34,7 @@ class Manager { 'http' => [ 'connect_timeout' => 20 ] ]; -...
Add exponential backoff retry strategy to prevent Rate exceeded errors
AOEpeople_StackFormation
train
cd7cd0b2698589203eb9242d305cdbda7ff7634c
diff --git a/vexbot/adapters/shell.py b/vexbot/adapters/shell.py index <HASH>..<HASH> 100644 --- a/vexbot/adapters/shell.py +++ b/vexbot/adapters/shell.py @@ -47,7 +47,9 @@ class Shell(cmd.Cmd): self.command_manager = CommandManager(self.messaging) - # FIXME + # NOTE: Hack. Command manager co...
added in the command manager commands to autocomplete for shell adapter
benhoff_vexbot
train
91f8fea29cf583e93247f0e816611f67f83d5e7c
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -83,11 +83,8 @@ exclude_patterns.append('psf_spec/*') import photutils rst_epilog += """ -.. |minimum_python_version| replace:: {0} -.. |minimum_numpy_version| replace:: {1} .. _Photutils: high-level_API.h...
Update sphinx conf.py
astropy_photutils
train
61451b26fc765f3a8d0d1fffba1862339aba8a57
diff --git a/lib/elasticity/custom_jar_job.rb b/lib/elasticity/custom_jar_job.rb index <HASH>..<HASH> 100644 --- a/lib/elasticity/custom_jar_job.rb +++ b/lib/elasticity/custom_jar_job.rb @@ -27,9 +27,10 @@ module Elasticity } ] } - jobflow_config.merge!(:log_uri => @log_uri) if @log_uri ...
Add support for Hadoop bootstrap actions to all simple job types (Pig, Hive, Custom).
rslifka_elasticity
train
aedf1bb13651824b4bb702c4c30ddf34d27c2136
diff --git a/tests/cases/core/LibrariesTest.php b/tests/cases/core/LibrariesTest.php index <HASH>..<HASH> 100644 --- a/tests/cases/core/LibrariesTest.php +++ b/tests/cases/core/LibrariesTest.php @@ -287,11 +287,11 @@ class LibrariesTest extends \lithium\test\Unit { } public function testFindingClassesAndNamespace...
Replacing app with lithium in testFindingClassesAndNamespaces
UnionOfRAD_lithium
train
24b2a2186daa36a6f98058bfb9bab86b6b43ce69
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,32 @@ language: python python: 3.5 + +notifications: + email: false + +# Setup anaconda +before_install: + - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh + ...
Trying to get numpy and scipy to work with travis by using miniconda.
assamite_creamas
train
53e28183085d34ac82fbe9d3561ab8ce3d194998
diff --git a/gulpfile.babel.js b/gulpfile.babel.js index <HASH>..<HASH> 100755 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -479,7 +479,7 @@ gulp.task('webdriver-download', () => { return gulp.src(''); } - const selenium = $.download('https://selenium-release.storage.googleapis.com/2.51/selenium-server...
update(e2e-test): Updated selenium-server-standalone from <I> to <I>.
OnsenUI_OnsenUI
train
344d09104d247e798d4f7dd25ce5df164c72c9c5
diff --git a/src/main/java/uk/ac/ebi/embl/api/validation/dao/EraproDAOUtilsImpl.java b/src/main/java/uk/ac/ebi/embl/api/validation/dao/EraproDAOUtilsImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/uk/ac/ebi/embl/api/validation/dao/EraproDAOUtilsImpl.java +++ b/src/main/java/uk/ac/ebi/embl/api/validation/dao/E...
XMLTABLE used in query
enasequence_sequencetools
train
7823e61ab8011d65ee0ee226dcd29f26a32f294c
diff --git a/shardingsphere-jdbc/shardingsphere-jdbc-core/src/main/java/org/apache/shardingsphere/driver/data/pipeline/datasource/creator/ShardingSpherePipelineDataSourceCreator.java b/shardingsphere-jdbc/shardingsphere-jdbc-core/src/main/java/org/apache/shardingsphere/driver/data/pipeline/datasource/creator/ShardingSp...
Fix resource leak when error occurred in ShardingSpherePipelineDataSourceCreator (#<I>)
apache_incubator-shardingsphere
train
61511c903e13f7e296f5b5ea1b0eb8b0fb2a4c12
diff --git a/web/concrete/blocks/form/controller.php b/web/concrete/blocks/form/controller.php index <HASH>..<HASH> 100644 --- a/web/concrete/blocks/form/controller.php +++ b/web/concrete/blocks/form/controller.php @@ -714,7 +714,7 @@ class MiniSurvey{ return $html; case 'text': - $val=($_REQUEST[...
commit d9ba6d<I>a<I>cb<I>fe7c7 [formerly 5cd<I>dd8e<I>aa] added to form controller Former-commit-id: 0de1cdf0a<I>dfcb0dad6c<I>b<I>ed<I>ca<I>
concrete5_concrete5
train
8e04035afa246d21f79dca9911c0eaa438593837
diff --git a/lib/Server/ReadStream.js b/lib/Server/ReadStream.js index <HASH>..<HASH> 100644 --- a/lib/Server/ReadStream.js +++ b/lib/Server/ReadStream.js @@ -74,7 +74,8 @@ ReadStream.prototype._transform = function (chunk, encoding, next) { pkg.from = data.readUInt16BE(0); pkg.to = data.readUInt16BE(2)...
fixes WRITE_MULTIPLE_COILS missing "number of bytes to follow" field
dresende_node-modbus-tcp
train
32affde51d438bd29b07e2719672156365631fd0
diff --git a/plugins/issues.rb b/plugins/issues.rb index <HASH>..<HASH> 100644 --- a/plugins/issues.rb +++ b/plugins/issues.rb @@ -3,7 +3,7 @@ require 'github_api' class Issues include October::Plugin - prefix /(?:^!)?issues? +/ + prefix /^!issues? / register_help 'issue create title', 'create issue' regi...
turn off prefixing for issue #number command
mikz_october
train
a35ce611cf7d5679f27ae37be4b7bc595dc3f718
diff --git a/mod/forum/lang/en/forum.php b/mod/forum/lang/en/forum.php index <HASH>..<HASH> 100644 --- a/mod/forum/lang/en/forum.php +++ b/mod/forum/lang/en/forum.php @@ -343,7 +343,7 @@ $string['nopostsmadebyuser'] = '{$a} has made no posts'; $string['nopostsmadebyyou'] = 'You haven\'t made any posts'; $string['noqu...
MDL-<I> mod_forum: Improve discussion subscription icon/link * make the link text clickable * changes the link text when unsubscribed to the action text "Subscribe"
moodle_moodle
train
ef2faf4ec19a9504c77a01f6640252e707b02305
diff --git a/lib/venus-mqtt.js b/lib/venus-mqtt.js index <HASH>..<HASH> 100644 --- a/lib/venus-mqtt.js +++ b/lib/venus-mqtt.js @@ -15,6 +15,10 @@ function MQTTStream (options) { require('util').inherits(MQTTStream, Transform) +MQTTStream.prototype.discoveryAvailable = function() { + return moduleAvailable('md' + ...
refactor: user dnssd for venus mqtt discovery (#<I>)
canboat_canboatjs
train
cfb3c18ab06dd69314e385558999168dd952f80a
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -111,6 +111,9 @@ describe("skin-deep", function() { displayName: 'Widget', render: function() { return 'widget'; } }); + function Widget2() {} + Widget2.prototype = Object.create(React....
Add test to cover function name as displayName
glenjamin_skin-deep
train
1a416a84446fdb549aef742d9435e15b1cced493
diff --git a/graphene_gae/ndb/types.py b/graphene_gae/ndb/types.py index <HASH>..<HASH> 100644 --- a/graphene_gae/ndb/types.py +++ b/graphene_gae/ndb/types.py @@ -113,7 +113,10 @@ class NdbObjectType(ObjectType): # Returns True if `root` is a PolyModel subclass and `cls` is in the # class hierarchy ...
Fix for PolyModel type lookup Note: When using graphene Interfaces, previous implementation could display false positives by only checking if the root type matches with the given model. Now if you pass in an Interface type, the check will check that the object type's class hierarchy is a subset of the instance's class...
graphql-python_graphene-gae
train
85ac3000bd4f56992c10eb6c64187e9bf2252679
diff --git a/test/unit/rules/no-curly-component-invocation-test.js b/test/unit/rules/no-curly-component-invocation-test.js index <HASH>..<HASH> 100644 --- a/test/unit/rules/no-curly-component-invocation-test.js +++ b/test/unit/rules/no-curly-component-invocation-test.js @@ -37,6 +37,7 @@ const SHARED_GOOD = [ '{{has...
Add failing test for 'yield' curly
ember-template-lint_ember-template-lint
train
85ea038d74fb97b3620277d9263de49c37d0379e
diff --git a/FileManagement/RecursiveParser.py b/FileManagement/RecursiveParser.py index <HASH>..<HASH> 100644 --- a/FileManagement/RecursiveParser.py +++ b/FileManagement/RecursiveParser.py @@ -197,7 +197,10 @@ class RecursiveParser: for subdir in subdirlist: filelist += self.getRecursiveFileList...
The SearchRecursive Filter now gives a sorted list of files.
subdownloader_subdownloader
train
4a98e0ab020772a68dda1ca9bd451fc6802c7e6a
diff --git a/test/_common.js b/test/_common.js index <HASH>..<HASH> 100644 --- a/test/_common.js +++ b/test/_common.js @@ -117,8 +117,7 @@ QUnit.config.urlConfig.push( label: "WebSocket server", value: { - 'ws://127.0.0.1:8888/kurento': 'localhost (port 8888)', - 'ws://demo01.kurento.org:8888/ku...
Removed demo<I>.kurento.org as KMS target in tests Change-Id: Iaf<I>cf<I>c<I>a<I>e<I>d<I>ec9d3e1b<I>
Kurento_kurento-client-js
train
4dd5344bddf37bdf4b1cdbe19bccd1098c10fbc1
diff --git a/src/HumusMvc/View/View.php b/src/HumusMvc/View/View.php index <HASH>..<HASH> 100644 --- a/src/HumusMvc/View/View.php +++ b/src/HumusMvc/View/View.php @@ -27,10 +27,12 @@ class View implements ViewInterface /** * Constructor + * + * @param array $config Configuration key-value pairs. ...
added __get(tlog) to HumusMvc\View\View
prolic_HumusMvc
train
6a968e3588ca72f6bfed408a5d2330d8f41ce0f6
diff --git a/src/lokijs.js b/src/lokijs.js index <HASH>..<HASH> 100644 --- a/src/lokijs.js +++ b/src/lokijs.js @@ -795,28 +795,42 @@ * @param {object} options - apply or override collection level settings */ Loki.prototype.loadJSON = function (serializedDb, options) { + var dbObject; + if (se...
Refactored out loadJSONObject method. Solves #<I>
techfort_LokiJS
train
5943aa6c7a1ac63b366f965a541cac4ea5d391c5
diff --git a/glymur/core.py b/glymur/core.py index <HASH>..<HASH> 100644 --- a/glymur/core.py +++ b/glymur/core.py @@ -76,45 +76,3 @@ _CAPABILITIES_DISPLAY = { 1: '0', 2: '1', 3: '3'} - - -def _pretty_print_xml(xml, level=0): - """Pretty print XML data. - """ - #xml = copy.deepcopy(xml) - #_i...
Removed orphaned pretty print code for old element tree interface. #<I>
quintusdias_glymur
train
e29e582d2d47096034b402c9bc7f7f91e092cede
diff --git a/packages/grunt-stryker/tasks/stryker.js b/packages/grunt-stryker/tasks/stryker.js index <HASH>..<HASH> 100644 --- a/packages/grunt-stryker/tasks/stryker.js +++ b/packages/grunt-stryker/tasks/stryker.js @@ -30,8 +30,8 @@ module.exports = function (grunt) { var stryker = new Stryker(options); stryk...
fix(stryker): Display stryker errors on the console instead of hiding them (#9)
stryker-mutator_stryker
train
648af3201c0d943fe7093d732c0b3a157b12041f
diff --git a/fedmsg.d/endpoints.py b/fedmsg.d/endpoints.py index <HASH>..<HASH> 100644 --- a/fedmsg.d/endpoints.py +++ b/fedmsg.d/endpoints.py @@ -28,8 +28,8 @@ config = dict( # These are here so your local box can listen to the upstream # infrastructure's bus. Cool, right? :) "fedora-infra...
Use hub.fp.o as a new default endpoint.
fedora-infra_fedmsg
train
87ea8f6dc79d17ad7e37c954a4d073245852404c
diff --git a/src/main/java/org/gitlab4j/api/GitLabApi.java b/src/main/java/org/gitlab4j/api/GitLabApi.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/gitlab4j/api/GitLabApi.java +++ b/src/main/java/org/gitlab4j/api/GitLabApi.java @@ -67,6 +67,7 @@ public class GitLabApi { private NamespaceApi namespaceApi...
Added support for the Packages API (#<I>).
gmessner_gitlab4j-api
train
9771318bd063ef0e4b7d61213b96f469445a22a1
diff --git a/packages/spark-core/src/index.js b/packages/spark-core/src/index.js index <HASH>..<HASH> 100644 --- a/packages/spark-core/src/index.js +++ b/packages/spark-core/src/index.js @@ -11,7 +11,9 @@ export { children, makeSparkStore, makeSparkPluginStore, - MemoryStoreAdapter + MemoryStoreAdapter, + N...
refactor(storage-adapter-local-storage): make NotFoundError available
webex_spark-js-sdk
train
0b68a15dd94fe3b4373dbccd5e46bc0d50dde9a3
diff --git a/keanu-project/src/main/java/io/improbable/keanu/algorithms/graphtraversal/DifferentiableChecker.java b/keanu-project/src/main/java/io/improbable/keanu/algorithms/graphtraversal/DifferentiableChecker.java index <HASH>..<HASH> 100644 --- a/keanu-project/src/main/java/io/improbable/keanu/algorithms/graphtrave...
Abstract BFS from diffableOrConstantUpToNextRV
improbable-research_keanu
train
0eab808dfa0d45072fbb88020091e3a2e5c71c14
diff --git a/lib/router.js b/lib/router.js index <HASH>..<HASH> 100644 --- a/lib/router.js +++ b/lib/router.js @@ -465,10 +465,9 @@ Router.prototype.find = function find(req, res, callback) { if (!ok) return (false); - // Verify the incoming origin against the whitelist. The result will -...
update preflight response to be consistent with CORS plugin. Pass through origin when plugin configured with a wildcard and credentials are being sent.
restify_plugins
train
26e6f2c46c672e4fa7bc16a92191f0b5e5190e03
diff --git a/lib/renderer/content-scripts-injector.js b/lib/renderer/content-scripts-injector.js index <HASH>..<HASH> 100644 --- a/lib/renderer/content-scripts-injector.js +++ b/lib/renderer/content-scripts-injector.js @@ -5,7 +5,7 @@ const {runInThisContext} = require('vm') // https://developer.chrome.com/extensions/...
use textContent instead innerHTML to remediateDOM based XSS vulnerbilities
electron_electron
train
5efe51b66129d5bc902f0a70f0290b94fbd17c84
diff --git a/sanic/request.py b/sanic/request.py index <HASH>..<HASH> 100644 --- a/sanic/request.py +++ b/sanic/request.py @@ -8,6 +8,12 @@ from ujson import loads as json_loads from .log import log +DEFAULT_HTTP_CONTENT_TYPE = "application/octet-stream" +# HTTP/1.1: https://www.w3.org/Protocols/rfc2616/rfc2616-se...
fix(request.py): problem in case of request without content-type header (#<I>) * fix(request.py): exception if access request.form on GET request * fix(request): just make a unification (parsed_form and parsed_files) + RFC fixes parsed_form and parsed_files must be a RequestParameters type in all cases!
huge-success_sanic
train
0e98832c8cde0cf3323476239111c35b7bc9adc1
diff --git a/metrics-core/src/main/java/com/codahale/metrics/DefaultObjectNameFactory.java b/metrics-core/src/main/java/com/codahale/metrics/DefaultObjectNameFactory.java index <HASH>..<HASH> 100644 --- a/metrics-core/src/main/java/com/codahale/metrics/DefaultObjectNameFactory.java +++ b/metrics-core/src/main/java/com/...
Resolves #<I> JMX Reporter throws exception when metric name contains an asterisk
dropwizard_metrics
train
26e71d8b1fa72bbef1364b19b027b3d082544f62
diff --git a/django_airavata/apps/api/datastore.py b/django_airavata/apps/api/datastore.py index <HASH>..<HASH> 100644 --- a/django_airavata/apps/api/datastore.py +++ b/django_airavata/apps/api/datastore.py @@ -82,7 +82,7 @@ def move_external(external_path, target_username, target_dir, file_name): def create_user_dir(...
AIRAVATA-<I> Create user dir with permissions that allows PGA interop
apache_airavata-django-portal
train
6e03980edea1a8007cd048c8ecc5b5574221102b
diff --git a/local-time-element.js b/local-time-element.js index <HASH>..<HASH> 100644 --- a/local-time-element.js +++ b/local-time-element.js @@ -66,8 +66,51 @@ } } - // Internal: Array tracking all elements attached to the document. - var attachedInstances = []; + // Internal: Array tracking all elements...
Only install timer when from=now elements are attached to the document Fixes #7
github_time-elements
train
affbeb3c5b415636b552bb741fc9798af1c1bfcb
diff --git a/pkg/model/azuremodel/vmscaleset.go b/pkg/model/azuremodel/vmscaleset.go index <HASH>..<HASH> 100644 --- a/pkg/model/azuremodel/vmscaleset.go +++ b/pkg/model/azuremodel/vmscaleset.go @@ -26,6 +26,7 @@ import ( "k8s.io/kops/pkg/model" "k8s.io/kops/pkg/model/defaults" "k8s.io/kops/upup/pkg/fi" + "k8s.io...
Fix Azure zone number format passed to VMSS API
kubernetes_kops
train
a39498ae060f07132ddbbc45933a819686f0eb24
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,3 +1,11 @@ +* `delete` operations in configurations are run last in order to eliminate + 'No such middleware' errors when `insert_before` or `insert_after` are added ...
Allow Rack::Runtime to be deleted from middleware stack. Fixes: <URL>
rails_rails
train
a5bf4c370efc95fe12cc222ccb239621fbea6cbe
diff --git a/sphinxcontrib/openapi/openapi30.py b/sphinxcontrib/openapi/openapi30.py index <HASH>..<HASH> 100644 --- a/sphinxcontrib/openapi/openapi30.py +++ b/sphinxcontrib/openapi/openapi30.py @@ -118,7 +118,8 @@ def _parse_schema(schema, method): return [_parse_schema(schema['items'], method)] if sch...
Support missing properties tag in json schema
sphinx-contrib_openapi
train
e3285526a704f7401b1e80c763bc6530f57b4672
diff --git a/lib/jekyll/polyglot/patches/jekyll/site.rb b/lib/jekyll/polyglot/patches/jekyll/site.rb index <HASH>..<HASH> 100644 --- a/lib/jekyll/polyglot/patches/jekyll/site.rb +++ b/lib/jekyll/polyglot/patches/jekyll/site.rb @@ -1,3 +1,5 @@ +require 'etc' + include Process module Jekyll class Site @@ -31,22 +33,...
use max Etc.nprocessors processes at a time (#<I>) * use max Etc.nprocessors processes at a time * sleep for <I> seconds when waiting for processes
untra_polyglot
train
b8ba5b51f1e0eca5c37867f3eb65d7b83793ca23
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -17,11 +17,6 @@ module.exports = function (dest, opts) { return cb(); } - if (file.isStream()) { - this.emit('error', new gutil.PluginError('gulp-changed', 'Streaming not supported')); - return cb(); - } - va...
Removes check if is stream contents, adding support for streamed files.
sindresorhus_gulp-changed
train
628289fa7f0eecdae60cff06e7d2b636f8fd4e42
diff --git a/app/interactors/get_posts.rb b/app/interactors/get_posts.rb index <HASH>..<HASH> 100644 --- a/app/interactors/get_posts.rb +++ b/app/interactors/get_posts.rb @@ -7,9 +7,9 @@ class GetPosts posts = ::Post if has_search_params? - posts = posts.search_with_params(context.params, context.tenan...
Now filters out drafts, pending, and expired posts
cortex-cms_cortex
train
eb4cfcb9d577d2652e7312a51c214bb43f9f6a19
diff --git a/localfs.js b/localfs.js index <HASH>..<HASH> 100644 --- a/localfs.js +++ b/localfs.js @@ -674,8 +674,10 @@ module.exports = function setup(fsOptions) { // Pty is only reading from the object itself; var env = {}; - for (var prop in options.env) + for (var prop in o...
prevent tmux from complaining about embedding
c9_vfs-local
train
bdd6dd165d7e8af8801a2f85a90df2275f2d42db
diff --git a/codec.go b/codec.go index <HASH>..<HASH> 100644 --- a/codec.go +++ b/codec.go @@ -30,7 +30,7 @@ func stringToBytes(s string) ([]byte, error) { if p.Code == 0 { return nil, fmt.Errorf("failed to parse multiaddr %q: unknown protocol %s", s, sp[0]) } - _, _ = b.Write(CodeToVarint(p.Code)) + _, _ =...
chore: use pre-encoded codec
multiformats_go-multiaddr
train
30c4a76034bcd7e998b1eb6dcfcee39907818f52
diff --git a/tests/ResponseCacheControlTest.php b/tests/ResponseCacheControlTest.php index <HASH>..<HASH> 100644 --- a/tests/ResponseCacheControlTest.php +++ b/tests/ResponseCacheControlTest.php @@ -51,6 +51,10 @@ class ResponseCacheControlTest extends \PHPUnit_Framework_TestCase ->withAdde...
Add a test case for responses with no headers
Kevinrob_guzzle-cache-middleware
train
2650bfe88f34b1b76c57cd053629ec79d8feaafa
diff --git a/suds/client.py b/suds/client.py index <HASH>..<HASH> 100644 --- a/suds/client.py +++ b/suds/client.py @@ -62,21 +62,7 @@ class Client(object): client = SoapClient(url, kwargs) self.service = Service(client) self.factory = Factory(client.schema) - self.sd = None - -...
fix: namespace prefixes generated when ServiceDescription is created are missing if you don't print the client/proxy. As a result, types not resolved
suds-community_suds
train
049d2a2bd606f7f712ef050527abe3a42497fb10
diff --git a/book/src/main/java/com/semanticcms/news/model/book/ModularApidocsRedirect.java b/book/src/main/java/com/semanticcms/news/model/book/ModularApidocsRedirect.java index <HASH>..<HASH> 100644 --- a/book/src/main/java/com/semanticcms/news/model/book/ModularApidocsRedirect.java +++ b/book/src/main/java/com/seman...
Added blank line before package declarations Resolves "EmptyLineSeparator: 'package' should be separated from previous line."
aoindustries_semanticcms-news-model
train
0f3adf1803dfdd407bf8bf4363e1a71dcc7f8bb5
diff --git a/core/src/main/java/org/infinispan/distribution/ch/AbstractWheelConsistentHash.java b/core/src/main/java/org/infinispan/distribution/ch/AbstractWheelConsistentHash.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/infinispan/distribution/ch/AbstractWheelConsistentHash.java +++ b/core/src/main/ja...
ISPN-<I> remove un-needed method
infinispan_infinispan
train
3e4221c4434f250d60696b003a0f3fd5d1000ca9
diff --git a/salt/fileserver/__init__.py b/salt/fileserver/__init__.py index <HASH>..<HASH> 100644 --- a/salt/fileserver/__init__.py +++ b/salt/fileserver/__init__.py @@ -564,7 +564,7 @@ class FSChan(object): if cmd in self.cmd_stub: return self.cmd_stub[cmd] if cmd == 'file_envs': - ...
envs is not a load passing function
saltstack_salt
train
f08d1d5dad67054caf993edf954c797862c33e67
diff --git a/cloudmesh/common/util.py b/cloudmesh/common/util.py index <HASH>..<HASH> 100644 --- a/cloudmesh/common/util.py +++ b/cloudmesh/common/util.py @@ -9,6 +9,7 @@ import shutil import tempfile import time from contextlib import contextmanager +from getpass import getpass import sys import psutil import re...
fix imports, fix wifi password retrieval
cloudmesh_cloudmesh-common
train
12769cd5563bd7a59ed9629a2faa71162b88425e
diff --git a/galpy/util/bovy_plot.py b/galpy/util/bovy_plot.py index <HASH>..<HASH> 100644 --- a/galpy/util/bovy_plot.py +++ b/galpy/util/bovy_plot.py @@ -147,12 +147,18 @@ def bovy_plot(*args,**kwargs): xlimits=kwargs['xrange'] kwargs.pop('xrange') else: - xlimits=(args[0].min(),args[0].m...
fix zlabel assignment in bovy_plot
jobovy_galpy
train
ece680982f6da1d25e0815c2c3620e5f274ade01
diff --git a/packages/openneuro-server/datalad/dataset.js b/packages/openneuro-server/datalad/dataset.js index <HASH>..<HASH> 100644 --- a/packages/openneuro-server/datalad/dataset.js +++ b/packages/openneuro-server/datalad/dataset.js @@ -75,7 +75,7 @@ export const createDatasetModel = (id, label, uploader) => { expor...
give uploaders of datasets admin permission, rather than rw
OpenNeuroOrg_openneuro
train
cb320bd495a7a3631c2b6e7fefb7445fbcd61e58
diff --git a/libs/deployer/deployer.js b/libs/deployer/deployer.js index <HASH>..<HASH> 100644 --- a/libs/deployer/deployer.js +++ b/libs/deployer/deployer.js @@ -117,12 +117,6 @@ const loadManifest = args => { args.manifest = yaml.parse(content) }) .catch(err => { - // if (err...
Throw an error if the manifest file is not found.
lionelvillard_openwhisk-project
train
a6a74eaf9264c6d50001d5e8e3b42fa714ec2735
diff --git a/canvasapi/assignment.py b/canvasapi/assignment.py index <HASH>..<HASH> 100644 --- a/canvasapi/assignment.py +++ b/canvasapi/assignment.py @@ -33,7 +33,9 @@ class Assignment(CanvasObject): 'courses/{}/assignments/{}/overrides'.format(self.course_id, self.id), _kwargs=combine_kwargs...
Add edit method to AssignmentOverride. Add course_id when making AssignmentOverrides
ucfopen_canvasapi
train
e1139dcf02a1437f8595b153c44e541e9798741b
diff --git a/client/api/_init-socket.js b/client/api/_init-socket.js index <HASH>..<HASH> 100644 --- a/client/api/_init-socket.js +++ b/client/api/_init-socket.js @@ -53,7 +53,8 @@ export default function _initSocket(prefix = '', socketPath = '') { return; const { - _filename,...
chore(deepword) lint
cloudcmd_deepword
train
97eee151ca7f52ee2cfcbc2bb6f8fe8bdeac0568
diff --git a/src/Message.php b/src/Message.php index <HASH>..<HASH> 100644 --- a/src/Message.php +++ b/src/Message.php @@ -10,9 +10,18 @@ use paragraph1\phpFCM\Recipient\Device; */ class Message implements \JsonSerializable { + const PRIORITY_HIGH = 'high', + PRIORITY_NORMAL = 'normal'; + private $no...
set default priority to high, otherwise push notifications on ios will not wakeup app
Paragraph1_php-fcm
train
03aa98162ca3719fa2a18663f426e7fe0d2f9a96
diff --git a/lib/rvc/known_hosts.rb b/lib/rvc/known_hosts.rb index <HASH>..<HASH> 100644 --- a/lib/rvc/known_hosts.rb +++ b/lib/rvc/known_hosts.rb @@ -25,7 +25,7 @@ class KnownHosts expected_hashed_host = hash_host protocol, hostname expected_hashed_public_key = hash_public_key public_key if File.exists?...
use full filename in known_hosts error
vmware_rvc
train
280b78e45d30c8dc3f74b6cd3f378d8ead1bc99a
diff --git a/http/check_service.go b/http/check_service.go index <HASH>..<HASH> 100644 --- a/http/check_service.go +++ b/http/check_service.go @@ -342,35 +342,48 @@ func decodePostCheckRequest(ctx context.Context, r *http.Request) (influxdb.Chec } func decodePutCheckRequest(ctx context.Context, r *http.Request) (in...
feat(http): add validation checks to PUT requests It was possible to create checks with invalid data causing odd internal errors to return from the layers far down below. Likely, we need to add more checks to the validation, but, I have not thoroughly checked.
influxdata_influxdb
train
44ab3dd94a62f8b3eb8c4ebd16c747328589d0da
diff --git a/src/main/java/org/jboss/netty/handler/codec/http/HttpMessageDecoder.java b/src/main/java/org/jboss/netty/handler/codec/http/HttpMessageDecoder.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/netty/handler/codec/http/HttpMessageDecoder.java +++ b/src/main/java/org/jboss/netty/handler/codec/ht...
HttpMessageDecoder.message doesn't need to be 'protected'
netty_netty
train
c32a5a74c7cb9b7eb85fb8366e86b4a2e1f7f5bb
diff --git a/Command/SchedulerCommand.php b/Command/SchedulerCommand.php index <HASH>..<HASH> 100755 --- a/Command/SchedulerCommand.php +++ b/Command/SchedulerCommand.php @@ -350,11 +350,6 @@ class SchedulerCommand extends ContainerAwareCommand $this->em = $this->getContainer()->get('doctrine.orm.entity_mana...
remove test as they don’t help
CampaignChain_core
train
fae8ba58e42399c56aa3b7b70c76067d48ac6e5a
diff --git a/client/js/ui.handler.click.filename.js b/client/js/ui.handler.click.filename.js index <HASH>..<HASH> 100644 --- a/client/js/ui.handler.click.filename.js +++ b/client/js/ui.handler.click.filename.js @@ -70,24 +70,16 @@ qq.FilenameClickHandler = function(s) { function registerInputBlurHandler(inputEl,...
test: #<I> comment out keyup tests since they do not pass in IE8/7 (SauceLabs only)
FineUploader_fine-uploader
train
12f56fa6484946bd4b59406979a90a7d1cbd5dd9
diff --git a/googleplaces/__init__.py b/googleplaces/__init__.py index <HASH>..<HASH> 100644 --- a/googleplaces/__init__.py +++ b/googleplaces/__init__.py @@ -29,7 +29,7 @@ import types __all__ = ['GooglePlaces', 'GooglePlacesError', 'GooglePlacesAttributeError', 'geocode_location'] -__version__ = '0.10....
=BUGFIX: Fix incorrect reference to lat/lng value
slimkrazy_python-google-places
train
c8df822a486b695bde7c480525cba189a122c821
diff --git a/TheCannon/cannon/dataset.py b/TheCannon/cannon/dataset.py index <HASH>..<HASH> 100644 --- a/TheCannon/cannon/dataset.py +++ b/TheCannon/cannon/dataset.py @@ -216,16 +216,12 @@ class Dataset(object): return tr_cont, test_cont - def continuum_normalize_q(self, q, delta_lambda): + def conti...
only pseudo continuum normalize the training set
annayqho_TheCannon
train
3b80094665b82bd095cb98528a0cf6ff34a43a58
diff --git a/daemon/create.go b/daemon/create.go index <HASH>..<HASH> 100644 --- a/daemon/create.go +++ b/daemon/create.go @@ -20,7 +20,6 @@ import ( "github.com/docker/docker/pkg/idtools" "github.com/docker/docker/pkg/stringid" "github.com/docker/docker/runconfig" - volumestore "github.com/docker/docker/volume/s...
don't obfuscate error during create
moby_moby
train
5bbf023ae85f9fe4e0faad5a947461512bd9bbf7
diff --git a/src/main/java/de/flapdoodle/embed/process/runtime/ProcessControl.java b/src/main/java/de/flapdoodle/embed/process/runtime/ProcessControl.java index <HASH>..<HASH> 100644 --- a/src/main/java/de/flapdoodle/embed/process/runtime/ProcessControl.java +++ b/src/main/java/de/flapdoodle/embed/process/runtime/Proce...
flapdoodle Redis service start cannot start up process on Windows * properly escape quotes on windows
flapdoodle-oss_de.flapdoodle.embed.process
train
3100e539d4ff6fa0b740bc407ccd3dd432d8f963
diff --git a/api/src/opentrons/drivers/thermocycler/driver.py b/api/src/opentrons/drivers/thermocycler/driver.py index <HASH>..<HASH> 100644 --- a/api/src/opentrons/drivers/thermocycler/driver.py +++ b/api/src/opentrons/drivers/thermocycler/driver.py @@ -31,8 +31,8 @@ GCODES = { 'DEVICE_INFO': 'M115' } LID_TARGE...
refactor(api): clamp tc lid temp to <I> thru <I> (#<I>) Update the acceptable TC lid temperature range to <I>°C - <I>°C. If temperatures above or below are given to the driver, it will clamp to respective min or max value. Closes #<I>
Opentrons_opentrons
train
2f30f4f69faa51058e191dcce24e69bd42ce8706
diff --git a/sanic/app.py b/sanic/app.py index <HASH>..<HASH> 100644 --- a/sanic/app.py +++ b/sanic/app.py @@ -303,7 +303,8 @@ class Sanic: await fut except (CancelledError, ConnectionClosed): pass - self.websocket_tasks.remove(fut) + ...
Fixed #<I> - release resource no matter what (#<I>)
huge-success_sanic
train
470d2b0b05d23574fd79a7471af58053d3e1bf78
diff --git a/License.txt b/License.txt index <HASH>..<HASH> 100644 --- a/License.txt +++ b/License.txt @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2009 Tomás D'Stefano +Copyright (c) 2009-2010 Tomás D'Stefano Permission is hereby granted, free of charge, to any person obtaining a copy of this software and ass...
Add the subject example for spec examples and updating year License
tomas-stefano_rspec-i18n
train
24f7e0281964d0783d99f3aa2b1aa401cd7bb5e9
diff --git a/v2/frame.js b/v2/frame.js index <HASH>..<HASH> 100644 --- a/v2/frame.js +++ b/v2/frame.js @@ -20,6 +20,12 @@ 'use strict'; +Frame.Overhead = 0x10; +Frame.MaxSize = 0xffff; +Frame.MaxBodySize = Frame.MaxSize - Frame.Overhead; +Frame.MaxId = 0xfffffffe; +Frame.NullId = 0xffffffff; + Frame.Types = {}; ...
frame: avoid more cyclic hell
uber_tchannel-node
train
91744675571ea153e34ed62a3e75d6529ad9688a
diff --git a/src/Drupal/Driver/BaseDriver.php b/src/Drupal/Driver/BaseDriver.php index <HASH>..<HASH> 100644 --- a/src/Drupal/Driver/BaseDriver.php +++ b/src/Drupal/Driver/BaseDriver.php @@ -163,14 +163,14 @@ abstract class BaseDriver implements DriverInterface { /** * {@inheritdoc} */ - public function cre...
Adds missing methods to the DriverInterface. - Fixes #<I>
jhedstrom_DrupalDriver
train
daa44c3d90d746baf296bea26af5d45f7c811dca
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -36,10 +36,10 @@ test('should have `opts.id` and it should be binded to koa this', function (done } })) - request(server) - .get('/') + request(server).get('/') .expect('x-github-username', 'tunnckoCore') - ...
chore(codeclimate): fix "duplicate" shits
tunnckoCore_koa-ip-filter
train
36e4df22437f5efeeaae592bd6355bd603c126a1
diff --git a/resource/state/resource.go b/resource/state/resource.go index <HASH>..<HASH> 100644 --- a/resource/state/resource.go +++ b/resource/state/resource.go @@ -4,6 +4,8 @@ package state import ( + "io" + "github.com/juju/errors" "github.com/juju/juju/resource" @@ -14,8 +16,14 @@ type resourcePersistenc...
Add a Storage interface for resources in state.
juju_juju
train