hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
800d461bce280f83df7a0c91f06cc81997797c40 | diff --git a/src/Controllers/Extend.php b/src/Controllers/Extend.php
index <HASH>..<HASH> 100644
--- a/src/Controllers/Extend.php
+++ b/src/Controllers/Extend.php
@@ -210,7 +210,6 @@ class Extend implements ControllerProviderInterface, ServiceProviderInterface
{
$package = $request->get('package');
... | Add a logging record for extension update and uninstall | bolt_bolt | train |
586dbb889024dc862a1bcf4c59f8480286e0499a | diff --git a/screens/RangeDemo.js b/screens/RangeDemo.js
index <HASH>..<HASH> 100644
--- a/screens/RangeDemo.js
+++ b/screens/RangeDemo.js
@@ -29,7 +29,7 @@ export class RangeExample extends React.Component {
export default function RangeDemo() {
return (
<Content padding>
- <View style={[cs.row, cs.paddi... | Unify vertical space between examples in Range demo | carbon-native_carbon-native | train |
9bc6d3c7afc2f014fb55607013166af6e38f0b60 | diff --git a/test/Peach/Markup/DebugBuilderTest.php b/test/Peach/Markup/DebugBuilderTest.php
index <HASH>..<HASH> 100644
--- a/test/Peach/Markup/DebugBuilderTest.php
+++ b/test/Peach/Markup/DebugBuilderTest.php
@@ -33,7 +33,10 @@ class DebugBuilderTest extends BuilderTest
* - ノードの構造をあらわすデバッグ文字列を返すこと
* - 返り値... | Improved code coverage rate by adding "covers" annotation | trashtoy_PEACH2 | train |
099aef0a7f3a551e974d72c7a78d604112f26fcd | diff --git a/figtree.go b/figtree.go
index <HASH>..<HASH> 100644
--- a/figtree.go
+++ b/figtree.go
@@ -235,6 +235,10 @@ func makeMergeStruct(values ...reflect.Value) reflect.Value {
} else if typ.Kind() == reflect.Map {
for _, key := range v.MapKeys() {
keyval := reflect.ValueOf(v.MapIndex(key).Interface())... | fix edge case "reflect: call of reflect.Value.Interface on zero Value" when converting maps to structs and the map has a nil value | coryb_figtree | train |
0253286fdf8fd451f621f6e7c6e4c5ad085baae1 | diff --git a/lib/Thelia/Module/BaseModule.php b/lib/Thelia/Module/BaseModule.php
index <HASH>..<HASH> 100644
--- a/lib/Thelia/Module/BaseModule.php
+++ b/lib/Thelia/Module/BaseModule.php
@@ -26,11 +26,13 @@ use Thelia\Exception\ModuleException;
use Thelia\Log\Tlog;
use Thelia\Model\Cart;
use Thelia\Model\Country;
+u... | Added getConfigValue and setConfigValue methods | thelia_core | train |
32f4bd1faa1909288e62995891c42c0f2393a812 | diff --git a/netpyne/analysis/tools.py b/netpyne/analysis/tools.py
index <HASH>..<HASH> 100644
--- a/netpyne/analysis/tools.py
+++ b/netpyne/analysis/tools.py
@@ -228,8 +228,17 @@ def plotData(sim=None):
for funcName, kwargs in sim.cfg.analysis.items():
if kwargs == True: kwargs = {}
... | temp fix so that old plots are still generated with sim.analysis | Neurosim-lab_netpyne | train |
be5239e6b52cb5fbb9d57709c0e630217924951f | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -46,6 +46,7 @@ setup(
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3.5",
... | updating setup.py support for <I> | amoffat_sh | train |
31a769e8450a1da2c516fa042b1433059daa1325 | diff --git a/sonar-batch/src/main/java/org/sonar/batch/scan/ProjectReactorValidator.java b/sonar-batch/src/main/java/org/sonar/batch/scan/ProjectReactorValidator.java
index <HASH>..<HASH> 100644
--- a/sonar-batch/src/main/java/org/sonar/batch/scan/ProjectReactorValidator.java
+++ b/sonar-batch/src/main/java/org/sonar/b... | SONAR-<I> Fix validation when property is set from command line | SonarSource_sonarqube | train |
0e43ea278ba53c877d5e9b56e7ed4e40682b979b | diff --git a/lib/csvlint/schema.rb b/lib/csvlint/schema.rb
index <HASH>..<HASH> 100644
--- a/lib/csvlint/schema.rb
+++ b/lib/csvlint/schema.rb
@@ -17,14 +17,14 @@ module Csvlint
def validate_header(header)
reset
- if header.size != fields.size
- build_warnings(:header_count, :schema, nil, 1, "... | Check supplied vs expected header content. | theodi_csvlint.rb | train |
86fb10f0a3e6900f8da8bbacdf7cfb5a77eeee63 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -31,6 +31,7 @@ sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
import distutilazy
import distutilazy.clean
+import distutilazy.test
CLASSIFIERS = [
"Development Status :: 4 - Beta",
@@ -60,7 +61,11 @... | Use the new test runner class as the test command for setup.py
So now runnint setup.py test runs unit tests for distutilazy. | farzadghanei_distutilazy | train |
b66e0a952220c5dd29b674b1ab119134024172ab | diff --git a/.eslintrc b/.eslintrc
index <HASH>..<HASH> 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -4,6 +4,7 @@
"node": true,
"browser": true,
"jest/globals": true,
+ "es6": true,
},
"parser": "babel-eslint",
"plugins": ["react", "jest"],
diff --git a/src/server/db.js b/src/server/db.js
index ... | change object to Map in db.js | nicolodavis_boardgame.io | train |
50aa5362d16b815f4f5ce0c6bcf71ccd510576ed | diff --git a/lib/excon/connection.rb b/lib/excon/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/excon/connection.rb
+++ b/lib/excon/connection.rb
@@ -136,7 +136,9 @@ module Excon
elsif ! (datum[:method].to_s.casecmp('GET') == 0 && datum[:body].nil?)
# The HTTP spec isn't clear on it, but sp... | defer to user provided content-length
closes #<I> | excon_excon | train |
27bcfd75abc6344aee637cc194bb2948820ea5e6 | diff --git a/spec/cli_spec.rb b/spec/cli_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/cli_spec.rb
+++ b/spec/cli_spec.rb
@@ -360,7 +360,6 @@ describe Bosh::Spec::IntegrationTest do
end
it "can upload a release" do
- pending
release_filename = spec_asset("valid_release.tgz")
run_bosh("target htt... | Re-enabled pending integration specs | cloudfoundry_bosh | train |
ef6f36c1d24ac66d4747f990edb0d2d128e1d469 | diff --git a/packages/cerebral/src/utils.js b/packages/cerebral/src/utils.js
index <HASH>..<HASH> 100644
--- a/packages/cerebral/src/utils.js
+++ b/packages/cerebral/src/utils.js
@@ -209,7 +209,7 @@ export function getWithPath (obj) {
}
export function ensureStrictPath (path, value) {
- if (isObject(value) && path... | fix(Views): fix interest in childs of arrays | cerebral_cerebral | train |
66d3cedd9310a51317bf8f39d6636e5319fcfefd | diff --git a/core/tools.php b/core/tools.php
index <HASH>..<HASH> 100644
--- a/core/tools.php
+++ b/core/tools.php
@@ -23,4 +23,20 @@ class Tools
$this->dota = new DotaTools();
}
+}
+
+class Tool {
+
+ public function getContent($url)
+ {
+ $ch = curl_init($url);
+ curl_setopt($ch, C... | Added new functionality into app tools. | gentlecat_steam-locomotive | train |
8cf888f0f7e36579226eb32f928bf8d2a1cec95a | diff --git a/.jshintrc b/.jshintrc
index <HASH>..<HASH> 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -17,7 +17,7 @@
"loopfunc": false,
// "onevar": true,
"strict": true,
-// "undef": true,
+ "undef": true,
// "unused": true,
// "maxlen": 121,
"newcap": false,
diff --git a/lib/assets/aws/in... | updating jshint and removing undefed vars - closes #<I> | grasshopper-cms_grasshopper-core-nodejs | train |
68498bc36ed6b92525971b6e767673f248f1ab40 | diff --git a/src/ol/event/Drag.js b/src/ol/event/Drag.js
index <HASH>..<HASH> 100644
--- a/src/ol/event/Drag.js
+++ b/src/ol/event/Drag.js
@@ -3,6 +3,7 @@ goog.provide('ol.event.Drag');
goog.require('ol.event');
goog.require('ol.event.ISequence');
+goog.require('goog.functions');
goog.require('goog.fx.Dragger');
... | Fixing the way we prevent the extra click. | openlayers_openlayers | train |
2293f6245ed451ed067744982105ad3fe5805215 | diff --git a/src/streamlink_cli/argparser.py b/src/streamlink_cli/argparser.py
index <HASH>..<HASH> 100644
--- a/src/streamlink_cli/argparser.py
+++ b/src/streamlink_cli/argparser.py
@@ -572,7 +572,7 @@ def build_parser():
{{time}}
The current timestamp, which can optionally be formatted via {{tim... | cli.argparser: Fixed ValueError for streamlink --help
`ValueError: unsupported format character 'Y' (0x<I>) at index <I>` | streamlink_streamlink | train |
d314d92e988056969ae7297c081e6e5d8a8e16d0 | diff --git a/osmcha/changeset.py b/osmcha/changeset.py
index <HASH>..<HASH> 100644
--- a/osmcha/changeset.py
+++ b/osmcha/changeset.py
@@ -44,16 +44,16 @@ def get_metadata(changeset):
return ET.fromstring(requests.get(url).content).getchildren()[0]
-def get_user_details(changeset):
- """Get useful user deta... | Return user_details as part of the Analyze object | willemarcel_osmcha | train |
ff1ce823349e9cf8d56f4111ad772eb616f7b923 | diff --git a/buff/force_field.py b/buff/force_field.py
index <HASH>..<HASH> 100644
--- a/buff/force_field.py
+++ b/buff/force_field.py
@@ -80,6 +80,20 @@ class BuffForceField(dict):
self._old_hash = new_hash
return self._parameter_struct_dict
+ @property
+ def _flattened_parameters(sel... | Added functions for finding the indices of parameters that can be assigned to atom objects, allowing faster scoring. | woolfson-group_isambard | train |
e24162dba338b30408b86d3a65bf4886a614aeed | diff --git a/src/Probability/Distribution/Continuous/Gamma.php b/src/Probability/Distribution/Continuous/Gamma.php
index <HASH>..<HASH> 100644
--- a/src/Probability/Distribution/Continuous/Gamma.php
+++ b/src/Probability/Distribution/Continuous/Gamma.php
@@ -73,4 +73,21 @@ class Gamma extends Continuous
retu... | Add mean to gamma distribution (#<I>)
* add mean to gamma distribution
* fix cs | markrogoyski_math-php | train |
7f47dbea72052a1cb1d563d16afc315d929f0c85 | diff --git a/lib/pay/billable/stripe.rb b/lib/pay/billable/stripe.rb
index <HASH>..<HASH> 100644
--- a/lib/pay/billable/stripe.rb
+++ b/lib/pay/billable/stripe.rb
@@ -10,7 +10,7 @@ module Pay
end
def create_stripe_subscription(name, plan, options={})
- stripe_sub = customer.subscriptions.create... | Fix braintree cancel during trial, stripe cancel_now and tests | jasoncharnes_pay | train |
56735f125c39db909df45558ead060094e84f729 | diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php
index <HASH>..<HASH> 100644
--- a/src/JoomlaBrowser.php
+++ b/src/JoomlaBrowser.php
@@ -149,7 +149,7 @@ class JoomlaBrowser extends WebDriver
$this->debug('I click Login button');
$this->click($this->locator->adminLoginButton);
$this->debug('I wait to ... | Give more time for control panel to load | joomla-projects_joomla-browser | train |
e4cc8a6c36ea97a52d404a70b05979220d86c2c5 | diff --git a/spec/factories/accounts.rb b/spec/factories/accounts.rb
index <HASH>..<HASH> 100644
--- a/spec/factories/accounts.rb
+++ b/spec/factories/accounts.rb
@@ -3,17 +3,30 @@ FactoryGirl.define do
code '0000'
title 'Test Account'
association :account_type
- end
-
- factory :accounts_payable, :... | Refactor and enhance factoriesf for tests. | huerlisi_has_accounts | train |
cf8e109fd4dcee6d85fcbc36534948a2245c944f | diff --git a/test/unit/krane/psych_k8s_patch_test.rb b/test/unit/krane/psych_k8s_patch_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/krane/psych_k8s_patch_test.rb
+++ b/test/unit/krane/psych_k8s_patch_test.rb
@@ -9,7 +9,7 @@ class PsychK8sPatchTest < Krane::TestCase
'a: "-123e4"',
'a: "123e+4"',
'a... | Fixing Style/TrailingCommaInArrayLiteral linter offenses. | Shopify_kubernetes-deploy | train |
d1b077a9c4ef19bdddbc4444e19e6f16169c226f | diff --git a/tasks/run-command.js b/tasks/run-command.js
index <HASH>..<HASH> 100644
--- a/tasks/run-command.js
+++ b/tasks/run-command.js
@@ -6,10 +6,7 @@ module.exports = function(gulp, config) {
var spawn = require('child_process').spawn;
var env = _.extend({}, process.env, config.server.environmentVariabl... | feat(run-command): better handling of stdio | emartech_boar-tasks-server | train |
fe5f851dbc82d21c18f3988dada63c3bf1fbe857 | diff --git a/iuwt_convolution.py b/iuwt_convolution.py
index <HASH>..<HASH> 100644
--- a/iuwt_convolution.py
+++ b/iuwt_convolution.py
@@ -29,7 +29,7 @@ def fft_convolve(in1, in2, use_gpu=False, conv_mode="linear"):
if conv_mode=="linear":
fft_in1 = pad_array(in1)
- fft_in1 = gpu_r2c_... | Renamed a variable for clarity. | ratt-ru_PyMORESANE | train |
66c3b1527a2c488a55b7a623c941711f19eddd23 | diff --git a/lib/basemate/ui/core/version.rb b/lib/basemate/ui/core/version.rb
index <HASH>..<HASH> 100644
--- a/lib/basemate/ui/core/version.rb
+++ b/lib/basemate/ui/core/version.rb
@@ -1,7 +1,7 @@
module Basemate
module Ui
module Core
- VERSION = '0.5.1'
+ VERSION = '0.6.0-pre.1'
end
end
e... | Bump basemate-ui-core to <I>-pre<I> | basemate_matestack-ui-core | train |
8a98f117f5ff78193a4e7b4e3fe8c0e7c5c1b70b | diff --git a/api/app/app.go b/api/app/app.go
index <HASH>..<HASH> 100644
--- a/api/app/app.go
+++ b/api/app/app.go
@@ -15,6 +15,7 @@ import (
"github.com/globocom/tsuru/db"
"github.com/globocom/tsuru/log"
"github.com/globocom/tsuru/repository"
+ "io"
"labix.org/v2/mgo/bson"
"launchpad.net/goyaml"
"os/exec"
... | Running installDeps with a custom stderr and stdout.
Related to #<I>. | tsuru_tsuru | train |
f468822feba6081524ca6783f9489c8ba4dc8d9c | diff --git a/raven/__init__.py b/raven/__init__.py
index <HASH>..<HASH> 100644
--- a/raven/__init__.py
+++ b/raven/__init__.py
@@ -12,7 +12,7 @@ import os.path
__all__ = ('VERSION', 'Client', 'get_version')
-VERSION = '5.26.0'
+VERSION = '5.27.0.dev0'
def _get_git_revision(path): | This is <I>.dev0 | getsentry_raven-python | train |
96f5bea8957a8b39cd24413ec3ee5b2409e00566 | diff --git a/src/plone/app/mosaic/browser/main_template.py b/src/plone/app/mosaic/browser/main_template.py
index <HASH>..<HASH> 100644
--- a/src/plone/app/mosaic/browser/main_template.py
+++ b/src/plone/app/mosaic/browser/main_template.py
@@ -247,18 +247,18 @@ class MainTemplate(BrowserView):
@property
def te... | Fix layout caching refactoring | plone_plone.app.mosaic | train |
b0ccb26d9aac3a4c005480eff80adf06dfaf9501 | diff --git a/src/Providers/RouterServiceProvider.php b/src/Providers/RouterServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/Providers/RouterServiceProvider.php
+++ b/src/Providers/RouterServiceProvider.php
@@ -53,6 +53,8 @@ class RouterServiceProvider extends ServiceProvider
$response = $this->app->... | Enable filtering of Router Response object
Provides an extension point so that the application can influence a response. This is useful for handling global middleware-esque behaviour. | Rareloop_lumberjack-core | train |
7a8137e9d7d9491066018c0960e2673bc1dabc9a | diff --git a/mod/lesson/db/install.xml b/mod/lesson/db/install.xml
index <HASH>..<HASH> 100644
--- a/mod/lesson/db/install.xml
+++ b/mod/lesson/db/install.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<XMLDB PATH="mod/lesson/db" VERSION="20070131" COMMENT="XMLDB file for Moodle mod/lesson"
+<XMLDB PATH=... | Merged fix for MDL-<I> from MOODLE_<I>_STABLE branch | moodle_moodle | train |
d8d74953995d1701ff065e4ae4f8c81748f39793 | diff --git a/lib/attachProof.js b/lib/attachProof.js
index <HASH>..<HASH> 100644
--- a/lib/attachProof.js
+++ b/lib/attachProof.js
@@ -39,8 +39,6 @@ const {Ed25519Signature2020} = require('@digitalbazaar/ed25519-signature-2020');
* @param {object} [options.authDoc] - Auth DID Doc, required if using
* an accelerat... | Remove jsdoc for invocationTarget. | veres-one_did-veres-one | train |
e55da245d9414f4250463b66c3421ad65df40025 | diff --git a/octodns/provider/ns1.py b/octodns/provider/ns1.py
index <HASH>..<HASH> 100644
--- a/octodns/provider/ns1.py
+++ b/octodns/provider/ns1.py
@@ -341,6 +341,9 @@ class Ns1Provider(BaseProvider):
'ASIAPAC': 'AS',
'EUROPE': 'EU',
'SOUTH-AMERICA': 'SA',
+ # continent NA has been ... | comment for why US-* need to continue to exist under _REGION_TO_CONTINENT | github_octodns | train |
b33cc6c1e1eeaaf15dea0195e8b39d1c86c43b7d | diff --git a/src/Builder.php b/src/Builder.php
index <HASH>..<HASH> 100644
--- a/src/Builder.php
+++ b/src/Builder.php
@@ -70,10 +70,10 @@ class Builder
if (isset($this->data['filters'])) {
foreach ($this->data['filters'] as $field => $data) {
- $comparison = key($data);
- ... | Fix for multiple filters per field (#<I>) | onemustcode_query | train |
558e5cb9ce8ded7930c786a88845ae19462cad9e | diff --git a/__tests__/PaginationBoxView-test.js b/__tests__/PaginationBoxView-test.js
index <HASH>..<HASH> 100755
--- a/__tests__/PaginationBoxView-test.js
+++ b/__tests__/PaginationBoxView-test.js
@@ -9,7 +9,7 @@ const PaginationBoxView = require('./../react_components/PaginationBoxView').def
const PageView = requir... | convert from class to stateless component & fix warning in tests | AdeleD_react-paginate | train |
1817c985f49aa74f1d83ee9374ac311f1d0afadc | diff --git a/cmd/openshift-tests/openshift-tests.go b/cmd/openshift-tests/openshift-tests.go
index <HASH>..<HASH> 100644
--- a/cmd/openshift-tests/openshift-tests.go
+++ b/cmd/openshift-tests/openshift-tests.go
@@ -247,6 +247,9 @@ func (opt *runOptions) SelectSuite(suites testSuites, args []string) (*testSuite
retu... | test: Set provider if --provider passed with run `-f -`
The caller is responsible for setting the right options on both
parts of the segment, but assume that we don't need suite info
by default in `-f -` mode. | openshift_origin | train |
611f477b51e862e408268f929079bdbd258ef939 | diff --git a/tests/src/test/java/alluxio/master/MasterTestUtils.java b/tests/src/test/java/alluxio/master/MasterTestUtils.java
index <HASH>..<HASH> 100644
--- a/tests/src/test/java/alluxio/master/MasterTestUtils.java
+++ b/tests/src/test/java/alluxio/master/MasterTestUtils.java
@@ -14,6 +14,7 @@ package alluxio.master;... | Disable safe mode by default for integration tests | Alluxio_alluxio | train |
9247c9d6c7e6caad7e3a13709074c2942e3e3f46 | diff --git a/suds/xsd/sxbasic.py b/suds/xsd/sxbasic.py
index <HASH>..<HASH> 100644
--- a/suds/xsd/sxbasic.py
+++ b/suds/xsd/sxbasic.py
@@ -569,7 +569,7 @@ class Import(SchemaObject):
if self.location is None:
log.debug("imported schema (%s) not-found", self.ns[1])
else:
- ... | mark XSD schema Include & Import download() methods as private | suds-community_suds | train |
857c56746fc1534aebbd902576ab0ea583f68001 | diff --git a/benches_test.go b/benches_test.go
index <HASH>..<HASH> 100644
--- a/benches_test.go
+++ b/benches_test.go
@@ -44,10 +44,10 @@ func BenchmarkDeserializeWithoutValidationOneIOTxPayload(b *testing.B) {
}
func BenchmarkSerializeWithValidationOneIOTxPayload(b *testing.B) {
- sigTxPayload := oneInputOutputTr... | gets rid of more instances of sigtx | iotaledger_iota.go | train |
03337fc96c66738d756f3b5dd63e0f1f10a59af1 | diff --git a/lib/manager/pipenv/extract.js b/lib/manager/pipenv/extract.js
index <HASH>..<HASH> 100644
--- a/lib/manager/pipenv/extract.js
+++ b/lib/manager/pipenv/extract.js
@@ -51,6 +51,9 @@ function extractFromSection(pipfile, section, registryUrls) {
if (requirements.version) {
currentValue = requir... | fix(pipenv) Ignore git dependencies without versions in Pipfile (#<I>) | renovatebot_renovate | train |
772236a13ff2bd28291c911b7c25fbfe99580ed1 | diff --git a/lib/websocket-server.js b/lib/websocket-server.js
index <HASH>..<HASH> 100644
--- a/lib/websocket-server.js
+++ b/lib/websocket-server.js
@@ -297,6 +297,8 @@ class WebSocketServer extends EventEmitter {
);
}
+ if (this._state > RUNNING) return abortHandshake(socket, 503);
+
const dige... | [fix] Abort the handshake if the server is closing or closed
Prevent WebSocket connections from being established after
`WebSocketServer.prototype.close()` is called. | websockets_ws | train |
a2ddf21e2b141077ae55113a1b7d47f6116f80d2 | diff --git a/payu/experiment.py b/payu/experiment.py
index <HASH>..<HASH> 100644
--- a/payu/experiment.py
+++ b/payu/experiment.py
@@ -380,6 +380,9 @@ class Experiment(object):
# Use manifest to populate work directory
self.manifest.make_links()
+ # Copy manifests to work directory so they ar... | Copy manifest files to work directory in setup. | payu-org_payu | train |
540fe0b5ed334855a09acf478d44da77002c5e50 | diff --git a/envoy/tests/test_envoy.py b/envoy/tests/test_envoy.py
index <HASH>..<HASH> 100644
--- a/envoy/tests/test_envoy.py
+++ b/envoy/tests/test_envoy.py
@@ -135,6 +135,14 @@ def test_metadata(datadog_agent):
check.log.warning.assert_called_with(
'Envoy endpoint `%s` timed out after %s second... | Add test for exception not covered (#<I>) | DataDog_integrations-core | train |
2999cd4fb5a99ee7319dad16d3ac05784099f5e5 | diff --git a/decimal.go b/decimal.go
index <HASH>..<HASH> 100644
--- a/decimal.go
+++ b/decimal.go
@@ -5,6 +5,7 @@ import (
"errors"
"math"
"math/big"
+ "runtime"
"strconv"
"strings"
@@ -881,9 +882,19 @@ func (z *Big) Shrink(saveCap ...bool) *Big {
//
func (x *Big) Sign() int {
if x.isCompact() {
- // ... | Sign needs to work around compiler bug
See: <URL> | ericlagergren_decimal | train |
f38e2751daefa1b7a97f435bd87741ff49796f6f | diff --git a/src/main/groovy/groovy/lang/ExpandoMetaClass.java b/src/main/groovy/groovy/lang/ExpandoMetaClass.java
index <HASH>..<HASH> 100644
--- a/src/main/groovy/groovy/lang/ExpandoMetaClass.java
+++ b/src/main/groovy/groovy/lang/ExpandoMetaClass.java
@@ -926,8 +926,7 @@ public class ExpandoMetaClass extends MetaCla... | Trivial refactoring: simplify collection initialization | apache_groovy | train |
efccac19c95065b2f4ded12a22b4cf346ace8108 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ implemented already):
- All socket types:
* [x] REQ
* [x] REP
- * [ ] DEALER
+ * [x] DEALER (In progress. Waiting for: #3)
* [ ] ROUTER
* [ ] PUB
* [ ] SUB
diff --git a/azmq/socket.py b/azm... | Added support for DEALER sockets | ereOn_azmq | train |
2d7ae381429392ba708cd5dda7a2a6fe7f0cb5e8 | diff --git a/lib/dossier/version.rb b/lib/dossier/version.rb
index <HASH>..<HASH> 100644
--- a/lib/dossier/version.rb
+++ b/lib/dossier/version.rb
@@ -1,3 +1,3 @@
module Dossier
- VERSION = "2.9.3"
+ VERSION = "2.10.0"
end | prepping rails <I> release | tma1_dossier | train |
d6e14b479b991f9329b0e64c10ee899ba3e67a7c | diff --git a/dev/com.ibm.ws.config/src/com/ibm/ws/config/admin/internal/ConfigurationStorageHelper.java b/dev/com.ibm.ws.config/src/com/ibm/ws/config/admin/internal/ConfigurationStorageHelper.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.config/src/com/ibm/ws/config/admin/internal/ConfigurationStorageHelper.jav... | Fix IllegalStateException on ConfigurationStore
The ConfigurationStore saves all configurations
currently available in the configurations map
but this has timing issues if a Configuration
is in the process of being deleted. Additional
safeguards are needed to avoid the
IllegalStateException when saving configs | OpenLiberty_open-liberty | train |
162ae6a8557fb94d3a19b7f5baf5bff6881fd932 | diff --git a/src/main/java/tachyon/Inode.java b/src/main/java/tachyon/Inode.java
index <HASH>..<HASH> 100644
--- a/src/main/java/tachyon/Inode.java
+++ b/src/main/java/tachyon/Inode.java
@@ -79,7 +79,9 @@ public abstract class Inode implements Comparable<Inode> {
@Override
public synchronized String toString() {
... | better toString in inodes. | Alluxio_alluxio | train |
150494fc35e93362d3bd9db669a544a75065d8f4 | diff --git a/api/opentrons/robot/robot_configs.py b/api/opentrons/robot/robot_configs.py
index <HASH>..<HASH> 100755
--- a/api/opentrons/robot/robot_configs.py
+++ b/api/opentrons/robot/robot_configs.py
@@ -15,10 +15,10 @@ MOUNT_CURRENT_LOW = 0.1
MOUNT_CURRENT_HIGH = 1.0
X_CURRENT_LOW = 0.3
-X_CURRENT_HIGH = 1.5
+X... | decrease XY currents; bring XY speeds back up to previous values | Opentrons_opentrons | train |
581e60b12b80a5d60be838b152dd1403eadf4d05 | diff --git a/test/integration/voldemort/performance/benchmark/Benchmark.java b/test/integration/voldemort/performance/benchmark/Benchmark.java
index <HASH>..<HASH> 100644
--- a/test/integration/voldemort/performance/benchmark/Benchmark.java
+++ b/test/integration/voldemort/performance/benchmark/Benchmark.java
@@ -186,1... | Fixed minor bug in Perf tool wherein return codes were not being logged correctly during writes | voldemort_voldemort | train |
2816ee40d0d7774fac42c768ad22319fc8003920 | diff --git a/src/main/java/org/jboss/wsf/spi/deployment/DeploymentAspect.java b/src/main/java/org/jboss/wsf/spi/deployment/DeploymentAspect.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/wsf/spi/deployment/DeploymentAspect.java
+++ b/src/main/java/org/jboss/wsf/spi/deployment/DeploymentAspect.java
@@ -2... | [JBWS-<I>] Merging from jaxrpc-cxf branch, adding support for JAXRPC with CXF and Metro stack | jbossws_jbossws-spi | train |
de13143c621ac7a4c0de70ae55cae705b2088582 | diff --git a/src/util.js b/src/util.js
index <HASH>..<HASH> 100644
--- a/src/util.js
+++ b/src/util.js
@@ -131,9 +131,9 @@ function replacer (key) {
} else if (type === 'symbol') {
return `[native Symbol ${Symbol.prototype.toString.call(val)}]`
} else if (val !== null && type === 'object') {
- if (val ins... | fix: detect polyfilled Map & Set objects, closes #<I> | vuejs_vue-devtools | train |
cc43fb773bd41756f100bc41aba73b2047eb0afe | diff --git a/resources/views/filter/button.blade.php b/resources/views/filter/button.blade.php
index <HASH>..<HASH> 100644
--- a/resources/views/filter/button.blade.php
+++ b/resources/views/filter/button.blade.php
@@ -1,5 +1,5 @@
<div class="btn-group" style="margin-right: 10px" data-toggle="buttons">
- <label cla... | Added missing title's for buttons | z-song_laravel-admin | train |
4ec6e953bf4cfe8cb888a5e2659c1c945d57eb4b | diff --git a/clustering/ee/cache/src/main/java/org/wildfly/clustering/ee/cache/scheduler/LocalScheduler.java b/clustering/ee/cache/src/main/java/org/wildfly/clustering/ee/cache/scheduler/LocalScheduler.java
index <HASH>..<HASH> 100644
--- a/clustering/ee/cache/src/main/java/org/wildfly/clustering/ee/cache/scheduler/Loc... | LocalScheduler needs to wait for task completion on close. | wildfly_wildfly | train |
62a68137320b138b2e8aa27a28162f17ad780170 | diff --git a/docs/victory-animation/docs.js b/docs/victory-animation/docs.js
index <HASH>..<HASH> 100644
--- a/docs/victory-animation/docs.js
+++ b/docs/victory-animation/docs.js
@@ -4,7 +4,7 @@ import Ecology from "ecology";
import Radium, { Style } from "radium";
import * as docgen from "react-docgen";
import { Vi... | bump ecology, pass appendLink function | FormidableLabs_victory | train |
436921e7c155a5df4db0a701b15115f5dbd385bd | diff --git a/manager/state/raft/raft.go b/manager/state/raft/raft.go
index <HASH>..<HASH> 100644
--- a/manager/state/raft/raft.go
+++ b/manager/state/raft/raft.go
@@ -177,7 +177,7 @@ func NewNode(ctx context.Context, opts NewNodeOptions) *Node {
n := &Node{
Ctx: ctx,
cancel: cancel,
- cluste... | raft: increase member inactive timeout
This gives plenty of time to demoted node to send ProcessRaftMessage
with old certificate and receive ErrMemberRemoved. | docker_swarmkit | train |
b031c277f330e9843f2fc5cdb30e99ce1c40237a | diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
index <HASH>..<HASH> 100644
--- a/Godeps/Godeps.json
+++ b/Godeps/Godeps.json
@@ -136,7 +136,7 @@
},
{
"ImportPath": "github.com/zenoss/glog",
- "Rev": "fcea23b5c2bb2a51b26840be13d3bdb63ca4e073"
+ "Rev": "09a83f7c5c0f425c00cb1e063e9179698579f296"
},
... | Fixes CC-<I>: Set glog to proper level for godep
The commit ID in Godeps.json for zenoss/glog was for someone's local
commit of changes that were deemed unnecessary. So the changes were
never pushed to github.com (good) but the commit ID ended up in
Godeps.json (bad). | control-center_serviced | train |
55c4128a545999ac3c0bc469ea358c30065b24d4 | diff --git a/base/AuthManager.php b/base/AuthManager.php
index <HASH>..<HASH> 100644
--- a/base/AuthManager.php
+++ b/base/AuthManager.php
@@ -33,6 +33,18 @@ class AuthManager extends Component
return $this->isType($types);
}
+ public function canResell()
+ {
+ static $types = ['reseller' =... | + AuthManager canResell, canOwn | hiqdev_hipanel-core | train |
1282a056a5985d7d391be5a7df7d6f71d7a11b53 | diff --git a/PyFunceble/engine/ci/base.py b/PyFunceble/engine/ci/base.py
index <HASH>..<HASH> 100644
--- a/PyFunceble/engine/ci/base.py
+++ b/PyFunceble/engine/ci/base.py
@@ -119,11 +119,9 @@ class CIBase:
commands = [
("git remote rm origin", True),
- (
- ... | Ensure that we fetch the new remote before working with it. | funilrys_PyFunceble | train |
d13da158db4aa2a3e6954e35d80bf90cb1072d73 | diff --git a/go/api-frontend/aaa/authorization.go b/go/api-frontend/aaa/authorization.go
index <HASH>..<HASH> 100644
--- a/go/api-frontend/aaa/authorization.go
+++ b/go/api-frontend/aaa/authorization.go
@@ -272,8 +272,6 @@ func (tam *TokenAuthorizationMiddleware) isAuthorizedTenantId(ctx context.Contex
// Token doesn... | revert attempted fix related to #<I> | inverse-inc_packetfence | train |
a2988361c5699edfc22ca8567fcfb7350db9441f | diff --git a/helpers/etcd.py b/helpers/etcd.py
index <HASH>..<HASH> 100644
--- a/helpers/etcd.py
+++ b/helpers/etcd.py
@@ -104,13 +104,17 @@ class Client:
def load_members(self):
load_from_srv = False
if not self._base_uri:
+ if not 'discovery_srv' in self._config and not 'host' in sel... | Retry with host from config when it failed to resolve SRV | zalando_patroni | train |
8cfb1c002aaac40e46dba0a826705129ade9206b | diff --git a/hupper/reloader.py b/hupper/reloader.py
index <HASH>..<HASH> 100644
--- a/hupper/reloader.py
+++ b/hupper/reloader.py
@@ -14,9 +14,6 @@ from .interfaces import IReloaderProxy
from .polling import PollingFileMonitor
-RELOADER_ENVIRON_KEY = 'HUPPER_RELOADER'
-
-
class WatchSysModules(threading.Thread):... | drop environ keys and use a pipe instead of signals between child/parent | Pylons_hupper | train |
48708a02aff81d985d36abff03b16f42497e6f54 | diff --git a/context.go b/context.go
index <HASH>..<HASH> 100644
--- a/context.go
+++ b/context.go
@@ -268,6 +268,11 @@ func (ctx *Context) SetParams(name, val string) {
ctx.params[name] = val
}
+// ReplaceAllParams replace all current params with given params
+func (ctx *Context) ReplaceAllParams(params Params) {... | Method to replace all params (#<I>) | go-macaron_macaron | train |
bcad596adae76263da2a0aa9af6e99a3c578932b | diff --git a/src/tests/unit/ScaffoldControllerTest.php b/src/tests/unit/ScaffoldControllerTest.php
index <HASH>..<HASH> 100644
--- a/src/tests/unit/ScaffoldControllerTest.php
+++ b/src/tests/unit/ScaffoldControllerTest.php
@@ -92,20 +92,22 @@ class ScaffoldControllerTest extends BaseTest {
*/
public function testA... | Update ScaffoldControllerTest.php | phpMv_ubiquity | train |
e80999585e67fc846ddfd2d544cc0d9071188965 | diff --git a/wily/commands/build.py b/wily/commands/build.py
index <HASH>..<HASH> 100644
--- a/wily/commands/build.py
+++ b/wily/commands/build.py
@@ -14,6 +14,12 @@ from wily.archivers.git import InvalidGitRepositoryError
from wily.archivers import FilesystemArchiver
+def run_operator(operator, revision, config):... | use starmap for multiprocessing pools | tonybaloney_wily | train |
2515c8962f4157902da7445698081765f909b398 | diff --git a/app/views/rails_admin/main/_form_fieldset.html.erb b/app/views/rails_admin/main/_form_fieldset.html.erb
index <HASH>..<HASH> 100644
--- a/app/views/rails_admin/main/_form_fieldset.html.erb
+++ b/app/views/rails_admin/main/_form_fieldset.html.erb
@@ -1,7 +1,7 @@
<% if (fields = fieldset.fields.ma... | replaced the instruction tag with DIV.help | sferik_rails_admin | train |
e753f168e4218babf7c2c776dc945f33f175b0fc | diff --git a/tests/test_msg_changepin.py b/tests/test_msg_changepin.py
index <HASH>..<HASH> 100644
--- a/tests/test_msg_changepin.py
+++ b/tests/test_msg_changepin.py
@@ -37,6 +37,8 @@ class TestMsgChangepin(common.KeepKeyTest):
# Now we're done
self.assertIsInstance(ret, proto.Success)
+ sel... | fixed test to reflect that pin is cached when pin is written to storage | keepkey_python-keepkey | train |
404cbf902fa61e7a19b04be932f5c808b4bc7af7 | diff --git a/options.go b/options.go
index <HASH>..<HASH> 100644
--- a/options.go
+++ b/options.go
@@ -91,6 +91,11 @@ type Watermark struct {
Background Color
}
+type GaussianBlur struct {
+ Sigma float64
+ MinAmpl float64
+}
+
type Options struct {
Height int
Width int
@@ -117,4 +122,5 @@... | vips: add a vips__gaussblur method
handle both < <I> and higher.
Prior <I>, vips_gaussblur took only a int param, the radius.
The radius was then divided by <I> (min_ampl) in vips_gaussblur.
After, you can now parameter the min_ampl and radius became sigma (and
passed from an integer to a double). | h2non_bimg | train |
cb99ca9862827f57c370555841810e98701ecfa2 | diff --git a/tools/dfu.py b/tools/dfu.py
index <HASH>..<HASH> 100755
--- a/tools/dfu.py
+++ b/tools/dfu.py
@@ -20,7 +20,7 @@ def consume(fmt, data, names):
def cstring(string):
- return string.split("\0", 1)[0]
+ return string.split(b"\0", 1)[0]
def compute_crc(data): | tools/dfu.py: Make tool work with python3 when parsing DFU files. | micropython_micropython | train |
e7fe5edc89317e8d65248e1a914ec62951153b53 | diff --git a/src/browser-client/qmachine.js b/src/browser-client/qmachine.js
index <HASH>..<HASH> 100644
--- a/src/browser-client/qmachine.js
+++ b/src/browser-client/qmachine.js
@@ -15,29 +15,26 @@
ActiveXObject, CoffeeScript, JSLINT, Q, QM, XDomainRequest,
XMLHttpRequest, a, addEventListener, adsafe... | Cleaned up /*properties*/ pragma in "qmachine.js" | qmachine_qm-nodejs | train |
5debcfe8741e5c7d57fd9a734028f8a9dfd683b5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,6 @@
-VERSION = (0, 1, 1, "f", 0) # following PEP 386
+from __future__ import print_function
+
+VERSION = (0, 1, 2, "f", 0) # following PEP 386
DEV_N = None
import os
@@ -80,9 +82,7 @@ def find_package_data(
... | Ensure setup.py works with both Python2 and Python3. Also version
bumped. | agiliq_django-graphos | train |
21f84a0c35dee5d69b39617fdb142c72d8f6bda8 | diff --git a/app/dataformats/prottable.py b/app/dataformats/prottable.py
index <HASH>..<HASH> 100644
--- a/app/dataformats/prottable.py
+++ b/app/dataformats/prottable.py
@@ -8,6 +8,6 @@ HEADER_NO_PSM = '# PSMs'
HEADER_AREA = 'MS1 precursor area'
HEADER_NO_QUANT_PSM = '# Quantified PSMs'
HEADER_CV_QUANT_PSM = '# CV ... | Better/correct column name for protein error probabilities | glormph_msstitch | train |
3a4f710bc035af25b3e45e72eb11b3eaeb777bea | diff --git a/lib/mobylette/resolvers/chained_fallback_resolver.rb b/lib/mobylette/resolvers/chained_fallback_resolver.rb
index <HASH>..<HASH> 100644
--- a/lib/mobylette/resolvers/chained_fallback_resolver.rb
+++ b/lib/mobylette/resolvers/chained_fallback_resolver.rb
@@ -1,13 +1,15 @@
module Mobylette
module Resolve... | Adding view_paths to resolver paths.
Resolver was using only the application path for looking for views.
Now it receives the view_paths from the controller, so it can look inside
engines for views to fallback. | tscolari_mobylette | train |
b3039c3b12b4761f260f02ff977e6a543800fc8a | diff --git a/pypiper/pypiper.py b/pypiper/pypiper.py
index <HASH>..<HASH> 100644
--- a/pypiper/pypiper.py
+++ b/pypiper/pypiper.py
@@ -806,7 +806,8 @@ class PipelineManager(object):
files = glob.glob(regex)
for file in files:
with open(self.cleanup_file, "a") as myfile:
- myfile.write("rm " + file ... | Revert to rmdir capability that was erroneously removed | databio_pypiper | train |
26456f81fe7e373b55c4b1b1eb05f12e5160fbf4 | diff --git a/packages/ra-ui-materialui/src/input/AutocompleteInput.js b/packages/ra-ui-materialui/src/input/AutocompleteInput.js
index <HASH>..<HASH> 100644
--- a/packages/ra-ui-materialui/src/input/AutocompleteInput.js
+++ b/packages/ra-ui-materialui/src/input/AutocompleteInput.js
@@ -184,16 +184,9 @@ export class Aut... | [RFR] Fix AutocompleteInput reopen after selection
Fixes #<I> | marmelab_react-admin | train |
2b0a4d6dae45b5ae9ebd98aacf819aa72d6b2595 | diff --git a/src/org/opencms/workplace/CmsPropertyAdvanced.java b/src/org/opencms/workplace/CmsPropertyAdvanced.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/workplace/CmsPropertyAdvanced.java
+++ b/src/org/opencms/workplace/CmsPropertyAdvanced.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alkacon/cvs/opencm... | Fixed deleting of property resource values. | alkacon_opencms-core | train |
8cb19deabab00a7fb788bc39fe9f1f7b68a10776 | diff --git a/cookbooks/site/ruby-shadow/recipes/default.rb b/cookbooks/site/ruby-shadow/recipes/default.rb
index <HASH>..<HASH> 100755
--- a/cookbooks/site/ruby-shadow/recipes/default.rb
+++ b/cookbooks/site/ruby-shadow/recipes/default.rb
@@ -1,4 +1,4 @@
-site_ruby = node[:ruby_shadow][:site_ruby] || "/usr/lib/ruby/sit... | Fix ruby_shadow recipie when it's not given any config. | joakimk_solokit | train |
b25c41e6d884372f7d70801f832e24dbff3e9077 | diff --git a/activerecord/lib/active_record/association_preload.rb b/activerecord/lib/active_record/association_preload.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/association_preload.rb
+++ b/activerecord/lib/active_record/association_preload.rb
@@ -126,7 +126,7 @@ module ActiveRecord
... | no more warning interpreted as argument prefix on association_preload.rb | rails_rails | train |
bb2573fec7dc72f6c9c575971e8f1db620c61f1e | diff --git a/benchmark/benchmark.rb b/benchmark/benchmark.rb
index <HASH>..<HASH> 100755
--- a/benchmark/benchmark.rb
+++ b/benchmark/benchmark.rb
@@ -8,6 +8,8 @@ require "clamp"
require "benchmark"
require "ostruct"
+require "jbuilder"
+
require "representative/json"
require "representative/nokogiri"
require "r... | Add Jbuilder example to benchmarks. | mdub_representative | train |
7d293e3efadfc4f6a09fa4c2a36bf99e1bbf6816 | diff --git a/pkg/volume/volume_linux.go b/pkg/volume/volume_linux.go
index <HASH>..<HASH> 100644
--- a/pkg/volume/volume_linux.go
+++ b/pkg/volume/volume_linux.go
@@ -89,32 +89,22 @@ func legacyOwnershipChange(mounter Mounter, fsGroup *int64) error {
}
func changeFilePermission(filename string, fsGroup *int64, read... | volume: Change owner of symlinks too
This commit uses Lchown instead of Chown to change the owner of symlinks too.
It doesn't change any behaviour. However, it could avoid some confusions as the
symlinks are updated to the correct owner too. | kubernetes_kubernetes | train |
1a5cf06b892f5454a37b6dbd651c1cc08b16f991 | diff --git a/src/saml2/server.py b/src/saml2/server.py
index <HASH>..<HASH> 100644
--- a/src/saml2/server.py
+++ b/src/saml2/server.py
@@ -315,29 +315,37 @@ class Server(object):
return make_instance(samlp.Response, tmp)
- def filter_ava(self, ava, sp_entity_id, required=None, optional=None,
- ... | More documentation, changed attribute name and assigned a default. Tests for one more situation (no assertion restrictions defined) | IdentityPython_pysaml2 | train |
382fe63a33b8a0c177ea04060e18997b33b9c6b9 | diff --git a/src/components/props/watchExpressions.js b/src/components/props/watchExpressions.js
index <HASH>..<HASH> 100644
--- a/src/components/props/watchExpressions.js
+++ b/src/components/props/watchExpressions.js
@@ -5,23 +5,38 @@ function watch (expressions, reactiveData) {
return (watchFunc) => {
// for... | refactor(watch-expression): simplify the reactive setter | ngVue_ngVue | train |
77d7688b0cf739d37ff94b2cbdcdd31dc125b848 | diff --git a/src/Parsing/Html.php b/src/Parsing/Html.php
index <HASH>..<HASH> 100644
--- a/src/Parsing/Html.php
+++ b/src/Parsing/Html.php
@@ -262,7 +262,7 @@ class Html
$tokens = array();
// regexp to separate the tags from the texts
- $reg = '/(<[^>\s]+>)|([^<]+|<)/is';
+ $reg = '/(<... | fix tokenization regex to match tag with attrobutes | spipu_html2pdf | train |
269f73354c9af2d960a8f0f364f85b7d922e3a4d | diff --git a/servers/src/main/java/tachyon/worker/block/BlockMasterSync.java b/servers/src/main/java/tachyon/worker/block/BlockMasterSync.java
index <HASH>..<HASH> 100644
--- a/servers/src/main/java/tachyon/worker/block/BlockMasterSync.java
+++ b/servers/src/main/java/tachyon/worker/block/BlockMasterSync.java
@@ -50,7 ... | [TACHYON-<I>] Reorder variable declarations in tachyon.worker.block.BlockMasterSync | Alluxio_alluxio | train |
0f0df91630b52574e859e44002df9ed40bf42997 | diff --git a/test/test_cli.js b/test/test_cli.js
index <HASH>..<HASH> 100644
--- a/test/test_cli.js
+++ b/test/test_cli.js
@@ -29,6 +29,8 @@ function stealTools(args){
}
describe("steal-tools cli", function(){
+ this.timeout(5000);
+
describe("build", function(){
describe("basics", function(){
beforeEach(f... | Increase cli timeouts, for Travis | stealjs_steal-tools | train |
f2ea05b7b729aabeacab876eef24c846b41ed6a5 | diff --git a/lib/sfn/version.rb b/lib/sfn/version.rb
index <HASH>..<HASH> 100644
--- a/lib/sfn/version.rb
+++ b/lib/sfn/version.rb
@@ -1,4 +1,4 @@
module Sfn
# Current library version
- VERSION = Gem::Version.new('3.0.4')
+ VERSION = Gem::Version.new('3.0.5')
end | Update version for development <I> | sparkleformation_sfn | train |
209fd2b95237dc2d2f402677bf82225057cdefa3 | diff --git a/commons/proc/nfsd.go b/commons/proc/nfsd.go
index <HASH>..<HASH> 100644
--- a/commons/proc/nfsd.go
+++ b/commons/proc/nfsd.go
@@ -142,8 +142,11 @@ func parseOptions(line string) map[string]string {
return options
}
+// ProcessExportedVolumeChangeFunc is called by MonitorExportedVolume when exported vo... | pass ProcessExportedVolumeChangeFunc to be notified of state changes | control-center_serviced | train |
aa96f3254241c03f244bdc3ce064b11078400918 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,11 @@ setup(
author_email='chenkaidev@gmail.com',
license='MIT',
install_requires=[
- 'beautifulsoup4>=4.4.1', 'lxml', 'Pillow', 'requests>=2.9.1',
+ 'beautifulsoup4>=4.4.1',
+ 'lx... | disable yapf for setup.py | hellock_icrawler | train |
c09219893590dee1590d5e42b1e6d2a9ad3cb812 | diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_churn.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_atlas_churn.py
index <HASH>..<HASH> 100644
--- a/integration_tests/blockstack_integration_tests/scenarios/name_preor... | give atlas peers <I> seconds to catch up, now that we have more updates to process | blockstack_blockstack-core | train |
86e65feaf348370a655e661e4e8e36062f08e5f3 | diff --git a/src/core/flow.js b/src/core/flow.js
index <HASH>..<HASH> 100644
--- a/src/core/flow.js
+++ b/src/core/flow.js
@@ -553,14 +553,20 @@ export function Flow({ moves, phases, endIf, turn, events, plugins }) {
let { ctx } = state;
let { activePlayers, _activePlayersMoveLimit } = ctx;
+ const playe... | fix: Move player to “next” stage on `endStage` (#<I>)
* test: Add test for `endStage` when stage has `next` field
* feat: Move player to `next` stage on `endStage` | nicolodavis_boardgame.io | train |
fc74edf25d6a4910002e2f2f5d7a509ece5891fc | diff --git a/linenoise.go b/linenoise.go
index <HASH>..<HASH> 100644
--- a/linenoise.go
+++ b/linenoise.go
@@ -88,11 +88,12 @@ func SetMultiline(ml bool) { // void linenoiseSetMultiLine(int ml);
// CompletionHandler provides possible completions for given input
type CompletionHandler func(input string) []string
-fu... | Renamed defaultCompletionHandler to DefaultCompletionHandler. Exported, so it can be used externally. | GeertJohan_go.linenoise | train |
2b993d83b6dc502f47022ee3390d11d8c74e3f62 | diff --git a/gson/pom.xml b/gson/pom.xml
index <HASH>..<HASH> 100644
--- a/gson/pom.xml
+++ b/gson/pom.xml
@@ -4,7 +4,7 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<packaging>jar</packaging>
- <version>1.5</version>
+ <version>1.6</version>
<inceptionYear>2008</inceptionYear>
... | Made the GsonBuilder registerTypeHierarchyAdapter a public method.
Updated the Gson version number to <I> and added @since tag for the new classes | google_gson | train |
7873ec6832bf85960ec403bcf3e71913499467e7 | diff --git a/test/acts_as_approvable_model_test.rb b/test/acts_as_approvable_model_test.rb
index <HASH>..<HASH> 100644
--- a/test/acts_as_approvable_model_test.rb
+++ b/test/acts_as_approvable_model_test.rb
@@ -366,4 +366,17 @@ class ActsAsApprovableModelTest < Test::Unit::TestCase
end
end
end
+
+ conte... | Test .options_for_state | Tapjoy_acts_as_approvable | train |
b7e554fcd7778457e9c38e2cce517a60e8fea197 | diff --git a/lib/Cake/View/Helper/FormHelper.php b/lib/Cake/View/Helper/FormHelper.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/View/Helper/FormHelper.php
+++ b/lib/Cake/View/Helper/FormHelper.php
@@ -229,12 +229,11 @@ class FormHelper extends AppHelper {
if ($model !== false) {
$object = $this->_introspectM... | Starting to update FormHelper's internals to work with changes in
Helper. | cakephp_cakephp | train |
226ccb1cdde89fc24f330f166971578d39670236 | diff --git a/packages/rsvp/lib/main.js b/packages/rsvp/lib/main.js
index <HASH>..<HASH> 100644
--- a/packages/rsvp/lib/main.js
+++ b/packages/rsvp/lib/main.js
@@ -62,6 +62,7 @@ define('rsvp/-internal', [
}, promise);
}
function handleOwnThenable(promise, thenable) {
+ promise._onerror = null;
... | [Bugfix] ensure RSVP.on(‘error is correctly unsubscribed | emberjs_ember.js | train |
7b5a65bdc37cca14b352d6e508417f095da4231d | diff --git a/src/Codeception/Snapshot.php b/src/Codeception/Snapshot.php
index <HASH>..<HASH> 100644
--- a/src/Codeception/Snapshot.php
+++ b/src/Codeception/Snapshot.php
@@ -19,6 +19,10 @@ abstract class Snapshot
protected $showDiff = false;
+ protected $saveAsJson = true;
+
+ protected $extension = 'js... | feat: implements snapshot ability to generate non-json content | Codeception_Codeception | train |
794574a557c89099f5b1172b91d63ca46291a752 | diff --git a/tests/test_menu_launcher.py b/tests/test_menu_launcher.py
index <HASH>..<HASH> 100644
--- a/tests/test_menu_launcher.py
+++ b/tests/test_menu_launcher.py
@@ -176,10 +176,6 @@ def test_running_menu():
# return to mode
child.send("[A")
child.sendline('')
- child.interact()
- child.send("... | Test environment doesn't work with child.interact() - 'Inappropriate ioctl for device.' | CyberReboot_vent | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.