hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
7625b351332e041f56513d845490714e9e162586
diff --git a/src/main/java/com/couchbase/lite/store/ForestDBStore.java b/src/main/java/com/couchbase/lite/store/ForestDBStore.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/couchbase/lite/store/ForestDBStore.java +++ b/src/main/java/com/couchbase/lite/store/ForestDBStore.java @@ -941,7 +941,7 @@ public class ...
Fixed #<I> - Add public API to add an existing revision (AKA new_edits=false, or -forceInsert:) - Make `forceIncert()`method behavior same between ForestDB and SQLte.
couchbaselabs_couchbase-lite-java-forestdb
train
3bab040d00a2e1cca581057ab6b7e774d96bbecd
diff --git a/lib/Castor/CompilerCore.php b/lib/Castor/CompilerCore.php index <HASH>..<HASH> 100644 --- a/lib/Castor/CompilerCore.php +++ b/lib/Castor/CompilerCore.php @@ -6,7 +6,7 @@ * * @copyright 2005-2015 Laurent Jouanneau * @copyright 2006 Loic Mathaud, 2007 Dominique Papin, 2009 DSDenes, 2010 Christophe ...
T_CHARACTER constant is not defined anymore in PHP 7
jelix_castor
train
a8d65755f55728c59d99516164a48af535876807
diff --git a/rapidoid-gui/src/main/java/org/rapidoid/gui/GUI.java b/rapidoid-gui/src/main/java/org/rapidoid/gui/GUI.java index <HASH>..<HASH> 100644 --- a/rapidoid-gui/src/main/java/org/rapidoid/gui/GUI.java +++ b/rapidoid-gui/src/main/java/org/rapidoid/gui/GUI.java @@ -932,4 +932,15 @@ public abstract class GUI extend...
Support for Bootstrap breadcrumbs in the GUI.
rapidoid_rapidoid
train
c1307045029ec38b457b527f3112f9e8a2525d89
diff --git a/sacred/observers/telegram.py b/sacred/observers/telegram.py index <HASH>..<HASH> 100644 --- a/sacred/observers/telegram.py +++ b/sacred/observers/telegram.py @@ -52,7 +52,8 @@ class TelegramObserver(RunObserver): d = load_config_file(filename) obs = None if 'token' in d and 'chat...
further cleanup. keeping a single bot object now, instead of creating it every time.
IDSIA_sacred
train
1bd02d64c50b3209a954c9836a66e4d7e0088266
diff --git a/telethon/helpers.py b/telethon/helpers.py index <HASH>..<HASH> 100644 --- a/telethon/helpers.py +++ b/telethon/helpers.py @@ -106,8 +106,20 @@ async def _cancel(log, **tasks): await task except asyncio.CancelledError: pass + except RuntimeError: + # Prob...
Handle RuntimeError on helpers._cancel and improve logging
LonamiWebs_Telethon
train
e780a9855c2bd2c0a6c4dd87d80f1a291e81e4d3
diff --git a/netjsonconfig/backends/openwrt/renderers.py b/netjsonconfig/backends/openwrt/renderers.py index <HASH>..<HASH> 100644 --- a/netjsonconfig/backends/openwrt/renderers.py +++ b/netjsonconfig/backends/openwrt/renderers.py @@ -325,7 +325,8 @@ class WirelessRenderer(BaseRenderer): network = wifi...
[OpenWrt] Changed definition of wireless "network" attribute Removed minimum lenght of array, empty arrays will be ignored. This will make life easier in auto generated UIs. Dashes and dots will be converted to underscores. This should make life easier for users, not everyone will remember the difference between "ifn...
openwisp_netjsonconfig
train
623dbcd47f127e5ea1b2fdc348ed0676f1127f78
diff --git a/benchmarks/src/main/java/org/tinylog/benchmarks/converters/HtmlDiagramRenderer.java b/benchmarks/src/main/java/org/tinylog/benchmarks/converters/HtmlDiagramRenderer.java index <HASH>..<HASH> 100644 --- a/benchmarks/src/main/java/org/tinylog/benchmarks/converters/HtmlDiagramRenderer.java +++ b/benchmarks/sr...
Use English number format for formatting benchmark results
pmwmedia_tinylog
train
abf658a719ccabc5161b49b7dc413500b4dcb7b4
diff --git a/rpcserver.go b/rpcserver.go index <HASH>..<HASH> 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -10,6 +10,7 @@ import ( "github.com/lightningnetwork/lnd/lndc" "github.com/lightningnetwork/lnd/lnrpc" + "github.com/lightningnetwork/lnd/lnwallet" "github.com/lightningnetwork/lnd/lnwire" "github.com...
lnd: modify the rpcServer's methods to use the new wallet API's
lightningnetwork_lnd
train
f878e79f1bb7af1fdd895f781da61198059a76b2
diff --git a/core/codegen/codegen-runtime/src/main/java/org/overture/codegen/runtime/traces/AlternativeTraceNode.java b/core/codegen/codegen-runtime/src/main/java/org/overture/codegen/runtime/traces/AlternativeTraceNode.java index <HASH>..<HASH> 100644 --- a/core/codegen/codegen-runtime/src/main/java/org/overture/codeg...
Update Java code generator runtime to include trace variables in code generated trace tests
overturetool_overture
train
4b40c6489189613834a572fb65454e5d1430668d
diff --git a/src/java/azkaban/execapp/JobRunner.java b/src/java/azkaban/execapp/JobRunner.java index <HASH>..<HASH> 100644 --- a/src/java/azkaban/execapp/JobRunner.java +++ b/src/java/azkaban/execapp/JobRunner.java @@ -231,6 +231,7 @@ public class JobRunner extends EventHandler implements Runnable { logger.info("...
Fixing issue where cancelling a blocked job won't result in it getting killed properly.
azkaban_azkaban
train
623e81749602de818ae37259328120552964ac8e
diff --git a/actor-apps/core/src/main/java/im/actor/core/modules/internal/messages/ConversationActor.java b/actor-apps/core/src/main/java/im/actor/core/modules/internal/messages/ConversationActor.java index <HASH>..<HASH> 100644 --- a/actor-apps/core/src/main/java/im/actor/core/modules/internal/messages/ConversationAct...
fix(core): Deleting dialogs even hidden peers
actorapp_actor-platform
train
80972b57cb7faac3ab632fbf6ba56ff6b8b74844
diff --git a/ignite/handlers/checkpoint.py b/ignite/handlers/checkpoint.py index <HASH>..<HASH> 100644 --- a/ignite/handlers/checkpoint.py +++ b/ignite/handlers/checkpoint.py @@ -247,6 +247,8 @@ class Checkpoint(Serializable): trainer.run(data_loader, max_epochs=10) > ["best_model_9_val_acc=0....
<I> update docs of Checkpoint handler (#<I>) * [NVIDIA] update docs of checkpoint handler
pytorch_ignite
train
08efcfc802f728f1cb7f0d98f98a9c884e998029
diff --git a/src/pytesseract.py b/src/pytesseract.py index <HASH>..<HASH> 100755 --- a/src/pytesseract.py +++ b/src/pytesseract.py @@ -104,7 +104,7 @@ def timeout_manager(proc, seconds=0): yield error_string finally: timer.cancel() - if proc.returncode is timeout_code and n...
Fix the handling for the timeout feature (#<I>) Proper logic for the OSError handling
madmaze_pytesseract
train
8d17fb17ed8551956c502edc7473e15649ce13e9
diff --git a/src/PluralResolver.js b/src/PluralResolver.js index <HASH>..<HASH> 100644 --- a/src/PluralResolver.js +++ b/src/PluralResolver.js @@ -4,7 +4,7 @@ import baseLogger from './logger.js'; /* eslint-disable */ let sets = [ { lngs: ['ach','ak','am','arn','br','fil','gun','ln','mfe','mg','mi','oc', 'pt', 'pt...
add tl -> Tagalog to plural rules
i18next_i18next
train
c8c3bc5d03fd67c508b6f8c3767ce759de3ef320
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -147,7 +147,7 @@ class Parser extends Transform { } // Normalize option `objname` if(options.objname === undefined || options.objname === null || options.objname === false){ - options.objnam...
chore(csv-parse): objname: fix previous commit
adaltas_node-csv
train
ec7c495d9ec51ae17f47725e7e3be0b92034eafc
diff --git a/src/V2/Endpoint.php b/src/V2/Endpoint.php index <HASH>..<HASH> 100644 --- a/src/V2/Endpoint.php +++ b/src/V2/Endpoint.php @@ -69,7 +69,7 @@ abstract class Endpoint implements IEndpoint { $handler->onError( $response, $request ); } - $this->handleUnhand...
Revert parts of fa<I>aa<I>cb<I>f6d<I>e0b<I>ffdc9fddab0 This dropped test coverage, because it doesn't know that handleUnhandledError() will always throw and stop the execution.
GW2Treasures_gw2api
train
ae1f6046f440bd973fc7b7acc903d5b96107bf6c
diff --git a/endnote.php b/endnote.php index <HASH>..<HASH> 100644 --- a/endnote.php +++ b/endnote.php @@ -37,6 +37,15 @@ class PHPEndNote { var $refs = array(); /** + * When using SetXML() this field will be used as the ID to refer to the reference + * If the ID does not exist for this reference an error will be...
Added support for $this->refId
hash-bang_RefLib
train
7fc77dd5400157d24682ccdab2c5ff7990d2c2d9
diff --git a/spec/controllers/admission_forms_controller_spec.rb b/spec/controllers/admission_forms_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/admission_forms_controller_spec.rb +++ b/spec/controllers/admission_forms_controller_spec.rb @@ -1,30 +1,12 @@ require 'spec_helper' -# This spec w...
Updated controller specs to use factory girl
rahult_multi-step
train
2f3d940330f9fa8c9cd21ad715b09ef1cfb2911c
diff --git a/src/main/java/framework/ConstraintSolver.java b/src/main/java/framework/ConstraintSolver.java index <HASH>..<HASH> 100644 --- a/src/main/java/framework/ConstraintSolver.java +++ b/src/main/java/framework/ConstraintSolver.java @@ -438,10 +438,11 @@ public abstract class ConstraintSolver implements Serializa...
Added propagation of component to internal variables of multivariables. --F:
FedericoPecora_meta-csp-framework
train
eeb6e2db1708471d6d16c322e2d8cd25ecececf0
diff --git a/lib/serialization/FileMiddleware.js b/lib/serialization/FileMiddleware.js index <HASH>..<HASH> 100644 --- a/lib/serialization/FileMiddleware.js +++ b/lib/serialization/FileMiddleware.js @@ -255,6 +255,32 @@ const readSection = (filename, file, offset, size, callback) => { }); }; +const writeBuffers = ...
Improve memory consumption of file middleware Buffers.concat creates a new buffer. On a large project, when using resolver cache and pack store, total size of buffer can reach hundreds of megabytes. Use streaming write instead.
webpack_webpack
train
317256bae25f823c7e1e0c1adef6d18027dc0132
diff --git a/buildsys/tasks/scripts.js b/buildsys/tasks/scripts.js index <HASH>..<HASH> 100644 --- a/buildsys/tasks/scripts.js +++ b/buildsys/tasks/scripts.js @@ -6,10 +6,8 @@ * 'gulp scripts' */ -var runSequence = require('run-sequence') var standard = require('gulp-standard') var plumber = require('gulp-plumb...
move standardjs linting to single scripts tasks prior to running browserify
weareenvoy_holly
train
15b9279379a4e9b7684857eb8ed5bea2af1aa867
diff --git a/lib/mobilize-base/extensions/google_drive/file.rb b/lib/mobilize-base/extensions/google_drive/file.rb index <HASH>..<HASH> 100644 --- a/lib/mobilize-base/extensions/google_drive/file.rb +++ b/lib/mobilize-base/extensions/google_drive/file.rb @@ -13,7 +13,7 @@ module GoogleDrive f = self #admi...
added case for "ALL" permission (nil scope)
DeNA_mobilize-base
train
471806364a8867d29923e7285ec2baab766e533d
diff --git a/scdl/scdl.py b/scdl/scdl.py index <HASH>..<HASH> 100755 --- a/scdl/scdl.py +++ b/scdl/scdl.py @@ -626,16 +626,21 @@ def set_metadata(track, filename, album=None): audio = mutagen.File(filename) audio['TIT2'] = mutagen.id3.TIT2(encoding=3, text=track['title']) audio['TPE1'] = muta...
check for None before tagging (#<I>)
flyingrub_scdl
train
de6843085568845b0c4228995eeeeab3556599d7
diff --git a/DependencyInjection/DoctrineMongoDBExtension.php b/DependencyInjection/DoctrineMongoDBExtension.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/DoctrineMongoDBExtension.php +++ b/DependencyInjection/DoctrineMongoDBExtension.php @@ -106,7 +106,7 @@ class DoctrineMongoDBExtension extends AbstractDo...
[DoctrineMongoDBBundle] Removing unused variable.
doctrine_DoctrineMongoDBBundle
train
f50192566e6e4db7fc9623c1c925642acca5ac6a
diff --git a/src/Avatar.php b/src/Avatar.php index <HASH>..<HASH> 100644 --- a/src/Avatar.php +++ b/src/Avatar.php @@ -228,14 +228,13 @@ class Avatar .'" fill="'.$this->background.'" />'; } - $svg .= '<text x="'.$center.'" y="'.$center; - $svg .= '" font-size="'.$this->fontSize...
SVG output, text is not centered vertically (#<I>)
laravolt_avatar
train
0f15967a4c61f1a24816cb7103a35ffe9d4e3c9b
diff --git a/lib/rabl/engine.rb b/lib/rabl/engine.rb index <HASH>..<HASH> 100644 --- a/lib/rabl/engine.rb +++ b/lib/rabl/engine.rb @@ -14,7 +14,7 @@ module Rabl @_scope = scope @_options = @_options.merge(:scope => @_scope, :locals => @_locals, :engine => self) self.copy_instance_variables_from(@_s...
Rename @_object to @_data
nesquena_rabl
train
3f755d1be7dfd57a26ead77dfcdc44a689e622f6
diff --git a/wily/operators/__init__.py b/wily/operators/__init__.py index <HASH>..<HASH> 100644 --- a/wily/operators/__init__.py +++ b/wily/operators/__init__.py @@ -58,7 +58,6 @@ OPERATOR_MAINTAINABILITY = Operator( """Set of all available operators""" ALL_OPERATORS = { - OPERATOR_MCCABE, OPERATOR_CYCLOMA...
update trailing reference to mccabe
tonybaloney_wily
train
aa28a8b4f1a72d86130cf2ee8ffbc81d4f3c5aab
diff --git a/lib/snapshot/collector.rb b/lib/snapshot/collector.rb index <HASH>..<HASH> 100644 --- a/lib/snapshot/collector.rb +++ b/lib/snapshot/collector.rb @@ -20,7 +20,8 @@ module Snapshot language_folder = File.join(Snapshot.config[:output_directory], language) FileUtils.mkdir_p(language_folder) ...
Updated naming of screenshots to not have spaces
fastlane_fastlane
train
835480a731cd4046244ebce9730a0d7f6e731bed
diff --git a/tablewrap.py b/tablewrap.py index <HASH>..<HASH> 100644 --- a/tablewrap.py +++ b/tablewrap.py @@ -1,7 +1,30 @@ +import sys import collections from listwrap import ListIter ''' +Updates a table so that all rows are the same length by +filling smaller rows with 'None' objects up to the length +of...
Updated tablewrap with squarifyTable and a minor bug fix
OpenGov_python_data_wrap
train
7d2fe0286d8c4472890fe8161c18b1f7bbd84328
diff --git a/certsuite/harness.py b/certsuite/harness.py index <HASH>..<HASH> 100644 --- a/certsuite/harness.py +++ b/certsuite/harness.py @@ -42,6 +42,8 @@ from webapi_tests.semiauto import environment, server from reportmanager import ReportManager from logmanager import LogManager +from report.results import KEY...
Bug <I> - [MCTS] add retry failed (--retry-failed)
mozilla-b2g_fxos-certsuite
train
43b2870865ef958a41bda81dfc7bc962fbb77ceb
diff --git a/client/signup/config/step-components.js b/client/signup/config/step-components.js index <HASH>..<HASH> 100644 --- a/client/signup/config/step-components.js +++ b/client/signup/config/step-components.js @@ -26,7 +26,7 @@ export default { 'creds-permission': loadStep( 'creds-permission' ), domains: loadS...
Load the correct mofule for the domains-only signup step (#<I>)
Automattic_wp-calypso
train
5f24af6c3c27a02ac6c20394875994e95f5fcb62
diff --git a/spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/restart/DefaultRestartInitializerTests.java b/spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/restart/DefaultRestartInitializerTests.java index <HASH>..<HASH> 100644 --- a/sprin...
Polish Closes gh-<I>
spring-projects_spring-boot
train
38295b7d573f4f6ffc1184b334111ae4a50f78d4
diff --git a/pymc/sampling_jax.py b/pymc/sampling_jax.py index <HASH>..<HASH> 100644 --- a/pymc/sampling_jax.py +++ b/pymc/sampling_jax.py @@ -9,9 +9,9 @@ from typing import Callable, List from aesara.graph import optimize_graph from aesara.tensor import TensorVariable -xla_flags = os.getenv("XLA_FLAGS", "").lstrip...
Do not override unrelated xla flags in sampling_jax.py
pymc-devs_pymc
train
78eb72cc70f657f7b1f5c2ea030ec2549306067c
diff --git a/spec/example_app/db/seeds.rb b/spec/example_app/db/seeds.rb index <HASH>..<HASH> 100644 --- a/spec/example_app/db/seeds.rb +++ b/spec/example_app/db/seeds.rb @@ -14,6 +14,9 @@ ProductMetaTag.destroy_all Series.destroy_all Country.destroy_all LogEntry.destroy_all +Blog::Post.destroy_all +Page.destroy_all...
Ensure we regularly destroy all models (#<I>) Otherwise, the pages fill up with spam.
thoughtbot_administrate
train
082f8edb84b62dbd77fc26d9a84d6179490200d3
diff --git a/example/idp2/idp.py b/example/idp2/idp.py index <HASH>..<HASH> 100755 --- a/example/idp2/idp.py +++ b/example/idp2/idp.py @@ -1041,7 +1041,7 @@ def application(environ, start_response): path = environ.get("PATH_INFO", "").lstrip("/") - if path == "metadata": + if path == "idp.xml": ...
make metadata path the same as entityid
IdentityPython_pysaml2
train
2569c58cb7b6c0bf366d777358a9ce87966583f6
diff --git a/client/alloc_runner.go b/client/alloc_runner.go index <HASH>..<HASH> 100644 --- a/client/alloc_runner.go +++ b/client/alloc_runner.go @@ -849,26 +849,37 @@ func (r *AllocRunner) SetPreviousAllocDir(allocDir *allocdir.AllocDir) { // destroyTaskRunners destroys the task runners, waits for them to terminate ...
Fix race by not accessing tr.task from ar
hashicorp_nomad
train
bbbe6125362a3e870816f48d5e8a1b937d7a5889
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/detect/UnreadFields.java b/findbugs/src/java/edu/umd/cs/findbugs/detect/UnreadFields.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/detect/UnreadFields.java +++ b/findbugs/src/java/edu/umd/cs/findbugs/detect/UnreadFields.java @@ -271,10 +2...
Fix bug <I> ("Unwritten field (UWF_UNWRITTEN_FIELD) is found even if a private field is Annotated with @Autowired.") git-svn-id: <URL>
spotbugs_spotbugs
train
e16aa7f339276b0351c45598068c0124fc58148f
diff --git a/packages/workflow/index.js b/packages/workflow/index.js index <HASH>..<HASH> 100755 --- a/packages/workflow/index.js +++ b/packages/workflow/index.js @@ -120,4 +120,4 @@ yargs .example(chalk.yellow('av lint')) - .epilog(`View documentation at ${chalk.blue('https://github.com/availity/workflow')}`)....
style(workflow): fix typo
Availity_availity-workflow
train
437403abfb4e45a71d5a40bf346829d9c3b3801c
diff --git a/transmission/transmission.go b/transmission/transmission.go index <HASH>..<HASH> 100644 --- a/transmission/transmission.go +++ b/transmission/transmission.go @@ -24,8 +24,8 @@ import ( "sync" "time" - "github.com/DataDog/zstd" "github.com/facebookgo/muster" + "github.com/klauspost/compress/zstd" ...
switch to native-go zstd
honeycombio_libhoney-go
train
893619b2f8ba693ccfe9d132bc76f153b420568d
diff --git a/source/net/fortuna/ical4j/model/Recur.java b/source/net/fortuna/ical4j/model/Recur.java index <HASH>..<HASH> 100644 --- a/source/net/fortuna/ical4j/model/Recur.java +++ b/source/net/fortuna/ical4j/model/Recur.java @@ -158,10 +158,10 @@ public class Recur implements Serializable { else if (UNTI...
Check UNTIL for date-time first.
ical4j_ical4j
train
68fe54270f05ecf2ac744aac9a4282d7c55ba757
diff --git a/lib/rubex/ast/statement.rb b/lib/rubex/ast/statement.rb index <HASH>..<HASH> 100644 --- a/lib/rubex/ast/statement.rb +++ b/lib/rubex/ast/statement.rb @@ -44,15 +44,11 @@ module Rubex end # class CBaseType class VarDecl < Base - # The name with which this particular variable can be id...
removed useless attrs from statement
SciRuby_rubex
train
140b7156991368d41f214e78036a16fb0557f2b6
diff --git a/homebrew/influxdb.rb b/homebrew/influxdb.rb index <HASH>..<HASH> 100644 --- a/homebrew/influxdb.rb +++ b/homebrew/influxdb.rb @@ -3,7 +3,7 @@ require "formula" class Influxdb < Formula homepage "http://influxdb.org" url "https://s3.amazonaws.com/influxdb/influxdb-0.0.1.tar.gz" - sha1 "f288afc0f5747...
Update sha1 for new package with corrected config.
influxdata_influxdb
train
4146401035dcdf4a83722c055e6cca77c89f6068
diff --git a/lib/lego/model.rb b/lib/lego/model.rb index <HASH>..<HASH> 100644 --- a/lib/lego/model.rb +++ b/lib/lego/model.rb @@ -67,7 +67,8 @@ module Lego # Serialize - def as_json + def as_json(opts={}) + raise NotImplementedError, 'as_json with arguments' unless opts.empty? {}.tap do |h| ...
Model#as_json supports Rails signature
pithyless_lego
train
685b3a6b4fae8a337b116b2274881e77dad6f98b
diff --git a/salt/modules/dockerio.py b/salt/modules/dockerio.py index <HASH>..<HASH> 100644 --- a/salt/modules/dockerio.py +++ b/salt/modules/dockerio.py @@ -905,6 +905,10 @@ def start(container, binds=None, ports=None, port_bindings=None, binds = {} if not ports: ports = {} + + if not isinst...
Fix traceback in docker.running state This improves error reporting when invalidly-formatted input is submitted from the docker.running state to the docker.start execution fucntion.
saltstack_salt
train
a22719853e9d3d786813a6abdffca3df94bd1e37
diff --git a/pymongo/auth.py b/pymongo/auth.py index <HASH>..<HASH> 100644 --- a/pymongo/auth.py +++ b/pymongo/auth.py @@ -272,15 +272,19 @@ def _authenticate_scram(credentials, sock_info, mechanism): raise OperationFailure("Server returned an invalid nonce.") without_proof = b"c=biws,r=" + rnonce - ...
PYTHON-<I> Invalidate cache on changed salt or iterations
mongodb_mongo-python-driver
train
4338d4e3015cb57377f908e2e41434d0aa17621e
diff --git a/src/server/pfs/server/driver.go b/src/server/pfs/server/driver.go index <HASH>..<HASH> 100644 --- a/src/server/pfs/server/driver.go +++ b/src/server/pfs/server/driver.go @@ -1382,23 +1382,22 @@ func (d *driver) scratchCommitPrefix(ctx context.Context, commit *pfs.Commit) (s if _, err := d.inspectCommit(c...
Clean up etcd key prefixes now that we have a putFileRecords collection the scratch space is redundant
pachyderm_pachyderm
train
003e3aea9a61079ea21399ca1d42ffb4cca0633c
diff --git a/src/Wsdl2PhpGenerator/Config.php b/src/Wsdl2PhpGenerator/Config.php index <HASH>..<HASH> 100644 --- a/src/Wsdl2PhpGenerator/Config.php +++ b/src/Wsdl2PhpGenerator/Config.php @@ -179,41 +179,26 @@ class Config implements ConfigInterface $this->noIncludes = $noIncludes; } - /** - * @re...
Remove docblocks for subclassed methods
wsdl2phpgenerator_wsdl2phpgenerator
train
84eefbc5903059a9175a736c3d484fa9ddd8770e
diff --git a/dwave/system/composites/embedding.py b/dwave/system/composites/embedding.py index <HASH>..<HASH> 100644 --- a/dwave/system/composites/embedding.py +++ b/dwave/system/composites/embedding.py @@ -235,7 +235,7 @@ class EmbeddingComposite(dimod.ComposedSampler): warninghandler = WarningHandler(warni...
Don't raise a chain strength warning when chains have length <= 1
dwavesystems_dwave-system
train
07306b4cc55e3e44690f86a48eac4f8bce2e71e7
diff --git a/library/CM/Frontend/TemplateHelper/RatioKeeper.php b/library/CM/Frontend/TemplateHelper/RatioKeeper.php index <HASH>..<HASH> 100644 --- a/library/CM/Frontend/TemplateHelper/RatioKeeper.php +++ b/library/CM/Frontend/TemplateHelper/RatioKeeper.php @@ -29,15 +29,12 @@ class CM_Frontend_TemplateHelper_RatioKee...
Replace contentAttrs with contentClass.
cargomedia_cm
train
f571a24233fa0ac0c7ff40e61788b680238c2eca
diff --git a/tests/test_orbit.py b/tests/test_orbit.py index <HASH>..<HASH> 100644 --- a/tests/test_orbit.py +++ b/tests/test_orbit.py @@ -3070,6 +3070,9 @@ def test_orbit_c_sigint_full(): time.sleep(4) if p.poll() is None or p.poll() != 1: raise AssertionError("Full orbit integration usi...
Close pipes in sigint tests
jobovy_galpy
train
d17e63108ccf22ea330595e2eda5f10bd456bad1
diff --git a/pysnmp/smi/mibs/SNMPv2-TC.py b/pysnmp/smi/mibs/SNMPv2-TC.py index <HASH>..<HASH> 100644 --- a/pysnmp/smi/mibs/SNMPv2-TC.py +++ b/pysnmp/smi/mibs/SNMPv2-TC.py @@ -290,25 +290,29 @@ class RowStatus(Integer, TextualConvention): ) } defaultValue = stNotExists - pendingError = None ...
RowStatus code refactored
etingof_pysnmp
train
aacc5924093b3e27cd8cbce913ced7f93ed3255d
diff --git a/build.gradle b/build.gradle index <HASH>..<HASH> 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ import scripts.* ext { baseVersion = '3.0.0-SNAPSHOT' offheapVersion = '2.2.1' - managementVersion = '2.2.0' + managementVersion = '2.3.0' statisticVersion = '1.1.0' jcacheVersion ...
Updated terracotta-management-model dependency: return type to calls should be serializable
ehcache_ehcache3
train
01fcd0dea1819a0e999d5d7f7cb3b0c0e493c508
diff --git a/lib/webrat/core/field.rb b/lib/webrat/core/field.rb index <HASH>..<HASH> 100644 --- a/lib/webrat/core/field.rb +++ b/lib/webrat/core/field.rb @@ -43,7 +43,11 @@ module Webrat end def path - @element.path + if Webrat.configuration.parse_with_nokogiri? + @element.path + ...
Making Webrat's usage of the #path Nokogiri method work with Hpricot too
brynary_webrat
train
9442d34beb8254aebe87b9b48ef7e627e1079837
diff --git a/redis/commands/core.py b/redis/commands/core.py index <HASH>..<HASH> 100644 --- a/redis/commands/core.py +++ b/redis/commands/core.py @@ -2393,7 +2393,7 @@ class SetCommands: see: https://redis.io/topics/data-types#sets """ - def sadd(self, name, *values): + def sadd(self, name: str, *val...
Add type hints for set commands (#<I>) * add type hint for set commands * switch to List
andymccurdy_redis-py
train
ebac9220f11a85777d12b610356755aa9bfa8602
diff --git a/ella/newman/sites.py b/ella/newman/sites.py index <HASH>..<HASH> 100644 --- a/ella/newman/sites.py +++ b/ella/newman/sites.py @@ -139,13 +139,16 @@ class NewmanSite(AdminSite): # user has no applicable categories, probably his role is undefined if not applicable_categories...
Fix next_path bug after login.
ella_ella
train
e779210b7d5d214e34fb38f4d1f8ffd22533a6ec
diff --git a/app/lib/actions/katello/product/content_create.rb b/app/lib/actions/katello/product/content_create.rb index <HASH>..<HASH> 100644 --- a/app/lib/actions/katello/product/content_create.rb +++ b/app/lib/actions/katello/product/content_create.rb @@ -11,7 +11,7 @@ module Actions ...
Fixes #<I> - set debian repository architecture
Katello_katello
train
081769f3d1edbaf0b82fc54e87d96e667338c952
diff --git a/salt/modules/openstack_config.py b/salt/modules/openstack_config.py index <HASH>..<HASH> 100644 --- a/salt/modules/openstack_config.py +++ b/salt/modules/openstack_config.py @@ -23,7 +23,7 @@ except ImportError: if hasattr(shlex, 'quote'): _quote = shlex.quote -elif hasattr(pipes, 'quote'): +elif H...
On Windows, exceptions were being thrown, because pipes is referenced even after the imports failed
saltstack_salt
train
38f6d8f043d84e755b380a12f8f6cf5313cee96d
diff --git a/config/environments/test.rb b/config/environments/test.rb index <HASH>..<HASH> 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -30,6 +30,6 @@ config.action_controller.allow_forgery_protection = false # ActionMailer::Base.deliveries array. config.action_mailer.delivery_met...
update rspec-rails, webrat, and cucumber dependencies
pgharts_trusty-cms
train
8dc1161c8ab9a977127685bb29d1ed0916761d6c
diff --git a/salt/client/__init__.py b/salt/client/__init__.py index <HASH>..<HASH> 100644 --- a/salt/client/__init__.py +++ b/salt/client/__init__.py @@ -21,17 +21,10 @@ The data structure needs to be: # Import python libs from __future__ import absolute_import, print_function import os -import sys import time -im...
Don't unsubscribe from open events on the CLI too early on long-running commands Fixes #<I>
saltstack_salt
train
bf05359395e4aa548a3533f5068acf4e3c4d637e
diff --git a/src/main/java/org/roaringbitmap/RunContainer.java b/src/main/java/org/roaringbitmap/RunContainer.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/roaringbitmap/RunContainer.java +++ b/src/main/java/org/roaringbitmap/RunContainer.java @@ -283,7 +283,6 @@ public final class RunContainer extends Conta...
more careful add and remove in run containers.
RoaringBitmap_RoaringBitmap
train
5ae483ef8569c847a1076e28de1be33d2cefef38
diff --git a/lib/vagrant/action/vm/provision.rb b/lib/vagrant/action/vm/provision.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/action/vm/provision.rb +++ b/lib/vagrant/action/vm/provision.rb @@ -9,11 +9,16 @@ module Vagrant end def call(env) + # Instantiate and prepare the provisioners....
Provisioners now properly share folders again
hashicorp_vagrant
train
36ba1ed15dc9b2c15ec753991a2a9cfe72dc5256
diff --git a/tests/unit/components/sl-radio-group-test.js b/tests/unit/components/sl-radio-group-test.js index <HASH>..<HASH> 100644 --- a/tests/unit/components/sl-radio-group-test.js +++ b/tests/unit/components/sl-radio-group-test.js @@ -28,8 +28,8 @@ test( 'Event handlers are registered and unregistered', function( a...
Changed order of looping arrays closes#<I>
softlayer_sl-ember-components
train
61bf25cf6522d3f78a45650f82472c4bb5b86cf5
diff --git a/src/main/java/com/maxmind/geoip2/GeoIp2Provider.java b/src/main/java/com/maxmind/geoip2/GeoIp2Provider.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/maxmind/geoip2/GeoIp2Provider.java +++ b/src/main/java/com/maxmind/geoip2/GeoIp2Provider.java @@ -15,7 +15,7 @@ public interface GeoIp2Provider { ...
Fix - removed "public" access modifiers on interface methods
maxmind_GeoIP2-java
train
09d8de0ace0eee658da2fe3f43fa786528007917
diff --git a/Vpc/Chained/Abstract/Component.php b/Vpc/Chained/Abstract/Component.php index <HASH>..<HASH> 100644 --- a/Vpc/Chained/Abstract/Component.php +++ b/Vpc/Chained/Abstract/Component.php @@ -60,6 +60,7 @@ abstract class Vpc_Chained_Abstract_Component extends Vpc_Abstract } ...
Chained must not copy generator-model It does not need it since the generator class is changed anyway It ran into an exception while testing with trl because the model created rows in master (and also in chained) and then the chained settings where apc-cached but contained rows which are not able to serialize
koala-framework_koala-framework
train
57d6fdd6a159da5138c0f11da725110ce4c3d839
diff --git a/src/sap.m/src/sap/m/StepInput.js b/src/sap.m/src/sap/m/StepInput.js index <HASH>..<HASH> 100644 --- a/src/sap.m/src/sap/m/StepInput.js +++ b/src/sap.m/src/sap/m/StepInput.js @@ -710,7 +710,7 @@ function( StepInput.prototype._verifyValue = function () { var min = this._getMin(), max = this._getM...
[FIX] sap.m.StepInput: string values are parsed correctly When the value is recieved as string, it is parsed correctly depending on the grouping and decimal separator. The issue was found by a failing visual test in the DynamicDateRange. BCP: <I> Change-Id: I<I>cfe<I>e<I>bdefe<I>c0c0d3b<I>d<I>b<I>
SAP_openui5
train
b7a81c3f029b26c57cae51ac03465e609303edd5
diff --git a/src/main/java/io/bit3/jsass/importer/Import.java b/src/main/java/io/bit3/jsass/importer/Import.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/bit3/jsass/importer/Import.java +++ b/src/main/java/io/bit3/jsass/importer/Import.java @@ -1,5 +1,6 @@ package io.bit3.jsass.importer; +import java.io.Fi...
Dont fail on file paths with spaces fix #<I>
bit3_jsass
train
8785d48118b3201bc98ef31d77085ca8685749a4
diff --git a/cpnav/resources/js/cpnavMenu.js b/cpnav/resources/js/cpnavMenu.js index <HASH>..<HASH> 100644 --- a/cpnav/resources/js/cpnavMenu.js +++ b/cpnav/resources/js/cpnavMenu.js @@ -50,6 +50,9 @@ Craft.AddMenuItemHUD = Garnish.Base.extend({ $fieldsContainer.html(response.html) Craft.initU...
pre-fill quick-add url with current relative url
verbb_cp-nav
train
548fe9a861f7a633069a69aec07b99fcc7b14df6
diff --git a/lib/core/facade.rb b/lib/core/facade.rb index <HASH>..<HASH> 100644 --- a/lib/core/facade.rb +++ b/lib/core/facade.rb @@ -197,7 +197,7 @@ module Facade end fetch_ip = lambda do - ip_command = value(:external_address_command, 'curl --silent ifconfig.me') + ip_command = value(:external_...
Switching the external ip lookup command in the facade.
coralnexus_nucleon
train
ec919d22cb80b10b09bec12a5a47c6df38e7d229
diff --git a/integration/broker_test.go b/integration/broker_test.go index <HASH>..<HASH> 100644 --- a/integration/broker_test.go +++ b/integration/broker_test.go @@ -60,8 +60,8 @@ func TestProducerBrokenConnection(t *testing.T) { var stopped []*Container for _, container := range containers { if container.Runni...
when you kill instead of stop kafka, the broker does not recover
optiopay_kafka
train
7c4a10f030e6835197957345ccea1c8773c3fbfe
diff --git a/Lib/fontParts/base/component.py b/Lib/fontParts/base/component.py index <HASH>..<HASH> 100644 --- a/Lib/fontParts/base/component.py +++ b/Lib/fontParts/base/component.py @@ -18,7 +18,6 @@ from fontParts.base.deprecated import DeprecatedComponent, RemovedComponent class BaseComponent( ...
Fix PointPositionMixin error in component (#<I>)
robotools_fontParts
train
f6bae321ebfed8fb5c5dc0432cf5e66d68e46231
diff --git a/spyder/utils/tests/test_programs.py b/spyder/utils/tests/test_programs.py index <HASH>..<HASH> 100644 --- a/spyder/utils/tests/test_programs.py +++ b/spyder/utils/tests/test_programs.py @@ -28,8 +28,9 @@ else: INVALID_INTERPRETER = os.path.join(home_dir, 'miniconda', 'bin', 'ipython') -@pytest.mar...
Only run pythonw interpreter test in CI services.
spyder-ide_spyder
train
8e9c9b90438b299a682fe47a159dc2a98504f24c
diff --git a/ocupy/utils.py b/ocupy/utils.py index <HASH>..<HASH> 100644 --- a/ocupy/utils.py +++ b/ocupy/utils.py @@ -130,7 +130,7 @@ def dict_fun(data, function): """ return dict((k, function(v)) for k, v in data.items()) -def snip_string_middle(string, max_len, snip_string='...'): +def snip_string_middle...
generalised string_snip, not just middle anymore
nwilming_ocupy
train
1f04ac6b9775e6e11062bd2c791f1d5d8d895fe5
diff --git a/request.go b/request.go index <HASH>..<HASH> 100644 --- a/request.go +++ b/request.go @@ -25,12 +25,8 @@ type Request struct { // the Request's path. See Route. Params Params - sanitizedPath string -} - -// SanitizedPath returns the Request's path sanitized with SanitizePath(). -func (r *Request) San...
Make Request.SanitizedPath a public field
gotschmarcel_goserv
train
3477d73bfb597da8b9256478436062ba805b2a6f
diff --git a/imagen/__init__.py b/imagen/__init__.py index <HASH>..<HASH> 100644 --- a/imagen/__init__.py +++ b/imagen/__init__.py @@ -8,8 +8,6 @@ PatternGenerator classes can be derived from these, and can then be combined with the existing classes easily. """ - - import param from param.version import Version ...
Fixes for simultaneous Python 2 and 3 compatibility
pyviz_imagen
train
d90ec4632dccc6e6b4680463921333b5e7878507
diff --git a/buildbot/status/web/builder.py b/buildbot/status/web/builder.py index <HASH>..<HASH> 100644 --- a/buildbot/status/web/builder.py +++ b/buildbot/status/web/builder.py @@ -67,7 +67,7 @@ class StatusResourceBuilder(HtmlResource, BuildLineMixin): for c in pb.source.changes: ...
avoid unreferenced variable in build list
buildbot_buildbot
train
665b4daf56a2a8744abc8fe36f9d465245bf5a5c
diff --git a/pkg/registry/storage/volumeattachment/storage/storage.go b/pkg/registry/storage/volumeattachment/storage/storage.go index <HASH>..<HASH> 100644 --- a/pkg/registry/storage/volumeattachment/storage/storage.go +++ b/pkg/registry/storage/volumeattachment/storage/storage.go @@ -70,6 +70,8 @@ type StatusREST str...
Make sure VolumeAttachment storage implements Patcher
kubernetes_kubernetes
train
fbbf55ca620722ce8221be11feff7829321d8148
diff --git a/src/ImageShortcodeHandler.php b/src/ImageShortcodeHandler.php index <HASH>..<HASH> 100644 --- a/src/ImageShortcodeHandler.php +++ b/src/ImageShortcodeHandler.php @@ -72,7 +72,10 @@ class ImageShortcodeHandler $density = (int)$density; $resized = $record->ResizedImage((int)...
FIX: Prevent fatal errors when assets are missing
bigfork_htmleditorsrcset
train
7c39bb3afb3c51a48ac23bacf93ac74c697aaf71
diff --git a/dygraph-canvas.js b/dygraph-canvas.js index <HASH>..<HASH> 100644 --- a/dygraph-canvas.js +++ b/dygraph-canvas.js @@ -53,8 +53,8 @@ var DygraphCanvasRenderer = function(dygraph, element, elementContext, layout) { this.element = element; this.elementContext = elementContext; - this.height = this.el...
Fixes for pixelRatio != 1
danvk_dygraphs
train
7fec635c98900e95c7f202858e2563b5c8233c87
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ with open(path.join(here, 'DESCRIPTION.rst'), encoding='utf-8') as f: long_description = f.read() setup( - name='hs_restclient', + name=hs_restclient.__title__, # Versions should comply with...
Get title text from hs_restclient module
hydroshare_hs_restclient
train
1e18d748765db8ef522a243bf92dc56409497c46
diff --git a/cmd/gomtree/main.go b/cmd/gomtree/main.go index <HASH>..<HASH> 100644 --- a/cmd/gomtree/main.go +++ b/cmd/gomtree/main.go @@ -1,39 +1,118 @@ package main import ( - "bufio" "flag" "fmt" "log" "os" "strings" + + mtree "../.." +) + +var ( + flCreate = flag.Bool("c", false, "create a direc...
cmd/gomtree: cli with basic functionality
vbatts_go-mtree
train
a9025f110400e847abe2fe9ab99ea6f3066003b1
diff --git a/datascience/tables.py b/datascience/tables.py index <HASH>..<HASH> 100644 --- a/datascience/tables.py +++ b/datascience/tables.py @@ -279,7 +279,7 @@ class Table(collections.abc.MutableMapping): dtype = object else: dtype = None - return np.array(self.rows, dtype=d...
changing to use .columns instead of .rows because the output of .rows changed
data-8_datascience
train
f49aa141aa1274a7a41783bdb93962f427ffbb0b
diff --git a/modules/ve2/init/targets/ve.init.ViewPageTarget.js b/modules/ve2/init/targets/ve.init.ViewPageTarget.js index <HASH>..<HASH> 100644 --- a/modules/ve2/init/targets/ve.init.ViewPageTarget.js +++ b/modules/ve2/init/targets/ve.init.ViewPageTarget.js @@ -34,13 +34,13 @@ ve.init.ViewPageTarget = function() { }...
Redirect through the view page when coming from a diff page Also added URL mixup using window.history.replaceState Change-Id: If<I>b0fe<I>d<I>fdfa9a8c<I>db<I>e<I>
wikimedia_parsoid
train
ffc3af63e00e748ed71e9212f83047712a58267f
diff --git a/activerecord/lib/active_record/connection_adapters/schema_cache.rb b/activerecord/lib/active_record/connection_adapters/schema_cache.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/schema_cache.rb +++ b/activerecord/lib/active_record/connection_adapters/schema_cache....
Support gzip for schema cache This adds gzip support for both the YAML and the Marshal serialization strategies. Particularly large schema caches can become a problem when deploying to Kubernetes, as there is currently a 1*<I>*<I> byte limit for the ConfigMap. For large databases, the schema cache can exceed this lim...
rails_rails
train
1555124c8513557e484dc3cec7a30ce9b204ae91
diff --git a/btcjson/walletsvrresults.go b/btcjson/walletsvrresults.go index <HASH>..<HASH> 100644 --- a/btcjson/walletsvrresults.go +++ b/btcjson/walletsvrresults.go @@ -115,11 +115,22 @@ type ListUnspentResult struct { Confirmations int64 `json:"confirmations"` } +// SignRawTransactionError models the data tha...
Add additional fields to the SignRawTransaction RPC result. This mimics Bitcoin Core commit 8ac2a4e<I>b<I>eea<I>b8eac<I>c<I>
btcsuite_btcd
train
ecdbde8311fff7ba44d7e8e704f882f62d3aa272
diff --git a/acceptance/tests/pluginsync/4420_pluginfacts_should_be_resolvable_on_agent.rb b/acceptance/tests/pluginsync/4420_pluginfacts_should_be_resolvable_on_agent.rb index <HASH>..<HASH> 100644 --- a/acceptance/tests/pluginsync/4420_pluginfacts_should_be_resolvable_on_agent.rb +++ b/acceptance/tests/pluginsync/442...
(PUP-<I>) Quote puppet apply command Need to quote the puppet apply expression, and need to use single quotes to prevent the shell from expanding $foo.
puppetlabs_puppet
train
8695a1f5d7dcda3d14be219382d88e64a83ac0ce
diff --git a/vulcan/client.go b/vulcan/client.go index <HASH>..<HASH> 100644 --- a/vulcan/client.go +++ b/vulcan/client.go @@ -23,6 +23,8 @@ type Client struct { func NewClient(key string) *Client { etcd := etcd.NewClient([]string{etcdMachine}) + etcd.SyncCluster() + return &Client{Key: key, etcd: etcd} }
Sync etcd cluster when creating a vulcan client I have found in the past that doing this improves the etcd client's failover -- if a query fails, it now knows other machines it can try before giving up.
mailgun_scroll
train
de57a10ed34a9497b823b79017f7265742d7e80e
diff --git a/src/entity/entity.js b/src/entity/entity.js index <HASH>..<HASH> 100644 --- a/src/entity/entity.js +++ b/src/entity/entity.js @@ -376,7 +376,7 @@ $.me.ParallaxBackgroundEntity = ParallaxBackgroundEntity /** - * A Simple object to display static or animated sprite on screen. + * A Simple object to d...
Restored the primary function of the SpriteObject : display a sprite ! the more simple is it, the better is it: animation code was anyway redundant with the one from the AnimationSheet Object, "invisible" for the end-user (since AnimationSheet is now used for animation), and this will help cleaning stuff for later reo...
melonjs_melonJS
train
189669173df61d19cbd5cd5a4b7112dd6ae479ec
diff --git a/src/main/java/hex/singlenoderf/SpeeDRFModel.java b/src/main/java/hex/singlenoderf/SpeeDRFModel.java index <HASH>..<HASH> 100644 --- a/src/main/java/hex/singlenoderf/SpeeDRFModel.java +++ b/src/main/java/hex/singlenoderf/SpeeDRFModel.java @@ -290,7 +290,6 @@ public class SpeeDRFModel extends Model implement...
Remove erroneous deletion of validation data frame header.
h2oai_h2o-2
train
d7bdd7cc42faafb1eba031c26b7c369cdea026d5
diff --git a/javascript/node/selenium-webdriver/chrome.js b/javascript/node/selenium-webdriver/chrome.js index <HASH>..<HASH> 100644 --- a/javascript/node/selenium-webdriver/chrome.js +++ b/javascript/node/selenium-webdriver/chrome.js @@ -143,7 +143,9 @@ const CHROMEDRIVER_EXE = * @enum {string} */ const Command =...
JavaScript bindings for Chrome network emulation (#<I>)
SeleniumHQ_selenium
train
5d56be52f333bdfa8e686487a7686f19438ec6e5
diff --git a/gui/__init__.py b/gui/__init__.py index <HASH>..<HASH> 100644 --- a/gui/__init__.py +++ b/gui/__init__.py @@ -1,76 +1,6 @@ -""" -InaSAFE Disaster risk assessment tool developed by AusAid and World Bank - - **Module inasafe.** - -This script initializes the plugin, making it known to QGIS. - -Contact : ole....
Fixed init file that got trampled by earlier commit
inasafe_inasafe
train
f23fd03732e115fd15ec675c0ada4cba20a035d1
diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -58,12 +58,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface...
bumped Symfony version to <I>-DEV
symfony_symfony
train
1aa11bdbe36493a65620d3411612821caf21a20a
diff --git a/lib/interop.js b/lib/interop.js index <HASH>..<HASH> 100644 --- a/lib/interop.js +++ b/lib/interop.js @@ -173,6 +173,9 @@ Interop.prototype.toPlanB = function(desc) { // loop. var types = []; + // Used to aggregate the directions of the m-lines. + var directionResult = {}; + media.fo...
fix(toPlanB): directions.
jitsi_sdp-interop
train
25e4c1a75d1a3b547d33212cd871e22d8c1ae912
diff --git a/lib/rails_best_practices/core/runner.rb b/lib/rails_best_practices/core/runner.rb index <HASH>..<HASH> 100644 --- a/lib/rails_best_practices/core/runner.rb +++ b/lib/rails_best_practices/core/runner.rb @@ -25,6 +25,8 @@ module RailsBestPractices def check(filename, content) if filename =~ /...
remove coding line in Ruby <I> erb to correct code line
flyerhzm_rails_best_practices
train
cf5c21d65997def64403b870d96ba6191eaa1298
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - nats (0.3.6) + nats (0.3.7) daemons (>= 1.1.0) eventmachine (>= 0.12.10) yajl-ruby (>= 0.7.8) diff --git a/lib/nats/client.rb b/lib/nats/cl...
Throw better exception on start with no block, bumped version
nats-io_ruby-nats
train
1a0f15a9df134a62bcc63eb7dca2cdea59ed07c9
diff --git a/src/assets/seeders/skeleton.js b/src/assets/seeders/skeleton.js index <HASH>..<HASH> 100644 --- a/src/assets/seeders/skeleton.js +++ b/src/assets/seeders/skeleton.js @@ -7,7 +7,7 @@ module.exports = { Return a promise to correctly handle asynchronicity. Example: - return queryInterface...
style: grammar mistake in seeder skeleton (#<I>)
sequelize_cli
train
9d711d9417bbe2f96c65c0a79d0cf4446fd9422c
diff --git a/services/httpd/handler.go b/services/httpd/handler.go index <HASH>..<HASH> 100644 --- a/services/httpd/handler.go +++ b/services/httpd/handler.go @@ -475,8 +475,12 @@ func (h *Handler) serveQuery(w http.ResponseWriter, r *http.Request, user meta.U } if h.Config.AuthEnabled { - // The current user de...
httpd/meta: use open auth when unrestricted This changes adds additional auth shortcutting, primarily for enterprise usecases with simple FGA setups. OSS users won't see any changes.
influxdata_influxdb
train
4c6b2dae66e06c10550afeec9fb2e601d699b1b5
diff --git a/ieml/AST/propositions.py b/ieml/AST/propositions.py index <HASH>..<HASH> 100644 --- a/ieml/AST/propositions.py +++ b/ieml/AST/propositions.py @@ -401,6 +401,11 @@ class Term(metaclass=AbstractPropositionMetaclass): null_term.check() return self == null_term + @property + def level...
Bugfix : Level method for terms
IEMLdev_ieml
train
79bd90e6d0c5d99fb005762af080a29b67a7f425
diff --git a/solvebio/resource/apiresource.py b/solvebio/resource/apiresource.py index <HASH>..<HASH> 100644 --- a/solvebio/resource/apiresource.py +++ b/solvebio/resource/apiresource.py @@ -72,7 +72,7 @@ class ListObject(SolveObject): def prev_page(self, **params): if self['links']['prev']: - ...
fix missing return statement; add tabulation to search results
solvebio_solvebio-python
train
823aa9ff844ef9690f583f0b1d54fa9738b047b0
diff --git a/shinken/modules/graphite_broker.py b/shinken/modules/graphite_broker.py index <HASH>..<HASH> 100644 --- a/shinken/modules/graphite_broker.py +++ b/shinken/modules/graphite_broker.py @@ -28,6 +28,9 @@ to brok information of the service/host perfdatas into the Graphite backend. http://graphite.wikidot.com/s...
Enh: Better handling of Carbon connection. Need a better buffering now :)
Alignak-monitoring_alignak
train
d979dd016f7d54d51fdec83f6b0c8682bd90cd12
diff --git a/spec/analysis_specs/annotations_specs/scope_annotation_spec.rb b/spec/analysis_specs/annotations_specs/scope_annotation_spec.rb index <HASH>..<HASH> 100644 --- a/spec/analysis_specs/annotations_specs/scope_annotation_spec.rb +++ b/spec/analysis_specs/annotations_specs/scope_annotation_spec.rb @@ -956,6 +95...
Added another, more telling and complex spec.
michaeledgar_laser
train