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 |
|---|---|---|---|---|---|
d43f091a2bc8d3f22d67b81c9e4f224c0680f1dd | diff --git a/generators/model/Generator.php b/generators/model/Generator.php
index <HASH>..<HASH> 100644
--- a/generators/model/Generator.php
+++ b/generators/model/Generator.php
@@ -543,6 +543,8 @@ class Generator extends \yii\gii\Generator
$db = $this->getDbConnection();
$patterns = [];
+ $patterns[] = "/^{$... | Ensure that the table prefix is used when generating the class name. | yiisoft_yii2-gii | train | php |
d95057a0ffba6f7192cb6789a9b072e5ab4b9f64 | diff --git a/jira/client.py b/jira/client.py
index <HASH>..<HASH> 100755
--- a/jira/client.py
+++ b/jira/client.py
@@ -760,10 +760,11 @@ class JIRA(object):
if relationship is not None:
data['relationship'] = relationship
+ # check if the link comes from one of the configured application ... | bugfix of KeyError in JIRA.add_remote_link during check of application links | pycontribs_jira | train | py |
b4e829eb9f335f478bab66c948d740c1f095adeb | diff --git a/packages/react-atlas-core/src/Dropdown/Dropdown.js b/packages/react-atlas-core/src/Dropdown/Dropdown.js
index <HASH>..<HASH> 100644
--- a/packages/react-atlas-core/src/Dropdown/Dropdown.js
+++ b/packages/react-atlas-core/src/Dropdown/Dropdown.js
@@ -123,10 +123,10 @@ class Dropdown extends React.PureCompon... | adding name prop to onChange and onClick callbacks (#<I>) | DigitalRiver_react-atlas | train | js |
230692f769921bd46995fe0832b0ddc31b3e52bd | diff --git a/integration/ec2_test.go b/integration/ec2_test.go
index <HASH>..<HASH> 100644
--- a/integration/ec2_test.go
+++ b/integration/ec2_test.go
@@ -411,8 +411,7 @@ func TestEC2Labels(t *testing.T) {
}
// TestEC2Hostname is an integration test which asserts that Teleport sets its
-// hostname if the EC2 tag `... | Fix EC2 labels concurrent write (#<I>)
This change fixes a bug in EC2 labels (#<I>) involving concurrent writes to the labels map. This is fixed by making EC2.Get() return a copy instead of the actual label map. | gravitational_teleport | train | go,go |
b3ec2e489aa18497e3e1dbdc6ced4b2f1c62f824 | diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/application.js
+++ b/app/assets/javascripts/application.js
@@ -1,2 +1,5 @@
//= require angular
//= require cortex
+//= require jquery
+//= require jquery_ujs
+//= require... | Added jquery, jquery_ujs and bootstrap dependancies to application.js | cortex-cms_cortex | train | js |
f9ee4affcb01ad5daf481387ed63db9d68b4a803 | diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLUpdate.java b/core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLUpdate.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLUpdate.java
+++ b/c... | Fixed bug reported by Ervis on SQL update with PUT: the value wasn't computed every time but only once. | orientechnologies_orientdb | train | java |
26bd14b920e271327c1a83c85d85aeee265335f4 | diff --git a/internetarchive/api.py b/internetarchive/api.py
index <HASH>..<HASH> 100644
--- a/internetarchive/api.py
+++ b/internetarchive/api.py
@@ -476,6 +476,14 @@ def configure(username=None, password=None):
def get_username(access_key, secret_key):
+ """Returns an Archive.org username given an IA-S3 key p... | Added docstring to get_username | jjjake_internetarchive | train | py |
3eb4c76dee909e6bdacf5aede6a3a52b2808566e | diff --git a/mongoctl/mongoctl.py b/mongoctl/mongoctl.py
index <HASH>..<HASH> 100644
--- a/mongoctl/mongoctl.py
+++ b/mongoctl/mongoctl.py
@@ -2392,9 +2392,6 @@ def kill_process(pid, force=False):
def mongoctl_signal_handler(signal_val, frame):
global __mongod_process__
- # if there is no mongod server yet t... | ensure killing all forked processes on interrupt exit | mongolab_mongoctl | train | py |
dca596e1afb038c6a20052a257e80197ef93e6ea | diff --git a/src/pyrocore/torrent/matching.py b/src/pyrocore/torrent/matching.py
index <HASH>..<HASH> 100644
--- a/src/pyrocore/torrent/matching.py
+++ b/src/pyrocore/torrent/matching.py
@@ -247,13 +247,13 @@ class TimeFilter(NumericFilterBase):
# Fall back to ISO
fmt = "%Y-%m-... | accept lower-case T in time specs | pyroscope_pyrocore | train | py |
ee2f95d297de30d6818f985f0ca213d5645826b8 | diff --git a/lib/arjdbc/db2/adapter.rb b/lib/arjdbc/db2/adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/arjdbc/db2/adapter.rb
+++ b/lib/arjdbc/db2/adapter.rb
@@ -328,6 +328,17 @@ module ArJdbc
select_one(sql).nil?
end
+ # @override
+ def primary_keys(table)
+ # If no schema in table name is gi... | Solve issue with same table name present in different schemas. primary_key will return an array because of that | jruby_activerecord-jdbc-adapter | train | rb |
9155a994ead33e67f5660978981627640d9487b4 | diff --git a/eZ/Publish/API/Repository/Tests/Stubs/Values/Content/VersionInfoStub.php b/eZ/Publish/API/Repository/Tests/Stubs/Values/Content/VersionInfoStub.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/API/Repository/Tests/Stubs/Values/Content/VersionInfoStub.php
+++ b/eZ/Publish/API/Repository/Tests/Stubs/Values/C... | Implemented: Lazy load ContentInfo within VersionInfo. | ezsystems_ezpublish-kernel | train | php |
3c2db839772460aca5edcaae576c93d0097e5116 | diff --git a/tarbell/app.py b/tarbell/app.py
index <HASH>..<HASH> 100644
--- a/tarbell/app.py
+++ b/tarbell/app.py
@@ -392,7 +392,9 @@ class TarbellSite:
if not self.data or start > self.expires:
self.data = self._get_context_from_gdoc(self.project.SPREADSHEET_KEY)
end = i... | Make the SPREADSHEET_CACHE_TTL configurable in the tarbell_config.py file. This setting tells tarbell how long to cache google spreadsheet data. It's useful when google docs is having trouble. | tarbell-project_tarbell | train | py |
c17f5765423e520a52b142dbb256912bc281ba0f | diff --git a/1.2/sd-api/src/main/java/com/cisco/oss/foundation/directory/lb/RoundRobinLoadBalancer.java b/1.2/sd-api/src/main/java/com/cisco/oss/foundation/directory/lb/RoundRobinLoadBalancer.java
index <HASH>..<HASH> 100644
--- a/1.2/sd-api/src/main/java/com/cisco/oss/foundation/directory/lb/RoundRobinLoadBalancer.jav... | RRloadbalancer should not throw IlleaglArgExc | foundation-runtime_service-directory | train | java |
e66ebc762187781297ee58614f485b11fbe90c08 | diff --git a/salt/master.py b/salt/master.py
index <HASH>..<HASH> 100644
--- a/salt/master.py
+++ b/salt/master.py
@@ -737,6 +737,11 @@ class AESFuncs(object):
# If the return data is invalid, just ignore it
if 'return' not in load or 'jid' not in load or 'id' not in load:
return False
+ ... | Allow minions to send a return that requests a jid | saltstack_salt | train | py |
62a2f3b65e508578c7c31ed35276ceb4cabc5832 | diff --git a/Facades/Cache.php b/Facades/Cache.php
index <HASH>..<HASH> 100755
--- a/Facades/Cache.php
+++ b/Facades/Cache.php
@@ -8,8 +8,8 @@ namespace Illuminate\Support\Facades;
* @method static bool missing(string $key)
* @method static mixed get(string $key, mixed $default = null)
* @method static mixed pull... | Update doc block (#<I>) | illuminate_support | train | php |
e3658bf21716e95bccdcd6016e8d2df13434e72d | diff --git a/structr-ui/src/main/java/org/structr/web/entity/dom/DOMNode.java b/structr-ui/src/main/java/org/structr/web/entity/dom/DOMNode.java
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/java/org/structr/web/entity/dom/DOMNode.java
+++ b/structr-ui/src/main/java/org/structr/web/entity/dom/DOMNode.java
@@ -1... | abbreviate text only if longer than maxlen | structr_structr | train | java |
04a78c355e89571e19cf9d2271ce5ea8fd3f0623 | diff --git a/gump.class.php b/gump.class.php
index <HASH>..<HASH> 100644
--- a/gump.class.php
+++ b/gump.class.php
@@ -272,6 +272,7 @@ class GUMP
{
case 1:
$input_lang = $params[0];
+ break;
case 2:
$input_lang = $params[0];
$output_lang = $params[1]; | Small fix to the filter_translate() methos | Wixel_GUMP | train | php |
11c46820145bfbcd206bebf5c02de9b72c7e3fcd | diff --git a/common/cache/class.FileCache.php b/common/cache/class.FileCache.php
index <HASH>..<HASH> 100644
--- a/common/cache/class.FileCache.php
+++ b/common/cache/class.FileCache.php
@@ -86,7 +86,7 @@ class common_cache_FileCache
{
$returnValue = $this->persistence->get($serial);
if ($returnV... | Reduced log severity for cache misses | oat-sa_generis | train | php,php |
e5834a9b6cb9a968cd0f248bb8fc3c84b538ab51 | diff --git a/integration_tests/test_end_to_end_restore.py b/integration_tests/test_end_to_end_restore.py
index <HASH>..<HASH> 100644
--- a/integration_tests/test_end_to_end_restore.py
+++ b/integration_tests/test_end_to_end_restore.py
@@ -2,8 +2,6 @@ import shutil
import unittest
import subprocess
from subprocess im... | Refactor: compatibility with python <I> in tests, using Popen instead of subprocess.run | andreafrancia_trash-cli | train | py |
dcd5171e120bda9b80efba49b1bb36782ef86c74 | diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.java
index <HASH>..<HASH> 100644
--- a/gremlin-core/src/main/java/org/apache/t... | forgot one spot in SubgraphStrategy that needed where() to be filter(). | apache_tinkerpop | train | java |
01851c28720ce6d5ebdd53613b8596b6e5db4bd2 | diff --git a/lib/rscons/environment.rb b/lib/rscons/environment.rb
index <HASH>..<HASH> 100644
--- a/lib/rscons/environment.rb
+++ b/lib/rscons/environment.rb
@@ -337,11 +337,8 @@ module Rscons
#
# @return [true,false,nil] Return value from Kernel.system().
def execute(short_desc, command, options = {})
... | refactor into new Environment#command_to_s | holtrop_rscons | train | rb |
5b1ac76e9ac914d174ef02a720d43143598d63fa | diff --git a/config/ember-try.js b/config/ember-try.js
index <HASH>..<HASH> 100644
--- a/config/ember-try.js
+++ b/config/ember-try.js
@@ -1,5 +1,6 @@
/* eslint-env node */
module.exports = {
+ useYarn: true,
scenarios: [
{
name: 'ember-1.13', | fix tests by using yarn in ember-try | ember-cli_ember-fetch | train | js |
09e522dadd0b8c35315c5d9304671a8dbd4632db | diff --git a/app/models/lit/source.rb b/app/models/lit/source.rb
index <HASH>..<HASH> 100644
--- a/app/models/lit/source.rb
+++ b/app/models/lit/source.rb
@@ -86,7 +86,9 @@ module Lit
end
req = Net::HTTP::Get.new(uri.request_uri)
req.add_field("Authorization", %(Token token="#{self.api_... | Add SSL support to source syncing | prograils_lit | train | rb |
ec5f6d29d5d2cc94ef6d1349660afabb7018cf1a | diff --git a/src/DiggyRouter/Router.php b/src/DiggyRouter/Router.php
index <HASH>..<HASH> 100644
--- a/src/DiggyRouter/Router.php
+++ b/src/DiggyRouter/Router.php
@@ -49,7 +49,7 @@ class Router
*/
private function handleIncludes(array $routingData, string $routingFile)
{
- if (array_key_exists('i... | Fix case when no route is present in main file | Webcretaire_DiggyRouter | train | php |
86b01aa2df26eb79ff4baf0630f13c22bcfe219c | diff --git a/upload/catalog/controller/common/cart.php b/upload/catalog/controller/common/cart.php
index <HASH>..<HASH> 100644
--- a/upload/catalog/controller/common/cart.php
+++ b/upload/catalog/controller/common/cart.php
@@ -92,15 +92,12 @@ class ControllerCommonCart extends Controller {
// Display prices
i... | removes redundant condition & price re-calculation | opencart_opencart | train | php |
2440ced86214c8989096d1ed553cf21203b682fb | diff --git a/test/linter/test-consistency.js b/test/linter/test-consistency.js
index <HASH>..<HASH> 100644
--- a/test/linter/test-consistency.js
+++ b/test/linter/test-consistency.js
@@ -388,9 +388,9 @@ function testConsistency(filename) {
subfeatures.forEach(subfeature => {
console.error(
- ... | Fix "[Array]" printing in consistency logger when data is "null" (#<I>) | mdn_browser-compat-data | train | js |
4c59dd20f0e99729407fd97d781b2ab7ecbfdc0a | diff --git a/services/service-s3.js b/services/service-s3.js
index <HASH>..<HASH> 100644
--- a/services/service-s3.js
+++ b/services/service-s3.js
@@ -56,6 +56,9 @@ module.exports = {
};
var uploadFile = function(path, bucket) {
+ var isDir = fs.lstatSync(path).isDirectory();
+ if(isDir) return;
+
S3.pu... | s3: don't upload if it is a directory | donejs_deploy | train | js |
5134a97365c5688713df1197cd974d408ccadd79 | diff --git a/library/src/com/sothree/slidinguppanel/ViewDragHelper.java b/library/src/com/sothree/slidinguppanel/ViewDragHelper.java
index <HASH>..<HASH> 100644
--- a/library/src/com/sothree/slidinguppanel/ViewDragHelper.java
+++ b/library/src/com/sothree/slidinguppanel/ViewDragHelper.java
@@ -1144,7 +1144,7 @@ public ... | When checking to see if we've passed drag slop, use the initial position of the cursor, not the moved position to get the view.
This was causing dragging from close to the panel edge to not work correctly. | umano_AndroidSlidingUpPanel | train | java |
2dbf7b9f0c0f3c60f516d60e416f65459803c2fc | diff --git a/mithril.js b/mithril.js
index <HASH>..<HASH> 100644
--- a/mithril.js
+++ b/mithril.js
@@ -558,8 +558,8 @@ var m = (function app(window, undefined) {
return (component.controller || noop).apply(this, args) || this
}
var view = function(ctrl) {
- if (arguments.length > 1) args = args.concat([].sl... | Stop subsequent redraws appending arguments to parameterized components | MithrilJS_mithril.js | train | js |
bb7ba7e1d375677d11557b6c31cc9860b75440cb | diff --git a/lib/pay/braintree/billable.rb b/lib/pay/braintree/billable.rb
index <HASH>..<HASH> 100644
--- a/lib/pay/braintree/billable.rb
+++ b/lib/pay/braintree/billable.rb
@@ -145,6 +145,8 @@ module Pay
attrs = card_details_for_braintree_transaction(transaction)
attrs[:amount] = transaction.amount.... | Move currency out of query for braintree | jasoncharnes_pay | train | rb |
228d9c4e5875802164723c853a228baae03c8c7d | diff --git a/artifacts/definitions.py b/artifacts/definitions.py
index <HASH>..<HASH> 100644
--- a/artifacts/definitions.py
+++ b/artifacts/definitions.py
@@ -4,6 +4,7 @@
# The type indictor constants.
TYPE_INDICATOR_ARTIFACT = 'ARTIFACT'
TYPE_INDICATOR_COMMAND = 'COMMAND'
+TYPE_INDICATOR_DIRECTORY = 'DIRECTORY'
TY... | updated darwin.yaml and definitions.py after comments review | ForensicArtifacts_artifacts | train | py |
a82c42125af16d146c1a9f15672ab6d8be1f954e | diff --git a/test/webdriver/basic.js b/test/webdriver/basic.js
index <HASH>..<HASH> 100644
--- a/test/webdriver/basic.js
+++ b/test/webdriver/basic.js
@@ -80,7 +80,6 @@ browsers.browsers.forEach(function(browser) {
await driver.findElement(By.id('content_video')).click();
let log = driver.findElement(By.i... | test: Remove unnecessary sleep in test. (#<I>) | googleads_videojs-ima | train | js |
17784ae1fcfb95d440b667968cb40527d1329e12 | diff --git a/lib/oauth2/access_token.rb b/lib/oauth2/access_token.rb
index <HASH>..<HASH> 100644
--- a/lib/oauth2/access_token.rb
+++ b/lib/oauth2/access_token.rb
@@ -79,7 +79,7 @@ module OAuth2
def refresh!(params={})
raise "A refresh_token is not available" unless refresh_token
params.merge!(:clien... | fixed minor typo causing refresh not to work | oauth-xx_oauth2 | train | rb |
5121204565d833532683d713a08fd69c9f80df4d | diff --git a/soccer/writers.py b/soccer/writers.py
index <HASH>..<HASH> 100644
--- a/soccer/writers.py
+++ b/soccer/writers.py
@@ -93,12 +93,12 @@ class Stdout(BaseWriter):
"""Prints the teams scores in a pretty format"""
for score in team_scores["fixtures"]:
if score["status"] == "FINISH... | Removed the extra space when displaying match results of a team | architv_soccer-cli | train | py |
327b9050cdddf7969b8f7f69c55c2f61c8c2ee8d | diff --git a/classes/fields/pick.php b/classes/fields/pick.php
index <HASH>..<HASH> 100644
--- a/classes/fields/pick.php
+++ b/classes/fields/pick.php
@@ -758,12 +758,12 @@ class PodsField_Pick extends PodsField {
$options['grouped'] = 1;
- if ( empty( $options['pick_object'] ) ) {
- $options['pick_object'] =... | Namespace the option args based on type | pods-framework_pods | train | php |
cd9182618c768ccd2375e187fd85396853bd10de | diff --git a/lib/selenium-webdriver/webdriver.js b/lib/selenium-webdriver/webdriver.js
index <HASH>..<HASH> 100644
--- a/lib/selenium-webdriver/webdriver.js
+++ b/lib/selenium-webdriver/webdriver.js
@@ -250,13 +250,16 @@ webdriver.WebDriver.prototype.executeAsyncScript = (script, var_args) => {};
webdriver.WebDriver.p... | chore(docs): cleaned up documentation for `browser.wait` (#<I>)
The existing documentation was redundant and confusing.
Closes <URL> | angular_protractor | train | js |
c6c188e064343d233f3d2dff85e2fe536f5560f7 | diff --git a/chef-server-webui/app/controllers/environments.rb b/chef-server-webui/app/controllers/environments.rb
index <HASH>..<HASH> 100644
--- a/chef-server-webui/app/controllers/environments.rb
+++ b/chef-server-webui/app/controllers/environments.rb
@@ -195,7 +195,7 @@ class Environments < Application
def load_... | Sort cookbooks by name in environment constraint add form | chef_chef | train | rb |
a6089401e0c6bc5ab5a171a752d19bab74535b77 | diff --git a/http.js b/http.js
index <HASH>..<HASH> 100644
--- a/http.js
+++ b/http.js
@@ -36,7 +36,7 @@ function start (entry, opts) {
if (name === 'styles:bundle') emitter.emit('styles:bundle', node)
})
- router.route(/^\/manifest.json$/, function (req, res, params) {
+ router.route(/^\/manifest\.json$/, ... | correct router regex (#<I>) | choojs_bankai | train | js |
a03515d430eb8855c558e0dbe782cae67d3f37f2 | diff --git a/example-jar/src/main/java/org/geomajas/gwt/example/client/sample/layer/WmsSample.java b/example-jar/src/main/java/org/geomajas/gwt/example/client/sample/layer/WmsSample.java
index <HASH>..<HASH> 100644
--- a/example-jar/src/main/java/org/geomajas/gwt/example/client/sample/layer/WmsSample.java
+++ b/example... | GWT-<I>: set crs in wms configuration | geomajas_geomajas-project-client-gwt | train | java |
d79be3f6b78e2e5ee1eb52694d6f7cf961958854 | diff --git a/faq-bundle/src/EventListener/InsertTagsListener.php b/faq-bundle/src/EventListener/InsertTagsListener.php
index <HASH>..<HASH> 100644
--- a/faq-bundle/src/EventListener/InsertTagsListener.php
+++ b/faq-bundle/src/EventListener/InsertTagsListener.php
@@ -26,16 +26,6 @@ class InsertTagsListener
*/
... | [Faq] Move static class properties that are only used in one method into this method. | contao_contao | train | php |
866fbdaf9a748e558389c1c9f71a3833fc7a22b2 | diff --git a/classes/PodsAPI.php b/classes/PodsAPI.php
index <HASH>..<HASH> 100644
--- a/classes/PodsAPI.php
+++ b/classes/PodsAPI.php
@@ -10560,6 +10560,7 @@ class PodsAPI {
* @since 2.0.0
*/
public function process_form( $params, $obj = null, $fields = null, $thank_you = null ) {
+ $old_display_errors = $thi... | Reset display errors after process_form successfully runs | pods-framework_pods | train | php |
804e34ff3afe6f6192caf0aef8fe1f91a36fdadb | diff --git a/IDBStore.js b/IDBStore.js
index <HASH>..<HASH> 100644
--- a/IDBStore.js
+++ b/IDBStore.js
@@ -133,7 +133,6 @@
if(!this.store){
var emptyTransaction = this.db.transaction([this.storeName], this.consts.READ_ONLY);
this.store = emptyTransaction.objectStore(this.storeName);... | Do not abort transaction
IE<I> complains about the inactive state of the transaction when trying
to obtain index data, which is technically correct. | jensarps_IDBWrapper | train | js |
cc9c8f70cc1a7cb8cda641f2c95773eae06e8361 | diff --git a/conftest.py b/conftest.py
index <HASH>..<HASH> 100644
--- a/conftest.py
+++ b/conftest.py
@@ -27,6 +27,7 @@ import os
from pytest import yield_fixture
import yabt
+from yabt.cli import init_and_get_conf
def yabt_project_fixture(project):
@@ -50,6 +51,6 @@ def in_dag_project():
@yield_fixture
d... | fix conftest when running some handpicked test modules | resonai_ybt | train | py |
14e109d671e92a6552bb20d61b66e0d0c1bd4f5d | diff --git a/beanstalkc.py b/beanstalkc.py
index <HASH>..<HASH> 100755
--- a/beanstalkc.py
+++ b/beanstalkc.py
@@ -131,9 +131,9 @@ class Connection(object):
"""Put a job into the current tube. Returns job id."""
assert isinstance(body, str), 'Job body must be a str instance'
jid = self._inter... | Formatting: fix PEP-8 violations
Thanks to Guo Jing for pointing out the improper indendation of the
hanging indent. | earl_beanstalkc | train | py |
e303e843e883803e238dadbf3f7691c248dfd0a3 | diff --git a/owslib/feature/wfs100.py b/owslib/feature/wfs100.py
index <HASH>..<HASH> 100644
--- a/owslib/feature/wfs100.py
+++ b/owslib/feature/wfs100.py
@@ -181,7 +181,8 @@ class WebFeatureService_1_0_0(object):
assert len(typename) > 0
request['typename'] = ','.join(typename)
- req... | Added check to getfeature(.) to allow for NoneType to be passed as the
propertyname. This mirrors the behavior of wfs<I>.py and allows queries to
USGS Soil Data Mart to succeed (<URL>) | geopython_OWSLib | train | py |
a67d1336d74e9eab615ba08e0b3908f0bd6c1277 | diff --git a/src/Google/IO/Curl.php b/src/Google/IO/Curl.php
index <HASH>..<HASH> 100644
--- a/src/Google/IO/Curl.php
+++ b/src/Google/IO/Curl.php
@@ -93,7 +93,7 @@ class Google_IO_Curl extends Google_IO_Abstract
*/
public function setOptions($options)
{
- $this->options = array_merge($this->options, $opti... | Fix Google_IO_{Curl,Stream} setOptions
- array_merge fores reindex on associative array, nuking the keys. | googleapis_google-api-php-client | train | php,php |
5d047708a35536a18ed8474a87f8e7a62aab4f18 | diff --git a/gxa/src/main/java/uk/ac/ebi/atlas/resource/ExternalImageController.java b/gxa/src/main/java/uk/ac/ebi/atlas/resource/ExternalImageController.java
index <HASH>..<HASH> 100644
--- a/gxa/src/main/java/uk/ac/ebi/atlas/resource/ExternalImageController.java
+++ b/gxa/src/main/java/uk/ac/ebi/atlas/resource/Extern... | Remove unusued LOGGER | ebi-gene-expression-group_atlas | train | java |
378b92f3266b1919b2e3b24b6ebff898b95217a4 | diff --git a/js/seven/seven-fixes.js b/js/seven/seven-fixes.js
index <HASH>..<HASH> 100644
--- a/js/seven/seven-fixes.js
+++ b/js/seven/seven-fixes.js
@@ -8,9 +8,6 @@
*/
Drupal.behaviors.sevenFixes = {
attach: function(context, settings) {
-
- var opened = [];
-
// Emulates bootstrap dropdowns.
... | Stop propagation of the event when clicking on a dropdown toggle link | makinacorpus_drupal-calista | train | js |
07ca9900897cdb579190c603d5d3204a93b8419b | diff --git a/modules/MatchProvider.js b/modules/MatchProvider.js
index <HASH>..<HASH> 100644
--- a/modules/MatchProvider.js
+++ b/modules/MatchProvider.js
@@ -19,10 +19,8 @@ class MatchProvider extends React.Component {
constructor(props) {
super(props)
- // React doesn't support a parent calling `setState... | remove irrelevant code comments
we haven’t event released yet and they’re out of date 😞 | ReactTraining_react-router | train | js |
9588d6ca6004d545bd1a6e1268bc7ca2c6abc1b0 | diff --git a/tensorpack/dataflow/common.py b/tensorpack/dataflow/common.py
index <HASH>..<HASH> 100644
--- a/tensorpack/dataflow/common.py
+++ b/tensorpack/dataflow/common.py
@@ -198,10 +198,10 @@ class FixedSizeData(ProxyDataFlow):
cnt = 0
while True:
try:
- dp = self.itr.... | fix <I> (#<I>) | tensorpack_tensorpack | train | py |
cd530b703cbcc65a73ba0a98cfe087a418f57156 | diff --git a/test/db.test.js b/test/db.test.js
index <HASH>..<HASH> 100644
--- a/test/db.test.js
+++ b/test/db.test.js
@@ -1,6 +1,6 @@
var should = require('chai').should()
, assert = require('chai').assert
- , testDb = 'workspace/test.db'
+ , testDb = 'workspace/test2.db'
, fs = require('fs')
, path = requ... | Tests: fixes so that the DB's used by db.test.js and cursor.test.js don't interfere and exception checks don't interfere with Mocha | Ivshti_linvodb3 | train | js |
c7bbea83de83fb62fff37d609c30a5c502568696 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(
author_email='erikrose@grinchcentral.com',
license='GPL',
packages=find_packages(exclude=['ez_setup']),
- install_requires=['Nose>=0.11.0', 'blessings>=1.1,<2.0'],
+ install_requires=... | Bump required Blessings version to <I>, because we need `number_of_colors`. | erikrose_nose-progressive | train | py |
a939ca26b8f76907f625736ae3bf437889b80946 | diff --git a/presto-main/src/main/java/com/facebook/presto/operator/ScanFilterAndProjectOperator.java b/presto-main/src/main/java/com/facebook/presto/operator/ScanFilterAndProjectOperator.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/operator/ScanFilterAndProjectOperator.java
+++ ... | Swap finish and close methods to match TableScan | prestodb_presto | train | java |
702083242daf67e84d26c06a5fa563b4a217a4b4 | diff --git a/TVMaze/TVMaze.php b/TVMaze/TVMaze.php
index <HASH>..<HASH> 100644
--- a/TVMaze/TVMaze.php
+++ b/TVMaze/TVMaze.php
@@ -43,7 +43,6 @@ class TVMaze {
$episode_list = array();
foreach($shows['_embedded']['episodes'] as $episode){
$ep = new Episode($episode);
- print_r($episode);
array_push($epi... | Fixed issue where singleSearch was printing for unknown reason | JPinkney_TVMaze-PHP-API-Wrapper | train | php |
0de375f06b6b906b4c1740e5ba3430468f3e5d5f | diff --git a/engine.py b/engine.py
index <HASH>..<HASH> 100644
--- a/engine.py
+++ b/engine.py
@@ -100,8 +100,8 @@ class Engine(object):
class Context(object):
def __init__(self, context_dirs):
self.context_dirs = context_dirs
- self.__cached_environ_variables = {
- key: os.environ[key]... | oh python <I> does not support dict comprehension | moremoban_moban-handlebars | train | py |
dabac96f44ab833479a4af06ec52bf82b3b4d7a2 | diff --git a/test/address_test.rb b/test/address_test.rb
index <HASH>..<HASH> 100644
--- a/test/address_test.rb
+++ b/test/address_test.rb
@@ -23,7 +23,7 @@ class Net::TCPClient::AddressTest < Minitest::Test
describe '.addresses' do
it 'returns one address for a known DNS' do
addresses = Net::TCPCl... | Give test server time to stop before starting a new one. | rocketjob_net_tcp_client | train | rb,rb |
d9993b92433e7f78b681846678daa74a168dc4cf | diff --git a/Element/BaseElement.php b/Element/BaseElement.php
index <HASH>..<HASH> 100644
--- a/Element/BaseElement.php
+++ b/Element/BaseElement.php
@@ -56,7 +56,8 @@ class BaseElement extends HTMLElement
if (is_array($result)) {
$serializer = new JsonSerializer();
- $result = n... | Set appropriate Content-Type header for JSON-serialized response | mapbender_data-source | train | php |
433d0e445e0814ca3a0fced0bac5f125e9075250 | diff --git a/sorna/proto/__init__.py b/sorna/proto/__init__.py
index <HASH>..<HASH> 100644
--- a/sorna/proto/__init__.py
+++ b/sorna/proto/__init__.py
@@ -1,5 +1,5 @@
#! /usr/bin/env python3
-from .serialize import odict, msg_encode, msg_decode
+from .serialize import odict, msg_encode, msg_decode, generate_uuid
-... | refs lablup/sorna#9: Add a common key generator with shorter encoding. | lablup_backend.ai-common | train | py,py |
7f34d2dcf3d1581b54a6ae4dc0a1ae27a9e496bd | diff --git a/spec/ztk/logger_spec.rb b/spec/ztk/logger_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/ztk/logger_spec.rb
+++ b/spec/ztk/logger_spec.rb
@@ -85,7 +85,7 @@ describe ZTK::Logger do
it "should allow writing directly to the log device" do
data = "Hello World"
- IO.write(subject.logdev, data... | tweak code to make it work under ruby <I> | zpatten_ztk | train | rb |
68a8a56dbaed8539c399aabb936b1dfaa48bc12b | diff --git a/src/main/java/io/dropwizard/bundles/assets/AssetServlet.java b/src/main/java/io/dropwizard/bundles/assets/AssetServlet.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/dropwizard/bundles/assets/AssetServlet.java
+++ b/src/main/java/io/dropwizard/bundles/assets/AssetServlet.java
@@ -79,7 +79,14 @@ pu... | Remove CacheBuilder 'ignoring weigher' warning by not registering the weigher unless maximumWeight is part of the spec. | dropwizard-bundles_dropwizard-configurable-assets-bundle | train | java |
f40f9699c9af361882f697a25b25bcbca6ae91e4 | diff --git a/autocompleteServer/src/main/java/de/metalcon/autocompleteServer/Search.java b/autocompleteServer/src/main/java/de/metalcon/autocompleteServer/Search.java
index <HASH>..<HASH> 100644
--- a/autocompleteServer/src/main/java/de/metalcon/autocompleteServer/Search.java
+++ b/autocompleteServer/src/main/java/de/m... | Bugfix: disc-restore method had a different filename than the one the disc-save method has. | renepickhardt_metalcon | train | java |
7fa3b2b1f3c45e2e0048bb65d7da7e9d86753a59 | diff --git a/scim-schema/src/main/java/org/osiam/resources/scim/ErrorResponse.java b/scim-schema/src/main/java/org/osiam/resources/scim/ErrorResponse.java
index <HASH>..<HASH> 100644
--- a/scim-schema/src/main/java/org/osiam/resources/scim/ErrorResponse.java
+++ b/scim-schema/src/main/java/org/osiam/resources/scim/Erro... | Fix deserializability of ErrorResponse
This commit adds the lost Jackson annotations again to make the
ErrorResponse deserializable again. It is a brown paperbag commit. | osiam_connector4java | train | java |
3d5edb8b264b75aee44e17dea90126fa3d89d177 | diff --git a/api/service_consumption.go b/api/service_consumption.go
index <HASH>..<HASH> 100644
--- a/api/service_consumption.go
+++ b/api/service_consumption.go
@@ -292,6 +292,13 @@ func serviceInstances(w http.ResponseWriter, r *http.Request, t auth.Token) erro
return err
}
+// title: service instance status
+/... | api/service: add comments to describe service instance status | tsuru_tsuru | train | go |
d5bf79d5685a762b87e109463df2de6ff0dbe4af | diff --git a/src/nfc/dep.py b/src/nfc/dep.py
index <HASH>..<HASH> 100644
--- a/src/nfc/dep.py
+++ b/src/nfc/dep.py
@@ -64,6 +64,7 @@ class DataExchangeProtocol(object):
def role(self):
"""Role in DEP communication, either 'Target' or 'Initiator'"""
+
class Initiator(DataExchangeProtocol):
ROLE = "... | Need two empty lines before class defintion (flake8). | nfcpy_nfcpy | train | py |
b99e642cf061e23d0c240e6e1a0240fbb95b10d4 | diff --git a/platform/shared/rubyJVM/src/com/rho/db/DBAdapter.java b/platform/shared/rubyJVM/src/com/rho/db/DBAdapter.java
index <HASH>..<HASH> 100644
--- a/platform/shared/rubyJVM/src/com/rho/db/DBAdapter.java
+++ b/platform/shared/rubyJVM/src/com/rho/db/DBAdapter.java
@@ -333,9 +333,11 @@ public class DBAdapter exten... | support <I>.x in db migrate | rhomobile_rhodes | train | java |
5c5ef7078f90bbeb90416fc373edb0946e1adac1 | diff --git a/mapchete/io/vector.py b/mapchete/io/vector.py
index <HASH>..<HASH> 100644
--- a/mapchete/io/vector.py
+++ b/mapchete/io/vector.py
@@ -122,6 +122,8 @@ def _validated_crs(crs):
return CRS().from_epsg(int(crs))
elif isinstance(crs, int):
return CRS().from_epsg(crs)
+ elif isinstance(... | also enable parsing CRS represented as dict | ungarj_mapchete | train | py |
af9fb11f5f3cc220ee2c08071ee9d50f11048b86 | diff --git a/src/Bex/Behat/ExtensionDriverLocator/DriverNodeBuilder.php b/src/Bex/Behat/ExtensionDriverLocator/DriverNodeBuilder.php
index <HASH>..<HASH> 100644
--- a/src/Bex/Behat/ExtensionDriverLocator/DriverNodeBuilder.php
+++ b/src/Bex/Behat/ExtensionDriverLocator/DriverNodeBuilder.php
@@ -49,7 +49,7 @@ class Drive... | Fix driver node builder to be able to merge node values properly by profile | tkotosz_behat-extension-driver-locator | train | php |
94592b06fbf56e9bbb369fa71ab1a271b3fa1876 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -199,7 +199,7 @@ else:
setuptools.setup(
name='grpcio',
- version='0.12.0b6',
+ version='0.12.0b8',
license=LICENSE,
ext_modules=CYTHON_EXTENSION_MODULES,
packages=list(PACKAGES), | Bump Python version for artifact building | grpc_grpc | train | py |
ca4fdcec679672ef1976d131a34ebce136ef966e | diff --git a/src/frontend/controllers/SiteController.php b/src/frontend/controllers/SiteController.php
index <HASH>..<HASH> 100644
--- a/src/frontend/controllers/SiteController.php
+++ b/src/frontend/controllers/SiteController.php
@@ -98,6 +98,10 @@ class SiteController extends Controller
return $this->redirec... | + SiteController::actionProfile for redirect to user profile | hiqdev_hipanel-core | train | php |
9be8bed66a459fe9ad5cff0e5f762db1b5af9a77 | diff --git a/glymur/test/test_opj_suite.py b/glymur/test/test_opj_suite.py
index <HASH>..<HASH> 100644
--- a/glymur/test/test_opj_suite.py
+++ b/glymur/test/test_opj_suite.py
@@ -3447,7 +3447,7 @@ class TestSuiteDump(unittest.TestCase):
# Image header
self.assertEqual(jp2.box[2].box[0].height, 400)
... | Updated for upstream openjpeg changes. #<I> | quintusdias_glymur | train | py |
e8d5e00cc3d8d798fc0dab8d70578dde4a6656b0 | diff --git a/conn_test.go b/conn_test.go
index <HASH>..<HASH> 100644
--- a/conn_test.go
+++ b/conn_test.go
@@ -297,8 +297,13 @@ func TestErrOnMaxPayloadLimit(t *testing.T) {
defer conn.Close()
info := fmt.Sprintf(serverInfo, addr.IP, addr.Port)
conn.Write([]byte(info))
- // Wait a bit for client to connect an... | Wait for client to connect on max payload test before sending | nats-io_go-nats | train | go |
246dedcf4762019b23d4c577356875a1af78810f | diff --git a/mod/workshop/lib.php b/mod/workshop/lib.php
index <HASH>..<HASH> 100644
--- a/mod/workshop/lib.php
+++ b/mod/workshop/lib.php
@@ -3490,7 +3490,7 @@ function workshop_print_submission_title($workshop, $submission) {
$ffurl = "file.php?file=/$filearea/$file";
}
retu... | Give new windows different names so they can be compared more easily | moodle_moodle | train | php |
b14368f5f1248c6bdf4d20391156b749dd59bae7 | diff --git a/src/FileMutex.php b/src/FileMutex.php
index <HASH>..<HASH> 100644
--- a/src/FileMutex.php
+++ b/src/FileMutex.php
@@ -29,7 +29,7 @@ class FileMutex implements Mutex
private $fileName;
/**
- * @param string|null $fileName Name of temporary file to use as a mutex.
+ * @param string $fileN... | Fix docblock type (#<I>) | amphp_sync | train | php |
b4ff4332797d0a665e2dfeb382b6121a00e7b82a | diff --git a/src/SheetsRegistry.js b/src/SheetsRegistry.js
index <HASH>..<HASH> 100644
--- a/src/SheetsRegistry.js
+++ b/src/SheetsRegistry.js
@@ -22,6 +22,8 @@ export default class SheetsRegistry {
const {registry} = this
const {index} = sheet.options
+ if (registry.indexOf(sheet) !== -1) return
+
... | prevent duplicates in the sheets registry #<I> | cssinjs_jss | train | js,js |
0c4747350889707bff68cdd9ffcea5a2878cd477 | diff --git a/lib/facebook_ads/ad_campaign.rb b/lib/facebook_ads/ad_campaign.rb
index <HASH>..<HASH> 100644
--- a/lib/facebook_ads/ad_campaign.rb
+++ b/lib/facebook_ads/ad_campaign.rb
@@ -23,12 +23,17 @@ module FacebookAds
raise Exception, "Optimization goal must be one of: #{FacebookAds::AdSet::OPTIMIZATION_GOAL... | Allow a hash or AdTargeting object for AdSet creation. | tophatter_facebook-ruby-ads-sdk | train | rb |
26a5f4d8b8396a8792ece1b38a8c68c52247fa22 | diff --git a/cmd2.py b/cmd2.py
index <HASH>..<HASH> 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -1600,10 +1600,11 @@ class Cmd(cmd.Cmd):
:return: List[str] - a list of possible tab completions
"""
- # Used to complete ~ and ~user strings with a list of users that have existing home dirs
+ # ... | Added better check for whether a path is a directory | python-cmd2_cmd2 | train | py |
c85ea2e05ed3e17602f364f6286b1392702c05d8 | diff --git a/lib/function_call.js b/lib/function_call.js
index <HASH>..<HASH> 100644
--- a/lib/function_call.js
+++ b/lib/function_call.js
@@ -56,14 +56,16 @@ util.inherits(FunctionCall, events.EventEmitter);
* Fibonacci backoff strategy if none is provided.
* @param strategy Optional strategy to use when instantia... | Make backoffFactory a private member. | MathieuTurcotte_node-backoff | train | js |
c54e3f35ddabe4b6d976eb0825bb99c6ad0b7999 | diff --git a/aeron-archive/src/main/java/io/aeron/archive/ListRecordingsForUriSession.java b/aeron-archive/src/main/java/io/aeron/archive/ListRecordingsForUriSession.java
index <HASH>..<HASH> 100644
--- a/aeron-archive/src/main/java/io/aeron/archive/ListRecordingsForUriSession.java
+++ b/aeron-archive/src/main/java/io/... | [Java] Formatting for readability. | real-logic_aeron | train | java |
daa906ffdfea29e28f26a5965100f645736de450 | diff --git a/deployment_manifest_primatives.go b/deployment_manifest_primatives.go
index <HASH>..<HASH> 100644
--- a/deployment_manifest_primatives.go
+++ b/deployment_manifest_primatives.go
@@ -38,6 +38,7 @@ type InstanceGroup struct {
Jobs []InstanceJob `yaml:"jobs"`
Update Update ... | [#<I>] Added VMExtensions to InstanceGroup | enaml-ops_enaml | train | go |
b736c1f257a7ce5b974ccf652126c498d9f04b16 | diff --git a/app/controls/MultipleFileUpload/MultipleFileUpload.php b/app/controls/MultipleFileUpload/MultipleFileUpload.php
index <HASH>..<HASH> 100644
--- a/app/controls/MultipleFileUpload/MultipleFileUpload.php
+++ b/app/controls/MultipleFileUpload/MultipleFileUpload.php
@@ -71,8 +71,7 @@ class MultipleFileUpload ex... | - default lifeTime changed back to <I>s | jkuchar_MultipleFileUpload | train | php |
3e7eebd91f77d6703d329c28d44c1ac73b2ee9ef | diff --git a/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php b/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php
+++ b/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php
@@ -3... | [TwigBundle] Improved ExceptionController docblocks
Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: [
Fixes the following tickets: -
Todo: - | symfony_symfony | train | php |
1563c33f79294392a5587f06c6befd2d57449b35 | diff --git a/lib/block.js b/lib/block.js
index <HASH>..<HASH> 100644
--- a/lib/block.js
+++ b/lib/block.js
@@ -158,9 +158,16 @@ class Block {
projectCWD = await resolve.cwd,
componentsLockFile = path.join(projectCWD, 'components-lock.json');
+ const globOpts = {
+ ignore: [
+ path.join(resolve.entry(), ... | Exclude entries and tmp files | pzlr_build-core | train | js |
052128c4fc159a7b5f1927a523e7c2826e71fe8f | diff --git a/docs/registry.go b/docs/registry.go
index <HASH>..<HASH> 100644
--- a/docs/registry.go
+++ b/docs/registry.go
@@ -25,6 +25,7 @@ import (
"github.com/docker/docker/dockerversion"
"github.com/docker/docker/pkg/httputils"
+ "github.com/docker/docker/pkg/parsers/kernel"
"github.com/docker/docker/utils"... | Move parsing functions to pkg/parsers and the specific kernel handling
functions to pkg/parsers/kernel, and parsing filters to
pkg/parsers/filter. Adjust imports and package references.
Docker-DCO-<I>- | docker_distribution | train | go |
bd6d0ae461cbe82a23eb7578a6972967ff7f0232 | diff --git a/multi_key_dict/multi_key_dict.py b/multi_key_dict/multi_key_dict.py
index <HASH>..<HASH> 100644
--- a/multi_key_dict/multi_key_dict.py
+++ b/multi_key_dict/multi_key_dict.py
@@ -99,12 +99,10 @@ class multi_key_dict(object):
num_of_keys_we_have = 0
for x in keys:
-... | removed uninentionally added print statements | formiaczek_multi_key_dict | train | py |
f959ff66a1260ed23274c0a58818a6907c0a929e | diff --git a/passwd-linux.js b/passwd-linux.js
index <HASH>..<HASH> 100644
--- a/passwd-linux.js
+++ b/passwd-linux.js
@@ -96,7 +96,7 @@ function changePassword(username, password, callback, algorithm = 6) {
if (userFinded) {
var passwordHash;
- var passwordSalt;;
+ var pas... | Fix 'undefined' password salt.
Fixes a bug that causes the password salt to appear as 'undefined' and the password to be invalid. | gherasima_passwd-linux | train | js |
c9902e912876ce517bb238bb6ab889f60b1cde8a | diff --git a/lib/script-boilerplate.js b/lib/script-boilerplate.js
index <HASH>..<HASH> 100644
--- a/lib/script-boilerplate.js
+++ b/lib/script-boilerplate.js
@@ -355,6 +355,11 @@ function moduleWrapper(name, module, resultStore) {
try {
retval = module[methodName].apply(module._this, args... | Don't ignore errors from init methods | oxygenhq_oxygen | train | js,js |
38f419bfd212b710d0e487ecb4242eb58e42aee1 | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -29,7 +29,7 @@ return array(
'label' => 'QTI item model',
'description' => 'TAO QTI item model',
'license' => 'GPL-2.0',
- 'version' => '8.4.4',
+ 'version' => '8.4.5',
... | Bump patch version
tao-<I> | oat-sa_extension-tao-itemqti | train | php,php |
ed1a34dd6c694fdfdd40a8f858f71c6929e00cb1 | diff --git a/django_xworkflows/__init__.py b/django_xworkflows/__init__.py
index <HASH>..<HASH> 100644
--- a/django_xworkflows/__init__.py
+++ b/django_xworkflows/__init__.py
@@ -2,5 +2,5 @@
# Copyright (c) 2011-2013 Raphaël Barrois
# This code is distributed under the two-clause BSD license.
-__version__ = '0.9.2'... | Version bump to <I>, bis. | rbarrois_django_xworkflows | train | py |
e587d97d51e1b2affcc3ce1eb802d0e83ceb6b45 | diff --git a/src/Mailbox.php b/src/Mailbox.php
index <HASH>..<HASH> 100644
--- a/src/Mailbox.php
+++ b/src/Mailbox.php
@@ -124,8 +124,6 @@ final class Mailbox implements MailboxInterface
*/
public function setFlag(string $flag, $numbers): bool
{
- $this->init();
-
if (\is_array($numbers)... | Mailbox::init removed by #<I> | ddeboer_imap | train | php |
3f26f394beb8f47f69f3a7473da206ad6a164ddc | diff --git a/lib/rest_adapter/exceptions.rb b/lib/rest_adapter/exceptions.rb
index <HASH>..<HASH> 100644
--- a/lib/rest_adapter/exceptions.rb
+++ b/lib/rest_adapter/exceptions.rb
@@ -9,7 +9,7 @@ module DataMapperRest
end
def to_s
- "Resource action failed with code: #{response.code}, message: #{respons... | [dm-rest-adapter] Added the response body in exception message | datamapper_dm-rest-adapter | train | rb |
f12b410f72cfa8a6e91903a98fa7fea1bda6e540 | diff --git a/ezp/Persistence/User.php b/ezp/Persistence/User.php
index <HASH>..<HASH> 100644
--- a/ezp/Persistence/User.php
+++ b/ezp/Persistence/User.php
@@ -28,17 +28,24 @@ class User extends AbstractValueObject
public $login;
/**
+ * User E-Mail address
+ *
+ * @var string
+ */
+ publi... | Updated user struct
User proper variable names and not abbreviations. Added missing email
property. | ezsystems_ezpublish-kernel | train | php |
c977156f9b7ba3f1348cbfcd88a6122a7e14a080 | diff --git a/keychain_darwin.go b/keychain_darwin.go
index <HASH>..<HASH> 100644
--- a/keychain_darwin.go
+++ b/keychain_darwin.go
@@ -1,6 +1,6 @@
package keyring
-import keychain "github.com/99designs/aws-vault/Godeps/_workspace/src/github.com/keybase/go-osxkeychain"
+import keychain "github.com/99designs/aws-vault... | Replace keybase/go-osxkeychain with <I>designs fork | 99designs_keyring | train | go |
a7d1cf92959ce0f4e656a7fdda7d5adaa4ba9213 | diff --git a/common-core-open/src/main/java/com/bbn/bue/common/files/MergeDocIDToFileMaps.java b/common-core-open/src/main/java/com/bbn/bue/common/files/MergeDocIDToFileMaps.java
index <HASH>..<HASH> 100644
--- a/common-core-open/src/main/java/com/bbn/bue/common/files/MergeDocIDToFileMaps.java
+++ b/common-core-open/sr... | output file does not need to exist beforehand | BBN-E_bue-common-open | train | java |
a16537203f1f85b73c48b6cb667eaba80c6d28c3 | diff --git a/workshift/views.py b/workshift/views.py
index <HASH>..<HASH> 100644
--- a/workshift/views.py
+++ b/workshift/views.py
@@ -70,10 +70,10 @@ def add_workshift_context(request):
if not request.user.is_authenticated():
return dict()
to_return = dict()
- for pos in Manager.objects.filter(wo... | Allow superuser / staff to see workshift controls | knagra_farnsworth | train | py |
8fb61f8c0dc59377fb4f6863c4bad9a51cac54c6 | diff --git a/test/psych/test_psych.rb b/test/psych/test_psych.rb
index <HASH>..<HASH> 100644
--- a/test/psych/test_psych.rb
+++ b/test/psych/test_psych.rb
@@ -8,7 +8,17 @@ class TestPsych < Psych::TestCase
Psych.domain_types.clear
end
- def test_line_width
+ def test_line_width_invalid
+ assert_raises(Ar... | Add a failing test for line width #<I> | ruby_psych | train | rb |
678065c687f440bd825ef9aec50378fe55e5f58d | diff --git a/plugins/librato/measurement.go b/plugins/librato/measurement.go
index <HASH>..<HASH> 100644
--- a/plugins/librato/measurement.go
+++ b/plugins/librato/measurement.go
@@ -19,6 +19,7 @@ import (
"fmt"
"regexp"
+ log "github.com/Sirupsen/logrus"
"github.com/dcos/dcos-metrics/plugins"
)
@@ -68,6 +69... | Log a warning if a tag value is overwritten with a different value. | dcos_dcos-metrics | train | go |
f54accba480d3a216805662fe2657dc777530d08 | diff --git a/physical/zookeeper.go b/physical/zookeeper.go
index <HASH>..<HASH> 100644
--- a/physical/zookeeper.go
+++ b/physical/zookeeper.go
@@ -112,16 +112,12 @@ func (c *ZookeeperBackend) Delete(key string) error {
fullPath := c.path + key
- exists, _, err := c.client.Exists(fullPath)
+ err := c.client.Delete... | limit round trips on zk delete | hashicorp_vault | train | go |
a0f29277b72203ac507683e3726d633852870ad1 | diff --git a/prometheus_flask_exporter/multiprocess.py b/prometheus_flask_exporter/multiprocess.py
index <HASH>..<HASH> 100644
--- a/prometheus_flask_exporter/multiprocess.py
+++ b/prometheus_flask_exporter/multiprocess.py
@@ -40,7 +40,7 @@ class MultiprocessPrometheusMetrics(PrometheusMetrics):
__metaclass__ = ... | Fix MultiprocessPrometheusMetrics with explicit registry | rycus86_prometheus_flask_exporter | train | py |
ef9c8cc46c096134a0b5738f801e5a9600715b04 | diff --git a/src/Ups/Shipping.php b/src/Ups/Shipping.php
index <HASH>..<HASH> 100644
--- a/src/Ups/Shipping.php
+++ b/src/Ups/Shipping.php
@@ -441,7 +441,7 @@ class Shipping extends Ups
$request->appendChild($node);
$request->appendChild($xml->createElement('RequestAction', 'ShipAccept'));
- ... | Shipping - Line <I> - we need to use the ShipmentDigest string as a parameter, and not the stdObject | gabrielbull_php-ups-api | train | php |
f066853d09516c09ee90d5122f832685f3b6bdf3 | diff --git a/lib/jss/version.rb b/lib/jss/version.rb
index <HASH>..<HASH> 100644
--- a/lib/jss/version.rb
+++ b/lib/jss/version.rb
@@ -27,6 +27,6 @@
module JSS
### The version of the JSS ruby gem
- VERSION = '0.11.3a1'.freeze
+ VERSION = '1.0.0a1'.freeze
end # module | This version will require Jamf<I>x, so we finally hit <I>! | PixarAnimationStudios_ruby-jss | train | 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.