hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
646690c6906a00ca3274726acd84fb7e5516be0d | diff --git a/randomized-runner/src/test/java/com/carrotsearch/randomizedtesting/timeouts/Test001TimeoutSuite.java b/randomized-runner/src/test/java/com/carrotsearch/randomizedtesting/timeouts/Test001TimeoutSuite.java
index <HASH>..<HASH> 100644
--- a/randomized-runner/src/test/java/com/carrotsearch/randomizedtesting/ti... | Suite timeout must be shorter than test timeout in this test. | randomizedtesting_randomizedtesting | train |
096b55aa90c31b6ed558689274da79a7615ff581 | diff --git a/example_project/config/settings.py b/example_project/config/settings.py
index <HASH>..<HASH> 100644
--- a/example_project/config/settings.py
+++ b/example_project/config/settings.py
@@ -130,6 +130,15 @@ AUTH_USER_MODEL = 'users.CustomUser'
SOCIAL_AUTH_FACEBOOK_KEY = '295137440610143'
SOCIAL_AUTH_FACEBOOK... | Add email to facebook params in example project | st4lk_django-rest-social-auth | train |
88def59b1148ed5460960e720539ceb7960351fa | diff --git a/middleware/swagger-router.js b/middleware/swagger-router.js
index <HASH>..<HASH> 100644
--- a/middleware/swagger-router.js
+++ b/middleware/swagger-router.js
@@ -31,6 +31,8 @@ var fs = require('fs');
var mHelpers = require('./helpers');
var path = require('path');
+var PATH_SEP_REGEX = new RegExp('\\' ... | Uniform controller path for posix and win<I>
Normalize path separators in paths to nested controllers so that x-swagger-router: 'path/to/controller' resolves the same controller on operating systems with different path separators. | apigee-127_swagger-tools | train |
86365c1c47eb7cb0b502fe7ff2fc8776a89db35a | diff --git a/metrology/reporter/librato.py b/metrology/reporter/librato.py
index <HASH>..<HASH> 100644
--- a/metrology/reporter/librato.py
+++ b/metrology/reporter/librato.py
@@ -1,3 +1,8 @@
+import re
+
+from json import dumps
+from time import time
+
from metrology.exceptions import ReporterException
from metrology... | make librato reporter actually report data
Send data to librato as gauges, unless instrument is a counter. | cyberdelia_metrology | train |
e85fab7dfb387c29375ff6b907a3392889deae83 | diff --git a/lib/dictionary-rb/dictionary.rb b/lib/dictionary-rb/dictionary.rb
index <HASH>..<HASH> 100644
--- a/lib/dictionary-rb/dictionary.rb
+++ b/lib/dictionary-rb/dictionary.rb
@@ -77,7 +77,45 @@ module DictionaryRB
@similar_words = @doc.css("#relatedwords .fla a").map(&:text).reject(&:empty?)
@simi... | seprating synonyms from similar words and adding antonyms | AnkurGel_dictionary-rb | train |
3637f9ad92672416f10fce47f4a60679eb73172e | diff --git a/spec/scan_form_spec.rb b/spec/scan_form_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/scan_form_spec.rb
+++ b/spec/scan_form_spec.rb
@@ -1,63 +1,63 @@
-require 'spec_helper'
+# require 'spec_helper'
-describe EasyPost::ScanForm do
- describe '#create' do
- context 'tracking code string' do
- be... | Disabling scan form tests until they can be re-written for the new preferred flow of creating them from batches. | EasyPost_easypost-ruby | train |
b82e04818adf958d37a64e9d7b721012fd697deb | diff --git a/src/main/java/org/sonar/plugins/cobertura/CoberturaReportParser.java b/src/main/java/org/sonar/plugins/cobertura/CoberturaReportParser.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/sonar/plugins/cobertura/CoberturaReportParser.java
+++ b/src/main/java/org/sonar/plugins/cobertura/CoberturaReportP... | Coverage fails with wrong number of lines | galexandre_sonar-cobertura | train |
9997937697178275b4a1562b720cf83322af4972 | diff --git a/dispatch/modules/content/models.py b/dispatch/modules/content/models.py
index <HASH>..<HASH> 100644
--- a/dispatch/modules/content/models.py
+++ b/dispatch/modules/content/models.py
@@ -89,6 +89,8 @@ class Publishable(Model):
return revision
def check_stale(self):
+ if self.revision_... | fixing check_stale() method for first instance | ubyssey_dispatch | train |
1e332b0c2d9271d388db05bfce09aea63ad975d5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,7 @@ setup(
'Twisted>=13.1.0',
'pyOpenSSL>=0.13',
'automat',
+ 'pretend',
],
license="MIT",
platforms=["any"], | need pretend for a few test cases | twisted_vertex | train |
48fafea5ab1948985665fcf83e9ff90edf846512 | diff --git a/src/WebinoDev/Test/Selenium/AbstractTestCase.php b/src/WebinoDev/Test/Selenium/AbstractTestCase.php
index <HASH>..<HASH> 100644
--- a/src/WebinoDev/Test/Selenium/AbstractTestCase.php
+++ b/src/WebinoDev/Test/Selenium/AbstractTestCase.php
@@ -56,7 +56,7 @@ abstract class AbstractTestCase extends \PHPUnit_Fr... | Updated Selenium\AbstractTestCase, added resolveCapabilities() fixing google-chrome in OpenVZ | webino_WebinoDev | train |
e2f9a122011959ac3669a70c928dd52ab10e6ede | diff --git a/lib/sinapse/publishable.rb b/lib/sinapse/publishable.rb
index <HASH>..<HASH> 100644
--- a/lib/sinapse/publishable.rb
+++ b/lib/sinapse/publishable.rb
@@ -3,17 +3,13 @@ require 'msgpack'
module Sinapse
module Publishable
- def self.included(klass)
- unless klass.method_defined?(:publish)
- ... | Always alias #sinapse_publish to #publish | ysbaddaden_sinapse | train |
cce743c2bb10a2342530c1b13ed743ac8d345493 | diff --git a/rdfunit-junit/src/main/java/org/aksw/rdfunit/junit/RdfUnitJunitRunner.java b/rdfunit-junit/src/main/java/org/aksw/rdfunit/junit/RdfUnitJunitRunner.java
index <HASH>..<HASH> 100644
--- a/rdfunit-junit/src/main/java/org/aksw/rdfunit/junit/RdfUnitJunitRunner.java
+++ b/rdfunit-junit/src/main/java/org/aksw/rdf... | Issue #<I>: support @Ignore | AKSW_RDFUnit | train |
02cc25a84f0e1c5e28951551a501307a4238d4b9 | diff --git a/App.php b/App.php
index <HASH>..<HASH> 100644
--- a/App.php
+++ b/App.php
@@ -48,7 +48,6 @@ class App extends Extension {
array_push($this->middlewareDirectories, __DIR__ . '/middleware');
}
$this->slim = new Slim();
- $this->slim->error(array($this, 'errorHandler'));
parent::__con... | Error messages fixes to tests and app. | prolificinteractive_mabi | train |
5a470883ceffc9734f3720a1dc78e1fb0c7ae4f1 | diff --git a/gameserver/php/Auth/OpenID.php b/gameserver/php/Auth/OpenID.php
index <HASH>..<HASH> 100755
--- a/gameserver/php/Auth/OpenID.php
+++ b/gameserver/php/Auth/OpenID.php
@@ -301,9 +301,9 @@ class Auth_OpenID {
$pairs = array();
foreach ($data as $key => $value) {
if (is_array($va... | Trying to fix openid issues. | CatLabInteractive_dolumar-engine | train |
a351974462b237153aa3dd7c458fa2c8d4f3754c | diff --git a/src/Admin/Dashboard/Widget/Users.php b/src/Admin/Dashboard/Widget/Users.php
index <HASH>..<HASH> 100644
--- a/src/Admin/Dashboard/Widget/Users.php
+++ b/src/Admin/Dashboard/Widget/Users.php
@@ -57,10 +57,10 @@ class Users extends Base
<<<EOT
<tr>
<td>%... | Centering stats in dashbaord widget | nails_module-auth | train |
f7d70993e2cb565e2268c05c3b4842fae8013e2c | diff --git a/library/src/main/java/com/ogaclejapan/smarttablayout/SmartTabLayout.java b/library/src/main/java/com/ogaclejapan/smarttablayout/SmartTabLayout.java
index <HASH>..<HASH> 100755
--- a/library/src/main/java/com/ogaclejapan/smarttablayout/SmartTabLayout.java
+++ b/library/src/main/java/com/ogaclejapan/smarttab... | Fixed a condition code of onSizeChanged for always in center | ogaclejapan_SmartTabLayout | train |
a52c878ce6cd9386504777acef13237b78d501f3 | diff --git a/lib/sk_sdk/base.rb b/lib/sk_sdk/base.rb
index <HASH>..<HASH> 100644
--- a/lib/sk_sdk/base.rb
+++ b/lib/sk_sdk/base.rb
@@ -15,9 +15,9 @@ class SK::SDK::Base < ActiveResource::Base
self.format = :json
# hook before init in activeresource base because json comes in nested:
# {client={data}
- def ini... | fixed ActiveResource <I> incompatibility | salesking_sk_sdk | train |
ee9676855c16964c832090a72be39c1b57df2fe1 | diff --git a/example/cleaner.go b/example/cleaner.go
index <HASH>..<HASH> 100644
--- a/example/cleaner.go
+++ b/example/cleaner.go
@@ -2,10 +2,14 @@ package main
import (
"github.com/adjust/queue"
+ "time"
)
func main() {
connection := queue.OpenConnection("cleaner", "localhost", "6379", 2)
cleaner := queu... | Queue example cleaner clean every second | adjust_rmq | train |
5a4676d0933a448a6f9ec4f72b31524653e5bd26 | diff --git a/lib/websearch_external_collections.py b/lib/websearch_external_collections.py
index <HASH>..<HASH> 100644
--- a/lib/websearch_external_collections.py
+++ b/lib/websearch_external_collections.py
@@ -123,7 +123,7 @@ def build_seealso_links(basic_search_units, seealso_engines, lang, query):
for engine in... | Print "Haven't found what you were looking for?" links in the grayish
"google" style, as it used to be. | inveniosoftware_invenio-records | train |
4b4646b5b0924f291a1e23c7b1a9ff20ba085dab | diff --git a/src/Walk.php b/src/Walk.php
index <HASH>..<HASH> 100644
--- a/src/Walk.php
+++ b/src/Walk.php
@@ -43,13 +43,13 @@ class Walk implements DualAggregate
* create new walk instance between given set of Vertices / array of Vertex instances
*
* @param Vertices|Vertex[] $vertices
- * @para... | Support selecting walk edges by arbitrary attribute names | graphp_graph | train |
e433f8997619dd685fdcf08f34721dfa651052d9 | diff --git a/ey_services_api.gemspec b/ey_services_api.gemspec
index <HASH>..<HASH> 100644
--- a/ey_services_api.gemspec
+++ b/ey_services_api.gemspec
@@ -5,11 +5,11 @@ require "ey_services_api/version"
Gem::Specification.new do |s|
s.name = "ey_services_api"
s.version = EY::ServicesAPI::VERSION
- s.... | fix for renamed gem_integration_test methods | engineyard_ey_services_api | train |
a83fd8f443462bea12bfbfd9ea7470de580a179d | diff --git a/src/server/pachyderm_test.go b/src/server/pachyderm_test.go
index <HASH>..<HASH> 100644
--- a/src/server/pachyderm_test.go
+++ b/src/server/pachyderm_test.go
@@ -8546,6 +8546,71 @@ func TestKafka(t *testing.T) {
}
}
+func TestDeferredProcessing(t *testing.T) {
+ if testing.Short() {
+ t.Skip("Skippin... | Adds failing test for deferred processing. | pachyderm_pachyderm | train |
ed02a75ab5bd30d9be6af32edb875e50181b776c | diff --git a/lib/chatwork.rb b/lib/chatwork.rb
index <HASH>..<HASH> 100644
--- a/lib/chatwork.rb
+++ b/lib/chatwork.rb
@@ -5,6 +5,7 @@ module ChatWork
autoload :BaseClient, "chatwork/base_client"
autoload :APIConnectionError, "chatwork/chatwork_error"
autoload :APIError, "chatwork/chatwork_er... | Fixed. uninitialized constant ChatWork::AuthenticateError when other error class has not been called at all
Fixed #<I> | asonas_chatwork-ruby | train |
9810400708905d1c0e74f09e842a70d6cb7fd8e9 | diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/trello.py b/datadog_checks_dev/datadog_checks/dev/tooling/trello.py
index <HASH>..<HASH> 100644
--- a/datadog_checks_dev/datadog_checks/dev/tooling/trello.py
+++ b/datadog_checks_dev/datadog_checks/dev/tooling/trello.py
@@ -66,7 +66,6 @@ class TrelloClient:
... | Fix team assignment for 'agent-metrics-logs' and 'agent-shared-components' (#<I>) | DataDog_integrations-core | train |
16ff590c4b2c8e23954bd62af03ce558b1a6d8f7 | diff --git a/validator/tests/integration/test_genesis_util.py b/validator/tests/integration/test_genesis_util.py
index <HASH>..<HASH> 100644
--- a/validator/tests/integration/test_genesis_util.py
+++ b/validator/tests/integration/test_genesis_util.py
@@ -25,6 +25,7 @@ from sawtooth.exceptions import MessageException
f... | non-functionals: key mgmt test harness function
We should use the same functionality to deal with keys that the cli
uses, and switch to such a method. This method provides all the
information you'd currently need for various purposes. | hyperledger_sawtooth-core | train |
8cf5c1c464587a53c8727bc36ff4c1aa223f71ff | diff --git a/src/com/opera/core/systems/OperaDriver.java b/src/com/opera/core/systems/OperaDriver.java
index <HASH>..<HASH> 100644
--- a/src/com/opera/core/systems/OperaDriver.java
+++ b/src/com/opera/core/systems/OperaDriver.java
@@ -165,10 +165,7 @@ public class OperaDriver implements WebDriver, FindsByLinkText, Find... | Correct shutdown method to always call quit() | operasoftware_operaprestodriver | train |
742d6915f292e28b0dee235ca8afbeabbdfc47d2 | diff --git a/system/CodeIgniter.php b/system/CodeIgniter.php
index <HASH>..<HASH> 100644
--- a/system/CodeIgniter.php
+++ b/system/CodeIgniter.php
@@ -35,6 +35,7 @@
* @since Version 3.0.0
* @filesource
*/
+use CodeIgniter\HTTP\DownloadResponse;
use CodeIgniter\HTTP\RedirectResponse;
use CodeIgniter\HTTP\Request... | feat: Changed to exit when Controller returned DownloadResponse. | codeigniter4_CodeIgniter4 | train |
70d4b22479dc803bbe79e33bee1d8f35d7bd09ef | diff --git a/cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/DefaultApplications.java b/cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/DefaultApplications.java
index <HASH>..<HASH> 100644
--- a/cloudfoundry-operations/src/main/java/org/cloudfoundry/operatio... | Fix Errant Dot Prefix On Route
Previously when retrieving a manifest containing a tcp route the route would be rendered
with a preceding '.' if it had no host. This commit removes the dot.
[resolves #<I>] | cloudfoundry_cf-java-client | train |
f771a71bded1fa9b9d7f2ef17f51929685ea9214 | diff --git a/saltcloud/utils/parsers.py b/saltcloud/utils/parsers.py
index <HASH>..<HASH> 100644
--- a/saltcloud/utils/parsers.py
+++ b/saltcloud/utils/parsers.py
@@ -13,10 +13,11 @@ from functools import partial
# Import salt libs
import salt.config
-from salt.utils import parsers
+import salt.utils.parsers as par... | Allow for the computed configuration to be dumped to the console. | saltstack_salt | train |
d3996674d5574c67a264269de33fde2d4374264e | diff --git a/js/buda.js b/js/buda.js
index <HASH>..<HASH> 100644
--- a/js/buda.js
+++ b/js/buda.js
@@ -360,7 +360,7 @@ module.exports = class buda extends Exchange {
}
const id = this.safeString (currency, 'id');
const code = this.safeCurrencyCode (id);
- const tickSize... | buda fetchCurrencies minor naming edits | ccxt_ccxt | train |
40cb9d1c51b09f83d70564d52260854a8ce1bd19 | diff --git a/src/Probability/Distribution/Continuous/Weibull.php b/src/Probability/Distribution/Continuous/Weibull.php
index <HASH>..<HASH> 100644
--- a/src/Probability/Distribution/Continuous/Weibull.php
+++ b/src/Probability/Distribution/Continuous/Weibull.php
@@ -1,6 +1,8 @@
<?php
namespace Math\Probability\Distri... | Add use statement to Weibull distribution. | markrogoyski_math-php | train |
e1accd068d6b06f711199b8d56e2908d724d037d | diff --git a/rocketchat_API/rocketchat.py b/rocketchat_API/rocketchat.py
index <HASH>..<HASH> 100644
--- a/rocketchat_API/rocketchat.py
+++ b/rocketchat_API/rocketchat.py
@@ -163,9 +163,14 @@ class RocketChat:
# Chat
- def chat_post_message(self, room_id, text, **kwargs):
+ def chat_post_message(self, te... | - chat_post_message now takes both roomId and channel | jadolg_rocketchat_API | train |
ba2c5ad01922dc45d133cb9bd98187cd5ce34869 | diff --git a/pyzotero/zotero.py b/pyzotero/zotero.py
index <HASH>..<HASH> 100644
--- a/pyzotero/zotero.py
+++ b/pyzotero/zotero.py
@@ -83,6 +83,9 @@ class Zotero(object):
raise ze.RateLimitExceeded, \
"Invalid request, probably due to unsupported parameters: %s" % \
data
+ ... | Raise a ResourceNotFound error and show URL if nothing's found | urschrei_pyzotero | train |
ad7a36bf91c21d5a5aca0afe4ade7110a65c0724 | diff --git a/salt/modules/win_pkg.py b/salt/modules/win_pkg.py
index <HASH>..<HASH> 100644
--- a/salt/modules/win_pkg.py
+++ b/salt/modules/win_pkg.py
@@ -375,7 +375,7 @@ def refresh_db(saltenv='base'):
return cached_files
-def genrepo():
+def genrepo(saltenv='base'):
'''
Generate win_repo_cachefile ... | update genrepo to work on the minion | saltstack_salt | train |
b6d04f31a53f768d72baef57ca159b3bb69c2c2d | diff --git a/autorender.js b/autorender.js
index <HASH>..<HASH> 100644
--- a/autorender.js
+++ b/autorender.js
@@ -109,10 +109,12 @@ export default function (AppState, AppComponent) {
* The in-memory markup is used in node_modules/react/lib/ReactMount -> _mountImageIntoNode method.
*/
function normalizeMarkup (htm... | Fix issue with rendering - not the best, but works | canjs_can-react | train |
15c5b261bbb5b9972a1126049ab34deb91ce9d76 | diff --git a/python/dllib/src/bigdl/dllib/nn/criterion.py b/python/dllib/src/bigdl/dllib/nn/criterion.py
index <HASH>..<HASH> 100644
--- a/python/dllib/src/bigdl/dllib/nn/criterion.py
+++ b/python/dllib/src/bigdl/dllib/nn/criterion.py
@@ -491,12 +491,12 @@ class KLDCriterion(Criterion):
The input has to be a table... | Refine KLDCriterion (#<I>)
* optimize KLDCriterion
* address comments
* fix tests | intel-analytics_BigDL | train |
06c72a30f204d1ef7123a1f967ee5579ef98e9d2 | diff --git a/vcap-spring/src/main/java/vcap/spring/YamlPropertiesPersister.java b/vcap-spring/src/main/java/vcap/spring/YamlPropertiesPersister.java
index <HASH>..<HASH> 100644
--- a/vcap-spring/src/main/java/vcap/spring/YamlPropertiesPersister.java
+++ b/vcap-spring/src/main/java/vcap/spring/YamlPropertiesPersister.ja... | Fixed bug when dealing with numeric values in YAML config and wrote tests for bug. | cloudfoundry-community_cf-java-component | train |
070f626c962754d9376e274a9a43656e1dfb9ee6 | diff --git a/packages/cozy-client/src/CozyClient.js b/packages/cozy-client/src/CozyClient.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-client/src/CozyClient.js
+++ b/packages/cozy-client/src/CozyClient.js
@@ -571,7 +571,11 @@ client.query(Q('io.cozy.bills'))`)
this.ensureStore()
const existingQuery = ge... | feat: Add support for bookmark pagination on _find queries
BREAKING CHANGE: the `meta: {count}` in the response no longer exist.
It was used to know how many docs were returned so far and was
computed with the skip value.
If the client needs this, it can be overcomed by keeping track of the
returned docs for each quer... | cozy_cozy-client | train |
47922b7259d95317c292183fd6221922961342e5 | diff --git a/spec/lib/onebox/engine/clickthrough_spec.rb b/spec/lib/onebox/engine/clickthrough_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/onebox/engine/clickthrough_spec.rb
+++ b/spec/lib/onebox/engine/clickthrough_spec.rb
@@ -9,7 +9,7 @@ describe Onebox::Engine::ClickThroughOnebox do
end
it "returns vi... | update expect result in test #<I> | discourse_onebox | train |
e2a6e49d4c7acfebb7a0e7a25c3f2332a59558ea | diff --git a/formats/code.js b/formats/code.js
index <HASH>..<HASH> 100644
--- a/formats/code.js
+++ b/formats/code.js
@@ -65,7 +65,11 @@ class CodeBlock extends Block {
}
length() {
- return this.domNode.textContent.length;
+ let length = this.domNode.textContent.length;
+ if (!this.domNode.textConten... | fix code length calculation
blocks need to return correct length regardless of optimization state | quilljs_quill | train |
0154ce780f0cb52505087a28c1f31fb911c930f5 | diff --git a/app/src/main/java/com/mikepenz/materialdrawer/app/MiniDrawerActivity.java b/app/src/main/java/com/mikepenz/materialdrawer/app/MiniDrawerActivity.java
index <HASH>..<HASH> 100755
--- a/app/src/main/java/com/mikepenz/materialdrawer/app/MiniDrawerActivity.java
+++ b/app/src/main/java/com/mikepenz/materialdraw... | * add more comments to the MiniDrawerActivity
* improve shadow and directly define it on the CrossFadeSlidingPaneLayout | mikepenz_MaterialDrawer | train |
a7e44aa407e925cc51248951f62cf7eaa836143e | diff --git a/src/it/unimi/di/law/bubing/Agent.java b/src/it/unimi/di/law/bubing/Agent.java
index <HASH>..<HASH> 100644
--- a/src/it/unimi/di/law/bubing/Agent.java
+++ b/src/it/unimi/di/law/bubing/Agent.java
@@ -29,6 +29,7 @@ import it.unimi.di.law.warc.filters.parser.ParseException;
import it.unimi.dsi.fastutil.bytes.... | New getKnownCount() method to estimate quickly the number of known agents | LAW-Unimi_BUbiNG | train |
93a120df4bd4a3232900604593b9564bea69cf7c | diff --git a/klab/db/sqlalchemy_interface.py b/klab/db/sqlalchemy_interface.py
index <HASH>..<HASH> 100644
--- a/klab/db/sqlalchemy_interface.py
+++ b/klab/db/sqlalchemy_interface.py
@@ -25,6 +25,7 @@ from sqlalchemy.orm import scoped_session, sessionmaker
from sqlalchemy import create_engine, and_
from sqlalchemy im... | Improving row_to_dict. | Kortemme-Lab_klab | train |
9f036e8ae170d8a71b71d3c8ac04126017df9184 | diff --git a/djstripe/migrations/0004_2_1.py b/djstripe/migrations/0004_2_1.py
index <HASH>..<HASH> 100644
--- a/djstripe/migrations/0004_2_1.py
+++ b/djstripe/migrations/0004_2_1.py
@@ -482,6 +482,7 @@ class Migration(migrations.Migration):
default="",
help_text="An ar... | Add blank=True to the description field of PaymentIntent | dj-stripe_dj-stripe | train |
fa30733ee991fc8dd7da8c8cb7f40169c4f8eb67 | diff --git a/saltcloud/clouds/ec2.py b/saltcloud/clouds/ec2.py
index <HASH>..<HASH> 100644
--- a/saltcloud/clouds/ec2.py
+++ b/saltcloud/clouds/ec2.py
@@ -621,10 +621,6 @@ def create(vm_=None, call=None):
else:
return {vm_['name']: 'Failed to authenticate'}
- sudo = True
- if 'sudo' in vm_... | Properly get/compute the `sudo` value on create. | saltstack_salt | train |
cfae574dc7546ec1f6eb7ad1bfd9dadb666de4d5 | diff --git a/org.openwms.common/org.openwms.common.comm/src/main/java/org/openwms/common/comm/DriverConfig.java b/org.openwms.common/org.openwms.common.comm/src/main/java/org/openwms/common/comm/DriverConfig.java
index <HASH>..<HASH> 100644
--- a/org.openwms.common/org.openwms.common.comm/src/main/java/org/openwms/comm... | #<I> worked to refactor channel adapters. not finished | openwms_org.openwms | train |
dab8536f093aad5be301fa513ee261230da91d72 | diff --git a/tests/test_api.py b/tests/test_api.py
index <HASH>..<HASH> 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -10,7 +10,7 @@ try:
except ImportError:
import mock
-from kplr.api import API, Model
+from kplr.api import API, Model, KOI, Planet, Star
from kplr.config import KPLR_ROOT
@@ -96... | Basic tests for KOI, Planet and Star model classes. | dfm_kplr | train |
6fafac6b2fc588383c4eebb5fed596ade51b3ee4 | diff --git a/ndio/remote/neurodata.py b/ndio/remote/neurodata.py
index <HASH>..<HASH> 100644
--- a/ndio/remote/neurodata.py
+++ b/ndio/remote/neurodata.py
@@ -703,7 +703,7 @@ class neurodata(Remote):
tmpfile = ramon.ramon_to_hdf5(i, tmpfile)
url = self.url("{}/{}/".format(token, channel)... | i did not steal this code from stackoverflow | neurodata_ndio | train |
f6d2fbc4cf74df840157743e6b780ce9bf9d61df | diff --git a/src/sap.ui.dt/src/sap/ui/dt/Overlay.js b/src/sap.ui.dt/src/sap/ui/dt/Overlay.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.dt/src/sap/ui/dt/Overlay.js
+++ b/src/sap.ui.dt/src/sap/ui/dt/Overlay.js
@@ -762,8 +762,12 @@ function(jQuery, Control, MutationObserver, ElementUtil, OverlayUtil, DOMUtil) {
if ... | [FIX]sap.ui.rta: DT Metadata ignore() called for destroyed element
The ignore() function gets called with an undefined parameter during the
destruction of a control. This fix prevents that the function gets
called if the control is no longer there.
Change-Id: If3b1a<I>af<I>f<I>bc3cde3b<I>a4e7c<I>f8ae<I> | SAP_openui5 | train |
e576b6786e30fcd7e06846d6021caca9c7f9610b | diff --git a/lib/pghero/methods/query_stats.rb b/lib/pghero/methods/query_stats.rb
index <HASH>..<HASH> 100644
--- a/lib/pghero/methods/query_stats.rb
+++ b/lib/pghero/methods/query_stats.rb
@@ -272,7 +272,7 @@ module PgHero
end
def explainable?(query)
- query =~ /select/i && !query.include?("?)"... | Query is not explainable if contains $1 | ankane_pghero | train |
8a9791dd86171d772816db72e74133d85cbfc832 | diff --git a/examples/icon-list.py b/examples/icon-list.py
index <HASH>..<HASH> 100644
--- a/examples/icon-list.py
+++ b/examples/icon-list.py
@@ -33,6 +33,7 @@ scroll.add(icons)
win = gtk.Window()
win.add(scroll)
+win.set_size_request(600, 400)
win.show_all()
win.connect('destroy', gtk.main_quit) | add window size to the icon-list example | sci-bots_pygtkhelpers | train |
6f6b1cdd4d7c7942d70636501e0ffac19d00afee | diff --git a/src/Bundle/DependencyInjection/Compiler/DoctrineTargetEntitiesResolverPass.php b/src/Bundle/DependencyInjection/Compiler/DoctrineTargetEntitiesResolverPass.php
index <HASH>..<HASH> 100644
--- a/src/Bundle/DependencyInjection/Compiler/DoctrineTargetEntitiesResolverPass.php
+++ b/src/Bundle/DependencyInjecti... | Ensure forward compatibility with ResolveTargetEntityListener | Sylius_SyliusResourceBundle | train |
a4b236d87ca573f0e8e6d4e50d453402e25cd8f6 | diff --git a/bcbio/pipeline/sra.py b/bcbio/pipeline/sra.py
index <HASH>..<HASH> 100644
--- a/bcbio/pipeline/sra.py
+++ b/bcbio/pipeline/sra.py
@@ -41,7 +41,7 @@ def query_gsm(gsm, out_file, config = {}):
logger.debug("Get id sample for %s" % gsm)
if ids:
gsm_info = _query_info("sra", ids[-1])
- ... | Added () and explicit use of arrays as parameter | bcbio_bcbio-nextgen | train |
ea31b059daeb77e248559818adee3da1fbad157c | diff --git a/src/Plugin.php b/src/Plugin.php
index <HASH>..<HASH> 100644
--- a/src/Plugin.php
+++ b/src/Plugin.php
@@ -12,19 +12,10 @@
namespace Proffer;
use Cake\Core\BasePlugin;
-use Cake\Core\Configure;
/**
* Default Plugin class
*/
class Plugin extends BasePlugin
{
- /**
- * Initialize plugin
- ... | removed use of configure, removed empty initialize method | davidyell_CakePHP3-Proffer | train |
b9c0e82e29e9bf63ee41355844398ebf4940883d | diff --git a/insights/client/collection_rules.py b/insights/client/collection_rules.py
index <HASH>..<HASH> 100644
--- a/insights/client/collection_rules.py
+++ b/insights/client/collection_rules.py
@@ -15,6 +15,7 @@ from config import CONFIG as config
APP_NAME = constants.app_name
logger = logging.getLogger(__name... | Adding more net-debug logging previously missed | RedHatInsights_insights-core | train |
8b4459e7e11772b18ae0335f48389b993203cc87 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -36,6 +36,7 @@ from _config import *
extensions = [
# '_config.cakephpbranch',
# 'sphinx.ext.todo'
+ 'sphinxcontrib.phpdomain'
]
# Add any paths that contain templates here, relative to this director... | Updated Sphinx config to include pygments for phpinline | FriendsOfCake_crud-json-api | train |
a69efc8d29bd8a8f242a2e64dfc4e657851984b7 | diff --git a/src/redux-persist-cookie-storage.js b/src/redux-persist-cookie-storage.js
index <HASH>..<HASH> 100644
--- a/src/redux-persist-cookie-storage.js
+++ b/src/redux-persist-cookie-storage.js
@@ -14,7 +14,7 @@ function CookieStorage(cookies, options) {
}
CookieStorage.prototype.getItem = function (key, callb... | Return actual null when item can't be found | abersager_redux-persist-cookie-storage | train |
3157f8216d66ed5363139248735d3720e90a88ab | diff --git a/src/cf/commands/quota/update_quota.go b/src/cf/commands/quota/update_quota.go
index <HASH>..<HASH> 100644
--- a/src/cf/commands/quota/update_quota.go
+++ b/src/cf/commands/quota/update_quota.go
@@ -29,12 +29,14 @@ func (command *updateQuota) Metadata() command_metadata.CommandMetadata {
return command_me... | admin should be able to allow or disallow paid service plans in 'cf update-quota'
[Finishes #<I>] | cloudfoundry_cli | train |
57c87d3b6690f2ac6f31ac0ba89cedbc03ffa3b6 | diff --git a/api/doc.go b/api/doc.go
index <HASH>..<HASH> 100644
--- a/api/doc.go
+++ b/api/doc.go
@@ -1,5 +1,3 @@
-package api
-
/*
API is the API Gateway for Micro.
@@ -7,3 +5,5 @@ It allows an API to be composed of
many micro services and converts HTTP to RPC. It uses path-to-name resolution
to determine the s... | Only visible in godoc when comment is first | micro_micro | train |
2546d424b5890577999ae6b467052fec80e6a927 | diff --git a/bumpversion/__init__.py b/bumpversion/__init__.py
index <HASH>..<HASH> 100644
--- a/bumpversion/__init__.py
+++ b/bumpversion/__init__.py
@@ -18,6 +18,7 @@ import os
import re
import sre_constants
import subprocess
+import warnings
import io
from string import Formatter
from datetime import datetime
... | give warnings on soon-to-be-deprecated uses | c4urself_bump2version | train |
19f08a635e88f0e662dbd79496c4f6e69c444590 | diff --git a/python/weka/flow/source.py b/python/weka/flow/source.py
index <HASH>..<HASH> 100644
--- a/python/weka/flow/source.py
+++ b/python/weka/flow/source.py
@@ -18,6 +18,7 @@
import os
import re
from weka.flow.base import Actor, OutputProducer, Token
+from weka.core.database import InstanceQuery
class Sou... | source for retrieving data from databases: LoadDatabase | fracpete_python-weka-wrapper | train |
8b050211be9b42b64957c3a1ade1d7ab9541053c | diff --git a/core/src/main/java/hudson/matrix/MatrixBuild.java b/core/src/main/java/hudson/matrix/MatrixBuild.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/matrix/MatrixBuild.java
+++ b/core/src/main/java/hudson/matrix/MatrixBuild.java
@@ -128,7 +128,7 @@ public class MatrixBuild extends AbstractBuil... | matrix build shouldn't wait for the quiet period. That's pointless (#<I>)
git-svn-id: <URL> | jenkinsci_jenkins | train |
a9f7cfcc7a72bc3ad27f6bd5cabef4db31b98a93 | diff --git a/src/main/java/org/primefaces/component/carousel/CarouselRenderer.java b/src/main/java/org/primefaces/component/carousel/CarouselRenderer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/primefaces/component/carousel/CarouselRenderer.java
+++ b/src/main/java/org/primefaces/component/carousel/Carouse... | Started responsive work for carousel | primefaces_primefaces | train |
b9a25f2a21a885590d0d03c7bccb1669ab3fe779 | diff --git a/lib/sidekiq_unique_jobs/version.rb b/lib/sidekiq_unique_jobs/version.rb
index <HASH>..<HASH> 100644
--- a/lib/sidekiq_unique_jobs/version.rb
+++ b/lib/sidekiq_unique_jobs/version.rb
@@ -3,5 +3,5 @@
module SidekiqUniqueJobs
#
# @return [String] the current SidekiqUniqueJobs version
- VERSION = "7.1.... | Bump sidekiq-unique-jobs to <I> | mhenrixon_sidekiq-unique-jobs | train |
9a4e9933c9e0c3879a3fee6886f58673bdbc0455 | diff --git a/modules/bindings/__tests__/createComponentFactory-test.js b/modules/bindings/__tests__/createComponentFactory-test.js
index <HASH>..<HASH> 100644
--- a/modules/bindings/__tests__/createComponentFactory-test.js
+++ b/modules/bindings/__tests__/createComponentFactory-test.js
@@ -4,6 +4,8 @@ import PropTypes ... | improve monolithic className in devMode | as-com_alef | train |
6152e4e04431a5669713c7916d6b605f8651763a | diff --git a/datascience/maps.py b/datascience/maps.py
index <HASH>..<HASH> 100644
--- a/datascience/maps.py
+++ b/datascience/maps.py
@@ -286,8 +286,11 @@ class Map(_FoliumWrapper, collections.abc.Mapping):
_read_geojson_features(feature, features, prefix + '.' + key)
elif feature_type ==... | expose polygons for a Region | data-8_datascience | train |
f9694b958c35a4038c889ea1ffebc8e6c148e6d3 | diff --git a/lib/bibreformat.py b/lib/bibreformat.py
index <HASH>..<HASH> 100644
--- a/lib/bibreformat.py
+++ b/lib/bibreformat.py
@@ -1,7 +1,7 @@
## -*- mode: python; coding: utf-8; -*-
##
## This file is part of Invenio.
-## Copyright (C) 2007, 2008, 2010, 2011 CERN.
+## Copyright (C) 2007, 2008, 2010, 2011, 2012 ... | BibFormat: removal of unneeded bibfmt.id column
* Removes unnecessary bibfmt.id auto-incremented column that was
creating problems with auto-increment ID space exhaustion after
records were modified and their HB and other formats deleted
and subsequently recreated using new auto-incremented ID.
Using (record I... | inveniosoftware_invenio-formatter | train |
b401e104b32caad1c9f5c3d2367ce09f0e3a186a | diff --git a/pymagicc/definitions/__init__.py b/pymagicc/definitions/__init__.py
index <HASH>..<HASH> 100644
--- a/pymagicc/definitions/__init__.py
+++ b/pymagicc/definitions/__init__.py
@@ -341,7 +341,9 @@ def convert_magicc7_to_openscm_variables(variables, inverse=False):
"""
if inverse:
return app... | xfail tests which expect warnings | openclimatedata_pymagicc | train |
e34ca3820e6c594f045dedd0ef103cb18ac23f04 | diff --git a/filemail/filemail.py b/filemail/filemail.py
index <HASH>..<HASH> 100644
--- a/filemail/filemail.py
+++ b/filemail/filemail.py
@@ -9,7 +9,7 @@ from calendar import timegm
from urls import getURL
from config import Config
-from errors import hellraiser, FMBaseError
+from errors import hellraiser, FMBaseE... | added renameFile and deleteFile methods | apetrynet_pyfilemail | train |
745b2d72f36c4217008c4c6bd0c6697d218cc6d9 | diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index <HASH>..<HASH> 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -267,6 +267,14 @@ class FoldMessagesCommand(Command):
widget.fold(visible=False)
+@registerCommand(MODE, 'togglesource')
+class ToggleSourceComma... | add thread mode command 'togglesource'
that allows to toggle the raw-text display mode of
the focussed message | pazz_alot | train |
cd6a1a7242bb1eb600e9b795bdf0e4a08866941e | diff --git a/addon/lint/lint.js b/addon/lint/lint.js
index <HASH>..<HASH> 100644
--- a/addon/lint/lint.js
+++ b/addon/lint/lint.js
@@ -163,6 +163,7 @@
function onChange(cm) {
var state = cm.state.lint;
+ if (!state) return;
clearTimeout(state.timeout);
state.timeout = setTimeout(function(){startL... | [lint addon] Prevent events/timeouts trying to run after addon has been disabled
Issue #<I> | codemirror_CodeMirror | train |
c1670477aa675707d323164ffd988e58aa702228 | diff --git a/src/jukeboxcore/reftrack.py b/src/jukeboxcore/reftrack.py
index <HASH>..<HASH> 100644
--- a/src/jukeboxcore/reftrack.py
+++ b/src/jukeboxcore/reftrack.py
@@ -1819,9 +1819,6 @@ class ReftypeInterface(object):
so the RefobjInterface can link the refobj with the refernce object.
Do not call ... | Test parent of refobj after reference | JukeboxPipeline_jukebox-core | train |
91f7d25425ac7d16736be8eaea3984125cbf894d | diff --git a/client/src/main/java/io/pravega/client/stream/impl/ControllerImpl.java b/client/src/main/java/io/pravega/client/stream/impl/ControllerImpl.java
index <HASH>..<HASH> 100644
--- a/client/src/main/java/io/pravega/client/stream/impl/ControllerImpl.java
+++ b/client/src/main/java/io/pravega/client/stream/impl/C... | Issue <I>: Improve controller client logs (#<I>)
* Ensure the txn id is logged in case of failed transaction commit / abort. | pravega_pravega | train |
3287da3aa768b947a3c60e4723d85abca922f62a | diff --git a/src/main/java/nl/hsac/fitnesse/fixture/util/HttpClient.java b/src/main/java/nl/hsac/fitnesse/fixture/util/HttpClient.java
index <HASH>..<HASH> 100755
--- a/src/main/java/nl/hsac/fitnesse/fixture/util/HttpClient.java
+++ b/src/main/java/nl/hsac/fitnesse/fixture/util/HttpClient.java
@@ -7,12 +7,10 @@ import ... | no longer use deprecated method in http client | fhoeben_hsac-fitnesse-fixtures | train |
a5909bc060442fb66c31c18f6b2bcc8ad6be0403 | diff --git a/src/Model.php b/src/Model.php
index <HASH>..<HASH> 100644
--- a/src/Model.php
+++ b/src/Model.php
@@ -754,16 +754,8 @@ class Model implements \ArrayAccess, \IteratorAggregate
protected function _rawInsert($m, $row)
{
$m->unload();
- if (!is_array($row)) {
- $m->set($thi... | off-load insert() functionality to set() | atk4_data | train |
e68822d3b287d5c951c0b437a2365fa5741788f5 | diff --git a/integration/isolated/proxy_connection_test.go b/integration/isolated/proxy_connection_test.go
index <HASH>..<HASH> 100644
--- a/integration/isolated/proxy_connection_test.go
+++ b/integration/isolated/proxy_connection_test.go
@@ -12,7 +12,7 @@ var _ = Describe("proxy", func() {
var proxyURL string
Be... | don't need the url anymore
[#<I>] | cloudfoundry_cli | train |
78453fde84f808186bf31a2d9fd91ae17b3962c7 | diff --git a/services/entity-referenced-service.js b/services/entity-referenced-service.js
index <HASH>..<HASH> 100644
--- a/services/entity-referenced-service.js
+++ b/services/entity-referenced-service.js
@@ -24,6 +24,8 @@ module.exports = function (entityDescriptionService, crudService) {
})).then(funct... | #<I> Use field names to show to user but preserve ids for queries | allcount_allcountjs | train |
3ec5d7a62b7000e1aa709388adca830e2c54b0a2 | diff --git a/lang/en_utf8/scorm.php b/lang/en_utf8/scorm.php
index <HASH>..<HASH> 100644
--- a/lang/en_utf8/scorm.php
+++ b/lang/en_utf8/scorm.php
@@ -89,7 +89,7 @@ $string['noscriptnoscorm'] = 'Your browser does not support javascript or it has
$string['maximumattempts'] = 'Number of attempts';
$string['newattempt']... | Fixed a word error (bug <I>) Many thanks to Ray | moodle_moodle | train |
fd007e24f41fdca57cabb63c79ac4c68a0736caf | diff --git a/src/renderers/sigma.renderers.svg.js b/src/renderers/sigma.renderers.svg.js
index <HASH>..<HASH> 100644
--- a/src/renderers/sigma.renderers.svg.js
+++ b/src/renderers/sigma.renderers.svg.js
@@ -40,6 +40,7 @@
this.camera = camera;
this.domElements = {
graph: null,
+ groups: {},
... | Reorganizing things into svg groups | jacomyal_sigma.js | train |
5f3b06117f8daaf6f09471ace5533f5679217e77 | diff --git a/options.go b/options.go
index <HASH>..<HASH> 100644
--- a/options.go
+++ b/options.go
@@ -488,11 +488,14 @@ func (opt Options) WithKeepL0InMemory(val bool) Options {
return opt
}
-// WithCompressionType returns a new Options value with CompressionType set to the given value.
+// WithCompression return... | Rename WithCompressionType to WithCompression. (#<I>)
Rename the builder method WithCompressionType added in #<I> to
WithCompression to be consistent with the option struct field
named Compression.
Update the godoc for WithCompression with the default compression
algorithm used. | dgraph-io_badger | train |
38eb71989201803b0035ed42264f7d506fabe9a7 | diff --git a/src/java/voldemort/utils/ByteBufferBackedInputStream.java b/src/java/voldemort/utils/ByteBufferBackedInputStream.java
index <HASH>..<HASH> 100644
--- a/src/java/voldemort/utils/ByteBufferBackedInputStream.java
+++ b/src/java/voldemort/utils/ByteBufferBackedInputStream.java
@@ -56,7 +56,7 @@ public class By... | Fixed error where negative byte values were read causing the DataInputStream to throw an EOFException. | voldemort_voldemort | train |
427b9106c6221e052f4f7a284998b78844d9dfe5 | diff --git a/classes/fields/time.php b/classes/fields/time.php
index <HASH>..<HASH> 100644
--- a/classes/fields/time.php
+++ b/classes/fields/time.php
@@ -161,6 +161,14 @@ class PodsField_Time extends PodsField_DateTime {
}
/**
+ * {@inheritdoc}
+ */
+ public function is_empty( $value = null ) {
+
+ return emp... | Override the `is_empty()` method on the time field | pods-framework_pods | train |
f157b66a15b9a73734ce8dc581dfd30c77b998b6 | diff --git a/examples/advanced.py b/examples/advanced.py
index <HASH>..<HASH> 100644
--- a/examples/advanced.py
+++ b/examples/advanced.py
@@ -11,11 +11,6 @@ Please take a look at formlayout.py for more examples
(at the end of the script, after the 'if __name__ == "__main__":' line)
"""
-import sys, os
-print(os.ge... | (travis) removed debug lines from examples/advanced.py | PierreRaybaut_formlayout | train |
5b3bb501fe659f9648553d03f60c197def24e174 | diff --git a/laboratory/__init__.py b/laboratory/__init__.py
index <HASH>..<HASH> 100644
--- a/laboratory/__init__.py
+++ b/laboratory/__init__.py
@@ -1,6 +1,6 @@
from .exceptions import LaboratoryException, MismatchException
from .experiment import Experiment
-__version__ = '1.0'
+__version__ = '1.0.1'
__all__ ... | Add flag to disable execution order randomization | joealcorn_laboratory | train |
c4298d24b653d0df4925d5309118fed25558f46a | diff --git a/test/integration/dsl_search_test.rb b/test/integration/dsl_search_test.rb
index <HASH>..<HASH> 100644
--- a/test/integration/dsl_search_test.rb
+++ b/test/integration/dsl_search_test.rb
@@ -7,14 +7,12 @@ module Tire
context "DSL" do
- should "allow passing search payload as JSON" do
- ... | [TEST] Improved code legibility in the DSL integration test | karmi_retire | train |
1f27c3b39060e544b4d3aaf05b700dd5c433a0cd | diff --git a/transport/src/main/java/io/netty/channel/DefaultChannelConfig.java b/transport/src/main/java/io/netty/channel/DefaultChannelConfig.java
index <HASH>..<HASH> 100644
--- a/transport/src/main/java/io/netty/channel/DefaultChannelConfig.java
+++ b/transport/src/main/java/io/netty/channel/DefaultChannelConfig.ja... | Make NioByteUnsafe.read() respect ChannelConfig.maxMessagesPerRead and adjust the default from <I> to 1
- Fixes #<I>
- Decreased the default from <I> to 1 because unnecessary extra read on req-res protocols results in lower throughput due to extra syscalls. | netty_netty | train |
51865a0910d8b7badfa214fe85a464b16f818f1e | diff --git a/NEWS b/NEWS
index <HASH>..<HASH> 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.11.4 (UNRELEASED)
+-------------------
+ - upower template: Go back to using type 's' for Device* signal arguments for
+ upower 0.9. The older library does not get along with 'o'. (Regression in
+ 0.11.2)
+
0.11.3 (2014-0... | upower: Go back to using type 's' for Device* signal arguments for <I>
The older library does not get along with 'o'.
This fixes a regression introduced in <I>. | martinpitt_python-dbusmock | train |
977c310569539f00c4090db244276e224d9884b3 | diff --git a/py/selenium/webdriver/phantomjs/service.py b/py/selenium/webdriver/phantomjs/service.py
index <HASH>..<HASH> 100755
--- a/py/selenium/webdriver/phantomjs/service.py
+++ b/py/selenium/webdriver/phantomjs/service.py
@@ -13,9 +13,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied... | fixing phantomjs usage on windows for python
Fixes Isssue #<I> | SeleniumHQ_selenium | train |
ea6a100cdccd8dea33b3d34238f5959bf2a45231 | diff --git a/tests/DoctrineORMModuleTest/Yuml/MetadataGrapherTest.php b/tests/DoctrineORMModuleTest/Yuml/MetadataGrapherTest.php
index <HASH>..<HASH> 100644
--- a/tests/DoctrineORMModuleTest/Yuml/MetadataGrapherTest.php
+++ b/tests/DoctrineORMModuleTest/Yuml/MetadataGrapherTest.php
@@ -425,7 +425,14 @@ class MetadataGr... | format code for travis... think I get it | doctrine_DoctrineORMModule | train |
53d7698b67649cb8230190dfea9e72b490972e57 | diff --git a/classes/GemsEscort.php b/classes/GemsEscort.php
index <HASH>..<HASH> 100644
--- a/classes/GemsEscort.php
+++ b/classes/GemsEscort.php
@@ -2162,7 +2162,7 @@ class GemsEscort extends \MUtil_Application_Escort
// by classes using jQuery
$jquery = \MUtil_JQuery::jQuery();
- $jquery->... | Correction for previous commit for #<I> | GemsTracker_gemstracker-library | train |
925b6a717bdcc1112c84af242e0289b0eb1eaeff | diff --git a/lib/ancestry/acts_as_tree.rb b/lib/ancestry/acts_as_tree.rb
index <HASH>..<HASH> 100644
--- a/lib/ancestry/acts_as_tree.rb
+++ b/lib/ancestry/acts_as_tree.rb
@@ -285,7 +285,7 @@ module Ancestry
end
def ancestor_conditions
- {:id => ancestor_ids}
+ {self.base_class.primary_key => ances... | Fixed ancestry to work with custom primary keys. | stefankroes_ancestry | train |
e97902b25099eb95596e293b862b3d45e9567921 | diff --git a/uploadButton.js b/uploadButton.js
index <HASH>..<HASH> 100644
--- a/uploadButton.js
+++ b/uploadButton.js
@@ -58,9 +58,7 @@ sb.uploadButton = function(parameters){
//create swf and associate call to thei sb.uploadButton for event handling
this.swf = new sb.swf({
- //src : sb.base+"/UploadButton.swf... | fixed path to upload swf | surebert_surebert-framework | train |
d974d4f72bd1602a1a704a33a9debb27073c398d | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -100,6 +100,7 @@ exports.request = function (options, callback) {
, args = ['--silent', '--show-error', '--no-buffer']
, start = new Date
, err
+ , stderr = ''
, stdoutlen
, stdout = new... | If 'fail' option is provided, give curl's error message to callback as 'err' | node-js-libs_curlrequest | train |
cf66e1e17d2b70034af041da022fdeb547f28e62 | diff --git a/src/com/google/javascript/jscomp/DefaultPassConfig.java b/src/com/google/javascript/jscomp/DefaultPassConfig.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/DefaultPassConfig.java
+++ b/src/com/google/javascript/jscomp/DefaultPassConfig.java
@@ -973,7 +973,8 @@ public class DefaultP... | Enable statement reordering
R=nicksantos
DELTA=<I> (9 added, 6 deleted, 4 changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> | google_closure-compiler | train |
c00a8b0db02a33605881938dcff1473b22673790 | diff --git a/dist/PaginationBoxView.js b/dist/PaginationBoxView.js
index <HASH>..<HASH> 100755
--- a/dist/PaginationBoxView.js
+++ b/dist/PaginationBoxView.js
@@ -39,7 +39,7 @@ var PaginationBoxView = React.createClass({
};
},
- callClickCallback: function callClickCallback() {
+ clickCallback: function cli... | Call clickCallback only if the selected page is different | AdeleD_react-paginate | train |
fa00a7063804378e90b53ef96f7bbd7a08cfa442 | diff --git a/tailer/__init__.py b/tailer/__init__.py
index <HASH>..<HASH> 100644
--- a/tailer/__init__.py
+++ b/tailer/__init__.py
@@ -473,7 +473,7 @@ def follow_path(file_path, buffering=-1, encoding=None, errors=None):
else:
line = next(self.follow_generator)
- ... | .decode in Python<I> does not support keyword arguments. | GreatFruitOmsk_tailhead | train |
e4d5ace4392025c90e3c9171dfaec73c58519c23 | diff --git a/src/cache.js b/src/cache.js
index <HASH>..<HASH> 100644
--- a/src/cache.js
+++ b/src/cache.js
@@ -28,13 +28,9 @@ var requestMethodsToStub = [
'destroy',
'flush',
'flushHeaders',
- 'getHeader',
- 'getHeaderNames',
- 'getHeaders',
'hasHeader',
'onSocket',
'removeHeader',
- 'setHeader',
... | Issue <I> - add json post capabilities | aneilbaboo_replayer | train |
4e1a31e1509b777da28a8da60735b7792fc1df15 | diff --git a/lib/praxis/media_type_identifier.rb b/lib/praxis/media_type_identifier.rb
index <HASH>..<HASH> 100644
--- a/lib/praxis/media_type_identifier.rb
+++ b/lib/praxis/media_type_identifier.rb
@@ -160,6 +160,8 @@ module Praxis
raise ArgumentError, "Must pass a type identifier suffix and/or parameters" if p... | Minor polish. Handle redundant '+' character when someone appends a suffix to a media type identifier. Freeze the object returned from #content_type accessors so people don't think they can mutate them in place to affect header values. | praxis_praxis | train |
22a90cfa63efaa6ee8c7a557da4462ad7b6bc5c4 | diff --git a/src/PatternMatching/functions.php b/src/PatternMatching/functions.php
index <HASH>..<HASH> 100644
--- a/src/PatternMatching/functions.php
+++ b/src/PatternMatching/functions.php
@@ -328,10 +328,14 @@ const letIn = 'Chemem\\Bingo\\Functional\\PatternMatching\\letIn';
function letIn(array $params, array $... | Added wildcard support to letIn | ace411_bingo-functional | train |
0692f0db1d1b99b6752f698dcbbabf5ef6b40047 | diff --git a/client/lang/en.js b/client/lang/en.js
index <HASH>..<HASH> 100644
--- a/client/lang/en.js
+++ b/client/lang/en.js
@@ -18,18 +18,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
"FormBuilderModal.CLOSE": "Close",
"LeftAndMain.CONFIRMUNSAVED": "Are you sure you want to navi... | Remove asset-admin specific localisations | silverstripe_silverstripe-admin | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.