hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
8c7492c4beb77e368c5c26a8b8033372a40e6382 | diff --git a/modules/citrus-http/src/main/java/com/consol/citrus/http/message/HttpMessageContentBuilder.java b/modules/citrus-http/src/main/java/com/consol/citrus/http/message/HttpMessageContentBuilder.java
index <HASH>..<HASH> 100644
--- a/modules/citrus-http/src/main/java/com/consol/citrus/http/message/HttpMessageCon... | (#<I>) Extracted methods | citrusframework_citrus | train |
0e0f75992853b2d2f19b4ebbc4ad612fcfef6fc5 | diff --git a/jishaku/features/python.py b/jishaku/features/python.py
index <HASH>..<HASH> 100644
--- a/jishaku/features/python.py
+++ b/jishaku/features/python.py
@@ -156,17 +156,18 @@ class PythonFeature(Feature):
arg_dict["_"] = self.last_result
convertables: typing.Dict[str, str] = {}
- fo... | Don't try to handle mentions for hybrid contexts | Gorialis_jishaku | train |
26f020d380cd3ed7476bf7d43d2309f4d12f932c | diff --git a/irc/client.py b/irc/client.py
index <HASH>..<HASH> 100644
--- a/irc/client.py
+++ b/irc/client.py
@@ -684,19 +684,17 @@ class ServerConnection(Connection):
for fn in self.handlers[event.type]:
fn(self, event)
- def _parse_tag(self, tag_item):
- if '=' in tag_item:
... | Use partition to unify the implementation. | jaraco_irc | train |
7a89666f8bcdec161cce5f0b7834e719528f9290 | diff --git a/lib/incarnatorHandler.js b/lib/incarnatorHandler.js
index <HASH>..<HASH> 100644
--- a/lib/incarnatorHandler.js
+++ b/lib/incarnatorHandler.js
@@ -30,7 +30,7 @@ var IncarnatorHandler = function (opts) {
cb(new HandlerError(errorCodes.ALREADY_INITIALIZED));
return;
}
- newIncarnator = n... | fix: new incarnator not defined in correct scope | afters_couch-incarnate | train |
fdf3a880f564cfab15e6331577617b53ab44c695 | diff --git a/commerce-payment-method-mercanet/src/main/java/com/liferay/commerce/payment/method/mercanet/internal/servlet/MercanetServlet.java b/commerce-payment-method-mercanet/src/main/java/com/liferay/commerce/payment/method/mercanet/internal/servlet/MercanetServlet.java
index <HASH>..<HASH> 100644
--- a/commerce-pa... | COMMERCE-<I> COMMERCE-<I> Use logger rather than printStackTrace | liferay_com-liferay-commerce | train |
acdcb95a7423b3369d39c5c4cf2535951cdafa5f | diff --git a/lib/librarian.rb b/lib/librarian.rb
index <HASH>..<HASH> 100644
--- a/lib/librarian.rb
+++ b/lib/librarian.rb
@@ -121,10 +121,6 @@ module Librarian
end
previous_resolution = lockfile.load(lockfile_path.read)
partial_manifests = ManifestSet.deep_strip(previous_resolution.manifests, dependency... | In verbose, print out the pre- and post-cached sources as the dsl target sees them. | applicationsonline_librarian | train |
87acfc4e9b361fde6fc6fd86536d4c1176daf8ba | diff --git a/safe/impact_functions/impact_function_manager.py b/safe/impact_functions/impact_function_manager.py
index <HASH>..<HASH> 100644
--- a/safe/impact_functions/impact_function_manager.py
+++ b/safe/impact_functions/impact_function_manager.py
@@ -41,17 +41,29 @@ class ImpactFunctionManager(object):
def get... | Give example on how to deal with IF manager to query IF. | inasafe_inasafe | train |
949cde7e55252acab1b7911712eca30d5dec747e | diff --git a/lib/genevalidator.rb b/lib/genevalidator.rb
index <HASH>..<HASH> 100644
--- a/lib/genevalidator.rb
+++ b/lib/genevalidator.rb
@@ -393,6 +393,8 @@ module GeneValidator
validations.push OpenReadingFrameValidation.new(@type, prediction, hits, plot_path)
validations.push AlignmentValidation.new(@... | refactor the do_validations method | wurmlab_genevalidator | train |
46538b17f87d910b92c53379075ce0b5d4c2a13c | diff --git a/easyci/commands/test.py b/easyci/commands/test.py
index <HASH>..<HASH> 100644
--- a/easyci/commands/test.py
+++ b/easyci/commands/test.py
@@ -14,7 +14,6 @@ def test(ctx, staged_only, head_only):
git = GitVcs()
known_signatures = get_known_signatures(git)
with git.temp_copy() as copy:
- ... | improved copying performance by using rsync | naphatkrit_easyci | train |
a5c3e9d413e7ca297b7e433ca05fdf73a46c6b0c | diff --git a/lib/couch.js b/lib/couch.js
index <HASH>..<HASH> 100644
--- a/lib/couch.js
+++ b/lib/couch.js
@@ -102,7 +102,7 @@ CouchAdapter.prototype.remove = function(key, revision, callback)
this.db.remove(key, revision, callback);
};
-CouchAdapter.prototype.removeMany = function(objects, callback)
+CouchAdapter... | removeMany -> destroyMany
Also, the redis test now cleans up after itself properly. | ceejbot_polyclay | train |
67815d19472c02f074a3af8349e2c7a87580e4f6 | diff --git a/app/Blueprint/Infrastructure/Service/Maker/CustomFiles/CustomFilesMaker.php b/app/Blueprint/Infrastructure/Service/Maker/CustomFiles/CustomFilesMaker.php
index <HASH>..<HASH> 100644
--- a/app/Blueprint/Infrastructure/Service/Maker/CustomFiles/CustomFilesMaker.php
+++ b/app/Blueprint/Infrastructure/Service/... | added getcwd().'/' to the extra files volume
The current working dir needs to be present in the volume otherwise the path will be relative to .rancherize instead of the project root | ipunkt_rancherize | train |
2fbd5c8d7231b2d18011b28a289460213d34cd83 | diff --git a/future/__init__.py b/future/__init__.py
index <HASH>..<HASH> 100644
--- a/future/__init__.py
+++ b/future/__init__.py
@@ -85,96 +85,12 @@ On Python 2, the ``from future.builtins import *`` line shadows builtins
to provide their Python 3 semantics. (See below for the explicit import
form.)
+Documentatio... | Simplify the top-level future package docstring
- Eliminates some redundancy ... | PythonCharmers_python-future | train |
dc94ea47e55655e06d99fb0fa0b10dea27312893 | diff --git a/src/js/videojs.vr.js b/src/js/videojs.vr.js
index <HASH>..<HASH> 100644
--- a/src/js/videojs.vr.js
+++ b/src/js/videojs.vr.js
@@ -436,6 +436,7 @@
}
player.vr = {
+ camera: camera,
cameraVector: cameraVector
};
} | Expose ThreeJS perspective camera in player.vr object
exposeThreeJSCamera | videojs_videojs-vr | train |
ba004ebf3c4b465e5dbf2fe8bfb3da8bb4c91d03 | diff --git a/changes.md b/changes.md
index <HASH>..<HASH> 100644
--- a/changes.md
+++ b/changes.md
@@ -6,6 +6,7 @@
- Fixed bug with protected endpoints becoming unprotected when setting protection on both group and route.
- Fixed bug where routes defined before the replacement of the bound router would be lost.
- `A... | Avoid catching and handling exceptions in AuthFilter. | dingo_api | train |
23c71abcd70af866d7752dab91c37cd2e84196e8 | diff --git a/api/cloudcontroller/ccv2/application.go b/api/cloudcontroller/ccv2/application.go
index <HASH>..<HASH> 100644
--- a/api/cloudcontroller/ccv2/application.go
+++ b/api/cloudcontroller/ccv2/application.go
@@ -123,7 +123,7 @@ func (application Application) MarshalJSON() ([]byte, error) {
DockerCredentials ... | always send health_check_http_endpoint when health_check_type is set
[Finishes #<I>] | cloudfoundry_cli | train |
672624669703c68f3bf321d04453af14c47dfc2e | diff --git a/core/server/services/themes/storage.js b/core/server/services/themes/storage.js
index <HASH>..<HASH> 100644
--- a/core/server/services/themes/storage.js
+++ b/core/server/services/themes/storage.js
@@ -75,12 +75,14 @@ module.exports = {
name: themeName,
path: checkedTheme.... | Fixed test for overriding active theme
refs: <URL> doesn't test the right codepath
- It incorrectly assumes uploading the same theme twice results in an override, but this is only true for the active theme
- This change splits the override test out into it's own test, and only tests overriding by changing the active t... | TryGhost_Ghost | train |
d9fada95496d4b92404e5e2f82b7404bb0d28f3e | diff --git a/spyderlib/plugins/editor.py b/spyderlib/plugins/editor.py
index <HASH>..<HASH> 100644
--- a/spyderlib/plugins/editor.py
+++ b/spyderlib/plugins/editor.py
@@ -682,8 +682,8 @@ class Editor(SpyderPluginWidget):
# --- Run toolbar ---
run_action = create_action(self, _("&Run"), ico... | Run Toolbar: Use "\n" instead of "<br>" to break its long tooltips
- Unfortunately "<br>" is printed on the status bar, while "\n" is not. | spyder-ide_spyder | train |
e323c3c66ff5c95a00351d892a6838a428c70bd1 | diff --git a/lib/searchkick/index_options.rb b/lib/searchkick/index_options.rb
index <HASH>..<HASH> 100644
--- a/lib/searchkick/index_options.rb
+++ b/lib/searchkick/index_options.rb
@@ -144,6 +144,15 @@ module Searchkick
}
}
+ if below60
+ # ES docs say standard token filter does ... | Added standard filter back in ES 5 | ankane_searchkick | train |
89225008d37b186c972fdf779658bbdf8a25ab84 | diff --git a/src/Select.js b/src/Select.js
index <HASH>..<HASH> 100644
--- a/src/Select.js
+++ b/src/Select.js
@@ -98,6 +98,22 @@ var Select = React.createClass({
this._focusAfterUpdate = false;
}.bind(this), 50);
}
+
+ if (this._focusedOptionReveal) {
+ if (this.refs.selected && this.refs.menu) {
+ v... | scroll focused item into view on keyboard navigation | HubSpot_react-select-plus | train |
2d2d399ced6261c18b21d6f4e45b9c6d64e8cecd | diff --git a/lib/cancan-permits/license/base_license.rb b/lib/cancan-permits/license/base_license.rb
index <HASH>..<HASH> 100644
--- a/lib/cancan-permits/license/base_license.rb
+++ b/lib/cancan-permits/license/base_license.rb
@@ -14,15 +14,16 @@ module License
end
def load_rules name = nil
- return if... | patch on 'yaml files for roles configuration' functionality | kristianmandrup_cancan-permits | train |
1cfcc59c058c66364cdbf208a281c48b55a74847 | diff --git a/lib/methods/drush.py b/lib/methods/drush.py
index <HASH>..<HASH> 100644
--- a/lib/methods/drush.py
+++ b/lib/methods/drush.py
@@ -392,7 +392,7 @@ class DrushMethod(BaseMethod):
pass
time.sleep(5)
- print "Wait another 5 secs for the database ..."
+ print "Wait another 5 secs for ... | Display host and user when waiting for the database (Fixes #<I>) | factorial-io_fabalicious | train |
6a3e485a9c9619b40a919feecbaeded76c9c6b0e | diff --git a/lib/grunt-horde/index.js b/lib/grunt-horde/index.js
index <HASH>..<HASH> 100644
--- a/lib/grunt-horde/index.js
+++ b/lib/grunt-horde/index.js
@@ -66,15 +66,11 @@ var shelljs = require('shelljs');
* - `{object} loadTasks`
* - `{object} registerMultiTask`
* - `{object} registerTask`
- * - `{objec... | fix(decree): Remove artifacts | codeactual_grunt-horde | train |
74f9bbb008c3905c72d1b806bbaa17b90c1aeab6 | diff --git a/documentation/components/MasterDetails.md b/documentation/components/MasterDetails.md
index <HASH>..<HASH> 100644
--- a/documentation/components/MasterDetails.md
+++ b/documentation/components/MasterDetails.md
@@ -1,6 +1,5 @@
#### Examples:
-
__1:__ A simple master detail example using the dummy <De... | feat/PLAT-<I>-A: Update Master Details style guide to reflect multiselect Table changes | attivio_suit | train |
7c41b5352f80b92fe66188dd3f36268a8a04b60c | diff --git a/lib/elasticity/aws_request_v4.rb b/lib/elasticity/aws_request_v4.rb
index <HASH>..<HASH> 100644
--- a/lib/elasticity/aws_request_v4.rb
+++ b/lib/elasticity/aws_request_v4.rb
@@ -51,7 +51,12 @@ module Elasticity
end
def payload
- AwsUtils.convert_ruby_to_aws_v4(@ruby_service_hash).to_json
+... | Don't convert configurations
Assuming configurations are specified in the correct form, pass them to convert_ruby_to_aws_4 will incorrectly upcase the property name in the inner hash | rslifka_elasticity | train |
72c0c1ae8bb867112d5f425a67b47d044a08e449 | diff --git a/cmd/helm/install.go b/cmd/helm/install.go
index <HASH>..<HASH> 100644
--- a/cmd/helm/install.go
+++ b/cmd/helm/install.go
@@ -202,14 +202,17 @@ func (i *installCmd) run() error {
}
// Check chart requirements to make sure all dependencies are present in /charts
- if c, err := chartutil.Load(i.chartPa... | Replaced InstallRelease with InstallReleaseFromChart in cmd/install.go
Fixes <URL> | helm_helm | train |
b231128d181cf4ecbbc70c627b8d2a6e23d593b0 | diff --git a/runtimes/azure-client-runtime/src/main/java/com/microsoft/azure/PagedList.java b/runtimes/azure-client-runtime/src/main/java/com/microsoft/azure/PagedList.java
index <HASH>..<HASH> 100644
--- a/runtimes/azure-client-runtime/src/main/java/com/microsoft/azure/PagedList.java
+++ b/runtimes/azure-client-runtim... | fixed page listing for no item lists. | Azure_azure-sdk-for-java | train |
0ea4abe8b2e44bdd02308ad590ffb1e846201300 | diff --git a/terms/sitemaps.py b/terms/sitemaps.py
index <HASH>..<HASH> 100644
--- a/terms/sitemaps.py
+++ b/terms/sitemaps.py
@@ -1,4 +1,5 @@
from django.contrib.sitemaps import Sitemap
+from django.db.models import Q
from .models import Term
@@ -7,4 +8,4 @@ class TermsSitemap(Sitemap):
priority = 0.1
... | Exclude external urls from the sitemap. | BertrandBordage_django-terms | train |
5cd9d5fa93baad644e95c3dc7559a080cbae1cc4 | diff --git a/lib/modem.js b/lib/modem.js
index <HASH>..<HASH> 100644
--- a/lib/modem.js
+++ b/lib/modem.js
@@ -200,13 +200,15 @@ Modem.prototype.buildPayload = function(err, isStream, statusCodes, openStdin, r
if (err) return cb(err, null);
if (statusCodes[res.statusCode] !== true) {
- var msg = new Error(
-... | get error cause from stream response, too | apocas_docker-modem | train |
126482884cd4e4bb5d58d1afdb6937b2afcebb70 | diff --git a/protowhat/Feedback.py b/protowhat/Feedback.py
index <HASH>..<HASH> 100644
--- a/protowhat/Feedback.py
+++ b/protowhat/Feedback.py
@@ -8,7 +8,20 @@ class Feedback:
self.highlighting_disabled = state.highlighting_disabled
def _highlight_data(self):
- return self.highlight.get_posit... | Make Feedback compatible with pythonwhat | datacamp_protowhat | train |
c90ffff8551b1d4ff4b83aed95226daf8135d14a | diff --git a/cmd/influxd/run/config.go b/cmd/influxd/run/config.go
index <HASH>..<HASH> 100644
--- a/cmd/influxd/run/config.go
+++ b/cmd/influxd/run/config.go
@@ -3,6 +3,7 @@ package run
import (
"errors"
"fmt"
+ "os"
"os/user"
"path/filepath"
@@ -73,15 +74,20 @@ func NewConfig() *Config {
func NewDemoConfi... | Fallback to HOME env var to determine home dir
When building a static binary without cgo, user.Current() uses cgo
and always fails. Fallback to to HOME env variable if it exists. | influxdata_influxdb | train |
cf246ae123df6eb07608ea2d0a333855fdbbafef | diff --git a/osgi/service/src/main/java/org/jboss/as/osgi/service/BundleLifecycleIntegration.java b/osgi/service/src/main/java/org/jboss/as/osgi/service/BundleLifecycleIntegration.java
index <HASH>..<HASH> 100644
--- a/osgi/service/src/main/java/org/jboss/as/osgi/service/BundleLifecycleIntegration.java
+++ b/osgi/servi... | [AS7-<I>] Activating deferred module phase may return prematurely | wildfly_wildfly | train |
716e220ba1b43a0b992c7b06d2f7b1c8a81bf07f | diff --git a/cherrypy/test/test_core.py b/cherrypy/test/test_core.py
index <HASH>..<HASH> 100644
--- a/cherrypy/test/test_core.py
+++ b/cherrypy/test/test_core.py
@@ -691,7 +691,8 @@ hello
self.getPage('/maxrequestsize/upload', h, "POST", b)
self.assertBody('Size: 5')
- if cherrypy.se... | Bah. Missed one. | cherrypy_cheroot | train |
fee5db091707ccc85cc56baf53f9f1360cf991be | diff --git a/pyimgur/__init__.py b/pyimgur/__init__.py
index <HASH>..<HASH> 100644
--- a/pyimgur/__init__.py
+++ b/pyimgur/__init__.py
@@ -876,6 +876,10 @@ class Imgur:
return self.get_gallery_album(id)
finally:
sys.stdout = original_stdout # turn STDOUT back on
+
+ ... | Make behaviour explicit for non-imgur url. | Damgaard_PyImgur | train |
8e1636067aab02b10480a3ed4373b2e3310156b6 | diff --git a/src/Biblys/Isbn/Isbn.php b/src/Biblys/Isbn/Isbn.php
index <HASH>..<HASH> 100644
--- a/src/Biblys/Isbn/Isbn.php
+++ b/src/Biblys/Isbn/Isbn.php
@@ -204,11 +204,7 @@ class Isbn
*/
public function validate()
{
- $errors = $this->_errors;
- if ($errors) {
- throw new \Ex... | Call Parser::parse in validate method | biblys_isbn | train |
dec5b871316b8e5183a08239d6251b163c4f5456 | diff --git a/config/debugbar.php b/config/debugbar.php
index <HASH>..<HASH> 100644
--- a/config/debugbar.php
+++ b/config/debugbar.php
@@ -92,17 +92,17 @@ return [
'db' => true, // Show database (PDO) queries and bindings
'views' => true, // Views with their data
'rou... | Enable more collectors + backtrace | barryvdh_laravel-debugbar | train |
b484b14be535e0ad30374df9021d321977842b71 | diff --git a/code/MSSQLDatabase.php b/code/MSSQLDatabase.php
index <HASH>..<HASH> 100644
--- a/code/MSSQLDatabase.php
+++ b/code/MSSQLDatabase.php
@@ -188,12 +188,10 @@ class MSSQLDatabase extends SS_Database {
/**
* Get the version of MSSQL.
- * NOTE: not yet implemented for MSSQL, we just return 2008; the mi... | ENHANCEMENT Added MSSQLDatabase::getVersion() to determine the current version of MSSQL in use | silverstripe_silverstripe-mssql | train |
0648fb06266e1f5c82820f6b0ad182622adc4a14 | diff --git a/lib/model/folder.go b/lib/model/folder.go
index <HASH>..<HASH> 100644
--- a/lib/model/folder.go
+++ b/lib/model/folder.go
@@ -953,9 +953,13 @@ func (f *folder) updateLocals(fs []protocol.FileInfo) {
f.fset.Update(protocol.LocalDeviceID, fs)
filenames := make([]string, len(fs))
+ f.forcedRescanPathsMu... | lib/model: Don't force rescan already changed items (#<I>) | syncthing_syncthing | train |
004a994025edf1fe2ab1b97edf2b189226371c10 | diff --git a/lib/linear_expression.rb b/lib/linear_expression.rb
index <HASH>..<HASH> 100644
--- a/lib/linear_expression.rb
+++ b/lib/linear_expression.rb
@@ -37,6 +37,12 @@ module Cassowary
terms.empty?
end
+ def value
+ terms.keys.inject(constant) do |memo, v|
+ memo + coefficient_for(v) ... | helper method to evaluate linear expressions | timfel_cassowary-ruby | train |
7df5e09618feede3052a5a7edfa4570b43cf64b2 | diff --git a/classes/phing/tasks/ext/coverage/CoverageSetupTask.php b/classes/phing/tasks/ext/coverage/CoverageSetupTask.php
index <HASH>..<HASH> 100644
--- a/classes/phing/tasks/ext/coverage/CoverageSetupTask.php
+++ b/classes/phing/tasks/ext/coverage/CoverageSetupTask.php
@@ -111,10 +111,6 @@ class CoverageSetupTask ... | Move dependency on Xdebug to PHPUnitTask | phingofficial_phing | train |
b9361ef5bfbf71d876687007ddadb949b6505804 | diff --git a/js/bcex.js b/js/bcex.js
index <HASH>..<HASH> 100644
--- a/js/bcex.js
+++ b/js/bcex.js
@@ -325,24 +325,28 @@ module.exports = class bcex extends Exchange {
request += '?' + this.urlencode(query);
}
let url = this.urls['api'] + request;
- if (api === 'private') {
- ... | Refactor sign() for non-private POST | ccxt_ccxt | train |
b6730c063c3c18bd7b4693974dc462dec86fb080 | diff --git a/lib/stream/page-crawling-stream.js b/lib/stream/page-crawling-stream.js
index <HASH>..<HASH> 100644
--- a/lib/stream/page-crawling-stream.js
+++ b/lib/stream/page-crawling-stream.js
@@ -1,18 +1,11 @@
-var stream = require('stream'),
+var BufferedReadableStream = require('./buffered-readable-stream'),
req... | PageCrawlingStream inherits BufferedReadableStream. | simonpai_streamy-data | train |
0e3e09306e9c4c1d0bc2f1ea4ca1b6fcd517053a | diff --git a/src/frontend/org/voltdb/SnapshotDaemon.java b/src/frontend/org/voltdb/SnapshotDaemon.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/SnapshotDaemon.java
+++ b/src/frontend/org/voltdb/SnapshotDaemon.java
@@ -53,6 +53,8 @@ import org.voltdb.client.ClientResponse;
import org.voltdb.client.Proc... | Add error handling for parsing user suppleid JSON which can be corrupt. | VoltDB_voltdb | train |
bdda64e878c07288cfa64ba206d238c7244f2848 | diff --git a/src/platforms/mp/compiler/codegen/compile-to-template.js b/src/platforms/mp/compiler/codegen/compile-to-template.js
index <HASH>..<HASH> 100644
--- a/src/platforms/mp/compiler/codegen/compile-to-template.js
+++ b/src/platforms/mp/compiler/codegen/compile-to-template.js
@@ -344,7 +344,12 @@ export class Tem... | chore: support slot snippet with v-on | kaola-fed_megalo | train |
3393c4668a2c1d80b40edd867186b75b9c9bf0ec | diff --git a/lahja/endpoint.py b/lahja/endpoint.py
index <HASH>..<HASH> 100644
--- a/lahja/endpoint.py
+++ b/lahja/endpoint.py
@@ -145,8 +145,9 @@ class Endpoint:
if in_futures:
future = self._futures[config.filter_event_id]
- future.set_result(item)
- self._futures.pop(con... | Do not set results on futures that are cancelled or done | ethereum_lahja | train |
a405d7beaf4d2f5cd046732b40fe1ffcce73d7d5 | diff --git a/PayPalOneTouch/src/main/java/com/paypal/android/sdk/onetouch/core/config/Recipe.java b/PayPalOneTouch/src/main/java/com/paypal/android/sdk/onetouch/core/config/Recipe.java
index <HASH>..<HASH> 100644
--- a/PayPalOneTouch/src/main/java/com/paypal/android/sdk/onetouch/core/config/Recipe.java
+++ b/PayPalOneT... | Stop setting component for PayPal wallet intents | braintree_braintree_android | train |
97253621715170608dd4397eb77b6f6af9236596 | diff --git a/src/discoursegraphs/merging.py b/src/discoursegraphs/merging.py
index <HASH>..<HASH> 100755
--- a/src/discoursegraphs/merging.py
+++ b/src/discoursegraphs/merging.py
@@ -12,6 +12,35 @@ from discoursegraphs.readwrite.anaphoricity import AnaphoraDocumentGraph
from discoursegraphs.readwrite.rst import RSTGra... | merging: outsourced rst-tiger merging to function | arne-cl_discoursegraphs | train |
25f85485a69cdb0c515cc06516caccdd9bdfa669 | diff --git a/applications/default/public/js/controllers.js b/applications/default/public/js/controllers.js
index <HASH>..<HASH> 100644
--- a/applications/default/public/js/controllers.js
+++ b/applications/default/public/js/controllers.js
@@ -144,7 +144,7 @@ angular.module('choko')
$http.post(url, $scope.d... | Fixing $scope.data upon user settings saving. | recidive_choko | train |
477ee64a35838a344e003f18cecbb5f8412430aa | diff --git a/phy/waveform/loader.py b/phy/waveform/loader.py
index <HASH>..<HASH> 100644
--- a/phy/waveform/loader.py
+++ b/phy/waveform/loader.py
@@ -97,7 +97,7 @@ class WaveformLoader(object):
else:
return self.n_channels_traces
- def load_at(self, time):
+ def _load_at(self, time):
... | Increased coverage in waveform loader. | kwikteam_phy | train |
e88716f1f9f9e5606e72dfb4a4e70b523bb8637f | diff --git a/tests/unit/helpers.js b/tests/unit/helpers.js
index <HASH>..<HASH> 100644
--- a/tests/unit/helpers.js
+++ b/tests/unit/helpers.js
@@ -1,4 +1,4 @@
-/* global suite */
+/* global suite, sinon */
var utils = require('../../src/utils');
@@ -66,4 +66,28 @@ module.exports.getSkipCISuite = function () {
}... | Move MockNetworkAdapter to helpers. | networked-aframe_networked-aframe | train |
bc94bfd89b89b44bd82264dc8f06aadb15e64682 | diff --git a/master/buildbot/db/pool.py b/master/buildbot/db/pool.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/db/pool.py
+++ b/master/buildbot/db/pool.py
@@ -98,7 +98,9 @@ class DBThreadPool(threadpool.ThreadPool):
def do_with_engine(self, callable, *args, **kwargs):
"""
- Like L{do}, bu... | limit use of do_with_engine to schema functions | buildbot_buildbot | train |
523b1213419e4de2cfa0a05f1df5bf5e0fd1f8f1 | diff --git a/command/get_test.go b/command/get_test.go
index <HASH>..<HASH> 100644
--- a/command/get_test.go
+++ b/command/get_test.go
@@ -5,6 +5,7 @@ import (
"strings"
"testing"
+ "github.com/hashicorp/terraform/helper/copy"
"github.com/mitchellh/cli"
)
@@ -57,14 +58,10 @@ func TestGet_multipleArgs(t *test... | fix get test working directory
use a temp dir and cleanup | hashicorp_terraform | train |
c75d06e9dd7316dbfa3abb87e8014793c82eb138 | diff --git a/tests/ActiveDoctrine/Tests/Functional/FunctionalTestCase.php b/tests/ActiveDoctrine/Tests/Functional/FunctionalTestCase.php
index <HASH>..<HASH> 100644
--- a/tests/ActiveDoctrine/Tests/Functional/FunctionalTestCase.php
+++ b/tests/ActiveDoctrine/Tests/Functional/FunctionalTestCase.php
@@ -5,6 +5,7 @@ names... | Adding logging and helper methods to FunctionalTestCase. | glynnforrest_active-doctrine | train |
2d70091b11496c829d0bfccbcfad986034b4437b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup,find_packages
setup(
name='synapse',
- version='0.0.12', # sync with synapse.version!
+ version='0.0.13', # sync with synapse.version!
description='Synapse Distribut... | update versions in prep for <I> tag | vertexproject_synapse | train |
88d27165756b36dce9dc485a49ba8fce8415cfc8 | diff --git a/stream/src/main/java/com/annimon/stream/IntStream.java b/stream/src/main/java/com/annimon/stream/IntStream.java
index <HASH>..<HASH> 100644
--- a/stream/src/main/java/com/annimon/stream/IntStream.java
+++ b/stream/src/main/java/com/annimon/stream/IntStream.java
@@ -3,7 +3,6 @@ package com.annimon.stream;
... | Optimize IntStream distinct with mapToInt. Close #<I> | aNNiMON_Lightweight-Stream-API | train |
d9fe23f7d472fef1275b1b22d812b83549610a81 | diff --git a/raft.go b/raft.go
index <HASH>..<HASH> 100644
--- a/raft.go
+++ b/raft.go
@@ -520,6 +520,9 @@ func (r *Raft) leaderLoop() {
}
}
+ var numProcessed int
+ start := time.Now()
+
for {
e := r.leaderState.inflight.Front()
if e == nil {
@@ -532,10 +535,19 @@ func (r *Raft) leaderLoop... | Add additional metrics regarding log dispatching and committal (#<I>) | hashicorp_raft | train |
d39ce4c04650bb359b1f95931b1a083bc3ed8e52 | diff --git a/src/library.global.php b/src/library.global.php
index <HASH>..<HASH> 100644
--- a/src/library.global.php
+++ b/src/library.global.php
@@ -40,11 +40,6 @@ return array(
'file' => 'boldgrid-inspirations/boldgrid-inspirations.php',
'priority' => 20,
),
- 'boldgrid-staging' => array(
- 'key' ... | Remove staging from recommend plugins. Resolves #<I> | BoldGrid_library | train |
a28b5d295e5df4192da4519f242c4d55c5451828 | diff --git a/config/interpolate_funcs_test.go b/config/interpolate_funcs_test.go
index <HASH>..<HASH> 100644
--- a/config/interpolate_funcs_test.go
+++ b/config/interpolate_funcs_test.go
@@ -2400,21 +2400,23 @@ type testFunctionCase struct {
}
func testFunction(t *testing.T, config testFunctionConfig) {
- for i, tc... | config: improve interpolation function test output
These tests were written before subtest support was available. By running
them as subtests we can get better output in the event of an error, or
in verbose mode. | hashicorp_terraform | train |
ce7fea51f07887b22c09ec9f07ce454557fd79e4 | diff --git a/lib/bonsai/page.rb b/lib/bonsai/page.rb
index <HASH>..<HASH> 100644
--- a/lib/bonsai/page.rb
+++ b/lib/bonsai/page.rb
@@ -145,7 +145,7 @@ module Bonsai
:navigation => Bonsai::Navigation.tree,
:updated_at => mtime,
:created_at => ctime
- }.merge(formatted_content).merge... | Push variables from site.yml through to page variables | benschwarz_bonsai | train |
bfea1c389b470e703ec6d667134186a5242652fe | diff --git a/lib/packages/ios.js b/lib/packages/ios.js
index <HASH>..<HASH> 100644
--- a/lib/packages/ios.js
+++ b/lib/packages/ios.js
@@ -1,5 +1,6 @@
var path = require('path');
var execFile = require('child_process').execFile;
+var fs = require('fs-extra');
var _ = require('underscore');
var copyAppFiles = func... | iOS emulator app copy to dist/ios/emulator. | GrayBullet_grunt-cordova-ng | train |
cdfab681d73927057ec4a352fe4f08a9f677b889 | diff --git a/tests/force-del-outside-cwd.ava.js b/tests/force-del-outside-cwd.ava.js
index <HASH>..<HASH> 100644
--- a/tests/force-del-outside-cwd.ava.js
+++ b/tests/force-del-outside-cwd.ava.js
@@ -10,7 +10,10 @@ test.before(async () => {
plop = await nodePlop(`${mockPath}/sub/plopfile.js`);
});
-test('Force d... | Skip test that breaks in new ava | amwmedia_node-plop | train |
7126ff9c362c33e02b1b3b14f48804db2fe4e475 | diff --git a/src/views/part/_objectParts.php b/src/views/part/_objectParts.php
index <HASH>..<HASH> 100644
--- a/src/views/part/_objectParts.php
+++ b/src/views/part/_objectParts.php
@@ -10,8 +10,10 @@
*/
/**
- * @var array
+ * @var array $data
*/
+
+use hipanel\helpers\StringHelper;
use yii\helpers\Html;
ec... | added model_brand_label, price and order_no fields on objectParts view (#<I>)
* added model_brand_label, price and order_no fields on objectParts view
* minor | hiqdev_hipanel-module-stock | train |
f780e469c1a3cc135c6184e0b18c8251a1af88dc | diff --git a/pysat/tests/test_instrument.py b/pysat/tests/test_instrument.py
index <HASH>..<HASH> 100644
--- a/pysat/tests/test_instrument.py
+++ b/pysat/tests/test_instrument.py
@@ -397,7 +397,7 @@ class TestBasics(object):
"""Test that correct day loads (checking down to the sec)."""
self.testInst... | STY: use eval methods | rstoneback_pysat | train |
ea42f97f1b3fcda0d6d02134fd903e40814f8419 | diff --git a/src/js/SwipeableViews/SwipeableView.js b/src/js/SwipeableViews/SwipeableView.js
index <HASH>..<HASH> 100644
--- a/src/js/SwipeableViews/SwipeableView.js
+++ b/src/js/SwipeableViews/SwipeableView.js
@@ -29,7 +29,7 @@ export default class SwipeableView extends Component {
static defaultProps = {
in... | Fixed swipable views threshold for changing on swipe and fixed tabs touch scroll | mlaursen_react-md | train |
28f287cfb2f8255dfd029e2df6fb8e47218924f7 | diff --git a/lib/restclient/abstract_response.rb b/lib/restclient/abstract_response.rb
index <HASH>..<HASH> 100644
--- a/lib/restclient/abstract_response.rb
+++ b/lib/restclient/abstract_response.rb
@@ -167,6 +167,11 @@ module RestClient
# parse location header and merge into existing URL
url = headers[:l... | Don't attempt to follow redirection w/o Location.
When there is no Location header, we cannot follow any redirection.
Per RFC <I>, a server SHOULD generate a Location header field in the
response for redirection requests, but servers do not always do this.
<URL> | rest-client_rest-client | train |
80ad19d09eaa66c07be80612f33aece81a4cf530 | diff --git a/lib/multirepo/commands/update-command.rb b/lib/multirepo/commands/update-command.rb
index <HASH>..<HASH> 100644
--- a/lib/multirepo/commands/update-command.rb
+++ b/lib/multirepo/commands/update-command.rb
@@ -1,6 +1,7 @@
require "multirepo/utility/console"
require "multirepo/logic/performer"
require "m... | <I> : UpdateCommand now asks to show a lock file diff if the main repo's lock file has changed. | fortinmike_git-multirepo | train |
2e8584eb69b3d3788f9c7c0429b827259d0c444b | diff --git a/src/Creiwork.php b/src/Creiwork.php
index <HASH>..<HASH> 100644
--- a/src/Creiwork.php
+++ b/src/Creiwork.php
@@ -44,6 +44,7 @@ class Creiwork
{
$this->configPath = $configPath;
$this->configDirectory = dirname($this->configPath) . '/';
+ $this->config = new Config($configPath... | Added methods for simple config access | creios_creiwork-framework | train |
bd19b5610952ffa5b12792019c50c31d58bbf4e0 | diff --git a/doc/examples/tornado_change_stream_example.py b/doc/examples/tornado_change_stream_example.py
index <HASH>..<HASH> 100644
--- a/doc/examples/tornado_change_stream_example.py
+++ b/doc/examples/tornado_change_stream_example.py
@@ -83,9 +83,15 @@ class ChangesHandler(tornado.websocket.WebSocketHandler):
... | MOTOR-<I> Example clean shutdown w/ change stream | mongodb_motor | train |
d14b0778f517558cc821451a31bebac17a64c16b | diff --git a/client/extensions/woocommerce/app/store-stats/controller.js b/client/extensions/woocommerce/app/store-stats/controller.js
index <HASH>..<HASH> 100644
--- a/client/extensions/woocommerce/app/store-stats/controller.js
+++ b/client/extensions/woocommerce/app/store-stats/controller.js
@@ -50,6 +50,8 @@ export ... | WCS-stats: Add Tracks event for Order and ListView | Automattic_wp-calypso | train |
65b9f5fabb92a18f114622536750305f87cd9421 | diff --git a/massautocomplete.js b/massautocomplete.js
index <HASH>..<HASH> 100644
--- a/massautocomplete.js
+++ b/massautocomplete.js
@@ -12,20 +12,20 @@ angular.module('MassAutoComplete', [])
ESC: 27,
ENTER: 13,
UP: 38,
- DOWN: 40,
+ DOWN: 40
};
config.EVENTS = {
KEYDOWN: 'keydown',
... | Remove trailing commas
IE8 treats trailing commas badly, might as well avoid them. | hakib_MassAutocomplete | train |
ab4743186316cf6897dd32d12452d45f746b09f0 | diff --git a/src/Everzet/Behat/Formatter/PrettyFormatter.php b/src/Everzet/Behat/Formatter/PrettyFormatter.php
index <HASH>..<HASH> 100644
--- a/src/Everzet/Behat/Formatter/PrettyFormatter.php
+++ b/src/Everzet/Behat/Formatter/PrettyFormatter.php
@@ -340,16 +340,18 @@ class PrettyFormatter implements FormatterInterface... | don't show empty statistics parenths | Behat_Behat | train |
9c6e71aa66cbcb5cf3a806d2b8005e53389f8110 | diff --git a/test/integration-legacy/stop-on-error-request-spec.test.js b/test/integration-legacy/stop-on-error-request-spec.test.js
index <HASH>..<HASH> 100644
--- a/test/integration-legacy/stop-on-error-request-spec.test.js
+++ b/test/integration-legacy/stop-on-error-request-spec.test.js
@@ -150,9 +150,7 @@ describe(... | Update request-spec tests with to.have.property chai helper | postmanlabs_postman-runtime | train |
47b8caaf5f7e77045c308a0145e28a3910bdf195 | diff --git a/openquakeserver/engine/views.py b/openquakeserver/engine/views.py
index <HASH>..<HASH> 100644
--- a/openquakeserver/engine/views.py
+++ b/openquakeserver/engine/views.py
@@ -153,9 +153,6 @@ def run_hazard_calc(request):
)
else:
# POST: run a new calculation
-
-
- # TODO: creat... | engine/views:
Removed some TODO comments. | gem_oq-engine | train |
4f2bb184f84081735499f797eb7b360b64cabae9 | diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/TestCluster.java b/aeron-cluster/src/test/java/io/aeron/cluster/TestCluster.java
index <HASH>..<HASH> 100644
--- a/aeron-cluster/src/test/java/io/aeron/cluster/TestCluster.java
+++ b/aeron-cluster/src/test/java/io/aeron/cluster/TestCluster.java
@@ -20,7 +20,6 @@... | [Java] Make use of isLeader() method in test cluster. | real-logic_aeron | train |
b7cce49dbc7d9dd6be1dd49e6764dd6f23f6d758 | diff --git a/js/src/carousel.js b/js/src/carousel.js
index <HASH>..<HASH> 100644
--- a/js/src/carousel.js
+++ b/js/src/carousel.js
@@ -56,8 +56,8 @@ const CLASS_NAME_NEXT = 'carousel-item-next'
const CLASS_NAME_PREV = 'carousel-item-prev'
const SELECTOR_ACTIVE = '.active'
-const SELECTOR_ACTIVE_ITEM = '.active.caro... | Carousel: use combined selector and drop variable used once | twbs_bootstrap | train |
58101206cfbd7e5d7c5cee059cdd654f84810215 | diff --git a/any_type_assert_impl.go b/any_type_assert_impl.go
index <HASH>..<HASH> 100644
--- a/any_type_assert_impl.go
+++ b/any_type_assert_impl.go
@@ -57,8 +57,11 @@ func (assert *anyTypeAssertImpl) AsInt() IntAssert {
func (assert *anyTypeAssertImpl) AsInt64() Int64Assert {
val, kind := valueWithKind(assert.a... | accepting other types when converting to int<I> | assertgo_assert | train |
0f33ea15f97e270207965cba6dc81362d5fd745f | diff --git a/src/Numbers/Client.php b/src/Numbers/Client.php
index <HASH>..<HASH> 100644
--- a/src/Numbers/Client.php
+++ b/src/Numbers/Client.php
@@ -171,7 +171,8 @@ class Client implements ClientAwareInterface
$searchResults = json_decode($response->getBody()->getContents(), true);
if(empty($searc... | Return empty array if we didn't get any matching numbers | Nexmo_nexmo-php | train |
3d2392926225f8ef6af69518ee4c6ab43b0f3b8f | diff --git a/lib/config_curator/collection.rb b/lib/config_curator/collection.rb
index <HASH>..<HASH> 100644
--- a/lib/config_curator/collection.rb
+++ b/lib/config_curator/collection.rb
@@ -1,3 +1,4 @@
+require 'active_support/core_ext/hash'
require 'active_support/core_ext/string'
require 'logger'
require 'yaml'
@... | Allow manifest keys to be strings or symbols. | razor-x_config_curator | train |
130b90a36e6068de38940ce2bed5a69b01de2a76 | diff --git a/commands/configure_topic.js b/commands/configure_topic.js
index <HASH>..<HASH> 100644
--- a/commands/configure_topic.js
+++ b/commands/configure_topic.js
@@ -1,9 +1,9 @@
'use strict';
let FLAGS = [
- {name: 'retention-time', description: 'The length of time in milliseconds messages in the topic should... | Clean up docs
* Remove obsolete 'in milliseconds' from relevant options
* Change naming to be more consistent with style guidelines <URL> | heroku_heroku-kafka-jsplugin | train |
b57e7f0d0aea772a131b0f85f1848de21329587b | diff --git a/src/IpDecoder.js b/src/IpDecoder.js
index <HASH>..<HASH> 100644
--- a/src/IpDecoder.js
+++ b/src/IpDecoder.js
@@ -11,12 +11,12 @@ function IpDecoder() {
}
// @see "Special address blocks" at https://en.wikipedia.org/wiki/Reserved_IP_addresses#IPv6, "IPv4 mapped addresses." and "IPv4 translated addresse... | No real reason for the ipv4-in-ipv6 regex to live on the IpDecoder proto | gosquared_mmdb-reader | train |
892b6e1c021d359929e8d7e24db587da795a69e5 | diff --git a/lib/node_modules/@stdlib/math/special/abs/test/test.js b/lib/node_modules/@stdlib/math/special/abs/test/test.js
index <HASH>..<HASH> 100644
--- a/lib/node_modules/@stdlib/math/special/abs/test/test.js
+++ b/lib/node_modules/@stdlib/math/special/abs/test/test.js
@@ -80,12 +80,6 @@ tape( 'if a native impleme... | Update tests to check for `assign` method properties | stdlib-js_stdlib | train |
f26f3438338500b6cbf491b71b696d20b7bf1cd8 | diff --git a/src/api/NB_App.php b/src/api/NB_App.php
index <HASH>..<HASH> 100644
--- a/src/api/NB_App.php
+++ b/src/api/NB_App.php
@@ -63,8 +63,15 @@ trait NB_App {
*
* @param string $endpoint string Endpoint to use
* @param array $data Post data for endpoint
+ *
+ * @throws \NeverBounce\API\NB_Exception... | Added exception if endpoint is not supplied to request | NeverBounce_NeverBounceAPI-PHP | train |
d94b1860806e11038086e91c693d86a009dcd3b0 | diff --git a/api.go b/api.go
index <HASH>..<HASH> 100644
--- a/api.go
+++ b/api.go
@@ -878,23 +878,24 @@ func postContainersCopy(srv *Server, version float64, w http.ResponseWriter, r *
name := vars["name"]
copyData := &APICopy{}
- if r.Header.Get("Content-Type") == "application/json" {
+ contentType := r.Header.... | Strip leading forward slash from resource | containers_storage | train |
29a1551eae05f11fc58b04b20a397fb6d044ef51 | diff --git a/microsoft-azure-api/src/test/java/com/microsoft/windowsazure/services/serviceBus/ServiceBusIntegrationTest.java b/microsoft-azure-api/src/test/java/com/microsoft/windowsazure/services/serviceBus/ServiceBusIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/microsoft-azure-api/src/test/java/com/microsoft... | a unit test trying to repeat service bus large message failure. | Azure_azure-sdk-for-java | train |
98354f240bcacc0424e4b9f39b9b34e7973de0e9 | diff --git a/vaping/config.py b/vaping/config.py
index <HASH>..<HASH> 100644
--- a/vaping/config.py
+++ b/vaping/config.py
@@ -9,25 +9,28 @@ def parse_interval(val):
"""
converts a string to float of seconds
.5 = 500ms
+ 90 = 1m30s
"""
- re_intv = re.compile(r"(?P<count>\d+)(?P<unit>\w... | parse_interval support multi-unit strings | 20c_vaping | train |
4edd23d23f187ef1f377b4f749dbe8c882145170 | diff --git a/src/main/java/com/turn/ttorrent/client/Client.java b/src/main/java/com/turn/ttorrent/client/Client.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/turn/ttorrent/client/Client.java
+++ b/src/main/java/com/turn/ttorrent/client/Client.java
@@ -24,6 +24,7 @@ import com.turn.ttorrent.client.peer.PeerAc... | added handling exception on incorrect URI in torrent file. Added logging dot torrent file path for debugging | mpetazzoni_ttorrent | train |
b04d0ef377a1557d9d33c1c045065c91ac64a3d1 | diff --git a/src/main/java/mServer/crawler/sender/srf/parser/SrfFilmJsonDeserializer.java b/src/main/java/mServer/crawler/sender/srf/parser/SrfFilmJsonDeserializer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/mServer/crawler/sender/srf/parser/SrfFilmJsonDeserializer.java
+++ b/src/main/java/mServer/crawler/send... | #<I> fix videoUrl contains only filename | mediathekview_MServer | train |
d11854b0188d60190a06377044969c7599543a10 | diff --git a/salt/utils/ssdp.py b/salt/utils/ssdp.py
index <HASH>..<HASH> 100644
--- a/salt/utils/ssdp.py
+++ b/salt/utils/ssdp.py
@@ -185,6 +185,76 @@ class SSDPDiscoveryServer(SSDPBase):
self._config[self.ANSWER] = {}
self._config[self.ANSWER].update({'master': self.get_self_ip()})
+ @stati... | Port create_datagram_endpoint UDP broadcast functionality from Python3/asyncio to Python2/trollius | saltstack_salt | train |
64300fe73a08bcebdf6d96aaf7d603b914d7d44d | diff --git a/creamas/__init__.py b/creamas/__init__.py
index <HASH>..<HASH> 100644
--- a/creamas/__init__.py
+++ b/creamas/__init__.py
@@ -24,4 +24,4 @@ __all__ = [
'expose'
]
-__version__ = '0.4.1'
+__version__ = '0.5.0' | Changed version number to <I> to indicate major changes in the library. | assamite_creamas | train |
46953c688233eb4f6cca9fa32e90cff16e929c3c | diff --git a/p2p/host/autorelay/autorelay.go b/p2p/host/autorelay/autorelay.go
index <HASH>..<HASH> 100644
--- a/p2p/host/autorelay/autorelay.go
+++ b/p2p/host/autorelay/autorelay.go
@@ -168,16 +168,29 @@ func (ar *AutoRelay) background(ctx context.Context) {
return
}
evt := ev.(event.EvtPeerConnectednessC... | immediately get a reservation when connecting to a static relay | libp2p_go-libp2p | train |
b41566ec794e21d0be6dd763555c379ffcf16760 | diff --git a/SECEdgar/client/network_client.py b/SECEdgar/client/network_client.py
index <HASH>..<HASH> 100644
--- a/SECEdgar/client/network_client.py
+++ b/SECEdgar/client/network_client.py
@@ -27,6 +27,7 @@ class NetworkClient(Client):
@property
def retry_count(self):
+ """int: Number of times to r... | DOC: Update docstrings for properties | coyo8_sec-edgar | train |
8196af32c5d75e329bf4b1954dcc470ef04bb03c | diff --git a/polyaxon/api/build_jobs/views.py b/polyaxon/api/build_jobs/views.py
index <HASH>..<HASH> 100644
--- a/polyaxon/api/build_jobs/views.py
+++ b/polyaxon/api/build_jobs/views.py
@@ -50,7 +50,6 @@ from libs.authentication.internal import InternalAuthentication
from libs.paths.jobs import get_job_logs_path
fro... | Add support for commits in code ref creation | polyaxon_polyaxon | train |
c9930bd1f1bfd2a39daa58dbfb6e737640d65e62 | diff --git a/code/src/main/com/lmax/disruptor/EventPublisher.java b/code/src/main/com/lmax/disruptor/EventPublisher.java
index <HASH>..<HASH> 100644
--- a/code/src/main/com/lmax/disruptor/EventPublisher.java
+++ b/code/src/main/com/lmax/disruptor/EventPublisher.java
@@ -57,13 +57,43 @@ public class EventPublisher<E>
... | Added tryPublishEvent() to EventPublisher, deprecate publishEvent() with timeout. | LMAX-Exchange_disruptor | train |
8a4bcaa2eacfde97ab7aaa7b4872f0326696e956 | diff --git a/src/font/font.js b/src/font/font.js
index <HASH>..<HASH> 100644
--- a/src/font/font.js
+++ b/src/font/font.js
@@ -125,7 +125,7 @@
* @memberOf me
* @constructor
* @param {String} font
- * @param {int} size
+ * @param {int/Object} size either an int value, or an object like {x:16,y:16}
* @param... | Added support for multiline fontsheet (with fixed cell size) | melonjs_melonJS | train |
9d255716b307f2e4e9ab7cfbad9c2844ac0d0d8d | diff --git a/driver/src/test/java/org/neo4j/driver/v1/integration/CausalClusteringIT.java b/driver/src/test/java/org/neo4j/driver/v1/integration/CausalClusteringIT.java
index <HASH>..<HASH> 100644
--- a/driver/src/test/java/org/neo4j/driver/v1/integration/CausalClusteringIT.java
+++ b/driver/src/test/java/org/neo4j/dri... | Unignore couple CC integration tests | neo4j_neo4j-java-driver | train |
bfe5a49234a77f90d9d58b4967ce92e31b7e334a | diff --git a/api/app/middlewares/app.php b/api/app/middlewares/app.php
index <HASH>..<HASH> 100644
--- a/api/app/middlewares/app.php
+++ b/api/app/middlewares/app.php
@@ -24,7 +24,7 @@ class AppMiddleware extends \Slim\Middleware
// Decode JSON data from query params
if (preg_match('/({[^$]+)/', urldecode($qu... | fix decoding JSON from query-string. fixes #<I> | doubleleft_hook | train |
85c126cedb261e8d1c71c8204c4481bd8e5c7539 | diff --git a/collections_extended/__init__.py b/collections_extended/__init__.py
index <HASH>..<HASH> 100644
--- a/collections_extended/__init__.py
+++ b/collections_extended/__init__.py
@@ -143,7 +143,7 @@ class _basesetlist(Collection, Sequence, Set):
def __init__(self, iterable=None):
self._list = list()
sel... | Minor refactoring of collections_extended.py | mlenzen_collections-extended | train |
ef239d0d84d52a58af3b4cdacc15f61826399ab1 | diff --git a/src/View/Form/EntityContext.php b/src/View/Form/EntityContext.php
index <HASH>..<HASH> 100644
--- a/src/View/Form/EntityContext.php
+++ b/src/View/Form/EntityContext.php
@@ -19,6 +19,7 @@ use Cake\Datasource\EntityInterface;
use Cake\Http\ServerRequest;
use Cake\ORM\TableRegistry;
use Cake\Utility\Infle... | Enable EntityContext to read from ArrayAccess properties
Traverse into ArrayAccess properties as custom type mappings should be
readable if they quack like arrays.
Refs #<I> | cakephp_cakephp | train |
8ddbae358dcbac26a948046675f4a5216fb22a58 | diff --git a/src/Composer/Command/SelfUpdateCommand.php b/src/Composer/Command/SelfUpdateCommand.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Command/SelfUpdateCommand.php
+++ b/src/Composer/Command/SelfUpdateCommand.php
@@ -380,8 +380,8 @@ TAGSPUBKEY
// see if we can run this operation as an Admin o... | Remove cygwin php handling in UAC elevation
When called from a native shell and using cygwin PHP, cygpath translates
`/tmp` to `User\AppData\Local\Temp`, rather than `/cygdrive/.../tmp`.
This change does not affect using windows PHP from a Cygwin shell. | composer_composer | train |
3c432b9bd6eb91e8fa96f3e34cf66949f0b0c66a | diff --git a/src/main/java/org/wildfly/swarm/spi/api/annotations/ConfigurationValue.java b/src/main/java/org/wildfly/swarm/spi/api/annotations/ConfigurationValue.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/wildfly/swarm/spi/api/annotations/ConfigurationValue.java
+++ b/src/main/java/org/wildfly/swarm/spi/a... | Re-simplify the @ConfigurationValue to only have a value(). | thorntail_thorntail | train |
530cd5ce27852adeb94a05ef97c52022af73d8eb | diff --git a/src/Configuration/OptionsInterface.php b/src/Configuration/OptionsInterface.php
index <HASH>..<HASH> 100644
--- a/src/Configuration/OptionsInterface.php
+++ b/src/Configuration/OptionsInterface.php
@@ -11,17 +11,23 @@
namespace Predis\Configuration;
+use Predis\Command\FactoryInterface as CommandFacto... | Fix typehints for OptionsInterface.
Ported from #<I> (which targets <I>) due to changes in <I>. | imcj_predis | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.