hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
c7ca60e19f99addc6aa04bd00fcb58ab656c23e8
diff --git a/includes/class-freemius.php b/includes/class-freemius.php index <HASH>..<HASH> 100644 --- a/includes/class-freemius.php +++ b/includes/class-freemius.php @@ -5281,11 +5281,11 @@ * @since 1.2.0 */ function _resend_license_key_ajax_action() { - if ( ! isset( $_POST['email-address'] ) ) { + if...
[license] [resend] [ajax] Replaced the AJAX POST param "email-address" with "email".
Freemius_wordpress-sdk
train
a860241ef134af3a018e50c579fe675daeb30dfb
diff --git a/Generator/InjectedService.php b/Generator/InjectedService.php index <HASH>..<HASH> 100644 --- a/Generator/InjectedService.php +++ b/Generator/InjectedService.php @@ -18,28 +18,26 @@ class InjectedService extends BaseGenerator { /** * {@inheritdoc} */ - public static function componentDataDefini...
Updated InjectedService generator to property definition.
drupal-code-builder_drupal-code-builder
train
8369f903e94be6f60d9a35c938bb74fd6c448fe6
diff --git a/packages/bonde-admin-canary/src/services/auth/AuthProvider.js b/packages/bonde-admin-canary/src/services/auth/AuthProvider.js index <HASH>..<HASH> 100644 --- a/packages/bonde-admin-canary/src/services/auth/AuthProvider.js +++ b/packages/bonde-admin-canary/src/services/auth/AuthProvider.js @@ -36,7 +36,8 @@...
fix(canary): add jwt expired on errors try login
nossas_bonde-client
train
6b93e5ba9d360e1a258ea1fb93dd68194117f3bf
diff --git a/cmd/kube-proxy/app/server.go b/cmd/kube-proxy/app/server.go index <HASH>..<HASH> 100644 --- a/cmd/kube-proxy/app/server.go +++ b/cmd/kube-proxy/app/server.go @@ -22,11 +22,13 @@ import ( "net" "net/http" _ "net/http/pprof" + "os" "strconv" "time" "github.com/GoogleCloudPlatform/kubernetes/pkg...
Kube-proxy learns to read a kubeconfig --master flag is still supported for distros that need it. But now, --kubeconfig flag can be used instead, or in addition, to specify the auth info, and/or the location of the master. A subsequent PR will change salt to generate a kubeconfig, and to make kube-proxy use it, for s...
kubernetes_kubernetes
train
ac4b88cce9f4090124be94bcea2d1c5d8fb2d81a
diff --git a/spacy/download.py b/spacy/download.py index <HASH>..<HASH> 100644 --- a/spacy/download.py +++ b/spacy/download.py @@ -5,7 +5,7 @@ import pip import plac import requests from os import path -from .link import link +from .link import link, link_package from . import about from . import util @@ -26,7 +...
Fix auto-linking in download command
explosion_spaCy
train
5a7f1c634bde9d6ff7967014b2c13d34aebecd32
diff --git a/xchange-kraken/src/main/java/org/knowm/xchange/kraken/KrakenAdapters.java b/xchange-kraken/src/main/java/org/knowm/xchange/kraken/KrakenAdapters.java index <HASH>..<HASH> 100644 --- a/xchange-kraken/src/main/java/org/knowm/xchange/kraken/KrakenAdapters.java +++ b/xchange-kraken/src/main/java/org/knowm/xcha...
Kraken: Openorders can contain a 7 size string for assets pairs USDT and DASH asset pairs are 7 chars long (normal 6) This resulted in open order pairs like: DAS/BTC for DASH/USD or USD/USD for USDT/USD
knowm_XChange
train
fca58ed4471ecb2402f6734df8f5a3212284b13f
diff --git a/flask_rbac/__init__.py b/flask_rbac/__init__.py index <HASH>..<HASH> 100644 --- a/flask_rbac/__init__.py +++ b/flask_rbac/__init__.py @@ -143,6 +143,9 @@ class RBAC(object): app.extensions = {} app.extensions['rbac'] = _RBACState(self, app) + self.acl.allow( + ever...
Made static view function in flask allowed.
shonenada_flask-rbac
train
43994a09b1af4b01ef3c9c34a33816b008a61bab
diff --git a/src/sap.m/src/sap/m/RatingIndicator.js b/src/sap.m/src/sap/m/RatingIndicator.js index <HASH>..<HASH> 100644 --- a/src/sap.m/src/sap/m/RatingIndicator.js +++ b/src/sap.m/src/sap/m/RatingIndicator.js @@ -464,33 +464,33 @@ sap.ui.define(['jquery.sap.global', './library', 'sap/ui/core/Control', 'sap/ui/ * @...
[FIX] sap.m.RatingIndicator - clicking is now only possible with left mouse button. Change-Id: Ibf<I>a4a<I>cd<I>b2d<I>b0b4db<I>c<I>f
SAP_openui5
train
deaffef7cbe2b9a13cfd8fd85ec194a5ba8a01ed
diff --git a/sqlite3.go b/sqlite3.go index <HASH>..<HASH> 100644 --- a/sqlite3.go +++ b/sqlite3.go @@ -102,6 +102,7 @@ type SQLiteStmt struct { s *C.sqlite3_stmt t string closed bool + cls bool } // Result struct. @@ -116,6 +117,7 @@ type SQLiteRows struct { nc int cols []string d...
implicitly close Stmt in Queryer, Close #<I> the cls field tracks if the Stmt should be implicitly closed, in the Exec() call the generated statement is always closed
xeodou_go-sqlcipher
train
81c103f75d22580b14f162103232632444c9ec6f
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py index <HASH>..<HASH> 100644 --- a/setuptools/tests/test_easy_install.py +++ b/setuptools/tests/test_easy_install.py @@ -430,8 +430,10 @@ class TestScriptHeader: expected = '#!"%s"\n' % self.exe_with_spaces asser...
Expect failure on LC_ALL=C also
pypa_setuptools
train
b7b7fb5ad95f61ffeac2ad3f9e166d15d899e541
diff --git a/cm-devops/automation/script/module.py b/cm-devops/automation/script/module.py index <HASH>..<HASH> 100644 --- a/cm-devops/automation/script/module.py +++ b/cm-devops/automation/script/module.py @@ -145,6 +145,9 @@ class CAutomation(Automation): state = i.get('state',{}) env = i.get('env',...
added CM_CURRENT_PATH env
ctuning_ck
train
3ad6975043b79ab6e04b98dc9e0dd53b368b47f3
diff --git a/tests/rkt_auth_test.go b/tests/rkt_auth_test.go index <HASH>..<HASH> 100644 --- a/tests/rkt_auth_test.go +++ b/tests/rkt_auth_test.go @@ -29,14 +29,22 @@ import ( func TestAuthSanity(t *testing.T) { ctx := testutils.NewRktRunCtx() defer ctx.Cleanup() - server := runServer(t, taas.None) - defer server....
functional tests: Port auth tests to taas fileset
rkt_rkt
train
099e4d0719d31bfc59c0d31ecb749b2d74c7d2ca
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ # We use Travis for the following tasks: # - Download and install `kubectl`, `oc` CLI client tools # - Configure docker daemon to run insecure registry for OpenShift cluster -# - Execute `oc cluster...
Fix travis CI - added OpenShift <I> to regression test suite - Increased pod wait timeout in case of deploy/redeploy
fabric8io_fabric8-maven-plugin
train
88a44d2d5231cd74ea236a65cacd5571c5668711
diff --git a/service/model/store.go b/service/model/store.go index <HASH>..<HASH> 100644 --- a/service/model/store.go +++ b/service/model/store.go @@ -410,7 +410,6 @@ func (d *model) Read(query Query, resultPointer interface{}) error { // which applies to the same field regardless of ordering // or padding etc. f...
Remove printline from model (#<I>)
micro_micro
train
30adeeeda54388fdb5856588ca5fa9c56740716a
diff --git a/spec/unit/infer_trend_spec.rb b/spec/unit/infer_trend_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/infer_trend_spec.rb +++ b/spec/unit/infer_trend_spec.rb @@ -7,7 +7,7 @@ RSpec.describe Benchmark::Trend, '#infer_trend' do end # linear - def fib_mem(n, acc = {"0": 0, "1": 1}) + def fib_mem(...
Change to fix syntax for older rubies
piotrmurach_benchmark-trend
train
56e5323fbce412a6aa0aec680122159a658dede4
diff --git a/philips_hue.rb b/philips_hue.rb index <HASH>..<HASH> 100644 --- a/philips_hue.rb +++ b/philips_hue.rb @@ -14,21 +14,26 @@ class PhilipsHue @name = app_name @key = Digest::MD5.hexdigest(@name) @api_endpoint = "http://#{api_url}/api" - - # auto-incrementing light_id - @light_id = 0 + ...
Removing the need to manually run add_light.
dmerrick_lights_app
train
26c12f7757f95047ddf2697ba22ae22a833f8c49
diff --git a/e2e/ScreenStyle.test.js b/e2e/ScreenStyle.test.js index <HASH>..<HASH> 100644 --- a/e2e/ScreenStyle.test.js +++ b/e2e/ScreenStyle.test.js @@ -86,7 +86,7 @@ describe('screen style', () => { await elementById(testIDs.SHOW_LEFT_SIDE_MENU_BUTTON).tap(); await expect(elementById(testIDs.HIDE_LEFT_SIDE...
Fix test: Check if the button the sidemenu is no longer visible (#<I>) Seems like CENTERED_TEXT_HEADER is always visible so the test was not actually checking properly if the side menu closed properly.
wix_react-native-navigation
train
e2fcb984d3e860f26989cc3c4250615555da7126
diff --git a/lib/device-log/safari-console-log.js b/lib/device-log/safari-console-log.js index <HASH>..<HASH> 100644 --- a/lib/device-log/safari-console-log.js +++ b/lib/device-log/safari-console-log.js @@ -1,4 +1,5 @@ import { RotatingLog, MAX_LOG_ENTRIES_COUNT } from './rotating-log'; +import _ from 'lodash'; c...
fix: handle repeated safari console log lines (#<I>)
appium_appium-xcuitest-driver
train
cb3ab5e80cca5cb4528e61599f552d3ff98da902
diff --git a/webapps/camunda-webapp/webapp/Gruntfile.js b/webapps/camunda-webapp/webapp/Gruntfile.js index <HASH>..<HASH> 100644 --- a/webapps/camunda-webapp/webapp/Gruntfile.js +++ b/webapps/camunda-webapp/webapp/Gruntfile.js @@ -6,7 +6,7 @@ var rjsConf = require('./src/main/webapp/require-conf'); var commentLineEx...
improve(grunt): rewording "production" into "dist"
camunda_camunda-bpm-platform
train
470d61bf3ca2184fd94075805d15acbc65a4af94
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -145,6 +145,24 @@ class homebridgeLib { * @memberof module:homebridge-lib */ static get MyHomeKitTypes () { return require('./lib/MyHomeKitTypes') } + + /** Resolve after given period, delaying execution. + * ...
Update index.js Add `timeout()` static function to delay execution. E.g. `await homebridgeLib.timeout(<I>)` delays execution for <I> seconds.
ebaauw_homebridge-lib
train
bca5260f3a4059bd6992bdb8cdfd0f7a71418ff6
diff --git a/integration/_fixtures/flags_tests/flags_test.go b/integration/_fixtures/flags_tests/flags_test.go index <HASH>..<HASH> 100644 --- a/integration/_fixtures/flags_tests/flags_test.go +++ b/integration/_fixtures/flags_tests/flags_test.go @@ -4,6 +4,7 @@ import ( "flag" "fmt" remapped "math" + _ "math/cmp...
Fix test using gcflags Packages need to be already imported to be remapped using the `-importmap` compiler flag.
onsi_ginkgo
train
d1651db9a81f97e2da376dd733bfd6202147b557
diff --git a/cake/libs/controller/scaffold.php b/cake/libs/controller/scaffold.php index <HASH>..<HASH> 100644 --- a/cake/libs/controller/scaffold.php +++ b/cake/libs/controller/scaffold.php @@ -223,7 +223,7 @@ class Scaffold extends Object { function __scaffoldView($params) { if ($this->controller->_beforeScaffol...
Fixing typo in Scaffold that caused error messages to display incorrectly. Fixes #<I>
cakephp_cakephp
train
016fa6e91796829024ecc51291c97e92b8f53757
diff --git a/lib/mongo_mapper/plugins/validations.rb b/lib/mongo_mapper/plugins/validations.rb index <HASH>..<HASH> 100644 --- a/lib/mongo_mapper/plugins/validations.rb +++ b/lib/mongo_mapper/plugins/validations.rb @@ -18,7 +18,7 @@ module MongoMapper end def save(options = {}) - options.reverse_...
reverse_merge! -> reverse_merge Tampering with the caller's argument might not be a good idea. Have our own copy.
mongomapper_mongomapper
train
cff3f5cd9721846ca5e0a040a48aa8e8078b67b8
diff --git a/src/frontend/org/voltdb/planner/PlanAssembler.java b/src/frontend/org/voltdb/planner/PlanAssembler.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/planner/PlanAssembler.java +++ b/src/frontend/org/voltdb/planner/PlanAssembler.java @@ -871,6 +871,7 @@ public class PlanAssembler { ...
ENG-<I>: If there is no aggregate in the select statement, but there is a group by clause, the planner won't push the generated aggregate node down.
VoltDB_voltdb
train
f256c0681c71ee5867590705c78694bdcb9356a6
diff --git a/lib/deep_unrest/write.rb b/lib/deep_unrest/write.rb index <HASH>..<HASH> 100644 --- a/lib/deep_unrest/write.rb +++ b/lib/deep_unrest/write.rb @@ -200,7 +200,7 @@ module DeepUnrest end def self.format_ar_error_path(base, ar_path) - path_arr = ar_path.gsub(/\.(?!\w+$)/, '.included.') + ...
[typo] write errors: included -> include
graveflex_deep_unrest
train
ef4b65b37332545def619b23a4fd24576d98c01d
diff --git a/Resources/public/js/modal.js b/Resources/public/js/modal.js index <HASH>..<HASH> 100644 --- a/Resources/public/js/modal.js +++ b/Resources/public/js/modal.js @@ -204,8 +204,9 @@ modalElement.on('click', 'button.btn', function (event) { event.preventDefault(); - ...
[CoreBundle] Continue to use render callback on validation errors
claroline_Distribution
train
218bf2c78b1d092c45173d88d7282d12ebd407e6
diff --git a/src/ol/structs/lrucache.js b/src/ol/structs/lrucache.js index <HASH>..<HASH> 100644 --- a/src/ol/structs/lrucache.js +++ b/src/ol/structs/lrucache.js @@ -91,7 +91,7 @@ ol.structs.LRUCache.prototype.clear = function() { * @return {boolean} Contains key. */ ol.structs.LRUCache.prototype.containsKey = fu...
Improve LRUCache containsKey test, thanks @tschaub
openlayers_openlayers
train
240ef2bc5ab7fbe489bc50cc372c4182ff54f0d4
diff --git a/phy/cluster/views/waveform.py b/phy/cluster/views/waveform.py index <HASH>..<HASH> 100644 --- a/phy/cluster/views/waveform.py +++ b/phy/cluster/views/waveform.py @@ -16,7 +16,8 @@ from phylib.io.array import _flatten, _index_of from phylib.utils import emit from phy.utils.color import selected_cluster_co...
Placeholders for plot agg in waveform view
kwikteam_phy
train
484801d2d07dc614a5de5fd7d08b205eafaa26cb
diff --git a/plugins/Live/API.php b/plugins/Live/API.php index <HASH>..<HASH> 100644 --- a/plugins/Live/API.php +++ b/plugins/Live/API.php @@ -426,8 +426,8 @@ class API extends \Piwik\Plugin\API $select = "log_visit.idvisitor, MAX(log_visit.visit_last_action_time) as visit_last_action_time"; $from =...
refs #<I> this could improve performance of getting next / prev visitor info
matomo-org_matomo
train
8d5650445e9022240c4c0083430284c7099cba16
diff --git a/contact/obs.js b/contact/obs.js index <HASH>..<HASH> 100644 --- a/contact/obs.js +++ b/contact/obs.js @@ -65,10 +65,11 @@ exports.create = function (api) { } function reduce (stream) { - var newestValue = 0 + var newestValues = {} return MutantPullReduce(stream, (result, item) => { - if (newest...
whoops fix contact timestamp checking
ssbc_patchcore
train
70c7e3215c15e92b89a95e1a6c57340e7d56a596
diff --git a/Kwf/Component/Abstract/ContentSender/Lightbox.php b/Kwf/Component/Abstract/ContentSender/Lightbox.php index <HASH>..<HASH> 100644 --- a/Kwf/Component/Abstract/ContentSender/Lightbox.php +++ b/Kwf/Component/Abstract/ContentSender/Lightbox.php @@ -119,7 +119,13 @@ class Kwf_Component_Abstract_ContentSender_L...
add lightbox-active-class server side in php instead of javascript
koala-framework_koala-framework
train
bcbd8cde6d2b8b09289c01fda7b2ca0352788745
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_ver...
Difficulties with PyPI uploading
MersenneForum_MersenneForumAliquot
train
4ad085ad2829295ff601fe14d9c451cebe6a8427
diff --git a/worker/uniter/runner/context_test.go b/worker/uniter/runner/context_test.go index <HASH>..<HASH> 100644 --- a/worker/uniter/runner/context_test.go +++ b/worker/uniter/runner/context_test.go @@ -26,32 +26,49 @@ type InterfaceSuite struct { var _ = gc.Suite(&InterfaceSuite{}) -func (s *InterfaceSuite) T...
Refactor TestUtils test into smaller ones.
juju_juju
train
9a0cefc7cfd5ae5ceac766900e7a4dddcc40de89
diff --git a/packages/cli-plugin-scaffold-admin-app-module/webiny.config.js b/packages/cli-plugin-scaffold-admin-app-module/webiny.config.js index <HASH>..<HASH> 100644 --- a/packages/cli-plugin-scaffold-admin-app-module/webiny.config.js +++ b/packages/cli-plugin-scaffold-admin-app-module/webiny.config.js @@ -1,7 +1,9 ...
fix: promisify "ncp" before executing it
Webiny_webiny-js
train
b77c295394deef86ac8236f3ef4f90c18cae256b
diff --git a/lib/Elastica/Query/QueryString.php b/lib/Elastica/Query/QueryString.php index <HASH>..<HASH> 100755 --- a/lib/Elastica/Query/QueryString.php +++ b/lib/Elastica/Query/QueryString.php @@ -11,10 +11,6 @@ class Elastica_Query_QueryString extends Elastica_Query_Abstract { protected $_queryString = ''; - pro...
Elastica_Query_QueryString - added setAnalyzer() and refactored a bit.
ruflin_Elastica
train
09d16001b2695dfca79da2f97d4ff94d74c1f502
diff --git a/devices/tuya.js b/devices/tuya.js index <HASH>..<HASH> 100644 --- a/devices/tuya.js +++ b/devices/tuya.js @@ -467,7 +467,8 @@ module.exports = [ {modelID: 'TS0505B', manufacturerName: '_TZ3210_iwbaamgh'}, {modelID: 'TS0505B', manufacturerName: '_TZ3210_klv2wul0'}, {mo...
Add _TZ<I>_y5fjkn7x to TS<I>B (#<I>) Added TuYa device - model: 'TS<I>B' manufacturerName: '_TZ<I>_y5fjkn7x'. 'Northpoint LED Smart Home öight bulb Zigbee E<I> RGB-CCT compatible with Zigbee Gateways , 9W <I>lm'
Koenkk_zigbee-shepherd-converters
train
2bd0b0fd0d464483374663282602e02d54715e4f
diff --git a/smartcard/CardMonitoring.py b/smartcard/CardMonitoring.py index <HASH>..<HASH> 100644 --- a/smartcard/CardMonitoring.py +++ b/smartcard/CardMonitoring.py @@ -37,6 +37,8 @@ from smartcard.Observer import Observer from smartcard.Observer import Observable from smartcard.CardRequest import CardRequest +fr...
CardMonitoring: stop the looping only if PCSC exited The fix in <I>b<I>d<I>ee9feae<I>ad<I>c<I>fd<I>fb3be was not correct. The loop should be exited only when PC/SC is no more running (return code SCARD_E_NO_SERVICE) but not in the other cases. The fix above created the regression reported in <URL> the loop was exited...
LudovicRousseau_pyscard
train
37b26cf3ef5732eb704ce1a7502e9727d056b7cb
diff --git a/test/general/key.js b/test/general/key.js index <HASH>..<HASH> 100644 --- a/test/general/key.js +++ b/test/general/key.js @@ -913,17 +913,18 @@ var pgp_desktop_priv = }); it('Reformat and encrypt key', function(done) { var userId1 = 'test1 <a@b.com>'; - var userId2 = 'test2 <b@a.com>'; + v...
add test with reformatted key signing and encryption
openpgpjs_openpgpjs
train
111896788d010854e9c23670f56594c6270ccb56
diff --git a/cloudcontrol/library/components/cms/SearchRouting.php b/cloudcontrol/library/components/cms/SearchRouting.php index <HASH>..<HASH> 100644 --- a/cloudcontrol/library/components/cms/SearchRouting.php +++ b/cloudcontrol/library/components/cms/SearchRouting.php @@ -24,15 +24,14 @@ class SearchRouting implement...
Minor refactor to improve readability
jenskooij_cloudcontrol
train
07726133b596ebe251e51c9ef613ac4a68782c68
diff --git a/Features/Context/SentencesInterfaces/ContentTypeGroup.php b/Features/Context/SentencesInterfaces/ContentTypeGroup.php index <HASH>..<HASH> 100644 --- a/Features/Context/SentencesInterfaces/ContentTypeGroup.php +++ b/Features/Context/SentencesInterfaces/ContentTypeGroup.php @@ -24,7 +24,7 @@ interface Conte...
BDD: fix sentence object name with spaces
ezsystems_BehatBundle
train
a3423b9c14e8b983e52df0b173e221b34a655fc1
diff --git a/lib/level-store.js b/lib/level-store.js index <HASH>..<HASH> 100644 --- a/lib/level-store.js +++ b/lib/level-store.js @@ -1,15 +1,14 @@ +/*jslint node: true */ +/*jslint asi: true */ /* Copyright (c) 2013 Richard Rodger, MIT License */ "use strict"; -var fs = require('fs') -var path = requir...
revised for seneca <I>
senecajs_seneca-level-store
train
455cf84ca588d6a67de7d3dc8ff70e78961b0926
diff --git a/api/utils/sshutils/ssh.go b/api/utils/sshutils/ssh.go index <HASH>..<HASH> 100644 --- a/api/utils/sshutils/ssh.go +++ b/api/utils/sshutils/ssh.go @@ -21,6 +21,7 @@ package sshutils import ( "crypto/subtle" "fmt" + "io" "net" "runtime" @@ -174,12 +175,18 @@ func AsAgentKeys(sshCert *ssh.Certifica...
Fix profile credential loader known_hosts (#<I>)
gravitational_teleport
train
8963b20298a7c41780b425076f22294f12242ae0
diff --git a/src/Popolo.php b/src/Popolo.php index <HASH>..<HASH> 100644 --- a/src/Popolo.php +++ b/src/Popolo.php @@ -58,9 +58,9 @@ class Popolo * * @return $this */ - public static function fromUrl($url, $client = null) + public static function fromUrl($url) { - $client = $client ?...
Use Mockery overload to mock http request Fixes #1.
andylolz_everypolitician-popolo-php
train
0fef28f79fc968d9d3122e0636b536d9f1e381f1
diff --git a/runc.go b/runc.go index <HASH>..<HASH> 100644 --- a/runc.go +++ b/runc.go @@ -72,6 +72,7 @@ type CreateOpts struct { Detach bool NoPivot bool NoNewKeyring bool + ExtraFiles []*os.File } func (o *CreateOpts) args() (out []string, err error) { @@ -94,6 +95,9 @@ func (o *CreateOpts)...
Expose --preserve-fds option added in opencontainers/runc#<I>
containerd_go-runc
train
f0ac9305451bb750dc1dac708433d2af8c607274
diff --git a/lib/term.js b/lib/term.js index <HASH>..<HASH> 100644 --- a/lib/term.js +++ b/lib/term.js @@ -26,7 +26,7 @@ function Term(r, value, error) { term._query = value; } term._r = r; // Keep a reference to r for global settings - + if (error !== undefined) { term._error = err...
feat(emergencyRepair): accept emergencyRepair option in reconfigure
neumino_rethinkdbdash
train
c548b33e4ddb2cc18841fc1b015c9010bee254ba
diff --git a/database/model.php b/database/model.php index <HASH>..<HASH> 100644 --- a/database/model.php +++ b/database/model.php @@ -418,6 +418,18 @@ class Model } /** + * Adds a data property to the model. + * + * @param string $name + */ + public static function _add_property($name) + { + if (!in_array($...
Added the Model::_add_property($name) method to add columns to the model.
nirix_radium
train
a1a31fc577d22e026d839a34009496f2261f0ad3
diff --git a/abstract.js b/abstract.js index <HASH>..<HASH> 100644 --- a/abstract.js +++ b/abstract.js @@ -282,6 +282,7 @@ ee(Object.defineProperties(PersistenceDriver.prototype, assign({ stamp = old.stamp + 1; // most likely model update } } + if (!stamp) stamp = getStamp(); nu = { valu...
If no stamp, then make current date stamp
medikoo_dbjs-persistence
train
6e4fff29d83112969d3cf764ec09c8f6a2503db7
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ = ActiveMerchant CHANGELOG +* Fixed CreditCard not validating start_month and start_year when set as string [Tekin] * Update PostsData to support get requests [cody] * Fix broken Quickpay remote test [cod...
Fixed CreditCard not validating start_month and start_year when set as string [#<I> state:resolved]
activemerchant_active_merchant
train
fb40740c03d8479a0e0c6fc03e02d8ab21aa0917
diff --git a/mobly/records.py b/mobly/records.py index <HASH>..<HASH> 100644 --- a/mobly/records.py +++ b/mobly/records.py @@ -14,6 +14,7 @@ """This module is where all the record definitions and record containers live. """ +import itertools import json import logging import pprint @@ -337,7 +338,9 @@ class Test...
Fix a bug where summary json does not include the entries for skipped tests. (#<I>)
google_mobly
train
86bfb40f4580beb049facb68c379789c4706e357
diff --git a/porespy/generators/__imgen__.py b/porespy/generators/__imgen__.py index <HASH>..<HASH> 100644 --- a/porespy/generators/__imgen__.py +++ b/porespy/generators/__imgen__.py @@ -155,8 +155,8 @@ def RSA(im: array, radius: int, volume_fraction: int = 1, n_max: int = None, [1] Random Heterogeneous Materials,...
working very nicely, even faster, about <I>s on <I>**3
PMEAL_porespy
train
c40cdf32fc860114493549af00a03eaf6aa22811
diff --git a/atomic_reactor/dirs.py b/atomic_reactor/dirs.py index <HASH>..<HASH> 100644 --- a/atomic_reactor/dirs.py +++ b/atomic_reactor/dirs.py @@ -13,7 +13,11 @@ from typing import Dict, Any, List, Callable, Iterable, Optional from dockerfile_parse import DockerfileParser -from atomic_reactor.constants import ...
Add files and directories into build_dir for source container build * CLOUDBLD-<I>
projectatomic_atomic-reactor
train
7479c82687892ff1d853bb0d6e50498d0f132aa0
diff --git a/public/app/core/utils/kbn.js b/public/app/core/utils/kbn.js index <HASH>..<HASH> 100644 --- a/public/app/core/utils/kbn.js +++ b/public/app/core/utils/kbn.js @@ -402,7 +402,10 @@ function($, _, moment) { kbn.valueFormats.currencyRUB = kbn.formatBuilders.currency('₽'); kbn.valueFormats.currencyUAH = k...
Update kbn.js Adding the other kr currencies not to offend any maintainers
grafana_grafana
train
ebf5c26c8492453afb810299f8b357dd5e14d3c7
diff --git a/shell.go b/shell.go index <HASH>..<HASH> 100644 --- a/shell.go +++ b/shell.go @@ -147,15 +147,15 @@ type object struct { // Add a file to ipfs from the given reader, returns the hash of the added file func (s *Shell) Add(r io.Reader) (string, error) { - return s.addWithOpts(r, true) + return s.AddWithO...
Add raw-leaves option to AddWithOpts and expose it License: MIT
ipfs_go-ipfs-api
train
c783a50867ed111f94d5ff872d8b166643aef457
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,68 @@ A transactional email mailer that runs on AWS lambda. ## Setup -Create a role for the lambda function in IAM. +### IAM + +Create a role for the lambda function in IAM and attach these policies: + + {...
fix(bucket): use bucket name from config file
ResourcefulHumans_template-mailer-aws-lambda
train
518df3eab02db24c982bf4538aac13ba1e81333b
diff --git a/requests_xml.py b/requests_xml.py index <HASH>..<HASH> 100644 --- a/requests_xml.py +++ b/requests_xml.py @@ -64,6 +64,7 @@ class BaseParser: self._lxml = None self._pq = None self._docinfo = None + self._json = None @property def raw_xml(self) -> _RawXML: @@ -...
.json() method now on all element results
erinxocon_requests-xml
train
aedf9a737ad25606bf3d9decfcf539634ce2f0ea
diff --git a/request-server.go b/request-server.go index <HASH>..<HASH> 100644 --- a/request-server.go +++ b/request-server.go @@ -51,20 +51,22 @@ func NewRequestServer(rwc io.ReadWriteCloser, h Handlers) *RequestServer { } } -func (rs *RequestServer) nextRequest(r Request) string { +// Note that we are explicitly...
Fix #<I> all Request methods use pointer recivers Prevents subtle copy bugs and made the 1 required Request copy explicit.
pkg_sftp
train
0573037f2cf3e8d94d3efd51588bca815053b1ff
diff --git a/lib/Cake/Core/App.php b/lib/Cake/Core/App.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Core/App.php +++ b/lib/Cake/Core/App.php @@ -305,7 +305,6 @@ class App { } self::$__packages[$type] = (array)$new; } - CakePlugin::unload(); return $paths; } diff --git a/lib/Cake/tests/Case/Vi...
Migrating all View tests to the new plugin loader
cakephp_cakephp
train
1fa8ebb08a6b402cba082e1e506c7b024c42881d
diff --git a/ieml/ieml_database/git_interface.py b/ieml/ieml_database/git_interface.py index <HASH>..<HASH> 100644 --- a/ieml/ieml_database/git_interface.py +++ b/ieml/ieml_database/git_interface.py @@ -1,7 +1,7 @@ import hashlib import os import logging -from _pygit2 import GIT_CHECKOUT_FORCE, GIT_CHECKOUT_RECREATE...
Updated import for last pygit2 release.
IEMLdev_ieml
train
330d426fb90deb29e49ca71cea3205d7b8b4a1fa
diff --git a/src/Http/Controllers/AbstractController.php b/src/Http/Controllers/AbstractController.php index <HASH>..<HASH> 100644 --- a/src/Http/Controllers/AbstractController.php +++ b/src/Http/Controllers/AbstractController.php @@ -17,18 +17,25 @@ abstract class AbstractController extends Controller use Authori...
Refactor guard and broker assignment in AbstractController
rinvex_cortex-foundation
train
a9872a70cd19243381cfb8fdb86a27114f934421
diff --git a/db/seeds.rb b/db/seeds.rb index <HASH>..<HASH> 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -187,7 +187,7 @@ MedicationRoute.find_or_create_by!(name: "PO", full_name: "Per Oral") MedicationRoute.find_or_create_by!(name: "IV", full_name: "Intravenous") MedicationRoute.find_or_create_by!(name: "SC", full_...
Renamed medication seed route for 'other'.
airslie_renalware-core
train
d03a9f06e2886fefe80d8ad0f055759bd76fec55
diff --git a/src/Cache/FileTextCache/Cache.php b/src/Cache/FileTextCache/Cache.php index <HASH>..<HASH> 100644 --- a/src/Cache/FileTextCache/Cache.php +++ b/src/Cache/FileTextCache/Cache.php @@ -18,7 +18,7 @@ class Cache implements FileTextCache, Flushable /** * Lifetime of cache in seconds - * Null is...
DOCS Fix incorrect PHPDoc about what null lifetime means.
silverstripe_silverstripe-textextraction
train
e5ef8ac0dd3f22d76b33824554a275287d0deae7
diff --git a/h2o-algos/src/main/java/hex/glrm/GLRM.java b/h2o-algos/src/main/java/hex/glrm/GLRM.java index <HASH>..<HASH> 100644 --- a/h2o-algos/src/main/java/hex/glrm/GLRM.java +++ b/h2o-algos/src/main/java/hex/glrm/GLRM.java @@ -622,6 +622,7 @@ public class GLRM extends ModelBuilder<GLRMModel, GLRMModel.GLRMParameter...
PUBDEV-<I>. Step-size not reported to clients. Added fix to report last step-size used in GLRM. (#<I>)
h2oai_h2o-3
train
0a7bf6113fe9c69e894272c7508c329cba8c2918
diff --git a/docs/history.rst b/docs/history.rst index <HASH>..<HASH> 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,7 +1,7 @@ Version History =============== +`1.0.0`_ (9 Sep 2015) +---------------------- +- Initial Release -Next Release ------------- - -* Initial version +.. _1.0.0: https://github.com...
bump for initial relase <I>
sprockets_sprockets.mixins.mediatype
train
f791b4cd38274524e6160db572bcce45e23cf95f
diff --git a/johnny/cache.py b/johnny/cache.py index <HASH>..<HASH> 100644 --- a/johnny/cache.py +++ b/johnny/cache.py @@ -226,7 +226,6 @@ class QueryCacheBackend11(QueryCacheBackend): cursor = cls.connection.cursor() cursor.execute(sql, params) - if not result_type: ...
add some more simple tests to the QueryCache 'SingleModelTest' class
jmoiron_johnny-cache
train
6e6dfaed6ce137d1323626535da6a4979d6724a9
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -87,12 +87,16 @@ module.exports = function ( grunt ) { tmp: 'dist/tmp' }, fileExists: { - src: modules['oojs-ui'].scripts.concat( - originalLessFiles['dist/oojs-ui-apex.css'], - originalLessFi...
build: Clean up fileExists config Follows-up <I>b2a8. Avoid hardcoding invididual keys of this object when it should use all keys (easy to go out of sync). Change-Id: Icd<I>f<I>d<I>cab<I>a6eddd<I>dcd3d<I>
wikimedia_oojs-ui
train
89ae5e672e4619cfad9bebd11225feefdf85fdde
diff --git a/lib/test.js b/lib/test.js index <HASH>..<HASH> 100644 --- a/lib/test.js +++ b/lib/test.js @@ -1,14 +1,8 @@ module.exports = Test var Readable = require('stream').Readable -if (!Readable) { - try { - Readable = require('readable-stream').Readable - } catch (er) { - console.error('error', er) - ...
Use readable-stream v2 The better to be consistent with all nodes, and have output that more closely matches the test code itself. Related (tangentially) to #<I>
tapjs_node-tap
train
9c16e22c38939ef42a210c99a70c296d297dd99e
diff --git a/src/basis/template/html.js b/src/basis/template/html.js index <HASH>..<HASH> 100644 --- a/src/basis/template/html.js +++ b/src/basis/template/html.js @@ -68,8 +68,12 @@ var CAPTURE_FALLBACK = !document.addEventListener && '__basisTemplate' + parseInt(1e9 * Math.random()); if (CAPTURE_FALLBACK) g...
fixes for IE8 and lower (global handlers issue, non-standart Array methods usage and missed fix for style set)
basisjs_basisjs
train
e25cb480748daf1d6b28e21ba707f1da18e374f6
diff --git a/hawkular-inventory-impl-tinkerpop-parent/hawkular-inventory-impl-tinkerpop-sql-provider/src/main/java/org/hawkular/inventory/impl/tinkerpop/sql/SqlGraphProvider.java b/hawkular-inventory-impl-tinkerpop-parent/hawkular-inventory-impl-tinkerpop-sql-provider/src/main/java/org/hawkular/inventory/impl/tinkerpop...
[HWKINVENT-<I>] Make sure we check for exception message nullity.
hawkular_hawkular-inventory
train
1e78513f4d97d535dbacaeb31c40197d9e88b03e
diff --git a/ocrd/ocrd/cli/workspace.py b/ocrd/ocrd/cli/workspace.py index <HASH>..<HASH> 100644 --- a/ocrd/ocrd/cli/workspace.py +++ b/ocrd/ocrd/cli/workspace.py @@ -171,10 +171,10 @@ def workspace_add_file(ctx, file_grp, file_id, mimetype, page_id, check_file_exi # ---------------------------------------------------...
workspace CLI: update help strings (documenting regex support)
OCR-D_core
train
7bee07e8456723d9a078172b8327978d8391e071
diff --git a/CHANGES.md b/CHANGES.md index <HASH>..<HASH> 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ #### 5.3.0 * fix parsing of `readme.txt` for donate link * refactor transient storage resulting in significantly few database calls, more performant. +* move `{get|set}_transient` functions to `abstract...
move get/set_transient methods to API
afragen_github-updater
train
5af7c79da2636595a8cb849b550216f3af74d04a
diff --git a/adapters/syslog/syslog.go b/adapters/syslog/syslog.go index <HASH>..<HASH> 100644 --- a/adapters/syslog/syslog.go +++ b/adapters/syslog/syslog.go @@ -29,11 +29,14 @@ var ( econnResetErrStr string ) +// TCPFraming represents the type of framing to use for syslog messages type TCPFraming string cons...
Add comments to exported syslog types
gliderlabs_logspout
train
24dbd1877956602b4c0a324ae56ed9cb1f5ede86
diff --git a/lib/browser/existing-browser.js b/lib/browser/existing-browser.js index <HASH>..<HASH> 100644 --- a/lib/browser/existing-browser.js +++ b/lib/browser/existing-browser.js @@ -51,7 +51,7 @@ module.exports = class ExistingBrowser extends Browser { _decorateUrlMethod(session) { session.overwriteC...
fix: call "getUrl" if url is not passed in "url" wrapper
gemini-testing_hermione
train
ce05ffd864841ff95e75160e249fff0e5fb97f16
diff --git a/react-backbone.js b/react-backbone.js index <HASH>..<HASH> 100644 --- a/react-backbone.js +++ b/react-backbone.js @@ -24,15 +24,15 @@ */ (function(main) { if (typeof define === 'function' && define.amd) { - define(['react', 'underscore'], main); + define(['react', 'backbone', 'underscore'], ma...
required Backbone to be provided with commonJS
jhudson8_react-backbone
train
ecd716f8e9420d4c5e486c44fda7514d6c0ffbc6
diff --git a/src/Condition/Compiler.php b/src/Condition/Compiler.php index <HASH>..<HASH> 100644 --- a/src/Condition/Compiler.php +++ b/src/Condition/Compiler.php @@ -40,7 +40,7 @@ class Compiler { $parts = explode('.', $column); $field = array_pop($parts); - + if ($parts) { ...
Don't add where clause if there are no conditions
tobscure_permissible
train
bd6eab7f5be47925c3d93c78c60c62009ce5b888
diff --git a/react/src/components/modals/SprkModal.js b/react/src/components/modals/SprkModal.js index <HASH>..<HASH> 100644 --- a/react/src/components/modals/SprkModal.js +++ b/react/src/components/modals/SprkModal.js @@ -68,11 +68,11 @@ class SprkModal extends Component { } isTabPressed(e) { - e.key === 'T...
Add missing returns for boolean checks in functions (isTabPressed, isEscPressed, and isActiveElement) so that it hits the part of code to set the focus on an element inside the modal.
sparkdesignsystem_spark-design-system
train
88c5cc0ec34765707df70ba4c2ddd536a75d3e53
diff --git a/integration/yarn/src/test/java/tachyon/yarn/ApplicationMasterTest.java b/integration/yarn/src/test/java/tachyon/yarn/ApplicationMasterTest.java index <HASH>..<HASH> 100644 --- a/integration/yarn/src/test/java/tachyon/yarn/ApplicationMasterTest.java +++ b/integration/yarn/src/test/java/tachyon/yarn/Applicat...
Test that ApplicationMaster properly handles large container sizes
Alluxio_alluxio
train
0757a705a93245cf71a1e738eb84404b934465e5
diff --git a/xmantissa/test/test_theme.py b/xmantissa/test/test_theme.py index <HASH>..<HASH> 100644 --- a/xmantissa/test/test_theme.py +++ b/xmantissa/test/test_theme.py @@ -52,7 +52,7 @@ class ThemedDocumentFactoryTests(TestCase): callable and a loader for the template for the fragment name the desc...
Merge issue<I>-workaround-<I> Author: pjd Reviewer: exarkun Fixes #<I> This works around a Python bug that breaks trial --coverage.
twisted_mantissa
train
a0609af7a604aca5f7c70c396b1b56d6bc2f0e28
diff --git a/js.go b/js.go index <HASH>..<HASH> 100644 --- a/js.go +++ b/js.go @@ -72,6 +72,19 @@ const ( return Boolean( this.offsetWidth || this.offsetHeight || this.getClientRects().length ); }` + // getClientRectJS is a javascript snippet that returns the information about the + // size of the specified node...
screenshot: get node's position relative to its document Before this change, it's relative to the viewport. So it will get the wrong position if the page scrolls. Fixes #<I>.
chromedp_chromedp
train
7ab5853852e024a9454f54c48c18f84199596f7d
diff --git a/code/AssetGalleryField.php b/code/AssetGalleryField.php index <HASH>..<HASH> 100644 --- a/code/AssetGalleryField.php +++ b/code/AssetGalleryField.php @@ -220,11 +220,17 @@ class AssetGalleryField extends FormField { */ public function update(SS_HTTPRequest $request) { parse_str($request->getBody(),...
More accurate HTTP error responses and performance improvements
silverstripe_silverstripe-asset-admin
train
afd49c7b0ada1d75d8e5702c179021b87d4efde1
diff --git a/bootstrap/run_app_action.go b/bootstrap/run_app_action.go index <HASH>..<HASH> 100644 --- a/bootstrap/run_app_action.go +++ b/bootstrap/run_app_action.go @@ -117,6 +117,9 @@ func (a *RunAppAction) Run(s *State) error { if err != nil { return err } + if len(hosts) == 0 { + return errors.New("bo...
bootstrap: Avoid divide by zero in host selection If there are no hosts running at this point, the host selection will panic with a divide by zero. Instead, if there are no hosts, return an error.
flynn_flynn
train
5273e274de8e8e4beda5ee8185532c2b446f4561
diff --git a/src/main/java/org/jboss/netty/channel/socket/oio/OioDatagramWorker.java b/src/main/java/org/jboss/netty/channel/socket/oio/OioDatagramWorker.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/netty/channel/socket/oio/OioDatagramWorker.java +++ b/src/main/java/org/jboss/netty/channel/socket/oio/...
Made sure interestOps is updated before OIO thread is interrupted
netty_netty
train
96846ef18bd9aeeb09f79b921c1064fc3c850fc3
diff --git a/lib/filestorage/tests/zip_packer_test.php b/lib/filestorage/tests/zip_packer_test.php index <HASH>..<HASH> 100644 --- a/lib/filestorage/tests/zip_packer_test.php +++ b/lib/filestorage/tests/zip_packer_test.php @@ -362,6 +362,7 @@ class zip_packer_testcase extends advanced_testcase { $zip_archive->...
MDL-<I> close all zip archives after use in unit tests
moodle_moodle
train
cdb763ce28967f9a7817a98f5afc6d3a1817baf7
diff --git a/lib/lunar/result_set.rb b/lib/lunar/result_set.rb index <HASH>..<HASH> 100644 --- a/lib/lunar/result_set.rb +++ b/lib/lunar/result_set.rb @@ -89,8 +89,13 @@ module Lunar # @see http://code.google.com/p/redis/wiki/SortCommand def sort(opts = {}) return [] if not distkey - + opt...
added pagination compatibility in the mean time
sinefunc_lunar
train
42bccf2f171b1a03ca85750a9b2cfbde954e9b53
diff --git a/tests/testcases/api_tests.py b/tests/testcases/api_tests.py index <HASH>..<HASH> 100644 --- a/tests/testcases/api_tests.py +++ b/tests/testcases/api_tests.py @@ -5,9 +5,11 @@ import json import sys import esgfpid.assistant.publish import tests.utils +from tests.utils import compare_json_return_errormess...
Added more tests for shopping cart pid creation.
IS-ENES-Data_esgf-pid
train
6687e2b8e84b8ea64afcf971717cc32d927e3a48
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -6,6 +6,8 @@ var _ = require('lodash'); var commentParser = require('./comment-parser'); var util = require('./util'); +var JSDOCTEST_DISABLE = process.env.JSDOCTEST_DISABLE || false; + /** * Runs jsdoct...
Fix assorted minor bugs and add `JSDOCTEST_DISABLE` This fixes: - Running jsdoctest's own tests with mocha - Running jsdoctest over comments without names - A typo in `jsdoctest/mocha.loadDoctests`
yamadapc_jsdoctest
train
860e9472bc6cf2d7b88940f59badd938ca968921
diff --git a/lib/gibbon.rb b/lib/gibbon.rb index <HASH>..<HASH> 100644 --- a/lib/gibbon.rb +++ b/lib/gibbon.rb @@ -76,7 +76,7 @@ class GibbonExport < Gibbon def call(method, params = {}) url = export_api_url + method + "/" params = @default_params.merge(params) - response = self.class.post(url, :body =>...
[#<I>] Parse params in GibbonExport like Gibbon
amro_gibbon
train
0ef79dad76531f744dcd0d15c07a43af5b64c69b
diff --git a/Kwf/Util/Setup.php b/Kwf/Util/Setup.php index <HASH>..<HASH> 100644 --- a/Kwf/Util/Setup.php +++ b/Kwf/Util/Setup.php @@ -344,7 +344,7 @@ class Kwf_Util_Setup $ret .= " $redirectHttpCode"; $ret .= "}\n"; } else { - if ($domains = Kwf_Config::...
it is possible now to override getting https and kwc domains in Kwf_Util_Setup for Example if domains come from db and not from config
koala-framework_koala-framework
train
50a9fc4ad52b94724a9e1e5e437b962c08f272ca
diff --git a/lib/Anonymizer.rb b/lib/Anonymizer.rb index <HASH>..<HASH> 100644 --- a/lib/Anonymizer.rb +++ b/lib/Anonymizer.rb @@ -334,10 +334,14 @@ module DICOM for dir in @folders Find.find(dir) do |path| if FileTest.directory?(path) - if @exceptions.include?(File.basename(pat...
Fixed bug with exception folders in Anonymizer class
dicom_ruby-dicom
train
88d9d32cb337a626eeca0ca6c1a39daec20fe5f1
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,6 +13,8 @@ # All configuration values have a default; values that are commented out # serve to show the default. +import dragonmapper + # If extensions (or modules to document with autodoc) are in anot...
Pulls package version from __init__.py.
tsroten_dragonmapper
train
60ebd75713b722cb614d22184aaf7df8dbf9e951
diff --git a/lib/disneyparis/disneyparisbase.js b/lib/disneyparis/disneyparisbase.js index <HASH>..<HASH> 100644 --- a/lib/disneyparis/disneyparisbase.js +++ b/lib/disneyparis/disneyparisbase.js @@ -115,47 +115,50 @@ class DisneyParisPark extends Park { times.forEach((time) => { const rideData = par...
[!] Fix mystery rides in Disney Paris parks (#<I>) * Don't return invalid "non-rides" with no name
cubehouse_themeparks
train
614d647884f4801222e100d446402bb4e32fc6ed
diff --git a/lib/associations.js b/lib/associations.js index <HASH>..<HASH> 100644 --- a/lib/associations.js +++ b/lib/associations.js @@ -153,11 +153,11 @@ Associations.prototype.fetchPlanJoin = function fetchPlanJoin(collectionName, cr record[join.alias] = utils.rewriteIds(record[join.alias], childTableSchem...
cleanOrientAttributes: fixed issues while processing edge; enabled cleanOrientAttributes while processing associations (still experimental)
appscot_sails-orientdb
train
d95eab4d2b161edd54a930e9a490d278f11b383b
diff --git a/desktop/ui/src/main/java/org/datacleaner/panels/CommunityEditionInformationPanel.java b/desktop/ui/src/main/java/org/datacleaner/panels/CommunityEditionInformationPanel.java index <HASH>..<HASH> 100644 --- a/desktop/ui/src/main/java/org/datacleaner/panels/CommunityEditionInformationPanel.java +++ b/desktop...
changed default panel height to <I>px, changed news border and set up default scrollbar start position
datacleaner_DataCleaner
train
d42fcae13167abd232b1afc049cfccd2c74c7f0c
diff --git a/classes/PodsAdmin.php b/classes/PodsAdmin.php index <HASH>..<HASH> 100644 --- a/classes/PodsAdmin.php +++ b/classes/PodsAdmin.php @@ -1123,14 +1123,24 @@ class PodsAdmin { $has_source = true; if ( 'file' === $object_storage_type ) { - $file_path = $pod->get_arg( '_pods_file_source' ); + ...
Show file/line for code-based sources in Pods Admin
pods-framework_pods
train
c850d2a86b497b1195dd0b7c2545972053187f08
diff --git a/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/paginated/OLocalPaginatedStorage.java b/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/paginated/OLocalPaginatedStorage.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/cor...
PrjHub issue #<I> was fixed
orientechnologies_orientdb
train
f3a18a49e98d97c5d6c40c893ac21bfbd073ea9c
diff --git a/lib/models/interactive/session_item/transparent_ssh.rb b/lib/models/interactive/session_item/transparent_ssh.rb index <HASH>..<HASH> 100644 --- a/lib/models/interactive/session_item/transparent_ssh.rb +++ b/lib/models/interactive/session_item/transparent_ssh.rb @@ -93,9 +93,10 @@ module Bcome::Interactive:...
Small tweak to copy. Added WIP for verbose ssh_connect mode for debugging failed pings
webzakimbo_bcome-kontrol
train
1a4a1cd0895b5fc31d52c0c49656a4e01b09c9b3
diff --git a/lib-dempsycore/src/main/java/com/nokia/dempsy/monitoring/StatsCollectorFactory.java b/lib-dempsycore/src/main/java/com/nokia/dempsy/monitoring/StatsCollectorFactory.java index <HASH>..<HASH> 100644 --- a/lib-dempsycore/src/main/java/com/nokia/dempsy/monitoring/StatsCollectorFactory.java +++ b/lib-dempsycor...
[cosmetic] Added better javadocs to the StatsCollectorFactory.
Dempsy_dempsy
train
736f2f387e9ebfc9ce76174558e967965607dbff
diff --git a/src/Console/ModelsCommand.php b/src/Console/ModelsCommand.php index <HASH>..<HASH> 100644 --- a/src/Console/ModelsCommand.php +++ b/src/Console/ModelsCommand.php @@ -150,8 +150,6 @@ class ModelsCommand extends Command if (in_array($name, $ignore)) { $this->comment("Ignoring mo...
Remove verbose comments Just show when it's actually a Model, not every class (for L5 especially). See #<I>
barryvdh_laravel-ide-helper
train
ad4c50709f656c1ac46371c1069eab3e233e828e
diff --git a/tuf/data/roles.go b/tuf/data/roles.go index <HASH>..<HASH> 100644 --- a/tuf/data/roles.go +++ b/tuf/data/roles.go @@ -116,13 +116,21 @@ func ValidRole(name string) bool { // IsDelegation checks if the role is a delegation or a root role func IsDelegation(role string) bool { targetsBase := fmt.Sprintf("...
add additional length and lowercase checks, change regex to explicitly reject empty string, add hyphen char
theupdateframework_notary
train
f1fadddb2a7b6fd544a7b08fbaca6cbbbebe270e
diff --git a/app/lib/actions/remote_execution/run_host_job.rb b/app/lib/actions/remote_execution/run_host_job.rb index <HASH>..<HASH> 100644 --- a/app/lib/actions/remote_execution/run_host_job.rb +++ b/app/lib/actions/remote_execution/run_host_job.rb @@ -56,7 +56,8 @@ module Actions :sec...
Fixes #<I> - Add facility for injecting alternative names
theforeman_foreman_remote_execution
train
42c7b92546237e4c35226f8d5e977b9956c5bdeb
diff --git a/raiden/utils/upgrades.py b/raiden/utils/upgrades.py index <HASH>..<HASH> 100644 --- a/raiden/utils/upgrades.py +++ b/raiden/utils/upgrades.py @@ -1,11 +1,15 @@ -import importlib import os import shutil from pathlib import Path -from raiden.exceptions import RaidenDBUpgradeBackupError, RaidenDBUpgradeE...
Introduce a hardcoded upgrades list for the upgrade manager
raiden-network_raiden
train