hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
c79bd4f1fdc8bc3e868acdb803843a10a4dcdffe
diff --git a/fields/doi.py b/fields/doi.py index <HASH>..<HASH> 100644 --- a/fields/doi.py +++ b/fields/doi.py @@ -17,9 +17,11 @@ ## along with Invenio; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +"""DOI field.""" + from wtforms import TextField ...
deposit: doi syntax validator improvements * Makes the DOI validator stop validation. * NOTE the name of the validator was changed to DOISyntax validator because of convertion to a class.
inveniosoftware_invenio-deposit
train
e7492c6802bbfec601e689fdda8c3e1576ad5691
diff --git a/Swat/SwatFieldset.php b/Swat/SwatFieldset.php index <HASH>..<HASH> 100644 --- a/Swat/SwatFieldset.php +++ b/Swat/SwatFieldset.php @@ -18,6 +18,7 @@ class SwatFieldset extends SwatContainer { * Fieldset title * * A visible title for this fieldset, or null. + * * @var string */ public $titl...
tidy docblock svn commit r<I>
silverorange_swat
train
46e9209cd88834ccc02704f1700267701dd43ff0
diff --git a/Core/Content/Template/AlTemplateManager.php b/Core/Content/Template/AlTemplateManager.php index <HASH>..<HASH> 100755 --- a/Core/Content/Template/AlTemplateManager.php +++ b/Core/Content/Template/AlTemplateManager.php @@ -90,6 +90,7 @@ class AlTemplateManager extends AlTemplateBase public function set...
slots are resetted each time a new template is setted
redkite-labs_RedKiteCmsBundle
train
f552f39d44010d55534b1cf8c2c918a32d6cd131
diff --git a/imutils/face_utils/helpers.py b/imutils/face_utils/helpers.py index <HASH>..<HASH> 100644 --- a/imutils/face_utils/helpers.py +++ b/imutils/face_utils/helpers.py @@ -5,7 +5,9 @@ import cv2 # define a dictionary that maps the indexes of the facial # landmarks to specific face regions -FACIAL_LANDMARKS_I...
Added support for Dlib’s 5-point facial landmark detector
jrosebr1_imutils
train
7904d3e723b302013f6ecc3ea6452069e14ac811
diff --git a/js/wavesexchange.js b/js/wavesexchange.js index <HASH>..<HASH> 100644 --- a/js/wavesexchange.js +++ b/js/wavesexchange.js @@ -26,9 +26,7 @@ module.exports = class wavesexchange extends Exchange { 'fetchMarkets': true, 'fetchMyTrades': true, 'fetchOHLCV': t...
wavesexchange cleanup emulation
ccxt_ccxt
train
a94c3fdf1e6b2f18244df78f70e0508ffbaeef92
diff --git a/ui/admin/settings-reset.php b/ui/admin/settings-reset.php index <HASH>..<HASH> 100644 --- a/ui/admin/settings-reset.php +++ b/ui/admin/settings-reset.php @@ -33,7 +33,7 @@ <p><?php _e( 'This will delete all of your Pods 1.x data, it\'s only recommended if you\'ve verified your data has been properly m...
Double quotes to parse \n
pods-framework_pods
train
771aea7b80a24c285e984704fea15aeef6d58686
diff --git a/kmip/pie/objects.py b/kmip/pie/objects.py index <HASH>..<HASH> 100644 --- a/kmip/pie/objects.py +++ b/kmip/pie/objects.py @@ -14,7 +14,7 @@ # under the License. from abc import abstractmethod -from sqlalchemy import Column, event, ForeignKey, Integer, VARBINARY +from sqlalchemy import Column, event, Fo...
Added Class Type to Managed Object SQLAlchemy requires a unique identifier for classes when using the join table inheritence strategy. Previous commits were reusing the object_type attribute of ManagedObject, but this strategy does not work for classes that are subclasses of an object. This will be the case for the Ce...
OpenKMIP_PyKMIP
train
dd85bdc9d47dba05e574b3217f1f1cd3e171b400
diff --git a/core/client/app/adapters/user.js b/core/client/app/adapters/user.js index <HASH>..<HASH> 100644 --- a/core/client/app/adapters/user.js +++ b/core/client/app/adapters/user.js @@ -5,6 +5,17 @@ export default ApplicationAdapter.extend({ return this.findQuery(store, type, {id: id, status: 'all'}); ...
Fix "revoke invite" feature on /team page refs #<I> - override the `findRecord` method of the user adapter to always include "status=all" when querying by ID
TryGhost_Ghost
train
2abb47c56bc5d5ce6fcd64de640355e1eeca9938
diff --git a/src/watch.js b/src/watch.js index <HASH>..<HASH> 100644 --- a/src/watch.js +++ b/src/watch.js @@ -1,7 +1,6 @@ const getGetterWatchedByArray = computedAsyncProperty => function getter () { for (const key of computedAsyncProperty.watch) { - if (typeof key !== 'string') throw new Error('AsyncCom...
Move the watch array element type check to happen only once
foxbenjaminfox_vue-async-computed
train
fa6bd16f9d0e7ef05d5fa0c38a5c745463245e6e
diff --git a/liquibase-core/src/main/java/liquibase/changelog/StandardChangeLogHistoryService.java b/liquibase-core/src/main/java/liquibase/changelog/StandardChangeLogHistoryService.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/changelog/StandardChangeLogHistoryService.java +++ b/liquiba...
Statement to updating MD5SUM column value changed from RawSqlStatement to UpdateStatement
liquibase_liquibase
train
5037e65a04e33d9b6cd9cf7be8ca5921c4816de4
diff --git a/grails-plugin-codecs/src/main/groovy/org/codehaus/groovy/grails/plugins/codecs/HTMLCodec.java b/grails-plugin-codecs/src/main/groovy/org/codehaus/groovy/grails/plugins/codecs/HTMLCodec.java index <HASH>..<HASH> 100644 --- a/grails-plugin-codecs/src/main/groovy/org/codehaus/groovy/grails/plugins/codecs/HTML...
Make HTMLCodec switchable between XML compatible escaping and previous HTML4 escaping
grails_grails-core
train
125be70ff45ff139f6823ddbd249ce20f07fc5a2
diff --git a/src/Helper.php b/src/Helper.php index <HASH>..<HASH> 100644 --- a/src/Helper.php +++ b/src/Helper.php @@ -22,7 +22,13 @@ class Helper public static function xml2array($xml) { - return json_decode(json_encode(simplexml_load_string($xml, 'SimpleXMLElement', LIBXML_NOCDATA)), true); + ...
xml2array should return an array.
lokielse_omnipay-wechatpay
train
f78713669150764a74fbaa3c0caa33679c941cee
diff --git a/builder/pattern_engines/engine_mustache.js b/builder/pattern_engines/engine_mustache.js index <HASH>..<HASH> 100644 --- a/builder/pattern_engines/engine_mustache.js +++ b/builder/pattern_engines/engine_mustache.js @@ -75,7 +75,7 @@ // given a pattern, and a partial string, tease out the "pattern key" ...
fixing regex for replace operation in findPartialKey_new
pattern-lab_patternengine-node-underscore
train
ee1fd54921b47e9952f183fdf6f4fd4b897d0c16
diff --git a/query/Inserter.java b/query/Inserter.java index <HASH>..<HASH> 100644 --- a/query/Inserter.java +++ b/query/Inserter.java @@ -119,8 +119,8 @@ public class Inserter { if (matchedContains(var)) { thing = matchedGet(var); - ThingType type = getThingType(conceptMg...
Fixed a bug in Inserter introduced during refactoring
graknlabs_grakn
train
141acdab8e43057f597fddbc6ddb5dd4f6c9220d
diff --git a/src/Controller/Async/FilesystemManager.php b/src/Controller/Async/FilesystemManager.php index <HASH>..<HASH> 100644 --- a/src/Controller/Async/FilesystemManager.php +++ b/src/Controller/Async/FilesystemManager.php @@ -329,7 +329,7 @@ class FilesystemManager extends AsyncBase $this->filesystem(...
Make the exceptions caught when renaming files more specific
bolt_bolt
train
c3195acfc180e52cb84986d3bd4fb15bc129b4a4
diff --git a/pyamg/aggregation/tests/test_aggregation.py b/pyamg/aggregation/tests/test_aggregation.py index <HASH>..<HASH> 100644 --- a/pyamg/aggregation/tests/test_aggregation.py +++ b/pyamg/aggregation/tests/test_aggregation.py @@ -530,7 +530,7 @@ class TestComplexSolverPerformance(TestCase): residuals = ar...
fix convergence test. too strict. no idea why this passed before but not now. it looks like the residuals are just shifted which could be some odd handling of complex values in the case of the previous complex class (npy_cfloat_wrapper)
pyamg_pyamg
train
88df29c24023ee34628599bb24003e4e73cee56b
diff --git a/src/test/java/com/hp/autonomy/hod/client/api/queryprofile/QueryProfileSuiteITCase.java b/src/test/java/com/hp/autonomy/hod/client/api/queryprofile/QueryProfileSuiteITCase.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/hp/autonomy/hod/client/api/queryprofile/QueryProfileSuiteITCase.java +++ b/src/...
Removed @Ignore from query profile integration tests so they can be fixed. [rev: none]
microfocus-idol_java-hod-client
train
6ed413f3e202d00e3d28e187f01c9ed21f4f2b24
diff --git a/src/transform/bin/histogram.js b/src/transform/bin/histogram.js index <HASH>..<HASH> 100644 --- a/src/transform/bin/histogram.js +++ b/src/transform/bin/histogram.js @@ -27,6 +27,9 @@ function nearestBin(value, scale, offset) { function transform(dataView, options) { options = assign({}, DEFAULT_OPTION...
fix(transform): histogram binning with empty data
antvis_data-set
train
b83a7ba7f5a552638e039ad568eea1d7d58fa51c
diff --git a/shared/teams/add-people/index.js b/shared/teams/add-people/index.js index <HASH>..<HASH> 100644 --- a/shared/teams/add-people/index.js +++ b/shared/teams/add-people/index.js @@ -70,7 +70,7 @@ const AddPeople = (props: Props) => ( }} > <Text type="Body">Add these members to {props.n...
block dropdown click event (#<I>)
keybase_client
train
cdc91c8aa80eae6029fb31850e2d0434eb4fcea4
diff --git a/src/Models/Base.php b/src/Models/Base.php index <HASH>..<HASH> 100644 --- a/src/Models/Base.php +++ b/src/Models/Base.php @@ -2,6 +2,7 @@ namespace AmoCRM\Models; +use AmoCRM\Exception; use AmoCRM\Request\Request; /** @@ -142,6 +143,22 @@ class Base extends Request implements \ArrayAccess } ...
Add id check to all apiUpdate methods
dotzero_amocrm-php
train
6a8d46f55e1955950fb65c4c6976147b392384da
diff --git a/test/spec-helper.js b/test/spec-helper.js index <HASH>..<HASH> 100644 --- a/test/spec-helper.js +++ b/test/spec-helper.js @@ -11,7 +11,11 @@ global.helper = function (srcArgs, obj, expectedPath, done) { var srcPattern = srcArgs.pattern || srcArgs; var srcOptions = srcArgs.options || {}; var stream = ...
fix(tests): make sure tests actually do something
hparra_gulp-rename
train
0724f6838612a70dddfdddc4514d81c309f9473d
diff --git a/IPSuite.php b/IPSuite.php index <HASH>..<HASH> 100644 --- a/IPSuite.php +++ b/IPSuite.php @@ -20,7 +20,7 @@ abstract class IPSuite $subnetMask = array_map( function($x) { - return bindec($x); + return bindec($x); }, str_split($s...
Added isIPv4PrefixValid and isIPv6PrefixValid
lamoni_ipsuite
train
cd748c3b075b9d37bf5c9afd047928c2561a737d
diff --git a/auth.py b/auth.py index <HASH>..<HASH> 100644 --- a/auth.py +++ b/auth.py @@ -1,9 +1,8 @@ from urlparse import urlparse from HTMLParser import HTMLParser -from config import * import requests -def authenticate(url): +def authenticate(url, username, password): ''' queries an asset behind CMU's Web...
Modified API to not use arbitrary config
willcrichton_cmu_auth
train
048f40eb63cc155bb6ba8227d17d4c8f383aa950
diff --git a/lib/timber-url-helper.php b/lib/timber-url-helper.php index <HASH>..<HASH> 100644 --- a/lib/timber-url-helper.php +++ b/lib/timber-url-helper.php @@ -193,7 +193,7 @@ class TimberURLHelper { } /** - * + * This will evaluate wheter a URL is at an aboslute location (like http://example.org/whatever) ...
added and cleaned-up docs
timber_timber
train
dee32ac6a8d2953075b7f99bda3f2f17453fb6d6
diff --git a/spyder/app/tests/test_mainwindow.py b/spyder/app/tests/test_mainwindow.py index <HASH>..<HASH> 100644 --- a/spyder/app/tests/test_mainwindow.py +++ b/spyder/app/tests/test_mainwindow.py @@ -5184,11 +5184,11 @@ foo(1) debug_button = main_window.debug_toolbar.widgetForAction(debug_action) check_foc...
Set focus correctly when debugging cells
spyder-ide_spyder
train
70bcc390f9284f8031e0fbf3bd4733c61c28b07b
diff --git a/wcmatch/_wcparse.py b/wcmatch/_wcparse.py index <HASH>..<HASH> 100644 --- a/wcmatch/_wcparse.py +++ b/wcmatch/_wcparse.py @@ -1255,16 +1255,27 @@ class WcParse(object): return pattern -def _fs_match(pattern, filename, sep, follow, symlinks): +def _fs_match(pattern, filename, is_dir, sep, follo...
Reduce number of stat calls in globmatch with better directory detect
facelessuser_wcmatch
train
8fb9c2a11dec6f71d180301562fa27e132537207
diff --git a/state.go b/state.go index <HASH>..<HASH> 100644 --- a/state.go +++ b/state.go @@ -814,6 +814,14 @@ func (s *State) OnInterface(se *Session, i interface{}) (err error) { case *GuildDelete: err = s.GuildRemove(t.Guild) case *GuildMemberAdd: + // Updates the MemberCount of the guild. + guild, err := ...
track membercount on memberAdd and leave (#<I>) * track membercount on memberAdd and leave * requested changes
bwmarrin_discordgo
train
792a7e6c321523b45d00552b9daa37d40f817258
diff --git a/service/client/grpc/grpc_test.go b/service/client/grpc/grpc_test.go index <HASH>..<HASH> 100644 --- a/service/client/grpc/grpc_test.go +++ b/service/client/grpc/grpc_test.go @@ -32,7 +32,9 @@ import ( ) // server is used to implement helloworld.GreeterServer. -type greeterServer struct{} +type greeterS...
fix grpc test case to forward compatible implementations (#<I>)
micro_micro
train
53ef4ebba5c6e6818f2a3a859d24e79791735ad5
diff --git a/lib/hammer_cli/apipie/option_builder.rb b/lib/hammer_cli/apipie/option_builder.rb index <HASH>..<HASH> 100644 --- a/lib/hammer_cli/apipie/option_builder.rb +++ b/lib/hammer_cli/apipie/option_builder.rb @@ -61,6 +61,8 @@ module HammerCLI::Apipie opts[:required] = true if (param.required? and require_...
Fixes #<I> - give usage information for boolean types
theforeman_hammer-cli
train
8e4fec7037ed9e0f10b5567a1578e7c64134e7f7
diff --git a/lib/Pheasant/Events.php b/lib/Pheasant/Events.php index <HASH>..<HASH> 100755 --- a/lib/Pheasant/Events.php +++ b/lib/Pheasant/Events.php @@ -132,4 +132,12 @@ class Events return $this; } + + /** + * @see http://www.php.net/manual/en/language.oop5.magic.php#object.invoke + */ + ...
Event is invokable, so can now be passed into register.
lox_pheasant
train
6c3043e7d1ac4fb2c813b638cf24a0e26dd31bc5
diff --git a/src/web/components/Result.js b/src/web/components/Result.js index <HASH>..<HASH> 100644 --- a/src/web/components/Result.js +++ b/src/web/components/Result.js @@ -13,6 +13,7 @@ import { H1 } from '../primitives/Heading'; import { Lead } from '../primitives/Paragraphs'; import { MainButton } from '../primi...
Add printform for children of result page
DirektoratetForByggkvalitet_losen
train
850d88b3a03f03b9290896e5d8d16916dd5943a6
diff --git a/src/Services/ProjectHierarchy.php b/src/Services/ProjectHierarchy.php index <HASH>..<HASH> 100644 --- a/src/Services/ProjectHierarchy.php +++ b/src/Services/ProjectHierarchy.php @@ -5,7 +5,7 @@ use LasseLehtinen\SchillingSoapWrapper\SchillingSoapWrapper; class ProjectHierarchy extends SchillingSoapWrapper...
Added GetTitleHierarchyByProjectNumber and fixed annotation
lasselehtinen_schilling-soap-wrapper
train
9141063ff33f1b44af5c96f86ad330f49b994ff2
diff --git a/tldap/base.py b/tldap/base.py index <HASH>..<HASH> 100644 --- a/tldap/base.py +++ b/tldap/base.py @@ -190,6 +190,9 @@ class LDAPobject(object): yield i, getattr(self, i) def __init__(self, using=None, settings=None, **kwargs): + if using is None: + using = tldap.DEFAUL...
Ensure alias set when object is created.
Karaage-Cluster_python-tldap
train
41874ef4a839f4060fac0c26b8efd19842224491
diff --git a/cors_filter.go b/cors_filter.go index <HASH>..<HASH> 100644 --- a/cors_filter.go +++ b/cors_filter.go @@ -5,6 +5,7 @@ package restful // that can be found in the LICENSE file. import ( + "regexp" "strconv" "strings" ) @@ -19,11 +20,13 @@ import ( type CrossOriginResourceSharing struct { ExposeH...
cors filter support regex check against allowd origin
emicklei_go-restful
train
f5ac210298c9006e08284d5845fe661fe6f9be44
diff --git a/tornado/curl_httpclient.py b/tornado/curl_httpclient.py index <HASH>..<HASH> 100644 --- a/tornado/curl_httpclient.py +++ b/tornado/curl_httpclient.py @@ -318,10 +318,12 @@ def _curl_setup_request(curl, request, buffer, headers): [native_str("%s: %s" % i) for i in request.headers.items(...
Fixes for soon-to-be-released py3-compatible version of pycurl.
tornadoweb_tornado
train
9db6fe1ff02b86af8588479100c2c6d9ac074604
diff --git a/hal/src/main/java/io/wcm/caravan/commons/hal/HalCuriAugmenter.java b/hal/src/main/java/io/wcm/caravan/commons/hal/HalCuriAugmenter.java index <HASH>..<HASH> 100644 --- a/hal/src/main/java/io/wcm/caravan/commons/hal/HalCuriAugmenter.java +++ b/hal/src/main/java/io/wcm/caravan/commons/hal/HalCuriAugmenter.ja...
ensure osgi annotations on all public classes, and make sure they are only extensible if designed for
wcm-io-caravan_caravan-commons
train
7d99e05f76af043702cfdefd0faebab61c0d9886
diff --git a/src/transformers/file_utils.py b/src/transformers/file_utils.py index <HASH>..<HASH> 100644 --- a/src/transformers/file_utils.py +++ b/src/transformers/file_utils.py @@ -8,13 +8,16 @@ import fnmatch import json import logging import os +import shutil import sys +import tarfile import tempfile from co...
file_cache has options to extract archives
huggingface_pytorch-pretrained-BERT
train
389c9e0383dbef2d8875aafba7edab822826ee09
diff --git a/packages/sidenav/src/components/SideBar/SideBar.styled.js b/packages/sidenav/src/components/SideBar/SideBar.styled.js index <HASH>..<HASH> 100644 --- a/packages/sidenav/src/components/SideBar/SideBar.styled.js +++ b/packages/sidenav/src/components/SideBar/SideBar.styled.js @@ -19,7 +19,6 @@ const fullScree...
fix(SideBar): baackground color on fullscreen mode affects: @crave/farmblocks-sidenav
CraveFood_farmblocks
train
ab10a483995010b1c0a6e9024d31cdd499fe7b5f
diff --git a/tests/utils/postprocess/test_fillna.py b/tests/utils/postprocess/test_fillna.py index <HASH>..<HASH> 100644 --- a/tests/utils/postprocess/test_fillna.py +++ b/tests/utils/postprocess/test_fillna.py @@ -1,5 +1,6 @@ import pandas as pd from numpy import nan, isnan +import pytest from toucan_data_sdk.uti...
Allow to fillna with values from an other column (#<I>) * allow to fillna with values from an other column * correct behavior when both value and column_value parameters are setted * proper exception
ToucanToco_toucan-data-sdk
train
871f2065c427aaf19a454f399229eb8e764c3a36
diff --git a/code/utils/WebDAV.php b/code/utils/WebDAV.php index <HASH>..<HASH> 100644 --- a/code/utils/WebDAV.php +++ b/code/utils/WebDAV.php @@ -13,6 +13,11 @@ class WebDAV { } static function exists($url) { + // WebDAV expects that checking a directory exists has a trailing slash + if (substr($url, -1) != '/...
WebDAV::exists() should add a trailing slash for checking dirs Without it, some WebDAV servers will thrown an error.
silverstripe_silverstripe-fulltextsearch
train
01d8953737441525c0534cd05f49b6811a35253e
diff --git a/chainntnfs/btcdnotify/btcd.go b/chainntnfs/btcdnotify/btcd.go index <HASH>..<HASH> 100644 --- a/chainntnfs/btcdnotify/btcd.go +++ b/chainntnfs/btcdnotify/btcd.go @@ -527,6 +527,14 @@ func (b *BtcdNotifier) historicalConfDetails(txid *chainhash.Hash, // We'll then check the status of the transaction looku...
chainntnfs/btcd: fallback to scan manually only in case of err != nil
lightningnetwork_lnd
train
3169d1898566ba01c94f1c4164a23c6b117b286c
diff --git a/src/photini/__init__.py b/src/photini/__init__.py index <HASH>..<HASH> 100644 --- a/src/photini/__init__.py +++ b/src/photini/__init__.py @@ -1,4 +1,4 @@ from __future__ import unicode_literals __version__ = '2017.04.0' -build = '740 (0d47a00)' +build = '741 (31cc550)' diff --git a/src/photini/data/ope...
Select OSM marker at end of drag instead of start Doing so at the start resets the selection which resets the marker icon. This stops the drag as soon as it is started.
jim-easterbrook_Photini
train
b0a30e114603c832f7dcbd5ee8c67236237afa15
diff --git a/keyboard/keyboard.py b/keyboard/keyboard.py index <HASH>..<HASH> 100644 --- a/keyboard/keyboard.py +++ b/keyboard/keyboard.py @@ -175,8 +175,8 @@ def hook(callback): Installs a global listener on all available keyboards, invoking `callback` each time a key is pressed or released. - The e...
Update docs of high level functions
boppreh_keyboard
train
c7e2667dfeb8efdd53f9b043deccd580b9488203
diff --git a/bin/cmd.js b/bin/cmd.js index <HASH>..<HASH> 100755 --- a/bin/cmd.js +++ b/bin/cmd.js @@ -145,10 +145,15 @@ if (!argv.out) { // If no output file has been specified process.on('SIGTERM', remove) } -function remove (cb) { +function remove () { process.removeListener('SIGINT', remove) process.rem...
Control+C shuts down webtorrent on the first try Fixes #<I>
webtorrent_webtorrent
train
45cc20d4574363e2fdc92cfe77bd98ea0416dc0c
diff --git a/src/test/java/com/spotify/docker/client/DefaultDockerClientTest.java b/src/test/java/com/spotify/docker/client/DefaultDockerClientTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/spotify/docker/client/DefaultDockerClientTest.java +++ b/src/test/java/com/spotify/docker/client/DefaultDockerClien...
Fix testRemoveImage & don't run it on CircleCI
spotify_docker-client
train
fd39eb6d06a82e75eadf5fdd6609589664d1e591
diff --git a/lib/agent.js b/lib/agent.js index <HASH>..<HASH> 100644 --- a/lib/agent.js +++ b/lib/agent.js @@ -47,7 +47,7 @@ class Agent extends Dispatcher { } if (connect && typeof connect !== 'function') { - connect = util.deepClone(connect) + connect = { ...connect } } this[kOptions...
fix: dont' deep clone connect
mcollina_undici
train
a361676fa9fcb3464155bebdd72d45b6725f7600
diff --git a/ceam/engine.py b/ceam/engine.py index <HASH>..<HASH> 100644 --- a/ceam/engine.py +++ b/ceam/engine.py @@ -11,6 +11,7 @@ except ImportError: import pandas as pd import numpy as np +np.seterr(all='raise') from ceam.util import from_yearly_rate, filter_for_rate from ceam.events import EventHandler, Po...
Make the system fail fast in several common error cases
ihmeuw_vivarium
train
556e611b1545bc1060653a8724a0e5b954850b57
diff --git a/core/java/com/google/instrumentation/stats/MeasurementDescriptor.java b/core/java/com/google/instrumentation/stats/MeasurementDescriptor.java index <HASH>..<HASH> 100644 --- a/core/java/com/google/instrumentation/stats/MeasurementDescriptor.java +++ b/core/java/com/google/instrumentation/stats/MeasurementD...
Updates numerators and denominators to be unmodifiable lists in class MeasurementDescriptor.
census-instrumentation_opencensus-java
train
e5801ae400beb7aed2bd9fba4d6ff62e7daf993d
diff --git a/src/ExternalModule.js b/src/ExternalModule.js index <HASH>..<HASH> 100644 --- a/src/ExternalModule.js +++ b/src/ExternalModule.js @@ -8,6 +8,9 @@ export default class ExternalModule { this.name = id; this.module = this; + // Define the external module's name in the bundle scope. + bundle.scope.de...
Implemented 'export *' for internal modules * exporting * from external modules isn't supported yet, and raises a warning.
rollup_rollup
train
1c53cd9af67d6546c8905d2e599e6e9799f22fbd
diff --git a/insteonplm/protocol.py b/insteonplm/protocol.py index <HASH>..<HASH> 100755 --- a/insteonplm/protocol.py +++ b/insteonplm/protocol.py @@ -283,9 +283,9 @@ class PLM(asyncio.Protocol): def _clear_wait(self): self.log.debug('clear_wait invoked') - if 'thandle' in self._wait_for: + ...
Generic handle to compare message with criteria I amended the existing wait_for processing to be a generic handler for testing to see if a messagestring matches a criteria dict. This will allow the same code to be used for wait_for as well as callback evaluation, and ultimately replace all the hard-coded if/elif bran...
nugget_python-insteonplm
train
d935602263791acc71829dbde817b2c0943bd820
diff --git a/src/FluxBB/Web/UrlGenerator.php b/src/FluxBB/Web/UrlGenerator.php index <HASH>..<HASH> 100644 --- a/src/FluxBB/Web/UrlGenerator.php +++ b/src/FluxBB/Web/UrlGenerator.php @@ -20,6 +20,7 @@ class UrlGenerator implements UrlGeneratorInterface public function toRoute($handler, $parameters = []) { ...
Fix generated routes being prepended with two slashes.
fluxbb_core
train
17c841b4a697348ec312ba9a0fabfa8c2b377d81
diff --git a/FlowCytometryTools/core/containers.py b/FlowCytometryTools/core/containers.py index <HASH>..<HASH> 100755 --- a/FlowCytometryTools/core/containers.py +++ b/FlowCytometryTools/core/containers.py @@ -577,30 +577,31 @@ class FCOrderedCollection(OrderedCollection, FCCollection): # Determine data limit...
fix: no bins keyword should be passed to scatter plot
eyurtsev_FlowCytometryTools
train
af77ff2389db451dd62ba21306bd1ffe50833fa4
diff --git a/benchmark/benchmark_support.go b/benchmark/benchmark_support.go index <HASH>..<HASH> 100644 --- a/benchmark/benchmark_support.go +++ b/benchmark/benchmark_support.go @@ -1,7 +1,9 @@ package benchmark import ( + "errors" "github.com/stephenalexbrowne/zoom" + "github.com/stephenalexbrowne/zoom/redis" ...
Fix benchmark. Now it really dosn't run unless database #9 is empty
albrow_zoom
train
f87e24d81c391eb0d0bcfd14d658cf4876fcf1b5
diff --git a/src/main/java/com/vmware/vim25/ws/ApacheHttpClient.java b/src/main/java/com/vmware/vim25/ws/ApacheHttpClient.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/vmware/vim25/ws/ApacheHttpClient.java +++ b/src/main/java/com/vmware/vim25/ws/ApacheHttpClient.java @@ -153,6 +153,10 @@ public class ApacheH...
Added log message when invalid scenario is encountered if ignore certs is true and a trust manager is provided
yavijava_yavijava
train
3ee7e4ad243f96fe59626a6887ca38ea1e20eb46
diff --git a/master/buildbot/process/build.py b/master/buildbot/process/build.py index <HASH>..<HASH> 100644 --- a/master/buildbot/process/build.py +++ b/master/buildbot/process/build.py @@ -34,6 +34,7 @@ from buildbot.process.results import SUCCESS from buildbot.process.results import WARNINGS from buildbot.process....
add getUrl in process.build.Build This can be handy for custom steps to have this here
buildbot_buildbot
train
d7f0ecc4ff94b1de6f4a0ee2f4c80b306fb47ade
diff --git a/mockrxandroidble/src/main/java/com/polidea/rxandroidble2/mockrxandroidble/RxBleClientMock.java b/mockrxandroidble/src/main/java/com/polidea/rxandroidble2/mockrxandroidble/RxBleClientMock.java index <HASH>..<HASH> 100644 --- a/mockrxandroidble/src/main/java/com/polidea/rxandroidble2/mockrxandroidble/RxBleCl...
Added support for BluetoothDevice
Polidea_RxAndroidBle
train
25a36d81560c11aa97927d88cf9f08755e39118f
diff --git a/app/opulence/views/compilers/fortune/Transpiler.php b/app/opulence/views/compilers/fortune/Transpiler.php index <HASH>..<HASH> 100644 --- a/app/opulence/views/compilers/fortune/Transpiler.php +++ b/app/opulence/views/compilers/fortune/Transpiler.php @@ -217,7 +217,7 @@ class Transpiler implements ITranspil...
Fixed bug that incorrectly transpiled view function that takes no params
opulencephp_Opulence
train
ed2e85d3212a82cb54ebce2a6dcc7f68d51fe53e
diff --git a/hurricane/handlers/comet/utils.py b/hurricane/handlers/comet/utils.py index <HASH>..<HASH> 100644 --- a/hurricane/handlers/comet/utils.py +++ b/hurricane/handlers/comet/utils.py @@ -2,6 +2,8 @@ from simplejson import loads from Cookie import BaseCookie, Morsel, CookieError from hurricane.utils import cac...
added alternative version in the comment for alex
ericflo_hurricane
train
c01463c0e368a756856226d1396472597801d5cd
diff --git a/prow/spyglass/lenses/junit/lens.go b/prow/spyglass/lenses/junit/lens.go index <HASH>..<HASH> 100644 --- a/prow/spyglass/lenses/junit/lens.go +++ b/prow/spyglass/lenses/junit/lens.go @@ -84,64 +84,74 @@ type TestResult struct { // Body renders the <body> for JUnit tests func (lens Lens) Body(artifacts [...
Spyglass: read Junit artifacts in parallel
kubernetes_test-infra
train
b846fa9c78c2ab3afe2f00244a165f1db704bbf5
diff --git a/src/Dependency/Container.php b/src/Dependency/Container.php index <HASH>..<HASH> 100644 --- a/src/Dependency/Container.php +++ b/src/Dependency/Container.php @@ -94,7 +94,7 @@ final class Container implements AttachableContainer return $this->retrieveFromFactory($key); } - ...
Resolve pslam issues around reflections
phOnion_framework
train
7da6524980fbe829191ab9b3db5b3ac330559561
diff --git a/lib/lita/message.rb b/lib/lita/message.rb index <HASH>..<HASH> 100644 --- a/lib/lita/message.rb +++ b/lib/lita/message.rb @@ -74,7 +74,9 @@ module Lita # @param strings [String, Array<String>] The strings to send back. # @return [void] def reply_privately(*strings) - @robot.send_message...
Use new Source API for Message.reply_privately.
litaio_lita
train
c22b5c4453f3b9247e90c1bd35208697bde8331e
diff --git a/jquery.textcomplete.js b/jquery.textcomplete.js index <HASH>..<HASH> 100644 --- a/jquery.textcomplete.js +++ b/jquery.textcomplete.js @@ -166,9 +166,9 @@ appendTo = this.option.appendTo; if (appendTo) { // Append ListView to specified element. - $list.appendTo(appendTo...
Set position: relative to the wrapper element
yuku_textcomplete
train
dd746bd23255d97185f199bb185c4952a7604562
diff --git a/lib/dnsimple/client/certificates.rb b/lib/dnsimple/client/certificates.rb index <HASH>..<HASH> 100644 --- a/lib/dnsimple/client/certificates.rb +++ b/lib/dnsimple/client/certificates.rb @@ -2,19 +2,19 @@ module Dnsimple class Client module Certificates - # Lists the certificates in the accou...
Correct documentation link and include domain name in params. Closes GH-<I>.
dnsimple_dnsimple-ruby
train
1540b4ed2dea3f453b1709c0cea86542677683af
diff --git a/lib/plugins/package/lib/zipService.js b/lib/plugins/package/lib/zipService.js index <HASH>..<HASH> 100644 --- a/lib/plugins/package/lib/zipService.js +++ b/lib/plugins/package/lib/zipService.js @@ -35,6 +35,8 @@ module.exports = { } if (excludeDevDependencies) { + this.serverless.cli.log('...
Add CLI output about dev dependency exclusion
serverless_serverless
train
9dcd9b5b2906bf635077acd6d31ddfa9aa329426
diff --git a/test/utils.test.js b/test/utils.test.js index <HASH>..<HASH> 100644 --- a/test/utils.test.js +++ b/test/utils.test.js @@ -2,52 +2,54 @@ const assert = require('assert'); const { escapeInvisibles } = require('./utils.js'); -it('`escapeInvisibles()` works correctly', () => { - const EXPECTED = [ - /*...
Wrap utils.tests.js test in describe() (#<I>) This way, the output will look much more sensible when additional test files are added. With no describe(), there's no grouping.
mdn_browser-compat-data
train
6aac6af0f5a0948ec5973028081cb4779e12d068
diff --git a/src/Entities/ContentType.php b/src/Entities/ContentType.php index <HASH>..<HASH> 100644 --- a/src/Entities/ContentType.php +++ b/src/Entities/ContentType.php @@ -34,7 +34,7 @@ class ContentType /** * Which taxonomies used to classify this content types collection - * @var array + * @va...
Taxonomies get bucketed correctly
tapestry-cloud_tapestry
train
bb9b2b6cd30c3bf64b5611bc26ae5b39af9bc7dc
diff --git a/src/reporters/udp_sender.js b/src/reporters/udp_sender.js index <HASH>..<HASH> 100644 --- a/src/reporters/udp_sender.js +++ b/src/reporters/udp_sender.js @@ -106,7 +106,7 @@ export default class UDPSender { return {err: false, numSpans: 1} } - let bufferLen = this._calcBatchS...
Keep track of byte buffer size for spans instead of recomputing length of batch.
jaegertracing_jaeger-client-node
train
c63effa0c1ea4c4adff61608b81df1056028071f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup(name='dcos-shakedown', zip_safe=False, install_requires=[ 'click', - 'dcoscli==0.4.13', + 'dcoscli==0.4.14', 'paramiko', 'pytest', ...
Bump dcoscli version to `<I>`
dcos_shakedown
train
2254d41839d4cf006bf1653265cea23da5d64d63
diff --git a/asammdf/blocks/v4_blocks.py b/asammdf/blocks/v4_blocks.py index <HASH>..<HASH> 100644 --- a/asammdf/blocks/v4_blocks.py +++ b/asammdf/blocks/v4_blocks.py @@ -1138,6 +1138,7 @@ name: {self.name} display name: {self.display_name} address: {hex(self.address)} comment: {self.comment} +unit: {self.unit} "...
* use XML TX tag for trigger texts * show channel unit in the channel info dialog * mark the channel groups that contain samples with green color in file info tab
danielhrisca_asammdf
train
09af40b609b1cd85e5c4de167bcb723820de471c
diff --git a/lib/events/eventParser.js b/lib/events/eventParser.js index <HASH>..<HASH> 100644 --- a/lib/events/eventParser.js +++ b/lib/events/eventParser.js @@ -119,7 +119,7 @@ EventParser._parseZoneGroupTopologyEvent = async function (body, device) { eventData[firstKey] = element[firstKey] } } - if (...
lint: Remove trailing spaces
bencevans_node-sonos
train
bdbde441c030587c425c28669b84223384af8479
diff --git a/src/Composer/CommandRunner.php b/src/Composer/CommandRunner.php index <HASH>..<HASH> 100644 --- a/src/Composer/CommandRunner.php +++ b/src/Composer/CommandRunner.php @@ -3,6 +3,7 @@ namespace Bolt\Composer; use Silex; use Symfony\Component\HttpFoundation\JsonResponse; +use Bolt\Library as Lib; class...
path() to Lib::path() in Bolt\Composer\CommandRunner
bolt_bolt
train
48235a10eecfdf8690f827e46f03e37298e0d1cc
diff --git a/Model/Behavior/UploadBehavior.php b/Model/Behavior/UploadBehavior.php index <HASH>..<HASH> 100644 --- a/Model/Behavior/UploadBehavior.php +++ b/Model/Behavior/UploadBehavior.php @@ -316,7 +316,8 @@ class UploadBehavior extends ModelBehavior { return @unlink($file); } - public function deleteFolder($...
Update UploadBehavior.php Added error suppression, and refactored deletion code to reflect Jose's recommendations.
FriendsOfCake_cakephp-upload
train
5fc96c089fb1684a4e0badbf4c68df2c76dfc1f6
diff --git a/packages/embarkjs/ens/src/index.js b/packages/embarkjs/ens/src/index.js index <HASH>..<HASH> 100644 --- a/packages/embarkjs/ens/src/index.js +++ b/packages/embarkjs/ens/src/index.js @@ -148,7 +148,7 @@ const voidAddress = '0x0000000000000000000000000000000000000000'; __embarkENS.registryAddresses = { ...
chore(@embarkens): update ENS Registry mainnet address Change address to the updated one because of a flaw found in the old
embark-framework_embark
train
752570fc70bc4f452b458e204bfe86beb1b3f00e
diff --git a/lib/l20n.js b/lib/l20n.js index <HASH>..<HASH> 100644 --- a/lib/l20n.js +++ b/lib/l20n.js @@ -71,13 +71,23 @@ }, }; - L20n.INTEGRITY_ERROR = 2; - L20n.NESTED_ERROR = 4; - L20n.MISSING_ERROR = 8; - L20n.TIMEOUT_ERROR = 16; - L20n.NOMOREPATHS_ERROR = 32; - L20n.NOMORELOCALES_ERROR = 64; - L2...
New exception names; use bitwise operators
l20n_l20n.js
train
a851cdfc7ba089bf111a9abb60b814cbd5c047b2
diff --git a/core/server/api/canary/oembed.js b/core/server/api/canary/oembed.js index <HASH>..<HASH> 100644 --- a/core/server/api/canary/oembed.js +++ b/core/server/api/canary/oembed.js @@ -16,15 +16,22 @@ async function fetchBookmarkData(url, html) { require('metascraper-logo')() ]); - if (!html) {...
Handled bad URLs in oembed bookmark API fixes #<I> - malformed URLs passed to oembed API would cause `got` or `metascraper` to throw an error and this would result in a <I> error from Ghost - this commit catches the errors and returns a reasonable response
TryGhost_Ghost
train
8c1f96a849c659cc7c098ad15baad99e2c48f9e1
diff --git a/Kwf/Component/Theme/Abstract.php b/Kwf/Component/Theme/Abstract.php index <HASH>..<HASH> 100644 --- a/Kwf/Component/Theme/Abstract.php +++ b/Kwf/Component/Theme/Abstract.php @@ -1,9 +1,9 @@ <?php class Kwf_Component_Theme_Abstract extends Kwf_Component_Abstract { - public static function applySetting...
better api: pass theme as second parameter
koala-framework_koala-framework
train
48ba530946c07f32e9a2346c1d267408f75b9e7a
diff --git a/src/effector/__tests__/domain.test.js b/src/effector/__tests__/domain.test.js index <HASH>..<HASH> 100644 --- a/src/effector/__tests__/domain.test.js +++ b/src/effector/__tests__/domain.test.js @@ -8,6 +8,7 @@ import { createEffect, createApi, restore, + attach, } from 'effector' import {argume...
add tests for attach domain & fork support
zerobias_effector
train
211e3aa21e6c112566df8223fc92275ca69b6741
diff --git a/lib/podio/models/comment.rb b/lib/podio/models/comment.rb index <HASH>..<HASH> 100644 --- a/lib/podio/models/comment.rb +++ b/lib/podio/models/comment.rb @@ -19,12 +19,17 @@ class Podio::Comment < ActivePodio::Base has_many :files, :class => 'FileAttachment' has_many :questions, :class => 'Question' ...
Comment.create no longer returns just comment_id, but all comment attributes in a hash. Comment#create now applies all returned data to the instance
podio_podio-rb
train
33e881373c4bfec9305b3f5c08d12f53c97ff350
diff --git a/lib/puppet/type/mount.rb b/lib/puppet/type/mount.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/type/mount.rb +++ b/lib/puppet/type/mount.rb @@ -8,7 +8,11 @@ module Puppet on the value of the 'ensure' parameter. Note that if a `mount` receives an event from another resource, - it will...
Maint: Note that mount points autorequire any parent mounts
puppetlabs_puppet
train
9410b2886c20b4581c49117ed4be86f0a1fd37dc
diff --git a/tests/testplotinstantiation.py b/tests/testplotinstantiation.py index <HASH>..<HASH> 100644 --- a/tests/testplotinstantiation.py +++ b/tests/testplotinstantiation.py @@ -6,7 +6,8 @@ from unittest import SkipTest from io import BytesIO import numpy as np -from holoviews import (Dimension, Overlay, Dynam...
Added unit tests for plotly backend
pyviz_holoviews
train
73d54a723d7ac01cd6265acd29fdb3e657df9d09
diff --git a/js/chartbuilder.js b/js/chartbuilder.js index <HASH>..<HASH> 100644 --- a/js/chartbuilder.js +++ b/js/chartbuilder.js @@ -559,6 +559,10 @@ ChartBuilder = { } // Overwrite Gneiss yaxis formating +/* + Presently removing this will push your y-axis + labels off the edge of the chart +*/ Gneiss.customYA...
added note about yaxis format
Quartz_Chartbuilder
train
bc19aa606e09518422747446ada63e3dd51641ae
diff --git a/lib/couch_rest_adapter/db_config.rb b/lib/couch_rest_adapter/db_config.rb index <HASH>..<HASH> 100644 --- a/lib/couch_rest_adapter/db_config.rb +++ b/lib/couch_rest_adapter/db_config.rb @@ -8,7 +8,7 @@ module CouchRestAdapter attr_accessor :config_file def parse_config - YAML::load F...
Add ability to use erb syntax in config file
amco_couch_rest_adapter
train
b683d5409400945880148dc9daca4a6026dd3b18
diff --git a/lib/wt2html/tt/QuoteTransformer.js b/lib/wt2html/tt/QuoteTransformer.js index <HASH>..<HASH> 100644 --- a/lib/wt2html/tt/QuoteTransformer.js +++ b/lib/wt2html/tt/QuoteTransformer.js @@ -13,11 +13,20 @@ const { KV, TagTk, EndTagTk, SelfclosingTagTk } = require('../../tokens/TokenTyp * @extends module:wt2h...
Backport some improved comments and function names from PHP port. Change-Id: Id3e<I>ebf2ae5eae<I>e<I>fe<I>c4c<I>f<I>adbe<I>b
wikimedia_parsoid
train
d83926a9f3fb7ddf3a57fc149e0acc334e3ef8de
diff --git a/src/main/java/org/parboiled/support/MatcherPosition.java b/src/main/java/org/parboiled/support/MatcherPosition.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/parboiled/support/MatcherPosition.java +++ b/src/main/java/org/parboiled/support/MatcherPosition.java @@ -16,22 +16,23 @@ package org.parb...
MatcherPosition: replace Integer with int in the index
fge_grappa
train
0560959fa42fa960f163760653bd2f107c0de1b8
diff --git a/lib/formatter.js b/lib/formatter.js index <HASH>..<HASH> 100644 --- a/lib/formatter.js +++ b/lib/formatter.js @@ -171,8 +171,8 @@ class Formatter { // Puts the appropriate wrapper around a value depending on the database // engine, unless it's a knex.raw value, in which case it's left alone. - wra...
feat: wrap subQuery with parenthesis when it appears as table name (#<I>)
tgriesser_knex
train
e46775f2f4c8875511d25e33c4dac79ca44b5b57
diff --git a/clustered/client/src/test/java/org/ehcache/clustered/client/ClusteredCacheDestroyTest.java b/clustered/client/src/test/java/org/ehcache/clustered/client/ClusteredCacheDestroyTest.java index <HASH>..<HASH> 100644 --- a/clustered/client/src/test/java/org/ehcache/clustered/client/ClusteredCacheDestroyTest.jav...
Extract clustered-cache in a constant
ehcache_ehcache3
train
5b37f9ad0608c603dc62773fe222e6e44e82f2ec
diff --git a/lib/graphics.js b/lib/graphics.js index <HASH>..<HASH> 100644 --- a/lib/graphics.js +++ b/lib/graphics.js @@ -9,13 +9,13 @@ module.exports = function (graphicsDir, manifest) { // If the graphics folder exists but the nodecg.graphics property doesn't, throw an error. if (fs.existsSync(graphicsDi...
Include the name of the bundle in error messages
nodecg_nodecg-bundle-parser
train
8944ba950852a390854329165d0c9ba9aa67c81a
diff --git a/aptly/publisher/__init__.py b/aptly/publisher/__init__.py index <HASH>..<HASH> 100644 --- a/aptly/publisher/__init__.py +++ b/aptly/publisher/__init__.py @@ -156,7 +156,7 @@ class Publish(object): dist_split = distribution.split('/') self.distribution = dist_split[-1] if dist_spl...
Add ability to specify complex prefix If user wants to publish to different folder rather than public. For example we publishing to repo_name/ubuntu-xenial/stable. ubuntu-xenial supposed to be part of prefix. So we need concatenate everything before last slash. Change-Id: I<I>c<I>c0d5f<I>cc9a0cd<I>cecc<I>fb7
tcpcloud_python-aptly
train
49353ddae8865d7877fa01cbc23afa69c6ad52fd
diff --git a/doctor/types.py b/doctor/types.py index <HASH>..<HASH> 100644 --- a/doctor/types.py +++ b/doctor/types.py @@ -566,8 +566,12 @@ def get_value_from_schema(schema, definition: dict, key: str, value = {} for prop, definition in resolved_definition['properties'].items(): ...
Also recursively resolve refs.
upsight_doctor
train
f317d21f04d7df7033c475d6b3c655b04e9203da
diff --git a/src/test/java/org/springframework/shell/BootstrapTest.java b/src/test/java/org/springframework/shell/BootstrapTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/springframework/shell/BootstrapTest.java +++ b/src/test/java/org/springframework/shell/BootstrapTest.java @@ -1,7 +1,5 @@ package org....
Fix Bootstrap test by not staring the shell and hence other threads that block the completion of tests run via gradle
spring-projects_spring-shell
train
8dfadedb8cec8661123f33345893f586d5cc16d4
diff --git a/kite-morphlines/kite-morphlines-core/src/main/java/org/kitesdk/morphline/stdlib/PatternNameMatcher.java b/kite-morphlines/kite-morphlines-core/src/main/java/org/kitesdk/morphline/stdlib/PatternNameMatcher.java index <HASH>..<HASH> 100644 --- a/kite-morphlines/kite-morphlines-core/src/main/java/org/kitesdk/...
yet more optimization of performance of removeFields and removeValues morphline commands
kite-sdk_kite
train
5fcb35e6b3a6b9cbad1165a3d43c4a4b16e349f9
diff --git a/spyderlib/widgets/mixins.py b/spyderlib/widgets/mixins.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/mixins.py +++ b/spyderlib/widgets/mixins.py @@ -495,6 +495,9 @@ class BaseEditMixin(object): return True return False + def is_editor(self): + return False...
add editor check to only run in python files
spyder-ide_spyder
train
48f2d35cac494276e64a9be704680acc4544dc27
diff --git a/credentials/credentials_application.go b/credentials/credentials_application.go index <HASH>..<HASH> 100644 --- a/credentials/credentials_application.go +++ b/credentials/credentials_application.go @@ -92,10 +92,9 @@ func (ac *ApplicationCredentials) AppNameAndVersion() string { } func (app *Applicatio...
enhance: credentials: update `ApplicationCredentials.IsGrantType()
grokify_oauth2more
train
c5495fa30fbdf68aa320b7d9b2a6a1fa724a0cf5
diff --git a/web/concrete/core/controllers/single_pages/dashboard/system/conversations/community_points.php b/web/concrete/core/controllers/single_pages/dashboard/system/conversations/community_points.php index <HASH>..<HASH> 100644 --- a/web/concrete/core/controllers/single_pages/dashboard/system/conversations/communi...
cleaning up controller and working on error handling Former-commit-id: 6fecb<I>fdb<I>b<I>df<I>be6d2b<I>f<I>
concrete5_concrete5
train
27de28703a3ef893841a8764eb84a8a54f79d9de
diff --git a/lib/databases/elasticsearch6.js b/lib/databases/elasticsearch6.js index <HASH>..<HASH> 100644 --- a/lib/databases/elasticsearch6.js +++ b/lib/databases/elasticsearch6.js @@ -220,6 +220,7 @@ _.extend(Elasticsearch.prototype, { bulkOperation.push( { index: { _index: self.indexAndT...
Should fix, potential concurrency error on multiple updates. (#<I>) * fix bulk action on commit * fix bulkCommit versioning
adrai_node-viewmodel
train
e607485c6b0dad0fd58d056881b2995c8e041303
diff --git a/tunnel/default.go b/tunnel/default.go index <HASH>..<HASH> 100644 --- a/tunnel/default.go +++ b/tunnel/default.go @@ -96,6 +96,7 @@ func (t *tun) newSocket(id, session string) (*socket, bool) { t.Unlock() return nil, false } + t.sockets[id+session] = s t.Unlock() @@ -158,21 +159,26 @@ func (t...
Check for token in every received message.
micro_go-micro
train
9af23b037c5870178a6d84639e73fd0aa0b3da0a
diff --git a/Controller/ImagineController.php b/Controller/ImagineController.php index <HASH>..<HASH> 100644 --- a/Controller/ImagineController.php +++ b/Controller/ImagineController.php @@ -21,11 +21,6 @@ class ImagineController private $filterManager; /** - * @var string - */ - private $webRoot...
removed webroot from path passed to data loader
liip_LiipImagineBundle
train
343d07173fecb1df83f14ac6a0d84da409aa97c8
diff --git a/bin/import_swc.py b/bin/import_swc.py index <HASH>..<HASH> 100755 --- a/bin/import_swc.py +++ b/bin/import_swc.py @@ -214,7 +214,7 @@ def collect_samples(base_dir, language): elif duration > CLI_ARGS.max_duration > 0 and CLI_ARGS.ignore_too_long: skip = True p...
Fix: ms per char minimum for SWC and TUDA importers
mozilla_DeepSpeech
train
b28c0d60c5a151fc72fe9ba09565b4f7b6119052
diff --git a/master/buildbot/test/unit/test_process_builder.py b/master/buildbot/test/unit/test_process_builder.py index <HASH>..<HASH> 100644 --- a/master/buildbot/test/unit/test_process_builder.py +++ b/master/buildbot/test/unit/test_process_builder.py @@ -427,6 +427,38 @@ class TestBuilderBuildCreation(unittest.Test...
new test This is *not* the bug in #<I>, but it was worth a try.
buildbot_buildbot
train
760ee903efa5ecd0ea6058954b41b09ef5e7b71b
diff --git a/src/Serializer/JsonApiSerializer.php b/src/Serializer/JsonApiSerializer.php index <HASH>..<HASH> 100644 --- a/src/Serializer/JsonApiSerializer.php +++ b/src/Serializer/JsonApiSerializer.php @@ -50,10 +50,23 @@ class JsonApiSerializer extends ArraySerializer public function includedData($resourceKey, a...
Including the resource once if an 'id' is present. From the Specification: > Each resource object SHOULD contain a unique identifier, or ID, when available.
thephpleague_fractal
train