hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
25da94c8ba18f806beeb594c453badcaf2f051ed | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
# CHANGELOG
+## 2.0.2(2016-09-28)
+- It lets you send messages from different processes. (Required to import of basicevents before starting the process)
+
## 2.0.1 (2016-07-06)
- Fix tests
dif... | It allows you to send from other processes | agalera_basicevents | train |
2a8f12e49c15a3a369ce9fa67f5b1953c9f23578 | diff --git a/presto-hive/src/main/java/com/facebook/presto/hive/HiveClientConfig.java b/presto-hive/src/main/java/com/facebook/presto/hive/HiveClientConfig.java
index <HASH>..<HASH> 100644
--- a/presto-hive/src/main/java/com/facebook/presto/hive/HiveClientConfig.java
+++ b/presto-hive/src/main/java/com/facebook/presto/... | Change default hive.dfs-timeout to <I>s
On some versions of HDFS, a low timeout like this can cause
unrecoverable errors during writing. | prestodb_presto | train |
6dad970644fc0c6895141cc13e4729ec71ac37f0 | diff --git a/code/libraries/koowa/filter/json.php b/code/libraries/koowa/filter/json.php
index <HASH>..<HASH> 100644
--- a/code/libraries/koowa/filter/json.php
+++ b/code/libraries/koowa/filter/json.php
@@ -9,7 +9,10 @@
*/
/**
- * Integer filter
+ * Json filter
+ *
+ * If the value being sanitized is a json string... | KFilterJson is now able to do bi-directional sanitisation. If the value passed for sanitisation is a json encoding string it will be decode, otherwise the value will be encoded. | timble_kodekit | train |
89cbfdd7bcc06ad1d4341b9e4e8838b6ef0d79cd | diff --git a/lib/Doctrine/DBAL/Portability/Connection.php b/lib/Doctrine/DBAL/Portability/Connection.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/DBAL/Portability/Connection.php
+++ b/lib/Doctrine/DBAL/Portability/Connection.php
@@ -46,7 +46,7 @@ class Connection extends \Doctrine\DBAL\Connection
/**
*... | Fixed an issue where column case was forced to lowercase.
When using a PDOConnection and the Portability wrapper, the default value \PDO::CASE_NATURAL int(0) and PHP constant CASE_LOWER int(0) got mixed up. | doctrine_dbal | train |
b28ccfc32bf725a2cf9f4db27cb63286e260b5c5 | diff --git a/java/client/test/com/thoughtworks/selenium/InternalSelenseTestBase.java b/java/client/test/com/thoughtworks/selenium/InternalSelenseTestBase.java
index <HASH>..<HASH> 100644
--- a/java/client/test/com/thoughtworks/selenium/InternalSelenseTestBase.java
+++ b/java/client/test/com/thoughtworks/selenium/Intern... | Implementing a rule for RC tests to take into account runOnly and method
options | SeleniumHQ_selenium | train |
9ecf4ea6575b13ed3d3f388ef59f05d1f54e1dc6 | diff --git a/desktop/src/main/java/org/eobjects/datacleaner/widgets/table/DCTable.java b/desktop/src/main/java/org/eobjects/datacleaner/widgets/table/DCTable.java
index <HASH>..<HASH> 100644
--- a/desktop/src/main/java/org/eobjects/datacleaner/widgets/table/DCTable.java
+++ b/desktop/src/main/java/org/eobjects/dataclea... | Ticket #<I>: Prevented IndexOutOfBoundException when dragging mouse events outside of DCTable's position. | datacleaner_DataCleaner | train |
ab335cdab8d6dc218e5d8658c3b32f4e7d0d74e5 | diff --git a/paramiko/config.py b/paramiko/config.py
index <HASH>..<HASH> 100644
--- a/paramiko/config.py
+++ b/paramiko/config.py
@@ -63,6 +63,7 @@ class SSHConfig(object):
"hostname": ["%h"],
"identityfile": ["~", "%d", "%h", "%l", "%u", "%r"],
"proxycommand": ["~", "%h", "%p", "%r"],
+ ... | Parse tokens in ProxyJump
This way, ProxyJump parsing can be implemented by higher-level clients with the benefits of tokens being already parsed. | paramiko_paramiko | train |
f1267538d9bd7094a69e7c70f0a5fcae0c63245f | diff --git a/src/github/actions.js b/src/github/actions.js
index <HASH>..<HASH> 100644
--- a/src/github/actions.js
+++ b/src/github/actions.js
@@ -44,7 +44,7 @@ export default function (githubCredentials) {
},
postErrorComment: (url, error) => post(url, {
- body: `:x: greenkeeper-keeper failed to merge... | fix(quote): switched from the inline code-block syntax to quote for the response error
closes #<I> | greenkeeper-keeper_hapi-greenkeeper-keeper | train |
7818994cb43ec8a39bef940ce0587c2b85b1828e | diff --git a/graylog2-server/src/main/java/org/graylog/events/rest/EventDefinitionsResource.java b/graylog2-server/src/main/java/org/graylog/events/rest/EventDefinitionsResource.java
index <HASH>..<HASH> 100644
--- a/graylog2-server/src/main/java/org/graylog/events/rest/EventDefinitionsResource.java
+++ b/graylog2-serv... | Handle query parsing error for event definition listing (#<I>)
Catch query parsing error in the backend and display the
error in the frontend.
Previously, a search in the event definitions list for
an invalid id (not a valid mongoDB id) would result
in a <I> error which was also not handled by the frontend. | Graylog2_graylog2-server | train |
3cf8a21a84b4d5653e399aec67ec1ef56845f525 | diff --git a/HISTORY.md b/HISTORY.md
index <HASH>..<HASH> 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,3 +1,7 @@
+1.1.17
+-----------------
+- NODE-377, fixed issue where tags would correctly be checked on secondary and nearest to filter out eligible server candidates.
+
1.1.16 03-06-2015
-----------------
- rejec... | NODE-<I>, fixed issue where tags would correctly be checked on secondary and nearest to filter out eligible server candidates. | mongodb-js_mongodb-core | train |
32bd20d40878e3979f8236a72ca7035f50285cfd | diff --git a/amibaker/ami_baker.py b/amibaker/ami_baker.py
index <HASH>..<HASH> 100644
--- a/amibaker/ami_baker.py
+++ b/amibaker/ami_baker.py
@@ -18,7 +18,7 @@ class AmiBaker(object):
ec2 = AmiEc2(quiet=self.__quiet, recipe=self.__recipe)
if self._instance_id:
- ec2.grab_existing_instanc... | Renamed method name to match others | hamidnazari_amibaker | train |
54ca8aa976c0546f3d9661627f8d58abfb3da708 | diff --git a/tests/dummy/app/routes/nodes/detail.js b/tests/dummy/app/routes/nodes/detail.js
index <HASH>..<HASH> 100644
--- a/tests/dummy/app/routes/nodes/detail.js
+++ b/tests/dummy/app/routes/nodes/detail.js
@@ -152,9 +152,7 @@ export default Ember.Route.extend({
attemptContributorRemoval(contrib, contribMap,... | Remove unnecessary modification of node relationship in contributor removal. | CenterForOpenScience_ember-osf | train |
ef787449f05812b3eece7eb074f1a44f586703f1 | diff --git a/lib/util/file.js b/lib/util/file.js
index <HASH>..<HASH> 100644
--- a/lib/util/file.js
+++ b/lib/util/file.js
@@ -39,11 +39,13 @@ var processPatterns = function(patterns, fn) {
return result;
};
+// True if the file path exists.
file.exists = function() {
var filepath = path.join.apply(path, argu... | util/file: add back a few missing comments. [ci skip] | archiverjs_node-archiver | train |
d4f244901a48464e583574adee9da27ee005a056 | diff --git a/fermipy/jobs/batch.py b/fermipy/jobs/batch.py
index <HASH>..<HASH> 100644
--- a/fermipy/jobs/batch.py
+++ b/fermipy/jobs/batch.py
@@ -48,7 +48,7 @@ def get_batch_job_interface(job_time=1500):
if DEFAULT_JOB_TYPE == 'slac':
from fermipy.jobs.slac_impl import SlacInterface
- return Sla... | Fix a couple of minor issues left over from code cleanup | fermiPy_fermipy | train |
d9e1c5a5c3db32de49ba583adddffee7946fac62 | diff --git a/openquake/hazardlib/gsim/berge_thierry_2003.py b/openquake/hazardlib/gsim/berge_thierry_2003.py
index <HASH>..<HASH> 100644
--- a/openquake/hazardlib/gsim/berge_thierry_2003.py
+++ b/openquake/hazardlib/gsim/berge_thierry_2003.py
@@ -33,6 +33,9 @@ class BergeThierryEtAl2003SIGMA(GMPE):
Oona Scoti, Dap... | implemented adjustement to sigma value | gem_oq-engine | train |
a3e7f185c77c71e41ccca239b5f08aab03f33644 | diff --git a/model.php b/model.php
index <HASH>..<HASH> 100644
--- a/model.php
+++ b/model.php
@@ -412,7 +412,7 @@ class Model {
* Save or update currenct object
* @return boolean saved/updated
*/
- public function save() {
+ public function save($force=false) {
if(!$this->isValid())
... | No need to run UPDATE if there are no changes on the object.
Created a 'force' flag to avoid this. Maybe useful when the object is loaded and
not other changes to it are tracked, and need to run a forced UPDATE command. | taq_torm | train |
b2c2f7f3ef7a6e77a7422b3c4bf89da153972965 | diff --git a/conftest.py b/conftest.py
index <HASH>..<HASH> 100644
--- a/conftest.py
+++ b/conftest.py
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
from collections import namedtuple
+import functools
import os
import random
import re
@@ -213,6 +214,18 @@ def make_tunnel_sockets(workers):
return (push, pub)
+d... | more test cases for finding_timeout | sublee_zeronimo | train |
e6f0a690939a17372a41f6266bdc3ad4960df5b7 | diff --git a/andablog/models.py b/andablog/models.py
index <HASH>..<HASH> 100644
--- a/andablog/models.py
+++ b/andablog/models.py
@@ -23,7 +23,7 @@ class Entry(TimeStampedModel):
content = MarkupField()
is_published = models.BooleanField(default=False)
published_timestamp = models.DateTimeField(blank=Tr... | create_venv tweaks, models upgrade | WimpyAnalytics_django-andablog | train |
f25aee3251b6a55547c5c4da7fa2d0567540b62b | diff --git a/lang/en/webservice.php b/lang/en/webservice.php
index <HASH>..<HASH> 100644
--- a/lang/en/webservice.php
+++ b/lang/en/webservice.php
@@ -91,6 +91,7 @@ $string['externalservicefunctions'] = 'External service functions';
$string['externalservices'] = 'External services';
$string['externalserviceusers'] = ... | MDL-<I> better error message when file already exist | moodle_moodle | train |
4000975ad1785fbc4c0e5175407e8486c0cef763 | diff --git a/privilege/privileges/privileges.go b/privilege/privileges/privileges.go
index <HASH>..<HASH> 100644
--- a/privilege/privileges/privileges.go
+++ b/privilege/privileges/privileges.go
@@ -531,7 +531,8 @@ func (p *UserPrivileges) GetAllRoles(user, host string) []*auth.RoleIdentity {
}
// IsDynamicPrivileg... | privileges: improve dynamic privs registration and tests (#<I>) | pingcap_tidb | train |
70aa4600643a93ba626871cbb869dbe32e31fcce | diff --git a/src/Commands/Import.php b/src/Commands/Import.php
index <HASH>..<HASH> 100644
--- a/src/Commands/Import.php
+++ b/src/Commands/Import.php
@@ -96,6 +96,10 @@ class Import extends Command
$this->delete($user, $model);
}
+ if ($this->isRestoring()) {
+ ... | Fix restoring from import command.
- Closes #<I> | Adldap2_Adldap2-Laravel | train |
7a71408b6bf9f996a7df3735255316ef46cffd93 | diff --git a/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/callerprincipal/GetCallerPrincipalTestCase.java b/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/callerprincipal/GetCallerPrincipalTestCase.java
index <HASH>..<HASH> 100644
--- a/tests... | [WFLY-<I>] / [WFLY-<I>] Unwrap the code and don't use the redunant Caller wrapper. | wildfly_wildfly | train |
6d3e4792de14f9a0a05062492850f782c445b818 | diff --git a/test/living-html/location.js b/test/living-html/location.js
index <HASH>..<HASH> 100644
--- a/test/living-html/location.js
+++ b/test/living-html/location.js
@@ -17,7 +17,9 @@ exports["window.location.port for an about:blank window"] = function (t) {
};
exports["window.location.hash is manipulable"] = ... | Fix tests to not use about:blank as a test origin
about:blank has some special relative url resolution behaviour, so it leads to unexpected results. | jsdom_jsdom | train |
52f77fcc10b443b6865770d3dfb40a08879c2681 | diff --git a/html-lint.js b/html-lint.js
index <HASH>..<HASH> 100644
--- a/html-lint.js
+++ b/html-lint.js
@@ -59,7 +59,7 @@ var
'label': '`u`'
},
'br + br': {
- 'label': 'Multiple `br`’s (* not quite accurate)'
+ 'label': 'Multiple `br`’s (* not quite accurate)'
},
// // ---- Attributes ---... | doesn't need to be encoded | curtisj44_HTML-Lint | train |
72aa4589667954808d0b4a62f5b3876ed9ef686e | diff --git a/src/main/java/org/igniterealtime/jbosh/ApacheHTTPResponse.java b/src/main/java/org/igniterealtime/jbosh/ApacheHTTPResponse.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/igniterealtime/jbosh/ApacheHTTPResponse.java
+++ b/src/main/java/org/igniterealtime/jbosh/ApacheHTTPResponse.java
@@ -17,16 +17... | Fix leakage of Apache's httpclient classes into configuration | igniterealtime_jbosh | train |
dfce4c4511990ae63ed904c6223946d8cbe934c3 | diff --git a/tests/Controller/CRUDControllerTest.php b/tests/Controller/CRUDControllerTest.php
index <HASH>..<HASH> 100644
--- a/tests/Controller/CRUDControllerTest.php
+++ b/tests/Controller/CRUDControllerTest.php
@@ -212,6 +212,10 @@ class CRUDControllerTest extends TestCase
->method('render')
... | Fix tests (#<I>)
Tests were failing because of <URL> | sonata-project_SonataAdminBundle | train |
4dc7c1b10b938e1d7d27aff171df706c1a447986 | diff --git a/theanets/layers.py b/theanets/layers.py
index <HASH>..<HASH> 100644
--- a/theanets/layers.py
+++ b/theanets/layers.py
@@ -587,24 +587,17 @@ class RNN(Layer):
state. The default is None, which runs the recurrency forwards in time
so that past states influence the current state of the layer... | Rename "viscosity" to "rates" in RNN layers. | lmjohns3_theanets | train |
862d428c0b930a7f65579fc9cfc3e031c09f7797 | diff --git a/src/Commands/MigrationMakeCommand.php b/src/Commands/MigrationMakeCommand.php
index <HASH>..<HASH> 100644
--- a/src/Commands/MigrationMakeCommand.php
+++ b/src/Commands/MigrationMakeCommand.php
@@ -133,7 +133,7 @@ class MigrationMakeCommand extends Command
*/
protected function getPath($name)
... | modification of path to generated migrations and seeds | laracasts_Laravel-5-Generators-Extended | train |
46065d38a5e6d1bccf86d3efb2fb83c14e3f9957 | diff --git a/lib/formats/ssh.js b/lib/formats/ssh.js
index <HASH>..<HASH> 100644
--- a/lib/formats/ssh.js
+++ b/lib/formats/ssh.js
@@ -14,9 +14,9 @@ var PrivateKey = require('../private-key');
var sshpriv = require('./ssh-private');
/*JSSTYLED*/
-var SSHKEY_RE = /^([a-z0-9-]+)[ \t]+([a-zA-Z0-9+\/]+[=]*)([\n \t]+([^... | joyent/node-sshpk#<I> Performance issues parsing long SSH public keys | joyent_node-sshpk | train |
2a153ed2cc4f2a8a8afc07de5aadb392895a8a13 | diff --git a/go/client/ui.go b/go/client/ui.go
index <HASH>..<HASH> 100644
--- a/go/client/ui.go
+++ b/go/client/ui.go
@@ -178,7 +178,7 @@ func (w RemoteProofWrapper) GetHostname() string { return w.p.Value }
func (w RemoteProofWrapper) GetDomain() string { return w.p.Value }
func (w RemoteProofWrappe... | Add 7 new links, those that were generated by bad curl+gpg instructions on <I> Sep <I>
also fix display for broken web proofs | keybase_client | train |
b3e0be8bb4b508a7d0b9b189a74c73b48cef4fdf | diff --git a/current.go b/current.go
index <HASH>..<HASH> 100644
--- a/current.go
+++ b/current.go
@@ -23,7 +23,7 @@ type Current struct{
//img
CountOfImg int
- //paths ของรูปที่แสดงใน pdf ใบนั้นๆ เพราะเราจะไม่ยัดรูปซ้ำลงใน pdf เพื่อขนาดของ pdf จะเล็กลง
+ //cache of image in pdf file
ImgCaches []ImageCache
}
... | fix done : Reduction size of pdf(output) file, when the image is repeated. :-) | signintech_gopdf | train |
4814af86e9ba8b35f6112f7b61a6d2b8193f57b1 | diff --git a/lib/monadic/maybe.rb b/lib/monadic/maybe.rb
index <HASH>..<HASH> 100644
--- a/lib/monadic/maybe.rb
+++ b/lib/monadic/maybe.rb
@@ -57,8 +57,8 @@ module Monadic
class Nothing < Maybe
class << self
def fetch(default=nil)
- raise NoValueError, "Nothing has no value" if default.nil?
- ... | As in the README Nothing.fetch should return Nothing | pzol_monadic | train |
64f4cd07c9dffbb4902bd2d023d9923d69116744 | diff --git a/lib/github_changelog_generator/generator/generator_tags.rb b/lib/github_changelog_generator/generator/generator_tags.rb
index <HASH>..<HASH> 100644
--- a/lib/github_changelog_generator/generator/generator_tags.rb
+++ b/lib/github_changelog_generator/generator/generator_tags.rb
@@ -129,7 +129,7 @@ module Gi... | filter tags correctly when `since_tag` is set to most recent tag (#<I>)
* filter tags correctly when `since_tag` is set to most recent tag
Before this fix [`filtered_tags`](<URL>)
was empty which caused a fallback to the last tag in the sorted_tags array (which is the oldest tag).
There for no issues and PRs were f... | github-changelog-generator_github-changelog-generator | train |
aa55a9c64749032ba67aa8dca02b38ccd7d2e5d2 | diff --git a/easybatch-core/src/main/java/org/easybatch/core/job/DefaultPipelineListener.java b/easybatch-core/src/main/java/org/easybatch/core/job/DefaultPipelineListener.java
index <HASH>..<HASH> 100644
--- a/easybatch-core/src/main/java/org/easybatch/core/job/DefaultPipelineListener.java
+++ b/easybatch-core/src/mai... | issue #<I> : fix log message when unable to process a batch of records | j-easy_easy-batch | train |
f3129c5015d8b1b377736695a6b33d2fc357c4be | diff --git a/model/src/main/java/org/jboss/pnc/model/BuildEnvironment.java b/model/src/main/java/org/jboss/pnc/model/BuildEnvironment.java
index <HASH>..<HASH> 100644
--- a/model/src/main/java/org/jboss/pnc/model/BuildEnvironment.java
+++ b/model/src/main/java/org/jboss/pnc/model/BuildEnvironment.java
@@ -68,6 +68,7 @@... | BuildEnvironment SystemImageType should be stored as a string in the db | project-ncl_pnc | train |
b90ce087a3fb23374bea208d6384dc45e58723ca | diff --git a/src/main/java/org/dstadler/commons/zip/ZipUtils.java b/src/main/java/org/dstadler/commons/zip/ZipUtils.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dstadler/commons/zip/ZipUtils.java
+++ b/src/main/java/org/dstadler/commons/zip/ZipUtils.java
@@ -347,20 +347,25 @@ public class ZipUtils {
whi... | Fix exception extracting zips when there are files in sub-dirs without proper dir-entries | centic9_commons-dost | train |
54ed3a7cd5d6551263b1ab604050035c08eed6cd | diff --git a/source/test/test_z_state_type_change.py b/source/test/test_z_state_type_change.py
index <HASH>..<HASH> 100755
--- a/source/test/test_z_state_type_change.py
+++ b/source/test/test_z_state_type_change.py
@@ -26,6 +26,9 @@ from awesome_tool.statemachine.states.preemptive_concurrency_state import Preemp
from ... | modified history and state_type_change gui tests to use local and not default config-files
- extended sleep_time to improve reliability of tests | DLR-RM_RAFCON | train |
9c8388f0d0fe3601cb585af30d1a45d150af61bb | diff --git a/src/Pagination/Pagination.js b/src/Pagination/Pagination.js
index <HASH>..<HASH> 100644
--- a/src/Pagination/Pagination.js
+++ b/src/Pagination/Pagination.js
@@ -231,8 +231,8 @@ class Pagination extends Component {
return isInt(page) && page <= pagesCount && page > 0
}
- componentDidUpdate(prevP... | fix: fix componentDidUpdate props comparison in Pagination | rambler-digital-solutions_rambler-ui | train |
b48a6d25064c280017461a33b355eaa402b0f612 | diff --git a/Readme.md b/Readme.md
index <HASH>..<HASH> 100644
--- a/Readme.md
+++ b/Readme.md
@@ -23,12 +23,19 @@ template({
})
```
+Accessing the Handlebars object in client code:
+```js
+var Handlebars = require('handleify')
+Handlebars.registerHelper( ... )
+```
+
Commandline Browserify usage (I haven't actual... | allow access to the Handlebars object via require("handleify") on the client side | marcello3d_node-handleify | train |
513cc87b0db2830c75196b3c1d51fea87819c7ff | diff --git a/setuptools/discovery.py b/setuptools/discovery.py
index <HASH>..<HASH> 100644
--- a/setuptools/discovery.py
+++ b/setuptools/discovery.py
@@ -176,6 +176,7 @@ class ModuleFinder(_Finder):
class FlatLayoutPackageFinder(PEP420PackageFinder):
_EXCLUDE = (
+ "bin",
"doc",
"docs"... | Exclude 'bin' dir in discovery | pypa_setuptools | train |
1a9c937b567f8827661bcf18cc47b46c45fa1662 | diff --git a/glue/gracedb/utils.py b/glue/gracedb/utils.py
index <HASH>..<HASH> 100644
--- a/glue/gracedb/utils.py
+++ b/glue/gracedb/utils.py
@@ -218,7 +218,11 @@ def populate_inspiral_tables(MBTA_frame, set_keys = MBTA_set_keys, \
return xmldoc, log_data, temp_data_loc
#coinc_event_id = coinc_event_id_b... | future-proofed against new garbage in the lsctables definitions | gwastro_pycbc-glue | train |
1a03249020a38c43e7cd92a766cead5ad2cf677d | diff --git a/coupons/migrations/0005_auto_20151105_1502.py b/coupons/migrations/0005_auto_20151105_1502.py
index <HASH>..<HASH> 100644
--- a/coupons/migrations/0005_auto_20151105_1502.py
+++ b/coupons/migrations/0005_auto_20151105_1502.py
@@ -1,7 +1,19 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literal... | implement data migration to create coupon user for each redeemed or coupon with user | byteweaver_django-coupons | train |
f30eefed1d28c0b7822a83c141562b6a59e8e106 | diff --git a/src/gluon.js b/src/gluon.js
index <HASH>..<HASH> 100644
--- a/src/gluon.js
+++ b/src/gluon.js
@@ -1,17 +1,24 @@
(Gluon => {
- // Exit if we are already defined
+ // Exit if Gluon.Element is already defined
if (Gluon.Element) { return; }
+ // Symbol key for storing the template in element class
+ ... | Make internal methods private through Symbol keys | ruphin_gluonjs | train |
8bc2616c6d465a4b3c84ca9dff7c8b3c96940dbf | diff --git a/client/components/site-selector/index.jsx b/client/components/site-selector/index.jsx
index <HASH>..<HASH> 100644
--- a/client/components/site-selector/index.jsx
+++ b/client/components/site-selector/index.jsx
@@ -12,7 +12,6 @@ var React = require( 'react' ),
*/
var AllSites = require( 'my-sites/all-sit... | Mock wp.undocumented for preferences to fix test and general cleanup.
Fix tests in stats. | Automattic_wp-calypso | train |
80b16ed927ff10fb17a379e767a09d515dd1a06d | diff --git a/Kwf_js/Utils/Element.js b/Kwf_js/Utils/Element.js
index <HASH>..<HASH> 100644
--- a/Kwf_js/Utils/Element.js
+++ b/Kwf_js/Utils/Element.js
@@ -37,7 +37,7 @@ Kwf.Utils.Element.isVisible = function elementIsVisible(el) {
/* variant 3: manuallycheck visiblity+display, basically what ext2 does */
va... | IE8 fix when isVisible() is called on an Element that has no tagname
When using "CallOnContentReady", the function "kwf.Util.ResponsiveImg" in ResponsiveImg.js will be used.
This function then calls "isVisible()" on an Element. In that function, the tagname of the element will be
used, but in some case "el.tagName" do... | koala-framework_koala-framework | train |
aa3e77308b2259ff1fd7b7c7adb7e7dd50effb17 | diff --git a/src/admin/__tests__/deleteTopicRecords.spec.js b/src/admin/__tests__/deleteTopicRecords.spec.js
index <HASH>..<HASH> 100644
--- a/src/admin/__tests__/deleteTopicRecords.spec.js
+++ b/src/admin/__tests__/deleteTopicRecords.spec.js
@@ -19,7 +19,7 @@ const { assign } = Object
const logger = assign(newLogger(... | deleteRecords/deleteTopicRecords clean-up | tulios_kafkajs | train |
f43ac3b9c1884fde35e73fe9c35a572b196f3119 | diff --git a/httprunner/ext/make/__init__.py b/httprunner/ext/make/__init__.py
index <HASH>..<HASH> 100644
--- a/httprunner/ext/make/__init__.py
+++ b/httprunner/ext/make/__init__.py
@@ -184,12 +184,8 @@ def __make_testcase(testcase: Dict, dir_path: Text = None) -> NoReturn:
def __make_testsuite(testsuite: Dict) -> ... | fix: validate field with variable or function | HttpRunner_HttpRunner | train |
19ac8503a87e72feb9acc7fbe0d8f2fed206dfe5 | diff --git a/packages/blueprint/lib/Server.js b/packages/blueprint/lib/Server.js
index <HASH>..<HASH> 100644
--- a/packages/blueprint/lib/Server.js
+++ b/packages/blueprint/lib/Server.js
@@ -7,9 +7,6 @@ var express = require ('express')
const DEFAULT_VIEWS_PATH = 'views';
const DEFAULT_VIEW_ENGINE = 'jade';
-// Mid... | Defined middleware on the express application | onehilltech_blueprint | train |
9fb4a31c6cfb181aa1d5c222ca89215cc527b5b4 | diff --git a/app/models/manager_refresh/dto_collection.rb b/app/models/manager_refresh/dto_collection.rb
index <HASH>..<HASH> 100644
--- a/app/models/manager_refresh/dto_collection.rb
+++ b/app/models/manager_refresh/dto_collection.rb
@@ -50,7 +50,7 @@ module ManagerRefresh
def process_strategy_local_db_cache_al... | A foreign key can be a part of index of the DtoCollection
A foreign key can be a part of index of the DtoCollection
(transferred from ManageIQ/manageiq@b<I>b<I>a7b<I>f<I>bca<I>baf<I>eb) | ManageIQ_inventory_refresh | train |
3fd389c5c2a698359cb97dfecc7aa84e2220b589 | diff --git a/rtv/__main__.py b/rtv/__main__.py
index <HASH>..<HASH> 100644
--- a/rtv/__main__.py
+++ b/rtv/__main__.py
@@ -127,6 +127,7 @@ def main():
('$RTV_URLVIEWER', os.getenv('RTV_URLVIEWER')),
('$RTV_BROWSER', RTV_BROWSER),
('$BROWSER', BROWSER),
+ ('$RTV_PAGER', ... | pager: Add RTV_PAGER to support a reddit-specific setting
Reddit submissions and comments are styled with Markdown. If you have a
Markdown-aware pager/viewer on your system it is convenient to be able to
use it rather than the default 'less'/'more'/etc. one used for everything
else on the system. Support a high-prio... | michael-lazar_rtv | train |
7587fed06026fb12a49b7f3f4deeb90af0895eb7 | diff --git a/cmd2/argparse_completer.py b/cmd2/argparse_completer.py
index <HASH>..<HASH> 100755
--- a/cmd2/argparse_completer.py
+++ b/cmd2/argparse_completer.py
@@ -707,7 +707,7 @@ class ACHelpFormatter(argparse.RawTextHelpFormatter):
def _format_usage(self, usage, actions, groups, prefix) -> str:
if ... | Placed options at beginning of usage statement like argparse does.
This is to prevent options appearing after the ... generated by argparse.REMAINDER. | python-cmd2_cmd2 | train |
8a31b41b4c6ad1deef5d544c4ac2a947821768fa | diff --git a/floodsub.go b/floodsub.go
index <HASH>..<HASH> 100644
--- a/floodsub.go
+++ b/floodsub.go
@@ -4,6 +4,7 @@ import (
"context"
"encoding/binary"
"fmt"
+ "sync/atomic"
"time"
pb "github.com/libp2p/go-floodsub/pb"
@@ -57,6 +58,9 @@ type PubSub struct {
seenMessages *timecache.TimeCache
ctx co... | use atomic counter for message seqnos; timestamp is insufficient | libp2p_go-libp2p-pubsub | train |
c1e77b1f744e98cece944e63e293059235c4ebdb | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100755
--- a/index.js
+++ b/index.js
@@ -89,6 +89,7 @@ var fontUrls = [];
var cssObj = {};
var getFormatCSS = function(format, callback) {
+ var _format = format;
var opts = {
url: url,
headers: {
@@ -165,11 +166,24 @@ var getFormatCSS = function(f... | embedded-opentype (eot) response seems to have changed | jrnewell_goog-webfont-dl | train |
959e4cbb9979b8fcc94cf3547dd4335a77e3ae7e | diff --git a/valkyrie-rcp-archetype/src/main/resources/archetype-resources/src/main/java/ApplicationRunner.java b/valkyrie-rcp-archetype/src/main/resources/archetype-resources/src/main/java/ApplicationRunner.java
index <HASH>..<HASH> 100644
--- a/valkyrie-rcp-archetype/src/main/resources/archetype-resources/src/main/ja... | simplified configuration of commands and application config
default constructor for ApplicationLauncher now works | lievendoclo_Valkyrie-RCP | train |
7f502455391fc5a1461630c7bbffcd5415a736d4 | diff --git a/src/core/player-facade.js b/src/core/player-facade.js
index <HASH>..<HASH> 100644
--- a/src/core/player-facade.js
+++ b/src/core/player-facade.js
@@ -119,10 +119,18 @@ export default class Player {
this._defaultModules.ui.setWidth(width);
}
+ getWidth() {
+ return this._defaultModules.ui.getW... | Adding API for checking current size of player | wix_playable | train |
86ff98537a10e8791a99998b477b53134f57604a | diff --git a/src/main/java/se/jiderhamn/classloader/leak/prevention/ClassLoaderLeakPreventor.java b/src/main/java/se/jiderhamn/classloader/leak/prevention/ClassLoaderLeakPreventor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/se/jiderhamn/classloader/leak/prevention/ClassLoaderLeakPreventor.java
+++ b/src/main/j... | Avoid leaks triggered by DOM normalization or serialization | mjiderhamn_classloader-leak-prevention | train |
28c93d4d276e41e26f43cd3eda7464222b637d46 | diff --git a/GVRf/Framework/framework/src/main/java/org/gearvrf/GVRViewManager.java b/GVRf/Framework/framework/src/main/java/org/gearvrf/GVRViewManager.java
index <HASH>..<HASH> 100644
--- a/GVRf/Framework/framework/src/main/java/org/gearvrf/GVRViewManager.java
+++ b/GVRf/Framework/framework/src/main/java/org/gearvrf/G... | fixes for supporting larger images
fixes for supporting larger images.
1) use getLargeMemoryClass() if largeHeap is set in the application's
AndroidManifest.xml.
2) ensure pending gl runnables are run before onInit. this is necessary
for ensuring glMaxTexureSize gets set correctly.
3) increase the MAXIMUM_IMAGE_FA... | Samsung_GearVRf | train |
f58af10d1ccca46e16f22ef7cdf49bc01961fabe | diff --git a/src/Extensions/ShareDraftContentFileShortcodeProviderExtension.php b/src/Extensions/ShareDraftContentFileShortcodeProviderExtension.php
index <HASH>..<HASH> 100644
--- a/src/Extensions/ShareDraftContentFileShortcodeProviderExtension.php
+++ b/src/Extensions/ShareDraftContentFileShortcodeProviderExtension.p... | Bugfix: Check for active controller before access getRequest() | silverstripe_silverstripe-sharedraftcontent | train |
5ad3bf0232191543d225024fe6f664965bb87456 | diff --git a/api/RegistrationAPI.js b/api/RegistrationAPI.js
index <HASH>..<HASH> 100755
--- a/api/RegistrationAPI.js
+++ b/api/RegistrationAPI.js
@@ -451,6 +451,41 @@ function RegistrationAPI (port, store, serviceName, pri, iface) {
return new Error('Port is not a valid value. Must be an integer greater than zero... | Check node health and remove records when heartbeat stops | Streampunk_ledger | train |
24fc43e97f017bd169a369ad41da498474c7f94d | diff --git a/webuidriver/__about__.py b/webuidriver/__about__.py
index <HASH>..<HASH> 100644
--- a/webuidriver/__about__.py
+++ b/webuidriver/__about__.py
@@ -3,7 +3,7 @@
__title__ = "rtsf-web"
__short_desc__ = "only for web ui test, base on rtsf"
-__version__ = "1.3.2"
+__version__ =... | fit: update version to <I>, to support node host | RockFeng0_rtsf-web | train |
352705d0e33bbb5990ea6666d3197970332b0be2 | diff --git a/spec/thinking_sphinx/rake_interface_spec.rb b/spec/thinking_sphinx/rake_interface_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/thinking_sphinx/rake_interface_spec.rb
+++ b/spec/thinking_sphinx/rake_interface_spec.rb
@@ -197,6 +197,7 @@ describe ThinkingSphinx::RakeInterface do
it "prints a failure... | Don’t actually exit when the tests are running. | pat_thinking-sphinx | train |
eb4b24552c93865a3658f854b23a897cf396e746 | diff --git a/modules/pulsestorm/pestle/library/module.php b/modules/pulsestorm/pestle/library/module.php
index <HASH>..<HASH> 100644
--- a/modules/pulsestorm/pestle/library/module.php
+++ b/modules/pulsestorm/pestle/library/module.php
@@ -119,7 +119,7 @@ function writeStringToFile($path, $contents)
}
function write... | Return value returned by writeStringToFile | astorm_pestle | train |
84f5f0c7d9e4e1d3df45aec55cde8303552d1336 | diff --git a/python_modules/dagster/dagster/core/run_coordinator/queued_run_coordinator.py b/python_modules/dagster/dagster/core/run_coordinator/queued_run_coordinator.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster/dagster/core/run_coordinator/queued_run_coordinator.py
+++ b/python_modules/dagster/dagster/... | Add a get_run_queue_config method to DagsterInstance (#<I>)
Summary:
Thisc could let us support more configurable run config sources in the future (e.g. editting the config in a UI) | dagster-io_dagster | train |
33c509b8677b02a8af625e86f25859409b7ea343 | diff --git a/script/upload.py b/script/upload.py
index <HASH>..<HASH> 100755
--- a/script/upload.py
+++ b/script/upload.py
@@ -4,11 +4,13 @@ import argparse
import errno
import glob
import os
+import requests
import subprocess
import sys
import tempfile
from lib.util import *
+from lib.github import GitHub
... | Create new release note or get the existing one when uploading. | electron_electron | train |
05f02d8942c1f4a48ad5ee54553e446710658ae7 | diff --git a/tensor2tensor/utils/t2t_model.py b/tensor2tensor/utils/t2t_model.py
index <HASH>..<HASH> 100644
--- a/tensor2tensor/utils/t2t_model.py
+++ b/tensor2tensor/utils/t2t_model.py
@@ -1718,7 +1718,7 @@ class T2TModel(base.Layer):
inputs = features.get("inputs")
if inputs is None:
- inputs = feat... | Fix a bug that causes a crash when decoding for language models because initially targets is empty and only "infer_targets" is populated.
PiperOrigin-RevId: <I> | tensorflow_tensor2tensor | train |
5598a8f88f5854d792428739ca7e67b67993f330 | diff --git a/paramiko/channel.py b/paramiko/channel.py
index <HASH>..<HASH> 100644
--- a/paramiko/channel.py
+++ b/paramiko/channel.py
@@ -81,6 +81,7 @@ class Channel (object):
self.name = str(chanid)
self.logger = logging.getLogger('paramiko.chan.' + str(chanid))
self.pipe_rfd = self.pipe_wf... | [project @ Arch-1:<EMAIL><I>-public%secsh--dev--<I>--patch-<I>]
replay patch <I> (missing channel changes)
i'm still getting the hang of tla/arch, obviously.
replay patch <I>, which was meant to be part of the later mega-patch, but
apparently when i reversed it, i lost it entirely. | paramiko_paramiko | train |
36260dd3160d3cc73c2f730ff7845b8a5868e7ff | diff --git a/examples/hello-openshift/hello_openshift.go b/examples/hello-openshift/hello_openshift.go
index <HASH>..<HASH> 100644
--- a/examples/hello-openshift/hello_openshift.go
+++ b/examples/hello-openshift/hello_openshift.go
@@ -18,7 +18,7 @@ func helloHandler(w http.ResponseWriter, r *http.Request) {
// via a ... | hello-openshift: Make request-port header spec compliant
Change hello-openshift's `request-port` response header
to `x-request-port` to be strictly standards compliant. | openshift_origin | train |
1b4e1a57d295eb831df9f850878401076c262df0 | diff --git a/hendrix/logger.py b/hendrix/logger.py
index <HASH>..<HASH> 100644
--- a/hendrix/logger.py
+++ b/hendrix/logger.py
@@ -19,4 +19,3 @@ def hendrixObserver(path=DEFAULT_LOG_FILE, log_level=LogLevel.warn):
)
-globalLogPublisher.addObserver(hendrixObserver(log_level=LogLevel.debug)) | removed hardcoded debug logger | hendrix_hendrix | train |
2af8d1bed69e40ee7fd89a39e66e95a33ebf61c3 | diff --git a/src/saml2/client.py b/src/saml2/client.py
index <HASH>..<HASH> 100644
--- a/src/saml2/client.py
+++ b/src/saml2/client.py
@@ -400,7 +400,7 @@ class Saml2Client(object):
return None
def make_logout_requests(self, subject_id, reason=None,
- not_on_or_after=... | Added some log output and gave factory the necessary input | IdentityPython_pysaml2 | train |
76e7ddc6e0d32bb4caaa01043c5c03c0396cf8d2 | diff --git a/actionpack/lib/action_controller/metal/exceptions.rb b/actionpack/lib/action_controller/metal/exceptions.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_controller/metal/exceptions.rb
+++ b/actionpack/lib/action_controller/metal/exceptions.rb
@@ -39,12 +39,16 @@ module ActionController
en... | Add an integration test for DYM | rails_rails | train |
81426b96087388bb68dc30803af952564b6e125b | diff --git a/src/EntityManagerFactory.php b/src/EntityManagerFactory.php
index <HASH>..<HASH> 100644
--- a/src/EntityManagerFactory.php
+++ b/src/EntityManagerFactory.php
@@ -78,7 +78,7 @@ class EntityManagerFactory
);
$connection = $this->connection->driver(
- array_get($settings, 'conne... | Use the driver instead of connection name when resolving the connection | laravel-doctrine_orm | train |
c12085374e38157feb607f827c821538fd4e7e7d | diff --git a/rb/lib/selenium/webdriver/remote/w3c/capabilities.rb b/rb/lib/selenium/webdriver/remote/w3c/capabilities.rb
index <HASH>..<HASH> 100755
--- a/rb/lib/selenium/webdriver/remote/w3c/capabilities.rb
+++ b/rb/lib/selenium/webdriver/remote/w3c/capabilities.rb
@@ -47,7 +47,7 @@ module Selenium
:scrip... | Prevent autoload of Firefox in builds that don't have it
This should be seriously reworked cause it's a mess now | SeleniumHQ_selenium | train |
cc7510f6a514859e0bd1a7abeeb3e730c49dd416 | diff --git a/lib/simple_oauth.rb b/lib/simple_oauth.rb
index <HASH>..<HASH> 100644
--- a/lib/simple_oauth.rb
+++ b/lib/simple_oauth.rb
@@ -69,7 +69,7 @@ module SimpleOAuth
private
def normalized_attributes
- signed_attributes.sort_by(&:to_s).map{|k,v| %(#{k}="#{self.class.encode(v)}") }.join(', ')
... | Updated parameter and attribute sorting during normalization to behave consistently across Ruby versions <I> and <I>. | laserlemon_simple_oauth | train |
50687e6317fcb150c543013d2707aa5fcf9462df | diff --git a/uncompyle6/parser.py b/uncompyle6/parser.py
index <HASH>..<HASH> 100644
--- a/uncompyle6/parser.py
+++ b/uncompyle6/parser.py
@@ -442,7 +442,6 @@ class PythonParser(GenericASTBuilder):
def p_expr(self, args):
'''
expr ::= _mklambda
- expr ::= LOAD_ASSERT
expr ::= LOAD... | Reduse scope of LOAD_ASSERT as expr to <I>+ | rocky_python-uncompyle6 | train |
c1f33f3da4b098db240fad08df2d5b4f690d5c1e | diff --git a/src/webignition/HtmlValidationErrorNormaliser/HtmlValidationErrorNormaliser.php b/src/webignition/HtmlValidationErrorNormaliser/HtmlValidationErrorNormaliser.php
index <HASH>..<HASH> 100644
--- a/src/webignition/HtmlValidationErrorNormaliser/HtmlValidationErrorNormaliser.php
+++ b/src/webignition/HtmlValid... | Support for 'end tag for X omitted, but OMITTAG NO was specified' | webignition_html-validation-error-normaliser | train |
e8b674dc783d63ec7c8960ee0828ecba3c2248a2 | diff --git a/framework/yii/rbac/Item.php b/framework/yii/rbac/Item.php
index <HASH>..<HASH> 100644
--- a/framework/yii/rbac/Item.php
+++ b/framework/yii/rbac/Item.php
@@ -199,6 +199,6 @@ class Item extends Object
public function save()
{
$this->manager->saveItem($this, $this->_oldName);
- unset($this->_oldName)... | Do not unset class properties!
this will result in objects that do not have the property anymore :-) | yiisoft_yii2-bootstrap4 | train |
05b17d125cfd1a0dddb2ae599a2eb72b39bedcf3 | diff --git a/tensorboardX/summary.py b/tensorboardX/summary.py
index <HASH>..<HASH> 100644
--- a/tensorboardX/summary.py
+++ b/tensorboardX/summary.py
@@ -373,8 +373,7 @@ def audio(tag, tensor, sample_rate=44100):
Wave_write.setsampwidth(2)
Wave_write.setframerate(sample_rate)
tensor_enc = b''
- for v... | Avoid call to struct.pack in loop in audio() (#<I>)
Speeds up by 2x for 1 sec audio, <I>x for 1 min audio | lanpa_tensorboardX | train |
bcb47954d9bfafddbf3e7b2be026ef1d7c1676ee | diff --git a/microsoftbotframework/msbot.py b/microsoftbotframework/msbot.py
index <HASH>..<HASH> 100644
--- a/microsoftbotframework/msbot.py
+++ b/microsoftbotframework/msbot.py
@@ -62,7 +62,7 @@ class MsBot:
def run(self):
self.app.run(host=self.host, port=self.port, debug=self.debug)
- def verify_... | Added forced cache refresh if no valid certs are found. | mbrown1508_microsoftbotframework | train |
414f6399077693528f8d570ab3a02c348bcfd5ac | diff --git a/store.go b/store.go
index <HASH>..<HASH> 100644
--- a/store.go
+++ b/store.go
@@ -18,8 +18,8 @@ var applicationName string
// SetApplicationName defines a unique application handle for file system.
//
-// By default, Store puts all your config data to $HOME/.config/<appname>
-// on *nix systems and to ... | XDG_CONFIG_HOME on UNIX systems added.
Store now chooses XDG_CONFIG_HOME to store config first. If it's
not defined, it falls back to HOME. | tucnak_store | train |
4bc9374446ee2805517f8d695fc109cb6c6d7d1b | diff --git a/app/Module/CensusAssistantModule.php b/app/Module/CensusAssistantModule.php
index <HASH>..<HASH> 100644
--- a/app/Module/CensusAssistantModule.php
+++ b/app/Module/CensusAssistantModule.php
@@ -178,13 +178,11 @@ class CensusAssistantModule extends AbstractModule
$text = $ca_title;
if ($... | Fix: #<I> - double line spaces in census assistant | fisharebest_webtrees | train |
0f869b43773ba746757fa1aeeb2037fac3a6dccf | diff --git a/utilities/joi-mongoose-helper.js b/utilities/joi-mongoose-helper.js
index <HASH>..<HASH> 100644
--- a/utilities/joi-mongoose-helper.js
+++ b/utilities/joi-mongoose-helper.js
@@ -55,7 +55,7 @@ module.exports = {
//TODO: possibly add stricter validation for associations
if (association.ty... | Relaxed validation of readAssociation to allow for direct id arrays. | JKHeadley_rest-hapi | train |
6b9e25bafa89a07f18744c8ee77f007244e119e1 | diff --git a/domain/domain.go b/domain/domain.go
index <HASH>..<HASH> 100644
--- a/domain/domain.go
+++ b/domain/domain.go
@@ -1013,7 +1013,6 @@ func (do *Domain) globalBindHandleWorkerLoop(owner owner.Manager) {
for {
select {
case <-do.exit:
- owner.Cancel()
return
case <-bindWorkerTicker.C:
... | domain: call the cancel function of bind owner only once (#<I>) | pingcap_tidb | train |
7f558c03213e239940cff6d31a3783205444419e | diff --git a/workshift/urls.py b/workshift/urls.py
index <HASH>..<HASH> 100644
--- a/workshift/urls.py
+++ b/workshift/urls.py
@@ -12,4 +12,6 @@ urlpatterns = [
url(r"^workshift/manage/add_shift/$", views.add_shift_view, name="add_shift"),
url(r"^workshift/shifts/(P<shift_title>\w+)/$", views.shift_view, name="view... | Added urls for viewing / modifying instances | knagra_farnsworth | train |
4be5688584aae7f420b949fcecbf933cf4540fca | diff --git a/loguru/_file_sink.py b/loguru/_file_sink.py
index <HASH>..<HASH> 100644
--- a/loguru/_file_sink.py
+++ b/loguru/_file_sink.py
@@ -212,7 +212,10 @@ class FileSink:
compress = False
elif comp == 'gz':
import zlib, gzip
- open_out = lambda p: gzip.... | Fix incorrect archived name for "gz" compression | Delgan_loguru | train |
27db6f0371e460f3bc0769ef61c9a411340fa20d | diff --git a/tests/test_messages.py b/tests/test_messages.py
index <HASH>..<HASH> 100644
--- a/tests/test_messages.py
+++ b/tests/test_messages.py
@@ -47,7 +47,7 @@ class MessageTest(unittest.TestCase):
)
mock.assert_called_with(
{
- 'From': '+14155551234',
... | Fix broken tests in test_messages | twilio_twilio-python | train |
413bdde772ca2a5698ae62c21da9f1bdaecdc53b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,13 +2,10 @@ import setuptools
try:
import pkg_utils
except ImportError:
- import pip
- pip_version = tuple(pip.__version__.split('.'))
- if pip_version >= ('19', '3', '0'):
- import pip._internal.main... | replacing unstable pip API with subprocess and sys.executable | KarrLab_nose2unitth | train |
496e2544f45600484d2d7fd08b5fd37fa4de5e00 | diff --git a/tests/test_web_request.py b/tests/test_web_request.py
index <HASH>..<HASH> 100644
--- a/tests/test_web_request.py
+++ b/tests/test_web_request.py
@@ -101,3 +101,10 @@ class TestWebRequest(unittest.TestCase):
ret = self.loop.run_until_complete(req.POST())
self.assertEqual(MultiDict(), re... | Add test on getting request.POST twice | aio-libs_aiohttp | train |
75aa5aeb459b4600bbf1862e2cec188f8fd67a78 | diff --git a/config/src/main/config/portal/default/redbox/scripts/hkjobs/transitionWorkflow.py b/config/src/main/config/portal/default/redbox/scripts/hkjobs/transitionWorkflow.py
index <HASH>..<HASH> 100644
--- a/config/src/main/config/portal/default/redbox/scripts/hkjobs/transitionWorkflow.py
+++ b/config/src/main/con... | Fixed issue when running tranistionWorkflow as a housekeeping job | redbox-mint_redbox | train |
516c78bdecb0d7d3c4ba97a7a70ca1921c6a76fa | diff --git a/src/grid/PartGridLegend.php b/src/grid/PartGridLegend.php
index <HASH>..<HASH> 100644
--- a/src/grid/PartGridLegend.php
+++ b/src/grid/PartGridLegend.php
@@ -38,7 +38,7 @@ class PartGridLegend extends BaseGridLegend implements GridLegendInterface
[
'label' => ['hipanel:stock',... | added displaying current part location in part report view (#<I>)
* added displaying current part location in part report view
* Update src/models/Part.php | hiqdev_hipanel-module-stock | train |
417b4aceb5abc84d1d92826ebbfd75e834707bd0 | diff --git a/baron/grammator_operators.py b/baron/grammator_operators.py
index <HASH>..<HASH> 100644
--- a/baron/grammator_operators.py
+++ b/baron/grammator_operators.py
@@ -228,8 +228,11 @@ def include_operators(pg):
@pg.production("trailer : LEFT_SQUARE_BRACKET DOT DOT DOT RIGHT_SQUARE_BRACKET")
def trai... | [mod] continue refactoring | PyCQA_baron | train |
14e82971ef99f150d733a587289ceaa18a3f5f4d | diff --git a/test/lib/Elastica/IndexTest.php b/test/lib/Elastica/IndexTest.php
index <HASH>..<HASH> 100755
--- a/test/lib/Elastica/IndexTest.php
+++ b/test/lib/Elastica/IndexTest.php
@@ -126,7 +126,6 @@ class Elastica_IndexTest extends PHPUnit_Framework_TestCase
}
public function testAddWordxFile() {
-
$indexM... | Removed colon that was causing syntax error. Added inline docs to describe why I am asserting that false should be true | ruflin_Elastica | train |
1b178b952001c08ce39946e19892190ad85e661f | diff --git a/platform/linux_platform.go b/platform/linux_platform.go
index <HASH>..<HASH> 100644
--- a/platform/linux_platform.go
+++ b/platform/linux_platform.go
@@ -36,6 +36,11 @@ type LinuxOptions struct {
// When set to true persistent disk will be mounted as a bind-mount
BindMountPersistentDisk bool
+
+ // W... | Add CreatePartitionIfNoEphemeralDisk option
As yet unimplemented
[#<I>] | cloudfoundry_bosh-agent | train |
aa2298ed0b264937aeafb75568ccd3f6b68d58e5 | diff --git a/tests/unit/test_oidc.py b/tests/unit/test_oidc.py
index <HASH>..<HASH> 100644
--- a/tests/unit/test_oidc.py
+++ b/tests/unit/test_oidc.py
@@ -181,7 +181,7 @@ class TestFrontendOidc(unittest.TestCase):
with self.app as app:
with app.session_transaction() as sess:
sess[... | Replaced tokenMap test with cache test | ga4gh_ga4gh-server | train |
eabf3e13722ef4532d7c931d96224f2b4a8c3d14 | diff --git a/src/main/java/com/buschmais/jqassistant/scm/maven/AbstractMojo.java b/src/main/java/com/buschmais/jqassistant/scm/maven/AbstractMojo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/buschmais/jqassistant/scm/maven/AbstractMojo.java
+++ b/src/main/java/com/buschmais/jqassistant/scm/maven/AbstractMoj... | #<I> reworked reset store logic for building in a sub tree | buschmais_jqa-maven-plugin | train |
0eb0b56407274b034235b89b3c45d48cf864436c | diff --git a/tests/classes/record/adapterTest.php b/tests/classes/record/adapterTest.php
index <HASH>..<HASH> 100644
--- a/tests/classes/record/adapterTest.php
+++ b/tests/classes/record/adapterTest.php
@@ -197,10 +197,6 @@ class record_adapterTest extends PhraseanetPHPUnitAuthenticatedAbstract
public function t... | Re-enable animated gif tests without Gmagick | alchemy-fr_Phraseanet | train |
c11461dc1a6f426d84023d02b0497626e788a4e5 | diff --git a/libraries/asset.php b/libraries/asset.php
index <HASH>..<HASH> 100644
--- a/libraries/asset.php
+++ b/libraries/asset.php
@@ -240,33 +240,6 @@ class Asset {
/**
- * Checks for an app version of a file (auto-load if desired)
- *
- * @access public
- * @return object
- * @author Pablo
- **/
- p... | Small tidy up, no longer uses /app as an asset holder | nails_common | train |
c644b6745296094acccab0bfcc63f83b5117e33e | diff --git a/tests/urls.py b/tests/urls.py
index <HASH>..<HASH> 100644
--- a/tests/urls.py
+++ b/tests/urls.py
@@ -1,4 +1,4 @@
-from django.conf.urls import include, patterns, url
+from django.conf.urls import include, url
from dynamic_rest.routers import DynamicRouter
from tests import viewsets
@@ -20,7 +20,6 @@ r... | remove patterns (deprecated in <I>) | AltSchool_dynamic-rest | train |
9ae7e3924275bc440a198efa3119303083afd48b | diff --git a/core/src/main/java/kamon/sigar/SigarProvisioner.java b/core/src/main/java/kamon/sigar/SigarProvisioner.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/kamon/sigar/SigarProvisioner.java
+++ b/core/src/main/java/kamon/sigar/SigarProvisioner.java
@@ -20,7 +20,7 @@ import java.io.FileOutputStream;
i... | JDK <I>+ compatibility
Cast the private ClassLoader.loadedLibraryNames field to a
Collection instead of a Vector to be compatible with JDK <I>+
(where this field's type was changed from Vector to Set). | kamon-io_sigar-loader | train |
e85fe3b8e39de4d568a11f146162a4f7d944130c | diff --git a/redis/client.py b/redis/client.py
index <HASH>..<HASH> 100755
--- a/redis/client.py
+++ b/redis/client.py
@@ -310,7 +310,8 @@ def parse_xclaim(response, **options):
def parse_xautoclaim(response, **options):
if options.get("parse_justid", False):
return response[1]
- return parse_stream_l... | Fix `XAUTOCLAIM` to return the full response (#<I>)
* fix parse_xautoclaim
* linters | andymccurdy_redis-py | train |
27847ac6ef13e9813b4e3b7dac63e54d7bd5c63e | diff --git a/lib/rackstash/class_registry.rb b/lib/rackstash/class_registry.rb
index <HASH>..<HASH> 100644
--- a/lib/rackstash/class_registry.rb
+++ b/lib/rackstash/class_registry.rb
@@ -16,7 +16,7 @@ module Rackstash
# @param object_type [#to_s] the human-readable singular name of the
# registered objects.... | Ensure the stored object_type of a ClassRegistry is always frozen | meineerde_rackstash | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.