hash stringlengths 40 40 | diff stringlengths 131 26.7k | message stringlengths 7 694 | project stringlengths 5 67 | split stringclasses 1
value | diff_languages stringlengths 2 24 |
|---|---|---|---|---|---|
e11d8a2a2e89bb92c903fb2ab863abe68b331aa4 | diff --git a/lib/AbstractView.php b/lib/AbstractView.php
index <HASH>..<HASH> 100644
--- a/lib/AbstractView.php
+++ b/lib/AbstractView.php
@@ -551,11 +551,17 @@ abstract class AbstractView extends AbstractObject
}
$on_chain=$this->js(true);
+ $fired=false;
- $this->api->addHook('pre-... | improve how on() works on relodable objects (paginators) | atk4_atk4 | train | php,php |
a72437377c48d8cf3a8537a0e2d47a72fc034f60 | diff --git a/gitmediaclient/client.go b/gitmediaclient/client.go
index <HASH>..<HASH> 100644
--- a/gitmediaclient/client.go
+++ b/gitmediaclient/client.go
@@ -151,7 +151,10 @@ func doRequest(req *http.Request, creds Creds) (*http.Response, error) {
if err == nil {
if res.StatusCode > 299 {
- execCreds(creds, "... | don't reject auth for upstream service issues | git-lfs_git-lfs | train | go |
3a19de3cdaccce820bb123ecbd572ef7fd9cda5b | diff --git a/stacker/blueprints/base.py b/stacker/blueprints/base.py
index <HASH>..<HASH> 100644
--- a/stacker/blueprints/base.py
+++ b/stacker/blueprints/base.py
@@ -413,6 +413,10 @@ class Blueprint(object):
required when creating EC2 userdata files. Automatically, encodes
the data file to base64 aft... | Updated comments in parse_user_data | cloudtools_stacker | train | py |
fb11b9105112d3512e9a50761ed581f87683c5b9 | diff --git a/acceptancetests/assess_log_rotation.py b/acceptancetests/assess_log_rotation.py
index <HASH>..<HASH> 100755
--- a/acceptancetests/assess_log_rotation.py
+++ b/acceptancetests/assess_log_rotation.py
@@ -233,7 +233,7 @@ def main():
client = make_client_from_args(args)
with boot_context(args.temp_en... | Ensure we pass arch to boot_context
The boot context takes a arch argument. The arch argument was added to
allow deploying via the deploy_stack function to work. Unfortunately
it's virtually impossible to get all the acceptance tests to run in one
click, so we have to rely on jenkins to tell us when they're failing. | juju_juju | train | py,py |
3702ba1bee3bab5ea09b720ff7afaaf70d530a76 | diff --git a/test/helper.js b/test/helper.js
index <HASH>..<HASH> 100644
--- a/test/helper.js
+++ b/test/helper.js
@@ -58,7 +58,6 @@ ex('sl-build --install --commit');
assert(!test('-e', 'node_modules/debug'), 'dev dep not installed');
assert(test('-e', 'node_modules/node-syslog'), 'prod dep installed');
assert(!tes... | test: Don't require sl-pm in path
Remove assertion that strong-pm has been installed or linked globally. | strongloop_strong-pm | train | js |
c197a152564f5288473389517fae3c902243da0a | diff --git a/lib/searchkick/model.rb b/lib/searchkick/model.rb
index <HASH>..<HASH> 100644
--- a/lib/searchkick/model.rb
+++ b/lib/searchkick/model.rb
@@ -72,8 +72,12 @@ module Searchkick
alias_method :search_index, :searchkick_index unless method_defined?(:search_index)
def searchkick_reindex(m... | Prevented scope from affecting search_data [skip ci] | ankane_searchkick | train | rb |
df9e2cf081ccc3e6761475dbf2bd1fccc1725e4b | diff --git a/src/sos/sos_task.py b/src/sos/sos_task.py
index <HASH>..<HASH> 100644
--- a/src/sos/sos_task.py
+++ b/src/sos/sos_task.py
@@ -167,7 +167,12 @@ def loadTask(filename):
return pickle.load(task)
elif header.startswith('SOSTASK1.2'):
task.readline()
- ... | Be compatible with task files written with zlib compression | vatlab_SoS | train | py |
e64594c5eede8e380c494a99c276a2ce9f2cdb1d | diff --git a/ddsc/core/filedownloader.py b/ddsc/core/filedownloader.py
index <HASH>..<HASH> 100644
--- a/ddsc/core/filedownloader.py
+++ b/ddsc/core/filedownloader.py
@@ -1,13 +1,14 @@
"""
Downloads a file based on ranges.
"""
+import os
import math
import tempfile
import requests
from multiprocessing import Pro... | tweak download block size and remove parts after merging them | Duke-GCB_DukeDSClient | train | py |
2597d13fc871b80e665c905e37dd50e846590ae2 | diff --git a/salt/client/ssh/shell.py b/salt/client/ssh/shell.py
index <HASH>..<HASH> 100644
--- a/salt/client/ssh/shell.py
+++ b/salt/client/ssh/shell.py
@@ -292,7 +292,7 @@ class Shell(object):
logmsg = 'Executing command: {0}'.format(cmd)
if self.passwd:
logmsg = logmsg.replace(self.pa... | update code that changes log level of salt-ssh shim command
str.`decode("base<I>")` has been changed to `base<I>.b<I>decode`, but the code
that checks for `decode("base<I>")` has not been changed | saltstack_salt | train | py,py |
b28c41fd523b6cd338e7bb5d3f2c1980c1c48e56 | diff --git a/languagetool-language-modules/fr/src/main/java/org/languagetool/rules/fr/InterrogativeVerbFilter.java b/languagetool-language-modules/fr/src/main/java/org/languagetool/rules/fr/InterrogativeVerbFilter.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/fr/src/main/java/org/languagetool/rul... | [fr] throws IOException | languagetool-org_languagetool | train | java |
336a100c7cf0e00102d3d38636faf14c37e49cd2 | diff --git a/mailutils.py b/mailutils.py
index <HASH>..<HASH> 100644
--- a/mailutils.py
+++ b/mailutils.py
@@ -125,7 +125,7 @@ def send_email(fromaddr,
server.quit()
sent = True
except (smtplib.SMTPException, socket.error):
- register_exception(alert_admin=True)
+ ... | mailutils: fixed recursive exception bomb
When it's impossible to send an email, do not alert admin when calling
register_exception(), since the email sending facility might be totally
compromized, thus causing a recursive exception bomb. | inveniosoftware-attic_invenio-utils | train | py |
3446daa3daa9ea4e93db824bb9b5fe5d911be0fe | diff --git a/lib/weblib.php b/lib/weblib.php
index <HASH>..<HASH> 100644
--- a/lib/weblib.php
+++ b/lib/weblib.php
@@ -5467,6 +5467,14 @@ function redirect($url, $message='', $delay=-1) {
$message = "<strong>Error output, so disabling automatic redirect.</strong></p><p>" . $message;
}
+ $performancei... | redirect() - log performance profiling info
Many heavy pages end in a redirect. Log their profiling data!
Thanks to Matt Clarkson for spotting the problem. | moodle_moodle | train | php |
e014ba9cc54f43b7018b4798bc141641d48186b7 | diff --git a/js2py/translators/pyjsparser.py b/js2py/translators/pyjsparser.py
index <HASH>..<HASH> 100644
--- a/js2py/translators/pyjsparser.py
+++ b/js2py/translators/pyjsparser.py
@@ -22,7 +22,7 @@ from .pyjsparserdata import *
from .std_nodes import *
from pprint import pprint
-REGEXP_SPECIAL_SINGLE = {'\\', '^... | include hyphen in regexp special single chars
I ran into troubles using a JavaScript regexp like /[a\-z]/ where the "-" is meant to be literal. Adding "-" to the REGEXP_SPECIAL_SINGLE set fixes this (for me). | PiotrDabkowski_Js2Py | train | py |
b7e65d8c0a75b24fb6e385888cd42ee511c8314d | diff --git a/gossip/gossip/gossip_impl.go b/gossip/gossip/gossip_impl.go
index <HASH>..<HASH> 100644
--- a/gossip/gossip/gossip_impl.go
+++ b/gossip/gossip/gossip_impl.go
@@ -382,14 +382,20 @@ func (g *gossipServiceImpl) Stop() {
}
atomic.StoreInt32((&g.stopFlag), int32(1))
g.logger.Info("Stopping gossip")
- go g... | Wait for comm layer to stop when gossip stops
Gossip's Stop() method stops underlying comm layer
asynchronously but doesn't wait for it to stop.
I simply changed it so that it now waits for it to stop
until the Stop() method exits.
Change-Id: I<I>a3d<I>e<I>c2b1fe<I>c3aea1e<I> | hyperledger_fabric | train | go |
ce608bbc48d53e9eb073a1429a5c5e9e3c0344f9 | diff --git a/lib/marty/monkey.rb b/lib/marty/monkey.rb
index <HASH>..<HASH> 100644
--- a/lib/marty/monkey.rb
+++ b/lib/marty/monkey.rb
@@ -124,3 +124,16 @@ class String
self == 'infinity' ? self : old_in_time_zone(zone)
end
end
+
+######################################################################
+
+# Axls... | Added monkey patch to fix issues with Axlsx and frozen strings. | arman000_marty | train | rb |
f4b985b83694e23c97a622d01ca1ab26fca5a29c | diff --git a/src/DruidFamiliar/TransformingTimeBoundaryDruidQuery.php b/src/DruidFamiliar/TransformingTimeBoundaryDruidQuery.php
index <HASH>..<HASH> 100644
--- a/src/DruidFamiliar/TransformingTimeBoundaryDruidQuery.php
+++ b/src/DruidFamiliar/TransformingTimeBoundaryDruidQuery.php
@@ -54,9 +54,11 @@ class Transforming... | Enhancing TransformingTimeBoundaryDruidQuery to handle an empty data source in a more friendly manner | r4j4h_php-druid-query | train | php |
6290b373a001f464df788a56c80169b3abb7b5a4 | diff --git a/lib/mqtt/client.rb b/lib/mqtt/client.rb
index <HASH>..<HASH> 100644
--- a/lib/mqtt/client.rb
+++ b/lib/mqtt/client.rb
@@ -81,12 +81,19 @@ class MQTT::Client
end
# Create a new MQTT Client instance
+ #
+ # Accepts one of the following:
+ # - a URI that uses the MQTT scheme
+ # - a hostname and p... | Improved documentation on the Client initialize method | njh_ruby-mqtt | train | rb |
dd551acf9181b8d4a58fce5b68fe1c4080b95d24 | diff --git a/ghost/admin/app/components/editor-labs/publish-options/publish-at.js b/ghost/admin/app/components/editor-labs/publish-options/publish-at.js
index <HASH>..<HASH> 100644
--- a/ghost/admin/app/components/editor-labs/publish-options/publish-at.js
+++ b/ghost/admin/app/components/editor-labs/publish-options/pub... | Fixed schedule time changing after setting if local and site tz don't match
closes <URL> | TryGhost_Ghost | train | js |
cc79af58194ff7846ba9edc02481cb31826e7f2a | diff --git a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/CompoundInfinitivRule.java b/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/CompoundInfinitivRule.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/d... | [DE] StringTools.lowercaseFirstChar replaced in CompoundInfinitivRule | languagetool-org_languagetool | train | java |
14ef74d0901f227f0ef23cdd6f21d93244000500 | diff --git a/datajoint/blob.py b/datajoint/blob.py
index <HASH>..<HASH> 100644
--- a/datajoint/blob.py
+++ b/datajoint/blob.py
@@ -234,6 +234,8 @@ def pack_obj(obj):
blob += pack_array(np.array(obj, dtype=np.dtype('c')))
elif isinstance(obj, Iterable):
blob += pack_array(np.array(obj))
+ elif ... | Support packing int and float into blob | datajoint_datajoint-python | train | py |
ee3f48d01abb518315f3a4dea415c20d623d1fb6 | diff --git a/test/test-quoting.js b/test/test-quoting.js
index <HASH>..<HASH> 100644
--- a/test/test-quoting.js
+++ b/test/test-quoting.js
@@ -2,7 +2,7 @@
const test = require('ava');
const bashParser = require('../src');
-test('quotes within double quotes', t => {
+test.only('quotes within double quotes', t => {
... | Add test for line numbers in syntax errors | vorpaljs_bash-parser | train | js |
ba1ff8f04049c95adfe56472a855aa21bb631b13 | diff --git a/pyvirtualdisplay/smartdisplay.py b/pyvirtualdisplay/smartdisplay.py
index <HASH>..<HASH> 100644
--- a/pyvirtualdisplay/smartdisplay.py
+++ b/pyvirtualdisplay/smartdisplay.py
@@ -60,7 +60,7 @@ class SmartDisplay(Display):
"""
t = 0
sleep_time = 0.3 # for fast windows
- rep... | waitgrab: smaller polling times | ponty_PyVirtualDisplay | train | py |
d967567b4e2b2f15783fa04ca8715fab5e003baf | diff --git a/core/src/main/java/com/graphhopper/routing/AlternativeRouteCH.java b/core/src/main/java/com/graphhopper/routing/AlternativeRouteCH.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/graphhopper/routing/AlternativeRouteCH.java
+++ b/core/src/main/java/com/graphhopper/routing/AlternativeRouteCH.ja... | Factor out concat for Paths | graphhopper_graphhopper | train | java |
8b23eaf13394fbda4475c4a7207a3d3831ad10f6 | diff --git a/LiSE/LiSE/handle.py b/LiSE/LiSE/handle.py
index <HASH>..<HASH> 100644
--- a/LiSE/LiSE/handle.py
+++ b/LiSE/LiSE/handle.py
@@ -566,7 +566,7 @@ class EngineHandle(object):
k, v = kv
return pack(k), pack(v)
old = cache.get(char, {})
- new = dict(self.threadpool.map(pa... | Avoid a weird inconsistent error in _character_something_delta | LogicalDash_LiSE | train | py |
9bdeedcf4eff3bc40406966d0efd5d8cf7206b35 | diff --git a/eppy/geometry/pyNumeric.py b/eppy/geometry/pyNumeric.py
index <HASH>..<HASH> 100644
--- a/eppy/geometry/pyNumeric.py
+++ b/eppy/geometry/pyNumeric.py
@@ -17,8 +17,6 @@
"""This module is used to implement native Python functions to replace those called from numpy,
when using eppy with Rhino"""
-# Wrote... | Branch: i<I>_pythongeometry | Intent: Create module of native Python functions to
replace numpy functions used in eppy geometry modules
Commit Intent: Revise file header for new author & organization
---------------------------------------------------------------------------------------
*/eppy/geometry/pyNumeric.py
-R... | santoshphilip_eppy | train | py |
88c977c061a67a5bbe4f6e304ad30838639dd30a | diff --git a/core/src/main/java/org/eobjects/analyzer/util/SourceColumnFinder.java b/core/src/main/java/org/eobjects/analyzer/util/SourceColumnFinder.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/eobjects/analyzer/util/SourceColumnFinder.java
+++ b/core/src/main/java/org/eobjects/analyzer/util/SourceCol... | Further prevented stack overflow situations in SourceColumnFinder | datacleaner_AnalyzerBeans | train | java |
36fe23312e9209d856a7f61acf43a82769e44b99 | diff --git a/flowcraft/generator/engine.py b/flowcraft/generator/engine.py
index <HASH>..<HASH> 100644
--- a/flowcraft/generator/engine.py
+++ b/flowcraft/generator/engine.py
@@ -55,6 +55,7 @@ except ImportError:
process_map = {
+ "abyss": assembly.Abyss,
"abricate": annotation.Abricate,
"... | Change order of abyss class in components dictionary to maintain alphabetical order | assemblerflow_flowcraft | train | py |
62357c0a9148dbb94e997abedf76a510f781c436 | diff --git a/dipper/sources/Source.py b/dipper/sources/Source.py
index <HASH>..<HASH> 100644
--- a/dipper/sources/Source.py
+++ b/dipper/sources/Source.py
@@ -380,12 +380,14 @@ class Source:
if cache_response:
LOG.info(
"Found File '%s/%s' in DipperCache", self.name, f... | Set URL to that of the upstream source, and assume timestamp on DipperCache is the when it was retreived | monarch-initiative_dipper | train | py |
16faf064de412418d172ccc40729a8c5ad7a63ec | diff --git a/src/ol/renderer/canvas/Map.js b/src/ol/renderer/canvas/Map.js
index <HASH>..<HASH> 100644
--- a/src/ol/renderer/canvas/Map.js
+++ b/src/ol/renderer/canvas/Map.js
@@ -145,11 +145,11 @@ class CanvasMapRenderer extends MapRenderer {
}
const viewResolution = frameState.viewState.resolution;
- le... | Fix type check errors in ol/renderer/canvas/Map | openlayers_openlayers | train | js |
868625d8c3ce214de956c5a3665390ea87624d88 | diff --git a/chain/chain.go b/chain/chain.go
index <HASH>..<HASH> 100644
--- a/chain/chain.go
+++ b/chain/chain.go
@@ -60,7 +60,6 @@ func NewClient(net *btcnet.Params, connect, user, pass string, certs []byte) (*C
notificationLock: new(sync.Mutex),
quit: make(chan struct{}),
}
- initializedCli... | Remove a unused channel from chain.NewClient | btcsuite_btcwallet | train | go |
743631346a9cf85ad96bdfb8af603d572f7a0b44 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -10,8 +10,8 @@ source_suffix = ".rst"
master_doc = "index"
project = "pwned-passwords-django"
copyright = "2018-2020, James Bennett"
-version = "1.4a"
-release = "1.4a"
+version = "1.4"
+release = "1.4"
exc... | Fix version number in docs. | ubernostrum_pwned-passwords-django | train | py |
bacdc3504baf6eeff802aab2ee57e5588830882a | diff --git a/array-keys.js b/array-keys.js
index <HASH>..<HASH> 100644
--- a/array-keys.js
+++ b/array-keys.js
@@ -41,7 +41,7 @@ ArrayKeys.prototype.getRecord = function (id) {
};
ArrayKeys.prototype.exists = function (id) {
- if (this.idx.getIndex(id) >= 0) {
+ if (this.getIndex(id) >= 0) {
return true;
... | bugfix, erroneously referenced method. with test | silverbucket_array-keys | train | js,js |
093db3ddfa75a096911886734067f26309c59738 | diff --git a/terraform/cloudtesting/end_to_end_test.go b/terraform/cloudtesting/end_to_end_test.go
index <HASH>..<HASH> 100644
--- a/terraform/cloudtesting/end_to_end_test.go
+++ b/terraform/cloudtesting/end_to_end_test.go
@@ -14,13 +14,24 @@ import (
)
var (
- numClients = flag.Int("num_clients", 1, "Numb... | Skip test if flags are note set. (#<I>) | google_fleetspeak | train | go |
f5d0e3d7605cc05b0fd549d2b89c9d1db48ce093 | diff --git a/activesupport/lib/active_support/hash_with_indifferent_access.rb b/activesupport/lib/active_support/hash_with_indifferent_access.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/hash_with_indifferent_access.rb
+++ b/activesupport/lib/active_support/hash_with_indifferent_access.rb
@@ -1... | +"foo"+ doesn't generate code tag [ci skip] | rails_rails | train | rb |
fcc5b4814b65c291d5d2d3bd7d97af9c81e65d62 | diff --git a/src/Notifications/Notifications/BackupHasFailed.php b/src/Notifications/Notifications/BackupHasFailed.php
index <HASH>..<HASH> 100644
--- a/src/Notifications/Notifications/BackupHasFailed.php
+++ b/src/Notifications/Notifications/BackupHasFailed.php
@@ -25,8 +25,8 @@ class BackupHasFailed extends BaseNotif... | Bring the Fail to the front of the notification (#<I>) | spatie_laravel-backup | train | php |
f10c1094454c789c798d0a6b84ef92a218811ee1 | diff --git a/Command/PopulateCommand.php b/Command/PopulateCommand.php
index <HASH>..<HASH> 100644
--- a/Command/PopulateCommand.php
+++ b/Command/PopulateCommand.php
@@ -103,7 +103,7 @@ class PopulateCommand extends ContainerAwareCommand
if ($input->isInteractive() && $reset && $input->getOption('offset')) {
... | Fix call of unknown method QuestionHelper::askConfirmation()
QuestionHelper has no method askConfirmation(), use ask()
Problem is caused by migration from DialogHelper to QuestionHelper in this commit: <URL> | FriendsOfSymfony_FOSElasticaBundle | train | php |
632cb5d833d1cd37cdb14b427f6caa89f48b8208 | diff --git a/gnupg/_parsers.py b/gnupg/_parsers.py
index <HASH>..<HASH> 100644
--- a/gnupg/_parsers.py
+++ b/gnupg/_parsers.py
@@ -1348,5 +1348,8 @@ class ListPackets(object):
self.need_passphrase_sym = True
elif key == 'USERID_HINT':
self.userid_hint = value.strip().split()
+ ... | Add more recognized keys to ListPackets status handling method. | isislovecruft_python-gnupg | train | py |
8cb07eb379d7efee8336258a9009c349dd705f66 | diff --git a/pysnmp/entity/config.py b/pysnmp/entity/config.py
index <HASH>..<HASH> 100644
--- a/pysnmp/entity/config.py
+++ b/pysnmp/entity/config.py
@@ -238,7 +238,8 @@ def addTargetAddr(
def addSocketTransport(snmpEngine, transportDomain, transport):
"""Add transport object to socket dispatcher of snmpEngine... | at addSocketTransport(), create transport dispatcher if does not exist.
better make sure that existing one is of Socket type. | etingof_pysnmp | train | py |
54bb622da787eaa33a9d59bd13ee819981ca844f | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -35,7 +35,7 @@ end
require 'rubygems'
# If spork is available in the Gemfile it'll be used but we don't force it.
-unless RbConfig::CONFIG["host_os"] =~ %r!(msdos|mswin|djgpp|min... | Spork is working on Windows now | refinery_refinerycms | train | rb |
ad6d075ad6757e9bfb2bfd6e6416c7ea6ef7f53b | diff --git a/jams/tests/eval_test.py b/jams/tests/eval_test.py
index <HASH>..<HASH> 100644
--- a/jams/tests/eval_test.py
+++ b/jams/tests/eval_test.py
@@ -89,7 +89,7 @@ def test_onset_invalid():
def test_chord_valid():
ref_ann = create_annotation(values=['C', 'E', 'G:min7'],
- nam... | updated eval tests to cover both chord namespaces | marl_jams | train | py |
4128ffcbb86017ac99e3d04f2d0e7dc5602366ff | diff --git a/src/NodeChanger/ExpressionAdder.php b/src/NodeChanger/ExpressionAdder.php
index <HASH>..<HASH> 100644
--- a/src/NodeChanger/ExpressionAdder.php
+++ b/src/NodeChanger/ExpressionAdder.php
@@ -80,6 +80,10 @@ final class ExpressionAdder
*/
public function addExpressionsToNodes(array $nodes): array
... | ExpressionAdder: run only if these are nodes to be added | rectorphp_rector | train | php |
b3cf42b6d1d23ae1e436b34cba0696c9a8712c12 | diff --git a/src/main/java/act/handler/builtin/controller/impl/ReflectedHandlerInvoker.java b/src/main/java/act/handler/builtin/controller/impl/ReflectedHandlerInvoker.java
index <HASH>..<HASH> 100644
--- a/src/main/java/act/handler/builtin/controller/impl/ReflectedHandlerInvoker.java
+++ b/src/main/java/act/handler/bu... | fix bind issue when action handler needs primitive type | actframework_actframework | train | java |
f5a8fb88935f9c317b29b56d36873160673d2bdb | diff --git a/src/discoursegraphs/readwrite/rst/rs3.py b/src/discoursegraphs/readwrite/rst/rs3.py
index <HASH>..<HASH> 100644
--- a/src/discoursegraphs/readwrite/rst/rs3.py
+++ b/src/discoursegraphs/readwrite/rst/rs3.py
@@ -81,7 +81,7 @@ class RSTGraph(DiscourseDocumentGraph):
(root precedes token1, which p... | rs3: the default root node is now the rst:root_node, cf. #<I> | arne-cl_discoursegraphs | train | py |
67f0458a6dafb6a817cce0d9497fe901b267e5ba | diff --git a/tests/test_megaplan.py b/tests/test_megaplan.py
index <HASH>..<HASH> 100644
--- a/tests/test_megaplan.py
+++ b/tests/test_megaplan.py
@@ -1,8 +1,13 @@
from builtins import next
from builtins import object
import mock
+import unittest
-from bugwarrior.services.mplan import MegaplanService
+try:
+ fr... | Skip megaplan tests in python3. | ralphbean_bugwarrior | train | py |
e631cf50ce196e730a14a7c642039947c079c553 | diff --git a/bqplot/pyplot/pyplot.py b/bqplot/pyplot/pyplot.py
index <HASH>..<HASH> 100644
--- a/bqplot/pyplot/pyplot.py
+++ b/bqplot/pyplot/pyplot.py
@@ -321,15 +321,19 @@ def axes(mark=None, options={}, **kwargs):
fig_axes = [axis for axis in fig.axes]
for name in scales:
if name not in mark.class_... | make axes changes dynamic in pyplot | bloomberg_bqplot | train | py |
002f47a0fbf16eb52b465527833055d5f81f8692 | diff --git a/src/main/java/io/github/bonigarcia/handler/DockerDriverHandler.java b/src/main/java/io/github/bonigarcia/handler/DockerDriverHandler.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/github/bonigarcia/handler/DockerDriverHandler.java
+++ b/src/main/java/io/github/bonigarcia/handler/DockerDriverHandle... | Minor smell-fix according to sonarcloud report | bonigarcia_selenium-jupiter | train | java |
1e3c28167ffb300ffb0246787ac7893801d887c8 | diff --git a/src/dependencies.js b/src/dependencies.js
index <HASH>..<HASH> 100644
--- a/src/dependencies.js
+++ b/src/dependencies.js
@@ -6,11 +6,6 @@
suffix: Pusher.dependency_suffix
});
- // Support Firefox versions which prefix WebSocket
- if (!window.WebSocket && window.MozWebSocket) {
- window.WebS... | Don't bind MozWebSocket to WebSocket anymore | pusher_pusher-js | train | js |
c1f20c981f21c86dcfc3f12c818db1b6e8d08a56 | diff --git a/src/db.js b/src/db.js
index <HASH>..<HASH> 100644
--- a/src/db.js
+++ b/src/db.js
@@ -188,11 +188,11 @@
var transaction = db.transaction( table ),
store = transaction.objectStore( table ),
index = indexName ? store.index( indexName ) : store,
- ... | Reading the spec clarifies how to handle no range, use null! | aaronpowell_db.js | train | js |
8521fc2c15583cae8876ac36ff2b79b045b6a1f1 | diff --git a/dmenu/dmenu.py b/dmenu/dmenu.py
index <HASH>..<HASH> 100644
--- a/dmenu/dmenu.py
+++ b/dmenu/dmenu.py
@@ -2,18 +2,18 @@ import re
from subprocess import PIPE, Popen
from sys import version_info
-
+# determine the string type for this version of python
if version_info[0] == 3:
_string_types = str,... | Add a clarifying comment about string_types and DmenuError. | allonhadaya_dmenu-python | train | py |
f042d742b9511e51a869f82b27dd32ca5b966427 | diff --git a/app/models/version.rb b/app/models/version.rb
index <HASH>..<HASH> 100644
--- a/app/models/version.rb
+++ b/app/models/version.rb
@@ -141,11 +141,13 @@ class Version < ApplicationRecord
subquery = <<-SQL
versions.rubygem_id IN (SELECT versions.rubygem_id
FROM ve... | Limit select of distinct rubygems in just_updated
Previously, this was scanning the complete versions table which was
unnecessary when we only wanted to show <I> versions order by created_at.
Adding limit and order by with agg on created_at in subquery would
ensure we selecting over relevant rows only.
query plan:
<U... | rubygems_rubygems.org | train | rb |
ef3cd76e3dc4583b06f5f2b8e896643c44280c51 | diff --git a/structs.go b/structs.go
index <HASH>..<HASH> 100644
--- a/structs.go
+++ b/structs.go
@@ -232,6 +232,7 @@ type Role struct {
ID string `json:"id"`
Name string `json:"name"`
Managed bool `json:"managed"`
+ Mentionable bool `json:"mentionable"`
Hoist bool `json:"hoist"... | Add mentionable to Role struct | bwmarrin_discordgo | train | go |
6090d8fd424b51cee7a660cb425ee3c8bfd3333d | diff --git a/src/javascript/xhr/XMLHttpRequest.js b/src/javascript/xhr/XMLHttpRequest.js
index <HASH>..<HASH> 100644
--- a/src/javascript/xhr/XMLHttpRequest.js
+++ b/src/javascript/xhr/XMLHttpRequest.js
@@ -958,14 +958,14 @@ define("moxie/xhr/XMLHttpRequest", [
headers: _headers,
mimeType: _mimeType,
... | XHR, HTML5: Reference responseType directly rather than through props object, which is not functional currently. | moxiecode_moxie | train | js |
cdfa6720bd3a9594ad8b6a310e4e934e65651eed | diff --git a/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/OrderRepository.php b/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/OrderRepository.php
index <HASH>..<HASH> 100644
--- a/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/OrderRepository.php
+++ b/src/Sylius/Bundle/CoreBundle/Doctrine/ORM/OrderRepository.php
@@ -122,7 +122,8 ... | Leftjoin because order.user can be null
And select the user to avoid more queries | Sylius_Sylius | train | php |
4d38b1674bb23385c8ab866af98a2a31e7ab098e | diff --git a/guava/src/com/google/common/cache/CacheBuilder.java b/guava/src/com/google/common/cache/CacheBuilder.java
index <HASH>..<HASH> 100644
--- a/guava/src/com/google/common/cache/CacheBuilder.java
+++ b/guava/src/com/google/common/cache/CacheBuilder.java
@@ -650,8 +650,9 @@ public final class CacheBuilder<K, V>... | Clarify the impact of having a synchronous refresh implementation.
-------------
Created by MOE: <URL> | google_guava | train | java |
7af61de35760bb1cbd956bebbe9d130ab0427013 | diff --git a/pyfolio/tears.py b/pyfolio/tears.py
index <HASH>..<HASH> 100644
--- a/pyfolio/tears.py
+++ b/pyfolio/tears.py
@@ -132,10 +132,9 @@ def create_full_tear_sheet(returns, positions=None, transactions=None,
set_context=set_context)
if bayesian and live_start_date is not... | BUG Call the new Bayesian tear sheet from full tear sheet. | quantopian_pyfolio | train | py |
5593c8c186f1046edf95272e8ac4ce3394908c25 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1054,7 +1054,7 @@ var QUERIES = [
{
regexp: /^(firefox|ff|fx)\s+esr$/i,
select: function () {
- return ['firefox 78', 'firefox 91']
+ return ['firefox 91']
}
},
{ | Update Firefox ESR versions (#<I>)
Firefox <I> is not an ESR anymore since November <I>. | browserslist_browserslist | train | js |
20e26c3df81279c8482d96b77083fa0ea1eb3477 | diff --git a/notifiers/balloon.js b/notifiers/balloon.js
index <HASH>..<HASH> 100644
--- a/notifiers/balloon.js
+++ b/notifiers/balloon.js
@@ -123,14 +123,16 @@ function doNotification (options, notifierOptions, callback) {
}
function fromErrorCodeToAction (errorCode) {
- if (errorCode === 2) {
- return 'timeou... | Changed ifs to switch. | mikaelbr_node-notifier | train | js |
daa732d9c06db7b21795eb62406c83dec69437c3 | diff --git a/examples/server/server.js b/examples/server/server.js
index <HASH>..<HASH> 100644
--- a/examples/server/server.js
+++ b/examples/server/server.js
@@ -36,7 +36,7 @@ const HTML = ({ content, store }) => (
)
app.use(function (req, res) {
- const memoryHistory = createMemoryHistory(req.path)
+ const memo... | Use url for history.
Closes #<I> | reactjs_react-router-redux | train | js |
1a916d7098f615feaea6206f1795bab87a118330 | diff --git a/autoslug/tests.py b/autoslug/tests.py
index <HASH>..<HASH> 100644
--- a/autoslug/tests.py
+++ b/autoslug/tests.py
@@ -65,6 +65,13 @@ class ModelWithUniqueSlugFK(Model):
>>> d = ModelWithUniqueSlugFK.objects.create(name=greeting, simple_model=sm1)
>>> d.slug
'hello-world-3'
+ >>> sm3.name ... | Tests for recently introduced bug in unique slug generation. See #6. | justinmayer_django-autoslug | train | py |
b5e0887e3740eb166ed1f5c59d7f216873c53688 | diff --git a/api/runner/logger.go b/api/runner/logger.go
index <HASH>..<HASH> 100644
--- a/api/runner/logger.go
+++ b/api/runner/logger.go
@@ -19,7 +19,7 @@ func NewFuncLogger(appName, path, function, requestID string) io.Writer {
r: r,
w: w,
}
- log := logrus.WithFields(logrus.Fields{"app_name": appName, "path... | Added user_log=true to user log lines. | iron-io_functions | train | go |
06bfb017f818fa71482861140f7774f3bc118780 | diff --git a/lib/tvdb_party/httparty_icebox.rb b/lib/tvdb_party/httparty_icebox.rb
index <HASH>..<HASH> 100644
--- a/lib/tvdb_party/httparty_icebox.rb
+++ b/lib/tvdb_party/httparty_icebox.rb
@@ -168,7 +168,7 @@ module HTTParty #:nodoc:
# ===== Store objects in memory
#
- Struct.new("Response", :cod... | change struct name to not clash with Rails | maddox_tvdb_party | train | rb |
b3ab51f96eac212f3c62980f12d370c9d03eba27 | diff --git a/bcbio/distributed/ipythontasks.py b/bcbio/distributed/ipythontasks.py
index <HASH>..<HASH> 100644
--- a/bcbio/distributed/ipythontasks.py
+++ b/bcbio/distributed/ipythontasks.py
@@ -56,7 +56,7 @@ def process_alignment(*args):
process_alignment.metadata = {"resources": ["star", "novoalign", "bwa", "bowtie2... | Typo in job requirements for ipython parallel star alignment | bcbio_bcbio-nextgen | train | py |
76e621fcbfddb9d428f947985c6e235dcb328885 | diff --git a/lib/monetize.rb b/lib/monetize.rb
index <HASH>..<HASH> 100644
--- a/lib/monetize.rb
+++ b/lib/monetize.rb
@@ -66,6 +66,8 @@ module Monetize
end
def extract_cents(input, currency = Money.default_currency)
+ warn '[DEPRECATION] Monetize.extract_cents is deprecated. Use Monetize.parse().cents... | Deprecate Monetize.extract_cents
This method is not documented and untested. The same effect can be
achieved by calling .cents on the result of Monetize.parse. | RubyMoney_monetize | train | rb,rb |
8560d6453357e7048834b3fec931dd5ac5f6d9b0 | diff --git a/install/scripts/portableSharedLibraries/OAT/mediaPlayer.js b/install/scripts/portableSharedLibraries/OAT/mediaPlayer.js
index <HASH>..<HASH> 100644
--- a/install/scripts/portableSharedLibraries/OAT/mediaPlayer.js
+++ b/install/scripts/portableSharedLibraries/OAT/mediaPlayer.js
@@ -94,7 +94,13 @@ define([
... | expose the mediaElement object in the mediaplayer shared library | oat-sa_extension-tao-itemqti | train | js |
952e1d4d5ba61b2537bfa3859964cceafa90ee73 | diff --git a/autorelease/release_notes.py b/autorelease/release_notes.py
index <HASH>..<HASH> 100644
--- a/autorelease/release_notes.py
+++ b/autorelease/release_notes.py
@@ -117,10 +117,12 @@ class ReleaseNoteWriter(GitHubRepoBase):
title = pull['title']
number = str(pull['number'])
author =... | Minor improvements to release notes formatting
* External contributor name now inside parens:
(#XXX) @~~~~~ ==> (#XXX @~~~~~)
* Multiword hashtags now underscore-separateed:
#my tag name ==> #my_tag_name | dwhswenson_autorelease | train | py |
4c593d8b78c86d7dfdcd7040faccde584668c746 | diff --git a/lib/compiler.js b/lib/compiler.js
index <HASH>..<HASH> 100644
--- a/lib/compiler.js
+++ b/lib/compiler.js
@@ -367,7 +367,7 @@ define(function(require, exports, module) {
"('", node.value.partial.trim(), "', { render: function(_data) {",
"data = _data || data;",
"return ... | Fixes bug with registerPartial inside of extend
Before, compiling extend partials would not pass a valid Combyne object, they
were missing `_filters` and `_partials`. | tbranyen_combyne | train | js |
bc630428f4d326264fbed2f3f8111cd273ab6251 | diff --git a/salt/modules/mdadm.py b/salt/modules/mdadm.py
index <HASH>..<HASH> 100644
--- a/salt/modules/mdadm.py
+++ b/salt/modules/mdadm.py
@@ -2,8 +2,11 @@
Salt module to manage RAID arrays with mdadm
'''
+import os
import logging
+import salt.utils
+
# Set up logger
log = logging.getLogger(__name__)
@@ ... | salt.module.mdadm: a few sanity checks
- Test for mdadm in __virtual__()
- Make sure the device ie: /dev/md0 exists before running mdadm
on it. It is easier to blow up before executing a command | saltstack_salt | train | py |
a51cc04ca6fca6102954e61c25c9582b807e6d8b | diff --git a/Query/Processors/PostgresProcessor.php b/Query/Processors/PostgresProcessor.php
index <HASH>..<HASH> 100755
--- a/Query/Processors/PostgresProcessor.php
+++ b/Query/Processors/PostgresProcessor.php
@@ -17,14 +17,12 @@ class PostgresProcessor extends Processor
*/
public function processInsertGetI... | Database\PostgresProcessor::processInserGettId | array cast fails to get "sequence" from entity when fetch mode is set to PDO::FETCH_CLASS (#<I>) | illuminate_database | train | php |
87ae15bd2fed97ec74b494c512e0b6b9d4996171 | diff --git a/ox_modules/module-mob/commands/execute.js b/ox_modules/module-mob/commands/execute.js
index <HASH>..<HASH> 100644
--- a/ox_modules/module-mob/commands/execute.js
+++ b/ox_modules/module-mob/commands/execute.js
@@ -9,10 +9,12 @@
/**
* @function execute
- * @summary Executes a JavaScript code inside the... | Fix mob.execute to accept variable number of arguments | oxygenhq_oxygen | train | js |
4cb5f889bf3e8c496e7975798d636a510e5738d6 | diff --git a/test_dj_database_url.py b/test_dj_database_url.py
index <HASH>..<HASH> 100644
--- a/test_dj_database_url.py
+++ b/test_dj_database_url.py
@@ -65,14 +65,14 @@ class DatabaseTestSuite(unittest.TestCase):
def test_empty_sqlite_url(self):
url = 'sqlite://'
- dj_database_url.parse(url)
+ ... | Fixing test to actually use the result of the parse | kennethreitz_dj-database-url | train | py |
6ca07507757e9d35b719625c977e866da694032b | diff --git a/chef/lib/windows/pipe_server.rb b/chef/lib/windows/pipe_server.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/windows/pipe_server.rb
+++ b/chef/lib/windows/pipe_server.rb
@@ -90,9 +90,10 @@ module RightScale
# Forces detachment of the handler on EM's next tick.
def force_detach
- #... | Refs #<I> - No need to use next tick when detaching | rightscale_right_link | train | rb |
8c6cc9e51b58ca8e8cc32d3d3f49177a9fb20af6 | 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
@@ -17527,13 +17527,14 @@
);
if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
- if ( ! is_obje... | [bundle-license-activation] The documentation was misleading since it was explaining the opposite case. Therefore, created an empty opposite `if` statement and positioned the comment in it. | Freemius_wordpress-sdk | train | php |
5f91f8829dffd9c433dfbfc8a360f2d0ebe17e79 | diff --git a/src/org/jgroups/blocks/cs/NioConnection.java b/src/org/jgroups/blocks/cs/NioConnection.java
index <HASH>..<HASH> 100644
--- a/src/org/jgroups/blocks/cs/NioConnection.java
+++ b/src/org/jgroups/blocks/cs/NioConnection.java
@@ -395,7 +395,11 @@ public class NioConnection extends Connection {
protect... | JGRP-<I> Fix JDK8 compability with uses of ByteBuffer.clear(). | belaban_JGroups | train | java |
63e6bf1874cdc2f072d900e17ced01a543199c3f | diff --git a/lib/remocon/command/pull_command.rb b/lib/remocon/command/pull_command.rb
index <HASH>..<HASH> 100644
--- a/lib/remocon/command/pull_command.rb
+++ b/lib/remocon/command/pull_command.rb
@@ -123,10 +123,8 @@ module Remocon
end
end
- removed = {}
-
- removed_keys.each do |... | Fixed a spec of removed params | jmatsu_remocon | train | rb |
870accc0fd53b758ee9de6a13b3dd589481a9729 | diff --git a/loggredile/loggredile.go b/loggredile/loggredile.go
index <HASH>..<HASH> 100644
--- a/loggredile/loggredile.go
+++ b/loggredile/loggredile.go
@@ -83,7 +83,6 @@ func streamMessages(addr string, path string, outMessages, errMessages chan<- *l
go func() {
for {
_, data, err := ws.ReadMessage()
-
... | stop sending keepalives to loggregator
this appears to be done via websocket ping/pongs instead, which
gorilla/websocket automatically does for us | cloudfoundry_inigo | train | go |
21296a797c53ce8a855978d4cbdacf6950623a0a | diff --git a/buildbot/status/web/build.py b/buildbot/status/web/build.py
index <HASH>..<HASH> 100644
--- a/buildbot/status/web/build.py
+++ b/buildbot/status/web/build.py
@@ -170,7 +170,7 @@ class StatusResourceBuild(HtmlResource):
name = req.args.get("username", ["<unknown>"])[0]
comments = req.args.... | remove overzealous escaping of reason in rebuild()
I'd like a second look at this, since these escapes were added while
resolving the XSS vulnerabilities back in <I>.*. I think they are
unnecessary, particularly with the use of Jinja. I suspect they were
added out of an abundance of caution, lest the reason later be... | buildbot_buildbot | train | py |
700d8d3aa8ab1b921db6e0c83d5d2da945d03c26 | diff --git a/daemon_config_linux_test.go b/daemon_config_linux_test.go
index <HASH>..<HASH> 100644
--- a/daemon_config_linux_test.go
+++ b/daemon_config_linux_test.go
@@ -159,10 +159,6 @@ func TestDaemonRuntimeRoot(t *testing.T) {
t.Fatal(err)
}
- if err = task.Start(ctx); err != nil {
- t.Fatal(err)
- }
-
st... | Don't start top container in test | containerd_containerd | train | go |
e38cd1be718a207125e8116667d3e2675258d2b9 | diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/DispatcherTest.java b/flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/DispatcherTest.java
index <HASH>..<HASH> 100755
--- a/flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/DispatcherTest.java
+++ b/flink-runtime... | [FLINK-<I>][tests] Wait for cancellation future to complete | apache_flink | train | java |
bfda593c9cea57dfde3ce2855d9d7e9923d94e0e | diff --git a/Tests/Package/Repositories/StatusesTest.php b/Tests/Package/Repositories/StatusesTest.php
index <HASH>..<HASH> 100755
--- a/Tests/Package/Repositories/StatusesTest.php
+++ b/Tests/Package/Repositories/StatusesTest.php
@@ -86,7 +86,8 @@ class StatusesTest extends \PHPUnit_Framework_TestCase
array(
... | Add unit tests
Repositories/Statuses::create() | joomla-framework_github-api | train | php |
7bad2c4c2c80764fe30ccdc73a0eb9f1adcb8ba9 | diff --git a/salt/cloud/clouds/gce.py b/salt/cloud/clouds/gce.py
index <HASH>..<HASH> 100644
--- a/salt/cloud/clouds/gce.py
+++ b/salt/cloud/clouds/gce.py
@@ -2256,8 +2256,8 @@ def request_instance(vm_):
'ex_service_accounts', vm_, __opts__, default=None),
'ex_can_ip_forward': config.get_c... | [develop] Lint fix for gce.py (#<I>) | saltstack_salt | train | py |
b6e0fa8bd271925baa94266a391385ca7d30a31e | diff --git a/lib/templates.js b/lib/templates.js
index <HASH>..<HASH> 100644
--- a/lib/templates.js
+++ b/lib/templates.js
@@ -62,7 +62,7 @@
if (!templates.cache[tpl]) {
fs.readFile(filename, function(err, html) {
- templates.cache[tpl] = html.toString();
+ templates.cache[tpl] = (html || '').toString();... | don't crash express if template doesn't exist | benchpressjs_benchpressjs | train | js |
5a520ddedb2a257b839c66c383afd12a3b62d16b | diff --git a/benchexec/tools/aprove.py b/benchexec/tools/aprove.py
index <HASH>..<HASH> 100644
--- a/benchexec/tools/aprove.py
+++ b/benchexec/tools/aprove.py
@@ -60,7 +60,8 @@ class Tool(benchexec.tools.template.BaseTool):
logging.warning('Unable to determine AProVE version: {0}'.format(e.strerror))
... | Simplify regexp handling
Compilation for immediate usage is useless. | sosy-lab_benchexec | train | py |
1c4ce2f4d7e8a8fb93a2599206ba8f5b778d6638 | diff --git a/presto-main/src/main/java/com/facebook/presto/server/PluginManager.java b/presto-main/src/main/java/com/facebook/presto/server/PluginManager.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/server/PluginManager.java
+++ b/presto-main/src/main/java/com/facebook/presto/ser... | Remove redundant classes directory for plugins
The target/classes directory is already included in the resolved classpath
returned by the artifact resolver. | prestodb_presto | train | java |
0ae859ea2237729166c56daa8a1d91fee2ba70cf | diff --git a/src/MercadoPago/Entities/Flavor1/Preapproval.php b/src/MercadoPago/Entities/Flavor1/Preapproval.php
index <HASH>..<HASH> 100644
--- a/src/MercadoPago/Entities/Flavor1/Preapproval.php
+++ b/src/MercadoPago/Entities/Flavor1/Preapproval.php
@@ -10,6 +10,7 @@ use MercadoPago\Annotation\Attribute;
* @RestMeth... | Access token auth for preapproval | mercadopago_sdk-php | train | php |
5c3cb1a2ca3fa26d62c7efc5cbb454ec38fe102b | diff --git a/odl/discr/discretization.py b/odl/discr/discretization.py
index <HASH>..<HASH> 100644
--- a/odl/discr/discretization.py
+++ b/odl/discr/discretization.py
@@ -234,7 +234,8 @@ class RawDiscretizationVector(NtuplesBaseVector):
def __init__(self, space, ntuple):
"""Initialize a new instance."""
... | ENH: improve assert in RawDiscretizationVector | odlgroup_odl | train | py |
dc7a719b676602d1921d99756139916fe9caea7f | diff --git a/Globals.php b/Globals.php
index <HASH>..<HASH> 100644
--- a/Globals.php
+++ b/Globals.php
@@ -1,6 +1,8 @@
<?php
namespace Coercive\Utility\Globals;
+use Exception;
+
/**
* Globals
* PHP Version 7
@@ -77,7 +79,17 @@ class Globals {
if(is_null($mItem)) { return null; }
# WHAT ELSE
- if(is_... | is_callable can crash if a class already called | Coercive_Globals | train | php |
9ecab059dd4c5b9f0492984a39eed6c94bd33606 | diff --git a/lib/cucumber_analytics/version.rb b/lib/cucumber_analytics/version.rb
index <HASH>..<HASH> 100644
--- a/lib/cucumber_analytics/version.rb
+++ b/lib/cucumber_analytics/version.rb
@@ -1,3 +1,3 @@
module CucumberAnalytics
- VERSION = '1.2.0'
+ VERSION = '1.3.0'
end | Version bump
Gem version bumped for <I> release. | enkessler_cucumber_analytics | train | rb |
4e4f15b98f80da060a28d4fce8557228de09c30c | diff --git a/scripts/update/Updater.php b/scripts/update/Updater.php
index <HASH>..<HASH> 100644
--- a/scripts/update/Updater.php
+++ b/scripts/update/Updater.php
@@ -209,20 +209,10 @@ class Updater extends \common_ext_ExtensionUpdater
$serviceManager = $this->getServiceManager();
$fsService =... | fix updater by adding file source path | oat-sa_extension-tao-itemqti | train | php |
0dc533058cdf56d418c96a0a0f9817e5ac678a81 | diff --git a/src/main/java/com/offbytwo/jenkins/JenkinsServer.java b/src/main/java/com/offbytwo/jenkins/JenkinsServer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/offbytwo/jenkins/JenkinsServer.java
+++ b/src/main/java/com/offbytwo/jenkins/JenkinsServer.java
@@ -288,6 +288,12 @@ public class JenkinsServer {... | Added JavaDoc for deleteJob method. | jenkinsci_java-client-api | train | java |
77c35e7bdeb3e6900460f943cb4cb8f7c1558ee0 | diff --git a/admin/code/LeftAndMain.php b/admin/code/LeftAndMain.php
index <HASH>..<HASH> 100644
--- a/admin/code/LeftAndMain.php
+++ b/admin/code/LeftAndMain.php
@@ -928,6 +928,8 @@ class LeftAndMain extends Controller implements PermissionProvider {
$data = array();
$ids = explode(',', $request->getVar('ids'));... | BUGFIX: Remove possibility of E_NOTICE in updatetreenodes(). | silverstripe_silverstripe-framework | train | php |
d72adfa5dec8f9263083a149bfd7ffbce614fa19 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(
long_description=long_description,
packages=find_packages('.'),
install_requires = [
- 'prompt_toolkit==0.50',
+ 'prompt_toolkit==0.51',
'jedi>=0.9.0',
'doco... | Upgrade to prompt_toolkit <I>. | prompt-toolkit_ptpython | train | py |
8c0d7fe440a9afb75f1553f8963e2e481efd83b4 | diff --git a/skew/backends/redis_backend.py b/skew/backends/redis_backend.py
index <HASH>..<HASH> 100644
--- a/skew/backends/redis_backend.py
+++ b/skew/backends/redis_backend.py
@@ -54,7 +54,7 @@ class RedisBlockingQueue(RedisQueue):
return None
-class RedisDataStore(BaseResultStore):
+class RedisData... | Fixing a bad line in the redis backend | coleifer_huey | train | py |
39d2e094d61ce848670850ab477acc601c37f067 | diff --git a/platform/android/library/src/in/uncod/android/bypass/Bypass.java b/platform/android/library/src/in/uncod/android/bypass/Bypass.java
index <HASH>..<HASH> 100644
--- a/platform/android/library/src/in/uncod/android/bypass/Bypass.java
+++ b/platform/android/library/src/in/uncod/android/bypass/Bypass.java
@@ -4... | Check for null parent in recureElement
The check is done elsewhere in this method, it should be done here as
well | Uncodin_bypass | train | java |
a7e83ec8d6a09e1c560b3375ca672c73f6c7a01e | diff --git a/core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java b/core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java
+++ b/core/src/main/java/hudson/node_monitors/ResponseTimeMonitor.java
@@ -1... | Use System.currentTimeMillis() instead of System.nanoTime() to protect
against incorrect values if times are ever compared between different JVM nodes | jenkinsci_jenkins | train | java |
008c42263bd846e2fa401d784b7b3f43382b8829 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ requirements = (
setup(
name='combine',
- version='0.0.26',
+ version='0.0.27.dev0',
description='A helpful, simple static site generator.',
long_description=long_description,
long_d... | Back to development: <I> | dropseed_combine | train | py |
5bd4050a73cb36faf4fbcb79db86aaf3ae3f327a | diff --git a/cheroot/cli.py b/cheroot/cli.py
index <HASH>..<HASH> 100644
--- a/cheroot/cli.py
+++ b/cheroot/cli.py
@@ -179,9 +179,8 @@ def main():
help='Timeout in seconds for putting requests into queue')
raw_args = parser.parse_args()
- # ensure current directory is at front of sys.path
- if '' ... | One liner for ensuring cwd in sys.path | cherrypy_cheroot | train | py |
b19d787f8fb14dc85edb7f70d5ebc5c18fec6a76 | diff --git a/lib/setupHttpRoutes.js b/lib/setupHttpRoutes.js
index <HASH>..<HASH> 100644
--- a/lib/setupHttpRoutes.js
+++ b/lib/setupHttpRoutes.js
@@ -52,7 +52,7 @@ function setupHttpRoutes(server, skynet){
// curl http://localhost:3000/status
server.get('/status', function(req, res){
console.log('STATUS',... | add activity topics for more rest endpoints | octoblu_meshblu | train | js |
f31c51f7eea2200d84f8d1ff4d93461406d9c4db | diff --git a/djstripe/__init__.py b/djstripe/__init__.py
index <HASH>..<HASH> 100644
--- a/djstripe/__init__.py
+++ b/djstripe/__init__.py
@@ -7,7 +7,7 @@ __title__ = "dj-stripe"
__summary__ = "Django + Stripe Made Easy"
__uri__ = "https://github.com/pydanny/dj-stripe/"
-__version__ = "0.7.0"
+__version__ = "0.8.0"... | gearing up for <I> | dj-stripe_dj-stripe | train | py |
09f10cbc018ec5e83f49303950f9e4270bc0c0de | diff --git a/core/src/main/java/lucee/commons/lang/ClassUtil.java b/core/src/main/java/lucee/commons/lang/ClassUtil.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/lucee/commons/lang/ClassUtil.java
+++ b/core/src/main/java/lucee/commons/lang/ClassUtil.java
@@ -69,7 +69,10 @@ public final class ClassUtil {
... | add support for "void" as class definition | lucee_Lucee | train | java |
503ec12dd8855265c3bca6eacedee65d54af3f50 | diff --git a/code/Subsite.php b/code/Subsite.php
index <HASH>..<HASH> 100644
--- a/code/Subsite.php
+++ b/code/Subsite.php
@@ -205,7 +205,7 @@ JS;
* @param boolean $cache
* @return int ID of the current subsite instance
*/
- static function currentSubsiteID($cache = true) {
+ static function currentSubsiteID()... | BUGFIX: Removed obsolete cache argument from currentSubsiteID() (from r<I>) | silverstripe_silverstripe-subsites | train | php |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.