hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
435303c647f69cd4099aca0d6e2cd18194a13eb6
diff --git a/pkg/cloudprovider/providers/gce/gce.go b/pkg/cloudprovider/providers/gce/gce.go index <HASH>..<HASH> 100644 --- a/pkg/cloudprovider/providers/gce/gce.go +++ b/pkg/cloudprovider/providers/gce/gce.go @@ -84,6 +84,7 @@ type GCECloud struct { localZone string // The zone in which we are runn...
Add subnetworkURL to GCE provider
kubernetes_kubernetes
train
1f8abeea89f28fada001866c43fbbf95b50c4023
diff --git a/classes/phing/system/io/FileSystem.php b/classes/phing/system/io/FileSystem.php index <HASH>..<HASH> 100644 --- a/classes/phing/system/io/FileSystem.php +++ b/classes/phing/system/io/FileSystem.php @@ -410,7 +410,7 @@ abstract class FileSystem { function chmod($pathname, $mode) { $str_mod...
Fixing undefined var notices from Filesystem::chmod()
phingofficial_phing
train
c2bc1778127dba440682ccbe5215d538929bcf70
diff --git a/flowlogs_reader/flowlogs_reader.py b/flowlogs_reader/flowlogs_reader.py index <HASH>..<HASH> 100644 --- a/flowlogs_reader/flowlogs_reader.py +++ b/flowlogs_reader/flowlogs_reader.py @@ -269,7 +269,7 @@ class FlowLogsReader(BaseReader): fields = self._get_fields( self.region_na...
Ensure fields with dashes get printed
obsrvbl_flowlogs-reader
train
4325ec81a327f1b35b0780468ef4b4bd0e0ebc00
diff --git a/src/views/dashboard/index.php b/src/views/dashboard/index.php index <HASH>..<HASH> 100644 --- a/src/views/dashboard/index.php +++ b/src/views/dashboard/index.php @@ -167,7 +167,7 @@ $user = Yii::$app->user; </div> <?php endif ?> - <?php if (Yii::getAlias('@part', false) && $user->can('st...
fixed rbac checks for stock in dashboard
hiqdev_hipanel-module-dashboard
train
0a2891d398ec9dd2096d69f81f086e848cd3e2f3
diff --git a/spec/lib/guard/setuper_spec.rb b/spec/lib/guard/setuper_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/guard/setuper_spec.rb +++ b/spec/lib/guard/setuper_spec.rb @@ -14,6 +14,7 @@ describe Guard::Setuper do allow(Guard::Jobs::Sleep).to receive(:new).and_return(sleep_interactor) end + # TODO:...
add dev comments (setuper)
guard_guard
train
8784de74624018dd744ff485b1ffd6f0f28ec29c
diff --git a/pythonforandroid/bootstraps/sdl2/__init__.py b/pythonforandroid/bootstraps/sdl2/__init__.py index <HASH>..<HASH> 100644 --- a/pythonforandroid/bootstraps/sdl2/__init__.py +++ b/pythonforandroid/bootstraps/sdl2/__init__.py @@ -7,7 +7,7 @@ import sh class SDL2Bootstrap(Bootstrap): name = 'sdl2' - ...
Added python to sdl2 bootstrap depends
kivy_python-for-android
train
f055617058a5a920b6079470738a02479b7b42e7
diff --git a/openpnm/algorithms/__init__.py b/openpnm/algorithms/__init__.py index <HASH>..<HASH> 100644 --- a/openpnm/algorithms/__init__.py +++ b/openpnm/algorithms/__init__.py @@ -8,26 +8,39 @@ The ``algorithms`` module contains classes for conducting transport simulations on pore networks. """ + from .GenericA...
Added metrics import to algorithms' __init__ file
PMEAL_OpenPNM
train
13a522bfb2e15f3f6e5b023bd280e36bbdfb0403
diff --git a/lib/src/main/java/com/ibm/mobilefirstplatform/clientsdk/android/analytics/internal/MFPAnalyticsActivityLifecycleListener.java b/lib/src/main/java/com/ibm/mobilefirstplatform/clientsdk/android/analytics/internal/MFPAnalyticsActivityLifecycleListener.java index <HASH>..<HASH> 100644 --- a/lib/src/main/java/c...
Change metadata timestamp key to what Server expects
ibm-bluemix-mobile-services_bms-clientsdk-android-analytics
train
ece2700bcb23912d52fb48245ee531b4dd329c29
diff --git a/lib/react-native.web.js b/lib/react-native.web.js index <HASH>..<HASH> 100644 --- a/lib/react-native.web.js +++ b/lib/react-native.web.js @@ -1,3 +1,3 @@ /* eslint-disable import/no-unresolved */ -export * from 'react-native-web/dist/cjs'; +export * from 'react-native-web';
fix: avoid exporting via unreliable path
oblador_react-native-vector-icons
train
13532c1ba335bbd7ea4e7657a9bf87eaf2977326
diff --git a/lib/github_cli/commands/gists.rb b/lib/github_cli/commands/gists.rb index <HASH>..<HASH> 100644 --- a/lib/github_cli/commands/gists.rb +++ b/lib/github_cli/commands/gists.rb @@ -6,20 +6,19 @@ module GithubCLI namespace :gist desc 'list', 'List all gists' - method_option :user, :type => :stri...
Add gist commands specific options.
piotrmurach_github_cli
train
d10883de84770bf2f3b742bc017e8d2ea888a01d
diff --git a/lib/l10n-en_GB.js b/lib/l10n-en_GB.js index <HASH>..<HASH> 100644 --- a/lib/l10n-en_GB.js +++ b/lib/l10n-en_GB.js @@ -40,13 +40,13 @@ exports.messages = { , "headers.dl.this-link": "Link href and text differ for This Version." , "headers.dl.this-date": "Mismatch betwee...
Better messages for 'headers.dl'; more accurate rule descriptions. (The error isn't necessarily that it ain't HTTPS). Fixes #<I>.
w3c_specberus
train
7c90308b32097064a14d46e1631bb1de8735b7d2
diff --git a/test/lint.js b/test/lint.js index <HASH>..<HASH> 100644 --- a/test/lint.js +++ b/test/lint.js @@ -4,6 +4,7 @@ var {testStyle} = require('./test-style'); var {testSchema} = require('./test-schema'); var {testVersions} = require('./test-versions'); var hasErrors, hasStyleErrors, hasSchemaErrors, hasVersio...
Modify lint.js to output any errors at the end of the run. (#<I>)
mdn_browser-compat-data
train
a6b5b5f8c0458904ddf5ba8bc3815d7929f14a32
diff --git a/azure-toolkit-libs/azure-toolkit-sqlserver-lib/src/main/java/com/microsoft/azure/toolkit/lib/sqlserver/service/impl/SqlServer.java b/azure-toolkit-libs/azure-toolkit-sqlserver-lib/src/main/java/com/microsoft/azure/toolkit/lib/sqlserver/service/impl/SqlServer.java index <HASH>..<HASH> 100644 --- a/azure-too...
Fix NPE issue on allow access from local machine during sql server creation.
Microsoft_azure-maven-plugins
train
dd8959a554ef08d113aa6dfefb5673f6a1532025
diff --git a/views/partials/social-share.blade.php b/views/partials/social-share.blade.php index <HASH>..<HASH> 100644 --- a/views/partials/social-share.blade.php +++ b/views/partials/social-share.blade.php @@ -1,18 +1,18 @@ <ul class="share share-social share-social-icon-md share-horizontal share-no-labels hidden-pri...
Use full url instead of shortlink
helsingborg-stad_Municipio
train
38f34f5eb49dfd02dca29664f67b15a3a56149b6
diff --git a/src/utils/createStyles.js b/src/utils/createStyles.js index <HASH>..<HASH> 100644 --- a/src/utils/createStyles.js +++ b/src/utils/createStyles.js @@ -174,12 +174,12 @@ module.exports = (vr: any, options: any) => { const { maxWidth } = modularScale const { scale } = modularScale - const h1 = ...
Change number of 'notes' (n) in scale to 5 I'd misread <URL>
KyleAMathews_typography.js
train
da56f4c28aff86e2e26fcc54aa29fb091d5d4a07
diff --git a/bin/jira.py b/bin/jira.py index <HASH>..<HASH> 100755 --- a/bin/jira.py +++ b/bin/jira.py @@ -213,12 +213,14 @@ Thank you very much, def __get_issues_from_jira(self): version_id = self.version_info['id'] project_id = self.project_info['id'] - request_url = "https://issues.jboss.org/secure/R...
MODE-<I> Corrected build script to handle recent changes to JIRA
ModeShape_modeshape
train
adf98416a27f9e3ade34bd4a69162e47777ad046
diff --git a/browser_test/input_trigger_test.js b/browser_test/input_trigger_test.js index <HASH>..<HASH> 100644 --- a/browser_test/input_trigger_test.js +++ b/browser_test/input_trigger_test.js @@ -1,6 +1,7 @@ define(["mocha/mocha", "chai", "jquery", "wed/domlistener", - "wed/input_trigger", "wed/wed", "wed/ke...
Fixed a bug which would cause spurious triggering of the handlers on non-text-input keys.
mangalam-research_wed
train
2e26bb6dc1003de842d61055da917edb78f0d34f
diff --git a/src/main/java/com/github/hypfvieh/util/SystemUtil.java b/src/main/java/com/github/hypfvieh/util/SystemUtil.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/hypfvieh/util/SystemUtil.java +++ b/src/main/java/com/github/hypfvieh/util/SystemUtil.java @@ -4,11 +4,15 @@ import java.io.File; impor...
Added method to read version information from manifest
hypfvieh_java-utils
train
9d024478f75d3c7397b3a981448eef9d22cffeda
diff --git a/lib/chef/resource/user/windows_user.rb b/lib/chef/resource/user/windows_user.rb index <HASH>..<HASH> 100644 --- a/lib/chef/resource/user/windows_user.rb +++ b/lib/chef/resource/user/windows_user.rb @@ -28,7 +28,7 @@ class Chef property :full_name, String, description: "The ful...
Fixed introduced version to <I> for newly added properties in zypper_package and windows_user resource as it got released in <I>.
chef_chef
train
8be9498c4f6831333cb3c11f0c0921741609e7da
diff --git a/src/main/java/com/networknt/schema/JsonSchemaFactory.java b/src/main/java/com/networknt/schema/JsonSchemaFactory.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/networknt/schema/JsonSchemaFactory.java +++ b/src/main/java/com/networknt/schema/JsonSchemaFactory.java @@ -187,24 +187,10 @@ public clas...
Removed the factory methods that I added previously. Someone could get the same behavior by supplying a schemaUrl and utilizing a custom URLFetcher.
networknt_json-schema-validator
train
8391e5f01c62a55c5634df888ef9d0d8af6c1465
diff --git a/AegeanTools/fitting.py b/AegeanTools/fitting.py index <HASH>..<HASH> 100644 --- a/AegeanTools/fitting.py +++ b/AegeanTools/fitting.py @@ -76,11 +76,9 @@ def Bmatrix(C): # this version of finding the square root of the inverse matrix # suggested by Cath Trott L, Q = eigh(C) - if not all(L ...
properly deal with negative eigenvalues in the B matrix
PaulHancock_Aegean
train
62e62d522012fc7c3dc872ad98391770fb8badb6
diff --git a/src/Maker/MakeFunctionalTest.php b/src/Maker/MakeFunctionalTest.php index <HASH>..<HASH> 100644 --- a/src/Maker/MakeFunctionalTest.php +++ b/src/Maker/MakeFunctionalTest.php @@ -84,11 +84,5 @@ class MakeFunctionalTest extends AbstractMaker true, true ); - $dependen...
Removed Panther dependency from the functional test maker
symfony_maker-bundle
train
8d205d887b24f4b46deb1311090d4c79d5d20102
diff --git a/tests/test_common.py b/tests/test_common.py index <HASH>..<HASH> 100644 --- a/tests/test_common.py +++ b/tests/test_common.py @@ -365,15 +365,13 @@ def test_set_active_scalar_name(): grid.set_active_scalar_name = point_keys[0] -# @pytest.mark.skipif(py2, reason="Unexplained error for python2.7") -...
Update rename_scalar test
vtkiorg_vtki
train
813de31a387199c3f7939dc7846cae51ab0538a1
diff --git a/rb/spec/integration/selenium/webdriver/element_spec.rb b/rb/spec/integration/selenium/webdriver/element_spec.rb index <HASH>..<HASH> 100644 --- a/rb/spec/integration/selenium/webdriver/element_spec.rb +++ b/rb/spec/integration/selenium/webdriver/element_spec.rb @@ -62,7 +62,8 @@ module Selenium end ...
Disable send chords keys test for Chrome
SeleniumHQ_selenium
train
c2f52319ee7c7c626a9cf00a864b9b56177d3174
diff --git a/src/com/yahoo/ml/tf/TFSparkNode.py b/src/com/yahoo/ml/tf/TFSparkNode.py index <HASH>..<HASH> 100755 --- a/src/com/yahoo/ml/tf/TFSparkNode.py +++ b/src/com/yahoo/ml/tf/TFSparkNode.py @@ -316,6 +316,9 @@ def run(fn, tf_args, cluster_meta, tensorboard, queues, background): tb_proc = subprocess....
Fix if user didn't set `PYSPARK_PYTHON` at executor env
yahoo_TensorFlowOnSpark
train
234475e6a6763d386b2d73fcf45368c84ea99722
diff --git a/src/errorLog.js b/src/errorLog.js index <HASH>..<HASH> 100644 --- a/src/errorLog.js +++ b/src/errorLog.js @@ -6,6 +6,6 @@ module.exports = function(name) { return function(error) { gutil.log(name, 'error', gutil.colors.red(error.message)); - } + }; }; diff --git a/src/pipes/less.js b/src/pip...
improvments according to jshint
refilljs_refill-angular
train
76961505bedfc84693f07853f02786a667356b32
diff --git a/Loader/BundleLoader.php b/Loader/BundleLoader.php index <HASH>..<HASH> 100755 --- a/Loader/BundleLoader.php +++ b/Loader/BundleLoader.php @@ -92,6 +92,7 @@ class BundleLoader \Bazinga\Bundle\JsTranslationBundle\BazingaJsTranslationBundle::class, \Liip\ImagineBundle\LiipImagineBund...
Cached datasets, second level cache
WellCommerce_CouponBundle
train
10b88ceaa0035502453a53fad6c0b3a4958490bd
diff --git a/src/main/java/org/jboss/netty/handler/codec/http/websocketx/WebSocket08FrameDecoder.java b/src/main/java/org/jboss/netty/handler/codec/http/websocketx/WebSocket08FrameDecoder.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/netty/handler/codec/http/websocketx/WebSocket08FrameDecoder.java +++ ...
AutoBahn tests 9 working. All done :-)
netty_netty
train
76066dc779204338cfd294edc23affcaa085795a
diff --git a/AppiumLibrary/keywords/_android_utils.py b/AppiumLibrary/keywords/_android_utils.py index <HASH>..<HASH> 100644 --- a/AppiumLibrary/keywords/_android_utils.py +++ b/AppiumLibrary/keywords/_android_utils.py @@ -155,4 +155,16 @@ class _AndroidUtilsKeywords(KeywordGroup): """ driver = self._...
Add a Set Location keyword Add a keyword to set the location of the device. For Android only.
serhatbolsu_robotframework-appiumlibrary
train
2d10526ccc57d719729f65070c0d0aecbb70b2c2
diff --git a/src/createApp.js b/src/createApp.js index <HASH>..<HASH> 100644 --- a/src/createApp.js +++ b/src/createApp.js @@ -73,7 +73,6 @@ class BaseApp { const store = this._getStore(); const state$ = new Subject(); - // @TODO: take care of this leak this._storeSubscription = store.subscribe(() =...
remove TODO for leak that is already taken care of (#<I>)
frintjs_frint
train
aefd09d0d6047ed8ed37cba4d991a4dff7cf009e
diff --git a/src/Form/Field/Select.php b/src/Form/Field/Select.php index <HASH>..<HASH> 100644 --- a/src/Form/Field/Select.php +++ b/src/Form/Field/Select.php @@ -46,7 +46,7 @@ class Select extends Field if (is_string($options)) { // reload selected if (class_exists($options) && in_ar...
changed method name in Form/Field/Select from selected to model and now is public, fixed argument order in model method.
z-song_laravel-admin
train
cbfc8bf125e83bfb9b1cfecd21152a2a7e59de79
diff --git a/controller/src/main/java/io/pravega/controller/fault/SegmentMonitorLeader.java b/controller/src/main/java/io/pravega/controller/fault/SegmentMonitorLeader.java index <HASH>..<HASH> 100644 --- a/controller/src/main/java/io/pravega/controller/fault/SegmentMonitorLeader.java +++ b/controller/src/main/java/io/...
Issue <I>: SegmentContainerMonitor: handle multiple host events (#<I>) * Using timeout heuristics to club multiple host events which happen in quick succession into one rebalance operation. This handle cases like node restart, fresh cluster start, multi-host start/failures, etc.
pravega_pravega
train
7bad20851349cafe2c256b9b17f4f6c2b2e91dcc
diff --git a/rpc/amqp-rpc.go b/rpc/amqp-rpc.go index <HASH>..<HASH> 100644 --- a/rpc/amqp-rpc.go +++ b/rpc/amqp-rpc.go @@ -476,7 +476,7 @@ type AmqpRPCCLient struct { timeout time.Duration log *blog.AuditLogger - mu sync.Mutex + mu sync.RWMutex pending map[string]chan []byte } @@ -513,9...
Use RW lock for reading from pending map
letsencrypt_boulder
train
d966b65568491c2572b1db162519c3931ccd9f71
diff --git a/common/models/resources/Category.php b/common/models/resources/Category.php index <HASH>..<HASH> 100755 --- a/common/models/resources/Category.php +++ b/common/models/resources/Category.php @@ -241,7 +241,7 @@ class Category extends \cmsgears\core\common\models\hierarchy\NestedSetModel { */ public sta...
Resolved category order issue.
cmsgears_module-core
train
4ac7c123b88b23d3ac7527960507287962dc97b3
diff --git a/wily/__main__.py b/wily/__main__.py index <HASH>..<HASH> 100644 --- a/wily/__main__.py +++ b/wily/__main__.py @@ -1,3 +1,9 @@ +""" +Main command line + +TODO : Prompt the user for the specific metric in the graph and report commands? +""" + import click from wily import logger from wily.cache import exi...
braindump all the features/fixes/known issues
tonybaloney_wily
train
0a013f821bd6da8376c40c1ce0e6ea156e77165e
diff --git a/aeron-archive/src/main/java/io/aeron/archive/ArchiveConductor.java b/aeron-archive/src/main/java/io/aeron/archive/ArchiveConductor.java index <HASH>..<HASH> 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchiveConductor.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchiveConductor.ja...
[Java] Make use of CountedErrorHandler within session workers.
real-logic_aeron
train
5f5bc901f2cd9e923d6863b2e8ad7781f2d9cd69
diff --git a/cuisinart.js b/cuisinart.js index <HASH>..<HASH> 100644 --- a/cuisinart.js +++ b/cuisinart.js @@ -84,14 +84,18 @@ var printUsage = function(command){ var hasCallback = function(fn){ // check if the following are true: // 1. we have a named argument - // 2. we call, apply, or invoke a variable by th...
validate callbacks if called as arguments to another method
misejs_cuisinart
train
8ebe9b5b9a3f3ed4c616c407ccdaf5008929fbb9
diff --git a/lib/netsuite/records/invoice.rb b/lib/netsuite/records/invoice.rb index <HASH>..<HASH> 100644 --- a/lib/netsuite/records/invoice.rb +++ b/lib/netsuite/records/invoice.rb @@ -19,7 +19,7 @@ module NetSuite :handling_tax_2_rate, :handling_tax_code, :is_taxable, :item_cost_disc_amount, :item_cost_disc...
Moving lead_source on invoice to record ref type
NetSweet_netsuite
train
00764fedd352d02a614aefe0831339ea1f44bbd9
diff --git a/file/class.filesystemfile.php b/file/class.filesystemfile.php index <HASH>..<HASH> 100644 --- a/file/class.filesystemfile.php +++ b/file/class.filesystemfile.php @@ -4,7 +4,7 @@ * * @author Gregor Kofler * - * @version 0.3.10 2012-09-24 + * @version 0.3.11 2012-10-26 * * @todo properly deal wi...
FilesystemFile::rename() doesn't overwrite existing files. Change-Id: I<I>a2a<I>a<I>b<I>fbff<I>bc<I>d7f
Vectrex_vxPHP
train
6f4c205a0a6372016f5de610ba772927b150707f
diff --git a/lib/chef/provisioning/aws_driver/driver.rb b/lib/chef/provisioning/aws_driver/driver.rb index <HASH>..<HASH> 100644 --- a/lib/chef/provisioning/aws_driver/driver.rb +++ b/lib/chef/provisioning/aws_driver/driver.rb @@ -987,10 +987,27 @@ EOD def create_winrm_transport(machine_spec, machine_options, in...
cleanup winrm user, transport, port, endpoint opts
chef_chef-provisioning-aws
train
3f9565e6383da544bf110f37585800182df5227b
diff --git a/lib/Doctrine/Sequence/Firebird.php b/lib/Doctrine/Sequence/Firebird.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/Sequence/Firebird.php +++ b/lib/Doctrine/Sequence/Firebird.php @@ -32,5 +32,72 @@ Doctrine::autoload('Doctrine_Sequence'); */ class Doctrine_Sequence_Firebird extends Doctrine_Sequence...
ported interbase sequence functionality, still needs refactoring
doctrine_orm
train
73dc19e4983eb4be4e29d24db5ea077260cbc562
diff --git a/core/server/api/canary/members.js b/core/server/api/canary/members.js index <HASH>..<HASH> 100644 --- a/core/server/api/canary/members.js +++ b/core/server/api/canary/members.js @@ -429,42 +429,6 @@ module.exports = { } }, - validateImport: { - permissions: { - method: ...
Removed Members CSV import validation endpoint no-issue The new import flow does not use prevalidation of the CSV file, so we have no use for this anymore.
TryGhost_Ghost
train
7f5bded0ac7ee25c269d0cddc2e0be00589dbd97
diff --git a/raiden/tests/utils/smoketest.py b/raiden/tests/utils/smoketest.py index <HASH>..<HASH> 100644 --- a/raiden/tests/utils/smoketest.py +++ b/raiden/tests/utils/smoketest.py @@ -332,6 +332,7 @@ def start_ethereum(smoketest_genesis): stdin=subprocess.PIPE, stdout=subprocess.PIPE, stde...
Set encoding in smoketest for macOS macOS does not define `LANG` and `LC_*` etc. variables in the shell by default. We must set the correct encoding for the Popen call.
raiden-network_raiden
train
37fffdb154996ef5757f23c999a1f327c10903ea
diff --git a/lib/middleware.js b/lib/middleware.js index <HASH>..<HASH> 100644 --- a/lib/middleware.js +++ b/lib/middleware.js @@ -31,22 +31,24 @@ var databank = require('databank'), // Note: req.user != req.remoteUser var reqUser = function(req, res, next) { + var user; Step( function() { ...
User.expand() doesn't return anything
pump-io_pump.io
train
59e003628eb7dc9762117caf03c101384d80a037
diff --git a/lib/ydocx/document.rb b/lib/ydocx/document.rb index <HASH>..<HASH> 100644 --- a/lib/ydocx/document.rb +++ b/lib/ydocx/document.rb @@ -2,7 +2,7 @@ # encoding: utf-8 require 'pathname' -require 'zip/zip' +require 'zip' begin require 'RMagick' rescue LoadError @@ -83,7 +83,7 @@ module YDocx def ...
Updated to rubyzip >= <I>
zdavatz_ydocx
train
285bcce3de90f2e5474978d0bbb5fa4485b957f3
diff --git a/mpd.py b/mpd.py index <HASH>..<HASH> 100644 --- a/mpd.py +++ b/mpd.py @@ -275,6 +275,7 @@ class MPDClient(object): line = self._rfile.readline() if not line.endswith("\n"): raise ConnectionError, "Connection lost while reading MPD hello" + line = line.rstrip("\n") ...
mpd.py: strip trailing \n from MPD's hello line for a nicer error message
Mic92_python-mpd2
train
23ee306e7133cafe5cc1efcd6d9d9a7e3b7f4011
diff --git a/src/NSwag.Npm/bin/nswag.js b/src/NSwag.Npm/bin/nswag.js index <HASH>..<HASH> 100644 --- a/src/NSwag.Npm/bin/nswag.js +++ b/src/NSwag.Npm/bin/nswag.js @@ -33,7 +33,7 @@ if (process.env["windir"]) { } var c = require('child_process'); -if (hasFullDotNet && args.toLowerCase().indexOf("/runtime:Win") != -1...
Fix casing in npm, closes #<I>
RicoSuter_NSwag
train
cf8ca234253087ca2009e06e344742ab8f2a94e0
diff --git a/lib/redfish/definition.rb b/lib/redfish/definition.rb index <HASH>..<HASH> 100644 --- a/lib/redfish/definition.rb +++ b/lib/redfish/definition.rb @@ -78,6 +78,18 @@ module Redfish attr_writer :echo + attr_writer :rake_integration + + def enable_rake_integration? + @rake_integration.nil?...
Support attributes for indicating whether definition is packaged and should be integrated with rake
realityforge_redfish
train
63c8f436e2e6350cd591dd3cd071b54c27a62f21
diff --git a/abydos/util/_data.py b/abydos/util/_data.py index <HASH>..<HASH> 100644 --- a/abydos/util/_data.py +++ b/abydos/util/_data.py @@ -145,9 +145,10 @@ def list_available_packages(url=None): if url is None: url = INDEX_URL - if url[:4] == 'http': - with urllib.urlopen(url) as ix: # no...
tests to complete coverage; added exception for non-https URLs
chrislit_abydos
train
13ee901242c41e5e8194b9aac457cd0e1bfdb819
diff --git a/grails-plugin-url-mappings/src/main/groovy/org/codehaus/groovy/grails/web/mapping/DefaultUrlMappingEvaluator.java b/grails-plugin-url-mappings/src/main/groovy/org/codehaus/groovy/grails/web/mapping/DefaultUrlMappingEvaluator.java index <HASH>..<HASH> 100644 --- a/grails-plugin-url-mappings/src/main/groovy/...
GRAILS-<I> - missing namespaces in mappings for singular RESTful resource corrected, typo in method name corrected
grails_grails-core
train
05f313ca2ddad91f4f1e789ef36b3282e6725bc1
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -160,6 +160,12 @@ Note that the "smart" behavior takes place only when there is ambiguity, i.e. if there exists a variable with the same name as a command: in all other cases, everything works as usual. +Regarding ...
Add heuristic for which 'list' is meant (#<I>) `list(...` is the builtin, otherwise it's the pdb cmd.
antocuni_pdb
train
46abe8cbf23e0562e00415f0b327b3875dde50b0
diff --git a/storage/remote/client.go b/storage/remote/client.go index <HASH>..<HASH> 100644 --- a/storage/remote/client.go +++ b/storage/remote/client.go @@ -14,6 +14,7 @@ package remote import ( + "bufio" "bytes" "fmt" "io/ioutil" @@ -117,7 +118,12 @@ func (c *Client) Store(samples model.Samples) error { ...
Remote write: read first line of response and include it in the error.
prometheus_prometheus
train
11909b9519ba84cc726f02e92c9508af7a4c1ff6
diff --git a/h2o-extensions/xgboost/src/test/java/hex/tree/xgboost/XGBoostTest.java b/h2o-extensions/xgboost/src/test/java/hex/tree/xgboost/XGBoostTest.java index <HASH>..<HASH> 100755 --- a/h2o-extensions/xgboost/src/test/java/hex/tree/xgboost/XGBoostTest.java +++ b/h2o-extensions/xgboost/src/test/java/hex/tree/xgboos...
Fix typo - we were not testing all combinations of mojo & in-h2o predict
h2oai_h2o-3
train
8b5d3b1442ecca6b3525c836685c84257cc5d548
diff --git a/cdm/src/main/java/ucar/nc2/dt/radial/LevelII2Dataset.java b/cdm/src/main/java/ucar/nc2/dt/radial/LevelII2Dataset.java index <HASH>..<HASH> 100644 --- a/cdm/src/main/java/ucar/nc2/dt/radial/LevelII2Dataset.java +++ b/cdm/src/main/java/ucar/nc2/dt/radial/LevelII2Dataset.java @@ -27,7 +27,7 @@ import ucar.nc2...
allow stationID to be null and station to be set at (0,0,0)
Unidata_thredds
train
14a792ed78b30026f8cc88d00382e859b20fb851
diff --git a/src/baguetteBox.js b/src/baguetteBox.js index <HASH>..<HASH> 100644 --- a/src/baguetteBox.js +++ b/src/baguetteBox.js @@ -220,6 +220,7 @@ var baguetteBox = (function() { for(var i = 0, fullImage; i < imagesMap[galleryIndex].length; i++) { fullImage = create('div'); fullIm...
Fixed possible issue with loader not being removed in some cases in IE8
feimosi_baguetteBox.js
train
fbcadbb7b4b6a60ace7d9eab1a14ee5ad3294ea4
diff --git a/lxd/storage_volumes.go b/lxd/storage_volumes.go index <HASH>..<HASH> 100644 --- a/lxd/storage_volumes.go +++ b/lxd/storage_volumes.go @@ -296,6 +296,11 @@ func storagePoolVolumesTypePost(d *Daemon, r *http.Request) response.Response { return response.BadRequest(fmt.Errorf("Storage volume names may not c...
lxd/storage: Backward compatibility for content types
lxc_lxd
train
98e396101c7d256a6025828d285b7ce74feefa0e
diff --git a/src/main/shadow/boot/browser.js b/src/main/shadow/boot/browser.js index <HASH>..<HASH> 100644 --- a/src/main/shadow/boot/browser.js +++ b/src/main/shadow/boot/browser.js @@ -113,7 +113,11 @@ var SHADOW_ENV = function() { if (sourceMap) { code += ("\n//# sourceMappingURL=" + path + ".map"); ...
catch errors during evalLoad so it behaves like script tags script tags continue loading the rest of the code even if one fails
thheller_shadow-cljs
train
6f1f0b9152cba865e8b419e7499bd043d3190d14
diff --git a/oleaster-runner/src/main/java/com/mscharhag/oleaster/runner/OleasterRunner.java b/oleaster-runner/src/main/java/com/mscharhag/oleaster/runner/OleasterRunner.java index <HASH>..<HASH> 100644 --- a/oleaster-runner/src/main/java/com/mscharhag/oleaster/runner/OleasterRunner.java +++ b/oleaster-runner/src/main/...
Fixed order of after() callback executions (inner after() handlers are now executed before outer after() handlers)
mscharhag_oleaster
train
87a5fd79373c2be3238b8053a92a24e20a72a352
diff --git a/Twig/Extension.php b/Twig/Extension.php index <HASH>..<HASH> 100644 --- a/Twig/Extension.php +++ b/Twig/Extension.php @@ -39,7 +39,7 @@ class Extension extends \Twig_Extension } public function timestampedController($controller, array $attributes=array(), array $query=array(), $updateTrackerName=...
Corrected bug in twig extension
antoineguigan_update-tracker-bundle
train
f53e2f9e65d29907603215fb1abb5ced31f2745d
diff --git a/lib/dicom.rb b/lib/dicom.rb index <HASH>..<HASH> 100644 --- a/lib/dicom.rb +++ b/lib/dicom.rb @@ -2,46 +2,47 @@ # # The following classes are meant to be used by users of Ruby DICOM: # * DObject - for reading, manipulating and writing DICOM files. -# * Element, Sequence, Item, Parent, Elemental - users ...
Replace 'require' with 'require_relative' As of Ruby <I>, require_relative is the preferred way of loading local files.
dicom_ruby-dicom
train
6951db4a908e554c94c78ca91ffe8243237a274b
diff --git a/py3status/modules/xrandr.py b/py3status/modules/xrandr.py index <HASH>..<HASH> 100644 --- a/py3status/modules/xrandr.py +++ b/py3status/modules/xrandr.py @@ -159,6 +159,7 @@ class Py3status: self.active_layout = None self.active_mode = 'extend' self.displayed = None + self...
xrandr module: force_on_start is only meant for startup
ultrabug_py3status
train
cb79670d2ac5125fa3b6eb166e70b99f458afbc9
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -9,7 +9,8 @@ const fileUploadOptionsDefaults = { safeFileNames: false, preserveExtension: false, abortOnLimit: false, - createParentPath: false + createParentPath: false, + parseNested: false }; ...
Add parseNested option, disabled by default
richardgirges_express-fileupload
train
f841f3ab40d1d8245da793d60ab980cd9c9b3357
diff --git a/test/utils/tmpdir.go b/test/utils/tmpdir.go index <HASH>..<HASH> 100644 --- a/test/utils/tmpdir.go +++ b/test/utils/tmpdir.go @@ -18,7 +18,6 @@ package utils import ( "io/ioutil" - "os" "github.com/golang/glog" ) @@ -31,8 +30,5 @@ func MakeTempDirOrDie(prefix string, baseDir string) string { if...
Remove superfluous MkdirAll from MakeTempDirOrDie After the call to ioutil.TempDir, the directory has already been created, and MkdirAll therefore can't do anything. The mode argument in particular is misleading.
kubernetes_kubernetes
train
00a1e7c89adadb4954a387037e56a59bb7c14b71
diff --git a/lib/common/common.go b/lib/common/common.go index <HASH>..<HASH> 100644 --- a/lib/common/common.go +++ b/lib/common/common.go @@ -51,14 +51,14 @@ func ParseDockerURL(arg string) *types.ParsedDockerURL { } indexURL, imageName := SplitReposName(taglessRemote) - if indexURL == "" && !strings.Contains(im...
lib/common: infer default docker registry If the Docker reference does not include any servers, we assume it's a using the default Docker registry. Since the Docker API v1 was deprecated in the default registry, we can now infer the default docker registry name (registry-1.docker.io).
appc_docker2aci
train
fc11a70b5c9cfa90d74863405e1aec619399c032
diff --git a/imgaug/augmenters/meta.py b/imgaug/augmenters/meta.py index <HASH>..<HASH> 100644 --- a/imgaug/augmenters/meta.py +++ b/imgaug/augmenters/meta.py @@ -1283,10 +1283,17 @@ class Augmenter(object): # pylint: disable=locally-disabled, unused-variable, l This function is useful, when augmentations are...
Improve doc of reseed()
aleju_imgaug
train
ca93914177ca644ba868d911e29539d9978b6a73
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -346,7 +346,15 @@ MarkerLabel_.prototype.setContent = function () { this.labelDiv_.innerHTML = content; this.eventDiv_.innerHTML = this.labelDiv_.innerHTML; } else { - this.labelDiv_.innerHTML = ""; // Remove c...
Remove all child-nodes when re-rendering label Fixes #2
jesstelford_node-MarkerWithLabel
train
e18d7d2fe8a26866d047efe73ad231481b7f8f63
diff --git a/lib/form/yui/dateselector/dateselector.js b/lib/form/yui/dateselector/dateselector.js index <HASH>..<HASH> 100644 --- a/lib/form/yui/dateselector/dateselector.js +++ b/lib/form/yui/dateselector/dateselector.js @@ -44,36 +44,6 @@ YUI.add('moodle-form-dateselector', function(Y) { }); /** - * ...
mform-dateselector MDL-<I> Removed patch to fix YUI issue that was fixed in <I>
moodle_moodle
train
33f90526bd383a4ffc98b0d2799bfefa1558caf7
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,6 @@ setup( test_suite='nose.collector', tests_require=[ 'aiohttp', - 'grpcio', 'nose' ], install_requires=[
Remove 'grpcio' requirement for tests
biosustain_venom
train
253534f5fcf2a2b89831b88d0f45bf00bd9fb97d
diff --git a/cirq-core/cirq/circuits/circuit.py b/cirq-core/cirq/circuits/circuit.py index <HASH>..<HASH> 100644 --- a/cirq-core/cirq/circuits/circuit.py +++ b/cirq-core/cirq/circuits/circuit.py @@ -2083,7 +2083,7 @@ class Circuit(AbstractCircuit): """ # limit index to 0..len(self._moments), also deal...
Convert iterator to list to list before looping through moments r ops in insert (#<I>)
quantumlib_Cirq
train
e9c5d4c2ba5dc4aff2a10878430f11664ed1f54d
diff --git a/suds/__init__.py b/suds/__init__.py index <HASH>..<HASH> 100644 --- a/suds/__init__.py +++ b/suds/__init__.py @@ -29,7 +29,7 @@ import sys # __version__ = '0.3.8' -__build__="(beta) R608-20091125" +__build__="(beta) R610-20091201" # # Exceptions diff --git a/suds/sax/attribute.py b/suds/sax/attribu...
Fix sax special character encoding (escaping). Needed to be simpler and got broken duing Text() object refactoring. Simpler approach to only escape special characters when rendering a text (string) representation of the DOM tree.
suds-community_suds
train
e381dba8f9018958b11722b7a3adef4b6153fdb4
diff --git a/src/Google/Service/YouTubeAnalytics.php b/src/Google/Service/YouTubeAnalytics.php index <HASH>..<HASH> 100644 --- a/src/Google/Service/YouTubeAnalytics.php +++ b/src/Google/Service/YouTubeAnalytics.php @@ -262,6 +262,10 @@ class Google_Service_YouTubeAnalytics extends Google_Service 'loc...
Updated YouTubeAnalytics.php This change has been generated by a script that has detected changes in the discovery doc of the API. Check <URL>
googleapis_google-api-php-client
train
81d3bf060edfa3da7d52798fcb0d51bb4c83cb0d
diff --git a/tests/suites/unit/joomla/application/web/JApplicationWebClientTest.php b/tests/suites/unit/joomla/application/web/JApplicationWebClientTest.php index <HASH>..<HASH> 100644 --- a/tests/suites/unit/joomla/application/web/JApplicationWebClientTest.php +++ b/tests/suites/unit/joomla/application/web/JApplicatio...
Changed tests/suites/unit/joomla/application/web/JApplicationWebClientTest.php by adding iPod,iPad to array
joomla_joomla-framework
train
def4d62ddb05c0b7ae513a4d9d3a1051c0df0b6e
diff --git a/source/com/maxmind/geoip/LookupService.java b/source/com/maxmind/geoip/LookupService.java index <HASH>..<HASH> 100644 --- a/source/com/maxmind/geoip/LookupService.java +++ b/source/com/maxmind/geoip/LookupService.java @@ -338,7 +338,7 @@ public class LookupService { file.seek(file.getFileP...
close filehandle after data is read into memory for MemoryCache mode
maxmind_geoip-api-java
train
85bb5ebf7e1207a1bdcd01b0a41fd095f38e85d1
diff --git a/lib/puppet/network/http/handler.rb b/lib/puppet/network/http/handler.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/network/http/handler.rb +++ b/lib/puppet/network/http/handler.rb @@ -16,7 +16,7 @@ module Puppet::Network::HTTP::Handler attr_reader :server, :handler - YAML_DEPRECATION = "YAML in n...
(#<I>) Improve deprecation warning for yaml params Previously we were not informed what parameter and value was being transmitted as YAML, which made debugging and correcting the problem nearly impossible. This outputs the offending request parameter and value as a debug message to aid in fixing the issue.
puppetlabs_puppet
train
f46fac96870414ab415d0aad368da65f8566e977
diff --git a/spec/adhearsion/router/route_spec.rb b/spec/adhearsion/router/route_spec.rb index <HASH>..<HASH> 100644 --- a/spec/adhearsion/router/route_spec.rb +++ b/spec/adhearsion/router/route_spec.rb @@ -49,18 +49,27 @@ module Adhearsion ] end + let :offer do + Punchbloc...
[BUGFIX] Route specs should use a real call object rather than a mock for matching assertions
adhearsion_adhearsion
train
7bed1307e13b96b06ace3e70aae9b037e8595a7c
diff --git a/system/user.go b/system/user.go index <HASH>..<HASH> 100644 --- a/system/user.go +++ b/system/user.go @@ -53,7 +53,7 @@ func CreateUser(u *User) error { } if u.PrimaryGroup != "" { - args = append(args, "--primary-group", u.PrimaryGroup) + args = append(args, "--gid", u.PrimaryGroup) } if len...
fix(user): user correct primary group flag for useradd
coreos_coreos-cloudinit
train
de1d4c83380ebcfec0be0943384867902498036d
diff --git a/termbox_inputfield.go b/termbox_inputfield.go index <HASH>..<HASH> 100644 --- a/termbox_inputfield.go +++ b/termbox_inputfield.go @@ -141,7 +141,7 @@ func (i *InputField) HandleEvent(event termbox.Event) bool { } } else if event.Key == termbox.KeyCtrlU { // Ctrl+U Clears the Input (before the curso...
Fix Ctrl+U Behavior (Delete line before cursor)
br0xen_termbox-util
train
99b5fce0ec2f4c2ad08c152d233f8e28547a6bd2
diff --git a/binstar_client/commands/upload.py b/binstar_client/commands/upload.py index <HASH>..<HASH> 100644 --- a/binstar_client/commands/upload.py +++ b/binstar_client/commands/upload.py @@ -199,7 +199,7 @@ def main(args): args.description, ...
Add label alias to upload command
Anaconda-Platform_anaconda-client
train
4bd56c84a22a691317c8ebbf7805b721b814381f
diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLAbstract.java b/core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLAbstract.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLAbstract.java +...
added context variable in sql queries #<I>
orientechnologies_orientdb
train
e88c190cb77932cc65852e949839542ee49830c5
diff --git a/pyemma/_base/progress/reporter/__init__.py b/pyemma/_base/progress/reporter/__init__.py index <HASH>..<HASH> 100644 --- a/pyemma/_base/progress/reporter/__init__.py +++ b/pyemma/_base/progress/reporter/__init__.py @@ -51,7 +51,6 @@ class ProgressReporterMixin(object): def _prog_rep_progressbars(self):...
stage can take str, iterable and key itself.
markovmodel_PyEMMA
train
cf39df822a59b578f21b9b865afb0926ddba992a
diff --git a/test/core/TestTsdbQuery.java b/test/core/TestTsdbQuery.java index <HASH>..<HASH> 100644 --- a/test/core/TestTsdbQuery.java +++ b/test/core/TestTsdbQuery.java @@ -1341,9 +1341,9 @@ public final class TestTsdbQuery { HashMap<String, String> tags = new HashMap<String, String>(1); tags.put("host", "w...
Fix redundant cast in TestTsdbQuery
OpenTSDB_opentsdb
train
f7f50b3fe88d75f793ad68fc751222b4d32059cc
diff --git a/goaci.go b/goaci.go index <HASH>..<HASH> 100644 --- a/goaci.go +++ b/goaci.go @@ -353,6 +353,9 @@ func writeACI(pathsNames *pathsAndNames, manifest *schema.ImageManifest) error { tr := tar.NewWriter(gw) defer tr.Close() + // FIXME: the files in the tar archive are added with the + // wrong uid/gid. T...
Add a FIXME for an uig/gid leaking issue
appc_goaci
train
fb9b48304abb1a6fea683d15b4e2b54575370f52
diff --git a/src/WindowBase.js b/src/WindowBase.js index <HASH>..<HASH> 100644 --- a/src/WindowBase.js +++ b/src/WindowBase.js @@ -4,6 +4,7 @@ const fs = require('fs'); const vm = require('vm'); const util = require('util'); const {Worker, workerData, parentPort} = require('worker_threads'); +const {MessageEvent} = ...
Emit real worker messages in WindowBase.js
exokitxr_exokit
train
800f4c79d2ef5dd2a93c3b84eabfc34bb0ec5271
diff --git a/src/ReflectionEngine.php b/src/ReflectionEngine.php index <HASH>..<HASH> 100644 --- a/src/ReflectionEngine.php +++ b/src/ReflectionEngine.php @@ -141,18 +141,49 @@ class ReflectionEngine $namespace = self::parseFileNamespace($classFileName, $namespaceName); $namespaceNodes = $namespa...
[fix_php_type_migration] Make it possible to scan for deprecated types. According to <URL>
goaop_parser-reflection
train
fd9fc5d0a3ec9051cfe511f1a154241c2b1aab59
diff --git a/tests/inc/DataTestCase.php b/tests/inc/DataTestCase.php index <HASH>..<HASH> 100644 --- a/tests/inc/DataTestCase.php +++ b/tests/inc/DataTestCase.php @@ -41,10 +41,12 @@ class DataTestCase extends TestCase $queries = []; $conn->onQuery[__CLASS__] = function ($conn, $sql) use (& $queries) { - if (...
tests: better ignore for logged queries
nextras_orm
train
42c6e7faf0a8c902303f9a9813ed2fa35f1c89be
diff --git a/test/serialization_format_change_test.rb b/test/serialization_format_change_test.rb index <HASH>..<HASH> 100644 --- a/test/serialization_format_change_test.rb +++ b/test/serialization_format_change_test.rb @@ -7,8 +7,8 @@ class SerializationFormatChangeTest < IdentityCache::TestCase MESSAGE = "serializa...
Compare unmarshalled hashes instead of marshalled data Marshal.dump output has subtly changed in Ruby <I>, but the marshal version hasn't changed. This change compares hashes loaded by Marshal.load, which tolerates the change in serialization format, rather than the raw serialized bytes.
Shopify_identity_cache
train
79206b2f55f933d6345dfdd9a5a876f784b409cc
diff --git a/src/Tao/Controller/Controller.php b/src/Tao/Controller/Controller.php index <HASH>..<HASH> 100644 --- a/src/Tao/Controller/Controller.php +++ b/src/Tao/Controller/Controller.php @@ -34,9 +34,9 @@ class Controller * * @see UrlGeneratorInterface */ - public function generateUrl($route, $parameters =...
pass reference type argument to redirectToRoute method
forxer_tao
train
a2d17bfec64e96789271c54ea5665524fb7e66bb
diff --git a/dedupe/core.py b/dedupe/core.py index <HASH>..<HASH> 100644 --- a/dedupe/core.py +++ b/dedupe/core.py @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- from builtins import range, next, zip, map from future.utils import viewvalues -import sys +import sys import itertools import time import tempfile @@ -351,6...
python 2 imap_unordered can't handle a generator of generators
dedupeio_dedupe
train
5b034f00ecea097f850f900a5b0165616cfe9fa1
diff --git a/biodata-formats/src/main/java/org/opencb/biodata/formats/alignment/AlignmentFileReader.java b/biodata-formats/src/main/java/org/opencb/biodata/formats/alignment/AlignmentFileReader.java index <HASH>..<HASH> 100644 --- a/biodata-formats/src/main/java/org/opencb/biodata/formats/alignment/AlignmentFileReader....
formats: small improvements in AlignmentFileReader, now it implements AlignmentDataReader interface
opencb_biodata
train
df2b18fdd18b2497a32c0b2a370451144818a857
diff --git a/translator/src/main/java/com/google/devtools/j2objc/gen/ObjectiveCSegmentedHeaderGenerator.java b/translator/src/main/java/com/google/devtools/j2objc/gen/ObjectiveCSegmentedHeaderGenerator.java index <HASH>..<HASH> 100644 --- a/translator/src/main/java/com/google/devtools/j2objc/gen/ObjectiveCSegmentedHead...
Fixed segmented header generation when referenced type is in same source file.
google_j2objc
train
ae66ab45d7d72ffc81548f194b2df5695ae96b98
diff --git a/lib/fog/openstack.rb b/lib/fog/openstack.rb index <HASH>..<HASH> 100644 --- a/lib/fog/openstack.rb +++ b/lib/fog/openstack.rb @@ -74,18 +74,29 @@ module Fog @openstack_api_key = options[:openstack_api_key] @openstack_username = options[:openstack_username] @openstack_tenant = option...
[openstack] Update Authentication through X-Auth-Token
fog_fog
train
c12132187e2c802ddc9158a66bcd7ee416410c5a
diff --git a/src/exceptions/stacktrace.js b/src/exceptions/stacktrace.js index <HASH>..<HASH> 100644 --- a/src/exceptions/stacktrace.js +++ b/src/exceptions/stacktrace.js @@ -44,11 +44,13 @@ module.exports = { opts = utils.mergeObject(defaultOptions, opts) return new Promise(function (resolve) { - var ...
Consistent casing of variable name
opbeat_opbeat-js-core
train
25423987186813e0be14184dc2469ccce3640d9c
diff --git a/jmccc-yggdrasil-authenticator/src/main/java/org/to2mbn/jmccc/auth/yggdrasil/CharacterSelector.java b/jmccc-yggdrasil-authenticator/src/main/java/org/to2mbn/jmccc/auth/yggdrasil/CharacterSelector.java index <HASH>..<HASH> 100644 --- a/jmccc-yggdrasil-authenticator/src/main/java/org/to2mbn/jmccc/auth/yggdras...
Don't throw AuthenticationException if no profile is selected when refreshing
to2mbn_JMCCC
train
cb3f25593b1137e344086364d4b1a52c08e8eb3b
diff --git a/actionpack/lib/action_controller/metal/strong_parameters.rb b/actionpack/lib/action_controller/metal/strong_parameters.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_controller/metal/strong_parameters.rb +++ b/actionpack/lib/action_controller/metal/strong_parameters.rb @@ -643,13 +643,7 @@ modu...
remove useless function Now that the value is cached on the stack, `array_of_permitted_scalars_filter` is exactly the same as `array_of_permitted_scalars?`, so lets just have one
rails_rails
train
84b9d5a661595a90604cf7cfb9e82c120d666f1b
diff --git a/cloudinary-core/src/main/java/com/cloudinary/transformation/BaseExpression.java b/cloudinary-core/src/main/java/com/cloudinary/transformation/BaseExpression.java index <HASH>..<HASH> 100644 --- a/cloudinary-core/src/main/java/com/cloudinary/transformation/BaseExpression.java +++ b/cloudinary-core/src/main/...
Add support for pow operator in expressions (#<I>)
cloudinary_cloudinary_java
train
55414e0f919e6196b02739c0685346b06c66516a
diff --git a/app/controllers/concerns/genkan/authenticatable.rb b/app/controllers/concerns/genkan/authenticatable.rb index <HASH>..<HASH> 100644 --- a/app/controllers/concerns/genkan/authenticatable.rb +++ b/app/controllers/concerns/genkan/authenticatable.rb @@ -12,7 +12,7 @@ module Genkan def authenticate ...
Refactor Genkan::Authenticatable
yhirano55_genkan
train
de284c2253d9b2ee515f30cde20aa72bc4dcc72a
diff --git a/lib/services.js b/lib/services.js index <HASH>..<HASH> 100644 --- a/lib/services.js +++ b/lib/services.js @@ -33,7 +33,7 @@ module.exports = function(dolphin){ * Removes a service. */ services.remove = function (serviceId) { - return dolphin._delete('service/' + serviceId, opts); + return ...
Update services.js fix services.remove url
OptimalBits_dolphin
train
8578f72762ae08740b6258d12658b6e432e26d48
diff --git a/lib/multi.js b/lib/multi.js index <HASH>..<HASH> 100644 --- a/lib/multi.js +++ b/lib/multi.js @@ -2,21 +2,31 @@ var Multi = function (repackersMap) { this.repackersMap = repackersMap; - this.collectingFunc = null; + this.collectFunc = null; }; Multi.prototype.srcKeyPrefixSeparator = '__'; Multi.p...
collectingFunc renamed to collectFunc, number of fixes in multi
dimsmol_repack
train
8df85d9db7e7e27fff58944ec89a85566d598b3d
diff --git a/src/com/aoindustries/util/persistent/DynamicPersistentBlockBuffer.java b/src/com/aoindustries/util/persistent/DynamicPersistentBlockBuffer.java index <HASH>..<HASH> 100644 --- a/src/com/aoindustries/util/persistent/DynamicPersistentBlockBuffer.java +++ b/src/com/aoindustries/util/persistent/DynamicPersiste...
Dynamic block buffer is slow but all tests passed.
aoindustries_aocode-public
train
d8ed247c7f11b1ca4756134e145d2ec3bfeb8eaf
diff --git a/activesupport/lib/active_support/core_ext/big_decimal/conversions.rb b/activesupport/lib/active_support/core_ext/big_decimal/conversions.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/core_ext/big_decimal/conversions.rb +++ b/activesupport/lib/active_support/core_ext/big_decimal/conv...
No need to override the to_yaml method in BigDecimal
rails_rails
train