hash stringlengths 40 40 | diff stringlengths 131 26.7k | message stringlengths 7 694 | project stringlengths 5 67 | split stringclasses 1
value | diff_languages stringlengths 2 24 |
|---|---|---|---|---|---|
a654c89a0a4e6b7db0ae4160a49549f8ac57dd2d | diff --git a/volumes.go b/volumes.go
index <HASH>..<HASH> 100644
--- a/volumes.go
+++ b/volumes.go
@@ -62,6 +62,7 @@ func (Volume) ResourceType() string {
// ListRequest builds the ListVolumes request
func (vol Volume) ListRequest() (ListCommand, error) {
req := &ListVolumes{
+ ID: vol.ID,
Name: ... | Fix ListVolumes call to allow search by ID (#<I>)
This change fixes the `ListVolumes` to allow volumes search by ID. | exoscale_egoscale | train | go |
f1363877d8782fbceb4dd53d38d538f57b7104de | diff --git a/system/src/Grav/Common/Page/Page.php b/system/src/Grav/Common/Page/Page.php
index <HASH>..<HASH> 100644
--- a/system/src/Grav/Common/Page/Page.php
+++ b/system/src/Grav/Common/Page/Page.php
@@ -168,7 +168,7 @@ class Page implements PageInterface
unset($process_fields[$field]);
... | preserve accents in fields containing Twig expr. using unicode (#<I>)
When a fields contain accentuated characters, reduce the risk of messing with it by passing unicode characters unescaped.
Twig will deal with them. And fewer backslash-escaping problems will arise. | getgrav_grav | train | php |
9d289c1457b7a724950ea553d2fa52f41656642a | diff --git a/packages/babel-plugin-transform-typescript/src/index.js b/packages/babel-plugin-transform-typescript/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/babel-plugin-transform-typescript/src/index.js
+++ b/packages/babel-plugin-transform-typescript/src/index.js
@@ -70,7 +70,7 @@ export default declare(... | Fix small typo (#<I>) | babel_babel | train | js |
ce067cb4a7385309a265c926c5988fe5e4da8ca4 | diff --git a/src/JMS/PhpManipulator/TokenStream/AbstractToken.php b/src/JMS/PhpManipulator/TokenStream/AbstractToken.php
index <HASH>..<HASH> 100644
--- a/src/JMS/PhpManipulator/TokenStream/AbstractToken.php
+++ b/src/JMS/PhpManipulator/TokenStream/AbstractToken.php
@@ -219,7 +219,7 @@ abstract class AbstractToken
... | no need to use abs multiplier anymore | schmittjoh_php-manipulator | train | php |
98beef2c2aee40786136b9ef5ae4dc1c63edcdcb | diff --git a/ui/src/kapacitor/components/config/TelegramConfig.js b/ui/src/kapacitor/components/config/TelegramConfig.js
index <HASH>..<HASH> 100644
--- a/ui/src/kapacitor/components/config/TelegramConfig.js
+++ b/ui/src/kapacitor/components/config/TelegramConfig.js
@@ -58,7 +58,7 @@ const TelegramConfig = React.create... | Update link to the latest documentation version
Link is not pointing to the last version of the documentation of kapacitor <I> | influxdata_influxdb | train | js |
273d2e14c502b850bd7e010f99ef65c875ae81b1 | diff --git a/tests/core/usage/filters_usage_test.py b/tests/core/usage/filters_usage_test.py
index <HASH>..<HASH> 100644
--- a/tests/core/usage/filters_usage_test.py
+++ b/tests/core/usage/filters_usage_test.py
@@ -96,6 +96,22 @@ class TestCustomFilters:
assert not secrets
@staticmethod
+ def test_mo... | adding test case for successful use of module_path for custom filter | Yelp_detect-secrets | train | py |
eb6c688c1061be814f56848bfdcb4d5bf9761ba3 | diff --git a/packages/ad/src/ad.js b/packages/ad/src/ad.js
index <HASH>..<HASH> 100644
--- a/packages/ad/src/ad.js
+++ b/packages/ad/src/ad.js
@@ -1,6 +1,6 @@
import React, { Component } from "react";
import { Subscriber } from "react-broadcast";
-import { View } from "react-native";
+import { View, Platform } from "... | feat: make ads <I>% width on native platforms (#<I>) | newsuk_times-components | train | js |
e2fe23671be087e5fe5a1470ac3b7969e7fa664a | diff --git a/project_generator/project.py b/project_generator/project.py
index <HASH>..<HASH> 100644
--- a/project_generator/project.py
+++ b/project_generator/project.py
@@ -331,6 +331,7 @@ class Project:
# None is an error
if exporter is None:
result = -1
+ lo... | Project - export/build - debug info if tool is not found | project-generator_project_generator | train | py |
292f4fd22591fac9fe0fe028dca63a2acc14aa18 | diff --git a/sliceinfo.py b/sliceinfo.py
index <HASH>..<HASH> 100644
--- a/sliceinfo.py
+++ b/sliceinfo.py
@@ -122,6 +122,12 @@ class SliceInfo(object):
tmp_taint_set.add(ref.tmp)
# We also taint the stack pointer, so we could keep the stack balanced
reg_taint_... | TEMPORARY EDIT FOR TESTING ON scott. | angr_angr | train | py |
639910f4ecff324abf64937a689734e3cb314f9a | diff --git a/tests/unit/model/Model.js b/tests/unit/model/Model.js
index <HASH>..<HASH> 100644
--- a/tests/unit/model/Model.js
+++ b/tests/unit/model/Model.js
@@ -352,6 +352,16 @@ describe('Model', function () {
expect(Model.ensureModelArray(null)).to.eql([]);
});
+ it('loadRelated should return a QueryBuild... | add tests that loadRelated methods return query builders | Vincit_objection.js | train | js |
211c67807ba2b34ba62ef2cb65c08d6585f0046f | diff --git a/einhorn/einhorn.go b/einhorn/einhorn.go
index <HASH>..<HASH> 100644
--- a/einhorn/einhorn.go
+++ b/einhorn/einhorn.go
@@ -12,7 +12,7 @@ import (
// CountListeners returns the number of listener fd's passed by the master.
func CountListeners() uint {
- count, err := strconv.ParseUint(os.Getenv("EINHORN_... | uints are <I>-bit, so refuse to parse uint<I>s. | stripe_go-einhorn | train | go |
8fb80540499d0f303d68150304fd896367313f94 | diff --git a/IPython/html/widgets/widget_container.py b/IPython/html/widgets/widget_container.py
index <HASH>..<HASH> 100644
--- a/IPython/html/widgets/widget_container.py
+++ b/IPython/html/widgets/widget_container.py
@@ -45,7 +45,7 @@ class ContainerWidget(DOMWidget):
http://www.peterbe.com/plog/uniqifie... | remove incorrect is instance check in children_changed | jupyter-widgets_ipywidgets | train | py |
da46d6fa9a52e76c2f1bc1d0abd37d3ed3c3f3e0 | diff --git a/spyder/app/mainwindow.py b/spyder/app/mainwindow.py
index <HASH>..<HASH> 100644
--- a/spyder/app/mainwindow.py
+++ b/spyder/app/mainwindow.py
@@ -1052,8 +1052,7 @@ class MainWindow(QMainWindow):
_("PYTHONPATH manager"),
None, icon=ima.icon('pythonpath'),
triggered=s... | Remove PYTHONPATH manager action its role
It's really not necessary and leaves the Tools menu almost empty | spyder-ide_spyder | train | py |
c5a0beb481f315c69879c70d96fc4c7888818aa3 | diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -45,6 +45,9 @@ Server.prototype._requestListener = function(req, res) {
res.end();
}
else if (req.method === 'POST') {
+ res.setHeader('Content-Type', req.headers['content-type']);... | response content-type will be ok
Shouldn't the response headers depend on the request headers? I mean "application/soap+xml" is soap <I>, and "text/xml" is soap <I>
Refer to JamesKyburz's commit d<I>cfb<I>d<I>ebd8efd<I>f8e<I>fab<I>cf3fc7ed | vpulim_node-soap | train | js |
0d2f9f892855e2a5ad3c5b6fbef969c0c9812dfe | diff --git a/src/Core.php b/src/Core.php
index <HASH>..<HASH> 100755
--- a/src/Core.php
+++ b/src/Core.php
@@ -175,7 +175,11 @@
} catch (Exception $e) {
- self::$logger->critical($e->getMessage());
+ if (self::$logger instanceof Logger) {
+
+ self::$logg... | Fix a bug when logger was called while not initialized | Lou117_core | train | php |
4b7c24651fa7649579dad4d9253e289001e206d0 | diff --git a/Query/Builder.php b/Query/Builder.php
index <HASH>..<HASH> 100755
--- a/Query/Builder.php
+++ b/Query/Builder.php
@@ -335,10 +335,23 @@ class Builder
* Add a new select column to the query.
*
* @param array|mixed $column
+ * @param \Closure|\Illuminate\Database\Query\Builder|string... | Add the ability add a sub query select | illuminate_database | train | php |
3fa4acf903a00aa36824e7c0781ad9085c84aafc | diff --git a/plugins/inputs/nginx_sts/nginx_sts.go b/plugins/inputs/nginx_sts/nginx_sts.go
index <HASH>..<HASH> 100644
--- a/plugins/inputs/nginx_sts/nginx_sts.go
+++ b/plugins/inputs/nginx_sts/nginx_sts.go
@@ -13,7 +13,7 @@ import (
"github.com/influxdata/telegraf"
"github.com/influxdata/telegraf/internal"
- "gi... | Update common/tls import path | influxdata_telegraf | train | go |
02b3f021a6089a30e19b70ba27e1c0ef841a2391 | diff --git a/thinc/types.py b/thinc/types.py
index <HASH>..<HASH> 100644
--- a/thinc/types.py
+++ b/thinc/types.py
@@ -526,6 +526,9 @@ ArrayTypesFloat = Union[
ArrayTypes = Union[
ArrayTypesFloat, ArrayTypesInt,
]
+Array1d = Union[Ints1d, Floats1d]
+Array2d = Union[Ints2d, Floats2d]
+Array3d = Union[Ints3d, Floa... | Add Array1d, Array2d, Array3d union types | explosion_thinc | train | py |
eac0d6295d3cd3f2bf60d2399dee42f7248e9045 | diff --git a/chainconsumer/colors.py b/chainconsumer/colors.py
index <HASH>..<HASH> 100644
--- a/chainconsumer/colors.py
+++ b/chainconsumer/colors.py
@@ -27,7 +27,7 @@ class Colors(object):
"o": "orange", "y": "yellow", "a": "amber", "p": "purple",
"e": "grey", "lg": "lgreen", "lb": "lblue"
... | Noticed that lgreen appeared twice in the default_colors list. Edited this such that the first instance of lgreen is replaced by green. | Samreay_ChainConsumer | train | py |
f17f49beac646adf1b9bcf15bde4db02a583495c | diff --git a/lib/sensu-plugin/utils.rb b/lib/sensu-plugin/utils.rb
index <HASH>..<HASH> 100644
--- a/lib/sensu-plugin/utils.rb
+++ b/lib/sensu-plugin/utils.rb
@@ -48,19 +48,19 @@ module Sensu
end
end
-# Monkey Patching.
-
-class Array
- def deep_merge(other_array, &merger)
- concat(other_array).uniq
- end
-e... | [deep_merge_fix] use the same deep_merge code that sensu core uses | sensu-plugins_sensu-plugin | train | rb |
41f21fafa76e8dc1284650cd24aea2edd770e6b2 | diff --git a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
+++ b/activerecord/lib/active_record/connection_adap... | pgcolumn knows how to typecast binary columns | rails_rails | train | rb |
0f6fd581da4eed236068edc345ba08346c668989 | diff --git a/littlepy/lp.py b/littlepy/lp.py
index <HASH>..<HASH> 100644
--- a/littlepy/lp.py
+++ b/littlepy/lp.py
@@ -35,17 +35,18 @@ class LPProg(object):
def eval_expression(expression, state):
if isinstance(expression, Var):
return state[str(expression)]
+ operands = {"a": expressi... | Fixed bug where the variables were being replaced with the values for subsequent run. | derpferd_little-python | train | py |
66317861519cce1f59c9529906efc5f9bca6d3db | diff --git a/lib/EntityManager.js b/lib/EntityManager.js
index <HASH>..<HASH> 100644
--- a/lib/EntityManager.js
+++ b/lib/EntityManager.js
@@ -119,6 +119,7 @@ EntityManager.prototype.removeEntity = function (entity) {
// Prevent any acecss and free
entity._manager = null
this._entityPool.recycle(entity)
+ ent... | clear eventemitters on entity removal | noffle_nano-ecs | train | js,js |
f6b024e157d3aecf364894a1b24f1e51504b0e18 | diff --git a/reader.go b/reader.go
index <HASH>..<HASH> 100644
--- a/reader.go
+++ b/reader.go
@@ -70,10 +70,10 @@ func (r *reader) SetNonResponsive() {
func (r *reader) SetReadahead(readahead int64) {
r.mu.Lock()
- defer r.mu.Unlock()
r.readahead = readahead
r.readaheadFunc = nil
r.posChanged()
+ r.mu.Unloc... | Inlineable (*reader).SetReadAhead and (*reader).Close (#<I>)
Small fixes that prevent inlining of public functions | anacrolix_torrent | train | go |
7af1eb7b4d4c0f65e4e5f33429d34fd79a5818f1 | diff --git a/templates/generate_stuff.rb b/templates/generate_stuff.rb
index <HASH>..<HASH> 100644
--- a/templates/generate_stuff.rb
+++ b/templates/generate_stuff.rb
@@ -295,5 +295,5 @@ unless ENV['TRAVIS']
run 'bin/rake db:import'
end
-run 'RAILS_ENV=test bin/rake db:setup'
+run 'RAILS_ENV=test bundle exec rake... | try to create travis test db for sure | razum2um_lurker | train | rb |
41eb81879f4fbeb67b70cbfd3d0c99e8211d90ef | diff --git a/src/Yubikey/Validate.php b/src/Yubikey/Validate.php
index <HASH>..<HASH> 100644
--- a/src/Yubikey/Validate.php
+++ b/src/Yubikey/Validate.php
@@ -274,7 +274,7 @@ class Validate
$signature = $this->generateSignature($params);
$url = '/wsapi/2.0/verify?'.http_build_query($params).'&h='.$s... | changing == to == for boolean evaluation | enygma_yubikey | train | php |
1d2fd9dbebf07d36a5e3f915a3640a38c3981e1b | diff --git a/modules/uadetector-core/src/main/java/net/sf/uadetector/UserAgentFamily.java b/modules/uadetector-core/src/main/java/net/sf/uadetector/UserAgentFamily.java
index <HASH>..<HASH> 100644
--- a/modules/uadetector-core/src/main/java/net/sf/uadetector/UserAgentFamily.java
+++ b/modules/uadetector-core/src/main/j... | Added user agent family 'Pattern'
(Pattern is a web mining module for the Python programming language.) | before_uadetector | train | java |
f0608f6fedff4139d17e0121b133e144573d49f8 | diff --git a/resources/example-behaviour.js b/resources/example-behaviour.js
index <HASH>..<HASH> 100644
--- a/resources/example-behaviour.js
+++ b/resources/example-behaviour.js
@@ -29,11 +29,13 @@
pairs = [],
i,
pair,
- adjusted;
+ adjusted,
+ modeFound = false;
fo... | Allow other params than 'mode' in example query string.
Currently, if other params are present at the beginning of the query string,
the mode switcher will not work.
This situation can occur when a search criteria was entered in the examples
index page. That criteria will be passed along to the example page via a que... | openlayers_openlayers | train | js |
2fce9e904f4d571d3ef3323500ee9c523ecdabd1 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -112,7 +112,6 @@ See "Homepage" on GitHub for detail.
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
- 'Programming Language... | Update supported Python versions in setup.py.
* Added Python <I>, <I>.
* Dropped Python <I>.
Because we can't run the test on Python <I> on CentOS 6 any more. | junaruga_rpm-py-installer | train | py |
47950624a20c383529039a71f088f64213a8aeac | diff --git a/scripts/jenkins-build.py b/scripts/jenkins-build.py
index <HASH>..<HASH> 100644
--- a/scripts/jenkins-build.py
+++ b/scripts/jenkins-build.py
@@ -14,7 +14,7 @@ bh.vepycall('easy_install', 'coverage')
# have to install dev build of mock using pip directly because of pip bug:
# https://github.com/pypa/pi... | pip is killing Jenkins, again
Ok, I don't have mock==dev in the local pypi cache, so I am getting
an error. A direct URL should fix this. | blazelibs_blazeutils | train | py |
bac9f28025e3b4da618f18581c92c0e584020cd7 | diff --git a/lib/clearance/engine.rb b/lib/clearance/engine.rb
index <HASH>..<HASH> 100644
--- a/lib/clearance/engine.rb
+++ b/lib/clearance/engine.rb
@@ -23,10 +23,7 @@ module Clearance
app.config.filter_parameters += [:password, :token]
end
- config.app_middleware.insert_after(
- ActionDispatch:... | Add middleware at the bottom
Rails 5 eliminates the `ParamsParser` middleware. The Clearance
middleware itself seems to have no dependency on certain middleware
running after it. | thoughtbot_clearance | train | rb |
f23d22887b6756b1c8624aeb4732281f6b7c3229 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ with open(README_PATH, "r") as README_FILE:
setup(
name="parse_this",
- version="2.0.0",
+ version="2.0.1",
description=(
"Makes it easy to create a command line interface for any "
... | Increment version to avoid pypi failing on same upload | bertrandvidal_parse_this | train | py |
f7e25de808338e1b38ca2d2be8fe39abd47fb38c | diff --git a/spec/publish_ami.rb b/spec/publish_ami.rb
index <HASH>..<HASH> 100755
--- a/spec/publish_ami.rb
+++ b/spec/publish_ami.rb
@@ -62,5 +62,5 @@ Dir.mktmpdir do |dir|
YAML.dump(stemcell_properties, out )
end
- %{tar cvzf light-#{stemcell_tgz} #{dir}}
+ %x{tar cvzf light-#{stemcell_tgz} #{dir}}
end | Execute the tar to build a light stemcell | cloudfoundry_bosh | train | rb |
0ec4af73a5a452e63fb2ac88829bc2ff74098a36 | diff --git a/pgmpy/models/NaiveBayesModel.py b/pgmpy/models/NaiveBayesModel.py
index <HASH>..<HASH> 100644
--- a/pgmpy/models/NaiveBayesModel.py
+++ b/pgmpy/models/NaiveBayesModel.py
@@ -212,6 +212,8 @@ class NaiveBayesModel(BayesianModel):
>>> model.edges()
[('A', 'D'), ('A', 'E'), ('A', 'B'), ('A', ... | adds error case in fit method of NaiveBayes | pgmpy_pgmpy | train | py |
9d5e649c7ca06543d8f8e03d4f9593f19e47096d | diff --git a/src/Model/Table/SavedSearchesTable.php b/src/Model/Table/SavedSearchesTable.php
index <HASH>..<HASH> 100644
--- a/src/Model/Table/SavedSearchesTable.php
+++ b/src/Model/Table/SavedSearchesTable.php
@@ -844,6 +844,30 @@ class SavedSearchesTable extends Table
}
/**
+ * Filter only current mod... | Filter provided fields to only include current table's fields (task #<I>) | QoboLtd_cakephp-search | train | php |
659c0c2ca62d780bc638045b9eed2a53102d7378 | diff --git a/presto-raptor/src/test/java/com/facebook/presto/raptor/integration/TestRaptorIntegrationSmokeTestMySql.java b/presto-raptor/src/test/java/com/facebook/presto/raptor/integration/TestRaptorIntegrationSmokeTestMySql.java
index <HASH>..<HASH> 100644
--- a/presto-raptor/src/test/java/com/facebook/presto/raptor/... | Lower startup-grace-period for TestRaptorIntegrationSmokeTestMySql
TestRaptorIntegrationSmokeTestMySql is flaky due to long startup grace
period. Lower it to <I> seconds. | prestodb_presto | train | java |
d2db0418059ce0abb0d16f1b60e6912d70675d52 | diff --git a/egg/_gui.py b/egg/_gui.py
index <HASH>..<HASH> 100644
--- a/egg/_gui.py
+++ b/egg/_gui.py
@@ -2353,6 +2353,11 @@ class TreeDictionary(BaseObject):
def get_list_values(self, key):
"""
Returns the values for a list item of the specified key.
+
+ Parameters
+ -----... | Update _gui.py
Ability to get the list index from TreeDictionary combo box. | Spinmob_spinmob | train | py |
e9bc0dcae86d44665b643a8b873907ede7c78223 | diff --git a/scout/commands/load/load_database.py b/scout/commands/load/load_database.py
index <HASH>..<HASH> 100755
--- a/scout/commands/load/load_database.py
+++ b/scout/commands/load/load_database.py
@@ -52,7 +52,7 @@ def user(context, institute_id, user_name, user_mail):
"""Add a user to the database."""
... | Fixes type when loading a user from CLI. Fix #<I> | Clinical-Genomics_scout | train | py |
8328aea7d2c316b676bd6695b8a3d1a7701796f3 | diff --git a/language/parser/parser.go b/language/parser/parser.go
index <HASH>..<HASH> 100644
--- a/language/parser/parser.go
+++ b/language/parser/parser.go
@@ -667,14 +667,6 @@ func parseField(parser *Parser) (ast.Field, error) {
} else {
name = nameOrAlias
}
- var selectionSet ast.SelectionSet
- if peek(pars... | Fixed `TestParserParsesKitchenSink` test
- Order of which tokens are parsed are important
- Left 1 more failing `parser` test! | graphql-go_graphql | train | go |
09ed13b270ee7a87e027a8c8cb029d9552e5b46f | diff --git a/rinoh/layout.py b/rinoh/layout.py
index <HASH>..<HASH> 100644
--- a/rinoh/layout.py
+++ b/rinoh/layout.py
@@ -250,27 +250,15 @@ class ExpandingContainer(Container):
`width` and `right` parameters.
`max_height` is the maximum height this container can grow to."""
- height = Dimens... | ExpandingContainer.height was duplicating _cursor
Automatically calculate height from the cursor.
Fixes footnote container expansion. | brechtm_rinohtype | train | py |
9dfbdb871d03e46bdb7a8fdc39aa4c9b1053dfcd | diff --git a/Resources/public/js/src/module/application/form.js b/Resources/public/js/src/module/application/form.js
index <HASH>..<HASH> 100644
--- a/Resources/public/js/src/module/application/form.js
+++ b/Resources/public/js/src/module/application/form.js
@@ -116,24 +116,24 @@
var _bindEnhancements = function(f... | added option to include global date format for datepickers | orkestra_OrkestraApplicationBundle | train | js |
0387f70bfd2f4e923b028bec959bcccfd120e047 | diff --git a/frojd_fabric/recipes/django_frojd.py b/frojd_fabric/recipes/django_frojd.py
index <HASH>..<HASH> 100644
--- a/frojd_fabric/recipes/django_frojd.py
+++ b/frojd_fabric/recipes/django_frojd.py
@@ -1,3 +1,9 @@
-"""
-TODO: Create customized recipe for the frojd demo server
-"""
+from frojd_fabric.hooks import h... | Created recipe that includes django but adds a uwsgi restart | Frojd_Fabrik | train | py |
658da23d164eedd3ca214b292e31f244e648d647 | diff --git a/tests/includes/properties/class-papi-property-editor-test.php b/tests/includes/properties/class-papi-property-editor-test.php
index <HASH>..<HASH> 100644
--- a/tests/includes/properties/class-papi-property-editor-test.php
+++ b/tests/includes/properties/class-papi-property-editor-test.php
@@ -62,7 +62,6 @@... | Removed assertions test on code that dont exists any more | wp-papi_papi | train | php |
cd1cf1448f189c5523da4a0df96304c15564884b | diff --git a/packages/create-react-microservice/src/commands/default.spec.js b/packages/create-react-microservice/src/commands/default.spec.js
index <HASH>..<HASH> 100644
--- a/packages/create-react-microservice/src/commands/default.spec.js
+++ b/packages/create-react-microservice/src/commands/default.spec.js
@@ -497,1... | TASK: simplify new test for task #<I> | ImmoweltGroup_create-react-microservice | train | js |
de0a1f92655897d358023121eb4dfdf443cee641 | diff --git a/packages/cozy-pouch-link/src/PouchManager.js b/packages/cozy-pouch-link/src/PouchManager.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-pouch-link/src/PouchManager.js
+++ b/packages/cozy-pouch-link/src/PouchManager.js
@@ -116,12 +116,22 @@ export default class PouchManager {
() => this.startRe... | feat: Stop Start replication when device is online/offline | cozy_cozy-client | train | js |
33fd2fd85cb8a0d85036aa9f893e1d44d8850afd | diff --git a/tests/__init__.py b/tests/__init__.py
index <HASH>..<HASH> 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
import sys
+import os
from unittest import TestCase
PY3 = sys.version_info[0] == 3
@@ -27,3 +28,7 @@ class CleoTestCase(TestCase):
def moc... | Move open_fixtures() method to CleoTestCase class. | sdispater_cleo | train | py,py |
98550e1769591ff6583910305ea1d8fc6de522e9 | diff --git a/test/Insteon.js b/test/Insteon.js
index <HASH>..<HASH> 100644
--- a/test/Insteon.js
+++ b/test/Insteon.js
@@ -161,9 +161,33 @@ describe('Insteon Gateway (IP Interface)', function () {
});
});
+ it('emits \'close\' event', function(done) {
+ var gw = new Insteon();
+
+ gw.on('close', done);... | Add tests for 'close' and 'error' events | automategreen_home-controller | train | js |
041f56bd5ca479160fa3b12d05d09aa8c455c97d | diff --git a/dataviews/plotting/sheetplots.py b/dataviews/plotting/sheetplots.py
index <HASH>..<HASH> 100644
--- a/dataviews/plotting/sheetplots.py
+++ b/dataviews/plotting/sheetplots.py
@@ -153,7 +153,7 @@ class VectorFieldPlot(Plot):
max_magnitude = self._max_magnitude if self._max_magnitude else max(magnitu... | Fixed bug in VectorFieldPlot magnitude normalization
Division by zero error was raised when VectorField had zero magnitude,
normalization now skipped. | pyviz_holoviews | train | py |
1673be0722abd4b3e705da8e72c8d3be86cadadb | diff --git a/astropy_helpers/tests/test_setup_helpers.py b/astropy_helpers/tests/test_setup_helpers.py
index <HASH>..<HASH> 100644
--- a/astropy_helpers/tests/test_setup_helpers.py
+++ b/astropy_helpers/tests/test_setup_helpers.py
@@ -2,6 +2,7 @@ import os
import sys
import stat
import shutil
+import warnings
impor... | Handle expected deprecation warning when testing build_sphinx | astropy_astropy-helpers | train | py |
134263e9546ab78c91c24131a61ada7ce5e9d0d4 | diff --git a/src/Zicht/Bundle/PageBundle/Security/Voter/PageVoter.php b/src/Zicht/Bundle/PageBundle/Security/Voter/PageVoter.php
index <HASH>..<HASH> 100644
--- a/src/Zicht/Bundle/PageBundle/Security/Voter/PageVoter.php
+++ b/src/Zicht/Bundle/PageBundle/Security/Voter/PageVoter.php
@@ -30,7 +30,7 @@ class PageVoter ext... | Fix PageVoter not abstaining non-supported classes
# Conflicts:
# CHANGELOG.md
# src/Zicht/Bundle/PageBundle/Security/Voter/PageVoter.php | zicht_page-bundle | train | php |
7d44b9fa2d53c95cdd75a523e5a17264e93237e2 | diff --git a/pprofile.py b/pprofile.py
index <HASH>..<HASH> 100755
--- a/pprofile.py
+++ b/pprofile.py
@@ -611,8 +611,6 @@ class StatisticalThread(threading.Thread, ProfileRunnerBase):
def __exit__(self, exc_type, exc_val, exc_tb):
self.stop()
- self.profiler.total_time += time() - self._start_ti... | fixup! Populate total time when stopping StatisticalThread. | vpelletier_pprofile | train | py |
ce956505e3461e7c102217d008a0ad95bd7ed0e5 | diff --git a/lib/cube_solver/cube.rb b/lib/cube_solver/cube.rb
index <HASH>..<HASH> 100644
--- a/lib/cube_solver/cube.rb
+++ b/lib/cube_solver/cube.rb
@@ -133,7 +133,7 @@ module CubeSolver
def unpermuted_locations_for(type)
send(type).each_with_index.map do |cubie, location|
- location == permuted_... | Remove ternary operator, don't need it here | chrishunt_rubiks-cube | train | rb |
96dd78034edddac09389c1a230f8eb16e5611b29 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -9,7 +9,7 @@ var concat = require('gulp-concat');
//buildConfig:
var buildConf = require('./build.json');
-var sources = ['index.js','{component,application,helper,network,router,store,util,definition}/**/*'];
... | [build] build in ofcus-components. | KleeGroup_focus-core | train | js |
4fb338b27988d046ae3cdd11667d669b4f532594 | diff --git a/pkg/registry/core/service/storage/rest.go b/pkg/registry/core/service/storage/rest.go
index <HASH>..<HASH> 100644
--- a/pkg/registry/core/service/storage/rest.go
+++ b/pkg/registry/core/service/storage/rest.go
@@ -512,7 +512,7 @@ func (al *RESTAllocStuff) handleClusterIPsForUpdatedService(oldService *api.S... | Svc REST: rename releaseServiceClusterIP | kubernetes_kubernetes | train | go |
ea68f09f79c39c8041a8ebb85e46df03c8d24a31 | diff --git a/tests.py b/tests.py
index <HASH>..<HASH> 100644
--- a/tests.py
+++ b/tests.py
@@ -4,5 +4,24 @@ from preconditions import PreconditionError, preconditions
class InvalidPreconditionTests (TestCase):
- def test_varargs_in_precondition(self):
- self.assertRaises(PreconditionError, preconditions,... | Add tests for other precondition definition errors. | nejucomo_preconditions | train | py |
76a0ee98444fdf6593d6c592165db96a04aa1fc6 | diff --git a/ui/app/projects/directives/pnc-build-configurations/pncBuildConfigurations.js b/ui/app/projects/directives/pnc-build-configurations/pncBuildConfigurations.js
index <HASH>..<HASH> 100644
--- a/ui/app/projects/directives/pnc-build-configurations/pncBuildConfigurations.js
+++ b/ui/app/projects/directives/pnc-... | NCL-<I> Link method replaced by controller | project-ncl_pnc | train | js |
8793995f61d7dfa59e3510fe8643312ad97cd235 | diff --git a/src/Bridge/UserRepository.php b/src/Bridge/UserRepository.php
index <HASH>..<HASH> 100644
--- a/src/Bridge/UserRepository.php
+++ b/src/Bridge/UserRepository.php
@@ -32,8 +32,10 @@ class UserRepository implements UserRepositoryInterface
*/
public function getUserEntityByUserCredentials($username... | Customisable Authentication Model
users provider was set statically in the code. Changed to use one specified for api configuration | laravel_passport | train | php,php |
9c032a7548e34b3ae69e068acdb776b8b879863f | diff --git a/src/frontend/org/voltdb/iv2/MpProcedureTask.java b/src/frontend/org/voltdb/iv2/MpProcedureTask.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/iv2/MpProcedureTask.java
+++ b/src/frontend/org/voltdb/iv2/MpProcedureTask.java
@@ -139,6 +139,8 @@ public class MpProcedureTask extends ProcedureTas... | ENG-<I> flush mp queue for non-restartable (#<I>) | VoltDB_voltdb | train | java |
b63d880af5add7489f9f06cf5749e238292206cf | diff --git a/mmcv/runner/runner.py b/mmcv/runner/runner.py
index <HASH>..<HASH> 100644
--- a/mmcv/runner/runner.py
+++ b/mmcv/runner/runner.py
@@ -275,6 +275,7 @@ class Runner(object):
self.data_loader = data_loader
self.call_hook('before_train_epoch')
+ time.sleep(2) # Prevent possible dead... | Add sleep(2) during epoch transition (#<I>) | open-mmlab_mmcv | train | py |
0e5af57f6088f6de6cb2cedba627922de72aed8f | diff --git a/util/execdetails/execdetails.go b/util/execdetails/execdetails.go
index <HASH>..<HASH> 100644
--- a/util/execdetails/execdetails.go
+++ b/util/execdetails/execdetails.go
@@ -193,7 +193,7 @@ func (d ExecDetails) ToZapFields() (fields []zap.Field) {
fields = append(fields, zap.String(strings.ToLower(Proce... | log: tiny fix for expensive query log in execute detail (#<I>) | pingcap_tidb | train | go |
5b2b138d24d4370c7bdc8d7e2a230479e569a0bd | diff --git a/libcontainer/container_linux.go b/libcontainer/container_linux.go
index <HASH>..<HASH> 100644
--- a/libcontainer/container_linux.go
+++ b/libcontainer/container_linux.go
@@ -379,6 +379,8 @@ func (c *linuxContainer) start(process *Process) error {
}
func (c *linuxContainer) Signal(s os.Signal, all bool)... | Synchronize the call to linuxContainer.Signal()
linuxContainer.Signal() can race with another call to say Destroy()
which clears the container's initProcess. This can cause a nil pointer
dereference in Signal().
This patch will synchronize Signal() and Destroy() by grabbing the
container's mutex as part of the Signal... | opencontainers_runc | train | go |
d60e9fa8c2e76815382865ac97ed0f2c593c0647 | diff --git a/src/toil/cwl/cwltoil.py b/src/toil/cwl/cwltoil.py
index <HASH>..<HASH> 100755
--- a/src/toil/cwl/cwltoil.py
+++ b/src/toil/cwl/cwltoil.py
@@ -117,7 +117,7 @@ def resolve_indirect(d):
if isinstance(v, StepValueFrom):
ev[k] = v.do_eval(res, res[k])
else:
- ... | CWL: fix typo in resolve_indirect
`resolve_indirect` translates tuples (keyword, dictionary) into context
specific dictionaries for CWL jobs. When a set of values had both values
that needed evaluation and indirect tuples, the evaluation logic would
get non-eval objects from the original dictionary (`d`) instead of th... | DataBiosphere_toil | train | py |
ba6d862653154bb2a3e728abb198a3c52b73572c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ builtin_plugins = [
'AssertionRewritingImporter = contexts.plugins.importing.assertion_rewriting:AssertionRewritingImporter',
'DecoratorBasedIdentifier = contexts.plugins.identification.decorators:Deco... | Fixing plugin name in setup.py | benjamin-hodgson_Contexts | train | py |
6f702aeacfd034475a8f4c571f8b4ca6c2ee8760 | diff --git a/guides/_plugins/api_doc.rb b/guides/_plugins/api_doc.rb
index <HASH>..<HASH> 100644
--- a/guides/_plugins/api_doc.rb
+++ b/guides/_plugins/api_doc.rb
@@ -23,9 +23,9 @@ module GraphQLSite
def link_to_img(img_path, img_title)
full_img_path = "#{@context.registers[:site].baseurl}#{img_path}"
... | Remove indentation from heredoc so markdown doesn't treat it like code | rmosolgo_graphql-ruby | train | rb |
1d2c96ad5e90e41259595fd49bdd082ce812c393 | diff --git a/pkg/kubelet/images/image_manager_test.go b/pkg/kubelet/images/image_manager_test.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/images/image_manager_test.go
+++ b/pkg/kubelet/images/image_manager_test.go
@@ -145,8 +145,9 @@ func TestParallelPuller(t *testing.T) {
cases := pullerTestCases()
+ useSer... | Improve readability for image manager tests
Use named variables so boolean arguments are more readable. | kubernetes_kubernetes | train | go |
63914560240cd72a48b881620c6890244d2a48db | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,15 +1,14 @@
#!/usr/bin/env python
from setuptools import setup
-from smr.version import __version__
setup(
name='smr',
- version=__version__,
+ version='0.0.1',
description='SMR (Simple Map Reduce) is a... | duplicate version in setup.py for now | 50onRed_smr | train | py |
4ae1688561b9af94d9f8649b447609239253fdd0 | diff --git a/cherrypy/wsgiserver/__init__.py b/cherrypy/wsgiserver/__init__.py
index <HASH>..<HASH> 100644
--- a/cherrypy/wsgiserver/__init__.py
+++ b/cherrypy/wsgiserver/__init__.py
@@ -1690,6 +1690,14 @@ class CherryPyWSGIServer(object):
"""Accept a new connection and put it on the Queue."""
try:
... | fix for ticket #<I>, CherryPy crashes if socket.accept() does not return a remote address | cherrypy_cheroot | train | py |
469a90e97a000f23f2ab0bf494cdc8e1480a3dfa | diff --git a/pkg/test/server.go b/pkg/test/server.go
index <HASH>..<HASH> 100644
--- a/pkg/test/server.go
+++ b/pkg/test/server.go
@@ -92,9 +92,18 @@ func RunAccessLogServer(ctx context.Context, als *AccessLogService, port uint) {
grpcServer.GracefulStop()
}
+const grpcMaxConcurrentStreams = 1000000
+
// RunManag... | add note for max streams (#<I>) | envoyproxy_go-control-plane | train | go |
ba21c25061e1f1262312a2cd44c336bf76972f76 | diff --git a/tcod/bsp.py b/tcod/bsp.py
index <HASH>..<HASH> 100644
--- a/tcod/bsp.py
+++ b/tcod/bsp.py
@@ -207,16 +207,16 @@ class BSP(object):
.. versionadded:: 8.3
"""
- levels = [[self]] # type: List[List['BSP']]
+ levels = [] # type: List[List['BSP']]
next = [self] # type:... | Slightly better inverted_level_order implementation. | libtcod_python-tcod | train | py |
a78092583fa021f65421dfd5f7045262dc218453 | diff --git a/aiohttp/multipart.py b/aiohttp/multipart.py
index <HASH>..<HASH> 100644
--- a/aiohttp/multipart.py
+++ b/aiohttp/multipart.py
@@ -252,12 +252,8 @@ class BodyPartReader(object):
if self._at_eof:
return b''
data = bytearray()
- if self._length is None:
- while... | do not use readline when reading the content of a part in the multipart reader | aio-libs_aiohttp | train | py |
a806cad9ce8560a17732fc13dd12b02ebdabedef | diff --git a/server/src/main/java/com/orientechnologies/orient/server/tx/OTransactionRecordProxy.java b/server/src/main/java/com/orientechnologies/orient/server/tx/OTransactionRecordProxy.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/com/orientechnologies/orient/server/tx/OTransactionRecordProxy.java
+++ ... | Changed void method for call in chain | orientechnologies_orientdb | train | java |
e27254906beee371ff046557bf4c1293f2011885 | diff --git a/src/de/mrapp/android/validation/validators/DisjunctiveValidator.java b/src/de/mrapp/android/validation/validators/DisjunctiveValidator.java
index <HASH>..<HASH> 100644
--- a/src/de/mrapp/android/validation/validators/DisjunctiveValidator.java
+++ b/src/de/mrapp/android/validation/validators/DisjunctiveVali... | Added a method, which allows to retrieve the single validators, the validator consists of. | michael-rapp_AndroidMaterialValidation | train | java |
ff70d93c40b95a4fe90e19a55a198b1eed27b021 | diff --git a/src/main/java/org/openhim/mediator/engine/connectors/HTTPConnector.java b/src/main/java/org/openhim/mediator/engine/connectors/HTTPConnector.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/openhim/mediator/engine/connectors/HTTPConnector.java
+++ b/src/main/java/org/openhim/mediator/engine/connect... | Remove verbose warning
Very verbose with heartbeats | jembi_openhim-mediator-engine-java | train | java |
a0551a751eadf79f076e6e7235f1403df5a94e33 | diff --git a/compiler/statements.go b/compiler/statements.go
index <HASH>..<HASH> 100644
--- a/compiler/statements.go
+++ b/compiler/statements.go
@@ -203,18 +203,24 @@ func (c *funcContext) translateStmt(stmt ast.Stmt, label string) {
case *types.Chan:
okVar := c.newIdent(c.newVariable("_ok"), types.Typ[types... | go<I>: fixed "range c {" for channels | gopherjs_gopherjs | train | go |
602485522b644b36ac091200032e55ad0bd5a94d | diff --git a/lib/dragonfly/app.rb b/lib/dragonfly/app.rb
index <HASH>..<HASH> 100644
--- a/lib/dragonfly/app.rb
+++ b/lib/dragonfly/app.rb
@@ -32,6 +32,7 @@ module Dragonfly
end
@server = Server.new(self)
@job_definitions = JobDefinitions.new
+ @content_filename = Dragonfly::Response::DEFAULT_... | seems a bit hacky still but restored content_filename behaviour | markevans_dragonfly | train | rb |
bb4245ed56791b6af2eecc0a69ee468514525e67 | diff --git a/Classes/Neos/Neos/Ui/Domain/Model/Changes/AbstractCreate.php b/Classes/Neos/Neos/Ui/Domain/Model/Changes/AbstractCreate.php
index <HASH>..<HASH> 100644
--- a/Classes/Neos/Neos/Ui/Domain/Model/Changes/AbstractCreate.php
+++ b/Classes/Neos/Neos/Ui/Domain/Model/Changes/AbstractCreate.php
@@ -162,9 +162,9 @@ a... | BUGFIX: when creating new documents, directly show the newly created document
without this change, the ContentCanvas stayed empty because the node was not
yet loaded, and thus no URL could be determined. | neos_neos-ui | train | php |
38583363f1070103852148101051915a7549a612 | diff --git a/src/test/java/integration/ScreenshotTest.java b/src/test/java/integration/ScreenshotTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/integration/ScreenshotTest.java
+++ b/src/test/java/integration/ScreenshotTest.java
@@ -20,9 +20,7 @@ import static com.codeborne.selenide.WebDriverRunner.getWebDriv... | Selenide mixes names of screenshots in case of parallel run #<I> | selenide_selenide | train | java |
6f2e426201f223b0178d966c340a5127bf36ab3c | diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py
index <HASH>..<HASH> 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -947,7 +947,7 @@ class X509Req(object):
def sign(self, pkey, digest):
"""
- Sign the certificate signing request using the supplied key and digest.
+ Sign the c... | Consistency between all three sign methods | pyca_pyopenssl | train | py |
9259e78f31f4c5f8faed6691341c283c262ec84b | diff --git a/lib/fastr/deferrable.rb b/lib/fastr/deferrable.rb
index <HASH>..<HASH> 100644
--- a/lib/fastr/deferrable.rb
+++ b/lib/fastr/deferrable.rb
@@ -23,6 +23,10 @@ module Fastr
EM.defer(operation, callback)
end
+ def closed(&cb)
+ self.errback(&cb)
+ end
+
def finish
s... | Added closed callback for deferrable responses. | chrismoos_fastr | train | rb |
4d7e7c101097df594a524f5da0a75aacc38695d7 | diff --git a/example/bootstrap/start.php b/example/bootstrap/start.php
index <HASH>..<HASH> 100644
--- a/example/bootstrap/start.php
+++ b/example/bootstrap/start.php
@@ -17,7 +17,15 @@ $app->setRouter (include ('router.php'));
\Neuron\Config::folder (__DIR__ . '/../config/');
// Optionally, set an environment
-\Ne... | Using hostname for environment selection in example. | CatLabInteractive_Neuron | train | php |
235b0b909cf928cdde1cbc320d751373322c8c0c | diff --git a/src/Service/ActivityMonitor.php b/src/Service/ActivityMonitor.php
index <HASH>..<HASH> 100644
--- a/src/Service/ActivityMonitor.php
+++ b/src/Service/ActivityMonitor.php
@@ -330,7 +330,7 @@ class ActivityMonitor
// If the activity failed, show the complete log.
$st... | Use log stream in waitMultiple()
The activity 'log' property is deprecated. | platformsh_platformsh-cli | train | php |
c0f5b38647c507f80bbaff5c26a2b43a19ed8e9a | diff --git a/pkg/controller/route/routecontroller.go b/pkg/controller/route/routecontroller.go
index <HASH>..<HASH> 100644
--- a/pkg/controller/route/routecontroller.go
+++ b/pkg/controller/route/routecontroller.go
@@ -214,12 +214,13 @@ func (rc *RouteController) updateNetworkingCondition(nodeName types.NodeName, ro
... | Fix Judgment statement
The 'i' can not be equal to updateNodeStatusMaxRetries in
updateNetworkingCondition(), and can not get error.
Let's update it. | kubernetes_kubernetes | train | go |
8100f17382a836f111d70bf6c5ba285f8989e755 | diff --git a/dropwizard-health/src/main/java/io/dropwizard/health/ScheduledHealthCheck.java b/dropwizard-health/src/main/java/io/dropwizard/health/ScheduledHealthCheck.java
index <HASH>..<HASH> 100644
--- a/dropwizard-health/src/main/java/io/dropwizard/health/ScheduledHealthCheck.java
+++ b/dropwizard-health/src/main/j... | Append value of counter instead of toString output | dropwizard_dropwizard | train | java |
d8b94b529676cc8dac94d3de209a55c99ee39cf2 | diff --git a/ca/django_ca/models.py b/ca/django_ca/models.py
index <HASH>..<HASH> 100644
--- a/ca/django_ca/models.py
+++ b/ca/django_ca/models.py
@@ -60,7 +60,7 @@ class Watcher(models.Model):
@classmethod
def from_addr(cls, addr):
name = None
- match = re.match('(.*?)\s*<(.*)>', addr)
+ ... | make this a regex literal to avoid deprecation warnings in Python <I> | mathiasertl_django-ca | train | py |
4a06a8858ce6e4e6e38afc5ad93b1cd4d9e3c33b | diff --git a/packages/xod-js/src/transpiler.js b/packages/xod-js/src/transpiler.js
index <HASH>..<HASH> 100644
--- a/packages/xod-js/src/transpiler.js
+++ b/packages/xod-js/src/transpiler.js
@@ -139,7 +139,12 @@ const createConstants = R.curry((project, nodes) =>
// :: Patch -> Patch
const clearNodeBoundValues = R.ov... | tweak(xod-js): ensure that nodes have correct boundValues | xodio_xod | train | js,js |
2b17988cb782429faf95d474142008006a373db9 | diff --git a/lib/Cake/TestSuite/CakeTestLoader.php b/lib/Cake/TestSuite/CakeTestLoader.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/TestSuite/CakeTestLoader.php
+++ b/lib/Cake/TestSuite/CakeTestLoader.php
@@ -55,7 +55,7 @@ class CakeTestLoader extends PHPUnit_Runner_StandardTestSuiteLoader {
} elseif (!empty($para... | Fixed small typo in CakeTestLoader.php. | cakephp_cakephp | train | php |
4e3a8cc4dd57ea01b6718caf10f2d93b1e820ce9 | diff --git a/eZ/Bundle/EzPublishCoreBundle/Tests/ConfigResolverTest.php b/eZ/Bundle/EzPublishCoreBundle/Tests/ConfigResolverTest.php
index <HASH>..<HASH> 100644
--- a/eZ/Bundle/EzPublishCoreBundle/Tests/ConfigResolverTest.php
+++ b/eZ/Bundle/EzPublishCoreBundle/Tests/ConfigResolverTest.php
@@ -36,10 +36,11 @@ class Con... | Fixed: wrong initialization of the ConfigResolver in unit tests | ezsystems_ezpublish-kernel | train | php |
7d8bbae5c427001645304d6ca4afe7e0eddc2f2a | diff --git a/angular-multi-select.js b/angular-multi-select.js
index <HASH>..<HASH> 100644
--- a/angular-multi-select.js
+++ b/angular-multi-select.js
@@ -444,7 +444,7 @@ angular.module( 'multi-select', ['ng'] ).directive( 'multiSelect' , [ '$sce', '$
if ( e.type === 'click' || e.type === 'touchend' ... | Fixed a bug with if statement
Added an if statement closing brace | alexandernst_angular-multi-select | train | js |
f7c65002bcf5855bb1d9cfc03104d140016b87ef | diff --git a/src/java/voldemort/store/logging/LoggingStore.java b/src/java/voldemort/store/logging/LoggingStore.java
index <HASH>..<HASH> 100644
--- a/src/java/voldemort/store/logging/LoggingStore.java
+++ b/src/java/voldemort/store/logging/LoggingStore.java
@@ -128,9 +128,9 @@ public class LoggingStore<K, V, T> extend... | Reduce verbosity for access logs in LoggingStore | voldemort_voldemort | train | java |
ecca3b1da95f0e621b04ec461e2f8c3f4405289f | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ If you get errors, check the following things:
"""
setup(name='CleanerVersion',
- version='1.2.2',
+ version='1.2.3',
description='A versioning solution for relational data models',
l... | Bump minor version number to <I> | swisscom_cleanerversion | train | py |
1f4c8ffbc2815a58bda5c7e7a91012b17073978b | diff --git a/test/extended/cmd/cmd.go b/test/extended/cmd/cmd.go
index <HASH>..<HASH> 100644
--- a/test/extended/cmd/cmd.go
+++ b/test/extended/cmd/cmd.go
@@ -111,7 +111,7 @@ var _ = g.Describe("[Suite:openshift/test-cmd][Serial][Disruptive] test-cmd:", f
{Name: "TEST_NAME", Value: currFilename[0 : len(currFilena... | run the e2e-cmd pods longer | openshift_origin | train | go |
41b49cb6fbdba7bf82f2c8b16c302819022d3b6e | diff --git a/lib/devise_security_extension/models/password_archivable.rb b/lib/devise_security_extension/models/password_archivable.rb
index <HASH>..<HASH> 100644
--- a/lib/devise_security_extension/models/password_archivable.rb
+++ b/lib/devise_security_extension/models/password_archivable.rb
@@ -49,10 +49,10 @@ modul... | Fixed crash when there is no password_salts column. | phatworx_devise_security_extension | train | rb |
b5b610035ce846b067e39a1b5bcecd034ef8fe66 | diff --git a/tests/test_base.py b/tests/test_base.py
index <HASH>..<HASH> 100755
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -102,8 +102,8 @@ class TestNodemeta(object):
c = Consul()
for r in _should_support_node_meta(c):
assert r().params == []
- assert r(node_meta={'... | Ensure order doesn't affect node_meta unittest | cablehead_python-consul | train | py |
fc47e79d035278db52d065c3d15bc4ba8f225680 | diff --git a/lib/overcommit/hook_runner.rb b/lib/overcommit/hook_runner.rb
index <HASH>..<HASH> 100644
--- a/lib/overcommit/hook_runner.rb
+++ b/lib/overcommit/hook_runner.rb
@@ -89,7 +89,7 @@ module Overcommit
end
rescue => ex
status = :fail
- output = "Hook raised unexpected error\n#{e... | Include backtrace in exceptions raised by hooks
This makes it easier to debug the underlying problem, which is usually
what you want to do.
Change-Id: Ic<I>c<I>f<I>f6be4eca<I>dbf<I>d<I>d<I>d3d4db
Reviewed-on: <URL> | sds_overcommit | train | rb |
c3f4548a2aa2699a753c9c8e553718154d3411d7 | diff --git a/ArgusWeb/app/js/directives/charts/lineChart.js b/ArgusWeb/app/js/directives/charts/lineChart.js
index <HASH>..<HASH> 100644
--- a/ArgusWeb/app/js/directives/charts/lineChart.js
+++ b/ArgusWeb/app/js/directives/charts/lineChart.js
@@ -76,8 +76,18 @@ angular.module('argus.directives.charts.lineChart', [])
... | Fix an undefined yaxis/yAxis issue and cover all combinitions of yaxis/yAxis.min/max | salesforce_Argus | train | js |
d568b3a647f0f53d0a609f1352131fb9e329170e | diff --git a/app/models/group.rb b/app/models/group.rb
index <HASH>..<HASH> 100644
--- a/app/models/group.rb
+++ b/app/models/group.rb
@@ -47,11 +47,6 @@ class Group < ActiveRecord::Base
name
end
- def name_with_path
- return name if ancestors.empty?
- "#{name} [#{ancestors.join ' > '}]"
- end
-
de... | Remove unused method
name_with_path is now implemented in GroupLister::ListedGroup, as it's
only used when listing groups in the selector. | ministryofjustice_peoplefinder | train | rb |
86b835b559791c7d080d17b2762d96143e195021 | diff --git a/hanlp/common/component.py b/hanlp/common/component.py
index <HASH>..<HASH> 100644
--- a/hanlp/common/component.py
+++ b/hanlp/common/component.py
@@ -513,6 +513,8 @@ class KerasComponent(Component, ABC):
export_dir = self.export_model_for_serving(export_dir, show_hint=False, overwrite=overwrite)
... | hints for inputs of exported model | hankcs_HanLP | train | py |
64300d765d95abbb5c28e62de3892abcf9ec006d | diff --git a/lib/restforce/concerns/api.rb b/lib/restforce/concerns/api.rb
index <HASH>..<HASH> 100644
--- a/lib/restforce/concerns/api.rb
+++ b/lib/restforce/concerns/api.rb
@@ -395,7 +395,11 @@ module Restforce
#
# Returns the Restforce::SObject sobject record.
def find(sobject, id, field = nil)
... | some workarounds for robocop. | restforce_restforce | train | rb |
f2968eaba6c45a2cc81a29034b0b88bc7a2a4f7a | diff --git a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ButtonRenderer.php b/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ButtonRenderer.php
index <HASH>..<HASH> 100644
--- a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ButtonRenderer.php
+++ b/s... | Add id to toggler urls again
They were accidentally removed when splitting out the ButtonRenderer | contao-community-alliance_dc-general | train | php |
911cad381009a7a7dbe2723af37ddc5f96c2408b | diff --git a/lib/chef/provider/lwrp_base.rb b/lib/chef/provider/lwrp_base.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/provider/lwrp_base.rb
+++ b/lib/chef/provider/lwrp_base.rb
@@ -84,7 +84,6 @@ class Chef
provider_class = nil
provider_name = filename_to_qualified_string(cookbook_name, filename)
-... | Updates based on PR comments. | chef_chef | train | rb,rb |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.