hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
ea0d166fee0d5a7c6b4262a181c3bfdb95806c70
diff --git a/src/main/java/nonapi/io/github/classgraph/concurrency/SimpleThreadFactory.java b/src/main/java/nonapi/io/github/classgraph/concurrency/SimpleThreadFactory.java index <HASH>..<HASH> 100644 --- a/src/main/java/nonapi/io/github/classgraph/concurrency/SimpleThreadFactory.java +++ b/src/main/java/nonapi/io/gith...
Run in SecurityManager ThreadGroup if there's a SecurityManager
classgraph_classgraph
train
9630536afe170a1c3911da7c1046a1929339e14c
diff --git a/climlab/utils/data_source.py b/climlab/utils/data_source.py index <HASH>..<HASH> 100644 --- a/climlab/utils/data_source.py +++ b/climlab/utils/data_source.py @@ -46,37 +46,41 @@ def load_data_source(local_path, - ``data`` is the data object returned by the successful call to ``open_method`` - ``p...
TEMP: forget download-and-cache, already read remotely
brian-rose_climlab
train
2fa9a8e40067e624accd37aa4dd3f342efab9d66
diff --git a/bin/subtitle_it b/bin/subtitle_it index <HASH>..<HASH> 100755 --- a/bin/subtitle_it +++ b/bin/subtitle_it @@ -39,10 +39,10 @@ BANNER end opts.on("-c", "--convert=FORMAT", String, - "Format to convert to") { |of| OPTIONS[:format] = of } + "Format to convert to") { |o| OPTIONS[:form...
removing dot from spec..forgot
nofxx_subtitle_it
train
1c50dce6845586318666d600c23b326b1b57cef3
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ yaclifw distribution script """ +from __future__ import absolute_import from setuptools import setup from yaclifw import __file__ as module_file from yaclifw.version import get_git_version diff --git a/te...
Modernise to work with python 2 or 3
openmicroscopy_yaclifw
train
2edec48212e06c3a7a93debccf6be758d4431529
diff --git a/lib/jsdom/level3/core.js b/lib/jsdom/level3/core.js index <HASH>..<HASH> 100644 --- a/lib/jsdom/level3/core.js +++ b/lib/jsdom/level3/core.js @@ -181,7 +181,7 @@ core.Node.prototype.__defineGetter__('textContent', function() { core.Node.prototype.__defineSetter__('textContent', function(txt) { if (txt)...
Added missing comma (implicit global var).
jsdom_jsdom
train
1f787fbc5067ee9634df6992d0fb0eec52731c8b
diff --git a/test/helpers.rb b/test/helpers.rb index <HASH>..<HASH> 100644 --- a/test/helpers.rb +++ b/test/helpers.rb @@ -41,7 +41,7 @@ class IWNGTest < Test::Unit::TestCase attr_accessor :client def setup - options = { env: 'staging' } + options = { env: 'test' } OptionParser.new do |opts| o...
Changed env back to test.
iron-io_iron_worker_ruby_ng
train
f0b6018059f3e66d19e37b8370e1d0f9024883d0
diff --git a/src/system/modules/metamodels/TableMetaModelRenderSetting.php b/src/system/modules/metamodels/TableMetaModelRenderSetting.php index <HASH>..<HASH> 100644 --- a/src/system/modules/metamodels/TableMetaModelRenderSetting.php +++ b/src/system/modules/metamodels/TableMetaModelRenderSetting.php @@ -306,7 +306,7 ...
Made messages in "addAll" operation for rendersettings translatable.
MetaModels_core
train
6b5bc533a6fa153e21b23f9aacd04b022bb02680
diff --git a/topology/probes/k8s/container.go b/topology/probes/k8s/container.go index <HASH>..<HASH> 100644 --- a/topology/probes/k8s/container.go +++ b/topology/probes/k8s/container.go @@ -144,7 +144,9 @@ func newContainerProbe(client interface{}, g *graph.Graph) Subprobe { } func newPodContainerLinker(g *graph.G...
k8s: resource linker support cross k8s-istio links
skydive-project_skydive
train
599dd1a72f75d3699e5a679570b67f17ae136178
diff --git a/cumulusci/robotframework/CumulusCI.py b/cumulusci/robotframework/CumulusCI.py index <HASH>..<HASH> 100644 --- a/cumulusci/robotframework/CumulusCI.py +++ b/cumulusci/robotframework/CumulusCI.py @@ -3,6 +3,7 @@ import logging from robot.api import logger from robot.libraries.BuiltIn import BuiltIn from s...
Add session hooks and also rename SF object.
SFDO-Tooling_CumulusCI
train
ea0112747801f702c9231e90404d346958639d9e
diff --git a/spec/helpers/channel_helpers.js b/spec/helpers/channel_helpers.js index <HASH>..<HASH> 100644 --- a/spec/helpers/channel_helpers.js +++ b/spec/helpers/channel_helpers.js @@ -206,12 +206,12 @@ var implementation = function(type, counter) { return handler(this._log, this._counter.next(), h); }, ...
in channel objects, use push/pull methods with optional handlers
AppliedMathematicsANU_plexus-csp
train
39fd8f4f0f0a8433d12a6b8d3594458d729f419f
diff --git a/tests/retrievers/test_cts5.py b/tests/retrievers/test_cts5.py index <HASH>..<HASH> 100644 --- a/tests/retrievers/test_cts5.py +++ b/tests/retrievers/test_cts5.py @@ -2,7 +2,7 @@ import unittest import requests import responses -from mock import patch +from mock import patch, MagicMock from MyCapytai...
Added test case for response encoding
Capitains_MyCapytain
train
3931d32551323a14651d90fc78d349fd1e0a05e3
diff --git a/dft_parser/pwscf/stdout_parser.py b/dft_parser/pwscf/stdout_parser.py index <HASH>..<HASH> 100644 --- a/dft_parser/pwscf/stdout_parser.py +++ b/dft_parser/pwscf/stdout_parser.py @@ -43,7 +43,7 @@ def _parse_pseudopotential(line, lines): return {'pseudopotential file': newline.split()[0]} def _pars...
Fixing bug that resulted in a busy loop Was missing a next() call
CitrineInformatics_dftparse
train
d72a2d9bb0370e089c629d43fbc20d577f025fc5
diff --git a/pandas/core/categorical.py b/pandas/core/categorical.py index <HASH>..<HASH> 100644 --- a/pandas/core/categorical.py +++ b/pandas/core/categorical.py @@ -192,7 +192,7 @@ class Categorical(object): class Factor(Categorical): - def __init__(self, labels, levels, name=None): + def __init__(self, la...
ENH: Add levels=None in deprecated class too.
pandas-dev_pandas
train
b9e23b18a7638bc89b3545771c18b12028de6ec1
diff --git a/i3pystatus/mail/__init__.py b/i3pystatus/mail/__init__.py index <HASH>..<HASH> 100644 --- a/i3pystatus/mail/__init__.py +++ b/i3pystatus/mail/__init__.py @@ -6,9 +6,10 @@ class Backend(SettingsBase): """Handles the details of checking for mail""" unread = 0 + settings = ("account", ) # ...
Add the possibility to display per backend unread mail along with the total number of unread mails (default). The displayed backend can be set via callbacks (on mousewheel events by default)
enkore_i3pystatus
train
78ac0e3973d1ab372259225324c2c13aab189fd8
diff --git a/core/src/main/java/net/time4j/Duration.java b/core/src/main/java/net/time4j/Duration.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/net/time4j/Duration.java +++ b/core/src/main/java/net/time4j/Duration.java @@ -509,24 +509,42 @@ public final class Duration<U extends IsoUnit> * <p>Construct...
clarification in javadoc of Duration given example for metric with different units
MenoData_Time4J
train
7d2e88165ff405924b8b9cd128d53f861ae85b4a
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -766,7 +766,12 @@ export default class VueI18n { if (this._warnHtmlInMessage === 'warn' || this._warnHtmlInMessage === 'error') { this._checkLocaleMessage(locale, this._warnHtmlInMessage, message) ...
Improve performance of mergeLocaleMessage (#<I>) (#<I>)
kazupon_vue-i18n
train
e6d71bdb659c22249a75499e10557eae0379598c
diff --git a/plugins/inputs/docker/README.md b/plugins/inputs/docker/README.md index <HASH>..<HASH> 100644 --- a/plugins/inputs/docker/README.md +++ b/plugins/inputs/docker/README.md @@ -273,6 +273,7 @@ status if configured. - container_status - container_version - fields: + - container_id - oomkil...
Add container_id field to docker_container_status metrics (#<I>)
influxdata_telegraf
train
8ffcd7b90b26fc94db05243f4897d7535cc9eb00
diff --git a/docs/web3.eth.rst b/docs/web3.eth.rst index <HASH>..<HASH> 100644 --- a/docs/web3.eth.rst +++ b/docs/web3.eth.rst @@ -1131,19 +1131,23 @@ with the filtering API. True -.. py:method:: Eth.submitWork(nonce, pow_hash, mix_digest) +.. py:method:: Eth.submit_work(nonce, pow_hash, mix_digest) ...
deprecate submitWork in favor of submit_work
ethereum_web3.py
train
3388b6ba0d3211621d14f8ec889ff0d24d8f59cb
diff --git a/ansible/modules/hashivault/hashivault_oidc_auth_method_config.py b/ansible/modules/hashivault/hashivault_oidc_auth_method_config.py index <HASH>..<HASH> 100644 --- a/ansible/modules/hashivault/hashivault_oidc_auth_method_config.py +++ b/ansible/modules/hashivault/hashivault_oidc_auth_method_config.py @@ -1...
Use the authenticated Vault client's token instead of extracting it from params
TerryHowe_ansible-modules-hashivault
train
376feb9f02920deffd10ca2030056d5f5e5e3287
diff --git a/cleverhans/attacks.py b/cleverhans/attacks.py index <HASH>..<HASH> 100644 --- a/cleverhans/attacks.py +++ b/cleverhans/attacks.py @@ -468,7 +468,13 @@ def fgm(x, adv_x = x + scaled_grad # If clipping is needed, reset all values outside of [clip_min, clip_max] - if (clip_min is not None) and (clip_...
cast clip_min inside `generate` when needed to match `adv_x`
tensorflow_cleverhans
train
22cb4fb446cb015c698c9d299668319a95bc9f4c
diff --git a/library/CM/FormField/Location.js b/library/CM/FormField/Location.js index <HASH>..<HASH> 100644 --- a/library/CM/FormField/Location.js +++ b/library/CM/FormField/Location.js @@ -46,20 +46,6 @@ var CM_FormField_Location = CM_FormField_SuggestOne.extend({ }, /** - * @return {Object} - */ - getVa...
Remove unneeded code from CM_FormField_Location
cargomedia_cm
train
49b7f7ae3134e9a4a628f9337b7c4e2e9e27bc69
diff --git a/wal_e/worker/pg/psql_worker.py b/wal_e/worker/pg/psql_worker.py index <HASH>..<HASH> 100644 --- a/wal_e/worker/pg/psql_worker.py +++ b/wal_e/worker/pg/psql_worker.py @@ -6,7 +6,7 @@ from subprocess import PIPE from wal_e.piper import popen_nonblock from wal_e.exception import UserException -PSQL_BIN = ...
Fix psql bin to pass environment as separate arg.
wal-e_wal-e
train
de724063f38590b9009703a0ba33683e8f9b0367
diff --git a/codec/src/main/java/io/netty/handler/codec/DefaultTextHeaders.java b/codec/src/main/java/io/netty/handler/codec/DefaultTextHeaders.java index <HASH>..<HASH> 100644 --- a/codec/src/main/java/io/netty/handler/codec/DefaultTextHeaders.java +++ b/codec/src/main/java/io/netty/handler/codec/DefaultTextHeaders.ja...
Reduce the initial capacity of the value list from 4 to 2 Motivation: DefaultTextHeaders.getAll*() methods create an ArrayList whose initial capacity is 4. However, it is more likely that the actual number of values is smaller than that. Modifications: Reduce the initial capacity of the value list from 4 to 2 Res...
netty_netty
train
9114e4cbc8b276ef8ff8aeb2c905ca5e70020eda
diff --git a/lib/erector/extensions/object.rb b/lib/erector/extensions/object.rb index <HASH>..<HASH> 100644 --- a/lib/erector/extensions/object.rb +++ b/lib/erector/extensions/object.rb @@ -11,8 +11,8 @@ class Object CGI.unescapeHTML(to_s) end - # OMGWTF :-) def escape_single_quotes self.gsub(/[']/,...
Remove OMGWTF comment. This was confusing rdoc when installing, for example, the <I> gem. git-svn-id: svn+ssh://rubyforge.org/var/svn/erector/trunk@<I> 4b<I>b9-<I>f2-<I>-<I>b1-b<I>f<I>b<I>f
erector_erector
train
70fe0c4314051f9b777afa36b23bca31cc8126c1
diff --git a/resource_aws_autoscaling_group.go b/resource_aws_autoscaling_group.go index <HASH>..<HASH> 100644 --- a/resource_aws_autoscaling_group.go +++ b/resource_aws_autoscaling_group.go @@ -234,6 +234,10 @@ func resourceAwsAutoscalingGroupUpdate(d *schema.ResourceData, meta interface{}) if d.HasChange("max_size"...
need to update aws with the change if there is one
terraform-providers_terraform-provider-aws
train
2c269130d0e52e659d51ee4de193797b2059e648
diff --git a/test/record/record-handlerSpec.js b/test/record/record-handlerSpec.js index <HASH>..<HASH> 100644 --- a/test/record/record-handlerSpec.js +++ b/test/record/record-handlerSpec.js @@ -110,7 +110,7 @@ describe( 'record handler handles messages', function(){ data: [ 'existingRecord', 5, '{"name":"Kowalski"...
Updated test to match version mismatch message
deepstreamIO_deepstream.io
train
3cce4117fac6648ddf534aef67e5b1c964b91735
diff --git a/cmd/shell.go b/cmd/shell.go index <HASH>..<HASH> 100644 --- a/cmd/shell.go +++ b/cmd/shell.go @@ -37,8 +37,10 @@ import ( "github.com/letsencrypt/boulder/Godeps/_workspace/src/github.com/cactus/go-statsd-client/statsd" "github.com/letsencrypt/boulder/Godeps/_workspace/src/github.com/codegangsta/cli" ...
Log errors from cmd.FailOnError
letsencrypt_boulder
train
554b7e7ee629140b741fa3069b1da79d01e1589d
diff --git a/src/project.js b/src/project.js index <HASH>..<HASH> 100644 --- a/src/project.js +++ b/src/project.js @@ -566,7 +566,7 @@ Project.prototype.linkForRelease = function(filename) { var shortName = "css/" + resource[0]; var longName = resource[1]; ...
Bug fix: resources were not copied in RELEASE mode.
tolokoban_ToloFrameWork
train
b020b803d8ccb88a5b5f7c6097af3b132ce90530
diff --git a/tests/test_NistRandomnessBeacon.py b/tests/test_NistRandomnessBeacon.py index <HASH>..<HASH> 100644 --- a/tests/test_NistRandomnessBeacon.py +++ b/tests/test_NistRandomnessBeacon.py @@ -164,16 +164,15 @@ class TestNistRandomnessBeacon(TestCase): ) def test_chain_check_last(self): - #...
For now, deal with race by None'ing the call
urda_nistbeacon
train
5963cc435b0f423ae9370a6517acf92e7f9b96a1
diff --git a/symfit/core/fit.py b/symfit/core/fit.py index <HASH>..<HASH> 100644 --- a/symfit/core/fit.py +++ b/symfit/core/fit.py @@ -215,13 +215,15 @@ class BaseModel(Mapping): # Remove cached_property values from the state, they need to be # re-calculated after pickle. state = self.__dict_...
__reduce__ replaced by __setstate__ for models. (#<I>) __reduce__ replaced by __setstate__ for models.
tBuLi_symfit
train
019152ee4b51cfef7e8c80471933ae8570d69b17
diff --git a/packages/storybook/storybook-support/decorators/KnobbedThemeProvider.js b/packages/storybook/storybook-support/decorators/KnobbedThemeProvider.js index <HASH>..<HASH> 100644 --- a/packages/storybook/storybook-support/decorators/KnobbedThemeProvider.js +++ b/packages/storybook/storybook-support/decorators/K...
docs: add dark gray theme to storybook
Autodesk_hig
train
0b75854c8649be0c33241891bfa35b444d0c6b78
diff --git a/pax-exam-container-rbc/src/main/java/org/ops4j/pax/exam/rbc/internal/RemoteBundleContextImpl.java b/pax-exam-container-rbc/src/main/java/org/ops4j/pax/exam/rbc/internal/RemoteBundleContextImpl.java index <HASH>..<HASH> 100644 --- a/pax-exam-container-rbc/src/main/java/org/ops4j/pax/exam/rbc/internal/Remote...
Throw NuSuchServiceException also if the service is not returned by bundle context. git-svn-id: <URL>
ops4j_org.ops4j.pax.exam1
train
1fcba33ac13c4b003a6f4615b0030806b1d84940
diff --git a/spec/lib/tmuxinator/project_spec.rb b/spec/lib/tmuxinator/project_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/tmuxinator/project_spec.rb +++ b/spec/lib/tmuxinator/project_spec.rb @@ -3,9 +3,9 @@ require "spec_helper" describe Tmuxinator::Project do let(:project) { FactoryGirl.build(:project) } ...
use do/end instead of curly braces in project_with_number_as_name let to accommodate style guide
tmuxinator_tmuxinator
train
f60effef454b9fd5544429e61859d62140728089
diff --git a/src/WsSecurity.php b/src/WsSecurity.php index <HASH>..<HASH> 100644 --- a/src/WsSecurity.php +++ b/src/WsSecurity.php @@ -103,8 +103,7 @@ class WsSecurity { if ($addNonce){ $nonceValue = $this->getPassword()->getNonceValue(); - if (!empty($nonceValue)) - { +...
Update WsSecurity.php
WsdlToPhp_WsSecurity
train
59dbde3ddf594d348fba799d5e745e72387ca3fd
diff --git a/library/WT/GedcomRecord.php b/library/WT/GedcomRecord.php index <HASH>..<HASH> 100755 --- a/library/WT/GedcomRecord.php +++ b/library/WT/GedcomRecord.php @@ -445,6 +445,11 @@ class WT_GedcomRecord { } } + // Default for "other" object types + public function extractNames() { + $this->_addName(stati...
'other' record types have no name
fisharebest_webtrees
train
58de1487f5e9bc096f609c42296effb1237fb9e2
diff --git a/lib/daemon/index.js b/lib/daemon/index.js index <HASH>..<HASH> 100644 --- a/lib/daemon/index.js +++ b/lib/daemon/index.js @@ -221,10 +221,6 @@ var daemon = { throw new Error(_config.errors[403]); } - if (!config.dbs) { - throw new Error(_config.errors[404]); - } - if (!config.servicePort) {...
removed dbs from config; dbs is now optional
soajs_soajs.composer
train
6ec8184f3bb4b3ca558140b97e32f1655db460e6
diff --git a/src/AnyContent/Client/Folder.php b/src/AnyContent/Client/Folder.php index <HASH>..<HASH> 100755 --- a/src/AnyContent/Client/Folder.php +++ b/src/AnyContent/Client/Folder.php @@ -83,10 +83,11 @@ class Folder implements \JsonSerializable return true; } + function jsonSerialize() { ...
added json serializability to folder and file objects
nhagemann_anycontent-client-php
train
778a24508ab929b45b787e6c18b0f37e3e2f1634
diff --git a/lib/error.js b/lib/error.js index <HASH>..<HASH> 100644 --- a/lib/error.js +++ b/lib/error.js @@ -9,7 +9,8 @@ const ErrorHandler = class { 2: 'Binary not found', 3: 'ipcCommand invalid', 4: 'Unable to bind IPC socket', - 5: 'Timeout' + 5: 'Timeout', + 6: 'MPV is already running' } } ...
MPV is not started with start() if it's already running. Closes #<I>
00SteinsGate00_Node-MPV
train
29e914c0cbac1372d97f829ff043149db5ac7260
diff --git a/src/main/java/nl/jqno/equalsverifier/internal/prefabvalues/Cache.java b/src/main/java/nl/jqno/equalsverifier/internal/prefabvalues/Cache.java index <HASH>..<HASH> 100644 --- a/src/main/java/nl/jqno/equalsverifier/internal/prefabvalues/Cache.java +++ b/src/main/java/nl/jqno/equalsverifier/internal/prefabval...
Issue <I>: Fix raw type warnings in prefabvalues package
jqno_equalsverifier
train
f7b9c469da5099c9a165f103eba26c5259e37285
diff --git a/lib/Gitlab/Api/Issues.php b/lib/Gitlab/Api/Issues.php index <HASH>..<HASH> 100644 --- a/lib/Gitlab/Api/Issues.php +++ b/lib/Gitlab/Api/Issues.php @@ -213,4 +213,14 @@ class Issues extends AbstractApi { return $this->get($this->getProjectPath($project_id, 'issues/'.$this->encodePath($issue_iid...
Allow getting merge requests which would close an issue
m4tthumphrey_php-gitlab-api
train
abb8455cc707661c9c5319255d8bc47503975e21
diff --git a/spec/node/asciidoctor.spec.js b/spec/node/asciidoctor.spec.js index <HASH>..<HASH> 100644 --- a/spec/node/asciidoctor.spec.js +++ b/spec/node/asciidoctor.spec.js @@ -111,6 +111,15 @@ describe('Node.js', function () { var abstractSectionBlocks = doc.findBy({'context': 'section'}, function (b) { retur...
:sparkles: API: Add getLineNumber on block (#<I>)
asciidoctor_asciidoctor.js
train
c2f9ad467fdfd39f916db16cfe93f06334e86002
diff --git a/client/state/selectors/is-nav-unification-enabled.js b/client/state/selectors/is-nav-unification-enabled.js index <HASH>..<HASH> 100644 --- a/client/state/selectors/is-nav-unification-enabled.js +++ b/client/state/selectors/is-nav-unification-enabled.js @@ -16,7 +16,7 @@ import isNavUnificationNewUser from...
Nav Unification: Ramp up to <I>% of existing users. (#<I>) Test failures are unrelated. Merging anyway.
Automattic_wp-calypso
train
fc00b61751bc5be9505db03408db93a9cd00f7f0
diff --git a/tornado/auth.py b/tornado/auth.py index <HASH>..<HASH> 100644 --- a/tornado/auth.py +++ b/tornado/auth.py @@ -37,7 +37,7 @@ class GoogleHandler(tornado.web.RequestHandler, tornado.auth.GoogleMixin): self.get_authenticated_user(self.async_callback(self._on_auth)) return se...
Use the original request's protocol as the openid realm instead of hard-coding http.
tornadoweb_tornado
train
8f898cc6501afb985dc157b7d9bbe414bdfae247
diff --git a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/container/atomic/storage/impl/PostgreSQLContainer.java b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java...
Temporarily remove cases that cause DDL IT sporadic exception (#<I>)
apache_incubator-shardingsphere
train
33fc3f11d500966457715f09d293e0ab1528a127
diff --git a/resource_aws_codebuild_project.go b/resource_aws_codebuild_project.go index <HASH>..<HASH> 100644 --- a/resource_aws_codebuild_project.go +++ b/resource_aws_codebuild_project.go @@ -201,7 +201,7 @@ func resourceAwsCodeBuildProjectCreate(d *schema.ResourceData, meta interface{}) } var resp *codebuild....
provider/aws: Raise the codebuild_project create timeout (#<I>) Found in testing that a timeout of <I> seconds didn't allow for the error message that codebuild wasn't supported in eu-west-2 Discussed this with @radeksimko and he suggested a timeout raise
terraform-providers_terraform-provider-aws
train
5f364de62d102c8fbeb7724592d12f459b8d292b
diff --git a/content.py b/content.py index <HASH>..<HASH> 100644 --- a/content.py +++ b/content.py @@ -1,4 +1,5 @@ import xml.dom.minidom as minidom +import xml.dom import os, os.path import utils @@ -56,14 +57,14 @@ class OPSContent(object): affiliation_index.append(aff) sup ...
Revised exception handling in some methods.
SavinaRoja_OpenAccess_EPUB
train
e17fb78632a9fb8cf952dd5fbe4834a8147b6084
diff --git a/lib/appsignal/version.rb b/lib/appsignal/version.rb index <HASH>..<HASH> 100644 --- a/lib/appsignal/version.rb +++ b/lib/appsignal/version.rb @@ -1,3 +1,3 @@ module Appsignal - VERSION = '0.1.5' + VERSION = '0.1.6.rc.0' end
Bump to <I>.rc<I> [ci skip]
appsignal_appsignal-ruby
train
98460bc611ead6afe4cc8fcee640f05073a4b7e8
diff --git a/lib/heroku/command.rb b/lib/heroku/command.rb index <HASH>..<HASH> 100644 --- a/lib/heroku/command.rb +++ b/lib/heroku/command.rb @@ -7,7 +7,6 @@ require "optparse" module Heroku module Command - class InvalidCommand < RuntimeError; end class CommandFailed < RuntimeError; end extend H...
reduce duplication when responding to invalid commands
heroku_legacy-cli
train
c8327a8fe2751bc65987b9698967ee8680691260
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -846,7 +846,12 @@ func (cl *Client) gotMetadataExtensionMsg(payload []byte, t *torrent, c *connect if t.haveInfo() { break } - t.SaveMetadataPiece(piece, payload[len(payload)-metadataPieceSize(d["total_size"], p...
Log bad metadata packets instead of crashing
anacrolix_torrent
train
9f81d014f1bf59e9c599527a7031aee32e8cb60f
diff --git a/cmd/obdinfo.go b/cmd/obdinfo.go index <HASH>..<HASH> 100644 --- a/cmd/obdinfo.go +++ b/cmd/obdinfo.go @@ -80,10 +80,10 @@ func getLocalDrivesOBD(ctx context.Context, parallel bool, endpointZones Endpoin }) continue } - measure := func(index int) { + measure := func(index int, path st...
fix: drive names in output of parallel obd test (#<I>)
minio_minio
train
9587018abc7b7ca10d69988b99a3b3cb2b2649a3
diff --git a/climlab/model/column.py b/climlab/model/column.py index <HASH>..<HASH> 100644 --- a/climlab/model/column.py +++ b/climlab/model/column.py @@ -14,6 +14,10 @@ import climlab.radiation.grey_radiation as grey_radiation from climlab.convection.convadj import ConvectiveAdjustment +# Need to modify this to ...
Radiation modules should all work with new Domains and class structure. Need to update column.py to get a working example to test.
brian-rose_climlab
train
0ddfc9bb8eba99fe7e0b54790b5cf47493e207ea
diff --git a/src/loader.js b/src/loader.js index <HASH>..<HASH> 100644 --- a/src/loader.js +++ b/src/loader.js @@ -41,6 +41,7 @@ module.exports = function loader(content: string, inputSourceMap: ?Object) { ? { ...resolveOptions, alias: this._compilation.options.resolve.alias, + mod...
feat: Support webpack's resolve.modules (#<I>) Currently, linaria is able resolve webpack's `alias`, but `modules` should also be supported: <URL>
callstack_linaria
train
cfae34add915dbbbc2266ecd0bf6ac5abfd883d5
diff --git a/connector_test.go b/connector_test.go index <HASH>..<HASH> 100644 --- a/connector_test.go +++ b/connector_test.go @@ -91,10 +91,10 @@ var _ = Describe("Connector", func() { objType := "networkview" ref := "" returnFields := []string{} - expectedUrlStr := fmt.Sprintf("https://%s:%s/wapi/v%...
connector_test.go: Fix internal golint suggestions. (#<I>) Fixes: === connector_test.go:<I>:5: var expectedUrlStr should be expectedURLStr connector_test.go:<I>:5: var expectedUrlStr should be expectedURLStr connector_test.go:<I>:5: var expectedUrlStr should be expectedURLStr ===
infobloxopen_infoblox-go-client
train
3516431da983a4c8c8fc3596d3b3f77fd206f410
diff --git a/src/gnupg.py b/src/gnupg.py index <HASH>..<HASH> 100644 --- a/src/gnupg.py +++ b/src/gnupg.py @@ -856,8 +856,8 @@ use_agent: %s log.info('Importing: %r', key_data[:256]) data = _make_binary_stream(key_data, self.encoding) self._handle_io(['--import'], data, result, binary=True) -...
Comment out the pretty printing of results for GPG.import_key() for now.
isislovecruft_python-gnupg
train
ef4c398a1b92f9f763e83d0f6a1e102a08271253
diff --git a/docs/hacking_on_thumbor.rst b/docs/hacking_on_thumbor.rst index <HASH>..<HASH> 100644 --- a/docs/hacking_on_thumbor.rst +++ b/docs/hacking_on_thumbor.rst @@ -22,7 +22,7 @@ You'll also need python >= 2.6 and < 3.0. The following packages are required: - Tornado >= 2.1.1 -- pyCrypto >= 2.4.1 +- pycryp...
I'm making this commit to replace the deprecated library dlitz/pycrypto for legrandin/pycryptome mostly a drag and drop replacement For deprecation notice see: <URL>
thumbor_thumbor
train
2e5d3cde2413ab9a1a1d4b3ab4bdf7b1f30afb13
diff --git a/rdfframework/configuration/rdfwconfig.py b/rdfframework/configuration/rdfwconfig.py index <HASH>..<HASH> 100644 --- a/rdfframework/configuration/rdfwconfig.py +++ b/rdfframework/configuration/rdfwconfig.py @@ -31,6 +31,9 @@ class ConfigSingleton(type): cls._instances[cls]._RdfConfigManager...
added 'clear' method to RdfConfigmanger to clear the singleton reference
KnowledgeLinks_rdfframework
train
2b07815edcc1c05de009608ef928695cf1de9e2c
diff --git a/src/test/java/org/parboiled/transform/ParserExtensionVerificationTest.java b/src/test/java/org/parboiled/transform/ParserExtensionVerificationTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/parboiled/transform/ParserExtensionVerificationTest.java +++ b/src/test/java/org/parboiled/transform/Pa...
Rewrite ParserExtensionVerificationTest However, three tests fail. Before it depended on a group, maybe that explains it.
fge_grappa
train
cfe9f2553a6605b3bbb732d892d4361d5d1f0cb8
diff --git a/js/slider.js b/js/slider.js index <HASH>..<HASH> 100644 --- a/js/slider.js +++ b/js/slider.js @@ -20,10 +20,7 @@ this.$thumbMax = null; this.$inputMin = null; - this.labelMinTxt = ''; - this.$inputMax = null; - this.labelMaxTxt = ''; this.ordinal = fals...
Slider: Update aria attributes to reduce redundant screen reader speech
cast-org_figuration
train
02e8bfe95ed43d655860e85255d8ada5a8f7616d
diff --git a/wal_e/s3/calling_format.py b/wal_e/s3/calling_format.py index <HASH>..<HASH> 100644 --- a/wal_e/s3/calling_format.py +++ b/wal_e/s3/calling_format.py @@ -15,6 +15,7 @@ _S3_REGIONS = { 'ap-southeast-1': 's3-ap-southeast-1.amazonaws.com', 'ap-southeast-2': 's3-ap-southeast-2.amazonaws.com', 'e...
Add south-asia region to built-in endpoint database Bo Shi
wal-e_wal-e
train
8590be61760adf2dcf77e22d7bb8ce781543f9b8
diff --git a/src/Utility/HubtelHandler.php b/src/Utility/HubtelHandler.php index <HASH>..<HASH> 100644 --- a/src/Utility/HubtelHandler.php +++ b/src/Utility/HubtelHandler.php @@ -66,13 +66,13 @@ class HubtelHandler public function createHandler() { $this->pushHeaderMiddleware( - function (...
Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on <URL>
ovac_hubtel-payment
train
71b2b6ca1932f388fe435802a5f46d5b37d3bbb4
diff --git a/push_notifications/gcm.py b/push_notifications/gcm.py index <HASH>..<HASH> 100644 --- a/push_notifications/gcm.py +++ b/push_notifications/gcm.py @@ -141,6 +141,6 @@ def gcm_send_bulk_message(registration_ids, data, collapse_key=None, delay_while ret = [] for chunk in _chunks(registration_ids, max_re...
fix return value when gcm bulk is split in batches
jazzband_django-push-notifications
train
f4c0d0e8df476c32fde6a7aa9e9f56d24467a29f
diff --git a/flaskext/zodb.py b/flaskext/zodb.py index <HASH>..<HASH> 100644 --- a/flaskext/zodb.py +++ b/flaskext/zodb.py @@ -19,6 +19,10 @@ from persistent.list import PersistentList from persistent.mapping import PersistentMapping +__all__ = ('ZODB', 'Model', 'Factory', + 'List', 'Mapping', 'Timestamp...
Add __all__ to ZODB
dag_flask-zodb
train
0863ddffdc97261f32ea064b1cc1fd2fdba92e0d
diff --git a/src/pipe.js b/src/pipe.js index <HASH>..<HASH> 100644 --- a/src/pipe.js +++ b/src/pipe.js @@ -177,6 +177,7 @@ export default (auth_token) => { // set the process to run mode and auto-run it _.assign(run_params, { process_mode: 'R', + background: false, run: true ...
Added `background: false` to run params for process.
flexiodata_flexio-sdk-js
train
4e638a58a2b637793d0256950635829ec0091685
diff --git a/lib/Memcached.php b/lib/Memcached.php index <HASH>..<HASH> 100644 --- a/lib/Memcached.php +++ b/lib/Memcached.php @@ -242,5 +242,7 @@ class Memcached implements CacheInterface throw new InvalidArgumentException('$keys must be iterable'); } $this->memcached->deleteMulti($keys)...
return true at end of deleteMultiple
sabre-io_cache
train
3e08c5a182b1f0db3bdbf74489dce33f3b4ef555
diff --git a/ext/common/MessageChannel.h b/ext/common/MessageChannel.h index <HASH>..<HASH> 100644 --- a/ext/common/MessageChannel.h +++ b/ext/common/MessageChannel.h @@ -326,13 +326,14 @@ public: * @see readFileDescriptor() */ void writeFileDescriptor(int fileDescriptor, bool negotiate = true) { + // See mess...
Fix more file descriptor passing oddities. Once you've sent a file descriptor you expect to be able to close it on the sender's side, even if the other side hasn't read the file descriptor yet. Not so: on some operating systems (I'm looking at you OS X) this can cause the receiving side to receive a bad file descripto...
phusion_passenger
train
fdf5325d1f53a3b31bcf49611444a6cfaa045518
diff --git a/views/js/qtiCreator/widgets/interactions/helpers/bgImage.js b/views/js/qtiCreator/widgets/interactions/helpers/bgImage.js index <HASH>..<HASH> 100644 --- a/views/js/qtiCreator/widgets/interactions/helpers/bgImage.js +++ b/views/js/qtiCreator/widgets/interactions/helpers/bgImage.js @@ -41,32 +41,34 @@ defin...
Force integer value for width and height of the image
oat-sa_extension-tao-itemqti
train
8fc925c8c4eaaed9593f8b6eb8605e9fe708760c
diff --git a/lib/CaptureClicks.js b/lib/CaptureClicks.js index <HASH>..<HASH> 100644 --- a/lib/CaptureClicks.js +++ b/lib/CaptureClicks.js @@ -31,7 +31,8 @@ var CaptureClicks = React.createClass({ onClick: function(e) { if (this.props.onClick) { - this.props.onClick(e); + let shouldProceed = this.pr...
Allow canceling <CaptureClicks> by returning false from onClick.
STRML_react-router-component
train
a71ca44cf4542e28460f1e5da2e7f552841eff96
diff --git a/test/integrations/rails2.rb b/test/integrations/rails2.rb index <HASH>..<HASH> 100644 --- a/test/integrations/rails2.rb +++ b/test/integrations/rails2.rb @@ -11,14 +11,33 @@ class TestRails2 < Test::Unit::TestCase end def test_rails2 - open("Gemfile", 'wb') do |file| - file.write(gemfile = ...
Automated test for Ruby <I> + Rails 2 + Test::Unit
saucelabs_sauce_ruby
train
4f104bc1633eab9097918746fdf4b345048971ab
diff --git a/spec/travis/model/build/states_spec.rb b/spec/travis/model/build/states_spec.rb index <HASH>..<HASH> 100644 --- a/spec/travis/model/build/states_spec.rb +++ b/spec/travis/model/build/states_spec.rb @@ -91,6 +91,38 @@ describe Build::States do build.start(data) end end + + de...
Added spec for new state conditions
travis-ci_travis-core
train
da4bd33571b98e82680d96da863920f2a6901f98
diff --git a/run.py b/run.py index <HASH>..<HASH> 100755 --- a/run.py +++ b/run.py @@ -43,7 +43,7 @@ if not sys.platform.startswith("win"): PIP_PATH = pathlib.Path(f"{os.sep}opt", "saltstack", "salt", "pypath") with contextlib.suppress(PermissionError): PIP_PATH.mkdir(mode=0o755, parents=True, exist_...
Update set path for tiamatpip
saltstack_salt
train
df3b1bff57cdb7bbed771f8725f245f0ef0b6312
diff --git a/lib/lolcommits/git_info.rb b/lib/lolcommits/git_info.rb index <HASH>..<HASH> 100644 --- a/lib/lolcommits/git_info.rb +++ b/lib/lolcommits/git_info.rb @@ -13,7 +13,7 @@ module Lolcommits self.message = commit.message.split("\n").first self.sha = commit.sha[0..10] self.repo_internal_...
Parse repo names with dashes
lolcommits_lolcommits
train
35c1ce3058f767c5af85652d637f192b4499aced
diff --git a/impl/src/test/java/com/groupon/lex/metrics/config/parser/FunctionTest.java b/impl/src/test/java/com/groupon/lex/metrics/config/parser/FunctionTest.java index <HASH>..<HASH> 100644 --- a/impl/src/test/java/com/groupon/lex/metrics/config/parser/FunctionTest.java +++ b/impl/src/test/java/com/groupon/lex/metri...
Add Name test for trivial case.
groupon_monsoon
train
39b7d6ea31927c67da3d624fd5314dd37edfd4fc
diff --git a/lib/discordrb/data.rb b/lib/discordrb/data.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/data.rb +++ b/lib/discordrb/data.rb @@ -163,7 +163,7 @@ module Discordrb # @param server [Server] The server on which the permission should be checked. # @param channel [Channel, nil] If channel override...
Remove the server parameter from permission? as it's unnecessary now
meew0_discordrb
train
5a572101e474073b3ebee4ad5b72be3584454035
diff --git a/apiserver/storage/storageadd_test.go b/apiserver/storage/storageadd_test.go index <HASH>..<HASH> 100644 --- a/apiserver/storage/storageadd_test.go +++ b/apiserver/storage/storageadd_test.go @@ -31,6 +31,9 @@ func (s *storageAddSuite) assertStoragesAddedNoErrors(c *gc.C, args params.Stora failures, err :=...
Added assertion to check individual errors.
juju_juju
train
c0322d0582e85f380adaf8764783f19bd8bf09d3
diff --git a/ella/newman/widgets.py b/ella/newman/widgets.py index <HASH>..<HASH> 100644 --- a/ella/newman/widgets.py +++ b/ella/newman/widgets.py @@ -214,9 +214,6 @@ class DateWidget(forms.DateInput): class DateTimeWidget(forms.DateTimeInput): - FORMAT_WITHOUT_SEC = '%Y-%m-%d %H:%M' - FORMAT_WITH_SEC = '%Y-...
DateTimeWidget fixed. This fix article_saving test too.
ella_ella
train
b8c6e349fdb9bd73d71ba53ac9d52a4936627555
diff --git a/src/main/java/org/springframework/data/jpa/datatables/qrepository/QDataTablesRepositoryImpl.java b/src/main/java/org/springframework/data/jpa/datatables/qrepository/QDataTablesRepositoryImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/springframework/data/jpa/datatables/qrepository/QDataTables...
refactor: add debug logs
darrachequesne_spring-data-jpa-datatables
train
6ed8cb779edd791a7a1ab0c340d109151fbbff7c
diff --git a/src/Zizaco/Entrust/Entrust.php b/src/Zizaco/Entrust/Entrust.php index <HASH>..<HASH> 100644 --- a/src/Zizaco/Entrust/Entrust.php +++ b/src/Zizaco/Entrust/Entrust.php @@ -117,7 +117,7 @@ class Entrust // check additive flag and that the array only contains false. if(in_arra...
If the user doesn't have permission to access a page, it should return <I> #<I>
Zizaco_entrust
train
b610b19be411f1f140de9aee9fe550995142c18d
diff --git a/emails/forms.py b/emails/forms.py index <HASH>..<HASH> 100644 --- a/emails/forms.py +++ b/emails/forms.py @@ -9,7 +9,7 @@ from karaage.projects.models import Project EMAIL_GROUPS = ( ('leaders', 'All Project Leaders'), - ('leaders_noreport', "All Project Leaders that haven't filled in report"), ...
Make it clear project leader reports email is for current year
Karaage-Cluster_karaage
train
aef0afb7b4adf091e1bc590e05f498d894b600e8
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,18 @@ myChannel.command('show:view'); myChannel.stopReplying('startTime'); ``` +#### `debugLog(warning, eventName, channelName)` + +A function executed whenever an unregistered command or request is interac...
Expose and refactor debugLog Resolves #<I>
marionettejs_backbone.radio
train
8ba2379b83f8bd52444b9a1b9628a916bdc67ea4
diff --git a/groupme/gmservice.go b/groupme/gmservice.go index <HASH>..<HASH> 100644 --- a/groupme/gmservice.go +++ b/groupme/gmservice.go @@ -28,7 +28,7 @@ func (g gmService) PostText(key, text string) { go func(key, message string) { postBody := map[string]string{ "bot_id": key, - "text": text, + ...
Fix bug with <I> character fix
NelsonLeDuc_CalmanBot
train
0ccab70bc5c8157e964bd918d6c57f3301ae48b4
diff --git a/test/plugin/test_out_stream.rb b/test/plugin/test_out_stream.rb index <HASH>..<HASH> 100644 --- a/test/plugin/test_out_stream.rb +++ b/test/plugin/test_out_stream.rb @@ -52,20 +52,30 @@ end class TcpOutputTest < Test::Unit::TestCase include StreamOutputTest - PORT = unused_port - CONFIG = %[ - p...
test_out_stream: Make sure to select unused port
fluent_fluentd
train
b1e6c5016f542d98b60e8ca8c70ad8406db5498c
diff --git a/CHANGES.md b/CHANGES.md index <HASH>..<HASH> 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ ### 1.0.4 - Added workaround for `redis-mock` module's `ping` function ONLY accepting a callback function as the first argument - instead of also handling an optional ping response as a first argument...
Release <I> - Added unit tests to verify overridden `ping` function survives a ping response in its first argument
byron-dupreez_rcc-redis-mock-adapter
train
5708273eb5feb20c208d905b9d01195c10420c9a
diff --git a/lib/danger/danger_core/executor.rb b/lib/danger/danger_core/executor.rb index <HASH>..<HASH> 100644 --- a/lib/danger/danger_core/executor.rb +++ b/lib/danger/danger_core/executor.rb @@ -52,12 +52,18 @@ module Danger end end - def post_results(dm, danger_id) - gh = dm.env.request_sourc...
Add a spec for Executor#post_results (#<I>)
danger_danger
train
7920ca5be048b4d16764ad9c42893464af6055d8
diff --git a/src/Illuminate/Database/Eloquent/Builder.php b/src/Illuminate/Database/Eloquent/Builder.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Eloquent/Builder.php +++ b/src/Illuminate/Database/Eloquent/Builder.php @@ -210,6 +210,10 @@ class Builder */ public function whereKey($id) {...
Adds Model key extraction to id on `whereKey()` and `whereKeyNot()` (#<I>)
laravel_framework
train
b87ac3867e96c280a53c8645ea9c33db386ff35a
diff --git a/lang/en/admin.php b/lang/en/admin.php index <HASH>..<HASH> 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -127,7 +127,7 @@ $string['configallowobjectembed'] = 'As a default security measure, normal users $string['configallowoverride'] = 'You can allow people with the roles on the left side to o...
MDL-<I> lang/en/admin.php: changed text in $string['configallowthemechangeonurl'] to make less ambiguous
moodle_moodle
train
423f835c4229f8dbba217ada8653fdcb3b3eb59a
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,7 @@ The `Duration` row shows: Latency is the amount of time taken for a response to a request to be read (including the `-max-body` bytes from the response body). - `mean` is the [arithmetic mean / average...
Add support for P<I> in Metrics (#<I>) Closes #<I>
tsenart_vegeta
train
0d16c5b5e0a7091be33351c64cb6661d500f0e8b
diff --git a/components/commit/commit.js b/components/commit/commit.js index <HASH>..<HASH> 100644 --- a/components/commit/commit.js +++ b/components/commit/commit.js @@ -37,9 +37,8 @@ function CommitViewModel(args) { return self.fileLineDiffs() && self.fileLineDiffs().length > 0; }); - this.selectedDiffLeft...
Fix left calculation for node diff box
FredrikNoren_ungit
train
3500fda39f1dbe5facc52405751bfbc05dfbad21
diff --git a/mixins/Classed.js b/mixins/Classed.js index <HASH>..<HASH> 100644 --- a/mixins/Classed.js +++ b/mixins/Classed.js @@ -11,26 +11,26 @@ module.exports = function(name) { this.setClasses(this.props); }, - componentWillReceiveProps(nextProps) { + componentDidUpdate(nextProps) { this....
some opts to classed and big bugfix
reapp_reapp-ui
train
d15e5a04ce97e1b48840ebdb44d5fe5bba3d38f0
diff --git a/py/testdir_multi_jvm/test_KMeans_libsvm_fvec.py b/py/testdir_multi_jvm/test_KMeans_libsvm_fvec.py index <HASH>..<HASH> 100644 --- a/py/testdir_multi_jvm/test_KMeans_libsvm_fvec.py +++ b/py/testdir_multi_jvm/test_KMeans_libsvm_fvec.py @@ -39,13 +39,12 @@ class Basic(unittest.TestCase): ("duke.s...
Fix the test_KMeans_libsvm_fvec test. Pass all columns to KMeans to avoid passing a 6k-long array of column indices to ignore, which broke the connection. Also remove one libSVM datasets from this KMeans test, took too long for Summary2. Note: This test is mostly an Import/Inspect/Summary2 test.
h2oai_h2o-2
train
e7880be39ea9d7b536f369b856541f908be8ee75
diff --git a/fusionbox/middleware.py b/fusionbox/middleware.py index <HASH>..<HASH> 100644 --- a/fusionbox/middleware.py +++ b/fusionbox/middleware.py @@ -49,6 +49,8 @@ class GenericTemplateFinderMiddleware(object): return generic_template_finder_view(request) except Http404: ...
added exception catch for UnicodeEncodeError to handle urls with unicode characters in them.
fusionbox_django-argonauts
train
95252ba288aa58994a5f4e416c1e5b3c4922ced2
diff --git a/core/codegen/vdm2jml/src/main/java/org/overture/codegen/vdm2jml/JmlGenMain.java b/core/codegen/vdm2jml/src/main/java/org/overture/codegen/vdm2jml/JmlGenMain.java index <HASH>..<HASH> 100644 --- a/core/codegen/vdm2jml/src/main/java/org/overture/codegen/vdm2jml/JmlGenMain.java +++ b/core/codegen/vdm2jml/src/...
Small fix to the command-line JML generator frontend Exit on wrong usage
overturetool_overture
train
b5daa726b6fa2512f612e07e7eea5e639280bfda
diff --git a/cmd/readeef-user-admin/main.go b/cmd/readeef-user-admin/main.go index <HASH>..<HASH> 100644 --- a/cmd/readeef-user-admin/main.go +++ b/cmd/readeef-user-admin/main.go @@ -42,6 +42,8 @@ func main() { i.Login = data.Login(login) i.Active = true + u.Data(i) + u.Password(pass, []byte(cfg.Auth.Secret...
Fixes #<I> Adding a user doesn't work Set the user data before updating Add a better Usage message
urandom_readeef
train
f6ea1366db111d28a463448d6566ad24eaae03f4
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,6 @@ setup( description='Formulate optimization problems using sympy expressions and solve them using interfaces to third-party optimization software (e.g. GLPK).', license='Apache License Version 2.0', ...
Removed download_url in setup.py
biosustain_optlang
train
9c3c7a8bfa7b2c73c27d1f5adad606fde7935d40
diff --git a/app/helpers/cms/fortress/application_helper.rb b/app/helpers/cms/fortress/application_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/cms/fortress/application_helper.rb +++ b/app/helpers/cms/fortress/application_helper.rb @@ -90,8 +90,7 @@ module Cms::Fortress::ApplicationHelper end def set...
refactor settings integration * fixed some unsightly units from my previous PR like adding the Cms::Fortress namespace and removing unneccessary return statement
melvinsembrano_cms-fortress
train
57fa6e178b712b0c116547ea75bbf043233d2301
diff --git a/encoding/decoder_types.go b/encoding/decoder_types.go index <HASH>..<HASH> 100644 --- a/encoding/decoder_types.go +++ b/encoding/decoder_types.go @@ -135,7 +135,7 @@ func newTypeDecoder(dt, st reflect.Type, blank bool) decoderFunc { switch st.Kind() { case reflect.Array, reflect.Slice: - return n...
Removing blank settings from slice/array
rethinkdb_rethinkdb-go
train
8c226c647b887d48e2c160e2a18f9e46ceec972e
diff --git a/lib/dill/checkpoint.rb b/lib/dill/checkpoint.rb index <HASH>..<HASH> 100644 --- a/lib/dill/checkpoint.rb +++ b/lib/dill/checkpoint.rb @@ -16,6 +16,16 @@ module Dill Capybara.current_session.driver end + # Executes +block+ repeatedly until it returns a "truthy" value or +timeout+ + # exp...
[checkpoint] Introduce .wait_for class method.
mojotech_capybara-ui
train
9003b9f5e25e1c3e017b73786970f334258b9893
diff --git a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Clicker.java b/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Clicker.java index <HASH>..<HASH> 100644 --- a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Clicker.java +++ b/robotium-solo/src/main/java/com/jayway/andr...
Removed waitForIdleSync and added a small sleep instead
RobotiumTech_robotium
train
4ef7681c1f47b4ee95fc5d07f0f77867c67df5db
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mui-datatables", - "version": "2.0.0-beta-19", + "version": "2.0.0-beta-20", "description": "Datatables for React using Material-UI", "main": "dist/index.js", "files": [ d...
published version <I>-beta-<I>
gregnb_mui-datatables
train
525b856cd3966d5547b9eccab61b91c0e549f3e6
diff --git a/lib/xliffle/file.rb b/lib/xliffle/file.rb index <HASH>..<HASH> 100644 --- a/lib/xliffle/file.rb +++ b/lib/xliffle/file.rb @@ -2,8 +2,7 @@ module Xliffle class File attr_reader :original, :strings, :source_locale, :target_locale - def initialize(id, original, source_locale, target_locale) - ...
remove id from file initializer
sr189_xliffle
train
5f8ace2f020343f7d2b708c326b7dbfe9c7ca7b1
diff --git a/sqlg-test/src/main/java/org/umlg/sqlg/test/schema/TestMultiThread.java b/sqlg-test/src/main/java/org/umlg/sqlg/test/schema/TestMultiThread.java index <HASH>..<HASH> 100644 --- a/sqlg-test/src/main/java/org/umlg/sqlg/test/schema/TestMultiThread.java +++ b/sqlg-test/src/main/java/org/umlg/sqlg/test/schema/Te...
hangs Hsqldb for some reason
pietermartin_sqlg
train