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
16fbcddbd044f97ffdd922a88ef28f46bf1ecf43
diff --git a/tools/dependencyValidator.js b/tools/dependencyValidator.js index <HASH>..<HASH> 100644 --- a/tools/dependencyValidator.js +++ b/tools/dependencyValidator.js @@ -48,6 +48,9 @@ requests.forEach(/** @param {string} request */ request => { const scripts = funcs.findScripts(`src/request/${request}/index.h...
Fix dependency check for full core-web/web.js script
nimiq_keyguard-next
train
js
19c7ec0b09465cf32f445f98c2a292da28279163
diff --git a/src/phonetics/alpha-sis.js b/src/phonetics/alpha-sis.js index <HASH>..<HASH> 100644 --- a/src/phonetics/alpha-sis.js +++ b/src/phonetics/alpha-sis.js @@ -130,7 +130,6 @@ export default function alphaSis(name) { throw Error('talisman/phonetics/alpha-sis: the given name is not a string.'); name = d...
Dropping ß replacement when already using the deburr function
Yomguithereal_talisman
train
js,js
90c8272b37850bba54a75c6c91088d473d19a1b7
diff --git a/abilian/web/assets/__init__.py b/abilian/web/assets/__init__.py index <HASH>..<HASH> 100644 --- a/abilian/web/assets/__init__.py +++ b/abilian/web/assets/__init__.py @@ -44,7 +44,8 @@ def requirejs_config(): RESOURCES_DIR = pkg_resources.resource_filename('abilian.web', 'resources') -JQUERY = Bundle('...
Rollback jquery upgrade for now.
abilian_abilian-core
train
py
cf11bf3cc7211a2245cf8f98170e2cbbc38f1f4c
diff --git a/nnet/sync/tests.py b/nnet/sync/tests.py index <HASH>..<HASH> 100644 --- a/nnet/sync/tests.py +++ b/nnet/sync/tests.py @@ -173,7 +173,7 @@ class Test(unittest.TestCase): self.templateDynamicSimulationClusterParameter(20, 4); def testDynamicSimulationClusterParameter6(self): - s...
[nnet.sync] Fix of test
annoviko_pyclustering
train
py
7d421cdf63e1da0070169515f569215b1ecd62f0
diff --git a/sqlg-core/src/main/java/org/umlg/sqlg/sql/parse/WhereClause.java b/sqlg-core/src/main/java/org/umlg/sqlg/sql/parse/WhereClause.java index <HASH>..<HASH> 100644 --- a/sqlg-core/src/main/java/org/umlg/sqlg/sql/parse/WhereClause.java +++ b/sqlg-core/src/main/java/org/umlg/sqlg/sql/parse/WhereClause.java @@ -1...
fix minor bug where return statement was deleted.
pietermartin_sqlg
train
java
4f69c68c8054cecaa65395f278d9a5400c8ff695
diff --git a/dic/container.py b/dic/container.py index <HASH>..<HASH> 100644 --- a/dic/container.py +++ b/dic/container.py @@ -44,9 +44,9 @@ class _ConstructorRegistration(_ComponentRegistration): # map of argument name -> argument type self.argument_types = {} - self.__inspect_constructor() ...
Removes double underscore prefix for some 'private' methods
zsims_dic
train
py
2528ab67912da4f5dcb710b8048dc6c3ba8d7b4d
diff --git a/test/ios-plist-install.js b/test/ios-plist-install.js index <HASH>..<HASH> 100644 --- a/test/ios-plist-install.js +++ b/test/ios-plist-install.js @@ -74,12 +74,12 @@ exports['should install webless plugin'] = function (test) { exports['should move the js file'] = function (test) { var pluginsPath = p...
Fixed ios plist install with moving js file
apache_cordova-plugman
train
js
c409e753a550f1e4e67e6a876b39ffcb55ec77a8
diff --git a/jre_emul/Classes/com/google/j2objc/net/IosHttpURLConnection.java b/jre_emul/Classes/com/google/j2objc/net/IosHttpURLConnection.java index <HASH>..<HASH> 100644 --- a/jre_emul/Classes/com/google/j2objc/net/IosHttpURLConnection.java +++ b/jre_emul/Classes/com/google/j2objc/net/IosHttpURLConnection.java @@ -3...
Issue <I>: merged patch that fixes infinite loop when updating content type of an HTTP response.
google_j2objc
train
java
969d0b39b27e1d14c0b3cc3b9804c8f64745ae53
diff --git a/classes/Boom/Exception/Handler/Priv.php b/classes/Boom/Exception/Handler/Priv.php index <HASH>..<HASH> 100644 --- a/classes/Boom/Exception/Handler/Priv.php +++ b/classes/Boom/Exception/Handler/Priv.php @@ -7,6 +7,7 @@ use Response; use Kohana_Exception; use View; use Boom\Page; +use Kohana; /** * E...
Fixed missing use statement for Kohana in Exception\Handler\Priv
boomcms_boom-core
train
php
63f636d1bbabfc05e2092bbb4f2cac2ae6eb0a12
diff --git a/svg_model/svgload/path_parser.py b/svg_model/svgload/path_parser.py index <HASH>..<HASH> 100644 --- a/svg_model/svgload/path_parser.py +++ b/svg_model/svgload/path_parser.py @@ -41,7 +41,7 @@ class PathDataParser(object): def get_number(self): ''' - .. versionchanged:: X.X.X + ...
docs(version): add version notifications
sci-bots_svg-model
train
py
e9b21df115b480a00dfea5d3d2a3b838cf686f05
diff --git a/lib/graphql/execution/interpreter/runtime.rb b/lib/graphql/execution/interpreter/runtime.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/execution/interpreter/runtime.rb +++ b/lib/graphql/execution/interpreter/runtime.rb @@ -223,7 +223,7 @@ module GraphQL continue_value = continue_value(n...
Update lib/graphql/execution/interpreter/runtime.rb
rmosolgo_graphql-ruby
train
rb
4356d022b9c40195eb80938f8c28dcf6d4131c99
diff --git a/salt/modules/acme.py b/salt/modules/acme.py index <HASH>..<HASH> 100644 --- a/salt/modules/acme.py +++ b/salt/modules/acme.py @@ -125,8 +125,7 @@ def cert(name, salt 'gitlab.example.com' acme.cert dev.example.com "[gitlab.example.com]" test_cert=True renew=14 webroot=/opt/gitlab/embedded/service/g...
Fix acme.cert to run certbot non-interactively Certbot should never be running interactively when executed via Salt, so this patch adds an argument to certbot which informs it to not run interactively. This fixes #<I>.
saltstack_salt
train
py
ef5ac23f5381afb9bd2b6438ed2f68e6a0247404
diff --git a/gargoyle/builtins.py b/gargoyle/builtins.py index <HASH>..<HASH> 100644 --- a/gargoyle/builtins.py +++ b/gargoyle/builtins.py @@ -20,6 +20,7 @@ class UserConditionSet(ModelConditionSet): username = String() email = String() is_anonymous = Boolean(label='Anonymous') + is_active = Boolean(l...
Add is_active as a default condition of UserConditionSet
disqus_gargoyle
train
py
7c0fd6280802a027077f4ef18379038fcfa3beac
diff --git a/co.js b/co.js index <HASH>..<HASH> 100644 --- a/co.js +++ b/co.js @@ -5,16 +5,19 @@ var excludes = [ 'operation' ]; -module.exports = function() { - var db = seraph.apply(null, [].slice.call(arguments)); +module.exports = function(opts) { + var db = seraph(opts); return function wrapObject(obj) ...
create methods on a copy of seraph
brikteknologier_seraph
train
js
4d7d64ea0928c4c9a3b2a317cade77b78c1f9423
diff --git a/tests/lib/context/format_test.js b/tests/lib/context/format_test.js index <HASH>..<HASH> 100644 --- a/tests/lib/context/format_test.js +++ b/tests/lib/context/format_test.js @@ -1,5 +1,4 @@ /* global assert:true, it, describe, beforeEach */ -/* global navigator, __dirname */ 'use strict'; import asser...
remove global navigator from tests/lib/context
l20n_l20n.js
train
js
8122fed02ee5ffc128922d807a05f0f6507dae14
diff --git a/src/utils/write-images.js b/src/utils/write-images.js index <HASH>..<HASH> 100644 --- a/src/utils/write-images.js +++ b/src/utils/write-images.js @@ -38,8 +38,6 @@ module.exports = function (opts) { rasterizeTasks.push(rasterizeTask); }); - RSVP.all(rasterizeTasks).then(() => { - reso...
refactor(write-images): Update util to single line then callback
isleofcode_splicon
train
js
faded2dc786626d455ea00c01cca10c2c1a81322
diff --git a/reef-common/src/main/java/com/microsoft/reef/runtime/common/driver/DriverStatusManager.java b/reef-common/src/main/java/com/microsoft/reef/runtime/common/driver/DriverStatusManager.java index <HASH>..<HASH> 100644 --- a/reef-common/src/main/java/com/microsoft/reef/runtime/common/driver/DriverStatusManager....
State checks for `DriverStatusManager`
apache_reef
train
java
a22653166397256c360e2978fec6d3733fe9a42e
diff --git a/Classes/RobertLemke/Plugin/Blog/Service/ContentService.php b/Classes/RobertLemke/Plugin/Blog/Service/ContentService.php index <HASH>..<HASH> 100755 --- a/Classes/RobertLemke/Plugin/Blog/Service/ContentService.php +++ b/Classes/RobertLemke/Plugin/Blog/Service/ContentService.php @@ -74,10 +74,10 @@ class Con...
[BUGFIX] ContentService still uses PersistentNodeInterface
robertlemke_RobertLemke.Plugin.Blog
train
php
81b091ed17c59bc62808b412ab8f1faf015bf96c
diff --git a/doapi/__init__.py b/doapi/__init__.py index <HASH>..<HASH> 100644 --- a/doapi/__init__.py +++ b/doapi/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.1.1' +__version__ = '0.2.0.dev1' from .base import (DOEncoder, Region, Size, Account, Kernel, DropletUpgrade, Networks, Ne...
Perform further development on a dev branch
jwodder_doapi
train
py
0c532d50ac52bca48bf9906864daf6735d5d02de
diff --git a/demo/src/components/ConstituencyParserComponent.js b/demo/src/components/ConstituencyParserComponent.js index <HASH>..<HASH> 100644 --- a/demo/src/components/ConstituencyParserComponent.js +++ b/demo/src/components/ConstituencyParserComponent.js @@ -26,7 +26,7 @@ const description = ( </span> <a ...
use correct PTB results on demo page (#<I>)
allenai_allennlp
train
js
12abcca0a27d5b9879c1d88e6f33a3de77ea099e
diff --git a/src/Table.php b/src/Table.php index <HASH>..<HASH> 100644 --- a/src/Table.php +++ b/src/Table.php @@ -204,6 +204,15 @@ class Table extends Lister $this->columns[$name][] = $decorator; } + public function getColumnDecorators($name) + { + $dec = $this->columns[$name]; + if...
add ability to get column decorators of a table
atk4_ui
train
php
c23e139fb4c80b80cb607ca61f95a4528c434665
diff --git a/tests/frontend/org/voltdb/regressionsuites/TestFunctionsSuite.java b/tests/frontend/org/voltdb/regressionsuites/TestFunctionsSuite.java index <HASH>..<HASH> 100644 --- a/tests/frontend/org/voltdb/regressionsuites/TestFunctionsSuite.java +++ b/tests/frontend/org/voltdb/regressionsuites/TestFunctionsSuite.ja...
ENG-<I> / ENG-<I>: Fix typo from previous commit
VoltDB_voltdb
train
java
4fea1668129f351642993f61c2df81f8e2347ad0
diff --git a/lib/route.js b/lib/route.js index <HASH>..<HASH> 100644 --- a/lib/route.js +++ b/lib/route.js @@ -54,7 +54,7 @@ function Route (methods, name, pattern, handlers) { throw new Error('Cannot generate path. Missing param ' + match.substr(1)); i++; - return params[key]; + ret...
Made path building for named routes public.
bretcope_koa-trail
train
js,js
fb0718689ca74deeb2a3471af199257758babd11
diff --git a/lib/collection.js b/lib/collection.js index <HASH>..<HASH> 100644 --- a/lib/collection.js +++ b/lib/collection.js @@ -1453,7 +1453,7 @@ Collection.prototype.stats = function(options, callback) { /** * @typedef {Object} Collection~findAndModifyWriteOpResult - * @property {object} value Document returne...
docs(Collection): clarify findAndModify's result.value * Clarify that findAndModify's result.value doesn't echo upserted docs * Clarify the value returned when upserting a document
mongodb_node-mongodb-native
train
js
404d099e769a0b31319219bbd0b839afb7dfa602
diff --git a/pyaxo.py b/pyaxo.py index <HASH>..<HASH> 100644 --- a/pyaxo.py +++ b/pyaxo.py @@ -571,8 +571,7 @@ class SqlitePersistence(object): self.db = self._open_db() def _open_db(self): - db = sqlite3.connect(':memory:', check_same_thread=self.nonthreaded, - factor...
Do not pass the same factory class used by default
rxcomm_pyaxo
train
py
afcead019a77a01aa059122d333539853a7414cb
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -35,7 +35,6 @@ function buildBuildList() { return obj; } var buildList = buildBuildList(); -console.dir(buildList); module.exports = function(grunt) {
Remove diagnostic code from Gruntfile.js
basic-web-components_basic-web-components
train
js
3d5bc22f72b0c0c387571da0292cf98283978f2c
diff --git a/lib/metrics/Meter.js b/lib/metrics/Meter.js index <HASH>..<HASH> 100644 --- a/lib/metrics/Meter.js +++ b/lib/metrics/Meter.js @@ -100,5 +100,5 @@ Meter.prototype._getTime = function() { if (!process.hrtime) return Date.now(); var hrtime = process.hrtime(); - return hrtime[0] / 1000 + hrtime[1] / (...
Fix High Resolution Timer bug when the time is greater than one second
yaorg_node-measured
train
js,js
711f810b9a8705d4d540c06285c4dfd279b409f9
diff --git a/seed_message_sender/__init__.py b/seed_message_sender/__init__.py index <HASH>..<HASH> 100644 --- a/seed_message_sender/__init__.py +++ b/seed_message_sender/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.9.9' +__version__ = '0.9.10' VERSION = __version__
bumped version to <I>
praekeltfoundation_seed-message-sender
train
py
7772cd70bd7eb9340193536b0ca275da9048a67f
diff --git a/src/Cmgmyr/Messenger/Models/Thread.php b/src/Cmgmyr/Messenger/Models/Thread.php index <HASH>..<HASH> 100644 --- a/src/Cmgmyr/Messenger/Models/Thread.php +++ b/src/Cmgmyr/Messenger/Models/Thread.php @@ -374,25 +374,6 @@ class Thread extends Eloquent */ public function userUnreadMessagesCount($use...
refactor to remove duplicated code
cmgmyr_laravel-messenger
train
php
21a8892d6a13246718103fe56133710184287c7f
diff --git a/lib/tracer.go b/lib/tracer.go index <HASH>..<HASH> 100644 --- a/lib/tracer.go +++ b/lib/tracer.go @@ -102,11 +102,15 @@ func (t *Tracer) GotFirstResponseByte() { // DNSStart hook. func (t *Tracer) DNSStart(info httptrace.DNSStartInfo) { t.dnsStart = time.Now() + t.dnsDone = t.dnsStart } // DNSDone ...
[fix] Fixed negative/enormous lookup times
loadimpact_k6
train
go
0a9a0de562e90e24815389427b482ec323002822
diff --git a/tests/TestCase/Collection/CollectionTest.php b/tests/TestCase/Collection/CollectionTest.php index <HASH>..<HASH> 100644 --- a/tests/TestCase/Collection/CollectionTest.php +++ b/tests/TestCase/Collection/CollectionTest.php @@ -1112,6 +1112,11 @@ class CollectionTest extends TestCase $collection = n...
Add test for append() Attempt to reproduce #<I>
cakephp_cakephp
train
php
9932144e893f8b395d7bfb3b913a7f00d4619f8d
diff --git a/course/mod.php b/course/mod.php index <HASH>..<HASH> 100644 --- a/course/mod.php +++ b/course/mod.php @@ -343,7 +343,7 @@ } exit; - } else if (!empty($groupmode) and confirm_sesskey()) { + } else if (isset($groupmode) and confirm_sesskey()) { $id = required_param( 'id',...
Fixed group switch icon cannot set a module to use no groups
moodle_moodle
train
php
2780dfc62d414f907abceab6492cfa87c1871928
diff --git a/test/functional/ft_37_default_history.rb b/test/functional/ft_37_default_history.rb index <HASH>..<HASH> 100644 --- a/test/functional/ft_37_default_history.rb +++ b/test/functional/ft_37_default_history.rb @@ -95,8 +95,16 @@ class FtDefaultHistoryTest < Test::Unit::TestCase launch_processes(false) ...
ft_<I>: more noop rejection
jmettraux_ruote
train
rb
8d4b17228f4a43d4e020b4e9e56cabe2f4bda171
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,7 +65,7 @@ copyright = u'2013-2016, Pablo Acosta-Serafini' # The short X.Y version. version = '1.0.3' # The full version, including alpha/beta/rc tags. -release = '1.0.3rc1' +release = '1.0.3' # The l...
Bumped version to <I>
pmacosta_peng
train
py,py
bf87ba097fcf986d6e2b77ae909ec039d4663f19
diff --git a/datasources/GeoJson.js b/datasources/GeoJson.js index <HASH>..<HASH> 100644 --- a/datasources/GeoJson.js +++ b/datasources/GeoJson.js @@ -86,6 +86,10 @@ GeoJsonSource.prototype = { }.bind(this)); } }, + + project: function(destinationProjection) { + this._project(destinationProjection)...
Add ability to pre-emptively load and project data
nodetiles_nodetiles-core
train
js,js
0c90b643f167233cb25256739877acb1f686d00b
diff --git a/packages/dna-skin-ce-v0/index.js b/packages/dna-skin-ce-v0/index.js index <HASH>..<HASH> 100644 --- a/packages/dna-skin-ce-v0/index.js +++ b/packages/dna-skin-ce-v0/index.js @@ -6,14 +6,14 @@ * Just another components pattern. * Use with Skin template and Custom Elements v0 spec. */ -import { SkinTem...
fix: skin-ce-v0 imports
chialab_dna
train
js
28cebd1e4652e3631d8176f1a369726f17333775
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -33,6 +33,7 @@ function sassGenerateContents(destFilePath, creds, options){ for(var i = 0; i < len; i++){ spaceArr.push(spacer); } + return spaceArr.join(''); } @@ -135,10 +136,6 @@ function sassGenerateConten...
refactor: Strip getBase function as it is unused
andrewbrandwood_gulp-sass-generate-contents
train
js
3aed904e21e73de65f9445631fa04ab47f4b3d96
diff --git a/master/buildbot/worker/local.py b/master/buildbot/worker/local.py index <HASH>..<HASH> 100644 --- a/master/buildbot/worker/local.py +++ b/master/buildbot/worker/local.py @@ -43,6 +43,7 @@ class LocalWorker(Worker, WorkerAPICompatMixin): Worker.reconfigService(self, name, None, **kwargs) i...
add TODO note about moving working directory of worker
buildbot_buildbot
train
py
458099e9efba818bde28b7fe3bb22578ce0472d6
diff --git a/twistedchecker/checkers/docstring.py b/twistedchecker/checkers/docstring.py index <HASH>..<HASH> 100644 --- a/twistedchecker/checkers/docstring.py +++ b/twistedchecker/checkers/docstring.py @@ -47,11 +47,8 @@ def _getDecoratorsName(node): # Sometimes astng fails by raising this kind of error. ...
address lukasa's drive-by comment
twisted_twistedchecker
train
py
c22248bf9ed39e43ea8f78cd8f9ba402d125cc7e
diff --git a/src/Uri/WordPressUri.php b/src/Uri/WordPressUri.php index <HASH>..<HASH> 100644 --- a/src/Uri/WordPressUri.php +++ b/src/Uri/WordPressUri.php @@ -60,8 +60,8 @@ final class WordPressUri implements UriInterface * `example.com/subfolder` we need to strip down `/subfolder` from path and build a path ...
Remove rawurlencode for url path from WordPressUri
Brain-WP_Cortex
train
php
915f4337436bdabd478f70065068648093325695
diff --git a/kafka_scanner/__init__.py b/kafka_scanner/__init__.py index <HASH>..<HASH> 100644 --- a/kafka_scanner/__init__.py +++ b/kafka_scanner/__init__.py @@ -603,10 +603,6 @@ class KafkaScannerDirect(KafkaScannerSimple): self._lower_offsets = {partition: 0 for partition in self.init_consumer.offse...
this code is not needed anymore with KafkaConsumer
scrapinghub_kafka-scanner
train
py
d8e489443c23ad1b9753ee1b442bd586e1606796
diff --git a/metrics/cgroups/oom.go b/metrics/cgroups/oom.go index <HASH>..<HASH> 100644 --- a/metrics/cgroups/oom.go +++ b/metrics/cgroups/oom.go @@ -44,11 +44,14 @@ type oomCollector struct { } type oom struct { + // count needs to stay the first member of this struct to ensure 64bits + // alignment on a 32bits m...
linux: Ensure count is <I>bits aligned for proper atomic use on <I>bits machines
containerd_containerd
train
go
499e1f3af8220a027dec570995c93f5d594bb203
diff --git a/src/Dispatcher.php b/src/Dispatcher.php index <HASH>..<HASH> 100644 --- a/src/Dispatcher.php +++ b/src/Dispatcher.php @@ -52,6 +52,7 @@ class Dispatcher { * @param $method * @param $action * @param $data + * @return mixed * @throws \Exception */ public static function...
Fixed phpdoc modified: src/Dispatcher.php
celdotro_marketplace
train
php
e4d03d70853ef54ce6578fd84da83763a8830474
diff --git a/lib/rubocop/cop/style/when_then.rb b/lib/rubocop/cop/style/when_then.rb index <HASH>..<HASH> 100644 --- a/lib/rubocop/cop/style/when_then.rb +++ b/lib/rubocop/cop/style/when_then.rb @@ -8,7 +8,7 @@ module RuboCop MSG = 'Do not use `when x;`. Use `when x then` instead.'.freeze def on_whe...
[Fix #<I>] Prevent `Style/WhenThen` from breaking on an empty branch This cop would blow up when inspecting a `case` statement with an empty `when` branch. This was missing a test case, and a regression caused by the introduction of node extensions. This change fixes it.
rubocop-hq_rubocop
train
rb,rb
8f709c023270369dea055a8a83ec309cdbf14f4b
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,9 @@ setup( maintainer='Alex Tomkins', maintainer_email='alex@blanc.ltd.uk', platforms=['any'], + install_requires=[ + 'blanc-basic-assets>=0.3', + ], packages=find_packages(), c...
Add blanc-basic-assets to install_requires
developersociety_blanc-basic-news
train
py
34470c7342cfc8f53a8793e11d9c2b70f4ac2b7a
diff --git a/lib/arjdbc/postgresql/base/pgconn.rb b/lib/arjdbc/postgresql/base/pgconn.rb index <HASH>..<HASH> 100644 --- a/lib/arjdbc/postgresql/base/pgconn.rb +++ b/lib/arjdbc/postgresql/base/pgconn.rb @@ -1,8 +1,8 @@ -module ActiveRecord::ConnectionAdapters::PostgreSQL::OID - class PGconn # emulate PGconn#unescape_b...
Updated patch for PGConn to patch PG::Connection since <I> updated references to it
jruby_activerecord-jdbc-adapter
train
rb
3840b964fce76a8ba76d4067fb3a11b3fd5f9713
diff --git a/Client/RdKafkaDriver.php b/Client/RdKafkaDriver.php index <HASH>..<HASH> 100644 --- a/Client/RdKafkaDriver.php +++ b/Client/RdKafkaDriver.php @@ -79,18 +79,6 @@ class RdKafkaDriver implements DriverInterface $clientMessage->setContentType($contentType); } - if ($expiration = ...
Remove expiration, delay and priority from the RdKafka driver
php-enqueue_rdkafka
train
php
504e20c704a736580a861cb36c4d1bf2367bb400
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb index <HASH>..<HASH> 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/...
SONAR-<I> Filter disable rules in "Compare Profiles"
SonarSource_sonarqube
train
rb
a5e01a26bf423b533a03ad2193e68e6612d3151c
diff --git a/collatex-tools/src/main/java/eu/interedition/collatex/tools/CollationPipe.java b/collatex-tools/src/main/java/eu/interedition/collatex/tools/CollationPipe.java index <HASH>..<HASH> 100644 --- a/collatex-tools/src/main/java/eu/interedition/collatex/tools/CollationPipe.java +++ b/collatex-tools/src/main/java...
Bug fix for the "non progressive alignment" exception in the command-line tool of CollateX when using the <I>.X version of the DekkerAlgorithm.
interedition_collatex
train
java
6d0ae12d372e07e4eae1fe61578f121b3e66310f
diff --git a/system/HTTP/IncomingRequest.php b/system/HTTP/IncomingRequest.php index <HASH>..<HASH> 100644 --- a/system/HTTP/IncomingRequest.php +++ b/system/HTTP/IncomingRequest.php @@ -337,15 +337,16 @@ class IncomingRequest extends Request //-------------------------------------------------------------------- ...
Rename function getPut to getRawString Fetch data from raw stream when http request send by PUT, PATCH, DELETE
codeigniter4_CodeIgniter4
train
php
fc13bb27e2affac733306f4e0c6a3ed905d92ae1
diff --git a/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php b/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php +++ b/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTra...
* LightSmsTransport.php - changed login for validation (the same like we have all places)
symfony_symfony
train
php
d91d11774c00bdb4f6e4e6ea39c28833d1b57866
diff --git a/doc/conf.py b/doc/conf.py index <HASH>..<HASH> 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -56,9 +56,9 @@ copyright = u'2010-2018, Sergio Pascual, Nicolás Cardiel' # built documents. # # The short X.Y version. -version = '0.10' +version = '0.11' # The full version, including alpha/beta/rc tags. -rele...
Update to version <I>.dev0
guaix-ucm_pyemir
train
py,py
9b30e40110ae55ddc8cec375a1daecb4642658a7
diff --git a/src/application/action-builder.js b/src/application/action-builder.js index <HASH>..<HASH> 100644 --- a/src/application/action-builder.js +++ b/src/application/action-builder.js @@ -97,7 +97,7 @@ function _errorOnCall(config, err){ * - status(:string)} The status after the action....
Export of the different steps of the actionBuilder (#<I>) * Export of the different steps of the actionBuilder * Update action-builder.js
KleeGroup_focus-core
train
js
cda608dc76d67c3a7af689306220e93cc9e73d71
diff --git a/buildbot/changes/hgbuildbot.py b/buildbot/changes/hgbuildbot.py index <HASH>..<HASH> 100644 --- a/buildbot/changes/hgbuildbot.py +++ b/buildbot/changes/hgbuildbot.py @@ -92,7 +92,7 @@ def hook(ui, repo, hooktype, node=None, source=None, **kwargs): if branch is None: if branchtype is not None:...
allow hgbuildbot to work properly with branchtype=dirname but where cwd is not the repo
buildbot_buildbot
train
py
97bfcca9b1340e2d71412251dbb5dcf4c7a519f2
diff --git a/irc3/plugins/command.py b/irc3/plugins/command.py index <HASH>..<HASH> 100644 --- a/irc3/plugins/command.py +++ b/irc3/plugins/command.py @@ -289,8 +289,12 @@ class Commands(dict): if data: if not isinstance(data, str): # pragma: no cover data = data.encode(encoding)...
Add verbosity when parsing command args with shlex
gawel_irc3
train
py
40f0e5fbc3c8aab79ee2cd74c21bc4a68a84e276
diff --git a/python/phonenumbers/phonenumberutil.py b/python/phonenumbers/phonenumberutil.py index <HASH>..<HASH> 100644 --- a/python/phonenumbers/phonenumberutil.py +++ b/python/phonenumbers/phonenumberutil.py @@ -2857,7 +2857,10 @@ def parse(number, region=None, keep_raw_input=False, # prefix and carrier cod...
Better national-prefix detection & stripping (#<I>) First part of porting code change <URL>
daviddrysdale_python-phonenumbers
train
py
42befa7cc7db6794f49c317ace766232e58bb502
diff --git a/src/lang/ja.js b/src/lang/ja.js index <HASH>..<HASH> 100644 --- a/src/lang/ja.js +++ b/src/lang/ja.js @@ -31,6 +31,6 @@ module.exports = { string : ":attributeは:size文字で入力してください。" }, url : ":attributeは正しいURIを入力してください。", - regex : ":attributeの値 \":value\" はパターンにマッチする必要があります...
Removed `:value` placeholder
skaterdav85_validatorjs
train
js
e234e0010f74f7e8b31317436a04866cc44e116c
diff --git a/server.go b/server.go index <HASH>..<HASH> 100644 --- a/server.go +++ b/server.go @@ -44,7 +44,7 @@ func newServer(address, username, password string, config *Config, newMcConn con func (s *server) perform(m *msg) error { var err error for i := 0; ; { - timeout := time.Tick(s.config.ConnectionTimeout...
Replace leaking ticker with simple timeout, fixes #4
memcachier_mc
train
go
f56db717c8844eafff3cd0841e371c8456a89d3b
diff --git a/lib/ronin/scanner.rb b/lib/ronin/scanner.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/scanner.rb +++ b/lib/ronin/scanner.rb @@ -37,6 +37,24 @@ module Ronin end # + # Returns all scanner tests in the specified _category_. + # + def scanners_for(name) + nam...
Added Scanners.scanners_for.
ronin-ruby_ronin
train
rb,rb
b93b49d4fbe0428d39bab6e0e6f7dfd9bf727150
diff --git a/spec/integration/integration_helper.rb b/spec/integration/integration_helper.rb index <HASH>..<HASH> 100644 --- a/spec/integration/integration_helper.rb +++ b/spec/integration/integration_helper.rb @@ -131,7 +131,7 @@ module IntegrationHelper end def count_all(table) - query = "select count(*) f...
Quotes table name in count_all method in integration_helper
soundcloud_lhm
train
rb
91ea7f879d49614e0654409349dd25f436ca6199
diff --git a/src/tree/assess/scoreAggregators/ReadabilityScoreAggregator.js b/src/tree/assess/scoreAggregators/ReadabilityScoreAggregator.js index <HASH>..<HASH> 100644 --- a/src/tree/assess/scoreAggregators/ReadabilityScoreAggregator.js +++ b/src/tree/assess/scoreAggregators/ReadabilityScoreAggregator.js @@ -6,6 +6,8 ...
Added todo comment to make sure we compute the total number of readability assessments, instead of setting it as a constant.
Yoast_YoastSEO.js
train
js
4fd12b0f12f857284ece63c8a685a0a7f5b67123
diff --git a/packages/blueprint-handlebars/app/services/handlebars.js b/packages/blueprint-handlebars/app/services/handlebars.js index <HASH>..<HASH> 100644 --- a/packages/blueprint-handlebars/app/services/handlebars.js +++ b/packages/blueprint-handlebars/app/services/handlebars.js @@ -44,6 +44,16 @@ module.exports = S...
feat: added compile() method to the service
onehilltech_blueprint
train
js,js
741b39cb4a65e5f3f846ba6f5f116c4e54997257
diff --git a/lib/js-yaml/type/pairs.js b/lib/js-yaml/type/pairs.js index <HASH>..<HASH> 100644 --- a/lib/js-yaml/type/pairs.js +++ b/lib/js-yaml/type/pairs.js @@ -9,12 +9,14 @@ var _toString = Object.prototype.toString; function resolveYamlPairs(object, explicit) { - var index, length, pair; + var index, length,...
Correct !!pairs resolver.
nodeca_js-yaml
train
js
869711185cb5b5d31aa5a79250cbf8b53a22b15d
diff --git a/src/Listener/ViewSearchListener.php b/src/Listener/ViewSearchListener.php index <HASH>..<HASH> 100644 --- a/src/Listener/ViewSearchListener.php +++ b/src/Listener/ViewSearchListener.php @@ -43,6 +43,7 @@ class ViewSearchListener extends BaseListener */ public function afterPaginate(Event $event)...
fix: reference event to quiet scrutinizer
FriendsOfCake_crud-view
train
php
179edc32a8f3deaefa08e76a99421655696a840b
diff --git a/test/tc_aggs.rb b/test/tc_aggs.rb index <HASH>..<HASH> 100644 --- a/test/tc_aggs.rb +++ b/test/tc_aggs.rb @@ -91,6 +91,7 @@ class PriorityQ end end +# XXX: not used by any tests class DupAggs include Bud
Mark unused code in test case.
bloom-lang_bud
train
rb
910dfdcb500dd7866939ed65bd5d37d7d42e3356
diff --git a/git/git.go b/git/git.go index <HASH>..<HASH> 100644 --- a/git/git.go +++ b/git/git.go @@ -186,7 +186,7 @@ func Show(sha string) (string, error) { func Log(sha1, sha2 string) (string, error) { execCmd := cmd.New("git") - execCmd.WithArg("log").WithArg("--no-color") + execCmd.WithArg("-c").WithArg("log....
Negate `log.showSignature` in commits preview for `pull-request` Fixes #<I>
github_hub
train
go
9ab98f00fe11bd5ace1fc46f1e7364997847dc45
diff --git a/pyIOSXR/iosxr.py b/pyIOSXR/iosxr.py index <HASH>..<HASH> 100644 --- a/pyIOSXR/iosxr.py +++ b/pyIOSXR/iosxr.py @@ -589,7 +589,7 @@ class IOSXR(object): if len(comment) <= 60: rpc_command += ' Comment="%s"' % comment else: - raise InvalidInputError('c...
Update error message for commit comment length error Rephrase the commit comment error to better reflect the limits.
fooelisa_pyiosxr
train
py
713e8a5225de7821f06b4518b1394e058a8787ca
diff --git a/plugins/Live/API.php b/plugins/Live/API.php index <HASH>..<HASH> 100644 --- a/plugins/Live/API.php +++ b/plugins/Live/API.php @@ -424,10 +424,14 @@ class API extends \Piwik\Plugin\API $orderByDir = "ASC"; } + $visitLastActionDate = Date::factory($visitLastActionTime); + ...
refs #<I> only search for prev/next visitor one day in the past and future
matomo-org_matomo
train
php
9565a9879280d83c6c3987d3a6f8b8933168cedf
diff --git a/airflow/utils/log/gcs_task_handler.py b/airflow/utils/log/gcs_task_handler.py index <HASH>..<HASH> 100644 --- a/airflow/utils/log/gcs_task_handler.py +++ b/airflow/utils/log/gcs_task_handler.py @@ -138,10 +138,10 @@ class GCSTaskHandler(FileTaskHandler, LoggingMixin): if append: try: ...
[AIRFLOW-<I>] Do not reference unassigned variable Closes #<I> from wrp/old_log
apache_airflow
train
py
352b18d22a05b11e5ff6aaaca2aba29397aa80de
diff --git a/activerecord/lib/active_record/associations/preloader.rb b/activerecord/lib/active_record/associations/preloader.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/associations/preloader.rb +++ b/activerecord/lib/active_record/associations/preloader.rb @@ -16,7 +16,7 @@ module ActiveRecord...
docs, add missing closing bracket. [ci skip]
rails_rails
train
rb
770d9b32ef5c6d98f82e546db1db03aff9684218
diff --git a/generate.py b/generate.py index <HASH>..<HASH> 100644 --- a/generate.py +++ b/generate.py @@ -15,7 +15,7 @@ def functions(): cont = False for ln in f: - if cont is True: + if cont is ',': lines.append(ln) cont = False if cont is '{': @@ -32,7 +32,7 @@ def functions(): ...
Pick useful value for normal line continuations
nanomsg_nnpy
train
py
118bce42453c704b161a816c14eaca9ff6a23abd
diff --git a/tests/unit/models/physics/HydraulicConductanceTest.py b/tests/unit/models/physics/HydraulicConductanceTest.py index <HASH>..<HASH> 100644 --- a/tests/unit/models/physics/HydraulicConductanceTest.py +++ b/tests/unit/models/physics/HydraulicConductanceTest.py @@ -46,7 +46,12 @@ class HydraulicConductanceTest...
removing bug from test valvatne model.
PMEAL_OpenPNM
train
py
449e55eeb571ef01427b415aeeb49094f283242f
diff --git a/webpack.demo.config.js b/webpack.demo.config.js index <HASH>..<HASH> 100644 --- a/webpack.demo.config.js +++ b/webpack.demo.config.js @@ -28,7 +28,7 @@ module.exports = function(directory) { rules: [ { test: /\.jsx?$/, - exclude: 'node-modules/', + exclude: /nod...
fix exclude in webpack demo config
ihmeuw_ihme-ui
train
js
48e34dd09443ce87a2524a659a174a89c7e6299e
diff --git a/consolemenu/menu_component.py b/consolemenu/menu_component.py index <HASH>..<HASH> 100644 --- a/consolemenu/menu_component.py +++ b/consolemenu/menu_component.py @@ -192,7 +192,7 @@ class MenuComponent(object): # apply indentation to any lines after the first that were split by a users new...
text wrapping and ascii handling is now handled within the row function
aegirhall_console-menu
train
py
ca2347a5419f38923c7e5077698825c6f75c0e0c
diff --git a/src/Cache/Pool.php b/src/Cache/Pool.php index <HASH>..<HASH> 100644 --- a/src/Cache/Pool.php +++ b/src/Cache/Pool.php @@ -7,6 +7,7 @@ use Psr\Cache\CacheItemInterface; use Dabble\Adapter\Sqlite; use Dabble\Query\Exception; use Dabble\Query\DeleteException; +use ErrorException; /** * A simple cache ...
place temp sqlite db in /tmp, and delete when done
gentry-php_gentry
train
php
66283220aab9d2c7841b51ae2c1b1ec0101932ba
diff --git a/src/map/parser.js b/src/map/parser.js index <HASH>..<HASH> 100644 --- a/src/map/parser.js +++ b/src/map/parser.js @@ -141,6 +141,9 @@ export default class MapParser extends EventEmitter { * @private */ _parseChunk (id, size) { + // Clear Lookback + this.parser.resetLookBackStrings(); + ...
Fix, reset lookback after each chunk.
ManiaJS_gbxparser
train
js,js
8ddcb222e9bc06dc8b89da52f4c9bdbcefdd8993
diff --git a/contrib/mesos/pkg/executor/service/service.go b/contrib/mesos/pkg/executor/service/service.go index <HASH>..<HASH> 100644 --- a/contrib/mesos/pkg/executor/service/service.go +++ b/contrib/mesos/pkg/executor/service/service.go @@ -99,6 +99,12 @@ func NewKubeletExecutorServer() *KubeletExecutorServer { k.A...
Stop the kubelet from taking control over cgroups and other processes
kubernetes_kubernetes
train
go
d3af119863bd525e085495d01d329dd4384275cd
diff --git a/sos/plugins/as7.py b/sos/plugins/as7.py index <HASH>..<HASH> 100644 --- a/sos/plugins/as7.py +++ b/sos/plugins/as7.py @@ -2,6 +2,7 @@ import os import re import zipfile import urllib2 +import tempfile try: import json @@ -282,6 +283,23 @@ class AS7(Plugin, IndependentPlugin): ...
adding a tree of all zipped deployments
sosreport_sos
train
py
f51daaf21c9197e280e5d7729899ececd82f0070
diff --git a/src/Annotator/EntityAnnotator.php b/src/Annotator/EntityAnnotator.php index <HASH>..<HASH> 100644 --- a/src/Annotator/EntityAnnotator.php +++ b/src/Annotator/EntityAnnotator.php @@ -28,6 +28,7 @@ class EntityAnnotator extends AbstractAnnotator { 'longtext' => 'string', 'array' => 'array', 'json' =...
Make binaryuuid annotate as string.
dereuromark_cakephp-ide-helper
train
php
44201ccf9a22267734cf403171496b2b35190f7b
diff --git a/test/functional/ft_14_re_apply.rb b/test/functional/ft_14_re_apply.rb index <HASH>..<HASH> 100644 --- a/test/functional/ft_14_re_apply.rb +++ b/test/functional/ft_14_re_apply.rb @@ -115,6 +115,7 @@ class FtReApplyTest < Test::Unit::TestCase stalled_exp.tree = [ 'participant', { 'ref' => 'alph...
when there is no caching, persisting the modified exp before re_applying is necessary
jmettraux_ruote
train
rb
33da6cd9eac1b868c219ee30db8f32cf6d18e8d1
diff --git a/ginga/version.py b/ginga/version.py index <HASH>..<HASH> 100644 --- a/ginga/version.py +++ b/ginga/version.py @@ -1,7 +1,7 @@ # this file was automatically generated major = 2 minor = 0 -release = 20131222233539 +release = 20131224023332 version = '%d.%d.%d' % (major, minor, release) diff --git a/s...
Fix for setup.py bumped release
ejeschke_ginga
train
py,py
f5c93377ef0297269f81c4985b238b0d20f798dd
diff --git a/features/step_definitions/steps.js b/features/step_definitions/steps.js index <HASH>..<HASH> 100644 --- a/features/step_definitions/steps.js +++ b/features/step_definitions/steps.js @@ -47,11 +47,11 @@ defineSupportCode(function ({ Given, When, Then }) { return this.assertOutputIncludes(expectedOutput...
Sane param names in step defs
cucumber_cucumber-electron
train
js
c875a44a8d6a71009f37da22a29e75175dae1742
diff --git a/config/addresses.go b/config/addresses.go index <HASH>..<HASH> 100644 --- a/config/addresses.go +++ b/config/addresses.go @@ -2,7 +2,9 @@ package config // Addresses stores the (string) multiaddr addresses for the node. type Addresses struct { - Swarm []string // addresses for the swarm network - API...
go-ipfs-config: core: make announced swarm addresses configurable License: MIT
ipfs_go-ipfs
train
go,go
19bdbe7f8d4c13d5eb9d21fd0d6fe8467f443da7
diff --git a/lnd.go b/lnd.go index <HASH>..<HASH> 100644 --- a/lnd.go +++ b/lnd.go @@ -224,6 +224,7 @@ func Main(lisCfg ListenerCfg) error { // Open the channeldb, which is dedicated to storing channel, and // network related metadata. + ltndLog.Infof("Opening the channeldb, might take a few minutes") chanDB, e...
Update channeldb opening log It might take a few minutes and it should therefore state it...
lightningnetwork_lnd
train
go
70e98f90609c667e867da550dd928fe823d007b9
diff --git a/lib/discordrb/data.rb b/lib/discordrb/data.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/data.rb +++ b/lib/discordrb/data.rb @@ -121,6 +121,14 @@ module Discordrb @bot.add_await(key, Discordrb::Events::MessageEvent, { from: @id }.merge(attributes), &block) end + # Gets the member this...
Create a method to get a user as a member on a particular server
meew0_discordrb
train
rb
6096a0688b9319598c5591250872e514cad1ecba
diff --git a/utp.go b/utp.go index <HASH>..<HASH> 100644 --- a/utp.go +++ b/utp.go @@ -674,8 +674,14 @@ func (s *Socket) LocalAddr() net.Addr { return s.pc.LocalAddr() } -func (s *Socket) ReadFrom([]byte) (int, net.Addr, error) { - return 0, nil, nil +func (s *Socket) ReadFrom(p []byte) (n int, addr net.Addr, err ...
Implement some net.Conn functions on Socket
anacrolix_utp
train
go
bff534876aeb2aca93e414f485fbc850fab64810
diff --git a/tests/test_oauth.py b/tests/test_oauth.py index <HASH>..<HASH> 100644 --- a/tests/test_oauth.py +++ b/tests/test_oauth.py @@ -397,8 +397,18 @@ class TestRequest(unittest.TestCase): del foo["oauth_signature"] self.assertEqual(urllib.urlencode(sorted(foo.items())), res) - - ...
Add a test to prove the code...
TimSC_python-oauth10a
train
py
558ad5d60cf20ecd81f5e5d59ae1d449c7c5e5ab
diff --git a/tool.py b/tool.py index <HASH>..<HASH> 100755 --- a/tool.py +++ b/tool.py @@ -754,6 +754,7 @@ class IANA(object): 'athleta': 'whois.nic.athleta', 'audible': 'whois.nic.audible', 'author': 'whois.nic.author', + 'aws': 'whois.nic.aws', 'bm': 'who...
Introduction of `aws` whois server cf: Whois lookup to whois.nic.aws
funilrys_PyFunceble
train
py
4dceb5be3179811b32d8a59a576cf917826f320d
diff --git a/cake/libs/controller/controller.php b/cake/libs/controller/controller.php index <HASH>..<HASH> 100644 --- a/cake/libs/controller/controller.php +++ b/cake/libs/controller/controller.php @@ -292,6 +292,32 @@ class Controller extends Object { */ var $methods = array(); /** + * This controller's primary ...
Adding doc blocks for properties that previously had no documentation. Closes #<I> git-svn-id: <URL>
cakephp_cakephp
train
php
8ad41223c0f03bbd2d060ebe4ec0b2a1202438fc
diff --git a/src/vue-data-scooper.js b/src/vue-data-scooper.js index <HASH>..<HASH> 100644 --- a/src/vue-data-scooper.js +++ b/src/vue-data-scooper.js @@ -46,12 +46,6 @@ export const getInitialData = function(doc) { const obj = {} const inputs = doc.querySelectorAll("[v-model]") - if (doc.dataset) { - for (...
Do not initialize data from data-* attribute of root
kuroda_vue-data-scooper
train
js
2d14aca0ff8677315c07b4dc287da89ac5f4da96
diff --git a/tests/automated/eventLimit-popover.js b/tests/automated/eventLimit-popover.js index <HASH>..<HASH> 100644 --- a/tests/automated/eventLimit-popover.js +++ b/tests/automated/eventLimit-popover.js @@ -79,6 +79,17 @@ describe('eventLimit popover', function() { expect($('.fc-more-popover .fc-event').length)...
automated test for issue <I>
fullcalendar_fullcalendar
train
js
04272ef1695cf96d639f63cc5d2e38b2c03fa05a
diff --git a/model/MediaSource.php b/model/MediaSource.php index <HASH>..<HASH> 100644 --- a/model/MediaSource.php +++ b/model/MediaSource.php @@ -180,10 +180,7 @@ class MediaSource extends ConfigurableService implements MediaManagement, Proces return $file; } - /** - * @return FileReferenceSeria...
Cr fix , added return type and removed is string check
oat-sa_extension-tao-mediamanager
train
php,php
fb5cc19707582fa61ca3e426697cc2b00e9e5ffa
diff --git a/activerecord/test/cases/associations/has_many_through_associations_test.rb b/activerecord/test/cases/associations/has_many_through_associations_test.rb index <HASH>..<HASH> 100644 --- a/activerecord/test/cases/associations/has_many_through_associations_test.rb +++ b/activerecord/test/cases/associations/has...
Fix HasManyThroughAssociationsTest tests. [#<I> state:resolved]
rails_rails
train
rb
bd9b37c6f8c435a5d2bcc3c20bfbc4425fb4711f
diff --git a/src/feat/database/conflicts.py b/src/feat/database/conflicts.py index <HASH>..<HASH> 100644 --- a/src/feat/database/conflicts.py +++ b/src/feat/database/conflicts.py @@ -431,13 +431,22 @@ def cleanup_logs(connection, rconnection): continue in_conflict, raw_doc = yield _check_conflict(...
Fix condition on when can we cleanup the update logs imported from the external database.
f3at_feat
train
py
9e698f9e67e3f94fc8a430d1041783d00a20a4d0
diff --git a/adapters/http/adapter_test.go b/adapters/http/adapter_test.go index <HASH>..<HASH> 100644 --- a/adapters/http/adapter_test.go +++ b/adapters/http/adapter_test.go @@ -39,7 +39,7 @@ func TestSend(t *testing.T) { } s := genMockServer(3100) - adapter, err := NewAdapter(log.TestLogger{Tag: "BRK_HDL_ADAPTE...
[broker] Change logger tag in adapters test
TheThingsNetwork_ttn
train
go,go
46fbb139673c533701b76efc40036212bf666489
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ extensions = [ 'sphinx.ext.intersphinx', 'sphinx.ext.viewcode', 'sphinxcontrib.napoleon', - 'sphinxcontrib.aafig', + 'sphinx.ext.aafig', ] # Add any paths that contain te...
switch from sphinxcontrib to sphinx.ext
singingwolfboy_flask-dance
train
py
9310b960f46c90101016e22039ecd4ee3bf8dc96
diff --git a/lib/node_modules/@stdlib/utils/is-node/test/test.is_node.js b/lib/node_modules/@stdlib/utils/is-node/test/test.is_node.js index <HASH>..<HASH> 100644 --- a/lib/node_modules/@stdlib/utils/is-node/test/test.is_node.js +++ b/lib/node_modules/@stdlib/utils/is-node/test/test.is_node.js @@ -238,7 +238,8 @@ tape(...
Add test support for Node <<I>
stdlib-js_stdlib
train
js
668e7f44efb09df98684858a6a72bdf96f7a1685
diff --git a/parser/pigeon.go b/parser/pigeon.go index <HASH>..<HASH> 100644 --- a/parser/pigeon.go +++ b/parser/pigeon.go @@ -1135,7 +1135,7 @@ func (p *parser) addErrAt(err error, pos position) { buf.WriteString("rule " + rule.name) } } - pe := &parserError{Inner: err, prefix: buf.String()} + pe := &parserEr...
Minor update to generated pigeon.go
knq_ini
train
go
60163b406f999f88b1dd077f323ee6f9c88e1970
diff --git a/deployutils/mixins.py b/deployutils/mixins.py index <HASH>..<HASH> 100644 --- a/deployutils/mixins.py +++ b/deployutils/mixins.py @@ -122,7 +122,7 @@ class AccountMixin(object): def get_context_data(self, *args, **kwargs): context = super(AccountMixin, self).get_context_data(*args, **kwargs...
uses account_url_kwarg as key
djaodjin_djaodjin-deployutils
train
py
d93f426401d7b1647f4796dca163f6b82044ee13
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ os.environ['DJANGO_SETTINGS_MODULE'] = 'django_mailbox.tests.settings' from django.core import management -if sys.argv[-1] == 'test': +if len(sys.argv) > 1 and sys.argv[1] == 'test': management.execute_f...
Add support to args in tests
coddingtonbear_django-mailbox
train
py