hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
c6204b2867c544de20e69ed3e9878b1a7baef48d | diff --git a/andes/routines/tds.py b/andes/routines/tds.py
index <HASH>..<HASH> 100644
--- a/andes/routines/tds.py
+++ b/andes/routines/tds.py
@@ -24,6 +24,7 @@ class TDS(BaseRoutine):
('tf', 20.0),
('fixt', 1),
... | Added `TDS.config.honest` to allow updating Jac at every step. | cuihantao_andes | train |
b810aeaff739433dbe2a9bd6d32f7587a9dbe98c | 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:
- graphql_grpc (0.1.5)
+ graphql_grpc (0.1.6)
activesupport
graphql
grpc
diff --git a/lib/graphql_grpc/schema.rb b/lib/graphql_grpc/schema.rb... | Filter out gRPC streaming responses and for now. | ateamlunchbox_graphql_grpc | train |
804a2b41d9f7e46e1c78ad6f2fefd736cda27285 | diff --git a/lib/opal.rb b/lib/opal.rb
index <HASH>..<HASH> 100644
--- a/lib/opal.rb
+++ b/lib/opal.rb
@@ -26,11 +26,7 @@ module Opal
#
# @return [String] returns opal runtime/corelib as a string
def self.runtime
- require 'opal/processor'
-
- env = Sprockets::Environment.new
- env.append_path Opal.co... | Runtime should use Opal.process() to build itself | opal_opal | train |
22dd57cbdfb72294c7fc7eedb57cef17a8121f2e | diff --git a/lib/solargraph/complex_type.rb b/lib/solargraph/complex_type.rb
index <HASH>..<HASH> 100644
--- a/lib/solargraph/complex_type.rb
+++ b/lib/solargraph/complex_type.rb
@@ -12,7 +12,7 @@ module Solargraph
# @param types [Array<UniqueType>]
def initialize types = [UniqueType::UNDEFINED]
- @ite... | Chains infer from multiple variable assignments | castwide_solargraph | train |
b1b3bcce4b170b3bf32805c9eba0dd337ead01ea | diff --git a/phy/plot/base.py b/phy/plot/base.py
index <HASH>..<HASH> 100644
--- a/phy/plot/base.py
+++ b/phy/plot/base.py
@@ -58,6 +58,8 @@ class BaseVisual(object):
# the shader depends on it.
_init_keywords = ()
+ _hidden = False
+
def __init__(self):
self.gl_primitive_type = None
... | Add show/hide methods in BaseVisual | kwikteam_phy | train |
bf287bb17e864d08c4f5f42cf8510db29d6b943c | diff --git a/test/unexpected-knex.spec.js b/test/unexpected-knex.spec.js
index <HASH>..<HASH> 100644
--- a/test/unexpected-knex.spec.js
+++ b/test/unexpected-knex.spec.js
@@ -509,6 +509,104 @@ describe('unexpected-knex', function () {
});
});
+ describe('<knexQuery> to satisfy <array>', function () {... | Add tests for <knexQuery> to satisfy <array> | unexpectedjs_unexpected-knex | train |
8abb21e1e9d899217b03c489c9b2d9ecd92074b5 | diff --git a/lib/proto/attach-form.js b/lib/proto/attach-form.js
index <HASH>..<HASH> 100644
--- a/lib/proto/attach-form.js
+++ b/lib/proto/attach-form.js
@@ -67,8 +67,8 @@ function parseFormElements(el) {
for (var i = 0; i < element.options.length; i++) {
opt = element.options[i]
- ... | Fix parsing values of option elements in forms (#<I>)
* Fix a bug where the value of <option> would not get sent if falsy
According to the spec, the value attribute should be sent if it
exists, even if it's falsy.
* Don't send an <option> tag if it's disabled, even if it's selected | MoOx_pjax | train |
0ff3077a0d68efba4ddbb8f46df3bfe354032404 | diff --git a/lib/rich/i18n/core/string/internationalization.rb b/lib/rich/i18n/core/string/internationalization.rb
index <HASH>..<HASH> 100644
--- a/lib/rich/i18n/core/string/internationalization.rb
+++ b/lib/rich/i18n/core/string/internationalization.rb
@@ -71,7 +71,7 @@ module Rich
RICH_I18N_OPTIONS = %w... | Introduced Rich::I<I>n::Engine.logger which is used for printing Rich I<I>n messages | archan937_rich_i18n | train |
f89551a273d917627d706deb5a25f4badfe2079f | diff --git a/dingo/core/network/grids.py b/dingo/core/network/grids.py
index <HASH>..<HASH> 100644
--- a/dingo/core/network/grids.py
+++ b/dingo/core/network/grids.py
@@ -418,8 +418,6 @@ class MVGridDingo(GridDingo):
and edge['adj_nodes'][1] in nodes]
# Export node objects: Busses, Loads, G... | Remove TODOs as they are already converted an issue | openego_ding0 | train |
9422451edcb5fbccb4a7f9589eb75e01d088dad7 | diff --git a/test/module-test.js b/test/module-test.js
index <HASH>..<HASH> 100644
--- a/test/module-test.js
+++ b/test/module-test.js
@@ -1153,10 +1153,10 @@ vows.describe('module tests').addBatch({
-moz-osx-font-smoothing: grayscale;\
}\
.glyphicon-asterisk:before {\
- co... | module-test: fix wrong escape characters | jakubpawlowicz_clean-css | train |
b1033b26e2e335e83ca9e4eaea6e5ffd93cda494 | diff --git a/src/client.js b/src/client.js
index <HASH>..<HASH> 100644
--- a/src/client.js
+++ b/src/client.js
@@ -1,5 +1,5 @@
import Frame from './frame';
-import {VERSIONS, BYTES, typedArrayToUnicodeString, unicodeStringToTypedArray, createId} from './utils';
+import {VERSIONS, BYTES, getSupportedVersions, typedArra... | Fix STOMP CONNECT frame 'accept-version' to match websocket accepted protocol #<I>
this is a not breaking fix, but a next major version should close the connection in absence of matching supported protocol | JSteunou_webstomp-client | train |
29cf710002a2165f24ecd4445b6165133c971a65 | diff --git a/test/exceptions.js b/test/exceptions.js
index <HASH>..<HASH> 100644
--- a/test/exceptions.js
+++ b/test/exceptions.js
@@ -11,6 +11,7 @@ test("code after throw is not executed", function() {
throw 1;
assert(false);
} catch(e) {
+ assert(true);
}
});
diff --git a/test/mi... | add asserts to a couple of tests | charliesome_twostroke | train |
9392b71ca8f68d8b8422dda8461b9140ab354bab | diff --git a/lib/childprocess/jruby/process.rb b/lib/childprocess/jruby/process.rb
index <HASH>..<HASH> 100644
--- a/lib/childprocess/jruby/process.rb
+++ b/lib/childprocess/jruby/process.rb
@@ -29,11 +29,23 @@ module ChildProcess
end
#
- # Not supported on JRuby - no good way to get the child's pi... | use ugly reflection-based impl to provide pid on JRuby on unix. Thanks Martijn Courteaux on stackoverflow. | enkessler_childprocess | train |
d465fc7ce5215e6141f0c8a110af5ce154526eee | diff --git a/restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AvailablePhoneNumbersJsonEndpoint.java b/restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AvailablePhoneNumbersJsonEndpoint.java
index <HASH>..<HASH> 100644
--- a/restcomm/restcomm.http/src/main/java/org/mobice... | Correct Area Code param in JSON AvailablePhoneNumbers endpoint to match others | RestComm_Restcomm-Connect | train |
bdcf25996941581fa2421136159e62bfdeb69965 | diff --git a/contrib/plots/quantile-generator.py b/contrib/plots/quantile-generator.py
index <HASH>..<HASH> 100755
--- a/contrib/plots/quantile-generator.py
+++ b/contrib/plots/quantile-generator.py
@@ -62,7 +62,8 @@ def main(args=None):
parser.add_argument("result",
metavar="RESULT",
type=str,
-... | Make quantile-generator accept multiple result files as input. | sosy-lab_benchexec | train |
14054749bfffd2c293555a3853105926fcb5bb12 | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -19,7 +19,6 @@ Encore
.addEntry('js/main', [
'./assets/js/main.js',
- './assets/js/form_blocks/inputs.js',
])
.addEntry('js/login', [ | [del] input blocks js in webpack config | Piou-piou_RibsAdminBundle | train |
5a411ca6d082feb8a04846840bd1761b8f3c1bc6 | diff --git a/file.go b/file.go
index <HASH>..<HASH> 100644
--- a/file.go
+++ b/file.go
@@ -54,11 +54,11 @@ func FileGetBytes(filenameOrURL string, headerTimeout ...time.Duration) ([]byte,
}
func FileSetBytes(filename string, data []byte) error {
- return ioutil.WriteFile(filename, data, 0)
+ return ioutil.WriteFile... | fixed permissions for FileSetBytes | ungerik_go-dry | train |
d6c4ff23180f3178efc904c30ef628ce4c9a5d77 | diff --git a/lib/services/lookup.js b/lib/services/lookup.js
index <HASH>..<HASH> 100644
--- a/lib/services/lookup.js
+++ b/lib/services/lookup.js
@@ -100,8 +100,9 @@ function lookupServiceFactory(
};
LookupService.prototype.clearNodeIdCacheAndThrow = function (key, error) {
- this.clearNodeIdCache(key... | Reject cached null values with NotFoundError | RackHD_on-core | train |
f2f5cc9c14e2af7be62dd6e01002894467253ea7 | diff --git a/azure-toolkit-libs/azure-toolkit-springcloud-lib/src/main/java/com/microsoft/azure/toolkit/lib/springcloud/task/DeploySpringCloudAppTask.java b/azure-toolkit-libs/azure-toolkit-springcloud-lib/src/main/java/com/microsoft/azure/toolkit/lib/springcloud/task/DeploySpringCloudAppTask.java
index <HASH>..<HASH> ... | fix to assertion failure when creating an app | Microsoft_azure-maven-plugins | train |
c060ac59edb3c6e6c6ef94ec9a236cb7822adc1d | diff --git a/openquake/hazardlib/tests/gsim/projects/acme_2019_test.py b/openquake/hazardlib/tests/gsim/projects/acme_2019_test.py
index <HASH>..<HASH> 100644
--- a/openquake/hazardlib/tests/gsim/projects/acme_2019_test.py
+++ b/openquake/hazardlib/tests/gsim/projects/acme_2019_test.py
@@ -31,6 +31,26 @@ class AlAtikSi... | adding test to confirm <I> is <I> | gem_oq-engine | train |
1e94b561aa9622d6555a04680b8dd76dcefd4cde | diff --git a/gwt-material/src/main/java/gwt/material/design/client/base/helper/ViewPortHelper.java b/gwt-material/src/main/java/gwt/material/design/client/base/helper/ViewPortHelper.java
index <HASH>..<HASH> 100644
--- a/gwt-material/src/main/java/gwt/material/design/client/base/helper/ViewPortHelper.java
+++ b/gwt-mat... | Added more helper methods to ViewPortHelper - isMobile(), isTablet() and isLaptop() | GwtMaterialDesign_gwt-material | train |
d75eeadf740f5ec01c72cb8b0da77de80db4d2a9 | diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Ensure classes which `include Enumerable` get `#to_json` in addition to
+ `#as_json`.
+
+ *Sammy Larbi*
+
* Change the signatur... | Fix #to_json for BasicObject Enumerables | rails_rails | train |
9c70b00e2fd82008d7405a7f949e8cf41e33c0be | diff --git a/b2handle/handlesystemconnector.py b/b2handle/handlesystemconnector.py
index <HASH>..<HASH> 100644
--- a/b2handle/handlesystemconnector.py
+++ b/b2handle/handlesystemconnector.py
@@ -95,7 +95,7 @@ class HandleSystemConnector(object):
if args['HTTPS_verify'] is not None:
- self.__HTTP... | Moved another method to utils. | EUDAT-B2SAFE_B2HANDLE | train |
f78f476d48eb082008c7d823e33b79d00857ed10 | diff --git a/Kwc/Paging/Abstract/Component.php b/Kwc/Paging/Abstract/Component.php
index <HASH>..<HASH> 100644
--- a/Kwc/Paging/Abstract/Component.php
+++ b/Kwc/Paging/Abstract/Component.php
@@ -203,7 +203,7 @@ class Kwc_Paging_Abstract_Component extends Kwc_Abstract
$disableCacheParams[] = $this->_getParamNam... | Fix paging cache with search form
Component id from view component was used incorrectly, now the searchForm component id is used | koala-framework_koala-framework | train |
cfba44ba5184f35ce9379161e6a22f94cc7f4d32 | diff --git a/html-extract.js b/html-extract.js
index <HASH>..<HASH> 100644
--- a/html-extract.js
+++ b/html-extract.js
@@ -22,6 +22,7 @@ module.exports = function(opts) {
var stream = through2.obj(function(file, enc, callback) {
var self = this;
var contentExtracted;
+ var els;
if (file.isStream(... | refactor(html-extract.js): change the variable declaration | FormidableLabs_gulp-html-extract | train |
d6e03772b8c9a698a772da26414f8901b33737d4 | diff --git a/src/bbn/Db2/Languages/Mysql.php b/src/bbn/Db2/Languages/Mysql.php
index <HASH>..<HASH> 100644
--- a/src/bbn/Db2/Languages/Mysql.php
+++ b/src/bbn/Db2/Languages/Mysql.php
@@ -88,7 +88,7 @@ class Mysql extends Sql
$cfg['code_db'] = $cfg['db'] ?? '';
$cfg['code_host'] = $cfg['user'].'@'.$cfg['host... | Fix Mysql host when testing | nabab_bbn | train |
413f00a005275246c5d5a80deded8d067e37d1cc | diff --git a/reactmann-core/src/main/java/reactmann/RiemannVerticle.java b/reactmann-core/src/main/java/reactmann/RiemannVerticle.java
index <HASH>..<HASH> 100644
--- a/reactmann-core/src/main/java/reactmann/RiemannVerticle.java
+++ b/reactmann-core/src/main/java/reactmann/RiemannVerticle.java
@@ -9,7 +9,7 @@ import rx... | WIP: Vertx <I> support, now it can actually run. | blakepettersson_reactmann | train |
d4f31e2998cfc56027d4ba7d38e2e0c4baaff51f | diff --git a/build/server/controllers/experimental.js b/build/server/controllers/experimental.js
index <HASH>..<HASH> 100644
--- a/build/server/controllers/experimental.js
+++ b/build/server/controllers/experimental.js
@@ -21,7 +21,7 @@ module.exports.webfingerHostMeta = function(req, res) {
module.exports.webfingerAc... | add missing build for webdav sync | cozy_cozy-proxy | train |
fa32e9a43f07ffa6375aa8fcd16038df1ccf0a21 | diff --git a/lib/utils/ember.js b/lib/utils/ember.js
index <HASH>..<HASH> 100644
--- a/lib/utils/ember.js
+++ b/lib/utils/ember.js
@@ -2,6 +2,7 @@
const utils = require('./utils');
const types = require('./types');
+const assert = require('assert');
module.exports = {
isDSModel,
@@ -163,6 +164,10 @@ function ... | use 'assert' to ensure correct node type is passed in | ember-cli_eslint-plugin-ember | train |
14a81af3a00e7db24f2be38c41e5c87779ae7acb | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -437,11 +437,19 @@ function format(obj) {
obj = parse(obj)
} else if (!obj || 'object' != typeof obj || Array.isArray(obj)) {
throw new TypeError("did.format: Expecting object.")
- } else if (!obj.did || 'string'... | refactor(index.js): support object descriptions of DID | AraBlocks_did-uri | train |
6b4c1ab275140a99ffd2ff8f096d2fbbcf14c2b4 | diff --git a/dropwizard-core/src/main/java/io/dropwizard/Application.java b/dropwizard-core/src/main/java/io/dropwizard/Application.java
index <HASH>..<HASH> 100644
--- a/dropwizard-core/src/main/java/io/dropwizard/Application.java
+++ b/dropwizard-core/src/main/java/io/dropwizard/Application.java
@@ -78,7 +78,7 @@ pub... | Permit override of default failed command behavior (#<I>)
The current behavior of configuration errors etc. in
Application.run(String...) is to call System.exit(1). This can play
havoc with things like integration tests, such that a hard exit will
terminate the testing process.
This change allows folks to overri... | dropwizard_dropwizard | train |
d0809f4e1a608be82f3d85ab3a1c92302ef6e5d9 | diff --git a/molo/core/models.py b/molo/core/models.py
index <HASH>..<HASH> 100644
--- a/molo/core/models.py
+++ b/molo/core/models.py
@@ -17,7 +17,6 @@ from django.dispatch import receiver, Signal
from django.template.response import TemplateResponse
from django.db.models.signals import pre_delete
-from django_enu... | chaneg enum to django built in field | praekeltfoundation_molo | train |
42cff07157e6676d553a1e9e8a382bdef58acccf | diff --git a/vault/rekey.go b/vault/rekey.go
index <HASH>..<HASH> 100644
--- a/vault/rekey.go
+++ b/vault/rekey.go
@@ -350,6 +350,11 @@ func (c *Core) BarrierRekeyUpdate(key []byte, nonce string) (*RekeyResult, error
}
if len(c.barrierRekeyConfig.PGPKeys) > 0 {
+ if len(results.SecretShares) != len(c.barrierReke... | rekey: added check to ensure that length of PGP keys and the shares are matching | hashicorp_vault | train |
92d9cc5882003842fa6b8f55c8e7d2d349fd09a5 | diff --git a/lib/byebug/interface.rb b/lib/byebug/interface.rb
index <HASH>..<HASH> 100644
--- a/lib/byebug/interface.rb
+++ b/lib/byebug/interface.rb
@@ -1,9 +1,10 @@
module Byebug
class Interface
+ attr_accessor :command_queue, :hist_size, :restart_file
attr_writer :have_readline
def initialize
- ... | Extract some instance vars to parent class | deivid-rodriguez_byebug | train |
b601a628f137a99c8b22d80dc83f3e15dd1b3f10 | diff --git a/dashboard/app/lib/javascripts/dashboard/stores/app.js b/dashboard/app/lib/javascripts/dashboard/stores/app.js
index <HASH>..<HASH> 100644
--- a/dashboard/app/lib/javascripts/dashboard/stores/app.js
+++ b/dashboard/app/lib/javascripts/dashboard/stores/app.js
@@ -437,6 +437,7 @@ App.createFromGithub = functi... | dashboard/app: Include appData in JOB_CREATED event when creating app | flynn_flynn | train |
06bb2d649a3bdad85c2597f2792598ac30d3ebfe | diff --git a/toolbar-theme-switcher.php b/toolbar-theme-switcher.php
index <HASH>..<HASH> 100644
--- a/toolbar-theme-switcher.php
+++ b/toolbar-theme-switcher.php
@@ -203,11 +203,13 @@ class Toolbar_Theme_Switcher {
'title' => $title,
) );
+ /** @var WP_Theme $theme */
foreach ( $themes as $theme ) {
... | Changed URL to pass and check stylesheet instead of name. | Rarst_toolbar-theme-switcher | train |
d02e7d9e6a03c266e161ac0b375be4ec32c61b58 | diff --git a/gogs.go b/gogs.go
index <HASH>..<HASH> 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.145.0212"
+const APP_VER = "0.9.145.0213"
func init() {
setting.AppVer = APP_VER
diff --git a/routers/install.go b/routers/install.... | install: no need to check SMTPFrom is not set (#<I>) | gogs_gogs | train |
4ee2f0a4a529f251f01eda17d0c664c87b53472f | diff --git a/lib/fields/file.js b/lib/fields/file.js
index <HASH>..<HASH> 100644
--- a/lib/fields/file.js
+++ b/lib/fields/file.js
@@ -45,7 +45,7 @@ FileField = new Class({
create:false,
}
,constructor: function( options ){
- this.setOptions( options );
+ this.parent('constructor', options );
try {
th... | Make sure to call parent constructor in field classes
sets up the inheritence chain correctly | node-tastypie_tastypie | train |
5376f887683de380fbb8031ccadee5a7b4fa3908 | diff --git a/src/Collapse.js b/src/Collapse.js
index <HASH>..<HASH> 100644
--- a/src/Collapse.js
+++ b/src/Collapse.js
@@ -1,8 +1,8 @@
+import css from 'dom-helpers/style';
import React from 'react';
import Transition from 'react-overlays/lib/Transition';
-import css from 'dom-helpers/style';
-import all from 'react-... | Use deprecated prop type where applicable | react-bootstrap_react-bootstrap | train |
e141a70de323e5ea9b9a9349660144ed13bf2193 | diff --git a/squad/core/plugins.py b/squad/core/plugins.py
index <HASH>..<HASH> 100644
--- a/squad/core/plugins.py
+++ b/squad/core/plugins.py
@@ -148,6 +148,7 @@ class PluginField(models.CharField):
def __init__(self, **args):
defaults = {'max_length': 256}
defaults.update(args)
+ self.fe... | plugins: add optional `features` option to plugin fields
If specified, features will be used to filter which plugins are listed
as options in the UI | Linaro_squad | train |
8e471a5c1c6fe32b4f0f82a71aeb5dd5c0ad589d | diff --git a/src/Providers/ChunkUploadServiceProvider.php b/src/Providers/ChunkUploadServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/Providers/ChunkUploadServiceProvider.php
+++ b/src/Providers/ChunkUploadServiceProvider.php
@@ -83,7 +83,7 @@ class ChunkUploadServiceProvider extends ServiceProvider
... | fixed bugs after laravel storage changes
fixed the publishes config file
added back the chunks folder creations until the storage streams will
be used | pionl_laravel-chunk-upload | train |
63d07a38a996773f84ff8c07c55ea2d641e8d826 | diff --git a/app/helpers/manifestations_helper.rb b/app/helpers/manifestations_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/manifestations_helper.rb
+++ b/app/helpers/manifestations_helper.rb
@@ -129,7 +129,7 @@ module ManifestationsHelper
end
if manifestation.periodical?
if manifestation.is... | added parentheses to issue_number next-l/enju_leaf#<I> | next-l_enju_biblio | train |
d3d54d979a05ff8fa10f5e1776b59ef781847c09 | diff --git a/openquake/risklib/scientific.py b/openquake/risklib/scientific.py
index <HASH>..<HASH> 100644
--- a/openquake/risklib/scientific.py
+++ b/openquake/risklib/scientific.py
@@ -1034,7 +1034,8 @@ class CurveBuilder(object):
for cb in self.cbs:
losses[cb.loss_type] = [asset.value(cb.loss_t... | Small simplification [skip CI]
Former-commit-id: e6ca7eff3afe2bfbd<I>b<I>dedfc<I>c6dc4e0 | gem_oq-engine | train |
585a9df2f99868bc6ef611b888e3d3e71df42a41 | diff --git a/impl/src/main/java/org/jboss/weld/serialization/InjectionPointHolder.java b/impl/src/main/java/org/jboss/weld/serialization/InjectionPointHolder.java
index <HASH>..<HASH> 100644
--- a/impl/src/main/java/org/jboss/weld/serialization/InjectionPointHolder.java
+++ b/impl/src/main/java/org/jboss/weld/serializa... | WELD-<I> NPE in clustered setup | weld_core | train |
8c366e69519c029765b81c290bb1fbf0b84ef4ca | diff --git a/_data.py b/_data.py
index <HASH>..<HASH> 100644
--- a/_data.py
+++ b/_data.py
@@ -1854,15 +1854,13 @@ class fitter():
This function relies on a previous call to set_data().
- p=None means use the fit results
+ p=None means use the fit results; if no fit, use guess results.
... | Auto stash before merge of "master" and "origin/master" | Spinmob_spinmob | train |
7e0fff8a52c31a5b3ca4eeaa36a83a16a4b88a91 | diff --git a/rope/base/fscommands.py b/rope/base/fscommands.py
index <HASH>..<HASH> 100644
--- a/rope/base/fscommands.py
+++ b/rope/base/fscommands.py
@@ -131,11 +131,7 @@ def file_data_to_unicode(data, encoding=None):
return unicode(data)
except UnicodeDecodeError:
# Using ``utf-8`` if guessed e... | fscommands: don't care about the lineno when cannot decode | python-rope_rope | train |
b9845c56f3aa62cd2c6f42a914985f1bc3ff148d | diff --git a/install.py b/install.py
index <HASH>..<HASH> 100755
--- a/install.py
+++ b/install.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
from __future__ import print_function
import os
import stat | change the install command's hashbang to just python | b-ryan_powerline-shell | train |
50c4c6ab816d963d1edf3e3768f50ba19c99a7b9 | diff --git a/test/authtrail_test.rb b/test/authtrail_test.rb
index <HASH>..<HASH> 100644
--- a/test/authtrail_test.rb
+++ b/test/authtrail_test.rb
@@ -41,4 +41,11 @@ class AuthTrailTest < ActionDispatch::IntegrationTest
post user_session_url, params: {user: {email: "exclude@example.org", password: "secret"}}
... | Test geocode job enqueued | ankane_authtrail | train |
590988339a07555617a759cf0502cf5836da1c81 | diff --git a/rt.py b/rt.py
index <HASH>..<HASH> 100644
--- a/rt.py
+++ b/rt.py
@@ -69,4 +69,14 @@ class ActorGlobalLoop(AbstractActor):
self.loop = eventloop.ThreadedEventLoop.get_loop()
-Actor = ActorGlobalLoop
+class ActorManualLoop(AbstractActor):
+
+ def __call__(self, message):
+ self.loop.s... | Add actor with a manual event loop
This actor runs in a non-threaded loop, so it can be easier to test. | waltermoreira_tartpy | train |
74b020f1b60fb81549a95e5f5c4d284579be4c7a | diff --git a/lib/amazon_flex_pay.rb b/lib/amazon_flex_pay.rb
index <HASH>..<HASH> 100644
--- a/lib/amazon_flex_pay.rb
+++ b/lib/amazon_flex_pay.rb
@@ -18,7 +18,7 @@ require 'amazon_flex_pay/pipelines'
module AmazonFlexPay
VERSION = '0.9.6'
- API_VERSION = '2010-08-28'
+ API_VERSION = '2011-09-20'
PIPELINE_VE... | update to <I>-<I>-<I> for revised GetRecipientVerificationStatus responses | kickstarter_amazon_flex_pay | train |
322634acc2a492807c8fda0d6e1a742fee9377dc | diff --git a/iotilecore/RELEASE.md b/iotilecore/RELEASE.md
index <HASH>..<HASH> 100644
--- a/iotilecore/RELEASE.md
+++ b/iotilecore/RELEASE.md
@@ -2,6 +2,10 @@
All major changes in each released version of IOTileCore are listed here.
+## 3.15.2
+
+- Add support for setting values in SparseMemory object.
+
## 3.15... | Add support for writing to SparseMemory object (#<I>) | iotile_coretools | train |
9b569b2a0b4e07eb0c2257b0a89461a2bb52018e | diff --git a/src/components/setup-flop-flip-provider/setup-flop-flip-provider.js b/src/components/setup-flop-flip-provider/setup-flop-flip-provider.js
index <HASH>..<HASH> 100644
--- a/src/components/setup-flop-flip-provider/setup-flop-flip-provider.js
+++ b/src/components/setup-flop-flip-provider/setup-flop-flip-provi... | chore(app-shell): hardcode LD id in flopflip provider | commercetools_merchant-center-application-kit | train |
ff9d6e9a33e81f5e01299c2968e3044595358b5b | diff --git a/src/Patches.php b/src/Patches.php
index <HASH>..<HASH> 100644
--- a/src/Patches.php
+++ b/src/Patches.php
@@ -253,6 +253,7 @@ class Patches implements PluginInterface, EventSubscriberInterface {
public function postInstall(Event $event) {
$packageRepository = $this->composer->getRepositoryManager()... | Skipping packages repo re-save when no patches applied | vaimo_composer-patches | train |
1612ef979176cab2a38560925def12a0cff47578 | diff --git a/hamlpy/elements.py b/hamlpy/elements.py
index <HASH>..<HASH> 100644
--- a/hamlpy/elements.py
+++ b/hamlpy/elements.py
@@ -4,13 +4,13 @@ import re
class Element(object):
"""contains the pieces of an element and can populate itself from haml element text"""
- self_closing_tags = ('meta', 'img'... | adding hyphens to the CSS selector regex | jessemiller_HamlPy | train |
168b9640787e72d5dcdad6353b32d20beed8251e | diff --git a/app/assets/javascripts/forever_style_guide/list-toggle.js b/app/assets/javascripts/forever_style_guide/list-toggle.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/forever_style_guide/list-toggle.js
+++ b/app/assets/javascripts/forever_style_guide/list-toggle.js
@@ -1,13 +1,11 @@
-$(function () ... | fix for turbolinks page:load vs document.ready in list-toggle script, also fixes css selector error for activeListItems | forever-inc_forever-style-guide | train |
4bf2057ef545c1b9b7edc010595eef42efec4ee8 | diff --git a/plaso/__init__.py b/plaso/__init__.py
index <HASH>..<HASH> 100644
--- a/plaso/__init__.py
+++ b/plaso/__init__.py
@@ -19,7 +19,7 @@
__version__ = '1.1.1'
VERSION_DEV = True
-VERSION_DATE = '20140820'
+VERSION_DATE = '20140821'
def GetVersion():
diff --git a/plaso/parsers/filestat.py b/plaso/parser... | Code review: <I>: Fix for issue <I>. | log2timeline_plaso | train |
92c7beeeb236985bc1ac567efc32bd2e5f109211 | diff --git a/test/test-formatdata.js b/test/test-formatdata.js
index <HASH>..<HASH> 100644
--- a/test/test-formatdata.js
+++ b/test/test-formatdata.js
@@ -88,6 +88,30 @@ describe('SlackFormatter', function() {
expect(o).to.equal('run remote \'uname -a\' \'localhost, 127.0.0.1\'');
});
+ // copy/paste a comma... | add tests for the slack nbsp issue | StackStorm_hubot-stackstorm | train |
ff1f8ebfc23794969d6ed164a70fef61c8b6881c | diff --git a/environment/src/main/java/jetbrains/exodus/gc/BackgroundCleaner.java b/environment/src/main/java/jetbrains/exodus/gc/BackgroundCleaner.java
index <HASH>..<HASH> 100644
--- a/environment/src/main/java/jetbrains/exodus/gc/BackgroundCleaner.java
+++ b/environment/src/main/java/jetbrains/exodus/gc/BackgroundCl... | computation of utilization profile is performed asynchronously in background cleaner's thread | JetBrains_xodus | train |
850502922d4b5c271a9e015c0f2693be80147373 | diff --git a/src/drawer.canvas.js b/src/drawer.canvas.js
index <HASH>..<HASH> 100644
--- a/src/drawer.canvas.js
+++ b/src/drawer.canvas.js
@@ -115,13 +115,16 @@ WaveSurfer.util.extend(WaveSurfer.Drawer.Canvas, {
var my = this;
var markEl = document.createElement('mark');
markEl.id = mark.id;
... | double click on marker handler to delete it | katspaugh_wavesurfer.js | train |
dff2be7353fa7f82bab5b260636c8c5693adac75 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -49,8 +49,8 @@ setup(
'setuptools'
"kombu>=3.0.11",
"librabbitmq>=1.0.3",
- "pyDHTMLParser>=1.7.2, <2.0.0",
- "httpkie>=1.0.0, <2.0.0",
+ "pyDHTMLParser>=1.7.4, <2.0.0",
+ ... | Pacakge requirements in setup.py updated. | edeposit_edeposit.amqp.aleph | train |
3196b8a8e00f478a0a6d963dd58e507c8df7901f | diff --git a/src/python/grpcio/grpc/_channel.py b/src/python/grpcio/grpc/_channel.py
index <HASH>..<HASH> 100644
--- a/src/python/grpcio/grpc/_channel.py
+++ b/src/python/grpcio/grpc/_channel.py
@@ -249,6 +249,56 @@ def _consume_request_iterator(request_iterator, state, call, request_serializer,
consumption_thread... | Pull out an uncomplicated error PODS | grpc_grpc | train |
1f9e3ba730e5d4e46ea9eb6d4feb5ea164cbc28a | diff --git a/jquery.flot.js b/jquery.flot.js
index <HASH>..<HASH> 100644
--- a/jquery.flot.js
+++ b/jquery.flot.js
@@ -1397,9 +1397,7 @@ Licensed under the MIT license.
// Determine whether the axis is the first (innermost) on its side
- innermost = $.inArray(axis, $.grep(all, function (a) {... | Fix incorrect check for the innermost axis.
An axis is innermost when it's first among those not just in its
direction, but also on its side, i.e. left/right, of the plot. So the
inArray check should be against the samePosition list, not all.
Resolves #<I>. | ni-kismet_engineering-flot | train |
5a70b745a5e5e92b18222cbc5d913ab999ed4f2f | diff --git a/dev/io.openliberty.wsoc.internal_fat/bnd.bnd b/dev/io.openliberty.wsoc.internal_fat/bnd.bnd
index <HASH>..<HASH> 100644
--- a/dev/io.openliberty.wsoc.internal_fat/bnd.bnd
+++ b/dev/io.openliberty.wsoc.internal_fat/bnd.bnd
@@ -22,7 +22,10 @@ src:\
fat.project: true
# Define additional tested features th... | Made changes so that CDI tests run on lite mode until jakartaee9 features we depend on are delivered | OpenLiberty_open-liberty | train |
4bc22a925007d37b8c8fb15988e2e5bb6fd73f7c | diff --git a/src/components/sliders/Slider.js b/src/components/sliders/Slider.js
index <HASH>..<HASH> 100644
--- a/src/components/sliders/Slider.js
+++ b/src/components/sliders/Slider.js
@@ -1,3 +1,4 @@
+import Vue from 'vue'
import Input from '../../mixins/input'
import { addOnceEventListener, createRange } from '..... | fixed bug when slider starts with non-zero value | vuetifyjs_vuetify | train |
2857fad78b39f0da8d3949db31b215b97253f8cc | diff --git a/src/helpers/contacts.js b/src/helpers/contacts.js
index <HASH>..<HASH> 100644
--- a/src/helpers/contacts.js
+++ b/src/helpers/contacts.js
@@ -28,7 +28,8 @@ export const filterFieldList = fields =>
'id',
'metadata',
'relationships',
- 'groups'
+ 'groups',
+ 'a... | fix: Hide accounts in contact fields | cozy_cozy-contacts | train |
ee86f8367408c26d62ad08ffeef10090fc4d8143 | diff --git a/provision/docker/bs/queue.go b/provision/docker/bs/queue.go
index <HASH>..<HASH> 100644
--- a/provision/docker/bs/queue.go
+++ b/provision/docker/bs/queue.go
@@ -55,7 +55,7 @@ func (t *runBs) Run(job monsterqueue.Job) {
job.Error(err)
return
}
- node.Metadata["LastSuccess"] = time.Now().Format(time... | provision/docker/bs: fix assignment to nil map
We should have a test for this method x) | tsuru_tsuru | train |
a921175d6853abdb3193fe78d3d9c014f2719fbf | diff --git a/host/host.go b/host/host.go
index <HASH>..<HASH> 100644
--- a/host/host.go
+++ b/host/host.go
@@ -102,7 +102,6 @@ func main() {
}
if *stateFile != "" {
- sh.BeforeExit(func() { os.Remove(*stateFile) })
if err := state.Restore(*stateFile, backend); err != nil {
sh.Fatal(err)
} | host: Don't remove the state file on exit | flynn_flynn | train |
568689a3817873b88cf88629eac0a14577398b29 | diff --git a/done/Commands.py b/done/Commands.py
index <HASH>..<HASH> 100644
--- a/done/Commands.py
+++ b/done/Commands.py
@@ -32,11 +32,11 @@ def run(command, options, args):
dp = pdt.Calendar()
due = mktime(dp.parse(options.due)[0]) if options.due else None
print "added tasks..."
- [... | Allow user to pass a "finished" flag with `-f` so that all listing commands will only show tasks marked as done.
This also cleans up the way options are passed to allow for easier future growth. | vilmibm_done | train |
d751c21336c053d81c1aeef434ae17da5655793a | diff --git a/pylint/lint/pylinter.py b/pylint/lint/pylinter.py
index <HASH>..<HASH> 100644
--- a/pylint/lint/pylinter.py
+++ b/pylint/lint/pylinter.py
@@ -259,7 +259,7 @@ class PyLinter(
name = MAIN_CHECKER_NAME
msgs = MSGS
# Will be used like this : datetime.now().strftime(crash_file_path)
- crash_fi... | Prevent appending distinct crash reports together that occur in the same hour (#<I>) | PyCQA_pylint | train |
ed7fa7436313381566041205246948d1a4656f48 | diff --git a/tests/HtmlTest.php b/tests/HtmlTest.php
index <HASH>..<HASH> 100644
--- a/tests/HtmlTest.php
+++ b/tests/HtmlTest.php
@@ -36,6 +36,10 @@ class HtmlTest extends PHPUnit_Framework_TestCase
[
'$l[www.clan-nuitblanche.org]$fff$l',
''
+ ],
+ [... | Add failing test when parsing links with color code included | manialib_formatting | train |
01d93424d33446a48c3055c61764177ade26289e | diff --git a/src/plugin.js b/src/plugin.js
index <HASH>..<HASH> 100644
--- a/src/plugin.js
+++ b/src/plugin.js
@@ -535,8 +535,8 @@ var zoomPlugin = {
doZoom(chartInstance, diff, diff, center, xy);
var zoomOptions = chartInstance.$zoom._options.zoom;
- if (typeof zoomOptions.onZoomComplete === 'function')... | Properly call onZoom & onZoomComplete when pinching (#<I>) | chartjs_chartjs-plugin-zoom | train |
08315d0078e8c1b39876aa92d09a4e0821ff361a | diff --git a/functional/mock_tests.js b/functional/mock_tests.js
index <HASH>..<HASH> 100644
--- a/functional/mock_tests.js
+++ b/functional/mock_tests.js
@@ -6,6 +6,7 @@ var co = require('co'),
exports['Should correctly perform a simple server connection using mock'] = {
metadata: {
requires: {
+ generat... | Added test support to handle generators test exclusion when runtime does not support them | mongodb_node-mongodb-native | train |
3f772f6882d398ddcc74f75d87944967696818d9 | diff --git a/client/src/views/fields/wysiwyg.js b/client/src/views/fields/wysiwyg.js
index <HASH>..<HASH> 100644
--- a/client/src/views/fields/wysiwyg.js
+++ b/client/src/views/fields/wysiwyg.js
@@ -146,7 +146,7 @@ define('views/fields/wysiwyg', ['views/fields/text', 'lib!Summernote'], function
var data = ... | fix email plain sanitize | espocrm_espocrm | train |
2f8ba0474df0b50ec9af0cf794579c497e6bdabe | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -26,7 +26,7 @@ import (
const (
// ClientVersion is used in User-Agent request header to provide server with API level.
- ClientVersion = "7.0.0"
+ ClientVersion = "7.1.0"
// Endpoint points you to MessageBird RES... | Bump to new version <I> (#<I>) | messagebird_go-rest-api | train |
48ef056cd785237fffc2e59f89d896cf0c463655 | diff --git a/tryp/__init__.py b/tryp/__init__.py
index <HASH>..<HASH> 100644
--- a/tryp/__init__.py
+++ b/tryp/__init__.py
@@ -1,3 +1,5 @@
+import os
+
from fn import _ # type: ignore
from tryp.maybe import Maybe, Just, Empty, may, flat_may
@@ -9,6 +11,7 @@ from tryp.func import curried
from tryp.anon import __
... | set env var when in integration test to propagate to subprocesses | tek_amino | train |
822d1e9cae725a5d2c8fa54b6a6725193c06a22c | diff --git a/test/assert.js b/test/assert.js
index <HASH>..<HASH> 100644
--- a/test/assert.js
+++ b/test/assert.js
@@ -1,3 +1,21 @@
+/*
+ * Copyright 2011 Rackspace
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You ma... | Add RAX license blocks on test code | racker_node-swiz | train |
43d44e051a41c30bf8594aa7646484ff9eef73c3 | diff --git a/salt/modules/upstart.py b/salt/modules/upstart.py
index <HASH>..<HASH> 100644
--- a/salt/modules/upstart.py
+++ b/salt/modules/upstart.py
@@ -97,7 +97,10 @@ def _find_utmp():
result[os.stat(utmp).st_mtime] = utmp
except Exception:
pass
- return result[sorted(result).po... | Do not blindly assume presence of either `/var/run/utmp` or `/run/utmp`, none of both might be available (e.g. on non-booted systems). | saltstack_salt | train |
c56252c33997d9b9991f4c1e3b5fbc82d6d656b3 | diff --git a/selector_test.go b/selector_test.go
index <HASH>..<HASH> 100644
--- a/selector_test.go
+++ b/selector_test.go
@@ -14,17 +14,9 @@ type selectorTest struct {
}
func nodeString(n *html.Node) string {
- switch n.Type {
- case html.TextNode:
- return n.Data
- case html.ElementNode:
- return html.Token{
- ... | - [*] rewrite nodeString to use html.Render | andybalholm_cascadia | train |
fe1d448b66e50750a162ccfbcc391a3a1bfc15c2 | diff --git a/test/Resource/PullRequestTest.php b/test/Resource/PullRequestTest.php
index <HASH>..<HASH> 100644
--- a/test/Resource/PullRequestTest.php
+++ b/test/Resource/PullRequestTest.php
@@ -117,7 +117,7 @@ class PullRequestTest extends PHPUnit_Framework_TestCase
{
$faker = $this->getFaker();
- ... | Fix: Id needs to be greater than 0 | localheinz_github-changelog | train |
9996ef39cd5394767964917593f7a7a3f203942c | diff --git a/modeltranslation/admin.py b/modeltranslation/admin.py
index <HASH>..<HASH> 100644
--- a/modeltranslation/admin.py
+++ b/modeltranslation/admin.py
@@ -2,7 +2,7 @@
from copy import deepcopy
from django.contrib import admin
-from django.contrib.admin.options import BaseModelAdmin, InlineModelAdmin
+from d... | Added a new group_fieldsets option to TranslationAdmin to group fieldsets by translation fields. An approach to issue #<I>. Based on initial code by Chris Adams. Adopted and enhanced for the latest admin refactoring. The new option currently defaults to False and has to be activated on demand. | deschler_django-modeltranslation | train |
d02a2ff7e4a5b5a11fe28222deddc1cfdc58516d | diff --git a/email_confirm_la/tests/test_views.py b/email_confirm_la/tests/test_views.py
index <HASH>..<HASH> 100644
--- a/email_confirm_la/tests/test_views.py
+++ b/email_confirm_la/tests/test_views.py
@@ -36,7 +36,7 @@ class ViewTest(BaseTestCase):
self.assertTrue(confirmation.is_verified)
self.asse... | Display the Email confirmation failure when there's either a wrong key, or an expired one | vinta_django-email-confirm-la | train |
deb07e2503dd1472fecfcbfc01ca4ee686098b43 | diff --git a/src/Replication.php b/src/Replication.php
index <HASH>..<HASH> 100644
--- a/src/Replication.php
+++ b/src/Replication.php
@@ -512,24 +512,29 @@ class Replication {
$bulkUpdater = $this->target->createBulkUpdater();
$bulkUpdater->setNewEdits(false);
- foreach ($revDiff as $docId =... | Post changes by parts, don't collect them in one array before sending to target. | relaxedws_couchdb-replicator | train |
3671fb22a3caa5a4a3f98a31b76b78c1f2fd1dfa | diff --git a/test/com/google/javascript/jscomp/parsing/ParserTest.java b/test/com/google/javascript/jscomp/parsing/ParserTest.java
index <HASH>..<HASH> 100644
--- a/test/com/google/javascript/jscomp/parsing/ParserTest.java
+++ b/test/com/google/javascript/jscomp/parsing/ParserTest.java
@@ -5327,6 +5327,36 @@ public fin... | Added string literal and number computed field test cases to ParserTest.java
PiperOrigin-RevId: <I> | google_closure-compiler | train |
0f0c941b1e7cae8501bf0281353e1598578ca287 | diff --git a/eliot/_output.py b/eliot/_output.py
index <HASH>..<HASH> 100644
--- a/eliot/_output.py
+++ b/eliot/_output.py
@@ -345,6 +345,7 @@ class MemoryLogger(object):
raise TypeError("Message %s doesn't encode to JSON: %s" % (
dictionary, e))
+ @exclusively
def validate(self)... | Misplaced one decorator when merging. | itamarst_eliot | train |
fb055637621aa7218732cfb2137b6e2ab993c901 | diff --git a/plugins/pushes/atlas/plugin.rb b/plugins/pushes/atlas/plugin.rb
index <HASH>..<HASH> 100644
--- a/plugins/pushes/atlas/plugin.rb
+++ b/plugins/pushes/atlas/plugin.rb
@@ -26,8 +26,7 @@ module VagrantPlugins
def self.init!
return if defined?(@_init)
- I18n.load_path << File.expand_pa... | Load the translations in Atlas | hashicorp_vagrant | train |
cee589aaa221c6955efdc629044538a8c20dd32a | diff --git a/src/Core42/Db/TableGateway/Service/TableGatewayPluginManagerFactory.php b/src/Core42/Db/TableGateway/Service/TableGatewayPluginManagerFactory.php
index <HASH>..<HASH> 100644
--- a/src/Core42/Db/TableGateway/Service/TableGatewayPluginManagerFactory.php
+++ b/src/Core42/Db/TableGateway/Service/TableGatewayPl... | added ServiceLocator to PluginManager | kiwi-suite_core42 | train |
50acb2eae49485403b2506b759adf3d85107e247 | diff --git a/src/collectors/postgres/postgres.py b/src/collectors/postgres/postgres.py
index <HASH>..<HASH> 100644
--- a/src/collectors/postgres/postgres.py
+++ b/src/collectors/postgres/postgres.py
@@ -70,23 +70,21 @@ class PostgresqlCollector(diamond.collector.Collector):
ret = {}
for stat in stat... | create the dict in a single shot | python-diamond_Diamond | train |
e06e30a169a4db3a64e8b7e4bd401d2f479a8a2f | diff --git a/src/Listener/ViewListener.php b/src/Listener/ViewListener.php
index <HASH>..<HASH> 100644
--- a/src/Listener/ViewListener.php
+++ b/src/Listener/ViewListener.php
@@ -372,7 +372,8 @@ class ViewListener extends BaseListener
*/
protected function _getAllowedActions()
{
- $actions = $thi... | Allow passing false to 'scaffold.actions' | FriendsOfCake_crud-view | train |
80fd1bcd29f1db5ddb2558ce2c9a296328f0e20e | diff --git a/components/Kladr/AddressModal.js b/components/Kladr/AddressModal.js
index <HASH>..<HASH> 100644
--- a/components/Kladr/AddressModal.js
+++ b/components/Kladr/AddressModal.js
@@ -66,6 +66,7 @@ export default class AddressModal extends React.Component {
_settlementProps: FieldProps;
_streetProps: Field... | [Kladr] Add building field. | skbkontur_retail-ui | train |
00f9b5d5259f4b45d76be681c2bd8f56285e8f25 | diff --git a/troposphere/validators.py b/troposphere/validators.py
index <HASH>..<HASH> 100644
--- a/troposphere/validators.py
+++ b/troposphere/validators.py
@@ -24,7 +24,7 @@ def integer(x):
def positive_integer(x):
p = integer(x)
if int(p) < 0:
- raise ValueError
+ raise ValueError("%r is no... | Tweaked a few integer validation messages
* Added exception message to positive_integer validation
* Take advantage of "integer" method for int() casting
* Added exception message to network_port range validation | cloudtools_troposphere | train |
d443fc66c332adb672eabaee117319563164fb04 | diff --git a/AWSScout2/utils.py b/AWSScout2/utils.py
index <HASH>..<HASH> 100644
--- a/AWSScout2/utils.py
+++ b/AWSScout2/utils.py
@@ -424,11 +424,12 @@ AWSCONFIG_FILE = 'aws_config'
AWSRULESET_FILE = 'aws_ruleset'
REPORT_TITLE = 'AWS Scout2 Report'
-def create_scout_report(environment_name, aws_config, force_writ... | Save exceptions to a JS file and load it in the DOM | nccgroup_Scout2 | train |
3e67e45dc327631e085cc67aaa6522b44324364c | diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -880,17 +880,18 @@ module ActionDispatch
# CANONICAL_ACTI... | Allow a defining custom member field on resources
By default, resources routes are created with :resource/:id. A model
defining to_param can make prettier urls by using something more
readable than an integer ID, but since the route picks it up as :id you
wind up with awkward User.find_by_username(params[:id]) calls.
... | rails_rails | train |
89bb6da66deaedf5ea2d06f4c01d04c7ac78d6e8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ class NumpyExtension(Extension):
setup(
name='Dedupe',
url='https://github.com/open-city/dedupe',
- version='0.3',
+ version='0.4',
packages=['dedupe', 'dedupe.distance'],
ext_modules=... | incremented dedupe version number | dedupeio_dedupe | train |
a1a8d390e493155e1edab2b8defff44ad0158192 | diff --git a/code/extensions/SiteTreeTaxonomyExtension.php b/code/extensions/SiteTreeTaxonomyExtension.php
index <HASH>..<HASH> 100644
--- a/code/extensions/SiteTreeTaxonomyExtension.php
+++ b/code/extensions/SiteTreeTaxonomyExtension.php
@@ -7,6 +7,6 @@ class SiteTreeTaxonomyExtension extends DataExtension {
);
... | fix(TaxonomyTerm): Fix bug introduced with previous PR | symbiote_silverstripe-seed | train |
e1b453e61bfb358c0142399fdbfc8c4d0ac275d5 | diff --git a/spec/tree/builder/treeAdapterSpec.js b/spec/tree/builder/treeAdapterSpec.js
index <HASH>..<HASH> 100644
--- a/spec/tree/builder/treeAdapterSpec.js
+++ b/spec/tree/builder/treeAdapterSpec.js
@@ -245,7 +245,7 @@ describe( "TreeAdapter", () => {
const paragraph = new Paragraph( "paragraph" );
const ... | Renamed non-existing 'emph' element in tests to 'em'. | Yoast_YoastSEO.js | train |
7cae17ec302932132d4af224ea9a493f7c266e37 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+### Fixed
+- Stop troposphere deprecation warnings on 2.4.2+
+
## [0.46.2] - 2019-05-13
### ... | stop troposphere deprecated method warnings
This troposphere update introduced new methods and caused warning to be
emitted on the old ones.
<URL> | onicagroup_runway | train |
6cce30b4efe843b9bf9a8ab69d83e0c031bd735e | diff --git a/circonus-gometrics.go b/circonus-gometrics.go
index <HASH>..<HASH> 100644
--- a/circonus-gometrics.go
+++ b/circonus-gometrics.go
@@ -220,6 +220,8 @@ var (
interval = 10 * time.Second
cm, gm, hm sync.Mutex
+
+ client *http.Client
)
func submit(output map[string]interface{}) {
@@ -313,6 +315,... | Reuse the http.Client for connection re-use
Instead of creating an http.Client for each submission, reuse the same
one so that we can take advantage of connections being kept open.
Also changed the ticking range usage to be more idiomatic Go. | circonus-labs_circonus-gometrics | train |
e348b5e16c40cdef6b7bd84744e2024ef7c49683 | diff --git a/src/collectors/diskspace/diskspace.py b/src/collectors/diskspace/diskspace.py
index <HASH>..<HASH> 100644
--- a/src/collectors/diskspace/diskspace.py
+++ b/src/collectors/diskspace/diskspace.py
@@ -105,7 +105,10 @@ class DiskSpaceCollector(diamond.collector.Collector):
stat = os.stat(... | Catch disk mount paths with dots in. And use first mount encountered
rather than the last one. | python-diamond_Diamond | train |
a33a4511b3fb0513dfa3717d4a2f92bce0d9ce68 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -45,10 +45,13 @@ setup(
# 'Development Status :: 5 - Production/Stable',
# 'Development Status :: 6 - Mature',
# 'Development Status :: 7 - Inactive',
+ 'Operating System :: OS Independent',
+... | Fix the trove classifiers in setup.py | rhgrant10_Groupy | train |
e2897ed73d5b87aabe54b0f6f251c30d36ba221d | diff --git a/ejb3/src/main/java/org/jboss/as/ejb3/remote/protocol/versionone/VersionOneProtocolChannelReceiver.java b/ejb3/src/main/java/org/jboss/as/ejb3/remote/protocol/versionone/VersionOneProtocolChannelReceiver.java
index <HASH>..<HASH> 100644
--- a/ejb3/src/main/java/org/jboss/as/ejb3/remote/protocol/versionone/V... | WFLY-<I> (fix by jaikiran adjusted to be compatible with other changes) | wildfly_wildfly | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.