hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
1e7933d08180c6237f838aecb9b908ce55a73850 | diff --git a/libs/config/configLoader.js b/libs/config/configLoader.js
index <HASH>..<HASH> 100644
--- a/libs/config/configLoader.js
+++ b/libs/config/configLoader.js
@@ -3,33 +3,63 @@
const yaml = require('js-yaml');
const fs = require('fs');
+/**
+ * Load configuration from files.
+ *
+ * @class
+ */
function co... | Added comments and docblocks, removed underscores..we have no private functions here in JS land. | holography_holograph | train |
acc081e477c41c4292fcf35e739be32c3b484343 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -102,6 +102,7 @@ datalistInterfacePrototype = DatalistInterface.prototype;
datalistInterfacePrototype.add = add;
datalistInterfacePrototype.remove = remove;
datalistInterfacePrototype.is = is;
+datalistInterfacePrototype.ha... | Add `has()` method (same as `is()`) | wooorm_datalist-interface | train |
0f7b7951db7ff18f362ff766e58c5e762ddfcb2b | diff --git a/pkg/jsonsign/signhandler/sig.go b/pkg/jsonsign/signhandler/sig.go
index <HASH>..<HASH> 100644
--- a/pkg/jsonsign/signhandler/sig.go
+++ b/pkg/jsonsign/signhandler/sig.go
@@ -26,6 +26,7 @@ import (
"os"
"path/filepath"
"strings"
+ "sync"
"camlistore.org/pkg/blob"
"camlistore.org/pkg/blobserver"
... | jsonsign: don't upload public key until the first thing is signed
Change-Id: Ibe1f<I>bc<I>caae7abf<I>ff9fac0def<I>d | perkeep_perkeep | train |
0866b2c3b16ff097a531f84ec1c6fe8a849a30eb | diff --git a/src/MvcCore/Ext/Views/Helpers/InternationalizedHelper.php b/src/MvcCore/Ext/Views/Helpers/InternationalizedHelper.php
index <HASH>..<HASH> 100644
--- a/src/MvcCore/Ext/Views/Helpers/InternationalizedHelper.php
+++ b/src/MvcCore/Ext/Views/Helpers/InternationalizedHelper.php
@@ -126,7 +126,7 @@ abstract clas... | Removed useless ampersands and some very small updates. | mvccore_ext-view-helper-internationalized | train |
07228a5d7bf1382a1843c3807e371853bf98c754 | diff --git a/Imagine/Cache/Resolver/WebPathResolver.php b/Imagine/Cache/Resolver/WebPathResolver.php
index <HASH>..<HASH> 100644
--- a/Imagine/Cache/Resolver/WebPathResolver.php
+++ b/Imagine/Cache/Resolver/WebPathResolver.php
@@ -31,7 +31,8 @@ class WebPathResolver extends AbstractFilesystemResolver implements CacheMa... | Use the basePath in the file path resolver (useful in "_dev" or "_*" environments when the script name is present in the url) | liip_LiipImagineBundle | train |
49892e1226f1c2c2a15c93743e37d65309d5c2b8 | diff --git a/analyzere/base_resources.py b/analyzere/base_resources.py
index <HASH>..<HASH> 100644
--- a/analyzere/base_resources.py
+++ b/analyzere/base_resources.py
@@ -1,3 +1,4 @@
+from __future__ import division
import copy
import json
import time
@@ -15,7 +16,6 @@ from analyzere.utils import vectorize
# He... | Additional asserts to verify that callback values are returned properly (#<I>)
* Additional asserts to verify that callback values are returned properly
* code review | analyzere_analyzere-python | train |
02e7b1e0cf20a90270d02ea125bf377b09f064e2 | diff --git a/src/main/java/org/lmdbjava/DirectBufferProxy.java b/src/main/java/org/lmdbjava/DirectBufferProxy.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/lmdbjava/DirectBufferProxy.java
+++ b/src/main/java/org/lmdbjava/DirectBufferProxy.java
@@ -38,7 +38,7 @@ public final class DirectBufferProxy extends
... | rename PROXY_MDB to PROXY_DB | lmdbjava_lmdbjava | train |
a4e21cdf79f6e62768c2532409b79a3925bb4fde | diff --git a/src/org/jgroups/Version.java b/src/org/jgroups/Version.java
index <HASH>..<HASH> 100644
--- a/src/org/jgroups/Version.java
+++ b/src/org/jgroups/Version.java
@@ -1,20 +1,14 @@
-// $Id: Version.java,v 1.8 2004/07/05 14:17:36 belaban Exp $
+// $Id: Version.java,v 1.9 2004/07/07 16:05:19 ovidiuf Exp $
pa... | Corrected CVS conflict artifacts | belaban_JGroups | train |
c10cbadacaf595cf62c7e73b73110f3dd3e2f6eb | diff --git a/api/v1/lib/encoding/types.go b/api/v1/lib/encoding/types.go
index <HASH>..<HASH> 100644
--- a/api/v1/lib/encoding/types.go
+++ b/api/v1/lib/encoding/types.go
@@ -46,14 +46,6 @@ var (
_ = SinkFactory(SinkFactoryFunc(nil))
)
-func SourceNil(r io.Reader) Source {
- return func() framing.Reader {
- retur... | encoding: remove SourceNil; httpcli: drain response body | mesos_mesos-go | train |
1e6bdc06f30948a27042eb704f12c0af7bd69e2c | diff --git a/Core.php b/Core.php
index <HASH>..<HASH> 100644
--- a/Core.php
+++ b/Core.php
@@ -549,14 +549,15 @@ final class Core implements iCore
// Стандартное поведение
else
{
+ //elapsed('e404');
// Установим HTTP заголовок что такой страницы нет
- header('HTTP/1.0 404 Not Found');
+ heade... | Fixed default e<I> logic, now if no e<I> handler is specified, empty
responce with <I> html status is generated | samsonos_php_core | train |
9465adff300ad2d37261f7e1f1fa33147e203e56 | diff --git a/lib/uvm/browser/sandbox-bus-start.js b/lib/uvm/browser/sandbox-bus-start.js
index <HASH>..<HASH> 100644
--- a/lib/uvm/browser/sandbox-bus-start.js
+++ b/lib/uvm/browser/sandbox-bus-start.js
@@ -3,15 +3,16 @@
var MessageBus,
Scope;
+ // If we're running for the first time, create a list o... | commented out the scope tracking code and addressed other PR comments | postmanlabs_postman-runtime | train |
1230d0d3c63b5dcedf432ec69058d3f59a4d81c5 | diff --git a/lib/foreign_office/test/client_exec.rb b/lib/foreign_office/test/client_exec.rb
index <HASH>..<HASH> 100644
--- a/lib/foreign_office/test/client_exec.rb
+++ b/lib/foreign_office/test/client_exec.rb
@@ -1,18 +1,23 @@
module ForeignOffice
module Test
module ClientExec
+
def fetch_foreign_offi... | Iterate through hidden listeners also. | edraut_foreign-office | train |
9a213a9613c69db83e19444a85fc87717d9cdcc2 | diff --git a/paxtools-core/src/main/java/org/biopax/paxtools/controller/Cloner.java b/paxtools-core/src/main/java/org/biopax/paxtools/controller/Cloner.java
index <HASH>..<HASH> 100644
--- a/paxtools-core/src/main/java/org/biopax/paxtools/controller/Cloner.java
+++ b/paxtools-core/src/main/java/org/biopax/paxtools/cont... | A fix to avoid pseudo errors that occur when copying/cloning e.g., stepProcess property values via Traverser | BioPAX_Paxtools | train |
dc7bb983fda0e589fcf971fbf23c4b4d6ad01ba1 | diff --git a/lib/rspec-puppet/matchers/create_generic.rb b/lib/rspec-puppet/matchers/create_generic.rb
index <HASH>..<HASH> 100644
--- a/lib/rspec-puppet/matchers/create_generic.rb
+++ b/lib/rspec-puppet/matchers/create_generic.rb
@@ -21,18 +21,14 @@ module RSpec::Puppet
def matches?(catalogue)
ret = ... | Use Puppet::Resource::Catalog#resource | rodjek_rspec-puppet | train |
44c35ad1469379600b4bb8cfbe734767c796801e | diff --git a/MapServicePublisher.py b/MapServicePublisher.py
index <HASH>..<HASH> 100644
--- a/MapServicePublisher.py
+++ b/MapServicePublisher.py
@@ -59,7 +59,7 @@ class MapServicePublisher:
self.set_workspaces(mxd, config_entry["workspaces"])
self.message("Generating service definition draft f... | Adds back separate analysis step
For some reason, the analysis returned from the generation is not catching all the errors.
GES-<I> | lobsteropteryx_slap | train |
a517d312fc0c82fab592a16032bd4c3a6b9a11a5 | diff --git a/core/interpreter/src/main/java/org/overture/interpreter/VDMJ.java b/core/interpreter/src/main/java/org/overture/interpreter/VDMJ.java
index <HASH>..<HASH> 100644
--- a/core/interpreter/src/main/java/org/overture/interpreter/VDMJ.java
+++ b/core/interpreter/src/main/java/org/overture/interpreter/VDMJ.java
@... | Changing printed messages to use "Overture" instead of "VDMJ" in command line tool | overturetool_overture | train |
cb0fc1f8d6703405e3674767be69a62e98b61d03 | diff --git a/relay_handler.js b/relay_handler.js
index <HASH>..<HASH> 100644
--- a/relay_handler.js
+++ b/relay_handler.js
@@ -111,7 +111,7 @@ function RelayRequest(channel, peer, inreq, buildRes) {
}
function extendLogInfo(info) {
- self.extendLogInfo(info);
+ return self.extendLogInfo(info);... | RelayRequest: fix log augmentation | uber_tchannel-node | train |
0aef92e62d8973808d73e903cec4a48f0544793f | diff --git a/djangodblog/manager.py b/djangodblog/manager.py
index <HASH>..<HASH> 100644
--- a/djangodblog/manager.py
+++ b/djangodblog/manager.py
@@ -134,7 +134,10 @@ class DBLogManager(models.Manager):
elif isinstance(f, (list, tuple)):
f = [to_unicode(f) for f in f]
else:
-... | Gracefully fail when we're unable to encode something | elastic_apm-agent-python | train |
325291308af55acb200f08adf54f96d23f32ef58 | diff --git a/okdownload/src/main/java/com/liulishuo/okdownload/core/dispatcher/CallbackDispatcher.java b/okdownload/src/main/java/com/liulishuo/okdownload/core/dispatcher/CallbackDispatcher.java
index <HASH>..<HASH> 100644
--- a/okdownload/src/main/java/com/liulishuo/okdownload/core/dispatcher/CallbackDispatcher.java
+... | perfs: callback start or end directlly to improve performance of callback speed of some completed tasks | lingochamp_okdownload | train |
e97bddf7f11aa600c6266abc45855932508dfb2c | diff --git a/src/main/java/org/littleshoot/proxy/mitm/Authority.java b/src/main/java/org/littleshoot/proxy/mitm/Authority.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/littleshoot/proxy/mitm/Authority.java
+++ b/src/main/java/org/littleshoot/proxy/mitm/Authority.java
@@ -33,11 +33,13 @@ public class Authorit... | Modified defaults for phrases in the generated root certificate. | ganskef_LittleProxy-mitm | train |
685c4b8573daa21798b022092d792f71ea33cff5 | diff --git a/MAVProxy/tools/MAVExplorer.py b/MAVProxy/tools/MAVExplorer.py
index <HASH>..<HASH> 100755
--- a/MAVProxy/tools/MAVExplorer.py
+++ b/MAVProxy/tools/MAVExplorer.py
@@ -644,7 +644,8 @@ def cmd_messages(args):
else:
mstr = m.text
if fnmatch.fnmatch(mstr.upper(), wildcard.upper())... | MAVExporer: increase resolution of timestamps in MAVExplorer messages | ArduPilot_MAVProxy | train |
4b576322c58c961ec821ae40bb26ca0fbb5ce55a | diff --git a/webpack.config.prod.js b/webpack.config.prod.js
index <HASH>..<HASH> 100644
--- a/webpack.config.prod.js
+++ b/webpack.config.prod.js
@@ -12,6 +12,11 @@ module.exports = {
'styled-components': 'styled',
'canner-slate-editor': 'CannerSlateEditor',
},
+ resolve: {
+ alias: {
+ packages:... | Add 'packages' alias to webpack config | Canner_canner | train |
499c81e1f00d4833e7f0ea95dbd223ac45d9d911 | diff --git a/tasks/wrapup-amd.js b/tasks/wrapup-amd.js
index <HASH>..<HASH> 100644
--- a/tasks/wrapup-amd.js
+++ b/tasks/wrapup-amd.js
@@ -66,7 +66,9 @@ module.exports = function(grunt) {
var time = d.getHours() + ":" + pad(d.getMinutes()) + ":" + pad(d.getSeconds());
grunt.log.ok("[" + time + "] The file... | Add error reporting to the amd watch.
for example if the file cannot be written | arian_grunt-wrapup | train |
3846a4f2169d22f522f4fda01d67e14f503c9b87 | diff --git a/lib/clients/pooling_client.js b/lib/clients/pooling_client.js
index <HASH>..<HASH> 100644
--- a/lib/clients/pooling_client.js
+++ b/lib/clients/pooling_client.js
@@ -83,7 +83,7 @@ function PoolingClient(options) {
module.exports = PoolingClient;
-PoolingClient.prototype.request = function request(meth... | Make sure we release pool clients once we are done. | restify_plugins | train |
715436380334ff590faf8cf53f8f86fe5d15cd61 | diff --git a/core/src/main/java/hudson/model/AbstractProject.java b/core/src/main/java/hudson/model/AbstractProject.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/model/AbstractProject.java
+++ b/core/src/main/java/hudson/model/AbstractProject.java
@@ -266,7 +266,7 @@ public abstract class AbstractPro... | This helps a lot when mocking AbstractProject in unit tests, because so I don't have to suppress the constructor with PowerMockito | jenkinsci_jenkins | train |
3a22dc38441b6bb59d625f6b642ae7e188b68333 | diff --git a/core-bundle/src/Resources/contao/dca/tl_form.php b/core-bundle/src/Resources/contao/dca/tl_form.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/dca/tl_form.php
+++ b/core-bundle/src/Resources/contao/dca/tl_form.php
@@ -158,7 +158,7 @@ $GLOBALS['TL_DCA']['tl_form'] = array
'foreig... | [Core] Do not load records eagerly by default (see contao/calendar-bundle#<I>). | contao_contao | train |
4fd4c13ddd6d7ff9896a60a76a6678d04d9f2c3f | diff --git a/src/cleartext.js b/src/cleartext.js
index <HASH>..<HASH> 100644
--- a/src/cleartext.js
+++ b/src/cleartext.js
@@ -29,23 +29,26 @@ import config from './config';
import packet from './packet';
import enums from './enums.js';
import armor from './encoding/armor.js';
+import * as sigModule from './signatur... | refactor cleartext message to use signature object instead of packetlist | openpgpjs_openpgpjs | train |
07d010dd2b45715e09c48c82884a00de6ecceda9 | diff --git a/greenbutton.gemspec b/greenbutton.gemspec
index <HASH>..<HASH> 100644
--- a/greenbutton.gemspec
+++ b/greenbutton.gemspec
@@ -2,18 +2,17 @@ Gem::Specification.new do |s|
s.name = 'greenbutton'
s.version = '0.0.1'
s.date = '2014-03-17'
- s.summary = "Ruby parser for GreenButt... | move require to spec_helper | cew821_greenbutton | train |
12cd0491aaf05bd75594edfb34fed2c74f6795b8 | diff --git a/sharding-jdbc-core/src/main/java/com/dangdang/ddframe/rdb/sharding/parsing/parser/dialect/oracle/OracleSelectParser.java b/sharding-jdbc-core/src/main/java/com/dangdang/ddframe/rdb/sharding/parsing/parser/dialect/oracle/OracleSelectParser.java
index <HASH>..<HASH> 100755
--- a/sharding-jdbc-core/src/main/j... | refactor parseSelectList 3rd version | apache_incubator-shardingsphere | train |
d2f0456e3b4a628f8cad6b013c26a10316249789 | diff --git a/Facades/Schema.php b/Facades/Schema.php
index <HASH>..<HASH> 100755
--- a/Facades/Schema.php
+++ b/Facades/Schema.php
@@ -8,6 +8,8 @@ namespace Illuminate\Support\Facades;
* @method static \Illuminate\Database\Schema\Builder dropIfExists(string $table)
* @method static \Illuminate\Database\Schema\Build... | Update Schema.php
add Doc for disableForeignKeyConstraints & enableForeignKeyConstraints | illuminate_support | train |
ba026c184ec89d47f0a9507b2019f5c4fee0c19f | diff --git a/coaster/sqlalchemy.py b/coaster/sqlalchemy.py
index <HASH>..<HASH> 100644
--- a/coaster/sqlalchemy.py
+++ b/coaster/sqlalchemy.py
@@ -106,7 +106,8 @@ class UrlForMixin(object):
Return public URL to this instance for a given action (default 'view')
"""
if action not in self.url_fo... | Upgrade comment from XXX to FIXME | hasgeek_coaster | train |
12d50e6810a45958c41cb36c1c48afb9cf96e6af | diff --git a/internal/handshake/crypto_setup.go b/internal/handshake/crypto_setup.go
index <HASH>..<HASH> 100644
--- a/internal/handshake/crypto_setup.go
+++ b/internal/handshake/crypto_setup.go
@@ -113,7 +113,7 @@ type cryptoSetup struct {
zeroRTTParameters *wire.TransportParameters
clientHelloWritten b... | tighten typing of channel in the crypto setup | lucas-clemente_quic-go | train |
dc25b5c606566f67a13f674e8ce776479b999050 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ if os.path.exists('.git'):
else:
kwargs = dict(version='0+d' + datetime.date.today().strftime('%Y%m%d'))
-with open('README.rst') as f:
+with open(os.path.join(os.path.dirname(__file__), 'README.rst')) a... | Open README.rst from root directory.
This fixes IOError when running `setup.py` from another directory. | ic-labs_django-icekit | train |
408c7fe431e9e187c85e59e7bde0b1f8cb4a7584 | diff --git a/tests/filters.test.js b/tests/filters.test.js
index <HASH>..<HASH> 100644
--- a/tests/filters.test.js
+++ b/tests/filters.test.js
@@ -26,7 +26,7 @@ exports.capitalize = function (test) {
};
exports.title = function (test) {
- var input = 'This Is Title Case';
+ var input = 'this is title case';
... | making titlecase test have a better input for the output. | Thunf_swiger | train |
86cc38d4c3c74a511d1b95cd4616baae1cb92cd0 | diff --git a/features/scaffold.feature b/features/scaffold.feature
index <HASH>..<HASH> 100644
--- a/features/scaffold.feature
+++ b/features/scaffold.feature
@@ -128,6 +128,7 @@ Feature: WordPress code scaffolding
When I run `wp scaffold package-tests community-command`
Then STDOUT should not be empty
A... | Helper utility for building the test config | wp-cli_extension-command | train |
da8a335c3880c752ba4f0375f60933c8ff218905 | diff --git a/deploy/localdeploy-nonmeta.rb b/deploy/localdeploy-nonmeta.rb
index <HASH>..<HASH> 100644
--- a/deploy/localdeploy-nonmeta.rb
+++ b/deploy/localdeploy-nonmeta.rb
@@ -5,8 +5,6 @@ require 'thread'
# Starts up a bunch of Bud instances locally on 127.0.0.1, with ephemoral ports.
# This is for the case where ... | remove hacks to get around the now-closed bug <I> | bloom-lang_bud | train |
0a58f1b2dd485d92399d31ad6644e2d794889712 | diff --git a/lib/disney/index.js b/lib/disney/index.js
index <HASH>..<HASH> 100644
--- a/lib/disney/index.js
+++ b/lib/disney/index.js
@@ -179,7 +179,7 @@ class WaltDisneyWorldPark extends Park {
rideObject.WaitTime = ride.waitTime.postedWaitMinutes || -1;
// set fast... | Fix Disney fastpass is nested in the waitTimes object | cubehouse_themeparks | train |
bb68fcab25bc2ae432ca696c86e6e91f5c794720 | diff --git a/src/blocks/scratch3_control.js b/src/blocks/scratch3_control.js
index <HASH>..<HASH> 100644
--- a/src/blocks/scratch3_control.js
+++ b/src/blocks/scratch3_control.js
@@ -41,7 +41,7 @@ Scratch3ControlBlocks.prototype.repeat = function(args, util) {
util.startSubstack();
}
} else {... | Additional fix for repeat's executedInFrame | LLK_scratch-vm | train |
32abb6b10722ee4608e7cef65522f06c003d1a68 | diff --git a/SingularityService/src/main/java/com/hubspot/singularity/mesos/SingularityMesosTaskBuilder.java b/SingularityService/src/main/java/com/hubspot/singularity/mesos/SingularityMesosTaskBuilder.java
index <HASH>..<HASH> 100644
--- a/SingularityService/src/main/java/com/hubspot/singularity/mesos/SingularityMesos... | Expose SingularityTaskId to the executor through environment variables | HubSpot_Singularity | train |
e1951c0588a4e31340263404c4a94cdd02945c2c | diff --git a/samcli/lib/deploy/deployer.py b/samcli/lib/deploy/deployer.py
index <HASH>..<HASH> 100644
--- a/samcli/lib/deploy/deployer.py
+++ b/samcli/lib/deploy/deployer.py
@@ -338,10 +338,14 @@ class Deployer:
paginator = self._client.get_paginator("describe_stack_events")
response_... | feat(deploy): Efficient deploy log fetching (#<I>) | awslabs_aws-sam-cli | train |
b1bbf2e85f8de77630e6e495453574e4f36f2927 | diff --git a/client/my-sites/hosting/sftp-card/index.js b/client/my-sites/hosting/sftp-card/index.js
index <HASH>..<HASH> 100644
--- a/client/my-sites/hosting/sftp-card/index.js
+++ b/client/my-sites/hosting/sftp-card/index.js
@@ -187,10 +187,19 @@ export const SftpCard = ( {
checked={ isSshAccessEnabled }
... | Hosting Config: Link to the new SSH doc in the `<SFTPCard />` (#<I>) | Automattic_wp-calypso | train |
6b9661c22a4f784c22e81d6cd976b7c479897d17 | diff --git a/src/main/java/com/yahoo/sketches/hash/MurmurHash3Adaptor.java b/src/main/java/com/yahoo/sketches/hash/MurmurHash3Adaptor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/yahoo/sketches/hash/MurmurHash3Adaptor.java
+++ b/src/main/java/com/yahoo/sketches/hash/MurmurHash3Adaptor.java
@@ -5,7 +5,6 @@
... | Removed MurmurHash3Adaptor dependency on sketches.Util | DataSketches_sketches-core | train |
eb0d9f34b875875277eb39090fabf8f6a1e35698 | diff --git a/lib/ruote/exp/fe_concurrent_iterator.rb b/lib/ruote/exp/fe_concurrent_iterator.rb
index <HASH>..<HASH> 100644
--- a/lib/ruote/exp/fe_concurrent_iterator.rb
+++ b/lib/ruote/exp/fe_concurrent_iterator.rb
@@ -94,6 +94,14 @@ module Ruote::Exp
names :concurrent_iterator
+ # Overrides FlowExpression#... | concurrent_iterator : # of updates from 2 + n * 2 to 2 + n (thanks asm + jpr5) | jmettraux_ruote | train |
807f65e9dc2d37955f73589b3e737a7827a070d2 | diff --git a/Model/Behavior/CacheableBehavior.php b/Model/Behavior/CacheableBehavior.php
index <HASH>..<HASH> 100644
--- a/Model/Behavior/CacheableBehavior.php
+++ b/Model/Behavior/CacheableBehavior.php
@@ -284,11 +284,16 @@ class CacheableBehavior extends ModelBehavior {
* @return boolean
*/
public function af... | CacheableBehavior improvements | milesj_utility | train |
6dad7c0921a4e7a1f4e35fa956ca9570b4cd5ea0 | diff --git a/core/src/main/java/org/commonjava/indy/core/content/DefaultContentManager.java b/core/src/main/java/org/commonjava/indy/core/content/DefaultContentManager.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/commonjava/indy/core/content/DefaultContentManager.java
+++ b/core/src/main/java/org/commo... | Update the NFC whenever a file is stored
When a new file is uploaded directly to a hosted repository, none of the NFC entries for
groups that repository is a part of (even those where it's included via another group)
is cleared. This means we can have out-of-date NFC information in groups even after an
artifact is dep... | Commonjava_indy | train |
7459d2b23b88cc58594ec194cf605afcfec13d3a | diff --git a/lib/licensee/project_files/readme.rb b/lib/licensee/project_files/readme.rb
index <HASH>..<HASH> 100644
--- a/lib/licensee/project_files/readme.rb
+++ b/lib/licensee/project_files/readme.rb
@@ -6,7 +6,17 @@ module Licensee
/\AREADME\.(md|markdown|mdown|txt)\z/i => 0.9
}.freeze
- CONT... | Recognize underlined license headers in READMEs
The following license header will now be recognized
as the beginning of a license text in a README
License
------- | licensee_licensee | train |
d31090138633d9b53ff16f2d5cab74d727427462 | diff --git a/core/wisdom-engine/src/main/java/org/wisdom/engine/wrapper/RequestFromNetty.java b/core/wisdom-engine/src/main/java/org/wisdom/engine/wrapper/RequestFromNetty.java
index <HASH>..<HASH> 100644
--- a/core/wisdom-engine/src/main/java/org/wisdom/engine/wrapper/RequestFromNetty.java
+++ b/core/wisdom-engine/src... | By default accept text/* and not only HTML. | wisdom-framework_wisdom | train |
a1aca2e9059668d7c05a8f84bc96732416310edc | diff --git a/cpenv/__main__.py b/cpenv/__main__.py
index <HASH>..<HASH> 100644
--- a/cpenv/__main__.py
+++ b/cpenv/__main__.py
@@ -57,10 +57,28 @@ def list_modules():
echo('cpenv launch <module_name>')
-@click.group()
-def cli():
+@click.group(invoke_without_command=True)
+@click.option(
+ '--clear_cache',
... | Added clear_cache flag to root cli. Allows user to clear all cached environments not in CPENV_HOME path | cpenv_cpenv | train |
833635ec2952e85d3740e2719afcec4c525c7127 | diff --git a/ontquery/plugins/services.py b/ontquery/plugins/services.py
index <HASH>..<HASH> 100644
--- a/ontquery/plugins/services.py
+++ b/ontquery/plugins/services.py
@@ -810,17 +810,22 @@ class rdflibLocal(OntService): # reccomended for local default implementation
return None
def query(self, ... | rdfl support for multiple prefixes and exclude_prefix | tgbugs_ontquery | train |
e80ed04f87eb6e93ac229a1611cd6c96dc4c76b1 | diff --git a/angr/analyses/vfg.py b/angr/analyses/vfg.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/vfg.py
+++ b/angr/analyses/vfg.py
@@ -27,6 +27,7 @@ class VFGNode(object):
self.events = [ ]
self.input_variables = [ ]
self.actions = [ ]
+ self.final_states = [ ]
if st... | VFG: add a new property final_states for VFGNode | angr_angr | train |
9480dd5bb789dd271b1ef402c5cd15af7d188300 | diff --git a/spec/aggregator_methods_and_events_spec.rb b/spec/aggregator_methods_and_events_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/aggregator_methods_and_events_spec.rb
+++ b/spec/aggregator_methods_and_events_spec.rb
@@ -144,20 +144,6 @@ describe JsDuck::Aggregator do
it_should_behave_like "method docume... | Remove old anonymous function test.
Esprima parser now behaves slightly differently and it's tested for it
in ast_methods_spec.rb. Doesn't really matter for the parser to behave
exactly the same on this corner case - the test was previously there to
mainly check that the parser doesn't crash. | senchalabs_jsduck | train |
021a6c23e851210c1b817bd353a1e5e19ce10b90 | diff --git a/src/jquery.draggable.js b/src/jquery.draggable.js
index <HASH>..<HASH> 100644
--- a/src/jquery.draggable.js
+++ b/src/jquery.draggable.js
@@ -29,9 +29,9 @@
var dir_map = { x : 'left', y : 'top' };
var isTouch = !!('ontouchstart' in window);
var pointer_events = {
- start: isTouch ? 't... | fix(draggable): handle both touch and click events
Fixes #<I>, #<I>, #<I>, and #<I> | ducksboard_gridster.js | train |
750e8a92728be632b1539091c42307f0b398de0f | diff --git a/lib/transport.js b/lib/transport.js
index <HASH>..<HASH> 100644
--- a/lib/transport.js
+++ b/lib/transport.js
@@ -101,7 +101,6 @@ Transport.prototype.handleRequest = function (req) {
if (!req.socket.__ioHandler) {
// add a handler only once per socket
- this.socket.setNoDelay(true);
... | Fixed; removed noDelay for all sockets. | socketio_socket.io | train |
4a64ca29bd3843c628aa24e88ef783e4da9ca604 | diff --git a/includes/class-freemius.php b/includes/class-freemius.php
index <HASH>..<HASH> 100755
--- a/includes/class-freemius.php
+++ b/includes/class-freemius.php
@@ -8156,21 +8156,24 @@
break;
}
- if ( ! $fs->is_site_delegated_connec... | [bundle-license-activation] [refactor] Simplified the code. | Freemius_wordpress-sdk | train |
b4f937d5f470b8966f656f3a65677c3fcac0f1f1 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -405,7 +405,10 @@ module.exports = function ( grunt ) {
] );
grunt.registerTask( 'build-i18n', [ 'copy:i18n' ] );
grunt.registerTask( 'build-tests', [ 'exec:rubyTestSuiteGenerator', 'exec:phpGenerateJSPHP... | Build demos as part of `grunt build` too
Bug: T<I>
Change-Id: I3d<I>d<I>f8dba<I>eb<I>b<I>de<I>fde<I> | wikimedia_oojs-ui | train |
051cdda345092ccb49dc40df30ba7f4cef69f121 | diff --git a/.toys/gen-client.rb b/.toys/gen-client.rb
index <HASH>..<HASH> 100644
--- a/.toys/gen-client.rb
+++ b/.toys/gen-client.rb
@@ -162,14 +162,13 @@ end
def determine_defaults
gem_shortname = @base_gem_name.sub(/^google-cloud-/, "")
- @api_name = gem_shortname.gsub(/[-_]/, "")
+ @api_name = gem_shortnam... | chore: Minor fixes to gen-client script | googleapis_google-cloud-ruby | train |
ac360b6c22f7f23707b6dc51ca57a8ae0e098394 | diff --git a/src/notebook/epics/kernel-launch.js b/src/notebook/epics/kernel-launch.js
index <HASH>..<HASH> 100644
--- a/src/notebook/epics/kernel-launch.js
+++ b/src/notebook/epics/kernel-launch.js
@@ -38,6 +38,12 @@ export function setLanguageInfo(langInfo) {
};
}
+/**
+ * Send a kernel_info_request to the ker... | docs(kernelLaunch): Add docstrings for kernel launch | nteract_nteract | train |
52527e8b5c2a07fe31ee93ebbbffc5f01f6cf324 | diff --git a/src/main/php/org/bovigo/vfs/vfsStream.php b/src/main/php/org/bovigo/vfs/vfsStream.php
index <HASH>..<HASH> 100644
--- a/src/main/php/org/bovigo/vfs/vfsStream.php
+++ b/src/main/php/org/bovigo/vfs/vfsStream.php
@@ -259,14 +259,14 @@ class vfsStream
}
self::newFile($filein... | Correctly decode octal permissions in copyFromFileSystem | bovigo_vfsStream | train |
79f7ca7d33c0efb828604954fbc820418036f3dc | diff --git a/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php b/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
+++ b/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
@@ -51,7 +51,7 @@ class DboTestSource extends Dbo... | Oops, forgot one change in last commit. | cakephp_cakephp | train |
25cc4f42db439327747bb8101a6d4d7381f0ebb8 | diff --git a/octodns/manager.py b/octodns/manager.py
index <HASH>..<HASH> 100644
--- a/octodns/manager.py
+++ b/octodns/manager.py
@@ -263,7 +263,8 @@ class Manager(object):
except KeyError:
raise Exception('Zone {} is missing targets'.format(zone_name))
if eligible_targets:
-... | Explicit list on filter when checking for non-existant targets | github_octodns | train |
762804b2a521103c6c59953a73e43003f5e0456f | diff --git a/store/etcdv3/meta/ephemeral.go b/store/etcdv3/meta/ephemeral.go
index <HASH>..<HASH> 100644
--- a/store/etcdv3/meta/ephemeral.go
+++ b/store/etcdv3/meta/ephemeral.go
@@ -2,6 +2,7 @@ package meta
import (
"context"
+ "sync"
"time"
"go.etcd.io/etcd/v3/clientv3"
@@ -30,7 +31,10 @@ func (e *ETCD) St... | fix: should waiting for the ephemeral thread done (#<I>) | projecteru2_core | train |
a4d6ab4f013bee6823de6f04437576ddfa68f0b3 | diff --git a/theanets/layers/base.py b/theanets/layers/base.py
index <HASH>..<HASH> 100644
--- a/theanets/layers/base.py
+++ b/theanets/layers/base.py
@@ -283,7 +283,7 @@ class Layer(util.Registrar(str('Base'), (), {})):
def log(self):
'''Log some information about this layer.'''
- inputs = ', '.... | Use quotes around param/layer names when logging. | lmjohns3_theanets | train |
a24fbb5831b533cffe1a5c5c62a4cb9f8f91e87a | diff --git a/primus.js b/primus.js
index <HASH>..<HASH> 100644
--- a/primus.js
+++ b/primus.js
@@ -147,13 +147,6 @@ function Primus(url, options) {
options.strategy = options.strategy.join(',').toLowerCase();
//
- // Only initialise the EventEmitter interface if we're running in a plain
- // browser environme... | [minor] Remove un-used EventEmitter.call, we inherit no props from constructors. | primus_primus | train |
442b32d4396571f90849c93aada2270268ed2b58 | diff --git a/cobe/brain.py b/cobe/brain.py
index <HASH>..<HASH> 100644
--- a/cobe/brain.py
+++ b/cobe/brain.py
@@ -162,13 +162,8 @@ class Brain:
input_ids = self._get_token_ids(tokens, memo, c)
_trace.trace("Brain.reply_input_token_count", len(tokens))
- # Make a copy of the known input ids
-... | Avoid an extra copy of input_ids, check for None in filter_pivots | pteichman_cobe | train |
6e614149d1ba7ce0b5f5bfc415a1898d30e56ed1 | diff --git a/lib/kaminari/active_record_extension.rb b/lib/kaminari/active_record_extension.rb
index <HASH>..<HASH> 100644
--- a/lib/kaminari/active_record_extension.rb
+++ b/lib/kaminari/active_record_extension.rb
@@ -17,9 +17,7 @@ module Kaminari
kls.class_eval do
# Fetch the values at the specifi... | Use Proc.new instead of lambda for scope_options.
lambda is strict about block parameters in <I>,
so we might as well just use Proc.new. | kaminari_kaminari | train |
b94b6101a24b226021464828e62192e1cbdff30c | diff --git a/lib/active_merchant/billing/gateways/ezic.rb b/lib/active_merchant/billing/gateways/ezic.rb
index <HASH>..<HASH> 100644
--- a/lib/active_merchant/billing/gateways/ezic.rb
+++ b/lib/active_merchant/billing/gateways/ezic.rb
@@ -70,7 +70,10 @@ module ActiveMerchant
end
def verify(credit_card, ... | Ezic: Allow verify to use void operation
Even though some underlying processors don't support void on Ezic,
that's ok since the result is ignored on the `verify` operation. The
customers who have access to `void` will benefit. | activemerchant_active_merchant | train |
4b86d75da946013798096abfb29e162f259a83a2 | diff --git a/utils/config.js b/utils/config.js
index <HASH>..<HASH> 100644
--- a/utils/config.js
+++ b/utils/config.js
@@ -28,18 +28,21 @@ module.exports = {
apiBase += '/' + (config.api ? config.api.version : 'test');
// set config values for the client web apps
+ var logConfig = config.logg... | Fixes for client side logging | gethuman_pancakes-recipe | train |
b3c4bb896614dc214caff4f9ce3f310a48a23bc2 | diff --git a/libfuse/mounter.go b/libfuse/mounter.go
index <HASH>..<HASH> 100644
--- a/libfuse/mounter.go
+++ b/libfuse/mounter.go
@@ -31,7 +31,7 @@ func (m *mounter) Mount() (err error) {
// Exit if we were succesful or we are not a force mounting on error.
// Otherwise, try unmounting and mounting again.
if err... | fix bug where nil pointer can be returned when mount fails in non-forced mounter (#<I>) | keybase_client | train |
f4c202053ee4698553c95d58f0208d6d64f8347b | diff --git a/axiom/test/historic/stubloader.py b/axiom/test/historic/stubloader.py
index <HASH>..<HASH> 100644
--- a/axiom/test/historic/stubloader.py
+++ b/axiom/test/historic/stubloader.py
@@ -41,7 +41,12 @@ def saveStub(funcobj, revision):
class StubbedTest(unittest.TestCase):
- def setUp(self):
+
+ def o... | Remove {{{__init__}}} which accidentally changed {{{privateKey}}} upon upgrade.
Also, in the interests of testing this fix, refactor the historical stub loader slightly so that additional copies of the legacy store may be opened to compare against.
Author: glyph
Reviewer: washort
Fixes #<I> | twisted_axiom | train |
ba5dc9ac84a9142a854d5ea7e658bde4ebbc0e2a | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.10.2
+
+- Bugfix: `init` command fail in the case that the configuration file does not exist. [#37][]
+
## 0.10.1
- Add KMS support for Node.js [#35][]
@@ -139,4 +143,5 @@
[#29]: https:/... | [skip ci] Bump up version | marcy-terui_lamvery | train |
ffe1407217abb585468cb239a35ef0b79568809f | diff --git a/pkg/api/index.go b/pkg/api/index.go
index <HASH>..<HASH> 100644
--- a/pkg/api/index.go
+++ b/pkg/api/index.go
@@ -85,7 +85,7 @@ func setIndexViewData(c *middleware.Context) (*dtos.IndexViewData, error) {
if plugin.Pinned {
data.MainNavLinks = append(data.MainNavLinks, &dtos.NavLink{
Text: plugi... | feat(apps): minor progress | grafana_grafana | train |
e5997dda837b018628d5e3c940dcd40dc8cf652c | diff --git a/tomodachi/helpers/logging.py b/tomodachi/helpers/logging.py
index <HASH>..<HASH> 100644
--- a/tomodachi/helpers/logging.py
+++ b/tomodachi/helpers/logging.py
@@ -3,6 +3,10 @@ from logging.handlers import WatchedFileHandler
from typing import Optional, Union, Any
+class CustomServiceLogHandler(WatchedF... | Use custom class extending WatchedFileHandler | kalaspuff_tomodachi | train |
c59b0e8cc2f3da64c68f3a506281d09432082a29 | diff --git a/jira_metrics_extract/cli.py b/jira_metrics_extract/cli.py
index <HASH>..<HASH> 100644
--- a/jira_metrics_extract/cli.py
+++ b/jira_metrics_extract/cli.py
@@ -57,7 +57,7 @@ def create_argument_parser():
parser.add_argument('--final-column', metavar='<name>', help="Name of the final 'work' column. Defau... | Update for new release. Mistyped character | rnwolf_jira-metrics-extract | train |
131617363053d95a8f0d3c865abdcd94999385f3 | diff --git a/src/d3-funnel/d3-funnel.js b/src/d3-funnel/d3-funnel.js
index <HASH>..<HASH> 100644
--- a/src/d3-funnel/d3-funnel.js
+++ b/src/d3-funnel/d3-funnel.js
@@ -120,7 +120,7 @@ class D3Funnel {
this.height = settings.chart.height;
this.bottomWidth = settings.chart.width * settings.chart.bottomWidth;
this... | chart.direction should have been reversed... | jakezatecky_d3-funnel | train |
4e501e39558663cc4bb3c8561e84485229da8028 | diff --git a/pcef/core/panels/search_and_replace.py b/pcef/core/panels/search_and_replace.py
index <HASH>..<HASH> 100644
--- a/pcef/core/panels/search_and_replace.py
+++ b/pcef/core/panels/search_and_replace.py
@@ -17,6 +17,7 @@ usePyQt4 = os.environ['QT_API'] == "PyQt"
usePySide = os.environ['QT_API'] == "PySide"
fr... | SearchPanel: make use of the DelayJobRunner | pyQode_pyqode.core | train |
a6cfe4225af8f876f9c7e7012e42998495e3907f | diff --git a/plexapi/client.py b/plexapi/client.py
index <HASH>..<HASH> 100644
--- a/plexapi/client.py
+++ b/plexapi/client.py
@@ -7,7 +7,7 @@ from plexapi import BASE_HEADERS, CONFIG, TIMEOUT
from plexapi import log, logfilter, utils
from plexapi.base import PlexObject
from plexapi.compat import ElementTree
-from p... | Raise NotFound on <I> errors | pkkid_python-plexapi | train |
9d9a100c24d08806835f99ba8474e3f739f7a4af | diff --git a/CHANGES b/CHANGES
index <HASH>..<HASH> 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,7 @@ Version 0.3.7
* Improved Django 1.5 and Django HEAD (1.6) compatibility (thanks @uruz)
* Python3 compatibility (requires six and Pillow >= 2.0)
* Added zh_CN localization (thanks @mingchen)
+* Make sure the generat... | release <I>, fixes math challenge, better python3 support | mbi_django-simple-captcha | train |
9515fd5fa92168ab05ebdce6eee1ccb90b8987dd | diff --git a/lib/attributor/dsl_compiler.rb b/lib/attributor/dsl_compiler.rb
index <HASH>..<HASH> 100644
--- a/lib/attributor/dsl_compiler.rb
+++ b/lib/attributor/dsl_compiler.rb
@@ -78,6 +78,8 @@ module Attributor
# end
# @api semiprivate
def define(name, attr_type = nil, **opts, &block)
+ exam... | Bump MAX_EXAMPLE_DEPTH up to <I>, and skip inheriting examples for redefined structures. | praxis_attributor | train |
1bc10180cb10c90d47f894f6b8f1ab858e5a39bb | diff --git a/command/taint_test.go b/command/taint_test.go
index <HASH>..<HASH> 100644
--- a/command/taint_test.go
+++ b/command/taint_test.go
@@ -379,9 +379,8 @@ func TestTaint_module(t *testing.T) {
}
args := []string{
- "-module=child",
"-state", statePath,
- "test_instance.blah",
+ "module.child.test_in... | command: Fix all of the "taint" command tests
Most of this is just updates to allow for the fact that we now always save
the provider address as part of resource state, whereas before it was only
saved conditionally.
This also updates TestTaint_module for the intentional change that it now
expects a child module to b... | hashicorp_terraform | train |
8f8787b9ec65671e0d1f98752f8de4e811d833e0 | diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/argumentselectiondefects/Changes.java b/core/src/main/java/com/google/errorprone/bugpatterns/argumentselectiondefects/Changes.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/google/errorprone/bugpatterns/argumentselectiondefects/Changes.jav... | Remove double negative from PenaltyThresholdHeuristic
add some tests for it. Also, added a couple of helper methods for
summing the total costs to Changes which I'm using in multiple places
now.
RELNOTES: Tidy PenaltyThresholdHeuristic and add tests
-------------
Created by MOE: <URL> | google_error-prone | train |
97f384c34b12c02aa3c6c4a082e63b4b01317d9e | diff --git a/integrationtests/osgi/src/test/java/org/infinispan/it/osgi/features/OSGiKarafFeaturesTest.java b/integrationtests/osgi/src/test/java/org/infinispan/it/osgi/features/OSGiKarafFeaturesTest.java
index <HASH>..<HASH> 100644
--- a/integrationtests/osgi/src/test/java/org/infinispan/it/osgi/features/OSGiKarafFeat... | ISPN-<I> Add tests for the uberjar features. | infinispan_infinispan | train |
46d4e6a904c16950d8e99219139ddf040569a135 | diff --git a/packages/material-ui-lab/src/useAutocomplete/useAutocomplete.js b/packages/material-ui-lab/src/useAutocomplete/useAutocomplete.js
index <HASH>..<HASH> 100644
--- a/packages/material-ui-lab/src/useAutocomplete/useAutocomplete.js
+++ b/packages/material-ui-lab/src/useAutocomplete/useAutocomplete.js
@@ -734,7... | [Autocomplete] Extend support to textarea (#<I>) | mui-org_material-ui | train |
78963fc3d97642bf0c5a200639bdb29fd1e8ae8a | diff --git a/builtin/providers/aws/resource_aws_db_instance.go b/builtin/providers/aws/resource_aws_db_instance.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/aws/resource_aws_db_instance.go
+++ b/builtin/providers/aws/resource_aws_db_instance.go
@@ -304,33 +304,38 @@ func resourceAwsDbInstanceRead(d *schema.Re... | providers/aws: fix/improve RDS pointers handling
* d.Set has a pointer nil check we can lean on
* need to be a bit more conservative about nil checks on nested structs;
(this fixes the RDS acceptance tests)
/cc @fanhaf | hashicorp_terraform | train |
5157e0a8e68e2013353ee1c1fc11a36eebfdca5f | diff --git a/src/Resources/skeleton/crud/controller/ControllerWithTwig.tpl.php b/src/Resources/skeleton/crud/controller/ControllerWithTwig.tpl.php
index <HASH>..<HASH> 100644
--- a/src/Resources/skeleton/crud/controller/ControllerWithTwig.tpl.php
+++ b/src/Resources/skeleton/crud/controller/ControllerWithTwig.tpl.php
@... | fix interception of /new url by show action | symfony_maker-bundle | train |
e53879328c82ec02233ea2aa9a8775e496c79e4f | diff --git a/params/version.go b/params/version.go
index <HASH>..<HASH> 100644
--- a/params/version.go
+++ b/params/version.go
@@ -19,10 +19,10 @@ package params
import "fmt"
const (
- VersionMajor = 1 // Major version component of the current release
- VersionMinor = 5 // Minor version component ... | params: stable version <I> | ethereum_go-ethereum | train |
3874f46979529040461a47730202388f1d4ff92b | diff --git a/src/http-manager.js b/src/http-manager.js
index <HASH>..<HASH> 100644
--- a/src/http-manager.js
+++ b/src/http-manager.js
@@ -81,4 +81,13 @@ HttpManager.del = function(request, callback) {
_makeRequest(method, options, request.getURI(), callback);
};
+HttpManager.put = function(request, callback) {
+... | Add add track to users Your Music library endpoint | thelinmichael_spotify-web-api-node | train |
ab7262e105845c306604eef60803a76ec8ff955e | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -52,7 +52,7 @@ master_doc = 'index'
# General information about the project.
project = u'Sphinx JSON Schema'
-copyright = u'2017-2020, Leo Noordergraaf'
+copyright = u'2017-2021, Leo Noordergraaf'
author =... | resolves #<I>, release <I> | lnoor_sphinx-jsonschema | train |
9c4e28bffd625f3fa169f8aab149612a9796b917 | diff --git a/plenum/common/util.py b/plenum/common/util.py
index <HASH>..<HASH> 100644
--- a/plenum/common/util.py
+++ b/plenum/common/util.py
@@ -310,8 +310,8 @@ def setupLogging(log_level, raet_log_level=None, filename=None,
backupCount=config.logRotationBackupCount,
... | switch off stdout logging if logging to the file enabled | hyperledger_indy-plenum | train |
92711c28868d7ef97e4cdae3a4d11cc070c7f2dd | diff --git a/lightsteem/client.py b/lightsteem/client.py
index <HASH>..<HASH> 100644
--- a/lightsteem/client.py
+++ b/lightsteem/client.py
@@ -1,9 +1,9 @@
+import logging
import uuid
from itertools import cycle
-import logging
+import backoff
import requests
-from requests.adapters import HTTPAdapter
from .exce... | Stop using urllib3's Retry class and use backoff library to retry
requests. | emre_lightsteem | train |
122f2fc96ee634e341a378a938ec4ead70e466fe | diff --git a/hibernate-ogm-core/src/main/java/org/hibernate/ogm/datastore/infinispan/impl/InfinispanDatastoreProvider.java b/hibernate-ogm-core/src/main/java/org/hibernate/ogm/datastore/infinispan/impl/InfinispanDatastoreProvider.java
index <HASH>..<HASH> 100644
--- a/hibernate-ogm-core/src/main/java/org/hibernate/ogm/... | OGM-<I> Don't stop a cache that has been provided | hibernate_hibernate-ogm | train |
0e2f99fa75618d43d68e7c98a2a77b2d4f7b69b0 | diff --git a/multiqc/modules/damageprofiler/damageprofiler.py b/multiqc/modules/damageprofiler/damageprofiler.py
index <HASH>..<HASH> 100644
--- a/multiqc/modules/damageprofiler/damageprofiler.py
+++ b/multiqc/modules/damageprofiler/damageprofiler.py
@@ -35,7 +35,7 @@ class MultiqcModule(BaseMultiqcModule):
se... | Hm, json is not parsed properly | ewels_MultiQC | train |
75c74deaf11ca93d686239ec38ab776fea59eab8 | diff --git a/src/main/java/net/snowflake/client/jdbc/telemetryOOB/TelemetryEvent.java b/src/main/java/net/snowflake/client/jdbc/telemetryOOB/TelemetryEvent.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/snowflake/client/jdbc/telemetryOOB/TelemetryEvent.java
+++ b/src/main/java/net/snowflake/client/jdbc/teleme... | SNOW-<I>: make sure ctx_tags are lowercase in telemetry events | snowflakedb_snowflake-jdbc | train |
4d0f3c1c1d3e01ac35f00877cf9c70bd50fb4772 | diff --git a/src/Plugin.php b/src/Plugin.php
index <HASH>..<HASH> 100644
--- a/src/Plugin.php
+++ b/src/Plugin.php
@@ -21,6 +21,9 @@ class Plugin extends \hiqdev\pluginmanager\Plugin
'require' => [
'fabpot/php-cs-fixer' => '*',
],
+ 'bin' => [
+ ... | added exit code propagation and used smart `passthru` | hiqdev_hidev-php-cs-fixer | train |
cb1cb6e2c5e3117f37298b9dea3c495fa3964f56 | diff --git a/source/core/oxlang.php b/source/core/oxlang.php
index <HASH>..<HASH> 100644
--- a/source/core/oxlang.php
+++ b/source/core/oxlang.php
@@ -522,6 +522,7 @@ class oxLang extends oxSuperCfg
{
$iDecPos = 0;
$sValue = ( string ) $dValue;
+ /** @var oxStrRegular $oStr */
$o... | Adding missing comments for oxStr class. | OXID-eSales_oxideshop_ce | train |
2930df924ea8e6c8c3fb5dda828b0602de58aab6 | diff --git a/tests/unit/modules/localemod_test.py b/tests/unit/modules/localemod_test.py
index <HASH>..<HASH> 100644
--- a/tests/unit/modules/localemod_test.py
+++ b/tests/unit/modules/localemod_test.py
@@ -43,7 +43,7 @@ class LocalemodTestCase(TestCase):
'''
Test for Get the current system locale
... | Update localemod_test systemd.sd_booted mock to use salt.utils.systemd.booted
This brings these tests inline with the changes made to salt.utils.systemd.booted
in #<I> | saltstack_salt | train |
1202d1a4f476e8d8abb7e62f5c282d249f5df10b | diff --git a/config/global.ini.php b/config/global.ini.php
index <HASH>..<HASH> 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -465,7 +465,8 @@ enable_trusted_host_check = 1
; The release server is an essential part of the Piwik infrastructure/ecosystem
; to provide the latest software version.
-... | Update Piwik using HTTPS + add a system check
- Piwik will update over HTTPS if curl is supported
- the system check verifies that updating over HTTPS is supported (= curl supported) | matomo-org_matomo | train |
54e88ae984068bbd00e81f8219d801a8dd4206c4 | diff --git a/src/zoid/buttons/util.js b/src/zoid/buttons/util.js
index <HASH>..<HASH> 100644
--- a/src/zoid/buttons/util.js
+++ b/src/zoid/buttons/util.js
@@ -1,8 +1,7 @@
/* @flow */
import { supportsPopups, isAndroid, isChrome, isIos, isSafari, isSFVC, type Experiment } from 'belter/src';
import { FUNDING } from '@... | Use basic eligibility for venmo experiment (#<I>) | paypal_paypal-checkout-components | train |
46615315667c402253eb3e5f2974f0ea2d3ed267 | diff --git a/java/client/test/org/openqa/selenium/testing/drivers/TestIgnorance.java b/java/client/test/org/openqa/selenium/testing/drivers/TestIgnorance.java
index <HASH>..<HASH> 100644
--- a/java/client/test/org/openqa/selenium/testing/drivers/TestIgnorance.java
+++ b/java/client/test/org/openqa/selenium/testing/driv... | phantomjs is purely synthetic events | SeleniumHQ_selenium | train |
fce3da3be4f80fc98785072d3013f7fb2d6656fb | diff --git a/salt/transport/client.py b/salt/transport/client.py
index <HASH>..<HASH> 100644
--- a/salt/transport/client.py
+++ b/salt/transport/client.py
@@ -52,6 +52,7 @@ class AsyncChannel(object):
cls._resolver = ThreadedResolver()
cls._resolver.initialize(num_threads=num_threads)
+
# TODO: bet... | Add blank line to satisfy pylint | saltstack_salt | train |
4114408b39c056b8a61d8bc5a92dc1cd51985eef | diff --git a/jwt/internal/types/date_test.go b/jwt/internal/types/date_test.go
index <HASH>..<HASH> 100644
--- a/jwt/internal/types/date_test.go
+++ b/jwt/internal/types/date_test.go
@@ -13,13 +13,16 @@ import (
)
func TestDate(t *testing.T) {
+ t.Parallel()
t.Run("Get from a nil NumericDate", func(t *testing.T) ... | Add more calls to t.Parallel() | lestrrat-go_jwx | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.