hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
0100f11cb77e894c7cdffa0bf51a2f496e6187a6
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,7 @@ As a rule of thumb, you should switch to the Git strategy if you run into issues * **password**: GitHub Password. Not necessary if `api-key` is used. * **repo**: GitHub Repo. Defaults to git repo's name....
Add file_glob option to GitHub Releases plugin Allows you to set the file_glob option to true and then the file option will be interpreted as a file glob (*, ** and ? wildcards, with \ to escape them). This allows deploying files without knowing their exact filenames up front, for example packages containing the vers...
travis-ci_dpl
train
43e68e32d8e5f96aa831dfe3899df9926fa1f0a3
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ useful logging. CHANGELOG: +1.0.4: Fixed problem in Python 2 when using io.StringIO with dumper. 1.0.3: Fixed problems in Python 3 related to trying to use decode as member of str. 1.0.2: Include...
Fixed problem in Python 2 when using io.StringIO with dumper.
jric_Dumper.py
train
8c74416dceaae8baf709132f0ccaf1f074fe15e3
diff --git a/lib/modules/apostrophe-docs/index.js b/lib/modules/apostrophe-docs/index.js index <HASH>..<HASH> 100644 --- a/lib/modules/apostrophe-docs/index.js +++ b/lib/modules/apostrophe-docs/index.js @@ -189,6 +189,9 @@ module.exports = { // criteria object. If more than one document // matches the criteri...
added some docs for trashin
apostrophecms_apostrophe
train
75b88bd0661d18d197bc1b3309da516fab60ed63
diff --git a/src/ORM/Marshaller.php b/src/ORM/Marshaller.php index <HASH>..<HASH> 100644 --- a/src/ORM/Marshaller.php +++ b/src/ORM/Marshaller.php @@ -290,7 +290,7 @@ class Marshaller $query->orWhere($keys); } } else { - $records = array_merge($records, ...
Using one instead of many to create record, fixed PHPCS errors
cakephp_cakephp
train
1dcb2669749f7d082c84dbaf0cf5ff912bb15119
diff --git a/lib/sidekiq-scheduler/version.rb b/lib/sidekiq-scheduler/version.rb index <HASH>..<HASH> 100644 --- a/lib/sidekiq-scheduler/version.rb +++ b/lib/sidekiq-scheduler/version.rb @@ -1,5 +1,5 @@ module SidekiqScheduler - VERSION = '3.0.1' + VERSION = '3.1.0' end
Update version to <I> This new version includes updates to ruby version plus some documentation updates and updates to some internals about sidekiq
moove-it_sidekiq-scheduler
train
15d545c1bab74afe61ee13f8d29025c110e3fad6
diff --git a/examples/basic/example8.rb b/examples/basic/example8.rb index <HASH>..<HASH> 100644 --- a/examples/basic/example8.rb +++ b/examples/basic/example8.rb @@ -12,17 +12,13 @@ class X end end -s = Sandbox.new -priv = Privileges.new -priv.allow_method :print - -s.run( " +Sandbox.new.run( " class ::X def...
changed example 8 in order to user sugar syntax
tario_shikashi
train
afe898e4c2f42c95713a5df48b8081102b50744b
diff --git a/GeoToBe/VlmOpc2Ais.js b/GeoToBe/VlmOpc2Ais.js index <HASH>..<HASH> 100755 --- a/GeoToBe/VlmOpc2Ais.js +++ b/GeoToBe/VlmOpc2Ais.js @@ -61,7 +61,7 @@ var GeoGateConfig = { //, AisMed : {info: "AIS MED GPSd feed" , adapter: "AisProxyNmea" , hostname: "sinagot.net", remport: 2948} ...
Implemented client limit on vlmOpc
fulup-bzh_GeoGate
train
89c97e5616e6421b3674fb94e625caddbdf98cda
diff --git a/simplefs/simplefs.go b/simplefs/simplefs.go index <HASH>..<HASH> 100644 --- a/simplefs/simplefs.go +++ b/simplefs/simplefs.go @@ -1816,9 +1816,17 @@ func (k *SimpleFS) SimpleFSDumpDebuggingInfo(ctx context.Context) error { return nil } +// This timeout needs to be smaller than the one in +// keybase/c...
timeout in kbfs before service
keybase_client
train
dc29c254a04db2f1f71f9377fee5fe6402a098f7
diff --git a/admin/controllers/adminRouter.php b/admin/controllers/adminRouter.php index <HASH>..<HASH> 100644 --- a/admin/controllers/adminRouter.php +++ b/admin/controllers/adminRouter.php @@ -539,6 +539,7 @@ class AdminRouter extends NAILS_Controller if (empty($module)) { + $this->session->ke...
Updates - Added support for a "positive" and "negative" status message, which doesn't have an icon - Maintaining flashdata when hitting /admin redirect - A few small fixes
nails_module-admin
train
3f0c1e3d7c27a00b12a149094aefa1c8827fa05e
diff --git a/examples/basic.rb b/examples/basic.rb index <HASH>..<HASH> 100644 --- a/examples/basic.rb +++ b/examples/basic.rb @@ -62,6 +62,6 @@ puts "first name: #{doc.first_name}" # Get all facets (classes) for a search expression facets = db.facets("Gernot") puts "facets:" -facets.each do |class_name, count| - p...
Database.facets now returns the classes, not their names
gernotkogler_xapian_db
train
201db9c0f40f9efb45b0c0424c12899ebff419d1
diff --git a/src/components/look-controls.js b/src/components/look-controls.js index <HASH>..<HASH> 100644 --- a/src/components/look-controls.js +++ b/src/components/look-controls.js @@ -124,7 +124,14 @@ module.exports.Component = registerComponent('look-controls', { var sceneEl = this.el.sceneEl; var rot...
Fix of head tracking disabled on non vr mode on mobile
aframevr_aframe
train
12cc75c703eee1d65bf312e8981e9f900c7c8139
diff --git a/app/models/alchemy/element.rb b/app/models/alchemy/element.rb index <HASH>..<HASH> 100644 --- a/app/models/alchemy/element.rb +++ b/app/models/alchemy/element.rb @@ -77,7 +77,7 @@ module Alchemy dependent: :destroy, inverse_of: :parent_element - belongs_to :page, touch: true, inverse_of:...
Set inverse_ofs on page elements associations In order to benefit from eager loading we need to set the inverse ofs on the page element associations. Usually active record is able to figure them out, but because we use a class_name we need to set this reverse-look-up ourselves.
AlchemyCMS_alchemy_cms
train
f0d4cbccffed7fca4e3028c5574b85b14c0f194e
diff --git a/SessionGuard.php b/SessionGuard.php index <HASH>..<HASH> 100644 --- a/SessionGuard.php +++ b/SessionGuard.php @@ -685,9 +685,7 @@ class SessionGuard implements StatefulGuard, SupportsBasicAuth */ public function attempting($callback) { - if (isset($this->events)) { - $this...
Use the nullsafe operator in SessionGuard (#<I>)
illuminate_auth
train
c430789dfa6b1d9b3e261e7729e980e2fa5930e1
diff --git a/spec/unit/rom/gateway_spec.rb b/spec/unit/rom/gateway_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/rom/gateway_spec.rb +++ b/spec/unit/rom/gateway_spec.rb @@ -109,7 +109,7 @@ describe ROM::Gateway do describe '#extend_command_class' do it 'returns the class sent as 1st parameter' do - ...
Use an anonymous frozen class instead of random one As pointed out by @solnic (PR #<I>), this way we make sure it returns the original one, unmodified.
rom-rb_rom
train
956082c925b377789a8701881fc56567b152c619
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,12 @@ The following methods are not available on the proxy: * `pop` * `shift` * `unshift` +* `models` Additionally, there is no access to the following properties: * comparator * model -* models * url...
The `models` property will now be proxied as well. I was worried that this would break the abstraction, but in testing and thinking it through, it seems to pose no problems.
jmorrell_backbone-collection-proxy
train
76be3910cc79807d234ffce7fc0abc8909e54ab6
diff --git a/clients/filter/filter.go b/clients/filter/filter.go index <HASH>..<HASH> 100644 --- a/clients/filter/filter.go +++ b/clients/filter/filter.go @@ -165,6 +165,32 @@ func (c *Client) CreateJob(datasetFilterID string) (string, error) { return fj.FilterID, nil } +// UpdateJob will update a job with a given...
Add Update Job method on filter api client
ONSdigital_go-ns
train
9c0aa1c2eee241ccc66f4363d8ea11545e472c31
diff --git a/moskito-core/java/net/java/dev/moskito/core/calltrace/TraceStep.java b/moskito-core/java/net/java/dev/moskito/core/calltrace/TraceStep.java index <HASH>..<HASH> 100644 --- a/moskito-core/java/net/java/dev/moskito/core/calltrace/TraceStep.java +++ b/moskito-core/java/net/java/dev/moskito/core/calltrace/Trac...
fixed duration in analyze view to be net duration
anotheria_moskito
train
3e62a67f382e1753365eda9e199441e3d048c7a5
diff --git a/woven/ubuntu.py b/woven/ubuntu.py index <HASH>..<HASH> 100644 --- a/woven/ubuntu.py +++ b/woven/ubuntu.py @@ -230,30 +230,15 @@ def install_packages(rollback = False,overwrite=False): sudo("apache2ctl stop") elif package == 'nginx' and (overwrite or not preinstalled): ...
remove unattended upgrades and add a simple nginx upstart script
bretth_woven
train
76fe6fbd1948571332dc98363f73a934a0945ab3
diff --git a/src/main/java/org/codehaus/groovy/classgen/asm/WriterController.java b/src/main/java/org/codehaus/groovy/classgen/asm/WriterController.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/codehaus/groovy/classgen/asm/WriterController.java +++ b/src/main/java/org/codehaus/groovy/classgen/asm/WriterContr...
GROOVY-<I>: added compiler option to enable preview features - simplify case where preview wouldn't be allowed by JDK anyway
apache_groovy
train
74b7a371ae53968e51d26bbcf6b2bd943191ffc8
diff --git a/easymode/i18n/meta.py b/easymode/i18n/meta.py index <HASH>..<HASH> 100644 --- a/easymode/i18n/meta.py +++ b/easymode/i18n/meta.py @@ -108,7 +108,7 @@ class DefaultFieldDescriptor(property): # the database does not have our localized data. # check if we have a translation, first get the ms...
When to_python returns a weird object on a field, it is now converted to unicode before it is used as a msgid.
specialunderwear_django-easymode
train
3fedf017276a93a5514caa8f87323bc1f4e1c8a0
diff --git a/pages/Browse/components/SearchField/connector.js b/pages/Browse/components/SearchField/connector.js index <HASH>..<HASH> 100644 --- a/pages/Browse/components/SearchField/connector.js +++ b/pages/Browse/components/SearchField/connector.js @@ -8,7 +8,7 @@ import submitSearch from './actions/submitSearch'; ...
PWA-<I>: Fix for React wanings on Search components
shopgate_pwa
train
4422ccdb353fa289e52b3cd011c73af2cfa42596
diff --git a/src/edeposit/amqp/ftp/monitor.py b/src/edeposit/amqp/ftp/monitor.py index <HASH>..<HASH> 100755 --- a/src/edeposit/amqp/ftp/monitor.py +++ b/src/edeposit/amqp/ftp/monitor.py @@ -3,7 +3,7 @@ # # Interpreter version: python 2.7 # -#= Imports ================================================================...
Small refactorings of monitor.py.
edeposit_edeposit.amqp.ftp
train
705a7f24195ff85a84b77e7a37eed886eff33aaa
diff --git a/f5/iworkflow/cm/cloud/connectors/local.py b/f5/iworkflow/cm/cloud/connectors/local.py index <HASH>..<HASH> 100644 --- a/f5/iworkflow/cm/cloud/connectors/local.py +++ b/f5/iworkflow/cm/cloud/connectors/local.py @@ -36,7 +36,7 @@ class Locals(Collection): super(Locals, self).__init__(connectors) ...
Fixes the kind for cm/cloud/connectors/local Issues: Fixes #<I> Problem: The kind was incorrect Analysis: This patch fixes it. Tests:
F5Networks_f5-common-python
train
96b0885b4dcad1ef10b3313583d9753d7b2d94c4
diff --git a/base/base/src/main/java/org/jbundle/base/util/BaseApplication.java b/base/base/src/main/java/org/jbundle/base/util/BaseApplication.java index <HASH>..<HASH> 100644 --- a/base/base/src/main/java/org/jbundle/base/util/BaseApplication.java +++ b/base/base/src/main/java/org/jbundle/base/util/BaseApplication.ja...
Pass the environment variables to the main application
jbundle_jbundle
train
871f052f8437a8a75ee898160ba6005ca9551bf3
diff --git a/s3direct/tests.py b/s3direct/tests.py index <HASH>..<HASH> 100644 --- a/s3direct/tests.py +++ b/s3direct/tests.py @@ -497,7 +497,7 @@ class SignatureViewTestCase(TestCase): class AWSCredentialsTest(TestCase): - @mock.patch('s3direct.utils.session') + @mock.patch('s3direct.utils.SESSION') @o...
Store botocore session between requests With AWS STS every session has temporary credentials. Credentials are valid for hour, but if new session object is created, then new credentials are generated. With current functionality using AWS STS is causing: SignatureDoesNotMatch error.
bradleyg_django-s3direct
train
50d6b5b79db1885e9bd85b9774b8f253af87b018
diff --git a/livereload/server.py b/livereload/server.py index <HASH>..<HASH> 100644 --- a/livereload/server.py +++ b/livereload/server.py @@ -227,7 +227,7 @@ class Server(object): self.application(port, host, liveport=liveport, debug=debug) logging.getLogger().setLevel(logging.INFO) - host =...
Fix console message about where we're listening.
lepture_python-livereload
train
3d28b8dec227716eda962716cb0e315074d2b05b
diff --git a/builtin/providers/aws/resource_aws_s3_bucket.go b/builtin/providers/aws/resource_aws_s3_bucket.go index <HASH>..<HASH> 100644 --- a/builtin/providers/aws/resource_aws_s3_bucket.go +++ b/builtin/providers/aws/resource_aws_s3_bucket.go @@ -406,30 +406,46 @@ func resourceAwsS3BucketDelete(d *schema.ResourceDa...
S3 bucket force_destroy error: MalformedXML AWS provider was not checking whether DeleteMarkers are left in S3 bucket causing s3.DeleteObjectsInput to send empty XML which resulted in <I> error and MalformedXML message.
hashicorp_terraform
train
d4fb79f11636d5dcf8ce2c4f2df509da75057227
diff --git a/msbuild-maven-plugin/src/main/java/uk/org/raje/maven/plugin/msbuild/CppCheckMojo.java b/msbuild-maven-plugin/src/main/java/uk/org/raje/maven/plugin/msbuild/CppCheckMojo.java index <HASH>..<HASH> 100644 --- a/msbuild-maven-plugin/src/main/java/uk/org/raje/maven/plugin/msbuild/CppCheckMojo.java +++ b/msbuild...
Make output directory name a constant. Add log message in unexpected situation that include directory doesn't exist on the filesystem.
andi12_msbuild-maven-plugin
train
7748913962aa8deda1fb9d625b93cb4a700cf92f
diff --git a/PyFunceble.py b/PyFunceble.py index <HASH>..<HASH> 100755 --- a/PyFunceble.py +++ b/PyFunceble.py @@ -2081,6 +2081,7 @@ class Referer(object): "jm", "jo", "kh", + "km", "kp", "lb", "mc", @@ -3990,7 +3991,7 @@ if __name...
Introduction of `km` into the list of ignored extensions cf: No whois server.
funilrys_PyFunceble
train
e94d90535713f151a4e4b778ce33cd1ecee7ab64
diff --git a/Source/com/drew/metadata/adobe/AdobeJpegDescriptor.java b/Source/com/drew/metadata/adobe/AdobeJpegDescriptor.java index <HASH>..<HASH> 100644 --- a/Source/com/drew/metadata/adobe/AdobeJpegDescriptor.java +++ b/Source/com/drew/metadata/adobe/AdobeJpegDescriptor.java @@ -21,6 +21,7 @@ package com.drew.met...
Annotate methods as nullable.
drewnoakes_metadata-extractor
train
e012b4f670a3116b12e256dbe5d8a6c4f544b826
diff --git a/nest.class.php b/nest.class.php index <HASH>..<HASH> 100644 --- a/nest.class.php +++ b/nest.class.php @@ -542,7 +542,7 @@ class Nest } /** - * Change the thermostat away temperatures. This method is an alias for setEcoTemperatures(). + * (Deprecated) Change the thermostat away temperatu...
New param in setAway() to choose if Eco temperatures should be used or not, when enabled Away mode Defaults to TRUE.
gboudreau_nest-api
train
35a6c85bbb5cfb304112dee83468d0752847610d
diff --git a/octodns/manager.py b/octodns/manager.py index <HASH>..<HASH> 100644 --- a/octodns/manager.py +++ b/octodns/manager.py @@ -185,25 +185,6 @@ class Manager(object): 'Incorrect processor config for ' + processor_name ) - zone_tree = {} - # Sort so we iterat...
Rework Manager.zone_tree into a property
github_octodns
train
21db14755f560800724cd0ef4df7ecd6ab54ffaf
diff --git a/autopep8.py b/autopep8.py index <HASH>..<HASH> 100755 --- a/autopep8.py +++ b/autopep8.py @@ -1,4 +1,23 @@ #!/usr/bin/env python +# +# Permission is hereby granted, free of charge, to any person obtaining +# a copy of this software and associated documentation files (the +# "Software"), to deal in the Sof...
Put Expat License at top of file
hhatto_autopep8
train
7d9a884da162a8c7ebb0a01280fbdfcb68c149cb
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,7 @@ from pysoa import __version__ install_requires = [ - 'conformity~=1.7', - 'msgpack-python>=0.4.8', + 'conformity~=1.8', 'six~=1.10.0', 'attrs~=17.4', 'currint~=1.6',
Bump Conformity and remove duplicate msgpack-python dependency
eventbrite_pysoa
train
fe815a35db36e4f372dd35e28b05d06e141b0966
diff --git a/repo_index_test.go b/repo_index_test.go index <HASH>..<HASH> 100644 --- a/repo_index_test.go +++ b/repo_index_test.go @@ -96,19 +96,27 @@ var _ = Describe("Database", func() { for _, plugin := range plugins.Plugins { for _, binary := range plugin.Binaries { + var err error resp, err :=...
add a retry in case we get a 5xx error from github [finish #<I>]
cloudfoundry_cli-plugin-repo
train
8bc1d6433f6d0a8fed55c74bf873ff1e03c81fe9
diff --git a/tensorforce/models/trpo_model.py b/tensorforce/models/trpo_model.py index <HASH>..<HASH> 100755 --- a/tensorforce/models/trpo_model.py +++ b/tensorforce/models/trpo_model.py @@ -43,6 +43,7 @@ class TRPOModel(PolicyGradientModel): default_config = dict( optimizer=None, learning_rate=N...
Overriding line search option added back in TRPO
tensorforce_tensorforce
train
c893d0aa27d8fa92bc5577fae06e267952acda41
diff --git a/src/adapter.js b/src/adapter.js index <HASH>..<HASH> 100644 --- a/src/adapter.js +++ b/src/adapter.js @@ -30,7 +30,7 @@ var formatError = function (error) { } // remove mocha stack entries - return stack.replace(/\n.+\/mocha\/mocha.js\?\w*:.+(?=(\n|$))/g, '') + return stack.replace(/\n.+\...
fix: "remove mocha stack entries" was too greedy When asserting on Errors and promises, mismatch descriptions sometimes contain JSONified stack traces. But the `.+` in the "remove mocha stack entries" RegExp is too greedy and erases the whole assertion error in theses cases.
karma-runner_karma-mocha
train
61bfa0725d902794cbc5c027397040a818170f7d
diff --git a/govc/flags/network.go b/govc/flags/network.go index <HASH>..<HASH> 100644 --- a/govc/flags/network.go +++ b/govc/flags/network.go @@ -121,13 +121,13 @@ func (flag *NetworkFlag) Device() (types.BaseVirtualDevice, error) { return nil, err } - if flag.address != "" { - card := device.(types.BaseVirtua...
Use a dash to indicate empty address Based on customer input
vmware_govmomi
train
3395daab0d0c07b6b10161e5634a2ae18609f59a
diff --git a/platforms/beaglebone/beaglebone_adaptor_test.go b/platforms/beaglebone/beaglebone_adaptor_test.go index <HASH>..<HASH> 100644 --- a/platforms/beaglebone/beaglebone_adaptor_test.go +++ b/platforms/beaglebone/beaglebone_adaptor_test.go @@ -123,3 +123,10 @@ func TestBeagleboneAdaptor(t *testing.T) { gobot...
beaglebone: increase test coverage
hybridgroup_gobot
train
1b365f4ad6c36b6b41ec87415d1d48b61ac98184
diff --git a/lib/pool.js b/lib/pool.js index <HASH>..<HASH> 100644 --- a/lib/pool.js +++ b/lib/pool.js @@ -268,7 +268,7 @@ Pool.prototype.monitorConnections = function() }) .fail(function(error) { - self.emit('log', 'connection error to cassandra@' + client.host + ':' + client.port...
Added a unit test for the case of a host going down & coming back up, using sinon to mock the ping failure.
lyveminds_scamandrios
train
01c1da16b9ba3cf65f20eb7901c9c26cb8123c29
diff --git a/neovim/api/nvim.py b/neovim/api/nvim.py index <HASH>..<HASH> 100644 --- a/neovim/api/nvim.py +++ b/neovim/api/nvim.py @@ -149,6 +149,16 @@ class Nvim(object): """ return self._session.request('vim_feedkeys', keys, options) + def input(self, bytes): + """Push `bytes` to Nvim lo...
Add vim_input wrapper and use it to pass keys on tests This is done to get out of any "press enter to continue" screens, because Nvim no longer handles deferred events(such as calls to vim_command or vim_eval) when in that state.
neovim_pynvim
train
d075e41705930647a2e61a6b7403da9cb0302c09
diff --git a/treeherder/model/derived/jobs.py b/treeherder/model/derived/jobs.py index <HASH>..<HASH> 100644 --- a/treeherder/model/derived/jobs.py +++ b/treeherder/model/derived/jobs.py @@ -1385,9 +1385,9 @@ into chunks of chunk_size size. Returns the number of result sets deleted""" job_guid_list.append(...
Bug <I> - Flatten the return value of get_job_eta_times() We only ever use the 'running' subkey for each signature (since bug <I>), so there's no point in including both 'running' and 'pending' subkeys in the dict returned from get_job_eta_times().
mozilla_treeherder
train
c364edf91cbbba326f7f68b17f9d9683774ad59a
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,7 +61,6 @@ The Product Changelog at **[piwik.org/changelog](http://piwik.org/changelog)** l * `Menu.Top.addItems` * `ViewDataTable.addViewDataTable` Create a [Visualization](http://developer.piwik.org/g...
added goals event as it is needed for custom dimensions (#<I>)
matomo-org_matomo
train
bf0b31d35b0d9cff8a314c11fdefd4adf2bc382f
diff --git a/src/jquery.ez-plus.js b/src/jquery.ez-plus.js index <HASH>..<HASH> 100644 --- a/src/jquery.ez-plus.js +++ b/src/jquery.ez-plus.js @@ -700,8 +700,8 @@ if (typeof Object.create !== 'function') { if (self.options.showLens) { // self.showHideLens("show"); ...
Fix: round lens position to avoid border flickering.
igorlino_elevatezoom-plus
train
591bb061aafce8d5e4b6f1a15e58565630e80cc9
diff --git a/indra/tests/test_rest_api.py b/indra/tests/test_rest_api.py index <HASH>..<HASH> 100644 --- a/indra/tests/test_rest_api.py +++ b/indra/tests/test_rest_api.py @@ -1,10 +1,35 @@ import json import requests +from datetime import datetime + from nose.plugins.attrib import attr +BASE = 'http://api.indra.bi...
Create true test of basic liveliness.
sorgerlab_indra
train
3ae69b7d17ce1236bd078147ab384a4440683ec8
diff --git a/lib/subdomainbox.rb b/lib/subdomainbox.rb index <HASH>..<HASH> 100644 --- a/lib/subdomainbox.rb +++ b/lib/subdomainbox.rb @@ -18,9 +18,8 @@ module ActionController def subdomainbox(box_definitions) @remove_default_subdomainbox = true - allowed = subdomainbox_process_definitions(box_defin...
include the allowed and request subdomains in the error message. cleanup
populr_subdomainbox
train
7bd1c84642574d8bf271e127e7ddc8dedfc47ff6
diff --git a/generators/entity-server/index.js b/generators/entity-server/index.js index <HASH>..<HASH> 100644 --- a/generators/entity-server/index.js +++ b/generators/entity-server/index.js @@ -31,8 +31,6 @@ module.exports = class extends BaseBlueprintGenerator { super(args, opts); this.entity = op...
Don't remove id fields for backend.
jhipster_generator-jhipster
train
c66941ad9d5fc25313646a31331e3e71c8cf4c61
diff --git a/__test-helpers__/setupJest.js b/__test-helpers__/setupJest.js index <HASH>..<HASH> 100644 --- a/__test-helpers__/setupJest.js +++ b/__test-helpers__/setupJest.js @@ -7,9 +7,3 @@ const config = require('../.testsConfig.json') // (useful, for verifying "snipes" work without being cluttered by snapshot dif...
Stop globally mocking Math.random() in tests since it breaks the source-map package
respond-framework_rudy
train
67de38d386b0ed90a0c1d0e3b80c85ed39f8933c
diff --git a/lib/schemaobject.js b/lib/schemaobject.js index <HASH>..<HASH> 100644 --- a/lib/schemaobject.js +++ b/lib/schemaobject.js @@ -220,9 +220,9 @@ function typecast(value, originalValue, properties) { } // Copy value to SchemaObject and set value to SchemaObject. - _.each(value, (v...
Use for loop instead of lodash each to avoid node-harmony deprecation warning
scotthovestadt_schema-object
train
5ff6350202a54db728982f37c9808b3cf50125e3
diff --git a/core/pog/src/main/java/org/overture/pog/visitors/PogExpVisitor.java b/core/pog/src/main/java/org/overture/pog/visitors/PogExpVisitor.java index <HASH>..<HASH> 100644 --- a/core/pog/src/main/java/org/overture/pog/visitors/PogExpVisitor.java +++ b/core/pog/src/main/java/org/overture/pog/visitors/PogExpVisito...
Removing the "here" printout
overturetool_overture
train
b96ce543ac25fd2f74598c9f68d8a9fae8edc7cf
diff --git a/tests/template/twig/ViewRendererTest.php b/tests/template/twig/ViewRendererTest.php index <HASH>..<HASH> 100644 --- a/tests/template/twig/ViewRendererTest.php +++ b/tests/template/twig/ViewRendererTest.php @@ -113,11 +113,6 @@ class ViewRendererTest extends TemplateCommon $this->assertEquals($cont...
Remove method `ViewRendererTest::test_()`.
romeOz_rock-template
train
5d26b35be02455137a31f8c8d4bfc47a32272e9f
diff --git a/stabilizer/src/main/java/com/hazelcast/stabilizer/tests/backpressure/SomeRequest.java b/stabilizer/src/main/java/com/hazelcast/stabilizer/tests/backpressure/SomeRequest.java index <HASH>..<HASH> 100644 --- a/stabilizer/src/main/java/com/hazelcast/stabilizer/tests/backpressure/SomeRequest.java +++ b/stabili...
Portable class id can't be 0
hazelcast_hazelcast-simulator
train
86ecca1c3878fc130fd5f8fa23e0499c1840e401
diff --git a/src/elements/element.line.js b/src/elements/element.line.js index <HASH>..<HASH> 100644 --- a/src/elements/element.line.js +++ b/src/elements/element.line.js @@ -114,7 +114,12 @@ // Now draw the line between all the points with any borders ctx.lineCap = vm.borderCapStyle || Chart.defaults.global....
If setLineDash is not available, do not set it.
chartjs_Chart.js
train
749198901eea597693cbadefbb66971bbe85f655
diff --git a/opal/action_pack/core.rb b/opal/action_pack/core.rb index <HASH>..<HASH> 100644 --- a/opal/action_pack/core.rb +++ b/opal/action_pack/core.rb @@ -372,14 +372,16 @@ class Application ActiveRecord::MemoryStore.new end - def launch(initial_url, initial_objects) + def launch(initial_objects_json) ...
changed launch to just accept the json
boberetezeke_opal-actionpack
train
79af076a1c052f3e5a5b3f1986096ece22ce0884
diff --git a/src/modules/user/controllers/UserController.php b/src/modules/user/controllers/UserController.php index <HASH>..<HASH> 100755 --- a/src/modules/user/controllers/UserController.php +++ b/src/modules/user/controllers/UserController.php @@ -31,6 +31,16 @@ 'class' => AccessControl::className(), 'ru...
#<I> fixed error at authorization
pulsarvp_vps-tools
train
e36c6d9282e496f0c933995d1673e84be2302100
diff --git a/src/HTML/Cms/Column/ColumnTree.php b/src/HTML/Cms/Column/ColumnTree.php index <HASH>..<HASH> 100755 --- a/src/HTML/Cms/Column/ColumnTree.php +++ b/src/HTML/Cms/Column/ColumnTree.php @@ -24,7 +24,6 @@ class ColumnTree extends Column private $js_object_name = ''; private $ajax = false; private...
Column Tree now can user Ajax to get sub items
devp-eu_tmcms-core
train
f24f1bba25830fedc6665d0036776a2f40071515
diff --git a/lib/ibm_watson/watson_service.rb b/lib/ibm_watson/watson_service.rb index <HASH>..<HASH> 100644 --- a/lib/ibm_watson/watson_service.rb +++ b/lib/ibm_watson/watson_service.rb @@ -31,7 +31,8 @@ class WatsonService api_key: nil, iam_apikey: nil, iam_access_token: nil, - iam_url: nil ...
feat(SSL): Add an option for user to disable SSL verification
watson-developer-cloud_ruby-sdk
train
54f0c70d88a95ff2aa37e7fdb01c691c1c9c97e2
diff --git a/docs/storage/blob_test.go b/docs/storage/blob_test.go index <HASH>..<HASH> 100644 --- a/docs/storage/blob_test.go +++ b/docs/storage/blob_test.go @@ -146,7 +146,7 @@ func TestSimpleBlobUpload(t *testing.T) { d, err := bs.Stat(ctx, desc.Digest) if err == nil { - t.Fatalf("unexpected non-error stating...
Fix vet issue registry/storage/blob_test.go:<I>: arg d for printf verb %s of wrong type: github.com/docker/distribution.Descriptor
docker_distribution
train
4ae71e93a8f047571cd4b84c1053e3065ef1e682
diff --git a/grade/lib.php b/grade/lib.php index <HASH>..<HASH> 100644 --- a/grade/lib.php +++ b/grade/lib.php @@ -2887,6 +2887,12 @@ abstract class grade_helper { continue; } + // Singleview doesn't doesn't accomodate for all cap combos yet, so this is hardcoded.. + ...
MDL-<I> grade: hide singleview links when no permissions Singleview only supports grade editors not viewers at this time.
moodle_moodle
train
6c7e0840aafa9f69bc2852d610bd7a207c760b06
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -103,7 +103,7 @@ Object.defineProperty(Primus.prototype, 'Socket', { get: function () { return require('load').compiler(this.library(true), 'primus.js', { __filename: 'primus.js', - __dirname: __dirname + ...
[fix] Change __dirname to current working directory so it can work with custom transports much better #<I>
primus_primus
train
b24a127db227e552dbe87650ac823eebc510afe9
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,10 @@ before_install: - sudo apt-get install -qq libdb-dev install: - - "python setup.py install" + - pip install pep8 + - python setup.py install + +before_script: + - pep8 ga4gh tests script:...
Improve PEP8 compliance. This includes a few PEP8 issues that had accumulated in the code base as well as automatic PEP8 testing for travis.
ga4gh_ga4gh-server
train
b030ccae05068dce61512f803749c8c389d2df70
diff --git a/src/python/grpcio/grpc/_server.py b/src/python/grpcio/grpc/_server.py index <HASH>..<HASH> 100644 --- a/src/python/grpcio/grpc/_server.py +++ b/src/python/grpcio/grpc/_server.py @@ -591,7 +591,13 @@ def _handle_call(rpc_event, generic_handlers, thread_pool, if not rpc_event.success: return No...
Return UNKNOWN on GenericRpcHandler failure A GenericRpcHandler registered on a gRPC Server is not supposed to raise an exception and if it does so it is considered a programming defect. However, gRPC is supposed to respond to the client with an UNKNOWN status code. Previously, this situation was left unhandled and t...
grpc_grpc
train
5f86d547016541df5ece00d612f90af6037eb2cf
diff --git a/lib/daybreak/file_handler.rb b/lib/daybreak/file_handler.rb index <HASH>..<HASH> 100644 --- a/lib/daybreak/file_handler.rb +++ b/lib/daybreak/file_handler.rb @@ -109,6 +109,10 @@ module Daybreak end end + def size + @fd.size + end + private def emit(record) diff --git a...
add in missing size method to the file handler
propublica_daybreak
train
f86c0f6ba7f133e3fd4945e5dcc20d18af852d13
diff --git a/lib/strategy.js b/lib/strategy.js index <HASH>..<HASH> 100755 --- a/lib/strategy.js +++ b/lib/strategy.js @@ -37,11 +37,11 @@ class CognitoExpress { } callback(true); }) - .catch(function(err) { + .catch(err => { + callback...
moved `callback` invocation ahead of `throw` statement
ghdna_cognito-express
train
531d48c3a7fc7a6fc5e057d44bc2c9b7e131a765
diff --git a/lib/gas/ssh.rb b/lib/gas/ssh.rb index <HASH>..<HASH> 100644 --- a/lib/gas/ssh.rb +++ b/lib/gas/ssh.rb @@ -248,13 +248,26 @@ module Gas if is_ssh_agent_there? `ssh-add ~/.ssh/id_rsa > /dev/null 2>&1` # you need to run this command to get the private key to be set to active on unix based m...
Found a bug while using gas over ssh with putty, ssh-add doesn't return 0 then, it return 2... it no longer claims this is an error now. It seemed to work just fine anyway.
walle_gas
train
936da829d2f289e285c43ddb69f332126896dad3
diff --git a/producer.go b/producer.go index <HASH>..<HASH> 100644 --- a/producer.go +++ b/producer.go @@ -24,6 +24,7 @@ type ProducerConfig struct { AckSuccesses bool // If enabled, successfully delivered messages will be returned on the Successes channel. MaxMessageBytes int ...
producer: enable retry-backoff Wait a bit (<I>ms by default) for the cluster to elect a new leader before processing message retries, since otherwise chances are we'll just get stale metadata from the broker we ask and the client won't know enough to back off on its own (because stale metadata won't contain any errors...
Shopify_sarama
train
5123c9f02f85d627c3cea99715ea7ff88e94bc47
diff --git a/Application.py b/Application.py index <HASH>..<HASH> 100644 --- a/Application.py +++ b/Application.py @@ -32,6 +32,7 @@ from nion.swift.model import DocumentModel from nion.swift.model import ImportExportManager from nion.swift.model import PlugInManager from nion.swift.model import Storage +from nion.s...
Add code to write out mtd file for each data item. svn r<I>
nion-software_nionswift
train
5175f47806cb9dab0b1108d419b008d19e306cf0
diff --git a/tasks/release.js b/tasks/release.js index <HASH>..<HASH> 100644 --- a/tasks/release.js +++ b/tasks/release.js @@ -44,6 +44,7 @@ const release = gulp.series( test, build, cleanDestDir, + copyBuildToDist, uglify, gitTag, gitCommit, @@ -89,6 +90,12 @@ function cleanDestDir () { }) } +...
includes unminified js files in releases for debugging purposes
archilogic-com_3dio-js
train
01d1e45fb0b5f62568001fcafa11c92cea43578b
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -104,13 +104,13 @@ You can also build your own modifiers. Modifiers are functions that receives int - `key`: Unique key that annotates the modifier - `modifier`: Function to execute when reducing string -A single param...
Add support for dynamically manuipulating data via modifiers
seripap_string-interpolation
train
e316be967c8bde26a7b3461c49d32c458a6552d3
diff --git a/pyana/examples/gp_panel.py b/pyana/examples/gp_panel.py index <HASH>..<HASH> 100644 --- a/pyana/examples/gp_panel.py +++ b/pyana/examples/gp_panel.py @@ -38,6 +38,7 @@ def gp_panel(version, skip): if data_type == 'data' and ( version == 'LatestPatrickJieYi' or ( version == 'QM14'...
gp_panel: don't scale when using joey's dataset
tschaume_ccsgp_get_started
train
0508d160d7ae88001ea6827baea65b80a979a0ea
diff --git a/bcbio/pipeline/demultiplex.py b/bcbio/pipeline/demultiplex.py index <HASH>..<HASH> 100644 --- a/bcbio/pipeline/demultiplex.py +++ b/bcbio/pipeline/demultiplex.py @@ -92,21 +92,25 @@ def _make_tag_file(barcodes, unmatched_str, config): need_trim[bc["barcode_id"]] = bc["sequence"] retur...
Avoid adding extra Illumina base when bc_offset used. Thanks to Yan Wang and Mark Borowsky.
bcbio_bcbio-nextgen
train
51cb83d499b85b9cf4415640fe3a7809714f59bc
diff --git a/data/convert.go b/data/convert.go index <HASH>..<HASH> 100644 --- a/data/convert.go +++ b/data/convert.go @@ -61,20 +61,21 @@ func NewWith(convert StructOptions, value interface{}) Value { if v.IsNil() { return List(nil) } - slice := []Value{} - for i := 0; i < v.Len(); i++ { - slice = append...
data/convert: pre-size containers for converted data
robfig_soy
train
a6a2c895c354f8f0197dd2a465ed74f5ea5caeeb
diff --git a/config/bootstrap.php b/config/bootstrap.php index <HASH>..<HASH> 100644 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -19,6 +19,7 @@ define('TIME_START', microtime(true)); class_alias('Cake\Error\Debugger', 'Cake\Utility\Debugger'); class_alias('Cake\Core\Configure\Engine\PhpConfig', 'Cake\Con...
Alias commonly used ORM exception. I had some tests fail in DebugKit because of this class rename. Alias it in the short term so others don't have this pain maybe.
cakephp_cakephp
train
f66607a6e860d39a6a8a46a6cf6003f2f76fbb28
diff --git a/lib/OpenLayers/BaseTypes/Element.js b/lib/OpenLayers/BaseTypes/Element.js index <HASH>..<HASH> 100644 --- a/lib/OpenLayers/BaseTypes/Element.js +++ b/lib/OpenLayers/BaseTypes/Element.js @@ -93,7 +93,6 @@ OpenLayers.Element = { /** * APIFunction: getDimensions - * *Deprecated*. Returns dime...
reverted r<I>, which does not fix the described issue, and store style.display instead (first patch attached to #<I>). r=bartvde,elemoine (pullup #<I>) git-svn-id: <URL>
openlayers_openlayers
train
85f9803c3df7753b806c1db163e340f8b98c7973
diff --git a/hyperbahn/advertise.go b/hyperbahn/advertise.go index <HASH>..<HASH> 100644 --- a/hyperbahn/advertise.go +++ b/hyperbahn/advertise.go @@ -25,6 +25,7 @@ import ( "math/rand" "time" + "github.com/uber/tchannel/golang/json" "golang.org/x/net/context" ) @@ -71,8 +72,9 @@ type adResponse struct { } ...
Hyperbahn client should use new JSON support
uber_tchannel-go
train
7de3f1d048dbec881448eb2d32995f8dbda6aee3
diff --git a/cartoframes/data/observatory/catalog.py b/cartoframes/data/observatory/catalog.py index <HASH>..<HASH> 100644 --- a/cartoframes/data/observatory/catalog.py +++ b/cartoframes/data/observatory/catalog.py @@ -30,8 +30,19 @@ class Catalog(object): return Category.get_all() + @property + def ...
Rename Catalog.purchased_datasets method
CartoDB_cartoframes
train
e6ee229e6660443b55738aae9f5df4014757c85c
diff --git a/src/Zephyrus/Utilities/Pager.php b/src/Zephyrus/Utilities/Pager.php index <HASH>..<HASH> 100644 --- a/src/Zephyrus/Utilities/Pager.php +++ b/src/Zephyrus/Utilities/Pager.php @@ -192,7 +192,7 @@ class Pager private function validate() { if ($this->currentPage < 1 || $this->currentPage > $...
Removed automatic redirect in pager class
dadajuice_zephyrus
train
e7cb292bbfa0e5cd41b6fbfab8b5eca9805baa4e
diff --git a/addon/hint/show-hint.js b/addon/hint/show-hint.js index <HASH>..<HASH> 100644 --- a/addon/hint/show-hint.js +++ b/addon/hint/show-hint.js @@ -162,7 +162,7 @@ var completions = data.list; for (var i = 0; i < completions.length; ++i) { var elt = hints.appendChild(document.createElement("li")...
[show-hint addon] Fix bug introduced by merging <I>ebb<I>f<I>e
codemirror_CodeMirror
train
efbaf274de97cded4bde3828664242c52df91df4
diff --git a/bloop/dynamo_client.py b/bloop/dynamo_client.py index <HASH>..<HASH> 100644 --- a/bloop/dynamo_client.py +++ b/bloop/dynamo_client.py @@ -3,6 +3,7 @@ import botocore import collections import time import functools +import bloop.dynamo DEFAULT_BACKOFF_COEFF = 50.0 @@ -268,10 +269,14 @@ class DynamoC...
Move table rendering into DynamoClient
numberoverzero_bloop
train
83559524d484b0a924c5c9b2cfa296f3f7746c33
diff --git a/packages/selenium-ide/src/neo/stores/view/PlaybackState.js b/packages/selenium-ide/src/neo/stores/view/PlaybackState.js index <HASH>..<HASH> 100644 --- a/packages/selenium-ide/src/neo/stores/view/PlaybackState.js +++ b/packages/selenium-ide/src/neo/stores/view/PlaybackState.js @@ -81,13 +81,6 @@ class Play...
remove unnecessary code # Conflicts: # packages/selenium-ide/src/neo/stores/view/PlaybackState.js
SeleniumHQ_selenium-ide
train
3dcd4bd235b8a30604d29c3ef27aacc7f58bdd26
diff --git a/src/com/googlecode/jmxtrans/model/output/GangliaWriter.java b/src/com/googlecode/jmxtrans/model/output/GangliaWriter.java index <HASH>..<HASH> 100644 --- a/src/com/googlecode/jmxtrans/model/output/GangliaWriter.java +++ b/src/com/googlecode/jmxtrans/model/output/GangliaWriter.java @@ -141,7 +141,8 @@ publi...
Add more debug of the output data type of GangliaWriter
jmxtrans_jmxtrans
train
979e541c457bb17f1b610d1f475f20089bcddb52
diff --git a/library/CM/Model/Abstract.js b/library/CM/Model/Abstract.js index <HASH>..<HASH> 100644 --- a/library/CM/Model/Abstract.js +++ b/library/CM/Model/Abstract.js @@ -13,10 +13,6 @@ var CM_Model_Abstract = Backbone.Model.extend({ }, toJSON: function() { - var json = {_id: this.get('_id'), _type: this...
Remove '_id' from CM_Model_Abstract.toJSON
cargomedia_cm
train
6c5d4662caab9f78c7c5f07b28cb1a60e6f182bb
diff --git a/grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/io/support/GrailsResourceUtils.java b/grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/io/support/GrailsResourceUtils.java index <HASH>..<HASH> 100644 --- a/grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/io/support/GrailsRe...
GRAILS-<I> - improve the handling of watching source files which are in a source dir that has a dash in it
grails_grails-core
train
48ef78941035293edd02ef483c8f8a3acdeebb9f
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - myreplicator (1.1.57) + myreplicator (1.1.58) json mysql2 net-sftp diff --git a/lib/loader/loader.rb b/lib/loader/loader.rb index <HASH>..<...
fix loader with while redis_set.size >= 0
Raybeam_myreplicator
train
4fbb1247116834fe05c29e9cbbce9454d1feca64
diff --git a/csrf.go b/csrf.go index <HASH>..<HASH> 100644 --- a/csrf.go +++ b/csrf.go @@ -146,6 +146,8 @@ func Protect(authKey []byte, opts ...func(*csrf)) func(http.Handler) http.Handle // Create an authenticated securecookie instance. if cs.sc == nil { cs.sc = securecookie.New(authKey, nil) + // Use JSON...
[feature]: Use securecookie.JSONEncoder{} - JSONEncoder{} is faster than the default GOBEncoder{} - The store controls the data structure and is JSON compatible by default
gorilla_csrf
train
46c88db5892b98fc87aa2c80687d9e655dd08b2c
diff --git a/src/android/java/io/jxcore/node/ConnectionHelper.java b/src/android/java/io/jxcore/node/ConnectionHelper.java index <HASH>..<HASH> 100644 --- a/src/android/java/io/jxcore/node/ConnectionHelper.java +++ b/src/android/java/io/jxcore/node/ConnectionHelper.java @@ -108,6 +108,12 @@ public class ConnectionHelpe...
Add listening to connectivity events when app starts (cherry picked from commit <I>d9f5)
thaliproject_Thali_CordovaPlugin
train
6e8af081e1f531482160c8a67e9ec45a2924dd9b
diff --git a/libkbfs/folder_branch_ops.go b/libkbfs/folder_branch_ops.go index <HASH>..<HASH> 100644 --- a/libkbfs/folder_branch_ops.go +++ b/libkbfs/folder_branch_ops.go @@ -830,19 +830,7 @@ func (fbo *folderBranchOps) setHeadConflictResolvedLocked(ctx context.Context, return errors.New("Unexpected unmerged update ...
folder_branch_ops: don't let resolutions update latestMerged (#<I>) Resolutions no longer skip the journal, so they shouldn't count as the latest merged revision anymore. Issue: KBFS-<I>
keybase_client
train
02fd16e82bf883ed3fecc896abaa92cde5ac5b25
diff --git a/dependency/health_service.go b/dependency/health_service.go index <HASH>..<HASH> 100644 --- a/dependency/health_service.go +++ b/dependency/health_service.go @@ -51,7 +51,7 @@ type HealthService struct { Checks api.HealthChecks Status string Port int - Weights...
health service weights don't need to be pointer A general rule, only use pointers when you need to. Values are simpler.
hashicorp_consul-template
train
1b177bbf4d0618f6e1403b116e1340bc7e4f2537
diff --git a/registry/event.go b/registry/event.go index <HASH>..<HASH> 100644 --- a/registry/event.go +++ b/registry/event.go @@ -38,7 +38,6 @@ func (self *EventStream) Stream(idx uint64, eventchan chan *event.Event) { } func (self *EventStream) Close() { - log.V(1).Info("Closing EventStream") close(self.close) ...
refactor(registry): Simplify logging in registry pkg
coreos_fleet
train
1346bd37ca856bd77a1901a7402e2ee5c0b784f5
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ $ gas -nosec=true ./... ### Output formats -Gas currently supports text, json and csv output formats. By default +Gas currently supports text, json, csv and JUnit XML output formats. By default resul...
Edited README and help text.
securego_gosec
train
cc15e3c24d6585665f9bd49bba30ce740e197165
diff --git a/backend/log/global_test.go b/backend/log/global_test.go index <HASH>..<HASH> 100644 --- a/backend/log/global_test.go +++ b/backend/log/global_test.go @@ -1,8 +1,8 @@ package log_test import ( - "testing" "github.com/limetext/lime/backend/log" + "testing" ) func TestGlobalFunctions(t *testing.T) {...
Run `gofmt` on log tests
limetext_backend
train
33b640de771a0fcfb3443a5459930a3642bee291
diff --git a/lib/dentaku/ast/arithmetic.rb b/lib/dentaku/ast/arithmetic.rb index <HASH>..<HASH> 100644 --- a/lib/dentaku/ast/arithmetic.rb +++ b/lib/dentaku/ast/arithmetic.rb @@ -1,5 +1,6 @@ require_relative './operation' require 'bigdecimal' +require 'bigdecimal/util' module Dentaku module AST @@ -52,10 +53,10...
safer conversion to BigDecimal
rubysolo_dentaku
train
048f92b4eca8dfc2c42e505244da7fc9afc51981
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -37,8 +37,7 @@ gulp.task('dist:build', gulp.series( compileDistStyles, copyFontsTo(paths.out.dist.fonts) ) - ) -); +)); gulp.task('dist:watch', gulp.series( 'dist:build', watchD...
Fix error handling in build process - Correctly exit with zero / nonzero exit status - Output webpack warnings, not errors only Fixes GUIC-<I>
gentics_gentics-ui-core
train
30c3cedd2e5742d341150d8e74b0346cbbf3e93e
diff --git a/test/functional/index/search.js b/test/functional/index/search.js index <HASH>..<HASH> 100644 --- a/test/functional/index/search.js +++ b/test/functional/index/search.js @@ -39,11 +39,11 @@ test('should have into account the "timeout" option', async t => { ); }); -test('should return a services for a...
Minor fix in a errored test after last changes
jesusprubio_shodan-client
train
82cc38541c35d189b928cae54c1c603a3c0c8830
diff --git a/hca/upload/s3_agent.py b/hca/upload/s3_agent.py index <HASH>..<HASH> 100644 --- a/hca/upload/s3_agent.py +++ b/hca/upload/s3_agent.py @@ -6,6 +6,7 @@ from boto3.s3.transfer import TransferConfig from botocore.config import Config from botocore.credentials import CredentialResolver from botocore.session ...
retry around upload file and throw exception instead of printing failed files at end (#<I>)
HumanCellAtlas_dcp-cli
train
64f6e18a1c3e919746a637390cd1d76a4c6de85a
diff --git a/command/agent/command.go b/command/agent/command.go index <HASH>..<HASH> 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -157,7 +157,7 @@ func (c *Command) Run(args []string, rawUi cli.Ui) int { if len(config.StartJoin) > 0 { ui.Output("Joining cluster...") - n, err := agent...
command/agent: always ignore old for agent join
hashicorp_serf
train
a72d8df87d205c2a42354c81f4f6e878b5caf686
diff --git a/limp/__init__.py b/limp/__init__.py index <HASH>..<HASH> 100644 --- a/limp/__init__.py +++ b/limp/__init__.py @@ -20,13 +20,13 @@ def evaluate(source_code, environment=None): class Repl: PROMPT = "> " - WELCOME_MESSAGE = "Welcome to LIMP! You're in a REPL, have fun!" + "\n" def __init__...
Allow state to be modified across calls in REPL
byxor_limp
train
9ba296cfe86bfe8852cd7116377ee2972781bad3
diff --git a/neo4j/__main__.py b/neo4j/__main__.py index <HASH>..<HASH> 100644 --- a/neo4j/__main__.py +++ b/neo4j/__main__.py @@ -19,8 +19,6 @@ # limitations under the License. -from __future__ import unicode_literals - import logging from argparse import ArgumentParser from getpass import getpass diff --git a...
Removed __future__ imports
neo4j_neo4j-python-driver
train
c3cc0600a08fdd7349fd3aeb73b8defb1b1a6386
diff --git a/lib/capybara/spec/session/window/window_opened_by_spec.rb b/lib/capybara/spec/session/window/window_opened_by_spec.rb index <HASH>..<HASH> 100644 --- a/lib/capybara/spec/session/window/window_opened_by_spec.rb +++ b/lib/capybara/spec/session/window/window_opened_by_spec.rb @@ -41,10 +41,11 @@ Capybara::Spe...
Move button finding outside timed test loop to improve test reliability on travis
teamcapybara_capybara
train
6ed50e242d1d2083a251d65c81a1f8d8b6d26e64
diff --git a/lib/heroku/client.rb b/lib/heroku/client.rb index <HASH>..<HASH> 100644 --- a/lib/heroku/client.rb +++ b/lib/heroku/client.rb @@ -521,6 +521,9 @@ Check the output of "heroku ps" and "heroku logs" for more information. begin http.start do http.request_get(uri.path + (uri.query ? "...
Warn user when log channels drop history. Certain channels get flagged into this due to excessive output; this will alert the user that this has occurred.
heroku_legacy-cli
train