hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
aca8c023adbc051c80a5e1d785ca76411ff9ed32 | diff --git a/core/src/main/java/org/kohsuke/stapler/Function.java b/core/src/main/java/org/kohsuke/stapler/Function.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/kohsuke/stapler/Function.java
+++ b/core/src/main/java/org/kohsuke/stapler/Function.java
@@ -274,13 +274,13 @@ public abstract class Function ... | Defer the resolution so that MethodFunction can represent a non-public method,
as in the case with Klass.getFunctions() on a non-public class | stapler_stapler | train |
5b4c68116ad05f66e48ba3bba0b9f60b756640ef | diff --git a/django_static/templatetags/django_static.py b/django_static/templatetags/django_static.py
index <HASH>..<HASH> 100644
--- a/django_static/templatetags/django_static.py
+++ b/django_static/templatetags/django_static.py
@@ -43,6 +43,7 @@ settings.DJANGO_STATIC_USE_SYMLINK = getattr(settings, "DJANGO_STATIC_U... | - Setting the maximum length of the filename by putting a new variable in django settings. | peterbe_django-static | train |
20c6a99d82a1c39d73acaa288f8166c71218b76f | diff --git a/lib/mongoose-validator-all.js b/lib/mongoose-validator-all.js
index <HASH>..<HASH> 100644
--- a/lib/mongoose-validator-all.js
+++ b/lib/mongoose-validator-all.js
@@ -32,7 +32,7 @@ function multiValidate(options) {
var isValid = true;
validatorsArray.forEach(function(validator) {
- validato... | Passes document onto validators for multi-field validations | misterdai_mongoose-validator-all | train |
acb6a1a2e7ce740e4444fba86f4b24ecdfee7f82 | diff --git a/library/src/main/java/eu/inmite/android/lib/validations/form/FieldAdapterFactory.java b/library/src/main/java/eu/inmite/android/lib/validations/form/FieldAdapterFactory.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/eu/inmite/android/lib/validations/form/FieldAdapterFactory.java
+++ b/library... | FIX :: field adapter factory was missing a compound adapter | inmite_android-validation-komensky | train |
847895fdc3e25c63251c6d72c7151003eb29adec | diff --git a/addon/modules/object-browser-serializer.js b/addon/modules/object-browser-serializer.js
index <HASH>..<HASH> 100644
--- a/addon/modules/object-browser-serializer.js
+++ b/addon/modules/object-browser-serializer.js
@@ -102,7 +102,7 @@ export default Ember.Object.extend({
let promise = context.get('stor... | bind context for didReceiveResponse | ciena-frost_ember-frost-object-browser | train |
a154471a187515c2ed33d1cdc0a585ca0e0fe999 | diff --git a/lib/addressable/uri.rb b/lib/addressable/uri.rb
index <HASH>..<HASH> 100644
--- a/lib/addressable/uri.rb
+++ b/lib/addressable/uri.rb
@@ -1458,21 +1458,16 @@ module Addressable
# The query component for this URI, normalized.
#
# @return [String] The query component, normalized.
- def norm... | Allow normalization of query string to take options.
* Adds `:sorted` option to `normalized_query` for scenarios like OAuth.
* Removes memoization as a side-effect of the change. | sporkmonger_addressable | train |
92106d5da6247054bc854ad927d0f862c2bbb594 | diff --git a/zounds/spectral/functional.py b/zounds/spectral/functional.py
index <HASH>..<HASH> 100644
--- a/zounds/spectral/functional.py
+++ b/zounds/spectral/functional.py
@@ -1,4 +1,3 @@
-
from .frequencyscale import LinearScale, FrequencyBand, ExplicitScale
from .tfrepresentation import FrequencyDimension
from ... | Add functional MDCT and inverse MDCT implementations | JohnVinyard_zounds | train |
a54ea4c87ea0b25d2f718f9bfdfbc9abf74c8eab | diff --git a/lib/phony/countries/belgium.rb b/lib/phony/countries/belgium.rb
index <HASH>..<HASH> 100644
--- a/lib/phony/countries/belgium.rb
+++ b/lib/phony/countries/belgium.rb
@@ -7,6 +7,44 @@ ndcs = [
'3', # Antwerpen (Antwerp), Sint-Niklaas
'4', # Liège (Luik), Voeren (Fourons)
'9', # Gent (Ghent/Gand)
+ '15... | Added more belgian ndcs codes | floere_phony | train |
f695b6cff6e194348e0759ec73dd23c7f82ee2ca | diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/globalSearch/nls/messages.js b/bundles/org.eclipse.orion.client.ui/web/orion/globalSearch/nls/messages.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.ui/web/orion/globalSearch/nls/messages.js
+++ b/bundles/org.eclipse.orion.client.ui/web/... | Typo in orion/globalSearch/nls/messages.js, missing "root" segment in the messages path. | eclipse_orion.client | train |
73de89a41f7bd867ca77ea21996e44d9593febcc | diff --git a/intranet/static/js/eighth/signups.js b/intranet/static/js/eighth/signups.js
index <HASH>..<HASH> 100644
--- a/intranet/static/js/eighth/signups.js
+++ b/intranet/static/js/eighth/signups.js
@@ -3,7 +3,7 @@ var eighth = {};
$(document).ready(function() {
eighth.Activity = Backbone.Model.extend({
- ... | Fix reference to old model field in js | tjcsl_ion | train |
1c00eb29fe55bccd0fe2ca62fe2c99f93bc4b6db | diff --git a/lib/plugins/aws/deploy/lib/extended-validate.js b/lib/plugins/aws/deploy/lib/extended-validate.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/aws/deploy/lib/extended-validate.js
+++ b/lib/plugins/aws/deploy/lib/extended-validate.js
@@ -21,19 +21,20 @@ module.exports = {
'MISSING_SERVICE_STATE_FI... | refactor(AWS Deploy): Store resolved state on internal class | serverless_serverless | train |
e57f7219e5ea07df6b41d087f1522cd81eabd164 | diff --git a/core/server/api/canary/members.js b/core/server/api/canary/members.js
index <HASH>..<HASH> 100644
--- a/core/server/api/canary/members.js
+++ b/core/server/api/canary/members.js
@@ -339,6 +339,9 @@ const members = {
if (inspection.reason() instanceof common.errors.ValidationError) ... | Added error logging for errors occuring during CSV import
no issue
- CSV import uses direct API calls which skips through logging error. This additional code should catch and record any internal errors | TryGhost_Ghost | train |
8e718c01615e2f286b52129fdd7af4c18e91dcb6 | diff --git a/bin/templates/scripts/cordova/lib/spawn.js b/bin/templates/scripts/cordova/lib/spawn.js
index <HASH>..<HASH> 100644
--- a/bin/templates/scripts/cordova/lib/spawn.js
+++ b/bin/templates/scripts/cordova/lib/spawn.js
@@ -30,6 +30,9 @@ var proc = require('child_process');
* @deprecated Use `require('cordova-... | Add warning that function in spawn.js is deprecated (#<I>) | apache_cordova-ios | train |
471a09ee31f92f04813b275402fbf5a8c6b16bf0 | diff --git a/org/postgresql/jdbc4/AbstractJdbc4Connection.java b/org/postgresql/jdbc4/AbstractJdbc4Connection.java
index <HASH>..<HASH> 100644
--- a/org/postgresql/jdbc4/AbstractJdbc4Connection.java
+++ b/org/postgresql/jdbc4/AbstractJdbc4Connection.java
@@ -82,29 +82,30 @@ abstract class AbstractJdbc4Connection extend... | Lookup correct array delimiter in Connection.createArrayOf.
The old code had hardcoded a comma, but that's not true for all
datatypes.
Identification and fix by sumo in pull request #<I>, testcase by me. | pgjdbc_pgjdbc | train |
275cf140a4964161eb9c543a3e546fab6d0a60c0 | diff --git a/cascadenik/compile.py b/cascadenik/compile.py
index <HASH>..<HASH> 100644
--- a/cascadenik/compile.py
+++ b/cascadenik/compile.py
@@ -1274,8 +1274,12 @@ def unzip_shapefile_into(zip_path, dir):
"""
"""
hash = md5(zip_path).hexdigest()[:8]
- zip_data = open(zip_path).read()
- zip_file =... | windows/python<I> cannot open zips via stringIO for unknown reasons | mapnik_Cascadenik | train |
24186ac98317d01f1c590e43b6bd25164051b6a4 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -27,16 +27,16 @@ var obj;
/* don't fall over numbers */
obj = 0;
escaper.escape(obj);
-assert.deepEqual(obj, 0, 'don\'t fall over numbers');
+assert.strictEqual(obj, 0, 'don\'t fall over numbers');
/* don't fall over strings... | tests: use strict check for non-object checking | timkuijsten_node-mongo-escape | train |
3835b3fcc701e0a79d639e1e9b6e80ec7e53976f | diff --git a/core/src/main/java/hudson/Functions.java b/core/src/main/java/hudson/Functions.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/Functions.java
+++ b/core/src/main/java/hudson/Functions.java
@@ -1082,10 +1082,11 @@ public class Functions {
Integer d = parents.get(gr);
... | Optimize String appends in hudson.Functions | jenkinsci_jenkins | train |
1ba42c923849796dd1bc20f8000051d792abe871 | diff --git a/Security/User/OAuthUserProvider.php b/Security/User/OAuthUserProvider.php
index <HASH>..<HASH> 100644
--- a/Security/User/OAuthUserProvider.php
+++ b/Security/User/OAuthUserProvider.php
@@ -20,9 +20,9 @@ class OAuthUserProvider extends BaseOAuthUserProvider
/**
* {@inheritdoc}
*/
- prot... | Simplify OAuth user provider. | DarvinStudio_DarvinAdminBundle | train |
de102a064fd27ab4aa7b5d80071d38c055488b2e | diff --git a/lib/nodes/nodes-create.js b/lib/nodes/nodes-create.js
index <HASH>..<HASH> 100644
--- a/lib/nodes/nodes-create.js
+++ b/lib/nodes/nodes-create.js
@@ -13,19 +13,15 @@ define(["require", "../utils/schema"], function(require, utils) {
this._deep_query_node_ = true;
};
Node.prototype = {
- toString: fu... | work on Node.toString | deepjs_deepjs | train |
d9138ad40249595aeb97f3d54e9eeeec3cafe0b7 | diff --git a/app/extensions/Socialite/extension.php b/app/extensions/Socialite/extension.php
index <HASH>..<HASH> 100644
--- a/app/extensions/Socialite/extension.php
+++ b/app/extensions/Socialite/extension.php
@@ -381,7 +381,7 @@ class Extension extends \Bolt\BaseExtension
return new \Twig_Markup($html, 'UT... | Typo and comment out some currently unused methods | bolt_bolt | train |
d15f3e78f12b4ebb982f69b90758082e16520ecb | diff --git a/storage/Cache.php b/storage/Cache.php
index <HASH>..<HASH> 100644
--- a/storage/Cache.php
+++ b/storage/Cache.php
@@ -281,10 +281,6 @@ class Cache extends \lithium\core\Adaptable {
* multiple items and an error occurs deleting any of the items the
* whole operation fai... | Removing support for strategies with cache delete. | UnionOfRAD_lithium | train |
364b5835d1b713fe5804d0f0192808dc39c511ef | diff --git a/psiturk/PsiTurkConfig.py b/psiturk/PsiTurkConfig.py
index <HASH>..<HASH> 100644
--- a/psiturk/PsiTurkConfig.py
+++ b/psiturk/PsiTurkConfig.py
@@ -1,9 +1,9 @@
import os
-from ConfigParser import RawConfigParser
+from ConfigParser import SafeConfigParser
-class PsiTurkConfig(RawConfigParser):
+class PsiTu... | Fixed config encoding issue; all values now cast to strings. | NYUCCL_psiTurk | train |
a3baa66d9abe693c21c4162a8f46f5972261477c | diff --git a/packages/wdio-sauce-service/src/service.js b/packages/wdio-sauce-service/src/service.js
index <HASH>..<HASH> 100644
--- a/packages/wdio-sauce-service/src/service.js
+++ b/packages/wdio-sauce-service/src/service.js
@@ -42,7 +42,12 @@ export default class SauceService {
this.browser = browser
... | fix: Sauce EmuSim testname and tests context are not updated (#<I>) | webdriverio_webdriverio | train |
baa9872f716a77a950a13b3c1b635fa609ea0ec1 | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -98,11 +98,20 @@ Config.prototype._loadScripts = function (archetypes) {
/**
* Return display-friendly list of script commands.
*
- * @returns {String} Display string.
+ * @param {Array} archetypes ... | Provide hidden way to generate archetype help string. | FormidableLabs_builder | train |
2d5b6dbfa1e7efb60057e782749b9b2eae6d8245 | diff --git a/src/Flare/Flare.php b/src/Flare/Flare.php
index <HASH>..<HASH> 100644
--- a/src/Flare/Flare.php
+++ b/src/Flare/Flare.php
@@ -9,7 +9,7 @@ class Flare
*
* @var string
*/
- const VERSION = '0.1.6';
+ const VERSION = '0.1.7';
/**
* Array of expected configuration keys | Increment version to <I> | laravelflare_flare | train |
a8cdd4cf1ae7cbad4e23fa4fc0d365e21406c4b4 | diff --git a/ecstatic/manifests.py b/ecstatic/manifests.py
index <HASH>..<HASH> 100644
--- a/ecstatic/manifests.py
+++ b/ecstatic/manifests.py
@@ -6,7 +6,7 @@ else:
from django.core.cache import caches
from django.core.exceptions import ImproperlyConfigured
from django.utils.functional import LazyObject
-from dj... | Use Python's importlib instead of Django's | hzdg_django-ecstatic | train |
38a0ba9909b28b49c962d752a619cb3cb2bd2d14 | diff --git a/coremodules/core/src/main/java/org/treetank/access/conf/StandardSettings.java b/coremodules/core/src/main/java/org/treetank/access/conf/StandardSettings.java
index <HASH>..<HASH> 100644
--- a/coremodules/core/src/main/java/org/treetank/access/conf/StandardSettings.java
+++ b/coremodules/core/src/main/java/... | [MOD] finishing for today, nothing new except start of debugging
git-svn-id: <URL> | sebastiangraf_treetank | train |
0bc269e862f0d7fb766528ae23a1eacd1f421c0e | diff --git a/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb b/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb
index <HASH>..<HASH> 100644
--- a/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb
+++ b/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb
@@ -27,6 +27,8 @@ module Actions
... | Fixes #<I> - remove orphan root repos
on orphan cleanup | Katello_katello | train |
1ef02935563080c83626bfb9abc6cb8e02604cba | diff --git a/examples/platformer/main.js b/examples/platformer/main.js
index <HASH>..<HASH> 100644
--- a/examples/platformer/main.js
+++ b/examples/platformer/main.js
@@ -37,8 +37,6 @@ var game = {
alert("Sorry but your browser does not support html 5 canvas. Please try with another one!");
return;
}
- // d... | Also removed the call to 'setImageSmoothing' from the platformer example | melonjs_melonJS | train |
eca6846dac6af7920bbe6a8ab24f91963419823c | diff --git a/src/ol/browserfeature.js b/src/ol/browserfeature.js
index <HASH>..<HASH> 100644
--- a/src/ol/browserfeature.js
+++ b/src/ol/browserfeature.js
@@ -159,7 +159,30 @@ ol.BrowserFeature.HAS_GEOLOCATION = 'geolocation' in goog.global.navigator;
*/
ol.BrowserFeature.HAS_TOUCH = ol.ASSUME_TOUCH ||
(goog.gl... | move checks for pointer support into `browserfeature` module | openlayers_openlayers | train |
48f1d40b73ee6cc8eaca319a59dceadfe02ea13c | diff --git a/mopidy_gmusic/playlists.py b/mopidy_gmusic/playlists.py
index <HASH>..<HASH> 100644
--- a/mopidy_gmusic/playlists.py
+++ b/mopidy_gmusic/playlists.py
@@ -1,9 +1,10 @@
from __future__ import unicode_literals
import logging
+import operator
from mopidy import backend
-from mopidy.models import Playlis... | playlists: Add as_list() and get_items()
Which is added to the backend playlist provider API in Mopidy <I> | mopidy_mopidy-gmusic | train |
2ac0436bd497e7b660f5d2ff7104d1f6a4331358 | diff --git a/src/core/core.layouts.js b/src/core/core.layouts.js
index <HASH>..<HASH> 100644
--- a/src/core/core.layouts.js
+++ b/src/core/core.layouts.js
@@ -47,12 +47,14 @@ function setLayoutDims(layouts, params) {
let i, ilen, layout;
for (i = 0, ilen = layouts.length; i < ilen; ++i) {
layout = layouts[i];
- ... | Use full height for fullWidth box when left/right (#<I>)
Use full height for fullWidth box when left/right | chartjs_Chart.js | train |
d68d6b85900dd9cb5b46c6552a14dfd2f77f7219 | diff --git a/src/Mathielen/ImportEngine/Import/Run/Statistics/ImportRunStatisticsEventSubscriber.php b/src/Mathielen/ImportEngine/Import/Run/Statistics/ImportRunStatisticsEventSubscriber.php
index <HASH>..<HASH> 100644
--- a/src/Mathielen/ImportEngine/Import/Run/Statistics/ImportRunStatisticsEventSubscriber.php
+++ b/s... | API
Stock-report import/report
Stock* collaborators
minor refactorings
importrun->finish problem | mathielen_import-engine | train |
d7fd58dbb86ad2755b29761ccf7769eddae6351b | diff --git a/lib/mixpanel-node.js b/lib/mixpanel-node.js
index <HASH>..<HASH> 100644
--- a/lib/mixpanel-node.js
+++ b/lib/mixpanel-node.js
@@ -44,7 +44,7 @@ var create_client = function(token, config) {
debug: false,
verbose: false,
host: 'api.mixpanel.com',
- protocol: 'http'
+ ... | Use HTTPS by default
This makes the library default to using HTTPS by default. | mixpanel_mixpanel-node | train |
d0842e7b00057e713f8eebbca5c3ef7f48ec0408 | diff --git a/client/consul/consul_testing.go b/client/consul/consul_testing.go
index <HASH>..<HASH> 100644
--- a/client/consul/consul_testing.go
+++ b/client/consul/consul_testing.go
@@ -31,7 +31,7 @@ func NewMockConsulOp(op, allocID, task string) MockConsulOp {
// MockConsulServiceClient implements the ConsulServiceA... | test: cleanup mock consul service client
Updated to hclog.
It exposed fields that required an unexported lock to access. Created a
getter methodn instead. Only old allocrunner currently used this
feature. | hashicorp_nomad | train |
57a64e74f9f49b2404ba5ac8655c88b0d4d95873 | diff --git a/indra/databases/lincs_client.py b/indra/databases/lincs_client.py
index <HASH>..<HASH> 100644
--- a/indra/databases/lincs_client.py
+++ b/indra/databases/lincs_client.py
@@ -17,11 +17,28 @@ class LincsClient(object):
self._prot_data = get_protein_data()
return
- def get_small_molecul... | Get drug agent for TAS processor. | sorgerlab_indra | train |
0d1d767d96657f8b23c4dfd01de1481f3157e49e | diff --git a/src/models/event-timeline-set.js b/src/models/event-timeline-set.js
index <HASH>..<HASH> 100644
--- a/src/models/event-timeline-set.js
+++ b/src/models/event-timeline-set.js
@@ -806,7 +806,7 @@ EventTimelineSet.prototype.aggregateRelations = function(event) {
this.room,
);
is... | Fix editing local echoes not updating them in real time | matrix-org_matrix-js-sdk | train |
72c3881ef0b94b45e1311b30a6bb4c2ac66e44d0 | diff --git a/lib/parse/client.rb b/lib/parse/client.rb
index <HASH>..<HASH> 100644
--- a/lib/parse/client.rb
+++ b/lib/parse/client.rb
@@ -74,10 +74,10 @@ module Parse
@session.send(method, uri, query || body || {}, headers).body
- # Don't leak our internal libraries to our clients.
+ # NOTE: Don't lea... | Pass along the exception message for wrapped connection errors. We should wrap the source exception too | adelevie_parse-ruby-client | train |
1bf85182305c64a85e8cef92af6d76972c42fd5a | diff --git a/selector-set.js b/selector-set.js
index <HASH>..<HASH> 100644
--- a/selector-set.js
+++ b/selector-set.js
@@ -184,6 +184,20 @@
return indexes;
};
+ // Public: Log when added selector falls under the default index.
+ //
+ // This API should not be considered stable. May change between
+ // min... | Add hook to log when default index is used | josh_selector-set | train |
83fd9e7c5d19da37169038d330af8a31528ca9e2 | diff --git a/lib/server/index.js b/lib/server/index.js
index <HASH>..<HASH> 100644
--- a/lib/server/index.js
+++ b/lib/server/index.js
@@ -105,13 +105,12 @@ module.exports.launchServer = function (options, scripts, mw, context) {
}
}
- if(secure) {
+ if (secure) {
bsSe... | Don't allow HTTPs for proxy on first release | BrowserSync_browser-sync | train |
da1dcf42236810c76c763ee9be8ba71bf213c297 | diff --git a/setuptools/command/upload_docs.py b/setuptools/command/upload_docs.py
index <HASH>..<HASH> 100644
--- a/setuptools/command/upload_docs.py
+++ b/setuptools/command/upload_docs.py
@@ -77,9 +77,8 @@ class upload_docs(upload):
self.mkpath(self.target_dir) # just in case
for root, dir... | Extract variables to remove hanging indents. | pypa_setuptools | train |
21dc296b18d21de3ce2333f7eb1a13babdb3c2eb | diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/HttpKernel/Kernel.php
+++ b/src/Symfony/Component/HttpKernel/Kernel.php
@@ -73,12 +73,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface... | bumped Symfony version to <I> | symfony_symfony | train |
62f10bd4a84896718681cd975a8af08c468867a5 | diff --git a/cas-server-core/src/main/java/org/jasig/cas/ticket/AbstractTicket.java b/cas-server-core/src/main/java/org/jasig/cas/ticket/AbstractTicket.java
index <HASH>..<HASH> 100644
--- a/cas-server-core/src/main/java/org/jasig/cas/ticket/AbstractTicket.java
+++ b/cas-server-core/src/main/java/org/jasig/cas/ticket/A... | reverted back equals behavior on ticket classses | apereo_cas | train |
8b7943a73da6dcae077d7f34fec40bd36bb71d51 | diff --git a/lib/nform/builder.rb b/lib/nform/builder.rb
index <HASH>..<HASH> 100644
--- a/lib/nform/builder.rb
+++ b/lib/nform/builder.rb
@@ -26,7 +26,7 @@ module NForm
end
def new_object?
- @object.is_a?(Symbol) || object.new?
+ object.respond_to?(:new?) ? object.new? : true
end
def ... | Fix create/save label in submit button | burlesona_nform | train |
0fccf80a72436a8ff44af36f2a95d21d45aa5841 | diff --git a/Kwf/Assets/Provider/BowerBuiltFile.php b/Kwf/Assets/Provider/BowerBuiltFile.php
index <HASH>..<HASH> 100644
--- a/Kwf/Assets/Provider/BowerBuiltFile.php
+++ b/Kwf/Assets/Provider/BowerBuiltFile.php
@@ -25,45 +25,58 @@ class Kwf_Assets_Provider_BowerBuiltFile extends Kwf_Assets_Provider_Abstract
... | BowerBuiltFile: support jquery-placeholder
for some reason repository name contains - but file . | koala-framework_koala-framework | train |
701d774b9ca7bf343cc2206f16d9e749d7fb6ba2 | diff --git a/test/unit/mongo/MongoTripodTablesTest.php b/test/unit/mongo/MongoTripodTablesTest.php
index <HASH>..<HASH> 100644
--- a/test/unit/mongo/MongoTripodTablesTest.php
+++ b/test/unit/mongo/MongoTripodTablesTest.php
@@ -781,7 +781,53 @@ class MongoTripodTablesTest extends MongoTripodTestBase
$this->asse... | Unit tests to ensure distinct doesn't blow up with bad inputs | talis_tripod-php | train |
442852150b2df4c74260691269e2fac78e995ef5 | diff --git a/src/Zephyrus/Application/ViewBuilder.php b/src/Zephyrus/Application/ViewBuilder.php
index <HASH>..<HASH> 100644
--- a/src/Zephyrus/Application/ViewBuilder.php
+++ b/src/Zephyrus/Application/ViewBuilder.php
@@ -46,12 +46,12 @@ class ViewBuilder
private function buildPug()
{
- $cacheEnable... | Corrected Pug caching configuration | dadajuice_zephyrus | train |
64cdf262b97e6be9e28f8a235f7a01fa14a7a063 | diff --git a/system-test/logging.js b/system-test/logging.js
index <HASH>..<HASH> 100644
--- a/system-test/logging.js
+++ b/system-test/logging.js
@@ -33,7 +33,7 @@ var Logging = require('../');
describe('Logging', function() {
var TESTS_PREFIX = 'gcloud-logging-test';
- var WRITE_CONSISTENCY_DELAY_MS = 60000;
+... | logging: allow more time for write consistency | googleapis_nodejs-logging | train |
cf3f92c402a79baa04e831fa83a84871745f05d5 | diff --git a/cake/console/libs/testsuite.php b/cake/console/libs/testsuite.php
index <HASH>..<HASH> 100644
--- a/cake/console/libs/testsuite.php
+++ b/cake/console/libs/testsuite.php
@@ -156,30 +156,30 @@ class TestSuiteShell extends Shell {
function help() {
$this->out('Usage: ');
$this->out("\tcake testsuite ... | Updating testsuite console to search $pluginPaths for plugins.
Fixing readability of help in <I> col displays.
Fixes #<I>.
git-svn-id: <URL> | cakephp_cakephp | train |
3a43550c808a0486d5f68c7eefd2dc5fcfc3e5e8 | diff --git a/server/nodejs.js b/server/nodejs.js
index <HASH>..<HASH> 100755
--- a/server/nodejs.js
+++ b/server/nodejs.js
@@ -102,24 +102,18 @@ var moveFile = function(source, dest, callback) {
console.log('moveFile() - Could not open readstream.');
callback('Sorry, could not open readstream.')
... | replace util.pump by is.pipe(os)
util.pump is experimental node API.
It also triggers a nasty bug when uploading big files
in directories monitored by lsyncd. | FineUploader_fine-uploader | train |
b254137274d28190a1f9778c01ba5c2812bf5a0f | diff --git a/public/js/views/progress.js b/public/js/views/progress.js
index <HASH>..<HASH> 100644
--- a/public/js/views/progress.js
+++ b/public/js/views/progress.js
@@ -26,7 +26,7 @@ define(function (require) {
// Shared vars
this.$bar = this.$('.progress-bar');
- this.$links = $('.main-nav a[href], .b... | Adding a class that can be added to links to hook into progress loader thing
#<I> | BKWLD_decoy | train |
c931d460c148c0f84e2d4101caf49f25e8f6861c | diff --git a/spyderlib/utils/icon_manager.py b/spyderlib/utils/icon_manager.py
index <HASH>..<HASH> 100644
--- a/spyderlib/utils/icon_manager.py
+++ b/spyderlib/utils/icon_manager.py
@@ -3,6 +3,7 @@
# Copyright © 2009- The Spyder Development Team
# Licensed under the terms of the MIT License
# (see spyderlib/__init_... | Icon Manager: Add blank to improve readability | spyder-ide_spyder | train |
f993a0852523111045987f862d046d1a23f75201 | diff --git a/cluster/image.go b/cluster/image.go
index <HASH>..<HASH> 100644
--- a/cluster/image.go
+++ b/cluster/image.go
@@ -96,7 +96,10 @@ func (c *Cluster) RemoveFromRegistry(imageId string) error {
if err != nil {
return err
}
- _, err = http.DefaultClient.Do(request)
+ rsp, err := c.timeout10Client.Do(requ... | cluster: using cluster client in registry reqs and make sure its closed | tsuru_docker-cluster | train |
1f9adefbd176d255ad7e8d555fa7630ffbb8f3df | diff --git a/core/src/main/java/io/undertow/server/handlers/resource/FileResourceManager.java b/core/src/main/java/io/undertow/server/handlers/resource/FileResourceManager.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/io/undertow/server/handlers/resource/FileResourceManager.java
+++ b/core/src/main/java/io/... | Add constructor with default TransferMinSize to path and file resource managers | undertow-io_undertow | train |
c6206a1db613c63fe55ac4d119729faf80a6d187 | diff --git a/test/unit/web-server.spec.js b/test/unit/web-server.spec.js
index <HASH>..<HASH> 100644
--- a/test/unit/web-server.spec.js
+++ b/test/unit/web-server.spec.js
@@ -252,7 +252,7 @@ describe('web-server', () => {
})
describe('http2', () => {
- var http2 = require('http2')
+ var http2 = require('h... | test(web-server): fix http2 tests
Node <I> includes a new experimental built-in http2 module which trumps
the external one from npm, breaking Karma tests. This commit switches the
require back to using the npm package. | karma-runner_karma | train |
1856de896940ab5efce673caaf901f5f368128b5 | diff --git a/Model/Service/TransactionHandlerService.php b/Model/Service/TransactionHandlerService.php
index <HASH>..<HASH> 100755
--- a/Model/Service/TransactionHandlerService.php
+++ b/Model/Service/TransactionHandlerService.php
@@ -337,11 +337,12 @@ class TransactionHandlerService
$parentTransac... | Updated the transaction state handling for voided payments | checkout_checkout-magento2-plugin | train |
e59bd9c9bd9afcda496b8ede95602a6accf4e569 | diff --git a/hazelcast/src/main/java/com/hazelcast/config/CacheEvictionConfig.java b/hazelcast/src/main/java/com/hazelcast/config/CacheEvictionConfig.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/config/CacheEvictionConfig.java
+++ b/hazelcast/src/main/java/com/hazelcast/config/CacheEvict... | Override setters of "EvictionConfig" in "CacheEvictionConfig" and return its type ("CacheEvictionConfig") for backward compatibility | hazelcast_hazelcast | train |
b1768f0fb8c92ee26ac89d0c42cb3dffa9d5b05c | diff --git a/lib/rdl/types/nominal.rb b/lib/rdl/types/nominal.rb
index <HASH>..<HASH> 100644
--- a/lib/rdl/types/nominal.rb
+++ b/lib/rdl/types/nominal.rb
@@ -40,7 +40,16 @@ module RDL::Type
end
def to_s
- return @name
+ if @name.start_with? '#<Class:'
+ if @name['('] # Rails models such as ... | simplify Rails model names in NominalType#to_s. ex. Talk(id, name, ...) becomes Talk | plum-umd_rdl | train |
8e36865651604bd03563b4a5df12149e87837c9d | diff --git a/gauged/bridge.py b/gauged/bridge.py
index <HASH>..<HASH> 100644
--- a/gauged/bridge.py
+++ b/gauged/bridge.py
@@ -15,18 +15,12 @@ class SharedLibrary(object):
self.prefix = prefix
path = os.path.dirname(os.path.realpath(os.path.join(__file__, '..')))
version = sys.version.split('... | Prefix the extension name with an underscore | chriso_gauged | train |
a575f59c3b640cc677c3a59751a70d633d43cf9d | diff --git a/sources/scalac/ast/parser/Parser.java b/sources/scalac/ast/parser/Parser.java
index <HASH>..<HASH> 100644
--- a/sources/scalac/ast/parser/Parser.java
+++ b/sources/scalac/ast/parser/Parser.java
@@ -379,6 +379,8 @@ public class Parser implements Tokens {
static final Name BANG = Name.fromString("!");
... | extended syntax of pattern matching with regula...
extended syntax of pattern matching with regular expression operators
*?+| and new token @ | scala_scala | train |
022bae43068fce331062294d325e5497847821e0 | diff --git a/xwiki-rendering-syntaxes/xwiki-rendering-syntax-markdown/src/main/java/org/xwiki/rendering/internal/parser/markdown/DefaultPegdownToXDOMConverter.java b/xwiki-rendering-syntaxes/xwiki-rendering-syntax-markdown/src/main/java/org/xwiki/rendering/internal/parser/markdown/DefaultPegdownToXDOMConverter.java
ind... | XRENDERING-<I>: Convert Pegdown AST to an XDOM instead of relying on the Pegdown HTML renderer
* Add support for line breaks | xwiki_xwiki-rendering | train |
e70173cced773b692d378938640228949e4f4df7 | diff --git a/phraseapp/lib.go b/phraseapp/lib.go
index <HASH>..<HASH> 100644
--- a/phraseapp/lib.go
+++ b/phraseapp/lib.go
@@ -2991,5 +2991,5 @@ func (client *Client) VersionsList(project_id, translation_id string, page, perP
}
func GetUserAgent() string {
- return "PhraseApp go (test)"
+ return "PhraseApp go (1.0.... | <I>.rc<I>
No more panics in wizard, minor wording changes | phrase_phraseapp-go | train |
b27342eac24537eef58b89ed5f5f91798bd51710 | diff --git a/tracer/tracer.py b/tracer/tracer.py
index <HASH>..<HASH> 100644
--- a/tracer/tracer.py
+++ b/tracer/tracer.py
@@ -674,8 +674,11 @@ class Tracer(object):
entry_state.cgc.input_size = len(self.input)
# map the CGC flag page
- cgc_flag_data = claripy.BVS('cgc_flag_data', 0x1000 ... | Now map in permissions to the flag page | angr_angr | train |
df8f4dd9b9b61aebd281511e161eba9308c03455 | diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/UserMenu.js b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/UserMenu.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/UserMenu.js
+++ b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/UserMenu.js
@... | Bug <I> - [Electron app] Add manual "Check for Updates" button in help menu
Change-Id: I0e<I>e<I>fb4aab9b<I>f5dc<I>fba8d9f<I>c<I> | eclipse_orion.client | train |
4d78cbe90c98f620ad865487a442ed237b0f9183 | diff --git a/tests/Klein/Tests/Mocks/TestClass.php b/tests/Klein/Tests/Mocks/TestClass.php
index <HASH>..<HASH> 100644
--- a/tests/Klein/Tests/Mocks/TestClass.php
+++ b/tests/Klein/Tests/Mocks/TestClass.php
@@ -14,7 +14,7 @@ namespace Klein\Tests\Mocks;
class TestClass
{
- public static function get($r, $r, $a)
... | Fixing 2 small test issues for PHP 7 | klein_klein.php | train |
a02e9cda9c86146faab378dd21dcbda763896d68 | diff --git a/tests/test_03_watch_files.py b/tests/test_03_watch_files.py
index <HASH>..<HASH> 100644
--- a/tests/test_03_watch_files.py
+++ b/tests/test_03_watch_files.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+
# ________________________________________________________________________
#
# Copyright (C) 2014 Andrew... | assertion incorrect in inotifyx mode | akfullfo_taskforce | train |
2f96281b79d0c2fe2c705b1b4cd1122e7dbd003e | diff --git a/src/Illuminate/Database/Eloquent/Model.php b/src/Illuminate/Database/Eloquent/Model.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Database/Eloquent/Model.php
+++ b/src/Illuminate/Database/Eloquent/Model.php
@@ -735,6 +735,22 @@ abstract class Model implements ArrayAccess, Arrayable, Jsonable, JsonSe... | Update Model.php to allow dynamic appending of attributes after making the query.
We then could use it like this:
```
return $resource->findOrFail($id)
->append(['custom_attribute'])
->toArray();
``` | laravel_framework | train |
7cbcd42eba270d911ea7ddec54db11b2f08336e3 | diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/buildinfo/BuildInfoTests.java b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/buildinfo/BuildInfoTests.java
index <HASH>.... | Adapt test to cope with increased Instant precision on Java <I>
See gh-<I> | spring-projects_spring-boot | train |
542999a0331663504d516ce844ce92bf6ade446a | diff --git a/sksurv/nonparametric.py b/sksurv/nonparametric.py
index <HASH>..<HASH> 100644
--- a/sksurv/nonparametric.py
+++ b/sksurv/nonparametric.py
@@ -275,7 +275,7 @@ def ipc_weights(event, time):
if event.all():
return numpy.ones(time.shape[0])
- unique_time, p = kaplan_meier_estimator(-event, t... | FIX `-` operator is not supported with boolean arrays
use the `~` operator instead | sebp_scikit-survival | train |
f1fe52bc93175b63d5d13e68be45aa2ac8925eaf | diff --git a/openquake/db/models.py b/openquake/db/models.py
index <HASH>..<HASH> 100644
--- a/openquake/db/models.py
+++ b/openquake/db/models.py
@@ -923,6 +923,15 @@ class HazardCalculation(djm.Model):
)
return self._points_to_compute
+ def get_imts(self):
+ """
+ Returns ... | db/models:
Moved `get_imts` to the HazardCalculation class... it looks like there was
previously a faulty resolution of a merge conflict.
Former-commit-id: <I>e<I>b7dbc<I>a<I>f6a2fc<I>fe2a6ea | gem_oq-engine | train |
46d3973c4becf6c462c69f08fe4a99396e24fb1c | diff --git a/modules/angular-meteor-collections.js b/modules/angular-meteor-collections.js
index <HASH>..<HASH> 100644
--- a/modules/angular-meteor-collections.js
+++ b/modules/angular-meteor-collections.js
@@ -150,6 +150,56 @@ angularMeteorCollections.factory('$collection', ['$q', 'HashKeyCopier', '$subscr
}
]);
... | Suggested new API for collection | Urigo_angular-meteor | train |
7ce032e171c7d8a9a1dd66f737f633ae0a7195e4 | diff --git a/lib/facter/boxen.rb b/lib/facter/boxen.rb
index <HASH>..<HASH> 100644
--- a/lib/facter/boxen.rb
+++ b/lib/facter/boxen.rb
@@ -1,10 +1,11 @@
require "json"
require "boxen/config"
-config = Boxen::Config.load
-facts = {}
-factsdir = "#{config.homedir}/config/facts"
-dot_boxen = "#{ENV['HOME']}/.boxe... | Move ~/.boxen config override to ~/.boxen/config.json iff it exists
This is backwards-compatible, but moving towards the future. | boxen_boxen | train |
1cd8e85db8f515ac8b6f3b0f9f3f7d9582ceac4c | diff --git a/sh.py b/sh.py
index <HASH>..<HASH> 100644
--- a/sh.py
+++ b/sh.py
@@ -546,6 +546,7 @@ class RunningCommand(object):
"pid",
"sid",
"pgid",
+ "ctty",
))
def __init__(self, cmd, call_args, stdin, stdout, stderr):
@@ -680,10 +681,6 @@ class RunningCommand(object):
... | make ctty access better | amoffat_sh | train |
4077af04a8d1c78b73b445056726db6b63255f79 | diff --git a/lib/action_widget/view_helper.rb b/lib/action_widget/view_helper.rb
index <HASH>..<HASH> 100644
--- a/lib/action_widget/view_helper.rb
+++ b/lib/action_widget/view_helper.rb
@@ -2,12 +2,12 @@ module ActionWidget
module ViewHelper
def method_missing(name, *args, &block)
- super unless name =~... | Return on super call
Huge, huge bug. The helper never returned after calling super. Instead,
it just continued as if nothing ever happend triggering the constant
lookup and the code generation which obviously cannot work! | t6d_action_widget | train |
911dd6dc9af810f3b36ed03488e3630ca2fde1f0 | diff --git a/packages/cheminfo-build/bin/cheminfo-build.js b/packages/cheminfo-build/bin/cheminfo-build.js
index <HASH>..<HASH> 100755
--- a/packages/cheminfo-build/bin/cheminfo-build.js
+++ b/packages/cheminfo-build/bin/cheminfo-build.js
@@ -102,6 +102,9 @@ function getInputOptions(options = {}) {
const { minify = ... | fix: mark openchemlib as having no side-effects | cheminfo_tools | train |
4f72b9c4567d61ce916b4ff5a287b9f56ab82eab | diff --git a/safe/gui/tools/help/definitions_help.py b/safe/gui/tools/help/definitions_help.py
index <HASH>..<HASH> 100644
--- a/safe/gui/tools/help/definitions_help.py
+++ b/safe/gui/tools/help/definitions_help.py
@@ -582,6 +582,25 @@ def definition_to_message(definition, heading_style=None):
bullets.add(... | Partial fix for #<I> - include earthquake specific notes in population exposure help. Funded by DFAT. (#<I>) | inasafe_inasafe | train |
2978def879677ba6a36737115de32fca41a50f0d | diff --git a/src/main/java/io/fabric8/maven/docker/service/WaitService.java b/src/main/java/io/fabric8/maven/docker/service/WaitService.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/fabric8/maven/docker/service/WaitService.java
+++ b/src/main/java/io/fabric8/maven/docker/service/WaitService.java
@@ -176,7 +17... | Wait service should treat default network mode same as bridge (#<I>) (#<I>) | fabric8io_docker-maven-plugin | train |
fa4feaa52237d3f39a6cb8a2f61b402ccbc13380 | diff --git a/standalone_tests/all_media_types.py b/standalone_tests/all_media_types.py
index <HASH>..<HASH> 100755
--- a/standalone_tests/all_media_types.py
+++ b/standalone_tests/all_media_types.py
@@ -35,7 +35,7 @@ def main():
data_frame = pandas.DataFrame(data=numpy.random.rand(1000), columns=['col'])
tens... | fix broken standalone test for regression (#<I>) | wandb_client | train |
26e1a29f759ce8680d5df578b97d246cca08bc6c | diff --git a/cartoview/app_manager/management/commands/load_current_apps.py b/cartoview/app_manager/management/commands/load_current_apps.py
index <HASH>..<HASH> 100644
--- a/cartoview/app_manager/management/commands/load_current_apps.py
+++ b/cartoview/app_manager/management/commands/load_current_apps.py
@@ -20,7 +20,... | formatting output in django managment commands | cartologic_cartoview | train |
47ffc3f562ddbbc47e378be6cfaa6fc7684af38b | diff --git a/lib/rack/wwwhisper.rb b/lib/rack/wwwhisper.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/wwwhisper.rb
+++ b/lib/rack/wwwhisper.rb
@@ -84,7 +84,7 @@ class WWWhisper
@wwwhisper_iframe = ENV['WWWHISPER_IFRAME'] ||
sprintf(@@DEFAULT_IFRAME, wwwhisper_path('auth/iframe.js'))
- @wwwhisper_iframe... | Replace the use of Rack::Utils::bytesize removed in Rack <I>.
Required to fix #2. | wrr_rack-wwwhisper | train |
683bed9182581031af4d05c96934b59b32077c68 | diff --git a/lib/javascript-static.js b/lib/javascript-static.js
index <HASH>..<HASH> 100644
--- a/lib/javascript-static.js
+++ b/lib/javascript-static.js
@@ -1445,6 +1445,7 @@ M.util.help_icon = {
},
display_callback : function(content) {
+ content = '... | MDL-<I> core Adding ARIA attribute to help windows | moodle_moodle | train |
03e1f67215df149ca2abe069934092a984966131 | diff --git a/server/webapp/WEB-INF/rails/webpack/models/config_repos/config_repos.js b/server/webapp/WEB-INF/rails/webpack/models/config_repos/config_repos.js
index <HASH>..<HASH> 100644
--- a/server/webapp/WEB-INF/rails/webpack/models/config_repos/config_repos.js
+++ b/server/webapp/WEB-INF/rails/webpack/models/config... | Add delete functionality, fixed condition around <I> reponse (for cancelling edit and then entering edit second time), display PluginID | gocd_gocd | train |
c46fcaefc36709a900f03db1a4cbaa7f30fe2e13 | diff --git a/Gemfile b/Gemfile
index <HASH>..<HASH> 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,8 @@
source 'https://rubygems.org'
-gem 'jekyll', '1.0.4'
+gem 'jekyll', '> 1.0.0'
gem 'appraisal', '1.0.2'
+gem 'pry'
+
gemspec
diff --git a/lib/jekyll-contentblocks/common.rb b/lib/jekyll-contentblocks/common.rb
i... | Support for Jekyll <I>
Also bumped version from <I> to <I> | rustygeldmacher_jekyll-contentblocks | train |
3adb5ea84f44e695156f7500fd8edb5e15ff6f10 | diff --git a/moto/__init__.py b/moto/__init__.py
index <HASH>..<HASH> 100644
--- a/moto/__init__.py
+++ b/moto/__init__.py
@@ -207,7 +207,7 @@ mock_all = MockAll
# logging.getLogger('boto').setLevel(logging.CRITICAL)
__title__ = "moto"
-__version__ = "2.3.3.dev"
+__version__ = "3.0.0.dev"
try: | Prepare <I> dev releases | spulec_moto | train |
b163c4368ea8badf857a489e7e9e14226be15157 | diff --git a/bigquery/google/cloud/bigquery/query.py b/bigquery/google/cloud/bigquery/query.py
index <HASH>..<HASH> 100644
--- a/bigquery/google/cloud/bigquery/query.py
+++ b/bigquery/google/cloud/bigquery/query.py
@@ -383,8 +383,13 @@ class QueryResults(object):
:type timeout_ms: int
:param timeout... | Include full API reference
Makes the param ref a little long but there won't be any confusion until the API docs change and this will need updating. | googleapis_google-cloud-python | train |
cb638053714ee7800e57d660ef48040fec64da20 | diff --git a/packages/mangojuice-core/src/Cmd.js b/packages/mangojuice-core/src/Cmd.js
index <HASH>..<HASH> 100644
--- a/packages/mangojuice-core/src/Cmd.js
+++ b/packages/mangojuice-core/src/Cmd.js
@@ -22,13 +22,19 @@ export function createCommand(name, func, exec, opts) {
this._model = modelObj;
ret... | feat(core): added isAfter and isBefore fields of command object | mangojuicejs_mangojuice | train |
c8efc4dfc2a451ec05f74172f6c85121239deaef | diff --git a/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php b/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php
+++ b/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php
@@ -42,7 +42,7 @@ class ChromePhpHandler ... | [Logging] Add support for firefox in ChromePhpHandler | symfony_symfony | train |
9bae04ce1d77d2593c078545e4fe1bde6caa9c82 | diff --git a/test/integration/migration.spec.js b/test/integration/migration.spec.js
index <HASH>..<HASH> 100644
--- a/test/integration/migration.spec.js
+++ b/test/integration/migration.spec.js
@@ -483,17 +483,11 @@ describe('the migration', function () {
fields: {
title: { 'en-US': 'hello!' },
... | feat(tags): adjust to rebase | contentful_contentful-migration | train |
62967bd77dad0230a515ac0a640b89593d39412c | diff --git a/lib/merb-core/tasks/gem_management.rb b/lib/merb-core/tasks/gem_management.rb
index <HASH>..<HASH> 100644
--- a/lib/merb-core/tasks/gem_management.rb
+++ b/lib/merb-core/tasks/gem_management.rb
@@ -193,7 +193,8 @@ rescue LoadError
require 'rubygems'
end
-if File.directory?(gems_dir = File.join(Dir.pw... | Fixed executable wrapper code (for loading local gems) | wycats_merb | train |
ce899d01549bfb63c69d7085b843957138fce954 | diff --git a/src/directives/bsSwitch.js b/src/directives/bsSwitch.js
index <HASH>..<HASH> 100644
--- a/src/directives/bsSwitch.js
+++ b/src/directives/bsSwitch.js
@@ -179,7 +179,7 @@ angular.module('frapontillo.bootstrap-switch')
// When the model changes
scope.$watch(modelValue, function(newValue... | feat: add null as an indeterminate state | frapontillo_angular-bootstrap-switch | train |
c0fcfe95bb7ef1c457e3683ad1630c66b5a75178 | diff --git a/lib/authlogic/acts_as_authentic/restful_authentication.rb b/lib/authlogic/acts_as_authentic/restful_authentication.rb
index <HASH>..<HASH> 100644
--- a/lib/authlogic/acts_as_authentic/restful_authentication.rb
+++ b/lib/authlogic/acts_as_authentic/restful_authentication.rb
@@ -45,13 +45,21 @@ module Authlo... | Extract private method: restful_auth_crypto_provider=
By extracting this method, we
1. avoid using send
2. break up a long line (the ternary) | binarylogic_authlogic | train |
e56557389120eafc9b796a4cf9123dffa2e22d31 | diff --git a/ReadMe.md b/ReadMe.md
index <HASH>..<HASH> 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -307,7 +307,7 @@ expect.fail('{0} was expected to be {1}', 0, 'zero');
**array whose items satify**: will run an assertion function for each items in an array
```js
-expect([0, 1, 2, 3, 4], 'to be an array whose items ... | Added the item index to the 'to be an array whose items satisfy' assertion | unexpectedjs_unexpected | train |
80385578a3921f054e81b30107d193c45d10a6c6 | diff --git a/owslib/coverage/wcs100.py b/owslib/coverage/wcs100.py
index <HASH>..<HASH> 100644
--- a/owslib/coverage/wcs100.py
+++ b/owslib/coverage/wcs100.py
@@ -9,7 +9,7 @@
# Contact email: d.lowe@rl.ac.uk
# =============================================================================
-from wcsBase import WCSBase... | Catch exceptions for WCS GetCapabilities (#<I>) | geopython_OWSLib | train |
4a949e0e5a89a8ba88239d92cd2321ce30263bc5 | diff --git a/lib/webrat/core/logging.rb b/lib/webrat/core/logging.rb
index <HASH>..<HASH> 100644
--- a/lib/webrat/core/logging.rb
+++ b/lib/webrat/core/logging.rb
@@ -1,3 +1,5 @@
+require "logger"
+
module Webrat
module Logging #:nodoc:
@@ -13,10 +15,7 @@ module Webrat
when :merb
Merb.logger
... | Fix logger issue when running inside Cucumber. | brynary_webrat | train |
eb730c4334de4370ba43fada932886f82fd9dc94 | diff --git a/spinoff/contrib/http/server.py b/spinoff/contrib/http/server.py
index <HASH>..<HASH> 100644
--- a/spinoff/contrib/http/server.py
+++ b/spinoff/contrib/http/server.py
@@ -66,7 +66,7 @@ class RequestHandler(Actor):
responder.join()
if not req.closed:
if ... | Fixed a bug in http.server | eallik_spinoff | train |
5b98947ce4dc8e326506c3259d0d7c385870656e | diff --git a/tests/test_smt.py b/tests/test_smt.py
index <HASH>..<HASH> 100644
--- a/tests/test_smt.py
+++ b/tests/test_smt.py
@@ -33,32 +33,29 @@ def test_simple_kv(k, v):
assert not smt.exists(k)
assert smt.root_hash == empty_root
+
@given(
- data=st.data(),
- key_size=st.integers(min_value=1, max_... | Better way of ensuring the key_size maps to the size of the keys chosen | ethereum_py-trie | train |
22e96d7ec16ac6044b0bd00bbb6b122cafc02fe7 | diff --git a/generators/entity/index.js b/generators/entity/index.js
index <HASH>..<HASH> 100644
--- a/generators/entity/index.js
+++ b/generators/entity/index.js
@@ -678,13 +678,19 @@ module.exports = EntityGenerator.extend({
install() {
const injectJsFilesToIndex = () => {
+ const done = th... | Async install for post entity hook | jhipster_generator-jhipster | train |
1c87de9a611924a3e741c781ef6b5f59bf4f0c70 | diff --git a/pipeline/compilers/__init__.py b/pipeline/compilers/__init__.py
index <HASH>..<HASH> 100644
--- a/pipeline/compilers/__init__.py
+++ b/pipeline/compilers/__init__.py
@@ -6,6 +6,9 @@ try:
except ImportError:
from django.contrib.staticfiles import finders # noqa
+from django.core.files.base import Co... | add read/save_file method to CompilerBase | jazzband_django-pipeline | train |
c3850ee480e93b8c6b95a625e0f7b7e6f1dedc57 | diff --git a/code/OrderProcessor.php b/code/OrderProcessor.php
index <HASH>..<HASH> 100644
--- a/code/OrderProcessor.php
+++ b/code/OrderProcessor.php
@@ -148,6 +148,22 @@ class OrderProcessor{
}
/**
+ * Complete payment processing
+ * - send receipt
+ * - update order status accordingling
+ */
+ functio... | BUG: update order status when payment status is updated
related: #<I> | silvershop_silvershop-core | train |
1e0d24596d32eb634b985d82234fed319ba586a0 | diff --git a/simplekv/fs.py b/simplekv/fs.py
index <HASH>..<HASH> 100644
--- a/simplekv/fs.py
+++ b/simplekv/fs.py
@@ -12,11 +12,12 @@ class FilesystemStore(KeyValueStorage):
The *FilesystemStore* stores every value as its own file on the filesystem,
all under a common directory.
"""
- def __init__(se... | Call base with kwargs. | mbr_simplekv | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.