hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
adf2dc2dda4f9378e5cedc0f57dff2b94a09f098
diff --git a/app/Config/Format.php b/app/Config/Format.php index <HASH>..<HASH> 100644 --- a/app/Config/Format.php +++ b/app/Config/Format.php @@ -52,9 +52,9 @@ class Format extends BaseConfig | */ public $formatterOptions = [ - 'application/json' => JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES , - 'applica...
update as per pull request update as per pull request
codeigniter4_CodeIgniter4
train
3276607c426416c6404025dc88676d4119cdf723
diff --git a/lib/smalltalk.js b/lib/smalltalk.js index <HASH>..<HASH> 100644 --- a/lib/smalltalk.js +++ b/lib/smalltalk.js @@ -180,8 +180,7 @@ const getIndex = (count, index) => { if (index === count) return 0; - if (index < count) - return index + 1; + return index + 1; }; function...
refactor(smalltalk) coverage
coderaiser_smalltalk
train
ef3d7806fa02bf6ee3ad048b6eecaa0a16ada829
diff --git a/redisdb/datadog_checks/redisdb/redisdb.py b/redisdb/datadog_checks/redisdb/redisdb.py index <HASH>..<HASH> 100644 --- a/redisdb/datadog_checks/redisdb/redisdb.py +++ b/redisdb/datadog_checks/redisdb/redisdb.py @@ -438,6 +438,30 @@ class Redis(AgentCheck): """ conn = self._get_conn(self....
Overrides 'SLOWLOG GET' response callback with fixed/upstream version of `parse_slowlog_get` (#<I>) * patch parse_slowlog_get * Use set_response_callback method
DataDog_integrations-core
train
3de904c2dd46cf34ff468e7f107f6641a68bd8c9
diff --git a/gosu-editor/src/main/java/editor/GosuPanel.java b/gosu-editor/src/main/java/editor/GosuPanel.java index <HASH>..<HASH> 100644 --- a/gosu-editor/src/main/java/editor/GosuPanel.java +++ b/gosu-editor/src/main/java/editor/GosuPanel.java @@ -1656,26 +1656,30 @@ public class GosuPanel extends JPanel ()...
fix runtime output so that it stops the progress indicator when a program throws an exception
gosu-lang_gosu-lang
train
9716c3486a966cbadff38df26c11595d0f82ff77
diff --git a/spec/jobs_spec.rb b/spec/jobs_spec.rb index <HASH>..<HASH> 100644 --- a/spec/jobs_spec.rb +++ b/spec/jobs_spec.rb @@ -17,6 +17,12 @@ describe Rufus::Scheduler::Job do @scheduler.shutdown end + describe Rufus::Scheduler::Job do + end + + describe Rufus::Scheduler::OneTimeJob do + end + desc...
prepare "describe" blocks for all job classes
jmettraux_rufus-scheduler
train
05e7d452417cd3695bbb824341608be4beb9a023
diff --git a/dpark/rdd.py b/dpark/rdd.py index <HASH>..<HASH> 100644 --- a/dpark/rdd.py +++ b/dpark/rdd.py @@ -1184,7 +1184,8 @@ class GZipFileRDD(TextFileRDD): if not block: return pos # EOF try: - if zlib.decompressobj(-zlib.MAX_WBITS).decompress(block...
compatible with segmented gzip file
douban_dpark
train
f3445b4f52bb3c11de3793dbe1fc5c598d67a05a
diff --git a/variation/notification.py b/variation/notification.py index <HASH>..<HASH> 100644 --- a/variation/notification.py +++ b/variation/notification.py @@ -26,13 +26,16 @@ def _cbFun(sendRequestHandle, errorStatus, errorIndex, varBinds, cbCtx): + oid, value, ntfOrg = cbCtx ...
maintain snmpEngine & NotificationOriginator instance in recordContext
etingof_snmpsim
train
2b5aab80d5ac3906bf90aa5277fafb704a2bb658
diff --git a/pyhocon/tool.py b/pyhocon/tool.py index <HASH>..<HASH> 100644 --- a/pyhocon/tool.py +++ b/pyhocon/tool.py @@ -80,7 +80,7 @@ class HOCONConverter(object): for key, item in config.items(): bet_lines.append('{indent}{key}{assign_sign} {value}'.format( ...
Fix conversion to HOCON with dotted keys
chimpler_pyhocon
train
59736d7d7a3141589fd7b7b2a7d93c67fb0822ff
diff --git a/src/SearchParameters/index.js b/src/SearchParameters/index.js index <HASH>..<HASH> 100644 --- a/src/SearchParameters/index.js +++ b/src/SearchParameters/index.js @@ -10,7 +10,6 @@ var reduce = require('lodash/reduce'); var omit = require('lodash/omit'); var indexOf = require('lodash/indexOf'); var isNaN...
refactor(lodash): don't use lodash/isarray (#<I>) This function is deprecated, and all it exports is Array.isArray anyway. Won't have a significant impact on bundle size, but it's at least less to think about :)
algolia_algoliasearch-helper-js
train
a8c9a7cba1250e0e17488a0306db8301cd6216f6
diff --git a/lib/Opauth/OpauthStrategy.php b/lib/Opauth/OpauthStrategy.php index <HASH>..<HASH> 100644 --- a/lib/Opauth/OpauthStrategy.php +++ b/lib/Opauth/OpauthStrategy.php @@ -23,7 +23,14 @@ class OpauthStrategy{ */ public $auth; - public $name; +/** + * Name of strategy + */ + public $name = null; + +/** + ...
Automatically set name to ClassName (overwritable)
opauth_opauth
train
36c241d673f7376766a0cade6cea1a299879700e
diff --git a/test/async.js b/test/async.js index <HASH>..<HASH> 100644 --- a/test/async.js +++ b/test/async.js @@ -93,6 +93,51 @@ var runTest = module.exports = function(callback) syncMethodThrowsExceptionAsync(3, function(err, result){ assert.equal(err, 'something went wrong'); }) + ...
added more tests for Function.prototype.async()
ybogdanov_node-sync
train
a4cf53c520086caea4d0b55b4373a73684accffa
diff --git a/src/Leevel/Encryption/Helper.php b/src/Leevel/Encryption/Helper.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Encryption/Helper.php +++ b/src/Leevel/Encryption/Helper.php @@ -32,7 +32,7 @@ use Leevel\Support\Str\un_camelize; * @method static customHtmlspecialchars($data) ...
fix(encryption): fix for phpstan level 2
hunzhiwange_framework
train
f221eeef9bbd5c95d66ac27b385bbd1924c8c80c
diff --git a/intranet/apps/bus/management/commands/import_routes.py b/intranet/apps/bus/management/commands/import_routes.py index <HASH>..<HASH> 100644 --- a/intranet/apps/bus/management/commands/import_routes.py +++ b/intranet/apps/bus/management/commands/import_routes.py @@ -11,6 +11,7 @@ class Command(BaseCommand):...
Add Ability to Mark OOC Buses Arrived
tjcsl_ion
train
99fe7b7b00551b7f6085ed82b8106e9370ef7280
diff --git a/lib/rules/no-empty-description.js b/lib/rules/no-empty-description.js index <HASH>..<HASH> 100644 --- a/lib/rules/no-empty-description.js +++ b/lib/rules/no-empty-description.js @@ -22,6 +22,14 @@ function isIdentifier(node) { return node && node.type === 'Identifier'; } +function isStaticallyAnaly...
Extract isStaticallyAnalyzableTitle function to reduce complexity of checkDescription
lo1tuma_eslint-plugin-mocha
train
503b38c17fc839fc797978d9939f263ae8edc237
diff --git a/system/src/Grav/Common/Page/Page.php b/system/src/Grav/Common/Page/Page.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Page/Page.php +++ b/system/src/Grav/Common/Page/Page.php @@ -445,7 +445,7 @@ class Page // Handle summary divider $delimiter = self::getGrav()['co...
fix for #<I> - summary delimiter not getting proper position in certain conditions
getgrav_grav
train
1f650a3bf39a9211f5d4e24dca6aa435c9d133c1
diff --git a/src/collision.js b/src/collision.js index <HASH>..<HASH> 100644 --- a/src/collision.js +++ b/src/collision.js @@ -400,6 +400,18 @@ Crafty.c("Collision", { * a case, the hit events will not fire until the next check is performed in * the following frame. * + * @example + * ~~~ + ...
Improve COllision docs Adds practical examples to the collision features introduced in #<I> .
craftyjs_Crafty
train
3543c03a1d7d5db0097de0e260cc5a990c571eac
diff --git a/python/tools/env/update-locale.py b/python/tools/env/update-locale.py index <HASH>..<HASH> 100755 --- a/python/tools/env/update-locale.py +++ b/python/tools/env/update-locale.py @@ -5,8 +5,9 @@ import l20n.format.lol.parser as parser import l20n.format.lol.ast as ast def read_file(path): - with file...
switch update locale to unicode read/write
l20n_l20n.js
train
0c09862b86725a460e5aa043ce98fac1919e03ff
diff --git a/legacy.go b/legacy.go index <HASH>..<HASH> 100644 --- a/legacy.go +++ b/legacy.go @@ -472,15 +472,21 @@ func cloneTree(srcPath, destPath string, mutatedFiles map[string]bool) error { } destFilePath := filepath.Join(destPath, relPath) + fileAttributes := info.Sys().(*syscall.Win32FileAttributeData)...
patch hcsshim to work with go<I> In go<I>, fi.IsDir() returns false if the directory is also a symlink. See: <URL>
Microsoft_hcsshim
train
a791dc5e1f223d6698d53e3159797e433b9d9ab9
diff --git a/lib/camp.js b/lib/camp.js index <HASH>..<HASH> 100644 --- a/lib/camp.js +++ b/lib/camp.js @@ -109,8 +109,7 @@ function augmentReqRes(req, res, server) { // Sending JSON data res.json = function (data) { res.setHeader('Content-Type', mime.json); - // This gets compressed anyway, so we might as...
Remove prettifying JSON output Tinkerers can pipe it to jq.
espadrine_sc
train
1d87c101e4a7102bc4e095de8711188f86d81f56
diff --git a/src/frontend/org/voltdb/plannodes/IndexScanPlanNode.java b/src/frontend/org/voltdb/plannodes/IndexScanPlanNode.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/plannodes/IndexScanPlanNode.java +++ b/src/frontend/org/voltdb/plannodes/IndexScanPlanNode.java @@ -39,6 +39,7 @@ import org.voltdb.e...
Make sure PVEs from eliminated exact match expressions are added to IndexScan m_bindingsto be available for the BoundPlan.allowsParams
VoltDB_voltdb
train
8434f90c246a67603c7c9597652dbdcb70f13326
diff --git a/tests/Fs/DirMtimeTest.php b/tests/Fs/DirMtimeTest.php index <HASH>..<HASH> 100644 --- a/tests/Fs/DirMtimeTest.php +++ b/tests/Fs/DirMtimeTest.php @@ -22,10 +22,7 @@ class DirMtimeTest extends \PHPUnit_Framework_TestCase */ public function testMtimeNotExistingPath() { - $path = sys_ge...
+ Dir::mtime() methods improvements and tests
RunnMe_Fs
train
63b5674531a5bc760de4d8c98a62eb90e4675d48
diff --git a/lib/less_interactions/interaction.rb b/lib/less_interactions/interaction.rb index <HASH>..<HASH> 100644 --- a/lib/less_interactions/interaction.rb +++ b/lib/less_interactions/interaction.rb @@ -1,7 +1,7 @@ module Less class Interaction - # Initialize the objects for an interaction. + # Initial...
Define methods when the interaction class is loaded Don't do it dynamically when instances of the interaction are created. The hope is that this will play nicely with Delayed::Job. Also, it's clearer and faster.
LessEverything_less_interactions
train
78892ef5911586250944f510c21a30907d5eba3a
diff --git a/src/ORM/Table.php b/src/ORM/Table.php index <HASH>..<HASH> 100644 --- a/src/ORM/Table.php +++ b/src/ORM/Table.php @@ -1017,6 +1017,24 @@ class Table implements RepositoryInterface, EventListenerInterface, EventDispatc */ public function findList(Query $query, array $options) { + if (...
Make find(list) not auto-null on a behavior of 2.x where select(keyfield, valuefield) would autopopulate.
cakephp_cakephp
train
5c78e4387dd7c3550b4d81ff132ef455b497c422
diff --git a/cli.js b/cli.js index <HASH>..<HASH> 100644 --- a/cli.js +++ b/cli.js @@ -103,8 +103,10 @@ var menuLinks = function(files, basePath) { var preprocess = function(file, pp, options, cb) { // stdin would have been nice here, but not all preprocessors (less) // accepts that, so we need to read the file ...
SASS partial ignore should return empty and not the file's content
jacobrask_styledocco
train
4fa61e6531b6013c2ee6d6ab50434fff1e339dfb
diff --git a/whois/response.go b/whois/response.go index <HASH>..<HASH> 100644 --- a/whois/response.go +++ b/whois/response.go @@ -1,6 +1,7 @@ package whois import ( + "encoding/hex" "io" "mime" "net/http" @@ -8,6 +9,8 @@ import ( "strings" "time" + "crypto/sha1" + "code.google.com/p/go.net/html/chars...
Checksum Response.Body here, rather than whois-fixtures.
domainr_whois
train
d783d5a0beffbf8dacd355f1f47168b9533aa8dd
diff --git a/nodes/espruino/button.js b/nodes/espruino/button.js index <HASH>..<HASH> 100644 --- a/nodes/espruino/button.js +++ b/nodes/espruino/button.js @@ -2,7 +2,11 @@ module.exports.setup = function(e) { var pin = new Pin(e.props.pin); - setWatch(function(e) { - e.fire({state: e.state}); - }, pin, {edge...
fix(nodes): repeat button signals, debounce input
xodio_xod
train
2634cb6b3b2b7886399cc5d21bcc1dd254634990
diff --git a/lib/tinymce/rails/version.rb b/lib/tinymce/rails/version.rb index <HASH>..<HASH> 100644 --- a/lib/tinymce/rails/version.rb +++ b/lib/tinymce/rails/version.rb @@ -1,6 +1,6 @@ module TinyMCE module Rails - VERSION = "5.6.2" + VERSION = "5.6.2.1" TINYMCE_VERSION = "5.6.2" end end
Increment version to <I>
spohlenz_tinymce-rails
train
86307ae3649bc942518f74ad226ffb278c9a0ff7
diff --git a/pyang/translators/cts.py b/pyang/translators/cts.py index <HASH>..<HASH> 100644 --- a/pyang/translators/cts.py +++ b/pyang/translators/cts.py @@ -196,6 +196,8 @@ class CTSTranslator(object): * `has_anyxml`: boolean indicating occurence of 'anyxml' statement (so that `anyxml_def` has to be inser...
CTS: <interleave> inserted at appropriate places.
mbj4668_pyang
train
0a3415367f5077b1098ebdc7b4f1389104d7bbd4
diff --git a/jptsmeta.py b/jptsmeta.py index <HASH>..<HASH> 100644 --- a/jptsmeta.py +++ b/jptsmeta.py @@ -276,7 +276,7 @@ class JPTSMeta(object): """ <volume-id> is an optional element, 0 or more, with the optional attributes pub-id-type and content-type (only in v2.3 and v3.0). It is - ...
Fixed bug in getVolumeID() and implemented <issue-id> parsing
SavinaRoja_OpenAccess_EPUB
train
73b5c38b8dcafba1b62394334cb34d50055ceb23
diff --git a/app/app.go b/app/app.go index <HASH>..<HASH> 100644 --- a/app/app.go +++ b/app/app.go @@ -22,14 +22,14 @@ type App struct { type Config struct { DB string `envconfig:"DB,default=host=/var/run/postgresql sslmode=disable user=audiences dbname=audiences password=audiences"` PublicDir string ...
crawl: CRAWL flag is optional.
remeh_reddit-audiences
train
4dd4a3e2663c3101a774e24d8e08bfb19b7aee61
diff --git a/km3pipe/calib.py b/km3pipe/calib.py index <HASH>..<HASH> 100644 --- a/km3pipe/calib.py +++ b/km3pipe/calib.py @@ -152,12 +152,13 @@ class Calibration(Module): t0 = cal[:, 6] - if hits.time.dtype != t0.dtype: - time = hits.time.astype('f4') + t0.astype('f4') - hits ...
Allow time to be missing when applying calibration
tamasgal_km3pipe
train
7eefa6c5483c891779b9c306dd5182d28f9d87b8
diff --git a/revel/new.go b/revel/new.go index <HASH>..<HASH> 100644 --- a/revel/new.go +++ b/revel/new.go @@ -131,7 +131,6 @@ func setApplicationPath(args []string) { } else { basePath += "/" } - basePath = filepath.FromSlash(basePath) } func setSkeletonPath(args []string) {
apparently Go already deals with M$ slashes, I find it amusing that windows is the slash which is in decline and linux uses the slash which is on the rise, oh nerd humor
revel_revel
train
08ac67c5189d4e5566f0517bad2d4d6e6d5c9295
diff --git a/hazelcast/src/test/java/classloading/LeakingApplication.java b/hazelcast/src/test/java/classloading/LeakingApplication.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/test/java/classloading/LeakingApplication.java +++ b/hazelcast/src/test/java/classloading/LeakingApplication.java @@ -28,10 +28,14 @@ p...
Added forced cleanup of LeakingApplication in ThreadLocalLeakTest
hazelcast_hazelcast
train
567faee7d92143438250baa607bc54277d959e40
diff --git a/lib/graphql/define/assign_object_field.rb b/lib/graphql/define/assign_object_field.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/define/assign_object_field.rb +++ b/lib/graphql/define/assign_object_field.rb @@ -25,6 +25,7 @@ module GraphQL type: function.type, resolve: function...
Populate Field#function when defined from a function
rmosolgo_graphql-ruby
train
7b3ab52a4da1938eb5df4a02ade4b738a2079739
diff --git a/src/Bedrock/Application/Application.php b/src/Bedrock/Application/Application.php index <HASH>..<HASH> 100644 --- a/src/Bedrock/Application/Application.php +++ b/src/Bedrock/Application/Application.php @@ -120,7 +120,7 @@ class Application implements \Peak\Blueprint\Bedrock\Application * @param mixed...
renamed add() to stack(), added put() patch() and delete() + changed their behavior
peakphp_framework
train
27d199a827f7e8448bc8dc5af6a13f16bf52990d
diff --git a/myanimelist/manga.py b/myanimelist/manga.py index <HASH>..<HASH> 100644 --- a/myanimelist/manga.py +++ b/myanimelist/manga.py @@ -169,15 +169,15 @@ class Manga(media.Media): @property @loadable(u'load') def published(self): - """A tuple(2) containing up to two datetime.date objects representing...
Manga::published datetime.date should be class-styled
shaldengeki_python-mal
train
e4f5c40e7acaa59e79afad3a83bd0dc9b26d8574
diff --git a/phy/gui/gui.py b/phy/gui/gui.py index <HASH>..<HASH> 100644 --- a/phy/gui/gui.py +++ b/phy/gui/gui.py @@ -45,8 +45,8 @@ def _try_get_opengl_canvas(view): from phy.plot.base import BaseCanvas if isinstance(view, BaseCanvas): return QWidget.createWindowContainer(view) - elif isinstance(...
Increase coverage in utils and gui
kwikteam_phy
train
a9cc834e803ce3d68ce9086cd3aee653f1fd6459
diff --git a/tasks/Aggregation.js b/tasks/Aggregation.js index <HASH>..<HASH> 100644 --- a/tasks/Aggregation.js +++ b/tasks/Aggregation.js @@ -145,7 +145,7 @@ module.exports = function (grunt) { var minEntry = createManifestEntry(aggregation, '#css'); minEntry.url = utils.unixpath(pa...
Bugfix: different file order for aggregatoions with wildcards
omryn_grunt-aggregator
train
511750e1ffddba5884c6775870034817c8e8b9ff
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,9 @@ -var Compiler = require('traceur').NodeCompiler; +var traceur = require('traceur'); +var Compiler = traceur.NodeCompiler; module.exports = function(options, jade){ var filter = function(contents){ - var compil...
Update to Traceur <I>
babel_jade-babel
train
ddbbd94373700807a4d9141d606da7e6bc1a14c9
diff --git a/Helper/TokenHelper.php b/Helper/TokenHelper.php index <HASH>..<HASH> 100644 --- a/Helper/TokenHelper.php +++ b/Helper/TokenHelper.php @@ -263,18 +263,22 @@ class TokenHelper if (!$payload) { return $this; } - if (!empty($payload->operations)) { - foreach ($p...
[ENG-<I>] Improve array mapping to update payload tokens more accurately.
TheDMSGroup_mautic-contact-client
train
9f5948f1dc914fea4c06340a2592e6f879fa4ee5
diff --git a/src/helpers/WorkflowHelper.php b/src/helpers/WorkflowHelper.php index <HASH>..<HASH> 100644 --- a/src/helpers/WorkflowHelper.php +++ b/src/helpers/WorkflowHelper.php @@ -136,4 +136,49 @@ class WorkflowHelper ]; } + /** + * Returns the status string of the next valid status from the list of transiti...
helper to assist in getting the next valid status
raoul2000_yii2-workflow
train
2e8d86b745d8b16b7e2c7b21954babaa96ec1824
diff --git a/plugin/geomajas-layer-tms/tms/src/main/java/org/geomajas/layer/tms/TmsConfigurationService.java b/plugin/geomajas-layer-tms/tms/src/main/java/org/geomajas/layer/tms/TmsConfigurationService.java index <HASH>..<HASH> 100644 --- a/plugin/geomajas-layer-tms/tms/src/main/java/org/geomajas/layer/tms/TmsConfigura...
TMS-5 assure input source is closed
geomajas_geomajas-project-server
train
e15d0b1e6862f2bb68987e01158b747dd5e29d58
diff --git a/tests/Endpoints/ApplicationsTest.php b/tests/Endpoints/ApplicationsTest.php index <HASH>..<HASH> 100644 --- a/tests/Endpoints/ApplicationsTest.php +++ b/tests/Endpoints/ApplicationsTest.php @@ -59,7 +59,7 @@ class ApplicationsTest extends CloudApiTestCase $client = $this->getMockClient($response);...
Updates tests to use alternately named methods.
typhonius_acquia-php-sdk-v2
train
d8d42af4b6cb8fc7f8749848d35c45a88a81513d
diff --git a/datahandling/datahandling/datahandling.py b/datahandling/datahandling/datahandling.py index <HASH>..<HASH> 100644 --- a/datahandling/datahandling/datahandling.py +++ b/datahandling/datahandling/datahandling.py @@ -607,6 +607,7 @@ class ORGTableData(): RunNo)][ColumnName]) re...
improved implementation of colorArray and added alphaArray to multi_plot_psd
AshleySetter_optoanalysis
train
71bfab6f65123405c7293a8a93073124bc307c4c
diff --git a/cmapPy/pandasGEXpress/mini_gctoo_for_testing.py b/cmapPy/pandasGEXpress/mini_gctoo_for_testing.py index <HASH>..<HASH> 100644 --- a/cmapPy/pandasGEXpress/mini_gctoo_for_testing.py +++ b/cmapPy/pandasGEXpress/mini_gctoo_for_testing.py @@ -47,7 +47,7 @@ def make(convert_neg_666=True): if convert_neg_666...
pandasGEXpress/tests/python3_tests: some quick fixes to make work with newer pandas
cmap_cmapPy
train
3f0e8162e2866411bc98d7317ffc76105b5f2af5
diff --git a/pandas/tests/io/test_sql.py b/pandas/tests/io/test_sql.py index <HASH>..<HASH> 100644 --- a/pandas/tests/io/test_sql.py +++ b/pandas/tests/io/test_sql.py @@ -26,8 +26,6 @@ import warnings import numpy as np import pytest -from pandas.compat import PY36 - from pandas.core.dtypes.common import is_dateti...
TST: Fix sqlite3 transactions test (#<I>) The sqlite connection is already in transaction when the test starts, so when the test intentionally raises an exception, the entire transaction, including the table creation, gets rolled back, so there is no table to query. Wrapping the table CREATE statement in its own ...
pandas-dev_pandas
train
a5562634f0deb451c2854fbec746cee1cfbe99de
diff --git a/src/Illuminate/Encryption/Encrypter.php b/src/Illuminate/Encryption/Encrypter.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Encryption/Encrypter.php +++ b/src/Illuminate/Encryption/Encrypter.php @@ -159,11 +159,9 @@ class Encrypter implements EncrypterContract, StringEncrypter $iv = base6...
[8.x] Throw if tag is passed but is not supported (#<I>) * Throw if tag is passed but is not supported * Fix Styling * formatting
laravel_framework
train
1f90b00a73a4684a6678905f12276041082a643b
diff --git a/frontend/js/components/table.js b/frontend/js/components/table.js index <HASH>..<HASH> 100644 --- a/frontend/js/components/table.js +++ b/frontend/js/components/table.js @@ -24,6 +24,41 @@ $(document).on('click', 'tr[data-url]:not([data-behavior="dialog"])', function ( } }) +$(document).on('click', '...
JS to manage table checkbox state
TrestleAdmin_trestle
train
7840df743131919854aa5bd0664a927bdd7794e3
diff --git a/app/angular/src/server/angular-cli_config.js b/app/angular/src/server/angular-cli_config.js index <HASH>..<HASH> 100644 --- a/app/angular/src/server/angular-cli_config.js +++ b/app/angular/src/server/angular-cli_config.js @@ -50,6 +50,10 @@ export function getAngularCliWebpackConfigOptions(dirToSearch) { ...
Fix angular project without 'architect.build' option to be worked
storybooks_storybook
train
8d78d4d8c0f7bf3316decf45047065ab917c430b
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -51,7 +51,7 @@ test('markdown', (t) => { t.equal(result.source, fixture, 'filename'); t.deepEqual(_.orderBy(result.warnings, ['line', 'column']), markdownExpectedWarnings); t.end(); - }).catch(t...
Fix tests Tests were previously silently failing due to a wrong function being called on the `catch` end of the stylelint promises.
mapbox_stylelint-processor-arbitrary-tags
train
317004484353fc61cea5a1d589832ddde0ed7327
diff --git a/src/Comodojo/Cache/Traits/GenericManagerTrait.php b/src/Comodojo/Cache/Traits/GenericManagerTrait.php index <HASH>..<HASH> 100644 --- a/src/Comodojo/Cache/Traits/GenericManagerTrait.php +++ b/src/Comodojo/Cache/Traits/GenericManagerTrait.php @@ -54,15 +54,11 @@ trait GenericManagerTrait { public fun...
let manager clear the whole stack instead of active provider
comodojo_cache
train
48b554a5e85da223738c583c1d15c35169bdbaab
diff --git a/addon/components/bootstrap-switch.js b/addon/components/bootstrap-switch.js index <HASH>..<HASH> 100644 --- a/addon/components/bootstrap-switch.js +++ b/addon/components/bootstrap-switch.js @@ -116,10 +116,10 @@ export default Ember.Component.extend({ // Need to keep track of the initial attributes ...
Removed didInitAttrs deprecation warning by replacing with init hook
Panman8201_ember-bootstrap-switch
train
d1601076731df2a07020316bd159b544f497a606
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( 'seaborn', 'nanoplotter>=0.44.3', 'nanoget>=1.7.7', - 'nanomath>=0.23.0' + 'nanomath>=0.23.1'...
latest nanomath, fixing installation issue
wdecoster_NanoPlot
train
46d112cb4c24e28f3fd272acab00c6014cd7d0ee
diff --git a/lib/r6502/cpu_instructions.rb b/lib/r6502/cpu_instructions.rb index <HASH>..<HASH> 100644 --- a/lib/r6502/cpu_instructions.rb +++ b/lib/r6502/cpu_instructions.rb @@ -412,6 +412,7 @@ module R6502 # bit 5 @v = 0x1 & (val>>6) @n = 0x1 & (val>>7) + @s += 1 inc_pc_by_mode(mode) ...
plp wasn't incrementing stack counter
joelanders_r6502
train
9e165fc7dc3be4f5cbee8c2ea1d50a1938a667b9
diff --git a/ReactNativeClient/lib/MdToHtml.js b/ReactNativeClient/lib/MdToHtml.js index <HASH>..<HASH> 100644 --- a/ReactNativeClient/lib/MdToHtml.js +++ b/ReactNativeClient/lib/MdToHtml.js @@ -535,6 +535,8 @@ class MdToHtml { background-color: ` + style.htmlBackgroundColor + `; font-family: ` + fontFamily +...
Desktop: Fixes #<I>: Display highlighted text and other background colours and images when exporting to PDF or printing
laurent22_joplin
train
fede5d0d8205f69e45e69b4edeb0059fe6c29a8c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,10 @@ except: # (IOError, ImportError, OSError, RuntimeError): print('Installing package named {} pointed at url {}. . .'.format(project_name, __url__)) -dependency_links = [] # ['http://github.com/hobson/pug-...
dependency link to github pybrain
hobson_pug
train
4c3e11d30a9295404c54646a5d0c8a47991c35d4
diff --git a/activesupport/test/core_ext/enumerable_test.rb b/activesupport/test/core_ext/enumerable_test.rb index <HASH>..<HASH> 100644 --- a/activesupport/test/core_ext/enumerable_test.rb +++ b/activesupport/test/core_ext/enumerable_test.rb @@ -8,7 +8,6 @@ class SummablePayment < Payment end class EnumerableTests...
Remove obsolete line (was needed for Ruby <I> support)
rails_rails
train
252d86468153002bd573cec1b28bd294cd454fa5
diff --git a/sacredboard/app/config/routes.py b/sacredboard/app/config/routes.py index <HASH>..<HASH> 100644 --- a/sacredboard/app/config/routes.py +++ b/sacredboard/app/config/routes.py @@ -33,6 +33,8 @@ def api_runs(): order_dir = request.args.get("order[0][dir]") if order_column is not None: order...
a quick fix for sorting based on hostname
chovanecm_sacredboard
train
f09c935f0b8b18fbadb503271923e539ce0f5f50
diff --git a/lib/celluloid/future.rb b/lib/celluloid/future.rb index <HASH>..<HASH> 100644 --- a/lib/celluloid/future.rb +++ b/lib/celluloid/future.rb @@ -8,8 +8,12 @@ module Celluloid return super unless block future = new + task = Thread.current[:celluloid_task] + actor = Thread.current[:cel...
closes #<I> ... 2+ years later. yay?
celluloid_celluloid
train
ebc44a8d6ae008c0269a779fee334ba0eec18b20
diff --git a/cytoscape-dagre.js b/cytoscape-dagre.js index <HASH>..<HASH> 100644 --- a/cytoscape-dagre.js +++ b/cytoscape-dagre.js @@ -169,7 +169,7 @@ SOFTWARE. var constrainPos = function( p ){ if( options.boundingBox ){ - var xPct = (p.x - dagreBB.x1) / dagreBB.w; + var xPct = dagr...
avoid division by zero for x case as well #7
cytoscape_cytoscape.js-dagre
train
d532b15cfb83081cd40cdd05286b3f290b26a2c8
diff --git a/katversion/version.py b/katversion/version.py index <HASH>..<HASH> 100644 --- a/katversion/version.py +++ b/katversion/version.py @@ -54,7 +54,7 @@ def is_git(path): def is_svn(path): """Return True if this is an svn repo.""" try: - repo_dir = run_cmd(path, 'svn', 'info') + run_cmd...
Scrub the branch name that we get from git to be PEP<I> compliant.
ska-sa_katversion
train
4f3c9c761bf2d58bd346571898da63d305ce7b46
diff --git a/app/controllers/devise/invitations_controller.rb b/app/controllers/devise/invitations_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/devise/invitations_controller.rb +++ b/app/controllers/devise/invitations_controller.rb @@ -32,7 +32,7 @@ class Devise::InvitationsController < DeviseControl...
Extract accepting invitation to a method For easier overriding in sublcasses. As 8fa5a<I>a2e1cc3e1d8f<I>f<I>cbd<I> did for invites.
scambra_devise_invitable
train
13c94424bd1474d130e523c8ecbf4887bd6f4284
diff --git a/events.go b/events.go index <HASH>..<HASH> 100644 --- a/events.go +++ b/events.go @@ -78,13 +78,12 @@ type EventsLogOptions struct { // getURL returns the url that should be used in the request. This will vary // depending on the options provided to GetEvents. func (events *EventsLogService) getURL(opt...
some minor cleanups to var names
andygrunwald_go-gerrit
train
2b67c8691542541c26a521d86b0c2d4fc3a9ca12
diff --git a/common/entities/Category.php b/common/entities/Category.php index <HASH>..<HASH> 100644 --- a/common/entities/Category.php +++ b/common/entities/Category.php @@ -26,6 +26,7 @@ use yii2tech\ar\position\PositionBehavior; * @property Product[] $products * @property CategoryTranslation $translation * @pr...
Added "childrens" relation to Category entity
black-lamp_blcms-shop
train
9616d98f27c5d864c6340a7dde4d990cc1b91647
diff --git a/pandas/_typing.py b/pandas/_typing.py index <HASH>..<HASH> 100644 --- a/pandas/_typing.py +++ b/pandas/_typing.py @@ -11,6 +11,7 @@ from typing import ( List, Mapping, Optional, + Type, TypeVar, Union, ) @@ -44,7 +45,9 @@ Scalar = Union[PythonScalar, PandasScalar] # other ...
CLN: Fixing mypy errors in pandas/conftest.py (#<I>)
pandas-dev_pandas
train
54c5ec2b432a15079cb9468c2e6d89c0ccf48a37
diff --git a/tests/Core/CCProfiler.php b/tests/Core/CCProfiler.php index <HASH>..<HASH> 100644 --- a/tests/Core/CCProfiler.php +++ b/tests/Core/CCProfiler.php @@ -47,4 +47,28 @@ class Test_CCProfiler extends \PHPUnit_Framework_TestCase $this->assertEquals( count( CCProfiler::data() ), 2 ); } + + /** + * CCPr...
Added enable and disable profiler tests
ClanCats_Core
train
b3a1feaa8dae141d90810d39d1c3df86ab590be5
diff --git a/lib/substation/dsl/guard.rb b/lib/substation/dsl/guard.rb index <HASH>..<HASH> 100644 --- a/lib/substation/dsl/guard.rb +++ b/lib/substation/dsl/guard.rb @@ -6,17 +6,9 @@ module Substation # A guard used for rejecting invalid names in {DSL} class Guard - include Equalizer.new(:reserved_nam...
Simplify DSL::Guard using concord
snusnu_substation
train
19a0dd01c392ce4a94e55a2f3632a123b689b162
diff --git a/Controller/MessageController.php b/Controller/MessageController.php index <HASH>..<HASH> 100644 --- a/Controller/MessageController.php +++ b/Controller/MessageController.php @@ -14,7 +14,6 @@ use Symfony\Component\HttpFoundation\Response; use BisonLab\CommonBundle\Controller\CommonController as CommonCont...
NO depcrecation messages from <I> at least. For now.
thomasez_BisonLabSakonninBundle
train
39e678586ca48b24ab744afa73c6ae4545fd4003
diff --git a/views/partials/search/top-search.blade.php b/views/partials/search/top-search.blade.php index <HASH>..<HASH> 100644 --- a/views/partials/search/top-search.blade.php +++ b/views/partials/search/top-search.blade.php @@ -2,7 +2,7 @@ global $searchFormNode; $searchFormNode = ($searchFormNode) ? $sear...
Mulsitite (subdirectorys) support in top search.
helsingborg-stad_Municipio
train
ba7c55006c67e4ee1073e654a1467afd010ae222
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -73,13 +73,15 @@ exports.init = function (sbot, config) { //for every edge added. This script is to track //how many ms it's doing that for each second. //obviously, remove that once performance is good. + va...
hacks to make streaming all the friends faster
ssbc_ssb-friends
train
0162e6eef5b4ee0da8e375fa38e624ae29e5227c
diff --git a/src/scene.js b/src/scene.js index <HASH>..<HASH> 100644 --- a/src/scene.js +++ b/src/scene.js @@ -849,7 +849,7 @@ exports.Scene = function ( containerIn, rendererIn) { var newVec3 = new THREE.Vector3( ); newVec3.crossVectors(newVec1, newVec2); var angle = newVec1.angleTo(newVec2); - ...
Minor change on camera rotation transition mode.
alan-wu_ZincJS
train
98577d8f38b4e849315b2aad0ff3541cd7fa8cf6
diff --git a/src/SelfUpdateCommand.php b/src/SelfUpdateCommand.php index <HASH>..<HASH> 100644 --- a/src/SelfUpdateCommand.php +++ b/src/SelfUpdateCommand.php @@ -146,9 +146,7 @@ EOT } $releaseVersion = $release['tag_name']; - if ($this->isCompatible - && null !== $...
Refactor getMajorVersionConstraint() into
consolidation_self-update
train
efa0acec0c3dd0e558af30c1616b2f6d5237d608
diff --git a/src/Payment/Merchant/Client.php b/src/Payment/Merchant/Client.php index <HASH>..<HASH> 100644 --- a/src/Payment/Merchant/Client.php +++ b/src/Payment/Merchant/Client.php @@ -75,7 +75,7 @@ class Client extends BaseClient $params = array_merge($params, [ 'nonce_str' => '', ...
Apply fixes from StyleCI (#<I>) [ci skip] [skip ci]
overtrue_wechat
train
885a37c6ed53437b5a425552962f83627808bb60
diff --git a/filestack/utils/upload_utils.py b/filestack/utils/upload_utils.py index <HASH>..<HASH> 100644 --- a/filestack/utils/upload_utils.py +++ b/filestack/utils/upload_utils.py @@ -10,14 +10,14 @@ from functools import partial from multiprocessing import Pool -def get_file_info(filepath): - filename = os....
send store params through multipart
filestack_filestack-python
train
aa6680c99e90682b4a125e4fb6446204b5113f1b
diff --git a/controller/console.js b/controller/console.js index <HASH>..<HASH> 100644 --- a/controller/console.js +++ b/controller/console.js @@ -15,10 +15,14 @@ ConsoleController.prototype.run = function() { var _this = this; var dataSource; - if (_this.server) + if (_this.server) { dataSource = new Re...
Added some console messages for easier diagnostics.
soheilpro_mon
train
6e22873f9c6be93af784b8b73c283c3d64c64037
diff --git a/lib/ProgressPlugin.js b/lib/ProgressPlugin.js index <HASH>..<HASH> 100644 --- a/lib/ProgressPlugin.js +++ b/lib/ProgressPlugin.js @@ -343,7 +343,7 @@ ProgressPlugin.defaultOptions = { profile: false, modulesCount: 500, modules: true, - activeModules: true, + activeModules: false, entries: true }; ...
hide number of active modules in progress, it's useless
webpack_webpack
train
b7de5c7dbea7da9653af015e5c9e751e40d16b6f
diff --git a/app/helpers/staypuft/deployments_helper.rb b/app/helpers/staypuft/deployments_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/staypuft/deployments_helper.rb +++ b/app/helpers/staypuft/deployments_helper.rb @@ -52,6 +52,14 @@ module Staypuft host.interfaces_identifiers.compact.sort.join(tag(:...
Fixes bz#<I> NICs with Subnets if assigned shown on Assigned Page Indentation
theforeman_staypuft
train
368283d5311767eebdbec6ac029cbc443b760f04
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Authenticate Changelog +## [0.3.1] - March 10, 2016 + +User controller now allows arbitrary parameters without having to explicitly declare +them. Still requires email and password. +Mailer n...
User controller allows arbitrary params, mailer checks for deliver_later User controller now allows arbitrary parameters without having to explicitly declare them. Still requires email and password. Mailer now checks for mail.respond_to?(:deliver_later) rather than rails version, to decide deliver vs deliver_later. Re...
tomichj_authenticate
train
b81a83dd5c9509da5fca0888e7cb8be7d37881c9
diff --git a/lib/cucumber/formatter/html.rb b/lib/cucumber/formatter/html.rb index <HASH>..<HASH> 100644 --- a/lib/cucumber/formatter/html.rb +++ b/lib/cucumber/formatter/html.rb @@ -169,14 +169,20 @@ module Cucumber cell_type = @outline_row == 0 ? :th : :td attributes = {:id => "#{@row_id}_#{@col_ind...
protected method for rendering table cells - so it can be easily overridden
cucumber_cucumber-ruby
train
9ff3afe4d231153e97e4f3412106d06f241e0157
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -31,13 +31,13 @@ setup( version=VERSION, packages=find_packages(), - install_requires=['gevent>=1.0.2'], + install_requires=['gevent>=1.1.1'], extras_require={ - 'aws': ['boto>=2.24.0'], - ...
Update dependency version constraints in setup.py `setup.py`'s version constraints are left over from the Python2 versions of WAL-E. These new version numbers are copied from `tox.ini`'s `<I>-oldest` environment.
wal-e_wal-e
train
5efcb27c46d85d628bece84193c104d5459c91b9
diff --git a/src/Handler/HeaderHandler.php b/src/Handler/HeaderHandler.php index <HASH>..<HASH> 100644 --- a/src/Handler/HeaderHandler.php +++ b/src/Handler/HeaderHandler.php @@ -47,19 +47,19 @@ class HeaderHandler /** * @var int */ - private static $messageindex = 0; + protected static $messagei...
some access types in HeaderHandler changed to protected
dstuecken_notify
train
7dd7108639faf5d44c4e4e7ee6dd89279463b2c3
diff --git a/doc-src/HAML_CHANGELOG.md b/doc-src/HAML_CHANGELOG.md index <HASH>..<HASH> 100644 --- a/doc-src/HAML_CHANGELOG.md +++ b/doc-src/HAML_CHANGELOG.md @@ -11,6 +11,10 @@ The way we determine the location of the Haml installation no longer breaks the version of JRuby used by [`appengine-jruby`](http://code.goo...
[Haml] [Html] Fix a bug with single-line comments.
sass_ruby-sass
train
be3843e8747dee74aed49bd427b897926f2a09dd
diff --git a/src/BackwardsCompatiblePayloadSerializerFactory.php b/src/BackwardsCompatiblePayloadSerializerFactory.php index <HASH>..<HASH> 100644 --- a/src/BackwardsCompatiblePayloadSerializerFactory.php +++ b/src/BackwardsCompatiblePayloadSerializerFactory.php @@ -204,7 +204,7 @@ class BackwardsCompatiblePayloadSeria...
III-<I> The manipulateItemId and manipulateLabel static methods should have been private from the start instead of public.
cultuurnet_udb3-php
train
fe7999c68ef3515ee904e7bb9be6534eddca7bb3
diff --git a/test/RoaveTest/DeveloperTools/Renderer/DetailInspectionRendererTest.php b/test/RoaveTest/DeveloperTools/Renderer/DetailInspectionRendererTest.php index <HASH>..<HASH> 100644 --- a/test/RoaveTest/DeveloperTools/Renderer/DetailInspectionRendererTest.php +++ b/test/RoaveTest/DeveloperTools/Renderer/DetailInsp...
Refactored detail inspection renderer tests
Roave_RoaveDeveloperTools
train
bb0ad388c3904bddf56fdd8c3bfa77f0fd8ded67
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,14 @@ Ladybug is a Python library to load, analyze and modify EnergyPlus Weather files This repository includes the core library which is the base for Ladybug. For plugin-specific questions and comments refer t...
feat(pypi): Change PyPI package name to ladybug-core Since lbt-ladybug will be used as a shortcut to install ladybug with all of its extensions (eg. ladybug-comfort).
ladybug-tools_ladybug
train
7262c51d639b07488e49b584f7e72e5e94b367d9
diff --git a/tests/folia.py b/tests/folia.py index <HASH>..<HASH> 100755 --- a/tests/folia.py +++ b/tests/folia.py @@ -1346,7 +1346,7 @@ folia-v0.8" version="0.8"> %s </FoLiA>""" % speechxml doc = folia.Document(string=xml) - self.assertTrue( xmlcheck( doc['example.speech'].xmlstring(), speechxml) )...
tests: attempted unicode fix for python <I>
proycon_pynlpl
train
76c4e05338b747e52f4d8b9d53c033ee9a89b0ee
diff --git a/src/org/opencms/configuration/preferences/CmsLanguagePreference.java b/src/org/opencms/configuration/preferences/CmsLanguagePreference.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/configuration/preferences/CmsLanguagePreference.java +++ b/src/org/opencms/configuration/preferences/CmsLanguagePrefe...
Changed workplace language selector to use the language of an option for formatting the option.
alkacon_opencms-core
train
b99f809e1b167ca8d1fd061cc0cf344f051406c7
diff --git a/spring-social-core/src/main/java/org/springframework/social/oauth2/OAuth2Template.java b/spring-social-core/src/main/java/org/springframework/social/oauth2/OAuth2Template.java index <HASH>..<HASH> 100644 --- a/spring-social-core/src/main/java/org/springframework/social/oauth2/OAuth2Template.java +++ b/spri...
Fix for handling either JSON or form-encoded access token results from providers.
spring-projects_spring-social
train
b95766358b22004a64eeb4f3fc8a3fe93aeb22b9
diff --git a/arthur/jobs.py b/arthur/jobs.py index <HASH>..<HASH> 100644 --- a/arthur/jobs.py +++ b/arthur/jobs.py @@ -20,7 +20,6 @@ # Alvaro del Castillo San Felix <acs@bitergia.com> # -import functools import logging import pickle @@ -41,27 +40,6 @@ from .errors import NotFoundError logger = logging.getL...
[jobs] Refactor 'metadata' decorator The decorator 'metadata' has been refactored and moved to the class PercevalJob. Now it is a private method called when items are generated inside the method 'run'. This change was needed because the method 'execute' was decorated by this function but it was replaced for a method ...
chaoss_grimoirelab-kingarthur
train
c02efc60bbf5a73ff12c60ac9acc7f9775d8d506
diff --git a/flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/SourceStreamTaskTest.java b/flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/SourceStreamTaskTest.java index <HASH>..<HASH> 100644 --- a/flink-streaming-java/src/test/java/org/apache/flink/streaming/runti...
[FLINK-<I>][tests] Fix testStopWithSavepointShouldNotInterruptTheSource instability SourceStreamTaskTest.testStopWithSavepointShouldNotInterruptTheSource is unstable because the latch can be reset after triggering (while it`s supposed to be reset before the test starts).
apache_flink
train
378ca8f2e0bffca611f35a62a288a5fb2b7639aa
diff --git a/autofit/core/model_mapper.py b/autofit/core/model_mapper.py index <HASH>..<HASH> 100644 --- a/autofit/core/model_mapper.py +++ b/autofit/core/model_mapper.py @@ -670,8 +670,8 @@ class Prior(Attribute): """An object used to mappers a unit value to an attribute value for a specific class attribute""" ...
added check that lower limit isn't higher than upper limit
rhayes777_PyAutoFit
train
89983a21bd51f80f4e21a97deb911c12e0305107
diff --git a/lib/que.rb b/lib/que.rb index <HASH>..<HASH> 100644 --- a/lib/que.rb +++ b/lib/que.rb @@ -68,13 +68,23 @@ module Que Migrations.migrate!(version) end - # If block given, run the block when the worker forks (if using a forking worker). + # If block given, run the block before the worker ...
Add Que.before_fork, in addition to Que.after_fork.
chanks_que
train
313f40f7eb42003fb819cd231b68d84a1517f830
diff --git a/built/system.js b/built/system.js index <HASH>..<HASH> 100644 --- a/built/system.js +++ b/built/system.js @@ -91,6 +91,10 @@ var System = function () { }, { key: "syslog", value: function syslog(logLevel, params) { + if (systemConfig && systemConfig.silent) { + return; + } + ...
added silent mode and exit will stop recursion
stierma1_pid-system
train
5d28d13cf1547ef70690564b468db98b1de7de1a
diff --git a/libsubmit/version.py b/libsubmit/version.py index <HASH>..<HASH> 100644 --- a/libsubmit/version.py +++ b/libsubmit/version.py @@ -1,4 +1,4 @@ ''' Set module version <Major>.<Minor>.<maintenance>[-alpha/beta/..] ''' -VERSION = '0.2.0' +VERSION = '0.2.1'
Bumping version to <I> for emergency package fix
Parsl_libsubmit
train
2a16ab86c7e6e803575f54e9d3f3f8232eb08753
diff --git a/www/src/components/PropTable.js b/www/src/components/PropTable.js index <HASH>..<HASH> 100644 --- a/www/src/components/PropTable.js +++ b/www/src/components/PropTable.js @@ -1,6 +1,6 @@ import styled from 'astroturf'; import { graphql } from 'gatsby'; -import capitalize from 'lodash/capitalize'; +import ...
docs: replace lodash capitalize with upperFirst in PropTable (#<I>)
react-bootstrap_react-bootstrap
train
cda46bff9f543cb8ba52dd7618a102d5e89ed64a
diff --git a/java/client/src/org/openqa/selenium/remote/HttpCommandExecutor.java b/java/client/src/org/openqa/selenium/remote/HttpCommandExecutor.java index <HASH>..<HASH> 100644 --- a/java/client/src/org/openqa/selenium/remote/HttpCommandExecutor.java +++ b/java/client/src/org/openqa/selenium/remote/HttpCommandExecuto...
SimonStewart: Always attempt to let the user know the name of the command that caused an UnsupportedOperationException. r<I>
SeleniumHQ_selenium
train
e2fde882c7e7079ce933d93086c859e6edf2a218
diff --git a/plugins/inputs/mongodb/mongostat.go b/plugins/inputs/mongodb/mongostat.go index <HASH>..<HASH> 100644 --- a/plugins/inputs/mongodb/mongostat.go +++ b/plugins/inputs/mongodb/mongostat.go @@ -252,7 +252,7 @@ type FlushStats struct { type ConnectionStats struct { Current int64 `bson:"current"` Avail...
Fix mongodb total_created field naming (#<I>)
influxdata_telegraf
train
1686a5e41848d65e03af92cff90ce8e2bb700332
diff --git a/src/toil/jobStores/aws/jobStore.py b/src/toil/jobStores/aws/jobStore.py index <HASH>..<HASH> 100644 --- a/src/toil/jobStores/aws/jobStore.py +++ b/src/toil/jobStores/aws/jobStore.py @@ -71,7 +71,7 @@ def copyKeyMultipart(srcKey, dstBucketName, dstKeyName, headers=None): totalSize = srcKey.size ...
Resolved a bug in multipart upload (resolves #<I>) that didnt pass encryption headers for multipart uploads.
DataBiosphere_toil
train
12cdda82d0b0f671f21601902eafbdbe60e4466f
diff --git a/src/com/mebigfatguy/fbcontrib/detect/HangingExecutors.java b/src/com/mebigfatguy/fbcontrib/detect/HangingExecutors.java index <HASH>..<HASH> 100644 --- a/src/com/mebigfatguy/fbcontrib/detect/HangingExecutors.java +++ b/src/com/mebigfatguy/fbcontrib/detect/HangingExecutors.java @@ -357,20 +357,4 @@ class Lo...
PMD: useless child/parent delegation method
mebigfatguy_fb-contrib
train
e25dbc6747d508aeeed7e4ec48982e90ea9a5238
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -119,10 +119,15 @@ definitive. Refunds are only supported for iDEAL, credit card, Bancontact/Mister be refunded through our API at the moment. ```php -$payment = $mollie->payments->get($payment->id); +$payment = $molli...
Enrich the verification example and update Readme
mollie_mollie-api-php
train