hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
93cc515882e53c87f414fd6b53962603d4862c11 | diff --git a/src/main/java/graphql/language/Directive.java b/src/main/java/graphql/language/Directive.java
index <HASH>..<HASH> 100644
--- a/src/main/java/graphql/language/Directive.java
+++ b/src/main/java/graphql/language/Directive.java
@@ -18,7 +18,7 @@ import static graphql.Assert.assertNotNull;
import static grap... | minor change for NodeUtil (#<I>) | graphql-java_graphql-java | train |
fd47d1d7efe966813be75dab4bbb7af0ee912d8f | diff --git a/guacamole-common-js/src/main/webapp/modules/Keyboard.js b/guacamole-common-js/src/main/webapp/modules/Keyboard.js
index <HASH>..<HASH> 100644
--- a/guacamole-common-js/src/main/webapp/modules/Keyboard.js
+++ b/guacamole-common-js/src/main/webapp/modules/Keyboard.js
@@ -1208,6 +1208,30 @@ Guacamole.Keyboard... | GUACAMOLE-<I>: Only attempt to type fully-composed strings. | glyptodon_guacamole-client | train |
691db3694ef49c08bb042858286e12ad9d9db325 | diff --git a/credhub/auth/uaa.go b/credhub/auth/uaa.go
index <HASH>..<HASH> 100644
--- a/credhub/auth/uaa.go
+++ b/credhub/auth/uaa.go
@@ -1,7 +1,9 @@
package auth
import (
+ "bytes"
"encoding/json"
+ "io/ioutil"
"net/http"
)
@@ -38,9 +40,14 @@ func (a *Uaa) Do(req *http.Request) (*http.Response, error) {
... | UAA Do() will now clone the response body when checking for a expired token | cloudfoundry-incubator_credhub-cli | train |
7fdff8e46e0a6bddf2b0672354f118aafbd6a86e | diff --git a/lib/chicago/database/dataset_builder.rb b/lib/chicago/database/dataset_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/chicago/database/dataset_builder.rb
+++ b/lib/chicago/database/dataset_builder.rb
@@ -7,7 +7,7 @@ module Chicago
def initialize(db, query)
@base_table = query.table
... | Fix bug with table naming in reworked Query.
The FROM table was not being aliased correctly. | notonthehighstreet_chicago | train |
e05fe29e12907417a27d3d37347fd25d7648baf1 | diff --git a/lib/garner/strategies/binding/key/binding_index.rb b/lib/garner/strategies/binding/key/binding_index.rb
index <HASH>..<HASH> 100644
--- a/lib/garner/strategies/binding/key/binding_index.rb
+++ b/lib/garner/strategies/binding/key/binding_index.rb
@@ -26,6 +26,7 @@ module Garner
# @return [String]... | Fix for #<I>: Don't store bindings in the BindingIndex unless they have a canonical binding present | artsy_garner | train |
cf2f2b8db93c757e93536a9fc29b0b4a2b3aa602 | diff --git a/dipper/sources/MGI.py b/dipper/sources/MGI.py
index <HASH>..<HASH> 100644
--- a/dipper/sources/MGI.py
+++ b/dipper/sources/MGI.py
@@ -56,6 +56,7 @@ class MGI(PostgreSQLSource):
{
'query': '../../resources/sql/mgi_dbinfo.sql',
'outfile': 'mgi_dbinfo'
+ 'Force' : True
... | try to get the db info updated | monarch-initiative_dipper | train |
ab6c3d1e25a41fc5e4819d3032d967c28c2800b4 | diff --git a/xlsxwriter.class.php b/xlsxwriter.class.php
index <HASH>..<HASH> 100644
--- a/xlsxwriter.class.php
+++ b/xlsxwriter.class.php
@@ -224,7 +224,7 @@ class XLSXWriter
public function writeSheetHead($row_count, $column_count, $sheet_name='', array $header_types=array() )
{
trigger_error ( __FUNCTION__ . ... | making deprecated writeSheetHead() backwards compatible with last nights commit | mk-j_PHP_XLSXWriter | train |
592ea91c0b8067a752f07e2a57080f0d3b18f66d | diff --git a/client/src/main/java/io/pravega/client/stream/impl/CheckpointState.java b/client/src/main/java/io/pravega/client/stream/impl/CheckpointState.java
index <HASH>..<HASH> 100644
--- a/client/src/main/java/io/pravega/client/stream/impl/CheckpointState.java
+++ b/client/src/main/java/io/pravega/client/stream/imp... | Issue <I>: Bugfix for outstanding checkpoint count. (#<I>)
* Silent checkpoints should not be considered while
computing the number of outstanding checkpoints. | pravega_pravega | train |
a9e3e47b3091d11c18b560a3fc15650e7d730cfc | diff --git a/src/qwest.js b/src/qwest.js
index <HASH>..<HASH> 100644
--- a/src/qwest.js
+++ b/src/qwest.js
@@ -112,6 +112,10 @@ module.exports = function() {
}
}
}
+ // Set timeout
+ if(xhr2 || xdr) {
+ xhr.timeout = options.timeout;
+ }
// Open connection
if(xdr) {
xhr.o... | Update qwest.js
Add abort by timeout | pyrsmk_qwest | train |
c0f5ec4b5285d8ba64e5d54fb8d7cadb03900ca5 | diff --git a/Task/Base.php b/Task/Base.php
index <HASH>..<HASH> 100644
--- a/Task/Base.php
+++ b/Task/Base.php
@@ -2,7 +2,7 @@
/**
* @file
- * Contains the base Task class.
+ * Contains ModuleBuider\Task.
*/
namespace ModuleBuider\Task;
@@ -23,7 +23,7 @@ namespace ModuleBuider\Task;
* appending the version ... | Fixed docs in base Task class. | drupal-code-builder_drupal-code-builder | train |
11d76a92979341311962cf0cf1ad52dff656842b | diff --git a/nodeconductor/server/admin/dashboard.py b/nodeconductor/server/admin/dashboard.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/server/admin/dashboard.py
+++ b/nodeconductor/server/admin/dashboard.py
@@ -98,7 +98,7 @@ class CustomIndexDashboard(FluentIndexDashboard):
"""
Returns a LinkL... | Change Erred to lower case [WAL-<I>] | opennode_waldur-core | train |
ac77ed4cc65c94c56ec26b8769ff3602887151d9 | diff --git a/languagetool-dev/src/main/java/org/languagetool/dev/httpchecker/CheckCallable.java b/languagetool-dev/src/main/java/org/languagetool/dev/httpchecker/CheckCallable.java
index <HASH>..<HASH> 100644
--- a/languagetool-dev/src/main/java/org/languagetool/dev/httpchecker/CheckCallable.java
+++ b/languagetool-dev... | more verbose output to see whether inputs are deterministic | languagetool-org_languagetool | train |
8754c2549f4dcf2bcd0ac27effc5f89ce246ca01 | diff --git a/core/polyaxon/polypod/common/containers.py b/core/polyaxon/polypod/common/containers.py
index <HASH>..<HASH> 100644
--- a/core/polyaxon/polypod/common/containers.py
+++ b/core/polyaxon/polypod/common/containers.py
@@ -51,7 +51,9 @@ def patch_container(
ports, check_none=True
)
container.... | Add sanitization for auxiliary containers | polyaxon_polyaxon | train |
8fe45b732b4b61048de1de427145b6c46cf29fef | diff --git a/src/Auth/Controller/UsersController.php b/src/Auth/Controller/UsersController.php
index <HASH>..<HASH> 100644
--- a/src/Auth/Controller/UsersController.php
+++ b/src/Auth/Controller/UsersController.php
@@ -11,7 +11,6 @@
namespace Auth\Controller;
use Zend\Mvc\Controller\AbstractActionController;
-use Z... | [ZF3][Behat,Organization] fixed errors when user updating their Organization pages | yawik_auth | train |
0715d794462e8d49388316b8118a3b911a22eed8 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -17,6 +17,7 @@ testit('passes', function () {
passes('\npublic');
passes('abc // my comment', {lineComment: true});
passes('() => a');
+ passes('function (a = "default") {"use strict";}');
});
function error(src, lin... | Add a test case for ES<I> features | pugjs_is-expression | train |
40410f0485c8566f1c43868cde16e68d5f57eb80 | diff --git a/bika/lims/content/artemplate.py b/bika/lims/content/artemplate.py
index <HASH>..<HASH> 100644
--- a/bika/lims/content/artemplate.py
+++ b/bika/lims/content/artemplate.py
@@ -169,6 +169,8 @@ class ARTemplate(BaseContent):
"""
uid = None
if value:
+ # Strip "Lab: " from ... | Strip "Lab: " prefix from lab sample points in AR Template add | senaite_senaite.core | train |
324268cae808b0d04dcd6573eaebedc1de10fb73 | diff --git a/src/test/php/net/stubbles/webapp/WebAppTestCase.php b/src/test/php/net/stubbles/webapp/WebAppTestCase.php
index <HASH>..<HASH> 100644
--- a/src/test/php/net/stubbles/webapp/WebAppTestCase.php
+++ b/src/test/php/net/stubbles/webapp/WebAppTestCase.php
@@ -30,7 +30,7 @@ class TestWebApp extends WebApp
... | callable is reserved keyword in PHP <I> | stubbles_stubbles-webapp-core | train |
e85fffa51f89f5fa20d5910dadc1ede8f9c69ac8 | diff --git a/example/idp2/idp.py b/example/idp2/idp.py
index <HASH>..<HASH> 100755
--- a/example/idp2/idp.py
+++ b/example/idp2/idp.py
@@ -516,7 +516,7 @@ def do_authentication(environ, start_response, authn_context, key,
PASSWD = {
"daev0001": "qwerty",
- "haho0032": "qwerty",
+ "testuser": "qwerty",
... | Fix to use the correct Extensions element. | IdentityPython_pysaml2 | train |
2dab655765499e9b05b8f097ab446ddee8f9adca | diff --git a/misc/write_fake_manifests.py b/misc/write_fake_manifests.py
index <HASH>..<HASH> 100644
--- a/misc/write_fake_manifests.py
+++ b/misc/write_fake_manifests.py
@@ -65,7 +65,7 @@ class GenRandom(object):
def _n_unique_strings(self, n):
seen = set([None])
return [self._unique_string(seen... | xrange() was removed in Python 3 in favor of range() (#<I>)
<URL> | ninja-build_ninja | train |
cf114a1642b2f8d1808711b13f24fb32413ca727 | diff --git a/src/main/java/nl/hsac/fitnesse/fixture/slim/web/BrowserTest.java b/src/main/java/nl/hsac/fitnesse/fixture/slim/web/BrowserTest.java
index <HASH>..<HASH> 100644
--- a/src/main/java/nl/hsac/fitnesse/fixture/slim/web/BrowserTest.java
+++ b/src/main/java/nl/hsac/fitnesse/fixture/slim/web/BrowserTest.java
@@ -7... | deal with mixed content elements in header, and deal with case that table is nested inside another table | fhoeben_hsac-fitnesse-fixtures | train |
b1fa9be574f3544ea79eecc70b3495d8569f361a | diff --git a/lex/lexer.go b/lex/lexer.go
index <HASH>..<HASH> 100644
--- a/lex/lexer.go
+++ b/lex/lexer.go
@@ -1150,12 +1150,19 @@ func LexIdentifierOfType(forToken TokenType) StateFn {
//u.Debugf("quoted?: %v ", l.input[l.start:l.pos])
default:
l.lastQuoteMark = 0
- if !isIdentifierFirstRune(firstChar)... | support identities that start with digits as long as not all digits | araddon_qlbridge | train |
f70deff840b1c95d28b314369238755e177c1119 | diff --git a/pythainlp/tokenize/__init__.py b/pythainlp/tokenize/__init__.py
index <HASH>..<HASH> 100644
--- a/pythainlp/tokenize/__init__.py
+++ b/pythainlp/tokenize/__init__.py
@@ -111,12 +111,14 @@ def word_tokenize(text, engine='newmm', custom_dict_trie=None):
# wordcutpy ใช้ wordcutpy (https://github.com/veer66... | fixed deeply nested control flow statements | PyThaiNLP_pythainlp | train |
3678d06567752603999af8da8330a16679437218 | diff --git a/tests/Unit/Stomp/StompTest.php b/tests/Unit/Stomp/StompTest.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/Stomp/StompTest.php
+++ b/tests/Unit/Stomp/StompTest.php
@@ -223,7 +223,7 @@ class StompTest extends PHPUnit_Framework_TestCase
public function testLoginDataFromConstructorIsUsedIfNoLoginDataPa... | fixed array syntax in order to allow usage in php-<I> | stomp-php_stomp-php | train |
6c7523ce6236a18ba051edc3e5f07bb598ed16ce | diff --git a/ffn/core.py b/ffn/core.py
index <HASH>..<HASH> 100644
--- a/ffn/core.py
+++ b/ffn/core.py
@@ -1721,14 +1721,32 @@ def rollapply(data, window, fn):
return res
+def _winsorize_wrapper(x, limits):
+ """
+ Wraps scipy winsorize function to drop na's
+ """
+ if hasattr(x, 'dropna'):
+ ... | winsorize on copy of data + tests | pmorissette_ffn | train |
071914e06f4dc910ee9eb1f04b843a324b813840 | diff --git a/lib/maildown/markdown_engine.rb b/lib/maildown/markdown_engine.rb
index <HASH>..<HASH> 100644
--- a/lib/maildown/markdown_engine.rb
+++ b/lib/maildown/markdown_engine.rb
@@ -49,8 +49,6 @@ module Maildown
end
def self.default_html_block
- require 'kramdown' unless defined? Kramdown
-
... | Close #<I> (#<I>)
There is a race condition described in #<I> where two threads can require the same library. | schneems_maildown | train |
5c1ba0d9ac9731c5b95e0328c14a84a2e3c31e5b | diff --git a/Routing/ImagineLoader.php b/Routing/ImagineLoader.php
index <HASH>..<HASH> 100644
--- a/Routing/ImagineLoader.php
+++ b/Routing/ImagineLoader.php
@@ -25,7 +25,7 @@ class ImagineLoader extends Loader
public function load($resource, $type = null)
{
- $requirements = array('_method' => 'GET... | allow a filter to be an empty string | liip_LiipImagineBundle | train |
1caf1e87eb2d554831a4819db7ffc99848e7c052 | diff --git a/effects/equalizer.go b/effects/equalizer.go
index <HASH>..<HASH> 100644
--- a/effects/equalizer.go
+++ b/effects/equalizer.go
@@ -38,11 +38,11 @@ type (
// GB (bandwidth gain) is given in decibels [dB] and represents
// the level at which the bandwidth is measured. That is, to
// have a meaningful... | remove references to 'figure 1' from the blog post | faiface_beep | train |
5aa77fdd7b438f64d1a86c5b1d1b5f7bb1707ff5 | diff --git a/FlowCal/excel_ui.py b/FlowCal/excel_ui.py
index <HASH>..<HASH> 100644
--- a/FlowCal/excel_ui.py
+++ b/FlowCal/excel_ui.py
@@ -872,7 +872,7 @@ def run(verbose=True, plot=True):
table_list.append(('Beads', beads_table))
table_list.append(('Samples', samples_table))
table_list.append(('Histogra... | Changed sheet name from 'About FlowCal' to 'About Analysis'. | taborlab_FlowCal | train |
bb8d35f4eef9082097ae112f74510d5fb66fd211 | diff --git a/spec/twitter/client/search_spec.rb b/spec/twitter/client/search_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/twitter/client/search_spec.rb
+++ b/spec/twitter/client/search_spec.rb
@@ -20,6 +20,7 @@ describe Twitter::Client do
end
it "should return recent statuses related to a query with images ... | Assert SearchResults are returned from a client#search | sferik_twitter | train |
358e9fb9ccd1848ca6019057afc117fbde67698f | diff --git a/src/keo.js b/src/keo.js
index <HASH>..<HASH> 100644
--- a/src/keo.js
+++ b/src/keo.js
@@ -5,7 +5,7 @@
*/
import objectAssign from 'object-assign';
import {createClass} from 'react';
-import {compose as comp, composeDeferred as compDeferred} from 'funkel';
+import * as fnkl from 'funkel';
export {memoi... | Mapped Funkel functions to fnkl keyword | Wildhoney_Keo | train |
319b3a57d5f1fb0dcab901fc3ed004754e7241af | diff --git a/runtests.py b/runtests.py
index <HASH>..<HASH> 100755
--- a/runtests.py
+++ b/runtests.py
@@ -24,6 +24,11 @@ def configure(nose_args=None):
'extra_views.tests',
],
ROOT_URLCONF='',
+ MIDDLEWARE_CLASSES=(
+ 'django.contrib.sessions.mid... | Add MIDDLEWARE_CLASSES to runtests.py. Django <I> throws a warning. | AndrewIngram_django-extra-views | train |
bbd5a8360c2a7bb45a445f9532805a31f1f1b5fc | diff --git a/puz.py b/puz.py
index <HASH>..<HASH> 100644
--- a/puz.py
+++ b/puz.py
@@ -561,7 +561,7 @@ def unshift(s, key):
return shift(s, [-k for k in key])
def shuffle(s):
- mid = math.floor(len(s) / 2)
+ mid = int(math.floor(len(s) / 2))
items = functools.reduce(operator.add, zip(s[mid:], s[:mid]... | Make sure mid value is always an integer when shuffling | alexdej_puzpy | train |
5baf100fc4bd9d48392cfe2ab7e793dcd4fc4629 | diff --git a/cocaine/decorators/servers.py b/cocaine/decorators/servers.py
index <HASH>..<HASH> 100644
--- a/cocaine/decorators/servers.py
+++ b/cocaine/decorators/servers.py
@@ -72,7 +72,7 @@ def wsgi(function):
'CONTENT_TYPE': headers.get('CONTENT-TYPE', ''),
'CONTENT_LENGTH': ... | fixed another typo, come on Inkvi, watch what you commit | cocaine_cocaine-framework-python | train |
9584d334137d4b1fbcc21f52911b73bbfdb1b23b | diff --git a/includes/class-freemius.php b/includes/class-freemius.php
index <HASH>..<HASH> 100644
--- a/includes/class-freemius.php
+++ b/includes/class-freemius.php
@@ -4119,19 +4119,10 @@
// Clear API cache on activation.
FS_Api::clear_cache();
- if ( $this->is_registered() ) {
$is_premium_version_a... | [auto-deactivation] [bug-fix] The auto deactivation of the free/premium version upon an activation of the other version was only working for opted-in users. | Freemius_wordpress-sdk | train |
732fc6e56499535eb8c5b894e187a91bf9496c3d | diff --git a/xchange-abucoins/src/main/java/org/knowm/xchange/abucoins/service/AbucoinsMarketDataService.java b/xchange-abucoins/src/main/java/org/knowm/xchange/abucoins/service/AbucoinsMarketDataService.java
index <HASH>..<HASH> 100644
--- a/xchange-abucoins/src/main/java/org/knowm/xchange/abucoins/service/AbucoinsMar... | [abucoins] removing 'catch-all' Exception
One method was catching any exceptions and wrapping them as IOExceptions (even if the original exception was an IOException). Just simplified it to let the Exceptions propagate with out interrupting them.
Also, switched to the preferred IOException in a couple other places. | knowm_XChange | train |
27bffa826c44b2f6c9e84ac46c74e9f206649d6e | diff --git a/src/date.js b/src/date.js
index <HASH>..<HASH> 100644
--- a/src/date.js
+++ b/src/date.js
@@ -186,4 +186,8 @@ Date.prototype.isOddMonth = function() {
Date.prototype.equalsOnlyDate = function(date) {
return this.compareDateOnlyTo(date) == 0;
+}
+
+Date.prototype.isBetweenDates = function(start, end) ... | refactor start and end date verification | continuouscalendar_dateutils | train |
9366530e3837ee86de1af6c6d809476d5d53916e | diff --git a/pom.xml b/pom.xml
index <HASH>..<HASH> 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,8 +54,8 @@
<properties>
- <selenium-version>3.2.0</selenium-version>
- <testng-version>6.8.21</testng-version>
+ <selenium-version>3.11.0</selenium-version>
+ <testng-version>6.14.2</testng... | update selenium, testng, guava and appium versions | WileyLabs_teasy | train |
58054ab1f1dfe09f1065ca3638ede673fb364a51 | diff --git a/python/neuroglancer/static/__init__.py b/python/neuroglancer/static/__init__.py
index <HASH>..<HASH> 100644
--- a/python/neuroglancer/static/__init__.py
+++ b/python/neuroglancer/static/__init__.py
@@ -19,7 +19,6 @@ static_content_filenames = set([
'main.bundle.js',
'main.css',
'chunk_worker... | chore(python): fix build to not reference removed tfjs-library-bundle file | google_neuroglancer | train |
432c851ffdce885c142bc449f9c43cb38ad81411 | diff --git a/rdfunit-validate/src/main/java/org/aksw/rdfunit/validate/ws/ValidateWS.java b/rdfunit-validate/src/main/java/org/aksw/rdfunit/validate/ws/ValidateWS.java
index <HASH>..<HASH> 100644
--- a/rdfunit-validate/src/main/java/org/aksw/rdfunit/validate/ws/ValidateWS.java
+++ b/rdfunit-validate/src/main/java/org/ak... | handed down variable testcaseexecutiontype as it was causing a null pointer, since it was not set | AKSW_RDFUnit | train |
74edcaf1e84aa8bf35e496b2bead833172a79fca | diff --git a/runtime/graphdriver/devmapper/deviceset.go b/runtime/graphdriver/devmapper/deviceset.go
index <HASH>..<HASH> 100644
--- a/runtime/graphdriver/devmapper/deviceset.go
+++ b/runtime/graphdriver/devmapper/deviceset.go
@@ -864,7 +864,7 @@ func (devices *DeviceSet) MountDevice(hash, path string, mountLabel strin... | devmapper: Pass info rather than hash to setInitialized
We already have this at the caller, no need to look up again.
Docker-DCO-<I>- | containers_storage | train |
05eecfb3b17fc4a13861d059209063d8338f26f3 | diff --git a/leaflet-search.js b/leaflet-search.js
index <HASH>..<HASH> 100644
--- a/leaflet-search.js
+++ b/leaflet-search.js
@@ -24,7 +24,7 @@ L.Control.Search = L.Control.extend({
searchDelay: 300, //delay for searching after digit
autoType: true, // Complete input with first suggested result and select t... | renamed option autoPan in tipAutoSubmit | stefanocudini_leaflet-search | train |
8c03ea31355894d2d9fb3625c5c731b8a621ebe8 | diff --git a/sonar-core/src/main/java/org/sonar/core/rule/RuleDto.java b/sonar-core/src/main/java/org/sonar/core/rule/RuleDto.java
index <HASH>..<HASH> 100644
--- a/sonar-core/src/main/java/org/sonar/core/rule/RuleDto.java
+++ b/sonar-core/src/main/java/org/sonar/core/rule/RuleDto.java
@@ -31,11 +31,8 @@ import org.son... | Fix NPE when indexing manual rules | SonarSource_sonarqube | train |
0cbd96594d9c444c86caf0358ab0b59761c4ea20 | diff --git a/src/bundle/Resources/public/js/OnlineEditor/plugins/base/ez-custom-tag-base.js b/src/bundle/Resources/public/js/OnlineEditor/plugins/base/ez-custom-tag-base.js
index <HASH>..<HASH> 100644
--- a/src/bundle/Resources/public/js/OnlineEditor/plugins/base/ez-custom-tag-base.js
+++ b/src/bundle/Resources/public/... | EZP-<I>: Custom tags' switch between attributes and content is missing an icon (#<I>) | ezsystems_ezplatform-richtext | train |
908513a2f0104ed527652d9344712912533b6ff7 | diff --git a/app/controllers/railswiki/pages_controller.rb b/app/controllers/railswiki/pages_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/railswiki/pages_controller.rb
+++ b/app/controllers/railswiki/pages_controller.rb
@@ -79,11 +79,7 @@ module Railswiki
title = params[:id] || params[:page_id... | Performance optimisations to page selection, caching | soundasleep_railswiki | train |
3f71a8d71947c52895ad995f147233c0309e8197 | diff --git a/src/Setup/SetupController.php b/src/Setup/SetupController.php
index <HASH>..<HASH> 100644
--- a/src/Setup/SetupController.php
+++ b/src/Setup/SetupController.php
@@ -21,6 +21,13 @@ class SetupController implements SetupControllerInterface {
*/
protected $urls;
+ /**
+ * @var array
+ * A lis... | SetupController - Add property 'is_active' for each block | civicrm_civicrm-setup | train |
3be19ec08d3c6e2d44038f7ce8a934960c72064e | diff --git a/plugins/item_tasks/server/cli_parser.py b/plugins/item_tasks/server/cli_parser.py
index <HASH>..<HASH> 100644
--- a/plugins/item_tasks/server/cli_parser.py
+++ b/plugins/item_tasks/server/cli_parser.py
@@ -40,11 +40,12 @@ _SLICER_TYPE_TO_GIRDER_MODEL_MAP = {
def _validateParam(param):
if param.chan... | Fix links on job details view for task items | girder_girder | train |
fb283e7769045289438cf343933c150918cda79e | diff --git a/lib/supreme.rb b/lib/supreme.rb
index <HASH>..<HASH> 100644
--- a/lib/supreme.rb
+++ b/lib/supreme.rb
@@ -19,6 +19,14 @@ module Supreme
mode.to_sym == :test
end
+ def self.translate_hash_keys(translation, hash)
+ translated = {}
+ hash.each do |key, value|
+ new_key = translation[ke... | Translate keys in the option hashes so we can have a nice(r) external API. | Fingertips_Supreme | train |
21acfd03ea1f8b47c1a98d74ded54f34e31249d1 | diff --git a/lib/git-runner/base.rb b/lib/git-runner/base.rb
index <HASH>..<HASH> 100644
--- a/lib/git-runner/base.rb
+++ b/lib/git-runner/base.rb
@@ -12,6 +12,7 @@ module GitRunner
Text.begin
load_git_runner_gems
+ prepare_environment
process_refs
@@ -37,6 +38,10 @@ module GitRu... | Unsetting the GIT_DIR environment variable, it was messing up git operations | jamesbrooks_git-runner | train |
7374e12442379187fd577f19938a6540e21e6d86 | diff --git a/tests/testapp/tests/test_resource.py b/tests/testapp/tests/test_resource.py
index <HASH>..<HASH> 100644
--- a/tests/testapp/tests/test_resource.py
+++ b/tests/testapp/tests/test_resource.py
@@ -177,8 +177,7 @@ class TestResourceRelationship(TestCase):
self.assertEqual(
BResource.fie... | add test for basic foreing key to current model lookup | pavlov99_jsonapi | train |
a88f53890adcd20721a6afb6e36c4609da4a4fc5 | diff --git a/src/main/java/com/zaxxer/nuprocess/windows/ProcessCompletions.java b/src/main/java/com/zaxxer/nuprocess/windows/ProcessCompletions.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/zaxxer/nuprocess/windows/ProcessCompletions.java
+++ b/src/main/java/com/zaxxer/nuprocess/windows/ProcessCompletions.ja... | Add null pointer check. NPE can occur during JVM exit. | brettwooldridge_NuProcess | train |
c41eedc3e01e5527a3d5c242fa1896f02ef0b261 | diff --git a/lib/utils.js b/lib/utils.js
index <HASH>..<HASH> 100644
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -22,10 +22,7 @@ function arrayString(val) {
if(i > 0) {
result = result + ',';
}
- if(val[i] instanceof Date) {
- result = result + JSON.stringify(val[i]);
- }
- else if(typeof va... | properly prepare complex arrays
`arrayString` duplicated too much of `prepareValue`'s logic, and so
didn't receive bugfixes for handling dates with timestamps. Defer to
`prepareValue` whenever possible.
This change enforces double-quote escaping of all array elements,
regardless of whether escaping is necessary. This... | brianc_node-postgres | train |
0ea430a84ff913e6988b4a11b61d607875b5e143 | diff --git a/src/plugins/SmoothScroller.js b/src/plugins/SmoothScroller.js
index <HASH>..<HASH> 100644
--- a/src/plugins/SmoothScroller.js
+++ b/src/plugins/SmoothScroller.js
@@ -61,8 +61,7 @@ export class SmoothScroller {
y: Math.min(Math.max(this.scroll.y - event.deltaY, 0), height(this.wrapper) - window.inner... | smooth scroller - fix and unfix element | chirashijs_chirashi | train |
5db028612df78764c48e7171fbf2def3b7102eed | diff --git a/pkg/kubectl/cmd/describe_test.go b/pkg/kubectl/cmd/describe_test.go
index <HASH>..<HASH> 100644
--- a/pkg/kubectl/cmd/describe_test.go
+++ b/pkg/kubectl/cmd/describe_test.go
@@ -24,7 +24,6 @@ import (
"k8s.io/apimachinery/pkg/api/meta"
"k8s.io/client-go/rest/fake"
- "k8s.io/kubernetes/pkg/api/legacys... | snip more legacy scheme uses we don't need
ref:<URL> | kubernetes_kubernetes | train |
2dad3a71dae84443fa12f8e238250595190637b3 | diff --git a/lib/danger/request_sources/github/github.rb b/lib/danger/request_sources/github/github.rb
index <HASH>..<HASH> 100644
--- a/lib/danger/request_sources/github/github.rb
+++ b/lib/danger/request_sources/github/github.rb
@@ -382,7 +382,7 @@ module Danger
diff_lines.drop(file_start).each do |line|
... | Fix wrong test
`No newline at end of file` annotation has backslash as first
character.
The here document diff in test, annotation line needs extra
backslash because of escape. | danger_danger | train |
3bbf2a3266ff20ca1d81a14aee38c70f690086af | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
}
],
"require": {
- "php": "^7.0",
+ "php": "^5.6 || ^7.0",
"ext-gmp": "*",
"ramsey/uuid": "^3.7",
"guzzlehttp/guzzle": "^6.3",
dif... | Lower composer require to php<I> | blockvis_civic-sip-php | train |
f9bcda93257ec64fceab62bd75075fb762f2c669 | diff --git a/squad/frontend/tests.py b/squad/frontend/tests.py
index <HASH>..<HASH> 100644
--- a/squad/frontend/tests.py
+++ b/squad/frontend/tests.py
@@ -83,19 +83,20 @@ class TestResultTable(list):
suite_id,
name,
SUM(CASE when result is null then 1 else 0 end) as skips,
- SU... | frontend: "All tests": fix sorting in the presence of xfail
Tests are ordered by decreasing number of fails, xfails, skips, and
passes. | Linaro_squad | train |
52955ee8dfd106fa9df55ded0ea0cdb75c9d9945 | diff --git a/client/lib/signup/step-actions/index.js b/client/lib/signup/step-actions/index.js
index <HASH>..<HASH> 100644
--- a/client/lib/signup/step-actions/index.js
+++ b/client/lib/signup/step-actions/index.js
@@ -145,6 +145,10 @@ function getNewSiteParams( {
get( signupDependencies, 'themeSlugWithRepo', false ... | New sites use default headstart annotation, not theme annotation (#<I>) | Automattic_wp-calypso | train |
1f1ecd71019c1172da8ba639401053d585d9464f | diff --git a/src/basic/IconNB.js b/src/basic/IconNB.js
index <HASH>..<HASH> 100644
--- a/src/basic/IconNB.js
+++ b/src/basic/IconNB.js
@@ -103,6 +103,7 @@ IconNB.propTypes = {
'Feather',
'FontAwesome',
'FontAwesome5',
+ 'Fontisto',
'Foundation',
'Ionicons',
'MaterialCommunityIcons', | fix: missing value Fontisto added to IconNB's prop types | GeekyAnts_NativeBase | train |
d013f95751b2dd2d9776c8650a44001a7d5d0cff | diff --git a/src/Host/Storage.php b/src/Host/Storage.php
index <HASH>..<HASH> 100644
--- a/src/Host/Storage.php
+++ b/src/Host/Storage.php
@@ -14,6 +14,72 @@ use function Deployer\Support\array_flatten;
class Storage
{
+ /**
+ * In a multi user environment where multiple projects are located on the same instance(s... | In a multi user environment where multiple projects are located on the same instance(s)
if two or more users are deploying a project on the same environment, the generated hosts files
are overwritten or worse, the deploy will fail due to file permissions
Make the persistent storage folder configurable or use the sys... | deployphp_deployer | train |
97c000ddd83ec0f92d040a3a574d1d997759f4ee | diff --git a/pandas/tests/test_rplot.py b/pandas/tests/test_rplot.py
index <HASH>..<HASH> 100644
--- a/pandas/tests/test_rplot.py
+++ b/pandas/tests/test_rplot.py
@@ -29,6 +29,10 @@ class TestUtilityFunctions(unittest.TestCase):
"""
Tests for RPlot utility functions.
"""
+ def setUp(self):
+ path = os.path.join(... | Added test_sequence_layers method | pandas-dev_pandas | train |
93c4cccc6ed0d973f16fce4d291396aa5c52f39e | diff --git a/builtin/logical/mysql/backend.go b/builtin/logical/mysql/backend.go
index <HASH>..<HASH> 100644
--- a/builtin/logical/mysql/backend.go
+++ b/builtin/logical/mysql/backend.go
@@ -68,11 +68,13 @@ func (b *backend) DB(s logical.Storage) (*sql.DB, error) {
fmt.Errorf("configure the DB connection with confi... | mysql: made max_open_connections configurable | hashicorp_vault | train |
76d11c92d455af5259ce193553a3d6d9329665d0 | diff --git a/client_test.go b/client_test.go
index <HASH>..<HASH> 100644
--- a/client_test.go
+++ b/client_test.go
@@ -1,7 +1,6 @@
package arp
import (
- "bytes"
"net"
"reflect"
"testing"
@@ -228,7 +227,7 @@ func Test_firstIPv4Addr(t *testing.T) {
continue
}
- if want, got := tt.ip.To4(), ip.To4(); ... | arp: compare net.IP with Equal method | mdlayher_arp | train |
4739cc8c1d8073abaacb2eb496f6a8e075faa849 | diff --git a/influxql/ast.go b/influxql/ast.go
index <HASH>..<HASH> 100644
--- a/influxql/ast.go
+++ b/influxql/ast.go
@@ -183,12 +183,6 @@ func (a SortFields) String() string {
type CreateDatabaseStatement struct {
// Name of the database to be created.
Name string
-
- // List of retention policies.
- Policies []... | remove RETENTION POLICY from CREATE DATABASE | influxdata_influxdb | train |
6ef63c5920192806513f146874a1db2a1805f291 | diff --git a/auth/cas/settings.php b/auth/cas/settings.php
index <HASH>..<HASH> 100644
--- a/auth/cas/settings.php
+++ b/auth/cas/settings.php
@@ -78,7 +78,7 @@ if ($ADMIN->fulltree) {
}
$settings->add(new admin_setting_configselect('auth_cas/language',
new lang_string('auth_cas_langu... | MDL-<I> auth_cas: Default to English | moodle_moodle | train |
5fd574659f1da2e16beb707f477bfb5103b32ee8 | diff --git a/src/extensions/renderer/base/coord-ele-math.js b/src/extensions/renderer/base/coord-ele-math.js
index <HASH>..<HASH> 100644
--- a/src/extensions/renderer/base/coord-ele-math.js
+++ b/src/extensions/renderer/base/coord-ele-math.js
@@ -128,26 +128,31 @@ BRp.recalculateRenderedStyle = function( eles, useCache... | Arrow positioned wrong when using label width and height #<I>
Node label projections must forced to be calculated before edge projections, because the enqueued dirty elements might come in the wrong order. | cytoscape_cytoscape.js | train |
bc12ba7e1f1f1cc1fc07887623ee2a1df5fdba1d | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -6,12 +6,12 @@ setup(
package_data = {
'summa': ['README', 'LICENSE']
},
- version = '1.0.0',
+ version = '1.1.0',
description = 'A text summarization and keyword extraction package based on TextR... | <I> release (#<I>) | summanlp_textrank | train |
8415f3d118bea99ab4bbdb417dfff33fa83af2f4 | diff --git a/app/addons/databases/stores.js b/app/addons/databases/stores.js
index <HASH>..<HASH> 100644
--- a/app/addons/databases/stores.js
+++ b/app/addons/databases/stores.js
@@ -89,7 +89,6 @@ define([
dispatch: function (action) {
switch (action.type) {
-
case ActionTypes.DATABASES_INIT:
... | Remove old code
This just removes a clause in a store that references a deleted
function. Caused errors with dash mocha tests. | apache_couchdb-fauxton | train |
7aab2691c76ddc8f3a0b886e2a9ffacad948c89a | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -3,6 +3,7 @@ PATH
specs:
magic_grid (0.0.1)
rails (~> 3.1.1)
+ will_paginate (~> 3.0.0)
GEM
remote: http://rubygems.org/
@@ -40,9 +41,6 @@ GEM
erubis (2.7.0)
hike (1.2.1)
... | Autoload ourselves into ActionView::Helpers
Kinda useless without it.. | rmg_magic_grid | train |
9f9b197fa077dabf5884242507f52528b99f1918 | diff --git a/horizon/static/horizon/js/horizon.forms.js b/horizon/static/horizon/js/horizon.forms.js
index <HASH>..<HASH> 100644
--- a/horizon/static/horizon/js/horizon.forms.js
+++ b/horizon/static/horizon/js/horizon.forms.js
@@ -223,7 +223,7 @@ horizon.addInitFunction(function () {
/* Switchable Fields (See Hori... | Style network address for subnet as required field
It does this by adding the required class to the network address field when the
checkbox is enabled.
I have also made the checkbox behave like a switchable select so when the create
subnet checkbox is checked all fields are visible. There are hidden when create
subne... | openstack_horizon | train |
b62a32f990646a2231677dd8ce3722954f817856 | diff --git a/public/src/Conn/Delete.php b/public/src/Conn/Delete.php
index <HASH>..<HASH> 100644
--- a/public/src/Conn/Delete.php
+++ b/public/src/Conn/Delete.php
@@ -114,6 +114,19 @@ class Delete extends Conn
$this->delete->execute($this->places);
$this->result = true;
$result = ... | delete and update clear wcache DB | edineibauer_uebConn | train |
e01b5fbe821f1bd300cfbff4bda6f4525ce0e095 | diff --git a/Exedra/Container/Container.php b/Exedra/Container/Container.php
index <HASH>..<HASH> 100644
--- a/Exedra/Container/Container.php
+++ b/Exedra/Container/Container.php
@@ -33,12 +33,12 @@ class Container implements \ArrayAccess
/**
* registry exist check
- * @param string $type
+ * @para... | isset check on Context now should check @ on app too | Rosengate_exedra | train |
ed6ae9ded33f32da768f65318599161675fa3391 | diff --git a/fastlane_core/lib/fastlane_core/ui/implementations/shell.rb b/fastlane_core/lib/fastlane_core/ui/implementations/shell.rb
index <HASH>..<HASH> 100644
--- a/fastlane_core/lib/fastlane_core/ui/implementations/shell.rb
+++ b/fastlane_core/lib/fastlane_core/ui/implementations/shell.rb
@@ -60,7 +60,7 @@ module ... | Don't underline printed commands (#<I>)
Fixes <URL> | fastlane_fastlane | train |
167d39049e2d49fc88fe8986f46f6ed5cfe0de11 | diff --git a/Classes/Domain/Model/Changes/AbstractCopy.php b/Classes/Domain/Model/Changes/AbstractCopy.php
index <HASH>..<HASH> 100644
--- a/Classes/Domain/Model/Changes/AbstractCopy.php
+++ b/Classes/Domain/Model/Changes/AbstractCopy.php
@@ -27,11 +27,12 @@ abstract class AbstractCopy extends AbstractStructuralChange
... | BUGFIX: Force re generation of copied node names
Fixes: #<I> | neos_neos-ui | train |
48973d89e8d6e1099acf92e3b597747e32cec378 | diff --git a/server/index.js b/server/index.js
index <HASH>..<HASH> 100644
--- a/server/index.js
+++ b/server/index.js
@@ -34,7 +34,9 @@ swaggerTools.initializeMiddleware(api, function(middleware) {
useStubs: false
}));
app.use(middleware.swaggerUi({
- swaggerUi: '/api/docs'
+ apiDocs: '/api/docs/api.j... | point server at custom swagger ui for docs | adafruit_adafruit-io-node | train |
dfc7a11705302e6b063174182757d7593a5d8e65 | diff --git a/atomicpuppy/atomicpuppy.py b/atomicpuppy/atomicpuppy.py
index <HASH>..<HASH> 100644
--- a/atomicpuppy/atomicpuppy.py
+++ b/atomicpuppy/atomicpuppy.py
@@ -165,21 +165,26 @@ class StreamReader:
@asyncio.coroutine
def _walk_from_last(self, prev_uri):
- self.logger.debug("walking backwards f... | Remove recursion when walking pages
If there are more than <I> pages we hit the Python default
recursion depth limit and the StreamFetcher dies with an
exception | madedotcom_atomicpuppy | train |
e6fdf4b8cb5d951443a560463927840a2c555a7d | diff --git a/graylog2-server/src/main/java/org/graylog2/inputs/InputEventListener.java b/graylog2-server/src/main/java/org/graylog2/inputs/InputEventListener.java
index <HASH>..<HASH> 100644
--- a/graylog2-server/src/main/java/org/graylog2/inputs/InputEventListener.java
+++ b/graylog2-server/src/main/java/org/graylog2/... | Chane log levels and wording of debug logging. | Graylog2_graylog2-server | train |
728364accfb93cd52003fb38a6412c8e4965116b | diff --git a/server.go b/server.go
index <HASH>..<HASH> 100644
--- a/server.go
+++ b/server.go
@@ -1590,7 +1590,7 @@ func (s *Server) handleStream(t transport.ServerTransport, stream *transport.Str
trInfo.tr.SetError()
}
errDesc := fmt.Sprintf("malformed method name: %q", stream.Method())
- if err := t.Write... | server: return UNIMPLEMENTED on receipt of malformed method name (#<I>) | grpc_grpc-go | train |
db445b5352db7dd320fa093d911ad5c96e89771c | diff --git a/lib/httplog/http_log.rb b/lib/httplog/http_log.rb
index <HASH>..<HASH> 100644
--- a/lib/httplog/http_log.rb
+++ b/lib/httplog/http_log.rb
@@ -18,7 +18,9 @@ module HttpLog
:compact_log => false,
:url_whitelist_pattern => /.*/,
:url_blacklist_pattern => nil,
- :color ... | Add prefix in all lines of the response body including (optionally) the line number | trusche_httplog | train |
ba8904c71357ddda0e18d95f3184307cd52be710 | diff --git a/lib/mixlib/log.rb b/lib/mixlib/log.rb
index <HASH>..<HASH> 100644
--- a/lib/mixlib/log.rb
+++ b/lib/mixlib/log.rb
@@ -190,6 +190,7 @@ module Mixlib
# via public API. In order to reduce amount of impact and
# handle only File type log devices I had to use this method
# to get acce... | Check for the existence of the ivar before accessing it.
Makes the code run nearly warning free, reducing the output
of `rspec -w spec` by <I> lines. That has to mean something,
right? | chef_mixlib-log | train |
1cefc4ddc6c3fa7d92a12f5ca58c498e187d5bdd | diff --git a/core-bundle/src/Controller/BackendController.php b/core-bundle/src/Controller/BackendController.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Controller/BackendController.php
+++ b/core-bundle/src/Controller/BackendController.php
@@ -60,7 +60,7 @@ class BackendController extends Controller
... | [Core] Redirect to the back end if a user is fully authenticated upon login. | contao_contao | train |
2a99605f28f095e10406bd281e3d820e616ee100 | diff --git a/rebulk/__version__.py b/rebulk/__version__.py
index <HASH>..<HASH> 100644
--- a/rebulk/__version__.py
+++ b/rebulk/__version__.py
@@ -4,4 +4,4 @@
Version module
"""
# pragma: no cover
-__version__ = '1.0.1.dev0'
+__version__ = '1.0.1' | Preparing release <I> | Toilal_rebulk | train |
dcc540ec33e683c8bb2aecccd62ccfdd73df0391 | diff --git a/spec/test_myrrha.rb b/spec/test_myrrha.rb
index <HASH>..<HASH> 100644
--- a/spec/test_myrrha.rb
+++ b/spec/test_myrrha.rb
@@ -21,7 +21,7 @@ describe Myrrha do
}.should raise_error(Myrrha::Error, "Unable to coerce `true` to Integer")
lambda{
graph.coerce("12.2", Integer)
- }.should rais... | Fixed a failing test under <I> | blambeau_myrrha | train |
d3fdc3680da94482d94bf4bac4403073661a80c1 | diff --git a/Lib/Filter/ImportInline.php b/Lib/Filter/ImportInline.php
index <HASH>..<HASH> 100644
--- a/Lib/Filter/ImportInline.php
+++ b/Lib/Filter/ImportInline.php
@@ -18,7 +18,7 @@ class ImportInline extends AssetFilter {
public function settings($settings) {
parent::settings($settings);
- $this->_Scanner =... | Make import inline use theme setting.
Allows importing files with theme syntax (plugin syntax already works):
@import url('theme:css/accordion.css'); | markstory_asset_compress | train |
a2bae70d50add7b425a2b664dc4539624db86b0c | diff --git a/pubsub/pubsub.go b/pubsub/pubsub.go
index <HASH>..<HASH> 100644
--- a/pubsub/pubsub.go
+++ b/pubsub/pubsub.go
@@ -14,9 +14,8 @@ type PubSub struct {
Stats
}
-func (pubsub *PubSub) Publish(i interface{}) error {
+func (pubsub *PubSub) Publish(i interface{}) (e error) {
pubsub.Stats.MessageReceived()
... | added stats for ignored messages
Messages are ignored when the subscribers buffer is full. Those messages are
now counted so that the receiving party can verify whether there might be a
problem. | dynport_dgtk | train |
064672b2f797a3d36848c3b137ec89a9e8fdf1cf | diff --git a/matplotlib2tikz/save.py b/matplotlib2tikz/save.py
index <HASH>..<HASH> 100644
--- a/matplotlib2tikz/save.py
+++ b/matplotlib2tikz/save.py
@@ -208,7 +208,8 @@ def _print_pgfplot_libs_message(data):
print('=========================================================')
print('Please add the following l... | fontspec is XeLaTeX and LuaLaTeX specific
The hint to add \usepackage{fontspec} to the LaTeX code is only recommented for XeLaTeX and LuaLaTeX | nschloe_matplotlib2tikz | train |
52a082a4413e3e2cefb32e5dd5045f59962814c0 | diff --git a/lib/terraforming/resource/route_table_association.rb b/lib/terraforming/resource/route_table_association.rb
index <HASH>..<HASH> 100644
--- a/lib/terraforming/resource/route_table_association.rb
+++ b/lib/terraforming/resource/route_table_association.rb
@@ -23,11 +23,15 @@ module Terraforming
reso... | Skip implicit route table associations when generating tfstate | dtan4_terraforming | train |
f8e82fabed9c82ff5f8400af665045d0cef8f43e | diff --git a/lib/internal/backend/repository/repository2.go b/lib/internal/backend/repository/repository2.go
index <HASH>..<HASH> 100644
--- a/lib/internal/backend/repository/repository2.go
+++ b/lib/internal/backend/repository/repository2.go
@@ -345,7 +345,7 @@ func (rb *RepositoryBackend) getManifestV21(dockerURL *ty... | repository2: populate reverseLayers correctly
In da<I>c<I>f we introduced an optimization to avoid going through all the
layers every time we need the index of a specific one.
However, when we set the layer index, we weren't setting the reversed
index, like we were doing before the optimization.
Fix it by setting th... | appc_docker2aci | train |
14bd9814240bbfbf8eab6afff407da39f9bc9700 | diff --git a/hazelcast/src/main/java/com/hazelcast/logging/Logger.java b/hazelcast/src/main/java/com/hazelcast/logging/Logger.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/logging/Logger.java
+++ b/hazelcast/src/main/java/com/hazelcast/logging/Logger.java
@@ -44,9 +44,9 @@ public final cl... | Logger.getLogger() - minor refactoring | hazelcast_hazelcast | train |
9ae7562f92f13aceda2b5c0389dd37955ca9e066 | diff --git a/astroid/bases.py b/astroid/bases.py
index <HASH>..<HASH> 100644
--- a/astroid/bases.py
+++ b/astroid/bases.py
@@ -541,15 +541,20 @@ class NodeNG(object):
string = '%(cname)s(%(fields)s)'
alignment = len(cname) + 1
result = []
- for a in self._other_fields + self._a... | Change a couple of readability issues, proper variable names and so on. | PyCQA_astroid | train |
f060662c4245cdf7a7a5e17e27be802f5cf93747 | diff --git a/core/core_test.go b/core/core_test.go
index <HASH>..<HASH> 100644
--- a/core/core_test.go
+++ b/core/core_test.go
@@ -20,12 +20,9 @@ func launchSwarm(nodeCount int, t *testing.T) []*server {
var wg sync.WaitGroup
wg.Add(nodeCount)
+ var peers []string
for i := 0; i < nodeCount; i++ {
port := por... | Hopefully fixed core network connection tests when running on non externally routable box | degdb_degdb | train |
17fbfacdce8e6dc0391d45edadabb26cb237d82a | diff --git a/fontbakery-check-ttf.py b/fontbakery-check-ttf.py
index <HASH>..<HASH> 100755
--- a/fontbakery-check-ttf.py
+++ b/fontbakery-check-ttf.py
@@ -598,24 +598,25 @@ def main():
logging.warning(msg)
#----------------------------------------------------
- logging.debug("substitute copyright, regi... | Temporarily disabling a broken test, so that the tool can be used. I'll then address the issue, as described at <URL> | googlefonts_fontbakery | train |
f08d92cdba7b739e4cb7ad0e9bf14de877ed76df | diff --git a/http/org.wso2.carbon.transport.http.netty/src/main/java/org/wso2/carbon/transport/http/netty/listener/WebSocketSourceHandler.java b/http/org.wso2.carbon.transport.http.netty/src/main/java/org/wso2/carbon/transport/http/netty/listener/WebSocketSourceHandler.java
index <HASH>..<HASH> 100644
--- a/http/org.ws... | Merged new changes and resolved conflicts. | wso2_transport-http | train |
5d626163bbfb1254effbd15a52458c64eaf73c94 | 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
@@ -10,13 +10,10 @@ So far, it is able to merge rhetorical structure theory (RS3), syntax
import os
import sys
-import re
import argpars... | flake8: removed unused imports | arne-cl_discoursegraphs | train |
1c38ddd2604125e9aaa29746f724a56cbc90c21a | diff --git a/hebel/layers/hidden_layer.py b/hebel/layers/hidden_layer.py
index <HASH>..<HASH> 100644
--- a/hebel/layers/hidden_layer.py
+++ b/hebel/layers/hidden_layer.py
@@ -217,12 +217,12 @@ class HiddenLayer(object):
@property
def l1_penalty(self):
- return float(self.l1_penalty_weight) * gpuarray... | Reversal of previous commit - make train error consistently a float, and also L1/L2 penalty | hannes-brt_hebel | train |
7de6a183bd84e90a772ab622dbba04e749a97f44 | diff --git a/proton-c/bindings/python/proton/__init__.py b/proton-c/bindings/python/proton/__init__.py
index <HASH>..<HASH> 100644
--- a/proton-c/bindings/python/proton/__init__.py
+++ b/proton-c/bindings/python/proton/__init__.py
@@ -1134,13 +1134,13 @@ The group-id for any replies.
if link.is_sender: return None... | NO-JIRA: Python: keep received encoded bytes in the delivery | apache_qpid-proton | train |
a57d58f38fc728bc062170842e7b22f7d9d263fb | diff --git a/queryx.go b/queryx.go
index <HASH>..<HASH> 100644
--- a/queryx.go
+++ b/queryx.go
@@ -210,7 +210,7 @@ func (q *Queryx) Get(dest interface{}) error {
if q.err != nil {
return q.err
}
- return Iter(q.Query).Get(dest)
+ return q.Iter().Get(dest)
}
// GetRelease calls Get and releases the query, a r... | Iterx inherit mapper from Queryx | scylladb_gocqlx | train |
882bd1a59a1c84d4735f6c33ab69c9930827a353 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -8,10 +8,10 @@ module.exports = function(app, urlTransform) {
}
return {
- get: mirror.bind(null, 'get'),
- post: mirror.bind(null, 'post'),
- put: mirror.bind(null, 'put'),
- delete: mirror.bind(null, 'delet... | Bind the route handler to app. | raineorshine_route-mirror | train |
cd6e5a7ce6f1ae8e67438b6c4f58f92336f9358b | diff --git a/Controller/TicketController.php b/Controller/TicketController.php
index <HASH>..<HASH> 100644
--- a/Controller/TicketController.php
+++ b/Controller/TicketController.php
@@ -185,7 +185,7 @@ class TicketController extends Controller
* Deletes a Ticket entity.
*
* @param Request $request
- ... | Squashed commit of the following:
commit <I>f<I>e9fe<I>de5b<I>e<I>fea<I>faa<I>be<I>a4 | hackzilla_TicketBundle | train |
686eb391a0b5ffc51fe7f6ad9b83cf39c9785a5c | diff --git a/gcs/gcstesting/bucket_tests.go b/gcs/gcstesting/bucket_tests.go
index <HASH>..<HASH> 100644
--- a/gcs/gcstesting/bucket_tests.go
+++ b/gcs/gcstesting/bucket_tests.go
@@ -3625,6 +3625,43 @@ func (t *deleteTest) ParticularGeneration_Successful() {
ExpectThat(err, HasSameTypeAs(&gcs.NotFoundError{}))
}
+... | DeleteTest.MetaGenerationPrecondition_Unsatisfied_ObjectExists | jacobsa_gcloud | train |
81ded2a0e59d8e6b34434a169745fffc43db4f73 | diff --git a/core/src/main/java/org/springframework/security/provisioning/InMemoryUserDetailsManager.java b/core/src/main/java/org/springframework/security/provisioning/InMemoryUserDetailsManager.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/springframework/security/provisioning/InMemoryUserDetailsManag... | Polish Assertion
By using the supplier version of Assert.notNull, the
string concatenation is delayed.
Issue gh-<I> | spring-projects_spring-security | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.