hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
b5aa2dd3718949a066cf1f01927ef4432f2e4dcc | diff --git a/config/__init__.py b/config/__init__.py
index <HASH>..<HASH> 100644
--- a/config/__init__.py
+++ b/config/__init__.py
@@ -26,10 +26,13 @@ from .kube_config import (
def load_config(**kwargs):
"""
Wrapper function to load the kube_config.
- It will initially try to load_kube_config from provid... | Address remarks from pycodestyle | kubernetes-client_python | train |
55fec3126da0cd41fa3a1542e2a911dcfd9f65a5 | diff --git a/mnet/service/enrol/classes/privacy/provider.php b/mnet/service/enrol/classes/privacy/provider.php
index <HASH>..<HASH> 100644
--- a/mnet/service/enrol/classes/privacy/provider.php
+++ b/mnet/service/enrol/classes/privacy/provider.php
@@ -103,17 +103,11 @@ class provider implements
return;
... | MDL-<I> mnetservice_enrol: Performance improvement | moodle_moodle | train |
d5b9c07669d52d2e4b501e96dd9d4f3c3bdfb6ce | diff --git a/rinoh/document.py b/rinoh/document.py
index <HASH>..<HASH> 100644
--- a/rinoh/document.py
+++ b/rinoh/document.py
@@ -320,8 +320,8 @@ to the terms of the GNU Affero General Public License version 3.''')
cache = (section_number_of_pages, page_references)
pickle.dump(cache, file)
... | Support variables in style sheet files
They are specified in the special [VARIABLES] section. | brechtm_rinohtype | train |
7f77634a07679ec24045d0cbc78e667743b873ec | diff --git a/lib/ui/Headerbar.js b/lib/ui/Headerbar.js
index <HASH>..<HASH> 100644
--- a/lib/ui/Headerbar.js
+++ b/lib/ui/Headerbar.js
@@ -1,9 +1,11 @@
-var React = require('react/addons'),
- classnames = require('classnames'),
- FlexBlock = require('./FlexBlock');
+var classnames = require('classnames');
+
+var React ... | HeaderBar: empty, but existent label should still exist | touchstonejs_touchstonejs | train |
95d10f1b10b50c5e43efc538f963ea1e5242b9d1 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ def main():
description='Lightweight WSGI application framework, schema-validated JSON APIs, and API documentation.',
long_description=long_description,
long_description_content_type='... | chisel <I> | craigahobbs_chisel | train |
22826ac10db1eaf1422c306edd11898d08cb9085 | diff --git a/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php b/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
+++ b/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
@@ -325,7 +325,8 @@ class ClassMetadataFactory implements ClassMe... | DDC-<I> - Do not throw exception for mapped superclass in middle of inheritance hierachy anymore. | doctrine_orm | train |
c07a9e27c5d98515d2d130401e26dee6bc2c77fc | diff --git a/src/tracing/importer/trace_event_importer.js b/src/tracing/importer/trace_event_importer.js
index <HASH>..<HASH> 100644
--- a/src/tracing/importer/trace_event_importer.js
+++ b/src/tracing/importer/trace_event_importer.js
@@ -714,9 +714,14 @@ base.exportTo('tracing.importer', function() {
var name... | Allow implicit snapshots to specify their category. | catapult-project_catapult | train |
446db2f2607e56164327cc180c307af48952d1ac | diff --git a/allaccess/tests/urls.py b/allaccess/tests/urls.py
index <HASH>..<HASH> 100644
--- a/allaccess/tests/urls.py
+++ b/allaccess/tests/urls.py
@@ -1,11 +1,6 @@
+from django.conf.urls import url, include, handler404, handler500
from django.contrib import admin
from django.http import HttpResponse, HttpResponse... | Remove conditional import for old Django versions and remove use of deprecated patterns. | mlavin_django-all-access | train |
437e8ddbe3cf9841e72284a31e0d29aacf136dd4 | diff --git a/junction/src/test/java/org/killbill/billing/junction/plumbing/billing/TestBlockingCalculator.java b/junction/src/test/java/org/killbill/billing/junction/plumbing/billing/TestBlockingCalculator.java
index <HASH>..<HASH> 100644
--- a/junction/src/test/java/org/killbill/billing/junction/plumbing/billing/TestB... | junction: update test to match new nesting behavior | killbill_killbill | train |
dd17b9f162bd6b5dcf1a3aa63adf7c3629690241 | diff --git a/src/Controller/Base.php b/src/Controller/Base.php
index <HASH>..<HASH> 100644
--- a/src/Controller/Base.php
+++ b/src/Controller/Base.php
@@ -81,14 +81,14 @@ abstract class Base implements ControllerProviderInterface
$template = $twig->resolveTemplate($template);
- if ($this->getOption(... | Fix config lookup of "compatibility" items | bolt_bolt | train |
de8e881f5e61f76186d2609b5dbfca70d19152f8 | diff --git a/class.contextio.php b/class.contextio.php
index <HASH>..<HASH> 100644
--- a/class.contextio.php
+++ b/class.contextio.php
@@ -283,11 +283,11 @@ class ContextIO {
* of the sender.
* @link http://developer.context.io/page/messageinfo
* @param string $account accountId or email address of the mailbox... | removed thread param from getMessageInfo | contextio_PHP-ContextIO | train |
02e44d13a97ff1295cca6603f33c17a1a24f939a | diff --git a/examples/with-react-jss/pages/_document.js b/examples/with-react-jss/pages/_document.js
index <HASH>..<HASH> 100644
--- a/examples/with-react-jss/pages/_document.js
+++ b/examples/with-react-jss/pages/_document.js
@@ -3,16 +3,22 @@ import Document, { Head, Main, NextScript } from 'next/document'
import { ... | [examples/react-jss] Add support for styled custom App component (#<I>)
With the current example it's not possible to use any components with styles inside a custom App component.
Reference issue: cssinjs/jss#<I> | zeit_next.js | train |
0b76d8a501a5fe650c3730b5bf10da1edd2e447a | diff --git a/test/types.js b/test/types.js
index <HASH>..<HASH> 100644
--- a/test/types.js
+++ b/test/types.js
@@ -20,14 +20,11 @@ test('types', t => {
}
}
},
- blurf: { bye: true, x: true, y: true, z: true }
+ blurf: { bye: true, x: true, y: true, z: true, shurf: 'blurf' }
},
... | add syncing to extra client in tests | vigour-io_hub.js | train |
0c95f6c5ad2d8f0e169b086630096aedc99f3d92 | diff --git a/h2o-extensions/xgboost/src/main/java/ml/dmlc/xgboost4j/java/XGBoostUpdater.java b/h2o-extensions/xgboost/src/main/java/ml/dmlc/xgboost4j/java/XGBoostUpdater.java
index <HASH>..<HASH> 100644
--- a/h2o-extensions/xgboost/src/main/java/ml/dmlc/xgboost4j/java/XGBoostUpdater.java
+++ b/h2o-extensions/xgboost/sr... | XGBoost - xgboost consumes a lot of memory in distributed mode
- after comparison with XGBoost code I discovered a missing call to Rabit.checkpoint() | h2oai_h2o-3 | train |
6e4b11df9231ccc7bf780baa38e6e617d1d339da | diff --git a/owncloud/indico_owncloud/controllers.py b/owncloud/indico_owncloud/controllers.py
index <HASH>..<HASH> 100644
--- a/owncloud/indico_owncloud/controllers.py
+++ b/owncloud/indico_owncloud/controllers.py
@@ -9,8 +9,9 @@ import mimetypes
import requests
from flask import flash, session
-from flask_plugine... | OwnCloud: Trigger attachment_created signal | indico_indico-plugins | train |
6203d4fc6af36b1fd60177e8a88b8d4d45acb029 | diff --git a/staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset.go b/staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset.go
+++ b/staging/src/k8s.... | apf: calculation of dR/dt should use seats in use | kubernetes_kubernetes | train |
365d3009f3dc59262fe4df84ec4a733c9a208f0c | diff --git a/servers/src/main/java/tachyon/master/journal/JsonJournalFormatter.java b/servers/src/main/java/tachyon/master/journal/JsonJournalFormatter.java
index <HASH>..<HASH> 100644
--- a/servers/src/main/java/tachyon/master/journal/JsonJournalFormatter.java
+++ b/servers/src/main/java/tachyon/master/journal/JsonJou... | - OBJECT_MAPPER and OBJECT_WRITER are now non static private members of JsonJournalFormatter
- added javadoc for constructor of class LineageEntry used only for deserialisation purposes | Alluxio_alluxio | train |
2a217bd6700b0067ccf38c14ec1f363a8242236a | diff --git a/opal/corelib/error.rb b/opal/corelib/error.rb
index <HASH>..<HASH> 100644
--- a/opal/corelib/error.rb
+++ b/opal/corelib/error.rb
@@ -1,16 +1,23 @@
class Exception < `Error`
+ `var Kernel$raise = #{Kernel}.$raise`
def self.new(*args)
%x{
- var message = (args.length > 0) ? args[0] : nil;
- ... | Restore showing the error class & message in node
Error.captureStackTrace() will use .name and .toString to build the
first line of the stack trace so it must be called after the error
has been initialized.
<URL> | opal_opal | train |
e277b6a1fdb567a6d73f42349bb9946ffad67134 | diff --git a/lib/tabledata/tables.rb b/lib/tabledata/tables.rb
index <HASH>..<HASH> 100644
--- a/lib/tabledata/tables.rb
+++ b/lib/tabledata/tables.rb
@@ -22,6 +22,9 @@ module Tabledata
options[:table_class] ||= Tabledata::Table
options[:file_type] ||= Detection.file_type_from_path(path)
options[... | Enable passing an Array for :table_classes option, using CustomTable::table_name to map to sheet names. | apeiros_tabledata | train |
628fb229d1ed4b2987b6b827afd570010f3988ad | diff --git a/unit/sessions_tests.js b/unit/sessions_tests.js
index <HASH>..<HASH> 100644
--- a/unit/sessions_tests.js
+++ b/unit/sessions_tests.js
@@ -69,14 +69,14 @@ describe('Sessions', function() {
test: function(done) {
const pool = new ServerSessionPool(test.client);
expect(pool.sessions).... | refactor(session-pool): enqueue/dequeue => release/acquire
NODE-<I> | mongodb_node-mongodb-native | train |
9a8a6890543b4899ede7da1bc5fc5a29a3c470f4 | diff --git a/lib/byebug/commands/eval.rb b/lib/byebug/commands/eval.rb
index <HASH>..<HASH> 100644
--- a/lib/byebug/commands/eval.rb
+++ b/lib/byebug/commands/eval.rb
@@ -7,6 +7,20 @@ module Byebug
#
module EvalFunctions
#
+ # Run block temporarily ignoring all TracePoint events.
+ #
+ # Used to eva... | Ignore threads in all evaluated stuff
Previous fix would only ignore them for autoevaluated stuff (not specific
eval-like commands). | deivid-rodriguez_byebug | train |
940f1b10ab07a9cfa2c816cfdc33457c62fdb5ba | diff --git a/go/vt/vtctl/reparentutil/planned_reparenter_test.go b/go/vt/vtctl/reparentutil/planned_reparenter_test.go
index <HASH>..<HASH> 100644
--- a/go/vt/vtctl/reparentutil/planned_reparenter_test.go
+++ b/go/vt/vtctl/reparentutil/planned_reparenter_test.go
@@ -1100,7 +1100,7 @@ func TestPlannedReparenter_performG... | increased timeout limit for planned reparent test | vitessio_vitess | train |
374982cc6e642f8669d1e460bfb4ad6e1398dbb5 | diff --git a/lib/osc_ruby/service_product.rb b/lib/osc_ruby/service_product.rb
index <HASH>..<HASH> 100644
--- a/lib/osc_ruby/service_product.rb
+++ b/lib/osc_ruby/service_product.rb
@@ -63,7 +63,7 @@ module OSCRuby
prod_json = JSON.parse(response.body)
- final_prod = new_from_fetch(service_product_js... | I figured out what I did wrong..... going to add some further checks into the testing to make sure I got my bases covered | rajangdavis_osvc_ruby | train |
75ed1685632471ba6b63c3d9d050933e1c06e3d8 | diff --git a/exporters/writers/console_writer.py b/exporters/writers/console_writer.py
index <HASH>..<HASH> 100644
--- a/exporters/writers/console_writer.py
+++ b/exporters/writers/console_writer.py
@@ -1,3 +1,5 @@
+import json
+
from exporters.writers.base_writer import BaseWriter, ItemsLimitReached
@@ -9,11 +11,... | Add 'pretty_print' option to the ConsoleWritter
Simply tries to use the json module to print the item as a formated
json. | scrapinghub_exporters | train |
0d079671fb5948f02ee26331035bc0a94f11e58c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -144,7 +144,7 @@ setup(
'dpkt',
'mulpyplexer',
'networkx>=2.0',
- 'progressbar',
+ 'progressbar2',
'rpyc',
'cffi>=1.7.0',
'unicorn', | upgrade to maintained version of progressbar (#<I>) | angr_angr | train |
fd585188e200acccca159fc5b39b7a8823e515b4 | diff --git a/bigchaindb/core.py b/bigchaindb/core.py
index <HASH>..<HASH> 100644
--- a/bigchaindb/core.py
+++ b/bigchaindb/core.py
@@ -325,28 +325,27 @@ class Bigchain(object):
else:
return None
- def get_tx_by_payload_uuid(self, payload_uuid):
- """Retrieves transactions related to a ... | renamed payload to metadata | bigchaindb_bigchaindb | train |
a8311e05ef7fa428e92ce2126aa1df5861adef2b | diff --git a/container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/service/SleeContainerService.java b/container/build/as7/extension/src/main/java/org/telestax/slee/container/build/as7/service/SleeContainerService.java
index <HASH>..<HASH> 100644
--- a/container/build/as7/extension/src/main/... | Added ProfileManagementImpl and ProfileProvisioningMBeanImpl to SLEE container service. | RestComm_jain-slee | train |
1e8ce2be58e3c6f378cf1d23f6023fdca139d5d8 | diff --git a/android/src/main/java/com/horcrux/svg/GlyphContext.java b/android/src/main/java/com/horcrux/svg/GlyphContext.java
index <HASH>..<HASH> 100644
--- a/android/src/main/java/com/horcrux/svg/GlyphContext.java
+++ b/android/src/main/java/com/horcrux/svg/GlyphContext.java
@@ -29,7 +29,9 @@ public class GlyphConte... | Fix accumulation of dx/dy and push/pop of y in GlyphContext. | react-native-community_react-native-svg | train |
162cdc591a8efaa887207cae2b06a6182f2b41e4 | diff --git a/pymatgen/analysis/phase_diagram.py b/pymatgen/analysis/phase_diagram.py
index <HASH>..<HASH> 100644
--- a/pymatgen/analysis/phase_diagram.py
+++ b/pymatgen/analysis/phase_diagram.py
@@ -339,6 +339,7 @@ class PhaseDiagram(MSONable):
elements.update(entry.composition.elements)
e... | fix key ordering for chempot and cast to list to fix test errors | materialsproject_pymatgen | train |
467b57500ff14eb9127a1347329e834476d5384b | diff --git a/angr/analyses/calling_convention.py b/angr/analyses/calling_convention.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/calling_convention.py
+++ b/angr/analyses/calling_convention.py
@@ -437,7 +437,7 @@ class CallingConventionAnalysis(Analysis):
if isinstance(variable, SimStackVariable):
... | CCA: Fix a missing stack argument bug on arches whose calls don't push rets. | angr_angr | train |
b96400fb1e93d4365cff210d92353acdde405e09 | diff --git a/state/state_test.go b/state/state_test.go
index <HASH>..<HASH> 100644
--- a/state/state_test.go
+++ b/state/state_test.go
@@ -2106,12 +2106,13 @@ func (s *StateSuite) TestOpenSetsWriteMajority(c *gc.C) {
c.Assert(err, gc.IsNil)
stateInfo := &state.Info{Addrs: []string{inst.Addr()}, CACert: testing.CA... | Increase dial timeout to wait for mongo | juju_juju | train |
0ddbe51ff77d4966c591de5cd8f1d5b1e0249f38 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -35,11 +35,13 @@ queryResult = {
module.exports = function (options) {
var lib = function (cn) {
- if (cn) {
- return dbInit(this, cn, options);
- } else {
+ if(Object.keys(this).length)... | added check for correct instantiation. | vitaly-t_pg-promise | train |
c479a1aee64f99c08ae18c862e3a465af28ade3d | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -10,6 +10,27 @@ var SourceNode = SourceMap.SourceNode;
var SourceMapConsumer = SourceMap.SourceMapConsumer;
+var Combine = {
+
+ withoutMap: {
+
+ top: function ( source, addition ) { return addition + source; },
+
+ ... | :wrench: Allow to specify position where to put auto requiring (top or bottom) | vonagam_neighbor-loader | train |
395990b2b93b9b384a1f42128fb36ce5551f4294 | diff --git a/djchoices/choices.py b/djchoices/choices.py
index <HASH>..<HASH> 100644
--- a/djchoices/choices.py
+++ b/djchoices/choices.py
@@ -1,6 +1,10 @@
import re
-from django.utils.datastructures import SortedDict as OrderedDict
-from django.core.exceptions import ValidationError
+from django.core.exceptions impor... | Import OrderedDict from collections if available
Mitigatest the RemovedInDjango<I>Warning: SortedDict is deprecated and will be removed in Django <I>. | bigjason_django-choices | train |
7bceecaa0f414d7bb489ea3dc622e2c2cded6d46 | diff --git a/src/js/components/Search.js b/src/js/components/Search.js
index <HASH>..<HASH> 100644
--- a/src/js/components/Search.js
+++ b/src/js/components/Search.js
@@ -58,7 +58,8 @@ var Search = React.createClass({
if (nextProps.suggestions && nextProps.suggestions.length > 0 &&
! this.state.dropActive &... | Fixed Search when palm to not remove drop when typing. | grommet_grommet | train |
fa27cece0ed2eae2af7b13d0c064170ee53a8fd4 | diff --git a/src/segmented-control/src/SegmentedControl.js b/src/segmented-control/src/SegmentedControl.js
index <HASH>..<HASH> 100644
--- a/src/segmented-control/src/SegmentedControl.js
+++ b/src/segmented-control/src/SegmentedControl.js
@@ -19,7 +19,7 @@ export default class SegmentedControl extends PureComponent {
... | Fforres/fix spellchheck typo (#<I>)
* Fixing a small typo
* Fixing a small typo on SegmentedControl | segmentio_evergreen | train |
4d222d845a81d899a24e670be18cda3fb66245b5 | diff --git a/dclab/features/contour.py b/dclab/features/contour.py
index <HASH>..<HASH> 100644
--- a/dclab/features/contour.py
+++ b/dclab/features/contour.py
@@ -31,7 +31,7 @@ def get_contour(mask):
of `RTDCBase`. The first and second columns of `cont`
correspond to the x- and y-coordinates of the co... | minor changes related to #<I> | ZELLMECHANIK-DRESDEN_dclab | train |
c75de43b2e733a7964a1b3d9bec6e97ca99ec857 | diff --git a/upload/catalog/controller/account/login.php b/upload/catalog/controller/account/login.php
index <HASH>..<HASH> 100644
--- a/upload/catalog/controller/account/login.php
+++ b/upload/catalog/controller/account/login.php
@@ -209,7 +209,7 @@ class Login extends \Opencart\System\Engine\Controller {
// Defau... | fix error auto login customer by admin
fix error auto login customer by admin | opencart_opencart | train |
545aba778d5d039a3b8a0f0939fdf8f8261ae1a8 | diff --git a/staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go b/staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go
+++ b/staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go
@@ -41,7 +41,7 @@... | Report scope on all apiserver metrics
Counting list of namespaces is != list across all namespaces (same for
latency) | kubernetes_kubernetes | train |
276d8c6ab4ad42ddc4580c306a22417e2d350b2c | diff --git a/lib/stream/index.js b/lib/stream/index.js
index <HASH>..<HASH> 100644
--- a/lib/stream/index.js
+++ b/lib/stream/index.js
@@ -33,7 +33,7 @@ exports.initChildren = function() { // {{{2
this.newField('name', 'text');
};
-exports.isInMap = function(entry, params) { // {{{2
+exports.matchQuery = functi... | Rename: "isInMap()" => "matchQuery()" | OpenSmartEnvironment_ose-media | train |
c9ce9e8cc19ceea42f5c91c9efc65d76f846eea4 | diff --git a/main_test.go b/main_test.go
index <HASH>..<HASH> 100644
--- a/main_test.go
+++ b/main_test.go
@@ -293,8 +293,45 @@ var _ = Describe("Router Integration", func() {
})
})
+ Context("when the gorouter presentes certs that the backend does not trust", func() {
+ BeforeEach(func() {
... | test: gorouter presents untrusted client certs to backend expecting mtls
[#<I>] | cloudfoundry_gorouter | train |
6b9bac1c2cfe09efc0fffa291e5aff9e74e33fb4 | diff --git a/safe/engine/test_engine.py b/safe/engine/test_engine.py
index <HASH>..<HASH> 100644
--- a/safe/engine/test_engine.py
+++ b/safe/engine/test_engine.py
@@ -124,6 +124,12 @@ def padang_check_results(mmi, building_class):
class Test_Engine(unittest.TestCase):
+ """Tests for engine module."""
+
+ def... | Fix for the last failing safe package test. | inasafe_inasafe | train |
bd7f47c45165fbb6821433659c8a334b476896a2 | diff --git a/build/js/parent.js b/build/js/parent.js
index <HASH>..<HASH> 100644
--- a/build/js/parent.js
+++ b/build/js/parent.js
@@ -115,6 +115,7 @@
// create the new one
iframe = $("<iframe />", {
src: "/iframes/" + next + ".html",
+ "class": "iframe-spec",
load: function(){
... | added missing class property to iframes | cypress-io_cypress | train |
d19385f026861876192106e02e5c580d49b6c13c | diff --git a/sample_chat.py b/sample_chat.py
index <HASH>..<HASH> 100644
--- a/sample_chat.py
+++ b/sample_chat.py
@@ -34,7 +34,8 @@ threading.Thread(target=server.start, args=()).start()
# Second, we wait for Alice and Bob to connect on the page:
-print("Open your browser on pages http://localhost:8000/alice and ... | Fixed keypress callbacks setup on connection | oksome_Skink | train |
0a542fe3a2eaacb506fa8aa4619781b9b08848dd | diff --git a/raiden/tests/integration/api/test_restapi.py b/raiden/tests/integration/api/test_restapi.py
index <HASH>..<HASH> 100644
--- a/raiden/tests/integration/api/test_restapi.py
+++ b/raiden/tests/integration/api/test_restapi.py
@@ -18,20 +18,24 @@ from flask import url_for
from raiden.api.v1.encoding import Add... | Fix test_pending_transfers_endpoint
This test also assumed a PFS based routing, but used internal routing.
This led to inconsistencies in the deducted fees, that showed now. | raiden-network_raiden | train |
ee2fe04a121758e3d15b80046d6b13bc395bc89d | diff --git a/library/src/com/emilsjolander/components/stickylistheaders/StickyListHeadersAdapterWrapper.java b/library/src/com/emilsjolander/components/stickylistheaders/StickyListHeadersAdapterWrapper.java
index <HASH>..<HASH> 100644
--- a/library/src/com/emilsjolander/components/stickylistheaders/StickyListHeadersAda... | Fix count caches not being invalidated | emilsjolander_StickyListHeaders | train |
718399bb7d4301f410b0792f32980b0363078e6a | diff --git a/tests/test_file.py b/tests/test_file.py
index <HASH>..<HASH> 100644
--- a/tests/test_file.py
+++ b/tests/test_file.py
@@ -31,7 +31,7 @@ import stat
import tempfile
import unittest
-from http_mock import HttpMockSequence
+from .http_mock import HttpMockSequence
from oauth2client import GOOGLE_TOKEN_URI... | Explicit relative imports, trying to use future_builtins.oct() for python2.x. | googleapis_oauth2client | train |
31ebbf102c3a068d948df281df27d2d2bf603f6b | diff --git a/src/SubscribePro/Service/PaymentProfile/PaymentProfile.php b/src/SubscribePro/Service/PaymentProfile/PaymentProfile.php
index <HASH>..<HASH> 100644
--- a/src/SubscribePro/Service/PaymentProfile/PaymentProfile.php
+++ b/src/SubscribePro/Service/PaymentProfile/PaymentProfile.php
@@ -135,7 +135,9 @@ class Pay... | Cleanup phpdoc for whole project. | subscribepro_subscribepro-php | train |
525b6c0ca861c235f177454a49a6135475b53890 | diff --git a/packages/ember-routing/lib/helpers/action.js b/packages/ember-routing/lib/helpers/action.js
index <HASH>..<HASH> 100644
--- a/packages/ember-routing/lib/helpers/action.js
+++ b/packages/ember-routing/lib/helpers/action.js
@@ -39,6 +39,10 @@ Ember.onLoad('Ember.Handlebars', function(Handlebars) {
ret... | Add shortcut for whitelisting all modifier keys on {{action}}
Modifier key-independent action helper use cases can be less verbose and more future-proof. | emberjs_ember.js | train |
66d4e4e20960485efe364aa9c98f25dc3b496ab6 | diff --git a/client/lib/analytics/ad-tracking.js b/client/lib/analytics/ad-tracking.js
index <HASH>..<HASH> 100644
--- a/client/lib/analytics/ad-tracking.js
+++ b/client/lib/analytics/ad-tracking.js
@@ -39,7 +39,7 @@ const isQuantcastEnabled = true;
const isTwitterEnabled = true;
const isAolEnabled = true;
const isL... | Analytics: fixed scripts loading callback never being called (#<I>)
The problem was the missing https: in OUTBRAIN_SCRIPT_URL | Automattic_wp-calypso | train |
7b7046e800e657bab06685329f1b4653c544a208 | diff --git a/src/components/App.js b/src/components/App.js
index <HASH>..<HASH> 100644
--- a/src/components/App.js
+++ b/src/components/App.js
@@ -54,7 +54,7 @@ export default class App extends Component {
// Prevent duplicates in the case of redelivered payloads
const idProp = 'x-github-delivery'
- if (... | Set state only when return value is -1
It took me way too long to wrap my head around this, but if the result of `Array.findIndex` is greater than -1, that means the element already exists and we should not be logging it. Instead, we need to check if the return value is -1 (no index found). It also returns -1 if the a... | probot_smee-client | train |
d026bc8e16b2e45e92bdda3176286a4e4292db17 | diff --git a/admin/app/scripts/app.js b/admin/app/scripts/app.js
index <HASH>..<HASH> 100644
--- a/admin/app/scripts/app.js
+++ b/admin/app/scripts/app.js
@@ -5,7 +5,7 @@ angular
'ngResource',
'ngRoute'
])
- .config(function ($routeProvider) {
+ .config(['$routeProvider', '$provide', functi... | Registering report names in a `RDT_REPORTS` constant | Roave_RoaveDeveloperTools | train |
e2ef92f50f514ed88afc3e26c869ccc17fe690ca | diff --git a/builtin/providers/packet/resource_packet_device.go b/builtin/providers/packet/resource_packet_device.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/packet/resource_packet_device.go
+++ b/builtin/providers/packet/resource_packet_device.go
@@ -184,7 +184,7 @@ func resourcePacketDeviceRead(d *schema.R... | Populate the provisioner connection info for packet.net devices with the ipv4 public address | hashicorp_terraform | train |
aa0ccb365f3597918d94ac55422a6ead32958605 | diff --git a/build/tasks/release.js b/build/tasks/release.js
index <HASH>..<HASH> 100644
--- a/build/tasks/release.js
+++ b/build/tasks/release.js
@@ -34,7 +34,6 @@ gulp.task('conventional-release', function (done) {
gulp.task('release', function (callback) {
runSequence(
- 'docs',
'git-commit-c... | [Prerelease] Bumped version number | eastbanctechru_e2e4 | train |
8b8c92fd4afdb70e30f13d31d22e630e55de6ed9 | diff --git a/addok/batch/nominatim.py b/addok/batch/nominatim.py
index <HASH>..<HASH> 100644
--- a/addok/batch/nominatim.py
+++ b/addok/batch/nominatim.py
@@ -104,8 +104,6 @@ class NominatimExport(object):
row['city'] = name
def add_housenumbers(self, row):
- if not row['name'] or not row['po... | Remove useless check in nominatim import (cf #<I>)
This check was done because in my first attemps I was using name
postcode in the SQL query. | addok_addok | train |
8d7aa59a8639229d349ffbc8a55b1d0ecc5bad15 | diff --git a/src/commands/message.js b/src/commands/message.js
index <HASH>..<HASH> 100644
--- a/src/commands/message.js
+++ b/src/commands/message.js
@@ -119,6 +119,11 @@ class CommandMessage {
this.message.member = await this.message.guild.members.fetch(this.message.author);
}
+ // Obtain the member for the... | Fetch the GuildMember for the ClientUser if it doesn't already exist (#<I>) | discordjs_Commando | train |
1e219200d83ff1147ae98ba6dff2e31eed42e405 | diff --git a/lib/ghpages_deploy/rake/json.rb b/lib/ghpages_deploy/rake/json.rb
index <HASH>..<HASH> 100644
--- a/lib/ghpages_deploy/rake/json.rb
+++ b/lib/ghpages_deploy/rake/json.rb
@@ -26,34 +26,43 @@ module GithubPages
# ...
#
- def self.update_sitemap
+ # if update_sitemap is being called, exclu... | Update the json task extension to properly check for files and allow for exclusions. | rideliner_ghpages_deploy | train |
78ec23efa28de438bc723561c097a5f580bae441 | diff --git a/lenses/ui/base.py b/lenses/ui/base.py
index <HASH>..<HASH> 100644
--- a/lenses/ui/base.py
+++ b/lenses/ui/base.py
@@ -1,10 +1,11 @@
from typing import (Any, Callable, Generic, Iterable, Optional, Type, cast)
import copy
+import functools
import operator
from .. import optics
-from ..maybe import Ju... | added ignore_none and ignore_errors args to lens.Prism | ingolemo_python-lenses | train |
4b09e990aad62d29bcfd0507d32ab6f10094ac50 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -181,7 +181,7 @@ class Service {
if (!params.knex) { this.knexify(countQuery, query); }
- return countQuery.then(count => count[0].total).then(executeQuery).catch(errorHandler);
+ return co... | Fix #<I> (#<I>) | feathersjs-ecosystem_feathers-knex | train |
479dd50908c558fb2f26d57eb3db6b29742177bd | diff --git a/app/controllers/sync_management_controller.rb b/app/controllers/sync_management_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/sync_management_controller.rb
+++ b/app/controllers/sync_management_controller.rb
@@ -118,7 +118,6 @@ class SyncManagementController < ApplicationController
def... | <I> - Sync status in the UI will now be updated properly whenever a user cancels and restarts a sync. | Katello_katello | train |
af5e591fea03237c3790191c7da5ad0e3128ad7b | diff --git a/packages/material-ui/src/Radio/RadioButtonIcon.js b/packages/material-ui/src/Radio/RadioButtonIcon.js
index <HASH>..<HASH> 100644
--- a/packages/material-ui/src/Radio/RadioButtonIcon.js
+++ b/packages/material-ui/src/Radio/RadioButtonIcon.js
@@ -40,10 +40,10 @@ function RadioButtonIcon(props) {
const { ... | [Radio] Fix html structure (#<I>) | mui-org_material-ui | train |
20bec11138fd423e01e2b35347d1510a769c2b11 | diff --git a/daemon/endpoint.go b/daemon/endpoint.go
index <HASH>..<HASH> 100644
--- a/daemon/endpoint.go
+++ b/daemon/endpoint.go
@@ -17,7 +17,6 @@ package main
import (
"fmt"
"os"
- "sync"
"github.com/cilium/cilium/api/v1/models"
. "github.com/cilium/cilium/api/v1/server/restapi/endpoint"
@@ -45,45 +44,44 ... | daemon: lock updating of endpoint list
Add a lock for updating the list of endpoints that are returned for a
GET / endpoint call. Before, this shared structure was not being
locked on each endpoint update. | cilium_cilium | train |
18019b0301381cdc9f568ce7a60d6bde5638dd20 | diff --git a/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java b/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java
index <HASH>..<HASH> 100644
--- a/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java
+++ b/src/main/org/codehaus/groovy/runtime/DefaultGroovyMethods.java
@@ -7306,7 +7... | minor refactor: remove javadoc warning | groovy_groovy-core | train |
a48fcae8c53ada9670e6a5f876d0121edf812eb3 | diff --git a/shared/class.js b/shared/class.js
index <HASH>..<HASH> 100644
--- a/shared/class.js
+++ b/shared/class.js
@@ -183,6 +183,7 @@ class Node extends D3Object {
this.sites = [];
let siteData = {};
siteData.site_name = null;
+ siteData.site_type = "port"... | Fix contact-map rendering of agents with no sites | Kappa-Dev_KaSim | train |
9f6fc576df4f96f8825a3f13bd9035f13a34640a | diff --git a/collector/bonding.go b/collector/bonding.go
index <HASH>..<HASH> 100644
--- a/collector/bonding.go
+++ b/collector/bonding.go
@@ -5,6 +5,7 @@ package collector
import (
"fmt"
"io/ioutil"
+ "os"
"path"
"strings"
@@ -78,7 +79,11 @@ func readBondingStats(root string) (status map[string][2]int, err ... | Look for slave_ and lower_ prefixed device in proc
Looks like on newer kernels this is prefixed lower_ not slave_. | prometheus_node_exporter | train |
d0b5c143b95c60d4ed49aa759883855093ea6471 | diff --git a/src/components/ActiveCallDialPad/index.js b/src/components/ActiveCallDialPad/index.js
index <HASH>..<HASH> 100644
--- a/src/components/ActiveCallDialPad/index.js
+++ b/src/components/ActiveCallDialPad/index.js
@@ -26,12 +26,11 @@ class ActiveCallDialPad extends Component {
return;
}
... | fix extension can not be recognized (#<I>) | ringcentral_ringcentral-js-widgets | train |
84ce18d956262755ce1dd21c2c23c1c4d5662709 | diff --git a/tests/unit/test_crypt.py b/tests/unit/test_crypt.py
index <HASH>..<HASH> 100644
--- a/tests/unit/test_crypt.py
+++ b/tests/unit/test_crypt.py
@@ -8,7 +8,15 @@ import shutil
# salt testing libs
from tests.support.unit import TestCase, skipIf
-from tests.support.mock import patch, call, mock_open, NO_MOC... | Update crypt unit tests to reflect changes in mock_open | saltstack_salt | train |
611c0bdd0d1b4f9e2487ebfb23c33d847376ae08 | diff --git a/stackdriver/lib/stackdriver.rb b/stackdriver/lib/stackdriver.rb
index <HASH>..<HASH> 100644
--- a/stackdriver/lib/stackdriver.rb
+++ b/stackdriver/lib/stackdriver.rb
@@ -18,7 +18,6 @@ gem "google-cloud-logging"
gem "google-cloud-monitoring"
require "google/cloud/logging"
-require "google/cloud/monitori... | Remove Monitoring API require from Stackdriver
Don't load the Monitoring API/GAPIC code by default.
Future integration will be added to enable Monitoring. | googleapis_google-cloud-ruby | train |
b8b0c68c04e66022d93a6155a4e83d29430b7439 | diff --git a/test/query_stats_test.rb b/test/query_stats_test.rb
index <HASH>..<HASH> 100644
--- a/test/query_stats_test.rb
+++ b/test/query_stats_test.rb
@@ -77,7 +77,18 @@ class QueryStatsTest < Minitest::Test
def test_reset_query_stats_query_hash
skip unless gte12?
- assert database.reset_query_stats(qu... | Improved reset query stats with query hash test [skip ci] | ankane_pghero | train |
bc7617ef279afce07cecb8bf90cd0aa226076453 | diff --git a/datasource-test-proxy/src/main/java/net/ttddyy/dsproxy/test/assertj/SampleAssertJAPI.java b/datasource-test-proxy/src/main/java/net/ttddyy/dsproxy/test/assertj/SampleAssertJAPI.java
index <HASH>..<HASH> 100644
--- a/datasource-test-proxy/src/main/java/net/ttddyy/dsproxy/test/assertj/SampleAssertJAPI.java
+... | hasBatchSize() for StatementBatchExecutionAssert | ttddyy_datasource-proxy | train |
2721096673aa58a9da244267ebe67982edcc3969 | diff --git a/expr/example.go b/expr/example.go
index <HASH>..<HASH> 100644
--- a/expr/example.go
+++ b/expr/example.go
@@ -200,6 +200,7 @@ func byFormat(a *AttributeExpr, r *Random) interface{} {
}
return res
}(),
+ FormatJSON: `{"name":"example","email":"mail@example.com"}`,
}[format]; ok {
return res... | Add example generation for JSON format (#<I>) (#<I>)
* Add example generation for JSON format
* Just always use the hard-coded string | goadesign_goa | train |
5afb346d887fa7199bcc6f3e72c5ed28ba91f765 | diff --git a/src/CanvasRender/index.js b/src/CanvasRender/index.js
index <HASH>..<HASH> 100644
--- a/src/CanvasRender/index.js
+++ b/src/CanvasRender/index.js
@@ -12,7 +12,7 @@ import basicRender from './basicRender'
* Component create a Canvas and use the renderData for drawing geometries on it.
* The renderData f... | Clean up CanvasRender lifecycle methods (#<I>) | kensho-technologies_orama | train |
777b4db3fb387ad38d4be398a6fb9aa68a913a5d | diff --git a/vyper/parser/external_call.py b/vyper/parser/external_call.py
index <HASH>..<HASH> 100644
--- a/vyper/parser/external_call.py
+++ b/vyper/parser/external_call.py
@@ -34,7 +34,9 @@ def external_contract_call(node, context, contract_name, contract_address, pos,
(
"Function not ... | Only allow address(Bar) definition of persistent contract addresses. | ethereum_vyper | train |
faf7d6e26ab3bf509807dcc8a35c82aaa71c0060 | diff --git a/tests/Driver/AbstractDoctrineDriverTest.php b/tests/Driver/AbstractDoctrineDriverTest.php
index <HASH>..<HASH> 100644
--- a/tests/Driver/AbstractDoctrineDriverTest.php
+++ b/tests/Driver/AbstractDoctrineDriverTest.php
@@ -11,6 +11,16 @@ use Doctrine\DBAL\Platforms\MySqlPlatform;
abstract class AbstractD... | Adding missing test properties/abstract methods | bernardphp_bernard | train |
439a05f2aaabc41e60fea4dc544655728ca726ee | diff --git a/staging/src/k8s.io/legacy-cloud-providers/aws/aws.go b/staging/src/k8s.io/legacy-cloud-providers/aws/aws.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/legacy-cloud-providers/aws/aws.go
+++ b/staging/src/k8s.io/legacy-cloud-providers/aws/aws.go
@@ -1408,14 +1408,17 @@ func (c *Cloud) NodeAddresses... | Fix AWS DHCP option set domain names causing garbled InternalDNS or Hostname addresses on Node | kubernetes_kubernetes | train |
fd260bfe3c50c86cec3f25697f97f1b7882579f7 | diff --git a/lib/connection.js b/lib/connection.js
index <HASH>..<HASH> 100644
--- a/lib/connection.js
+++ b/lib/connection.js
@@ -374,8 +374,9 @@ module.exports = (function () {
Creates a new document from a collection
*/
dbHelper.prototype.create = function (collection, options, cb) {
+ var attribu... | Fixed undefined exception when trying to pass schema to util method rewriteId.
Disabling automatic edge creation. This will be approached later and will only be used for Many-to-Many through associations | appscot_sails-orientdb | train |
3055bc3861ddabb7ea5a770355c799ddc687aee9 | diff --git a/app/models/manager_refresh/inventory_object.rb b/app/models/manager_refresh/inventory_object.rb
index <HASH>..<HASH> 100644
--- a/app/models/manager_refresh/inventory_object.rb
+++ b/app/models/manager_refresh/inventory_object.rb
@@ -84,6 +84,48 @@ module ManagerRefresh
attributes_for_saving
en... | Optimize speed and mem peaks a bit
Optimize speed and mem peaks a bit doing removing attribute_index
elements as we go and building all_attribute_keys inline
(transferred from ManageIQ/manageiq@<I>c<I>b3b<I>fea4be6b<I>a3d0c<I>e7e5f) | ManageIQ_inventory_refresh | train |
0b8fb68e9301a719b4ea664a14d1a6c7bba2fb5f | diff --git a/src/Composer/DependencyResolver/Solver.php b/src/Composer/DependencyResolver/Solver.php
index <HASH>..<HASH> 100644
--- a/src/Composer/DependencyResolver/Solver.php
+++ b/src/Composer/DependencyResolver/Solver.php
@@ -2033,4 +2033,42 @@ class Solver
}
echo "\n";
}
+
+ private func... | Add a debug print method for the entire watch tree to the solver | mothership-ec_composer | train |
fac074e3d1fd8eb76e5e117987db55c7f69987a7 | diff --git a/lib/flor/unit/loader.rb b/lib/flor/unit/loader.rb
index <HASH>..<HASH> 100644
--- a/lib/flor/unit/loader.rb
+++ b/lib/flor/unit/loader.rb
@@ -94,6 +94,9 @@ module Flor
def hooks(domain, name=nil)
+ # NB: do not relativize path, because Ruby load path != cwd,
+ # stay absolute for `requir... | Dont relativize hooks path.
Proceed the same way when loading hooks and taskers. Relativizing path made hooks impossible to load. | floraison_flor | train |
1417b9c507d975f7947b47ac2d3c49d55f25cda5 | diff --git a/gym-unity/gym_unity/envs/unity_env.py b/gym-unity/gym_unity/envs/unity_env.py
index <HASH>..<HASH> 100755
--- a/gym-unity/gym_unity/envs/unity_env.py
+++ b/gym-unity/gym_unity/envs/unity_env.py
@@ -218,16 +218,14 @@ class UnityEnv(gym.Env):
def _single_step(self, info):
if self.use_visual:
... | Make Gym interface work with grayscale and RGB visual observations (#<I>) | Unity-Technologies_ml-agents | train |
86fe2246b5d3f1de64b2c2bac656353620a2714b | diff --git a/app/src/Bolt/Config.php b/app/src/Bolt/Config.php
index <HASH>..<HASH> 100644
--- a/app/src/Bolt/Config.php
+++ b/app/src/Bolt/Config.php
@@ -690,7 +690,7 @@ class Config
$dboptions = array(
'driver' => 'pdo_sqlite',
- 'path' => __DIR__ . '/../../database/' . ... | allow configuration of path for sqlite database | bolt_bolt | train |
e95cd1d398030acf0ee18a4cc4913d9c4aaedbbb | diff --git a/test/plum/connection/test_handle_frame.rb b/test/plum/connection/test_handle_frame.rb
index <HASH>..<HASH> 100644
--- a/test/plum/connection/test_handle_frame.rb
+++ b/test/plum/connection/test_handle_frame.rb
@@ -12,6 +12,14 @@ class ServerConnectionHandleFrameTest < Minitest::Test
}
end
+ def ... | connection: cframe_size_error must be raised when received SETTINGS (ACK) with payload | rhenium_plum | train |
463da7e027d2421b4abe780bcd031e6835518700 | diff --git a/master/buildbot/process/factory.py b/master/buildbot/process/factory.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/process/factory.py
+++ b/master/buildbot/process/factory.py
@@ -86,24 +86,29 @@ class BuildFactory(util.ComparableMixin):
# BuildFactory subclasses for common build tools
+class _D... | Fix GNUAutoconf factory.
The GNUAutoconf factory execute by default a sequence of compile,
test, and distcheck, but one is supposed to disable any of them by
setting None. Currently it doesn't work though.
This change fix the issue so that these steps may be disabled. | buildbot_buildbot | train |
4b3da3e410e3d19eabe007e9daca1d360f808669 | diff --git a/metal/classifier.py b/metal/classifier.py
index <HASH>..<HASH> 100644
--- a/metal/classifier.py
+++ b/metal/classifier.py
@@ -4,7 +4,8 @@ import numpy as np
import torch
import torch.nn as nn
-from metal.metrics import metric_score, confusion_matrix
+from metal.analysis import confusion_matrix
+from me... | Make a single classifier's predict method deterministic | HazyResearch_metal | train |
7b086c9f7c3e344a0b18dfbd23ea4cdc007a3001 | diff --git a/lib/cache.js b/lib/cache.js
index <HASH>..<HASH> 100644
--- a/lib/cache.js
+++ b/lib/cache.js
@@ -77,10 +77,11 @@ module.exports = function (schema, id, open, onCache) {
//OH, hang on... maybe DOMAINS is the right thing to use here...
var timer = null
- scuttlebutt.on('unstream', funct... | use unclone event, not unstream | dominictarr_level-scuttlebutt | train |
8da400d1769fae375fc5ff373e566d18598ac378 | diff --git a/core/src/main/java/com/datastax/oss/driver/api/core/auth/PlainTextAuthProviderBase.java b/core/src/main/java/com/datastax/oss/driver/api/core/auth/PlainTextAuthProviderBase.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/datastax/oss/driver/api/core/auth/PlainTextAuthProviderBase.java
+++ b/c... | Make PlainTextAuthProviderBase.Credentials public
This will be slightly more flexible if custom implementations want to
create instances outside of the provider subclass. | datastax_java-driver | train |
3a11c548b2ba3220fd82642e26fe9d097a2ff37d | diff --git a/lib/datalib.php b/lib/datalib.php
index <HASH>..<HASH> 100644
--- a/lib/datalib.php
+++ b/lib/datalib.php
@@ -2603,6 +2603,10 @@ function update_timezone_records($timezones) {
function get_course_mods($courseid) {
global $CFG;
+ if (empty($courseid)) {
+ return false; // avoid warnings
+ ... | Fixing a warning in debug mode | moodle_moodle | train |
eeae3e429179d6d299f9b9f412df8bffde991dcd | diff --git a/azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/implementation/LoadBalancerImpl.java b/azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/implementation/LoadBalancerImpl.java
index <HASH>..<HASH> 100644
--- a/azure-mgmt-network/src/main/java/com/microsoft/azure/... | when removing an LB backend, also remove references to it from other LB children
(part of issue <URL>) | Azure_azure-sdk-for-java | train |
e757d88eba99ee18e5f9b7d2bd6ca2fb3dd86a5d | diff --git a/structr-ui/src/main/resources/structr/js/frontend/frontend.js b/structr-ui/src/main/resources/structr/js/frontend/frontend.js
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/resources/structr/js/frontend/frontend.js
+++ b/structr-ui/src/main/resources/structr/js/frontend/frontend.js
@@ -118,7 +118,16... | Enhancement: some improvements in frontend.js. | structr_structr | train |
4092d0d5d9c02c69c821b6fcc9db83f5a386d3c8 | diff --git a/va/va_test.go b/va/va_test.go
index <HASH>..<HASH> 100644
--- a/va/va_test.go
+++ b/va/va_test.go
@@ -201,15 +201,8 @@ func TestHTTP(t *testing.T) {
chall := core.HTTPChallenge01()
setChallengeToken(&chall, expectedToken)
- // NOTE: We do not attempt to shut down the server. The problem is that the
-... | Close VA HTTP test servers (#<I>)
Fixes #<I> / follow-up to #<I>. | letsencrypt_boulder | train |
ffddd5dbae4e9674fd729968ae261a2522a4d2dc | diff --git a/salt/states/archive.py b/salt/states/archive.py
index <HASH>..<HASH> 100644
--- a/salt/states/archive.py
+++ b/salt/states/archive.py
@@ -96,6 +96,9 @@ def extracted(name,
name, ','.join(valid_archives))
return ret
+ if not name.endswith('/'):
+ name += '/'
+
if if_mi... | Ensure that the extract destination ends with a slash, a lot of users skip this | saltstack_salt | train |
59c78394028f32359c5c70d5a68d98143aa36d1e | diff --git a/chess/__init__.py b/chess/__init__.py
index <HASH>..<HASH> 100644
--- a/chess/__init__.py
+++ b/chess/__init__.py
@@ -3285,13 +3285,6 @@ class Board(BaseBoard):
def _attacked_for_king(self, path: Bitboard, occupied: Bitboard) -> bool:
return any(self._attackers_mask(not self.turn, sq, occupie... | Simplify away _castling_uncovers_rank_attack
Inadvertently also implements FICS rules for Atomic castling. | niklasf_python-chess | train |
ec00f25a732157e58c41b716f8b0eaa1f48f49c4 | diff --git a/src/programs/Background.php b/src/programs/Background.php
index <HASH>..<HASH> 100644
--- a/src/programs/Background.php
+++ b/src/programs/Background.php
@@ -13,10 +13,9 @@ trait Background
* @param string $cmd
* @param string $outputFile
* @param bool $append
- * @param bool $disown ... | using nohup to test background processes | RichardTMiles_CarbonPHP | train |
361882589f38c04bf829f68d8a6e33d7035e755f | diff --git a/cli/github/release_notes.py b/cli/github/release_notes.py
index <HASH>..<HASH> 100644
--- a/cli/github/release_notes.py
+++ b/cli/github/release_notes.py
@@ -69,6 +69,8 @@ class ChangeNotesLinesParser(BaseChangeNotesParser):
def __init__(self, release_notes, title, start_line):
super(ChangeNo... | raise ValueError if start_line is False | SFDO-Tooling_CumulusCI | train |
ff81030789d7bf99eb61fc846d73b41b3c2d8e53 | diff --git a/ext.go b/ext.go
index <HASH>..<HASH> 100644
--- a/ext.go
+++ b/ext.go
@@ -102,6 +102,7 @@ type Extender interface {
Disallowed(u *url.URL)
}
+// Default working implementation of an extender.
type DefaultExtender struct {
EnqueueChan chan<- *CrawlerCommand
}
diff --git a/ext_test.go b/ext_test.go
... | test enqueuing new URLs from extender, works | PuerkitoBio_gocrawl | train |
aa53f501e459b3b42b997057c83b8bb366872f76 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100755
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -31,7 +31,9 @@ gulp.task('serve:coverage', serve({
gulp.task('test', ['clean:coverage'], function (done) {
gulp.src(['lib/**/*.js'])
- .pipe(istanbul())
+ .pipe(istanbul({
+ 'includ... | Update `istanbul` to report on `untested` code | whitneyit_clean | train |
43c8525d48253b99ec81eb75a75d45736cd7e11c | diff --git a/lib/modules/fuzzer/index.js b/lib/modules/fuzzer/index.js
index <HASH>..<HASH> 100644
--- a/lib/modules/fuzzer/index.js
+++ b/lib/modules/fuzzer/index.js
@@ -17,7 +17,7 @@ class ContractFuzzer {
generateFuzz(iterations, contract) {
const self = this;
let fuzzMap = {};
- contract.abiDefiniti... | fix callbacks in gas estimator, add more fallback support and clean up console logs to better display potential errors | embark-framework_embark | train |
4dbb0648a38cc3dfb2cf77eadee6fe2f6d7980d0 | diff --git a/lib/mongoid/version.rb b/lib/mongoid/version.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/version.rb
+++ b/lib/mongoid/version.rb
@@ -1,4 +1,4 @@
# encoding: utf-8
module Mongoid #:nodoc
- VERSION = "2.0.0.beta.5"
+ VERSION = "2.0.0.beta6"
end | gemcutter messing with yanked versions and not registering the new one... just upping again | mongodb_mongoid | train |
bf2c4280563ba5f86072c1bad8af27ff5e5da0f3 | diff --git a/activerecord/lib/active_record/scoping/default.rb b/activerecord/lib/active_record/scoping/default.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/scoping/default.rb
+++ b/activerecord/lib/active_record/scoping/default.rb
@@ -100,11 +100,7 @@ module ActiveRecord
elsif default... | Don't need to check if the scope respond to call
We are checking this when defining the default scope and raising an
ArgumentError | rails_rails | train |
3f04a1e092074fdd5a62d68fa55b2612d910f438 | diff --git a/lxd/container.go b/lxd/container.go
index <HASH>..<HASH> 100644
--- a/lxd/container.go
+++ b/lxd/container.go
@@ -22,7 +22,6 @@ import (
"github.com/lxc/lxd/lxd/state"
"github.com/lxc/lxd/lxd/sys"
"github.com/lxc/lxd/lxd/task"
- "github.com/lxc/lxd/lxd/util"
"github.com/lxc/lxd/shared"
"github.co... | lxd/container: Don't validate liblxc version during config parsing | lxc_lxd | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.