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 |
|---|---|---|---|---|---|
0309b7202170e73e6dab541f6321706c7b8d1083 | diff --git a/zappa/handler.py b/zappa/handler.py
index <HASH>..<HASH> 100644
--- a/zappa/handler.py
+++ b/zappa/handler.py
@@ -258,7 +258,7 @@ class LambdaHandler(object):
Support S3, SNS, DynamoDB and kinesis events
"""
if 's3' in record:
- return record['s3']['configurationId']
+... | * set the funk name to <project-name>:<event_function>
* changed the get_function_for_aws_event to returen the function part of the
record['s3']['configurationId'] | Miserlou_Zappa | train | py,py |
aba64e12a64d1dc28190565176ef9377494547f9 | diff --git a/tasks/utils.js b/tasks/utils.js
index <HASH>..<HASH> 100644
--- a/tasks/utils.js
+++ b/tasks/utils.js
@@ -39,7 +39,7 @@ module.exports.getRevision = function(cb) {
};
module.exports.getConfigFor = function(prop) {
- return deployConfig[prop] && deployConfig[prop][env()];
+ return deployConfig[prop] &... | allow environment agnostic config | productboard_webpack-deploy | train | js |
836b5f9308c7eb572929a840ec52f90191d9dcb1 | diff --git a/lojix/wam/src/main/com/thesett/aima/logic/fol/wam/compiler/WAMInstruction.java b/lojix/wam/src/main/com/thesett/aima/logic/fol/wam/compiler/WAMInstruction.java
index <HASH>..<HASH> 100644
--- a/lojix/wam/src/main/com/thesett/aima/logic/fol/wam/compiler/WAMInstruction.java
+++ b/lojix/wam/src/main/com/these... | Added access to the pretty version of instruction mnemonics. | rupertlssmith_lojix | train | java |
45829d0b3c7050b97a72494c68d8aff9c43996b2 | diff --git a/hooks/after_prepare_android.js b/hooks/after_prepare_android.js
index <HASH>..<HASH> 100644
--- a/hooks/after_prepare_android.js
+++ b/hooks/after_prepare_android.js
@@ -54,7 +54,7 @@ if (platformDir) {
}
if (!fs.existsSync(manifestFile)) {
- throw new Error("! Can't find the AndroidManifest.xml... | refactor(hooks): better error message | nearit_Cordova-SDK | train | js |
320cfd18121ad32a67a613119a437012514c784b | diff --git a/config.js b/config.js
index <HASH>..<HASH> 100644
--- a/config.js
+++ b/config.js
@@ -38,5 +38,10 @@ config.get = function(name, type) {
logger.logerror(err.name + ': ' + err.message);
}
}
- return results;
+ // Pass arrays by value to prevent config being modified accident... | Pass config results by value to prevent them from being overwritten | haraka_Haraka | train | js |
88966583f7303d6d3fa2a3fd69a8793694878521 | diff --git a/lib/sinja/version.rb b/lib/sinja/version.rb
index <HASH>..<HASH> 100644
--- a/lib/sinja/version.rb
+++ b/lib/sinja/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Sinja
- VERSION = '1.2.0.pre1'
+ VERSION = '1.2.0.pre2'
end | Bump to <I>.pre2 | mwpastore_sinja | train | rb |
6b0c1bfb57a36d5c25feb849701f4f1b5877bad2 | diff --git a/lxd/device/nic_routed.go b/lxd/device/nic_routed.go
index <HASH>..<HASH> 100644
--- a/lxd/device/nic_routed.go
+++ b/lxd/device/nic_routed.go
@@ -23,8 +23,14 @@ type nicRouted struct {
deviceCommon
}
-func (d *nicRouted) CanHotPlug() (bool, []string) {
- return false, []string{"limits.ingress", "limit... | lxd/device/nic/routed: Splits CanHotPlug function into new CanHotPlug and UpdatableFields functions | lxc_lxd | train | go |
bad9a0307e95052b973ad05fb321f386b7a3bff5 | diff --git a/lib/OpenLayers/Feature/WFS.js b/lib/OpenLayers/Feature/WFS.js
index <HASH>..<HASH> 100644
--- a/lib/OpenLayers/Feature/WFS.js
+++ b/lib/OpenLayers/Feature/WFS.js
@@ -24,6 +24,13 @@ OpenLayers.Feature.WFS.prototype =
this.layer.addMarker(this.marker);
}
},
+
+ destroy: ... | on destroy() of a WFS feature, remove its marker
git-svn-id: <URL> | openlayers_openlayers | train | js |
791f482dcb320f48cf950c4b2c6047d1981a8f67 | diff --git a/redis/__init__.py b/redis/__init__.py
index <HASH>..<HASH> 100644
--- a/redis/__init__.py
+++ b/redis/__init__.py
@@ -37,7 +37,7 @@ def int_or_str(value):
return value
-__version__ = "4.0.1"
+__version__ = "4.0.2"
VERSION = tuple(map(int_or_str, __version__.split('.')))
diff --git a/redis... | Better removal of hiredis warning (#<I>) | andymccurdy_redis-py | train | py,py |
f0d4d197b18f31020ab5657b4707e02bed74b41d | diff --git a/lib/active_record/connection_adapters/ovirt_postgresql_adapter.rb b/lib/active_record/connection_adapters/ovirt_postgresql_adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/active_record/connection_adapters/ovirt_postgresql_adapter.rb
+++ b/lib/active_record/connection_adapters/ovirt_postgresql_adapter.rb
@... | Pass in a connection when initializing pg adapter
On ActiveRecord <I>+ the `ConnectionAdapters::PostgreSQLAdapter#initialize` expects to be passed in a valid postgres connection, where previous versions expected this to be `nil`. | ManageIQ_ovirt_metrics | train | rb |
cf8fa90c25212d7c8d9f18ea58bff75b517d5187 | diff --git a/src/components/input.js b/src/components/input.js
index <HASH>..<HASH> 100644
--- a/src/components/input.js
+++ b/src/components/input.js
@@ -65,22 +65,27 @@ export default class Input extends React.Component {
*/
validate() {
+ /* istanbul ignore next */
return this.refs.unboundInput.vali... | Add Ignore Code Coverage, Public Function In Input (#<I>)
Add Ignore code coverage to public functions in Input component because
those functions are just returning the results from UnboundInput's
public functions so testing those will only be testing the results of
functions which are already been tested. | frig-js_frig | train | js |
30e529f9990033a51ec230f6dcbac4d6ac86f7b4 | diff --git a/lib/rally_api/version.rb b/lib/rally_api/version.rb
index <HASH>..<HASH> 100644
--- a/lib/rally_api/version.rb
+++ b/lib/rally_api/version.rb
@@ -4,5 +4,5 @@
#of the applicable Subscription Agreement between your company and
#Rally Software Development Corp.
module RallyAPI
- VERSION = "0.9.2"
+ VERSI... | Rev to <I> change to add params to url for update method | RallyTools_RallyRestToolkitForRuby | train | rb,rb |
6f530411aa2f48487dee713fdb32b4bf798fb919 | diff --git a/etc/reset.py b/etc/reset.py
index <HASH>..<HASH> 100755
--- a/etc/reset.py
+++ b/etc/reset.py
@@ -118,10 +118,10 @@ def find_in_json(j, f):
def print_status(status):
print("===> {}".format(status))
-def run(cmd, *args, raise_on_error=True, stdin=None, capture_output=False):
+def run(cmd, *args, rai... | Set a timeout and automatically confirm when deleting pachyderm resources | pachyderm_pachyderm | train | py |
668d495821aa4ebb74f61ee5b63b82417ac5a533 | diff --git a/presto-hive/src/main/java/com/facebook/presto/hive/HiveWriteUtils.java b/presto-hive/src/main/java/com/facebook/presto/hive/HiveWriteUtils.java
index <HASH>..<HASH> 100644
--- a/presto-hive/src/main/java/com/facebook/presto/hive/HiveWriteUtils.java
+++ b/presto-hive/src/main/java/com/facebook/presto/hive/H... | get raw filesystem should consider CachingFileSystem | prestodb_presto | train | java |
77e66c195b161d31373479060e21aa737b48557f | diff --git a/pyradigm/base.py b/pyradigm/base.py
index <HASH>..<HASH> 100644
--- a/pyradigm/base.py
+++ b/pyradigm/base.py
@@ -15,6 +15,11 @@ from warnings import warn
import numpy as np
+class PyradigmException(Exception):
+ """Custom exception to highlight pyradigm-specific issues."""
+ pass
+
+
def is_it... | pyradigm's custom exception | raamana_pyradigm | train | py |
857e5773abcde0bff80270d0982ec94080f7f637 | diff --git a/Lib/AssetConfig.php b/Lib/AssetConfig.php
index <HASH>..<HASH> 100644
--- a/Lib/AssetConfig.php
+++ b/Lib/AssetConfig.php
@@ -47,7 +47,7 @@ class AssetConfig {
public $constantMap = array(
'APP/' => APP,
'WEBROOT/' => WWW_ROOT,
- 'ROOT/' => ROOT
+ 'ROOT' => ROOT
);
const FILTERS = 'filters'... | Remove trailing / from ROOT
The constant doesn't contain a / neither should the replacement.
Refs #<I> | markstory_asset_compress | train | php |
f14014be9cec2778b0124c2f4a435e76205924c5 | diff --git a/opentracing-api/src/main/java/io/opentracing/Tracer.java b/opentracing-api/src/main/java/io/opentracing/Tracer.java
index <HASH>..<HASH> 100644
--- a/opentracing-api/src/main/java/io/opentracing/Tracer.java
+++ b/opentracing-api/src/main/java/io/opentracing/Tracer.java
@@ -68,7 +68,7 @@ public interface Tr... | Fix Javadoc withChildOf -> asChildOf (#<I>) | opentracing_opentracing-java | train | java |
999ce55a6a4a0b13663d8e0bd53a050befaebd26 | diff --git a/galpy/util/bovy_plot.py b/galpy/util/bovy_plot.py
index <HASH>..<HASH> 100644
--- a/galpy/util/bovy_plot.py
+++ b/galpy/util/bovy_plot.py
@@ -1162,11 +1162,15 @@ def scatterplot(x,y,*args,**kwargs):
if kwargs.has_key('onedhistxweights'):
onedhistxweights= kwargs['onedhistxweights']
k... | better handling of weights in scatterplot | jobovy_galpy | train | py |
a85a287387a5bcc9463b1e8c02ff170915178c08 | diff --git a/src/consumer/runner.js b/src/consumer/runner.js
index <HASH>..<HASH> 100644
--- a/src/consumer/runner.js
+++ b/src/consumer/runner.js
@@ -1,6 +1,8 @@
const createRetry = require('../retry')
const { KafkaJSError } = require('../errors')
+const isTestMode = process.env.NODE_ENV === 'test'
+
const isReba... | Don't wait for consumers to shutdown when running in test mode | tulios_kafkajs | train | js |
98ff7edd2aabfa06b96f2ecabba46b84f8fcf7ef | diff --git a/tests/settings.py b/tests/settings.py
index <HASH>..<HASH> 100755
--- a/tests/settings.py
+++ b/tests/settings.py
@@ -17,6 +17,8 @@ DATABASES = {
SECRET_KEY = 'fn)t*+$)ugeyip6-#txyy$5wf2ervc0d2n#h)qb)y5@ly$t*@w'
INSTALLED_APPS = (
+ 'django.contrib.staticfiles',
+
# rest framework
'res... | Added django.contrib.staticfiles in tests.settings | djangonauts_django-rest-framework-gis | train | py |
be13b992e9fac584fe12886d2fe3a75cc7550fa3 | diff --git a/src/DataApi/Sections/InteractionsSection.php b/src/DataApi/Sections/InteractionsSection.php
index <HASH>..<HASH> 100644
--- a/src/DataApi/Sections/InteractionsSection.php
+++ b/src/DataApi/Sections/InteractionsSection.php
@@ -38,15 +38,16 @@ class InteractionsSection extends Section
* @param string $ite... | fix missing attributes in method insertInteraction in interaction section | DataBreakers_php-data-api-client | train | php |
cf4ec8fa453b4426fa6ca4a2df3c2fdd269ca820 | diff --git a/test/basic_test.js b/test/basic_test.js
index <HASH>..<HASH> 100644
--- a/test/basic_test.js
+++ b/test/basic_test.js
@@ -6,6 +6,7 @@ var expect = require('expect.js');
var utils = require('./utils');
var loader = require('../index.js');
+/* global describe, it */
describe('svg-jsx-loader', function()... | ESLint warns about undefined globals in tests | janjakubnanista_svg-jsx-loader | train | js |
31a974281eb40425031d538d91bb949ca49a41a0 | diff --git a/src/Resources/Environment.php b/src/Resources/Environment.php
index <HASH>..<HASH> 100644
--- a/src/Resources/Environment.php
+++ b/src/Resources/Environment.php
@@ -83,6 +83,7 @@ class Environment extends BaseSystemResource
$result['platform']['install_path'] = base_path() . DIRECTORY_SEP... | DP-<I> Test datasource connection upon service creation
- add app_debug to environment endpoint | dreamfactorysoftware_df-system | train | php |
c1596b504ecd7e7706bed1052e305ce94143463b | diff --git a/sgp4/ext.py b/sgp4/ext.py
index <HASH>..<HASH> 100644
--- a/sgp4/ext.py
+++ b/sgp4/ext.py
@@ -470,13 +470,11 @@ def rv2coe(r, v, mu):
* --------------------------------------------------------------------------- */
"""
-def jday(
- year, mon, day, hr, minute, sec,
- ):
+def jday(year, m... | Replace floor() with native // in jday() | brandon-rhodes_python-sgp4 | train | py |
0a326df6bf9bd8c6373f043f026c5fc90d74bf30 | diff --git a/Kwf/Assets/Modernizr/Dependency.php b/Kwf/Assets/Modernizr/Dependency.php
index <HASH>..<HASH> 100644
--- a/Kwf/Assets/Modernizr/Dependency.php
+++ b/Kwf/Assets/Modernizr/Dependency.php
@@ -80,6 +80,9 @@ class Kwf_Assets_Modernizr_Dependency extends Kwf_Assets_Dependency_Abstract
$ret = file_get_c... | Modernizr Dependency: remove comments containing selected tests
For every test the following was added in the build:
/*!
{
"name": "CSS Media Queries",
"caniuse": "css-mediaqueries",
"property": "mediaqueries",
"tags": ["css"],
"builderAliases": ["css_mediaqueries"]
}
!*/
this regexp removes it | koala-framework_koala-framework | train | php |
c3c71f8ab07ccd27f1568e855d8ae3a6bb09890c | diff --git a/test/createLogicMiddleware-latest.spec.js b/test/createLogicMiddleware-latest.spec.js
index <HASH>..<HASH> 100644
--- a/test/createLogicMiddleware-latest.spec.js
+++ b/test/createLogicMiddleware-latest.spec.js
@@ -345,7 +345,7 @@ describe('createLogicMiddleware-latest', () => {
...action,
... | add delay to test to ensure messages have fired consistently | jeffbski_redux-logic | train | js |
b980e2a3cd2f665844ef2307dadba84b71469aad | diff --git a/openquake/engine/tests/performance_monitor_test.py b/openquake/engine/tests/performance_monitor_test.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/tests/performance_monitor_test.py
+++ b/openquake/engine/tests/performance_monitor_test.py
@@ -23,15 +23,6 @@ class TestCase(unittest.TestCase):
... | Removed test on the PerformanceMonitor that should not be here
Former-commit-id: <I>f<I>b<I>c<I>c<I>f<I>df<I>f0aa8d<I>eedc | gem_oq-engine | train | py |
a6008f078f39336a24e05c07e8275845f130e814 | diff --git a/src/Web.php b/src/Web.php
index <HASH>..<HASH> 100644
--- a/src/Web.php
+++ b/src/Web.php
@@ -46,7 +46,6 @@ class Web implements MiddlewareInterface
* services and filters
*/
const ROUTE_NAMES = 'namedRoutes';
- const RENDER_ENGINE = 'renderer';
const CS_RF_FILTER = 'csrf';
co... | use ViewEngineInterface as name for renderer. | TuumPHP_Web | train | php |
18e1f105f3d5cb1e213c3f9f2715f6c216a16e8e | diff --git a/src/Aggregation/Bucketing/DateRangeAggregation.php b/src/Aggregation/Bucketing/DateRangeAggregation.php
index <HASH>..<HASH> 100644
--- a/src/Aggregation/Bucketing/DateRangeAggregation.php
+++ b/src/Aggregation/Bucketing/DateRangeAggregation.php
@@ -51,7 +51,8 @@ class DateRangeAggregation extends Abstract... | fixes #<I> - added support for date range keys (#<I>)
(cherry picked from commit <I>ac9) | ongr-io_ElasticsearchDSL | train | php |
43c2055f61d2a2726b40fb0fb56270752b724064 | diff --git a/activerecord/test/cases/migration_test.rb b/activerecord/test/cases/migration_test.rb
index <HASH>..<HASH> 100644
--- a/activerecord/test/cases/migration_test.rb
+++ b/activerecord/test/cases/migration_test.rb
@@ -587,7 +587,6 @@ class MigrationTest < ActiveRecord::TestCase
if current_adapter?(:Mysql2... | Remove needless `drop_table :test_limits`
A `:test_limits` table has not been created. | rails_rails | train | rb |
81cd0e6e042f65656969c8a36cf64eb421b016c3 | diff --git a/code/model/SiteTreeFolderExtension.php b/code/model/SiteTreeFolderExtension.php
index <HASH>..<HASH> 100644
--- a/code/model/SiteTreeFolderExtension.php
+++ b/code/model/SiteTreeFolderExtension.php
@@ -19,14 +19,14 @@ class SiteTreeFolderExtension extends DataExtension {
}
foreach($classes as $clas... | BUG: Replaced extendedSQL with DataList as per ticket <I> | silverstripe_silverstripe-siteconfig | train | php |
4c23a0b22fd1d54460d4fa21afcaec4b84a63eba | diff --git a/core/src/main/java/fr/putnami/pwt/core/widget/client/OutputStaticText.java b/core/src/main/java/fr/putnami/pwt/core/widget/client/OutputStaticText.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/fr/putnami/pwt/core/widget/client/OutputStaticText.java
+++ b/core/src/main/java/fr/putnami/pwt/core/w... | [core][feature] Add OutputStaticText Constructor acceptiong String | Putnami_putnami-web-toolkit | train | java |
412041125190d29d1c9b307f1485851edfd40f4f | diff --git a/src/plugins/cache/operations/command.spec.js b/src/plugins/cache/operations/command.spec.js
index <HASH>..<HASH> 100644
--- a/src/plugins/cache/operations/command.spec.js
+++ b/src/plugins/cache/operations/command.spec.js
@@ -18,26 +18,6 @@ const config = [
},
invalidates: ['user'],
invalida... | refactor(command) Remove unnecessary spec setup | ladda-js_ladda | train | js |
71cd6ce6c0f05e56ab645630cddf952861029343 | diff --git a/lib/Stripe/ApiRequestor.php b/lib/Stripe/ApiRequestor.php
index <HASH>..<HASH> 100644
--- a/lib/Stripe/ApiRequestor.php
+++ b/lib/Stripe/ApiRequestor.php
@@ -348,7 +348,7 @@ class Stripe_ApiRequestor
return true;
}
- if (strpos(PHP_VERSION, 'hiphop') !== false) {
+ if (strpos(PHP_VERSIO... | Update ApiRequestor for newer hhvm
Current versions of HHVM don't include 'hiphop' in the PHP_VERSION string; they are using hhvm. Update the SSL Cert check to ignore those versions as well, or your application will return an 'unable to connect to stripe' error. | stripe_stripe-php | train | php |
ea37513157788094838c70c06e9ad8a3d935610e | diff --git a/spec/http_helper.rb b/spec/http_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/http_helper.rb
+++ b/spec/http_helper.rb
@@ -16,15 +16,15 @@ def define_helper(name)
}
end
-%w[
- delete
- get
- head
- options
- patch
- post
- put
- trace
+[
+ "delete",
+ "get",
+ "head",
+ "options",
+ "... | Fix linter warning in spec/http_helper.rb | duckinator_okay | train | rb |
3892d8bd70c626a04807b4fa828699291ce9dbcc | diff --git a/stdlib/sql.go b/stdlib/sql.go
index <HASH>..<HASH> 100644
--- a/stdlib/sql.go
+++ b/stdlib/sql.go
@@ -136,7 +136,7 @@ func (c *Conn) Query(query string, argsV []driver.Value) (driver.Rows, error) {
rowCount := 0
columnsChan := make(chan []string)
errChan := make(chan error)
- rowChan := make(chan []d... | Use buffered chan for stdlib.Rows
Improved performance slightly | jackc_pgx | train | go |
d97d6df32db53a2c3061a63d1654f99e96e6a75a | diff --git a/spec/caching_policy_spec.rb b/spec/caching_policy_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/caching_policy_spec.rb
+++ b/spec/caching_policy_spec.rb
@@ -96,3 +96,18 @@ describe "Storing and retrieving policies" do
expect(policy.policies.max_age).to eq(300)
end
end
+
+describe "Handling situat... | This also goes with #<I> | fredjean_middleman-s3_sync | train | rb |
c7cb4cf7d8ad18a2daabf0802dc52df7d6cfd660 | diff --git a/generator/lib/builder/om/PHP5ObjectBuilder.php b/generator/lib/builder/om/PHP5ObjectBuilder.php
index <HASH>..<HASH> 100644
--- a/generator/lib/builder/om/PHP5ObjectBuilder.php
+++ b/generator/lib/builder/om/PHP5ObjectBuilder.php
@@ -136,7 +136,7 @@ class PHP5ObjectBuilder extends ObjectBuilder
} catc... | [<I>][<I>] Fixed infinite loop when reverse engineering date fields in postgresql and in PHP<I> (closes #<I>) | propelorm_Propel | train | php |
df756085a1d23ef72adbfbf5bdc248d0fb9939e7 | diff --git a/pymatgen/analysis/chemenv/connectivity/structure_connectivity.py b/pymatgen/analysis/chemenv/connectivity/structure_connectivity.py
index <HASH>..<HASH> 100644
--- a/pymatgen/analysis/chemenv/connectivity/structure_connectivity.py
+++ b/pymatgen/analysis/chemenv/connectivity/structure_connectivity.py
@@ -1... | Fix for networkx versions >= 2. | materialsproject_pymatgen | train | py |
213f7f18e99bc074c9a28e520577b5039968f041 | diff --git a/treetime/treeanc.py b/treetime/treeanc.py
index <HASH>..<HASH> 100644
--- a/treetime/treeanc.py
+++ b/treetime/treeanc.py
@@ -66,6 +66,13 @@ class TreeAnc(object):
def gtr(self):
return self._gtr
+ @gtr.setter
+ def gtr(self, value):
+ if not isinstance(value, GTR):
+ ... | Added setter for GTR, which takes only GTR type instance | neherlab_treetime | train | py |
b934115cfbfb32b71a18a011b009445ce3674a3f | diff --git a/src/test/java/org/syphr/prom/PropertiesManagerTest.java b/src/test/java/org/syphr/prom/PropertiesManagerTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/syphr/prom/PropertiesManagerTest.java
+++ b/src/test/java/org/syphr/prom/PropertiesManagerTest.java
@@ -230,6 +230,14 @@ public class Propert... | added a test for proper caching of calls to getManagedProperty (each call that provides the same key must get the same object back) | syphr42_prom | train | java |
231445ff61d1e6b6200f600ddfceb68317adc124 | diff --git a/indra/sources/indra_db_rest/api.py b/indra/sources/indra_db_rest/api.py
index <HASH>..<HASH> 100644
--- a/indra/sources/indra_db_rest/api.py
+++ b/indra/sources/indra_db_rest/api.py
@@ -271,14 +271,17 @@ def get_statement_queries(stmts, **params):
"""
def pick_ns(ag):
+ # If the Agent ha... | Use name-based lookup by default | sorgerlab_indra | train | py |
4453fe53e11e94e839f9143f2d6f7fb2118bd427 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -29,6 +29,7 @@ module.exports = {
},
prepare: function(context) {
var d = context.gitDeploy;
+ this.log("preparing git in " + d.worktreePath, { verbose: true });
return git.prepareTree(d.... | Add verbose log message pointing to sibling git dir
Adds a log message showing the location of the directory where the actual git prepare is running (but only if `--verbose` is passed).
Might be useful for other users encountering git errors and not being able to reproduce/fix because they are not aware of the "sib... | ef4_ember-cli-deploy-git | train | js |
94597ce179cc06e9730056477057994e850bc3ec | diff --git a/lib/textlint.js b/lib/textlint.js
index <HASH>..<HASH> 100644
--- a/lib/textlint.js
+++ b/lib/textlint.js
@@ -174,7 +174,7 @@ api.lintFile = function (filePath) {
api.pushReport = function (ruleId, txtNode, error) {
debug("api.pushReport %s", error);
messages.push(objectAssign({
- id: rul... | chore(textlint): reaname "id" to "ruleId" | textlint_textlint | train | js |
76d2814f367583ebac37ad256d5c8b2ccecf19c6 | diff --git a/Src/java/cql-to-elm/src/main/java/org/cqframework/cql/cql2elm/Cql2ElmVisitor.java b/Src/java/cql-to-elm/src/main/java/org/cqframework/cql/cql2elm/Cql2ElmVisitor.java
index <HASH>..<HASH> 100755
--- a/Src/java/cql-to-elm/src/main/java/org/cqframework/cql/cql2elm/Cql2ElmVisitor.java
+++ b/Src/java/cql-to-elm... | #<I>: Fixed retrieve incorrectly inserting a list promotion for a direct-code reference in some cases. | cqframework_clinical_quality_language | train | java |
f6a81f2844f5879dbfae41823369a2c20e3a83dc | diff --git a/db/seeds.rb b/db/seeds.rb
index <HASH>..<HASH> 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -16,7 +16,7 @@ end
# Global parameters used in configuration snippets
parameters = [
- { :name => 'chef_handler_foreman_url', :value => SmartProxy.chef_proxies.first.try(:url) || Setting.foreman_url },
+ { :n... | fixes #<I> - don't use deprecated proxy scope | theforeman_foreman_chef | train | rb |
86be28d1c0d3432c8ec5a7c39b78ae40f684c3cb | diff --git a/kernel/private/classes/ezpcontentpublishingprocess.php b/kernel/private/classes/ezpcontentpublishingprocess.php
index <HASH>..<HASH> 100644
--- a/kernel/private/classes/ezpcontentpublishingprocess.php
+++ b/kernel/private/classes/ezpcontentpublishingprocess.php
@@ -259,6 +259,15 @@ class ezpContentPublishi... | Fix EZP-<I>: async publishing should generate static cache
Static cache tasks weren't processed after publishing.
Asynchronous handling doesn't require that static cache
generation is left to the cronjob, since it will happen
after content has been published.
It will however slow publishing down, since publishing
pr... | ezsystems_ezpublish-legacy | train | php |
4220556089e0ed5b601ac523600480afe6b9c111 | diff --git a/lib/UnsupportedFeatureWarning.js b/lib/UnsupportedFeatureWarning.js
index <HASH>..<HASH> 100644
--- a/lib/UnsupportedFeatureWarning.js
+++ b/lib/UnsupportedFeatureWarning.js
@@ -2,14 +2,19 @@
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
-function Unsup... | refactor(ES6): upgrade UnsupportedFeatureWarning to ES6 (#<I>) | webpack_webpack | train | js |
0f7af860d8df01d1c614b20d687ff6d0393d6938 | diff --git a/docker/transport/basehttpadapter.py b/docker/transport/basehttpadapter.py
index <HASH>..<HASH> 100644
--- a/docker/transport/basehttpadapter.py
+++ b/docker/transport/basehttpadapter.py
@@ -3,4 +3,6 @@ import requests.adapters
class BaseHTTPAdapter(requests.adapters.HTTPAdapter):
def close(self):
-... | Fix BaseHTTPAdapter for the SSL case | docker_docker-py | train | py |
e23dba0084b1dab408e68c2f3b0d42819c23887f | diff --git a/api/auth.go b/api/auth.go
index <HASH>..<HASH> 100644
--- a/api/auth.go
+++ b/api/auth.go
@@ -328,6 +328,7 @@ func AddUserToTeam(w http.ResponseWriter, r *http.Request, t *auth.Token) error
if err != nil {
return err
}
+ rec.Log(u.Email, "add-user-to-team", "team="+team, "user="+email)
return add... | api: record user action in the AddUserToTeam handler
Related to #<I>. | tsuru_tsuru | train | go,go |
28d791ec3233d96f53a8972cdb28ba80b28b3985 | diff --git a/hiddenlayer/graph.py b/hiddenlayer/graph.py
index <HASH>..<HASH> 100644
--- a/hiddenlayer/graph.py
+++ b/hiddenlayer/graph.py
@@ -142,7 +142,9 @@ def build_graph(model=None, args=None, input_names=None,
elif framework == "tensorflow":
from .tf_builder import import_graph, FRAMEWORK_TRANSFORMS... | Raise exception when we fail to detect the model's framework | waleedka_hiddenlayer | train | py |
9701bf5c345292769bb21bc9b0d69122e8142f39 | diff --git a/tests/utils/test_utils.py b/tests/utils/test_utils.py
index <HASH>..<HASH> 100644
--- a/tests/utils/test_utils.py
+++ b/tests/utils/test_utils.py
@@ -71,7 +71,9 @@ class TestUtils(unittest.TestCase):
def test_evaluate_condition(self):
if not is_backend_enabled("onnxruntime"):
ret... | Fix the nightly/CI build error. | onnx_onnxmltools | train | py |
19e38d798fc6c32ac2b54e5e796747b1f6f2c1f7 | diff --git a/lib/squib/conf.rb b/lib/squib/conf.rb
index <HASH>..<HASH> 100644
--- a/lib/squib/conf.rb
+++ b/lib/squib/conf.rb
@@ -1,6 +1,7 @@
-require 'squib'
require 'forwardable'
+require 'squib'
require 'squib/args/typographer'
+require 'yaml'
module Squib
# @api private
diff --git a/lib/squib/layout_parser... | Require yaml just in case | andymeneely_squib | train | rb,rb |
bd6811a1fd4637ae192872cd176afd087028d76b | diff --git a/lib/pincers/support/http_client.rb b/lib/pincers/support/http_client.rb
index <HASH>..<HASH> 100644
--- a/lib/pincers/support/http_client.rb
+++ b/lib/pincers/support/http_client.rb
@@ -26,11 +26,11 @@ module Pincers::Support
attr_reader :proxy_addr, :proxy_port, :cookies
def initialize(_option... | refactor(http_client): makes http_client more resilent to nil options | platanus_pincers | train | rb |
61ee72596daa124278c3b38de2be7217f32e4b7c | diff --git a/httpd/response_logger.go b/httpd/response_logger.go
index <HASH>..<HASH> 100644
--- a/httpd/response_logger.go
+++ b/httpd/response_logger.go
@@ -82,6 +82,7 @@ func buildLogLine(l *responseLogger, r *http.Request, start time.Time) string {
detect(referer, "-"),
detect(userAgent, "-"),
r.Header.Get... | add time taken to the http server logs | influxdata_influxdb | train | go |
6b2631ad681f93136d82134c2412946369a1bf87 | diff --git a/core/server/worker/src/main/java/alluxio/worker/block/evictor/LRFUEvictor.java b/core/server/worker/src/main/java/alluxio/worker/block/evictor/LRFUEvictor.java
index <HASH>..<HASH> 100644
--- a/core/server/worker/src/main/java/alluxio/worker/block/evictor/LRFUEvictor.java
+++ b/core/server/worker/src/main/... | Fix comment style LRUEvictor.java | Alluxio_alluxio | train | java |
74c8cebe36de7026f4e7a43df9844a530641dc79 | diff --git a/tests/system-logger.js b/tests/system-logger.js
index <HASH>..<HASH> 100644
--- a/tests/system-logger.js
+++ b/tests/system-logger.js
@@ -11,8 +11,8 @@ const DELAYTOCHECKTESTLOGFILE = 1000;
const TESTLOGFILE = './tests/testArea/test.log';
describe('logging Tests', function() {
- before(() => {
- fs.un... | test(syste-logger): Change the cleanup after the test | leocwlam_system-logger | train | js |
08ebf66653342c40d90742835f706e33c807db52 | diff --git a/lib/onebox/engine.rb b/lib/onebox/engine.rb
index <HASH>..<HASH> 100644
--- a/lib/onebox/engine.rb
+++ b/lib/onebox/engine.rb
@@ -97,6 +97,7 @@ require_relative "engine/sound_cloud_onebox"
require_relative "engine/spotify_onebox"
require_relative "engine/stack_exchange_onebox"
require_relative "engine/t... | require twitter onebox in engine.rb #<I> | discourse_onebox | train | rb |
67b3cdc180615095198b15c102d59afc04f1cb5d | diff --git a/src/Carbon/Lang/fa.php b/src/Carbon/Lang/fa.php
index <HASH>..<HASH> 100644
--- a/src/Carbon/Lang/fa.php
+++ b/src/Carbon/Lang/fa.php
@@ -24,6 +24,6 @@ return array(
'second' => ':count ثانیه',
'ago' => ':time پیش',
'from_now' => ':time بعد',
- 'after' => ':time پیش از',
- ... | Update fa.php
Farsi translations of 'after' and 'before' switched to correct the meanings. | briannesbitt_Carbon | train | php |
765c16df2ad4e36f1cb11358ef2351791ba245c8 | diff --git a/pymc3/tests/test_examples.py b/pymc3/tests/test_examples.py
index <HASH>..<HASH> 100644
--- a/pymc3/tests/test_examples.py
+++ b/pymc3/tests/test_examples.py
@@ -15,9 +15,9 @@ def check_example(example_name):
example.run("short")
-def test_examples0():
- for t in itertools.islice(get_exampl... | Removed first set of example tests to check on speedup | pymc-devs_pymc | train | py |
2a97ac651b2870ba53cd76e4d2f11294f54dd71f | diff --git a/src/openaccess_epub/opf/opf.py b/src/openaccess_epub/opf/opf.py
index <HASH>..<HASH> 100644
--- a/src/openaccess_epub/opf/opf.py
+++ b/src/openaccess_epub/opf/opf.py
@@ -80,10 +80,10 @@ class OPF(object):
instance with the title argument, or calling set_title() at any time
before writing ... | fixing error caused by reordering of resets | SavinaRoja_OpenAccess_EPUB | train | py |
f9b69d10f90a93e799561bc83212cd22588b5cef | diff --git a/lib/editor/htmlarea.php b/lib/editor/htmlarea.php
index <HASH>..<HASH> 100644
--- a/lib/editor/htmlarea.php
+++ b/lib/editor/htmlarea.php
@@ -2324,8 +2324,9 @@ HTMLArea.getHTML = function(root, outputRoot, editor) {
break; // skip comments, for now.
}
- return HTMLArea.formathtml(ht... | HTMLArea.formathtml still not working correctly I've comment it out. | moodle_moodle | train | php |
0561ce6ab063db066136e336c1e2ae34edeccb78 | diff --git a/src/Layout.php b/src/Layout.php
index <HASH>..<HASH> 100644
--- a/src/Layout.php
+++ b/src/Layout.php
@@ -161,7 +161,7 @@ class Layout
$app = \Slim\Slim::getInstance();
$app->response()->status($status);
- $app->header('Content-Type', 'application/json');
+ $app->response()->header('Content-Type'... | BUG: Didn't call response() for the header. | tylerjuniorcollege_slim-layout | train | php |
f07d3d422aa75b8d7315ae6b24ab9e2885022a1b | diff --git a/src/widgets/droppable/droppable.js b/src/widgets/droppable/droppable.js
index <HASH>..<HASH> 100644
--- a/src/widgets/droppable/droppable.js
+++ b/src/widgets/droppable/droppable.js
@@ -75,9 +75,11 @@
}
- _isPointHovering ( pointXY ) {
+ _isPointHovering ( pointXY, event ) {
- return... | Droppable: fixed usage when scrolled | svelto_svelto | train | js |
687cc78c84d8080ce59039a6dcdf505a8df90041 | diff --git a/transport/http/src/main/java/org/kaazing/gateway/transport/http/bridge/filter/HttpPersistenceFilter.java b/transport/http/src/main/java/org/kaazing/gateway/transport/http/bridge/filter/HttpPersistenceFilter.java
index <HASH>..<HASH> 100644
--- a/transport/http/src/main/java/org/kaazing/gateway/transport/ht... | Adding a log message when a session is closed due to Connection: close
header in HTTP request | kaazing_gateway | train | java |
768a21d1e6e5626f941c87989bbbc5ef67f21b42 | diff --git a/bmds/bmds3/recommender/checks.py b/bmds/bmds3/recommender/checks.py
index <HASH>..<HASH> 100644
--- a/bmds/bmds3/recommender/checks.py
+++ b/bmds/bmds3/recommender/checks.py
@@ -331,7 +331,7 @@ class NoDegreesOfFreedom(Check):
if dataset.dtype in constants.DICHOTOMOUS_DTYPES:
value = ... | use correct degree of freedom for continuous checks | shapiromatron_bmds | train | py |
11b867ee1fb4b16011a99d6db07eaecc317c1395 | diff --git a/pmdarima/arima/_context.py b/pmdarima/arima/_context.py
index <HASH>..<HASH> 100644
--- a/pmdarima/arima/_context.py
+++ b/pmdarima/arima/_context.py
@@ -37,7 +37,7 @@ class AbstractContext(ABC):
def __init__(self, **kwargs):
# remove None valued entries,
# since __getattr__ returns ... | resolve lint issues related to Context Manager changes | tgsmith61591_pmdarima | train | py |
ad8e6c5153bde0c44722ce8dbd37187b919ac3df | diff --git a/tasks/gss_pull.js b/tasks/gss_pull.js
index <HASH>..<HASH> 100644
--- a/tasks/gss_pull.js
+++ b/tasks/gss_pull.js
@@ -61,9 +61,12 @@ module.exports = function(grunt) {
var fetch_each_sheet = function(sheet, key) {
var promise = new Promise.Promise();
- var sheet_id = shee... | A bit more flexinibility in getting the right sheet id. | motherjones_grunt-gss-pull | train | js |
82adbae5189b22418556df47bf89703b848f0d03 | diff --git a/src/Common/Model/Base.php b/src/Common/Model/Base.php
index <HASH>..<HASH> 100644
--- a/src/Common/Model/Base.php
+++ b/src/Common/Model/Base.php
@@ -2087,7 +2087,8 @@ abstract class Base
protected function describeFieldsPrepareLabel($sLabel)
{
$aPatterns = [
- '/\bid\b/i' => ... | Added `URL` to the `describeFieldsPrepareLabel`method | nails_common | train | php |
b52957511c71743d709e07fa31318c7e8b322ab4 | diff --git a/lib/que/locker.rb b/lib/que/locker.rb
index <HASH>..<HASH> 100644
--- a/lib/que/locker.rb
+++ b/lib/que/locker.rb
@@ -170,8 +170,7 @@ module Que
)
sort_keys.each do |sort_key|
- # TODO: Add a proper assertion helper.
- raise unless @locks.add?(sort_key.fetch(:id))
+ m... | Use Que.assert to ensure that jobs aren't locked multiple times. | chanks_que | train | rb |
ed76356a53c730a14dcfce5085ec29c346dcd70a | diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TcpTransportFactory.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/transport/tcp/TcpTransportFactory.java
index <HASH>..<HASH> 100644
--- a/client/hotrod-client/src/main/java/org/infinispan/clien... | ISPN-<I> - RemoteCacheManager failure in multi-threaded environment with maxActive=Integer.MAX_VALUE | infinispan_infinispan | train | java |
592987abce1ad8de88d8ee8f2ffd099b57538a0d | diff --git a/toh5.py b/toh5.py
index <HASH>..<HASH> 100644
--- a/toh5.py
+++ b/toh5.py
@@ -62,10 +62,10 @@ def convert_chain(
maxshape=(None,),
dtype=np.float64,
chunks=(chunksize,),
- c... | Change compression option to gzip (the standard). Updated attribute
syntax to h5py <I>.
lzf compression is better than gzip, but is h5py specific, which we
really don't want. | sliem_barrett | train | py |
0860da1852766f6c70e88fa6d13d889388046ae3 | diff --git a/tests/jenkins.py b/tests/jenkins.py
index <HASH>..<HASH> 100644
--- a/tests/jenkins.py
+++ b/tests/jenkins.py
@@ -75,7 +75,18 @@ def run(platform, provider, commit, clean):
stream_stds=True
)
proc.poll_and_read_until_finish()
- proc.communicate()
+ stdout, stderr = proc.communicate... | Add debug print to check if communicate is doin' the right thing. | saltstack_salt | train | py |
5185853791b2a69a146e427d77e2b891385adba5 | diff --git a/functional_tests/test_services.py b/functional_tests/test_services.py
index <HASH>..<HASH> 100644
--- a/functional_tests/test_services.py
+++ b/functional_tests/test_services.py
@@ -102,6 +102,16 @@ class BuzzFunctionalTest(unittest.TestCase):
self.assertEquals('111062888259659218284', person['id'])
... | Added a test for getting profiles via numeric identifiers | googleapis_oauth2client | train | py |
3495fa61abea655df2392b33966d98cd314195d9 | diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/HttpKernel/Kernel.php
+++ b/src/Symfony/Component/HttpKernel/Kernel.php
@@ -56,12 +56,12 @@ abstract class Kernel implements KernelInterface
protected $star... | bumped Symfony version to <I>-DEV | symfony_symfony | train | php |
02a5416d38520e7322e337d90d1f85acc2222320 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -27,13 +27,3 @@ googleSearch(['agua', 'lluvia', 'rajoy'], {year: 2016, month: 1, date: 12})
.catch(reason => {
console.log(reason)
})
-
-
-
-//elpais('2016', '01', '01', 'm')
-// .then(content => { console.log(cont... | Enhance test script. Delete unnecesary lines | crishernandezmaps_liqen-scrapper | train | js |
b3ab665dcc6f0b056b7c343524631356996528b7 | diff --git a/blimpy/file_wrapper.py b/blimpy/file_wrapper.py
index <HASH>..<HASH> 100644
--- a/blimpy/file_wrapper.py
+++ b/blimpy/file_wrapper.py
@@ -452,7 +452,7 @@ class FilReader(Reader):
self.n_pols_in_file = 1 #Placeholder for future development.
self._n_bytes = self.header['nbits'] / 8... | Renamed _get_n_ints_in_file to _setup_n_ints_in_file for consistency
Other methods such as _setup_freqs and _setup_chans | UCBerkeleySETI_blimpy | train | py |
4da9b3e090e0e590b97d2c02bac8bd3f9fefd80b | diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -7,8 +7,8 @@ var net = require('net'),
errors = require('./errors'),
Binary = require('binary'),
protocol = require('./protocol'),
- Zookeeper = require('./zookeeper');
-
+ zk = requir... | Adding highLevel Consumers and Producers | SOHU-Co_kafka-node | train | js |
2c25c15c77195f456d47b2c9fa2606cad24c68a6 | diff --git a/cmd/juju/cloud/updatecredential.go b/cmd/juju/cloud/updatecredential.go
index <HASH>..<HASH> 100644
--- a/cmd/juju/cloud/updatecredential.go
+++ b/cmd/juju/cloud/updatecredential.go
@@ -19,18 +19,18 @@ var usageUpdateCredentialSummary = `
Updates a controller credential for a cloud.`[1:]
var usageUpdat... | "controller credential" change to "cloud credential for controller" | juju_juju | train | go |
07f5a012964f6c5462000cf6477e1d9f7e024eed | diff --git a/ssllabs-scan.go b/ssllabs-scan.go
index <HASH>..<HASH> 100644
--- a/ssllabs-scan.go
+++ b/ssllabs-scan.go
@@ -270,7 +270,7 @@ func invokeGetRepeatedly(url string) (*http.Response, []byte, error) {
resp, err := httpClient.Do(req)
if err == nil {
if logLevel >= LOG_DEBUG {
- log.Printf("[DEBUG] ... | Fix the response status code log message. | ssllabs_ssllabs-scan | train | go |
9fefe31b0df1c04b408c5e54e8b0912acb26c292 | diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -8,6 +8,7 @@ import (
"io/ioutil"
"net/http"
"os"
+ "path"
"strings"
"github.com/cheekybits/genny/parse"
@@ -62,6 +63,11 @@ func main() {
var outWriter io.Writer
if len(*out) > 0 {
+ err := os.MkdirAll(path.Dir(... | Adding the creation of output dirs | cheekybits_genny | train | go |
6aa4782ae9205abb0e40ad80b39b29144b697fd9 | diff --git a/src/main/java/org/mariadb/jdbc/internal/util/Utils.java b/src/main/java/org/mariadb/jdbc/internal/util/Utils.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/mariadb/jdbc/internal/util/Utils.java
+++ b/src/main/java/org/mariadb/jdbc/internal/util/Utils.java
@@ -665,7 +665,7 @@ public class Utils {
... | [misc] correcting debug output when having offset | MariaDB_mariadb-connector-j | train | java |
bbc4c8308ffb9b8b10bc1564c58f18a1b4afbb27 | diff --git a/src/Post_Command.php b/src/Post_Command.php
index <HASH>..<HASH> 100644
--- a/src/Post_Command.php
+++ b/src/Post_Command.php
@@ -143,6 +143,10 @@ class Post_Command extends \WP_CLI\CommandWithDBObject {
* # Create post with content from given file
* $ wp post create ./post-content.txt --post... | Add examples to dcoblocks. | wp-cli_entity-command | train | php |
6697db58f01501c885f89c41cf3747754f3fc628 | diff --git a/bin/LifeCyclePlots.py b/bin/LifeCyclePlots.py
index <HASH>..<HASH> 100755
--- a/bin/LifeCyclePlots.py
+++ b/bin/LifeCyclePlots.py
@@ -11,12 +11,13 @@ def get_command_line_options(executable_name, arguments):
parser = OptionParser(usage="%s options" % executable_name)
parser.add_option("-i", "--in... | Added print options and remove root file from mandatory options. | dmwm_DBS | train | py |
6f1baea61633bfedbee61d737621463a42429a73 | diff --git a/test/pbt_test.rb b/test/pbt_test.rb
index <HASH>..<HASH> 100644
--- a/test/pbt_test.rb
+++ b/test/pbt_test.rb
@@ -112,6 +112,12 @@ class PbtTest < ActiveSupport::TestCase
bob_to_prof.must_respond_to(:last )
bob_to_prof.must_be_kind_of(ActiveRecord::Associations::CollectionProxy)
end
+
+ ... | Additional test for FakedCollection. | danielpclark_PolyBelongsTo | train | rb |
3d6ee5520d0d75d57164e5371e4e6d8493eac220 | diff --git a/libstempo/toasim.py b/libstempo/toasim.py
index <HASH>..<HASH> 100644
--- a/libstempo/toasim.py
+++ b/libstempo/toasim.py
@@ -359,7 +359,7 @@ def add_line(psr,f,A,offset=0.5):
psr.stoas[:] += sine / day
-def add_glitch(psr, epoch, amplitude):
+def add_glitch(psr, epoch, amp):
"""
Like pu... | adding glitch signal to toasim | vallis_libstempo | train | py |
1925f40f31c2e60dcfdb15d6ccd786c2685420d3 | diff --git a/tests/regressors.py b/tests/regressors.py
index <HASH>..<HASH> 100644
--- a/tests/regressors.py
+++ b/tests/regressors.py
@@ -72,6 +72,8 @@ def categorical_ensembling_regression(model_name=None):
lower_bound = -16
if model_name == 'LGBMRegressor':
lower_bound = -4.95
+ if model_na... | adjusts test bounds for gradientboosting for higher learning rate | ClimbsRocks_auto_ml | train | py |
7ae7efeb115ad1062d90789045b0d141406b95a7 | diff --git a/client/fingerprint/memory.go b/client/fingerprint/memory.go
index <HASH>..<HASH> 100644
--- a/client/fingerprint/memory.go
+++ b/client/fingerprint/memory.go
@@ -35,7 +35,7 @@ func (f *MemoryFingerprint) Fingerprint(cfg *config.Config, node *structs.Node)
if node.Resources == nil {
node.Resources =... | convert to MB for MemoryMB, and update test | hashicorp_nomad | train | go,go |
58bb75d7d47922eb57b81350abecd33be3c36b17 | diff --git a/app/assets/javascripts/peoplefinder/photo_upload.js b/app/assets/javascripts/peoplefinder/photo_upload.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/peoplefinder/photo_upload.js
+++ b/app/assets/javascripts/peoplefinder/photo_upload.js
@@ -239,5 +239,19 @@ $(function (){
var photoBlocks = ... | crop image on save if not already | ministryofjustice_peoplefinder | train | js |
61f89035b22e465d120b1fb41bb8cd7b97b2f8b2 | diff --git a/base.php b/base.php
index <HASH>..<HASH> 100644
--- a/base.php
+++ b/base.php
@@ -1487,7 +1487,9 @@ class Base extends Prefab implements ArrayAccess {
$val=ltrim($val);
if (preg_match('/^\w+$/i',$val) && defined($val))
return constant($val);
- return preg_replace('/\\\\\h*(\r... | Bug fix: Double quotes in lexicon files (Issue #<I>) | bcosca_fatfree-core | train | php |
c62be86fbde0624a05c5716ed9512449ee863dba | diff --git a/src/Elfiggo/Brobdingnagian/Detector/NumberOfInterfaces.php b/src/Elfiggo/Brobdingnagian/Detector/NumberOfInterfaces.php
index <HASH>..<HASH> 100644
--- a/src/Elfiggo/Brobdingnagian/Detector/NumberOfInterfaces.php
+++ b/src/Elfiggo/Brobdingnagian/Detector/NumberOfInterfaces.php
@@ -6,12 +6,27 @@ use Elfiggo... | Added Class docbloc and reduced line length | Elfiggo_brobdingnagian-detector-phpspec-extension | train | php |
7a863e6cc82aa7e31ffdd87bc5835f54644ebdcd | diff --git a/lib/transports/websocket.js b/lib/transports/websocket.js
index <HASH>..<HASH> 100644
--- a/lib/transports/websocket.js
+++ b/lib/transports/websocket.js
@@ -51,9 +51,17 @@
*/
WS.prototype.open = function () {
- var Socket = 'MozWebSocket' in window ? MozWebSocket : WebSocket
- , query = i... | Fixed support for Node.JS running `socket.io-client`. | tsjing_socket.io-client | train | js |
8234938a0d5ba13ac18ee483e4744792b37298e1 | diff --git a/plugins/org.eclipse.xtext.common.types/src/org/eclipse/xtext/common/types/util/TypeConformanceComputer.java b/plugins/org.eclipse.xtext.common.types/src/org/eclipse/xtext/common/types/util/TypeConformanceComputer.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext.common.types/src/org/eclipse/... | [common.types] Reverted changes in type conformance computer that broke raw type processing. | eclipse_xtext-extras | train | java |
a25e380cb40ea6a994fa3d22912c935d01ba5c4a | diff --git a/classes/Pods.php b/classes/Pods.php
index <HASH>..<HASH> 100644
--- a/classes/Pods.php
+++ b/classes/Pods.php
@@ -4182,7 +4182,7 @@ class Pods implements Iterator {
&& pods_shortcode_allow_evaluate_tags()
&& ! $this->fields( $field_name )
) {
- $value = pods_evaluate_tag( implode( ',', $tag ),... | Do not sanitize, this method is used for display | pods-framework_pods | train | php |
5aba51273b446299bfce5bf8b3a6aef32d2bf515 | diff --git a/devices/tuya.js b/devices/tuya.js
index <HASH>..<HASH> 100644
--- a/devices/tuya.js
+++ b/devices/tuya.js
@@ -1687,6 +1687,7 @@ module.exports = [
{modelID: 'TS0601', manufacturerName: '_TZE200_tvrvdj6o'},
{modelID: 'zo2pocs\u0000', manufacturerName: '_TYST11_fzo2pocs'},
... | Add TZE<I>_b2u1drdv to TS<I>_cover (#<I>) | Koenkk_zigbee-shepherd-converters | train | js |
f487e0ea6bfff68d6ede64e2f58caed58296f285 | diff --git a/influxdb/client.py b/influxdb/client.py
index <HASH>..<HASH> 100755
--- a/influxdb/client.py
+++ b/influxdb/client.py
@@ -362,13 +362,13 @@ class InfluxDBClient(object):
rsp = self.query("SHOW SERIES", database=database)
print "RSP", rsp.raw
print "RSP", rsp['results']
- r... | Proposed Fix: expand the ResultSet response by using list() on it.
Other solution is to return the ResultSet instance but then we must adapt all call sites..
To be decided.. | influxdata_influxdb-python | train | py |
cb9d276980d5df7a1f31c0b5a7644c863caef81e | diff --git a/hazelcast/src/main/java/com/hazelcast/replicatedmap/impl/ReplicatedMapService.java b/hazelcast/src/main/java/com/hazelcast/replicatedmap/impl/ReplicatedMapService.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/replicatedmap/impl/ReplicatedMapService.java
+++ b/hazelcast/src/ma... | Fixed losing ReplicatedMap internal state on re-joining a cluster | hazelcast_hazelcast | train | java |
3255c9edf0deb5275b8f316b1daeae21d390adde | diff --git a/lib/webrat/core/matchers/have_xpath.rb b/lib/webrat/core/matchers/have_xpath.rb
index <HASH>..<HASH> 100644
--- a/lib/webrat/core/matchers/have_xpath.rb
+++ b/lib/webrat/core/matchers/have_xpath.rb
@@ -15,7 +15,7 @@ module Webrat
matched = matches(stringlike)
if @options[:count]
- ... | Forces an integer to fix Issue #<I> | brynary_webrat | train | rb,rb |
0ce2f0081504576669d49a4de88974fbe95efce2 | diff --git a/gem-maven-plugin/src/main/java/de/saumya/mojo/gem/PackageMojo.java b/gem-maven-plugin/src/main/java/de/saumya/mojo/gem/PackageMojo.java
index <HASH>..<HASH> 100644
--- a/gem-maven-plugin/src/main/java/de/saumya/mojo/gem/PackageMojo.java
+++ b/gem-maven-plugin/src/main/java/de/saumya/mojo/gem/PackageMojo.ja... | Pass verbose flag to rubygems command launching
It makes it much easier to troubleshoot errors. | torquebox_jruby-maven-plugins | train | java |
ee79e260b61723597fc653fb46ef0c96f6915393 | diff --git a/tests/test_case.py b/tests/test_case.py
index <HASH>..<HASH> 100644
--- a/tests/test_case.py
+++ b/tests/test_case.py
@@ -5,6 +5,7 @@ import numpy as np
from andes.utils.paths import get_case
+andes.main.config_logger(stream_level=10)
class Test5Bus(unittest.TestCase):
def setUp(self) -> None: | Output logs for debugging. | cuihantao_andes | train | py |
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.