hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
5bf6a6775533cca4e5961358bb5d60137898f882
diff --git a/src/main/java/apoc/index/FreeTextQueryParser.java b/src/main/java/apoc/index/FreeTextQueryParser.java index <HASH>..<HASH> 100644 --- a/src/main/java/apoc/index/FreeTextQueryParser.java +++ b/src/main/java/apoc/index/FreeTextQueryParser.java @@ -9,19 +9,40 @@ import static apoc.index.FreeTextSearch.KEY; i...
adding support for leading wildcards in query strings (#<I>) depending if query string begins with ? or * either the classic parser is used or another instance configured with "setAllowLeadingWildcard(true)"
neo4j-contrib_neo4j-apoc-procedures
train
f23de6d44bfadf66f33b72d58276a7db286f9878
diff --git a/bokeh/util/callback_manager.py b/bokeh/util/callback_manager.py index <HASH>..<HASH> 100644 --- a/bokeh/util/callback_manager.py +++ b/bokeh/util/callback_manager.py @@ -55,6 +55,8 @@ class CallbackManager(object): None ''' + if len(callbacks) == 0: + raise ValueEr...
Raise error if you don't pass a callback to PlotObject.on_change This failed in a confusing way previously if you left out the attr parameter so your attr was a function and you had no callback.
bokeh_bokeh
train
2a13e40f899f5ffd5649a6a61fb409d242d52339
diff --git a/stripe/res/values/styles.xml b/stripe/res/values/styles.xml index <HASH>..<HASH> 100644 --- a/stripe/res/values/styles.xml +++ b/stripe/res/values/styles.xml @@ -8,14 +8,8 @@ <item name="android:textColorSecondary">@android:color/secondary_text_light</item> </style> - <style name="ToolBa...
adding more styling and theming options (#<I>)
stripe_stripe-android
train
1c9717677bb35e209e1c05782ba80eed862b1c0d
diff --git a/src/main/java/org/zeroturnaround/zip/ZipUtil.java b/src/main/java/org/zeroturnaround/zip/ZipUtil.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/zeroturnaround/zip/ZipUtil.java +++ b/src/main/java/org/zeroturnaround/zip/ZipUtil.java @@ -1357,7 +1357,7 @@ public final class ZipUtil { * @param o...
ZipUtil methods to not declare to throw an IOException -- removed it (related to issue #<I>).
zeroturnaround_zt-zip
train
4cc0687cf8766e41deb1294cb5c04cba6af11ad5
diff --git a/example_project/settings.py b/example_project/settings.py index <HASH>..<HASH> 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -23,7 +23,7 @@ DATABASES = { # although not all choices may be available on all operating systems. # If running in a Windows environment this must b...
Changed TIME_ZONE to 'America/New_York'. 'America/Eastern' raises a ValueError.
justquick_django-activity-stream
train
87571ab99b1c3c22062306ec6a9bd9d7b9f9cdaf
diff --git a/src/BTChip.js b/src/BTChip.js index <HASH>..<HASH> 100644 --- a/src/BTChip.js +++ b/src/BTChip.js @@ -519,7 +519,7 @@ BTChip.prototype.startP2SHUntrustedHashTransactionInput_async = function(newTran var outpoint = currentObject.reverseBytestring(inputs[i][1]); console.log("txhash " +...
Fix off by one in ByteString.js and invalid input when signing
LedgerHQ_ledgerjs
train
4bc1ee2b58ac615919b47b9fd72fece07c466c08
diff --git a/examples/example_microcircuit.py b/examples/example_microcircuit.py index <HASH>..<HASH> 100644 --- a/examples/example_microcircuit.py +++ b/examples/example_microcircuit.py @@ -34,6 +34,9 @@ compute facility is strongly encouraged. ''' import os +if 'DISPLAY' not in os.environ: + import matplotlib ...
use Agg as matplotlib backend if there is no DISPLAY env var
INM-6_hybridLFPy
train
bf524fcef30ca11258ef677be869c288fc3c2d7c
diff --git a/pcef/qt/__init__.py b/pcef/qt/__init__.py index <HASH>..<HASH> 100644 --- a/pcef/qt/__init__.py +++ b/pcef/qt/__init__.py @@ -136,7 +136,7 @@ def try_pyqt(): # Fatal error, no qt bindings found __logger.critical("PySide not found, exiting with return code -1") print("PyQt4 and Py...
Fix qt api env var set to None with python <I> (#<I>)
pyQode_pyqode.core
train
b1e97d2fe437e82e27365a9306374f1b08c287e0
diff --git a/persephone/model.py b/persephone/model.py index <HASH>..<HASH> 100644 --- a/persephone/model.py +++ b/persephone/model.py @@ -71,18 +71,6 @@ class Model: self.corpus_reader = corpus_reader self.log_softmax = None - @classmethod - def from_ckpt(cls, model_prefix_path):# Union[str, ...
Removed model.from_ckpt.
persephone-tools_persephone
train
764257192acb0d8dac454ba7eeb868682eaf72e3
diff --git a/Http/SymfonyFrontendRequestHandler.php b/Http/SymfonyFrontendRequestHandler.php index <HASH>..<HASH> 100644 --- a/Http/SymfonyFrontendRequestHandler.php +++ b/Http/SymfonyFrontendRequestHandler.php @@ -199,10 +199,10 @@ class SymfonyFrontendRequestHandler implements RequestHandlerInterface $resp...
Don't add TYPO3 stuff from TSFE to a Symfony response..
Bartacus_BartacusBundle
train
cdd065cb07155e6f54166ad727d87c577ab78268
diff --git a/client/executor/exec_linux.go b/client/executor/exec_linux.go index <HASH>..<HASH> 100644 --- a/client/executor/exec_linux.go +++ b/client/executor/exec_linux.go @@ -14,8 +14,7 @@ func NewExecutor() Executor { return &LinuxExecutor{} } -// Linux executor is designed to run on linux kernel 2.8+. It wil...
Support running Linux exec as a non-root user
hashicorp_nomad
train
3a1e3d8cb69ff882ef4446a19e81c6656f1624ee
diff --git a/tests/functional/sheet.js b/tests/functional/sheet.js index <HASH>..<HASH> 100644 --- a/tests/functional/sheet.js +++ b/tests/functional/sheet.js @@ -205,7 +205,7 @@ describe('Functional: sheet', () => { }) describe('.deleteRule', () => { - it.only('should delete a rule from the sheet and DOM', ...
remove .only from a test
cssinjs_jss
train
3336cdaa629df6b8f0ddd8d1439f861f4f7ef97e
diff --git a/lib/Intersection.js b/lib/Intersection.js index <HASH>..<HASH> 100644 --- a/lib/Intersection.js +++ b/lib/Intersection.js @@ -86,22 +86,22 @@ Intersection.intersect = function(shape1, shape2) { } else { var method; - var params; + var args; ...
Change “params” to “args”
thelonious_kld-intersections
train
236625b636ea79e715d0b981fa9014d05d4383a9
diff --git a/src/androidTest/java/com/couchbase/lite/LiteTestCase.java b/src/androidTest/java/com/couchbase/lite/LiteTestCase.java index <HASH>..<HASH> 100644 --- a/src/androidTest/java/com/couchbase/lite/LiteTestCase.java +++ b/src/androidTest/java/com/couchbase/lite/LiteTestCase.java @@ -35,6 +35,7 @@ import java.net...
Fixed #<I> - It seems order of documents are not guaranteed. So adjust unit test case.
couchbase_couchbase-lite-android
train
928518a31701cf4b03217b22ee2606ccaf3d648d
diff --git a/main.js b/main.js index <HASH>..<HASH> 100755 --- a/main.js +++ b/main.js @@ -151,9 +151,7 @@ exports.create = function (name, category, config) { .fg.reset() .hex(crafityColours.red).write(err ? "\nERROR: " : "") - .fg.reset() - .hex(crafityColours.orange) - .write(err ? (err.toString() + ...
Improved error formatting and colouring in the http report
Crafity_crafity-logging
train
a70605a9e6801f15f9346163b90eb3131c476a06
diff --git a/cmd/notary-signer/main.go b/cmd/notary-signer/main.go index <HASH>..<HASH> 100644 --- a/cmd/notary-signer/main.go +++ b/cmd/notary-signer/main.go @@ -150,7 +150,7 @@ func main() { } health.RegisterPeriodicFunc( - "DB connectable and valid", keyStore.HealthCheck, time.Second*60) + "DB operational", ...
Shorten health check name and remove redundant logging
theupdateframework_notary
train
a68dff781fb9f3e78c7bd6e1cda9fcfd375f7f16
diff --git a/lib/scrolls/atomic.rb b/lib/scrolls/atomic.rb index <HASH>..<HASH> 100644 --- a/lib/scrolls/atomic.rb +++ b/lib/scrolls/atomic.rb @@ -1,58 +1,59 @@ -# The result of issues with an update I made to Scrolls. After talking with -# Fabio Kung about a fix I started work on an atomic object, but he added some -#...
Move Atomic into the Scrolls module This allows Scrolls to be used in a project that already uses the Atomic gem.
asenchi_scrolls
train
86e7de7968b91bd4256bb07ffbe689b385180910
diff --git a/actioncable/lib/action_cable/test_helper.rb b/actioncable/lib/action_cable/test_helper.rb index <HASH>..<HASH> 100644 --- a/actioncable/lib/action_cable/test_helper.rb +++ b/actioncable/lib/action_cable/test_helper.rb @@ -47,11 +47,12 @@ module ActionCable original_count = broadcasts_size(stream) ...
DRY in `assert_broadcasts` Test `assert_no_broadcasts` failure
rails_rails
train
b430c325802b35a4d388682334e62d9d0b2001c7
diff --git a/lib/core/src/client/preview/start.js b/lib/core/src/client/preview/start.js index <HASH>..<HASH> 100644 --- a/lib/core/src/client/preview/start.js +++ b/lib/core/src/client/preview/start.js @@ -200,12 +200,14 @@ export default function start(render, { decorateStory } = {}) { case 'docs': if...
UI: Fix unmount components on Canvas/Docs tab switch (#<I>) UI: Fix unmount components on Canvas/Docs tab switch
storybooks_storybook
train
d834f23076877fd261c64de8466fe44801d5514a
diff --git a/fabric_bolt/hosts/migrations/0001_initial.py b/fabric_bolt/hosts/migrations/0001_initial.py index <HASH>..<HASH> 100644 --- a/fabric_bolt/hosts/migrations/0001_initial.py +++ b/fabric_bolt/hosts/migrations/0001_initial.py @@ -15,8 +15,8 @@ class Migration(migrations.Migration): name='Host', ...
Keeping old validator SchemelessURLValidator on models.py and changed hosts/migrations/<I>_initial.py to new validator
fabric-bolt_fabric-bolt
train
bfa2e8bb87fc02462e6a183104b751166f3dba94
diff --git a/source/CAS.php b/source/CAS.php index <HASH>..<HASH> 100755 --- a/source/CAS.php +++ b/source/CAS.php @@ -1757,29 +1757,6 @@ class phpCAS { $PHPCAS_CLIENT->addRebroadcastHeader($header); phpCAS :: traceEnd(); } - - private static $throwExceptionsInsteadOfExiting = false; - /** - * Force php...
PHPCAS-<I> Moved all exiting code into the GracefullTerminationException to keep the API clean. This way users don't see extra methods in the phpCAS static API git-svn-id: <URL>
apereo_phpCAS
train
9e3ba5aa4fe2206f303e481ae75dd0a7bd1bdbd5
diff --git a/prestans/parser.py b/prestans/parser.py index <HASH>..<HASH> 100644 --- a/prestans/parser.py +++ b/prestans/parser.py @@ -153,18 +153,27 @@ class AttributeFilter(object): """ @classmethod - def from_model(self, model_instance, default_value=False): + def from_model(self, model_instance, d...
Initial implementation of Issue<I>; fixed typo in types package
anomaly_prestans
train
db069a4555e3688cfa70e5bbada86ad3c2e55c8f
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index <HASH>..<HASH> 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -40,6 +40,8 @@ Changes in version 0.7.0 programs should now use higher probabilities accordingly). How many bits get flipped is now controlled via a secondary parameter. +* Upgraded to Google Colle...
Documented SteadyStateEvolution better. Minor stylistic change to TournamentSelection.
dwdyer_watchmaker
train
d7d362090f0f7b44af9aefce753fdec41ad3ae5a
diff --git a/api/src/main/java/io/wcm/config/api/management/ParameterResolver.java b/api/src/main/java/io/wcm/config/api/management/ParameterResolver.java index <HASH>..<HASH> 100644 --- a/api/src/main/java/io/wcm/config/api/management/ParameterResolver.java +++ b/api/src/main/java/io/wcm/config/api/management/Paramete...
added getAllParameters to the api and made the method public in the implementation
wcm-io_wcm-io-config
train
3f8bb142700c19862637fb35bad3968f74b55a38
diff --git a/src/main/java/com/hubspot/jinjava/lib/tag/SetTag.java b/src/main/java/com/hubspot/jinjava/lib/tag/SetTag.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/hubspot/jinjava/lib/tag/SetTag.java +++ b/src/main/java/com/hubspot/jinjava/lib/tag/SetTag.java @@ -20,7 +20,6 @@ import org.apache.commons.lang3...
throw template syntax exception for set tag issues
HubSpot_jinjava
train
6fbe1601593cc53873b1018cc6c9633efe8bf817
diff --git a/externs/olx.js b/externs/olx.js index <HASH>..<HASH> 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -2949,7 +2949,7 @@ olx.interaction.PointerOptions.prototype.handleUpEvent; /** * @typedef {{addCondition: (ol.events.ConditionType|undefined), * condition: (ol.events.ConditionType|undefined), ...
Fix type for layers option on ol.interaction.Select
openlayers_openlayers
train
605c949088f91e89af98e0e72e3809c647e4b71e
diff --git a/plugin/src/main/java/io/cucumber/plugin/event/EventPublisher.java b/plugin/src/main/java/io/cucumber/plugin/event/EventPublisher.java index <HASH>..<HASH> 100644 --- a/plugin/src/main/java/io/cucumber/plugin/event/EventPublisher.java +++ b/plugin/src/main/java/io/cucumber/plugin/event/EventPublisher.java @...
Update EventPublisher javadoc (#<I>) Update EventPublisher javadoc to reflect changes in Scenario API.
cucumber_cucumber-jvm
train
bebe86262ab5dc00fdbcc694db1475e3dbf4513a
diff --git a/src/Composer/Command/CreateProjectCommand.php b/src/Composer/Command/CreateProjectCommand.php index <HASH>..<HASH> 100644 --- a/src/Composer/Command/CreateProjectCommand.php +++ b/src/Composer/Command/CreateProjectCommand.php @@ -32,10 +32,10 @@ use Symfony\Component\Console\Input\InputOption; use Symfony...
Refactor self.version update to work on all link types, refs #<I>
mothership-ec_composer
train
d6627aa9404b9ea9890df52a3236157094763962
diff --git a/pkg/schedule/simple_schedule.go b/pkg/schedule/simple_schedule.go index <HASH>..<HASH> 100644 --- a/pkg/schedule/simple_schedule.go +++ b/pkg/schedule/simple_schedule.go @@ -33,7 +33,7 @@ func (s *SimpleSchedule) Validate() error { // is not in the future we will always in practice return true. func (s *...
Shorter line for Last() in simple schedule
intelsdi-x_snap
train
1f39e5d8642d036a464c202aa377a0c60acaccd6
diff --git a/lib/AssetGraph.js b/lib/AssetGraph.js index <HASH>..<HASH> 100644 --- a/lib/AssetGraph.js +++ b/lib/AssetGraph.js @@ -518,7 +518,7 @@ _.extend(AssetGraph.prototype, { var that = this; return assetConfig.rawSrcProxy(function (err, rawSrc, metadata) { if (err) { - ...
AssetGraph.ensureAssetConfigHasType: Treat the it as a warning instead of an error if the rawSrcProxy returns an error (eg. if the file isn't found). See assetgraph-builder#<I>.
assetgraph_assetgraph
train
2e14a2c3af89eaf47bed35fa5cf413dbebb518ff
diff --git a/tutum/stack.go b/tutum/stack.go index <HASH>..<HASH> 100644 --- a/tutum/stack.go +++ b/tutum/stack.go @@ -3,10 +3,10 @@ package tutum import "encoding/json" type StackListResponse struct { - Objects []Stack `json: "objects"` + Objects []StackShort `json: "objects"` } -type Stack struct { +type Stack...
add struct StackShort for ListStack method + Add GetStack method
tutumcloud_go-tutum
train
8650033bdb971b1187b8fd9c4f9a9312f4d7ab3f
diff --git a/topydo.conf b/topydo.conf index <HASH>..<HASH> 100644 --- a/topydo.conf +++ b/topydo.conf @@ -15,6 +15,7 @@ auto_creation_date = 1 hide_tags = id,p,ical indent = 0 list_limit = -1 +list_format = |%i| (%p) %s [tags] tag_...
Introduce list format option. The `ls` output can be customized with the list_format option in the configuration, or the `-F` flag for `ls`. Open issues: * Relative dates to be implemented (see PR #<I>) * Using (%p) without todo items without priority results in () * Ability to print todo on a single line (see PR #<...
bram85_topydo
train
f0a014612d8c8f73ea06a180e1c65ddbac3bdd66
diff --git a/src/test/java/com/suse/saltstack/netapi/examples/Calls.java b/src/test/java/com/suse/saltstack/netapi/examples/Calls.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/suse/saltstack/netapi/examples/Calls.java +++ b/src/test/java/com/suse/saltstack/netapi/examples/Calls.java @@ -30,16 +30,16 @@ publi...
Fix example to compile after the refactoring
SUSE_salt-netapi-client
train
caafdbdb76d29752478d2f0d9fbfe7a54d088c9b
diff --git a/command.go b/command.go index <HASH>..<HASH> 100644 --- a/command.go +++ b/command.go @@ -1509,13 +1509,6 @@ func setInDoubt(err error, isRead bool, commandSentCounter int) error { return err } -// SetCommandBufferPool can be used to customize the command Buffer Pool parameters to calibrate -// the po...
Remove long deprecated method for pool management
aerospike_aerospike-client-go
train
dd808922e53cf48e8ed377ab44bd6d424530b6c7
diff --git a/strategies/NetworkError.js b/strategies/NetworkError.js index <HASH>..<HASH> 100644 --- a/strategies/NetworkError.js +++ b/strategies/NetworkError.js @@ -1,6 +1,6 @@ 'use strict'; -var RETRIABLE_ERRORS = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE',...
Hanlde EBUSY error from DNS resolver glibc's nscd is known to return it from time to time. Closes #<I>
FGRibreau_node-request-retry
train
5e38a81632e2bdad86ccb850ef04249e9b57d963
diff --git a/traffic/core/flight.py b/traffic/core/flight.py index <HASH>..<HASH> 100644 --- a/traffic/core/flight.py +++ b/traffic/core/flight.py @@ -2,6 +2,7 @@ import logging import re +from functools import lru_cache from datetime import datetime, timedelta from typing import (TYPE_CHECKING, Callable, Generat...
Various optimisations and cached queries
xoolive_traffic
train
9570d1fe262ddc3068fe35b70c05049e22e70f3c
diff --git a/gromacs/setup.py b/gromacs/setup.py index <HASH>..<HASH> 100644 --- a/gromacs/setup.py +++ b/gromacs/setup.py @@ -170,7 +170,7 @@ trj_compact_main = gromacs.tools.Trjconv(ur='compact', center=True, boxcenter='t # and also store mainselection def topology(struct=None, protein='protein', - ...
additional logging of filenames in setup._MD
Becksteinlab_GromacsWrapper
train
dac7535558da2552870d515ab0ab872306b0a3c0
diff --git a/lib/dpl/provider/scalingo.rb b/lib/dpl/provider/scalingo.rb index <HASH>..<HASH> 100644 --- a/lib/dpl/provider/scalingo.rb +++ b/lib/dpl/provider/scalingo.rb @@ -25,38 +25,9 @@ module DPL end def check_auth - if @options[:api_key] - unless context.shell "mkdir -p ~/.config/s...
Fix Scalingo login, use their cli new flag
travis-ci_dpl
train
92b574df76f6381b190ca84e6b56331d9f73ffa6
diff --git a/base/src/main/java/uk/ac/ebi/atlas/search/analyticsindex/differential/DifferentialAnalyticsSearchDao.java b/base/src/main/java/uk/ac/ebi/atlas/search/analyticsindex/differential/DifferentialAnalyticsSearchDao.java index <HASH>..<HASH> 100644 --- a/base/src/main/java/uk/ac/ebi/atlas/search/analyticsindex/di...
Simplify interface of DifferentialAnalyticsSearchDao Caring for the two endpoints (search and query) was a bit dumb. We should have just one endpoint and instead of geneQuery, conditionQuery and species have just one parameter, query, to implement the single-field search.
ebi-gene-expression-group_atlas
train
d223c9766386fee1254ca759294f184578101f4a
diff --git a/src/mako/http/response/Cookies.php b/src/mako/http/response/Cookies.php index <HASH>..<HASH> 100644 --- a/src/mako/http/response/Cookies.php +++ b/src/mako/http/response/Cookies.php @@ -81,44 +81,51 @@ class Cookies implements Countable, IteratorAggregate /** * Set default options values. * - * @p...
Made response header/cookie methods that previously returned void chainable
mako-framework_framework
train
155e3ae6ea68b7c7865a47ce58388ed7ec23da0f
diff --git a/src/Malenki/Bah/S.php b/src/Malenki/Bah/S.php index <HASH>..<HASH> 100644 --- a/src/Malenki/Bah/S.php +++ b/src/Malenki/Bah/S.php @@ -216,7 +216,6 @@ class S extends O implements \Countable, \IteratorAggregate 'r', 'first', 'last', - ...
Class S: removed deprecated method
malenkiki_bah
train
70ffc67aaf6c1a2962bb444a4ba7e3506a60e650
diff --git a/luigi/worker.py b/luigi/worker.py index <HASH>..<HASH> 100644 --- a/luigi/worker.py +++ b/luigi/worker.py @@ -486,13 +486,13 @@ class Worker(object): def _email_complete_error(self, task, formatted_traceback): self._email_error(task, formatted_traceback, subject="Lu...
use the same wording in email as in the log message
spotify_luigi
train
c8f2884598d1ffffcd6f7d371f288a57db0256a4
diff --git a/app/helpers/binco/bootstrap_form_builder.rb b/app/helpers/binco/bootstrap_form_builder.rb index <HASH>..<HASH> 100644 --- a/app/helpers/binco/bootstrap_form_builder.rb +++ b/app/helpers/binco/bootstrap_form_builder.rb @@ -1,6 +1,7 @@ module Binco class BootstrapFormBuilder < ActionView::Helpers::FormBu...
Add alias for old method for use on custom check_box
codn_binco
train
f6a8c84a332e8f83f76506e5c34d1ca288c83d8e
diff --git a/pyeda/boolalg/expr.py b/pyeda/boolalg/expr.py index <HASH>..<HASH> 100644 --- a/pyeda/boolalg/expr.py +++ b/pyeda/boolalg/expr.py @@ -24,7 +24,6 @@ abstract syntax tree | 'xor' | 'eq' - Interface Functions: * :func:`exprvar` --- Return a unique Expression variable @@ -36,6 +...
Fix problem with latexpdf nesting depth
cjdrake_pyeda
train
30212438ccd54dc143385eb18e669d907e2ce6f3
diff --git a/test/indexeddb_mock.js b/test/indexeddb_mock.js index <HASH>..<HASH> 100644 --- a/test/indexeddb_mock.js +++ b/test/indexeddb_mock.js @@ -1,4 +1,3 @@ -// TODO some return value types don't match the spec export class IDBRequest { constructor(transaction, source, result, flags) { const self = this;...
remove TODOs. Mock is good enough for now
nponiros_sync_client
train
85c759ecc4777d2d9c99b1f9f644c07a19e216cc
diff --git a/tests/CurlHttpAdapterTest.php b/tests/CurlHttpAdapterTest.php index <HASH>..<HASH> 100644 --- a/tests/CurlHttpAdapterTest.php +++ b/tests/CurlHttpAdapterTest.php @@ -5,8 +5,6 @@ namespace Http\Adapter\Guzzle6\Tests; use GuzzleHttp\Handler\CurlHandler; /** - * @requires PHP 5.5 - * * @author GeLo <gel...
Remove wrong docblock that says that PHP5 is required
php-http_guzzle6-adapter
train
4ce4fcc6559a94a4c71bf4f98dd3c816d3350880
diff --git a/src/DocumentManager.js b/src/DocumentManager.js index <HASH>..<HASH> 100644 --- a/src/DocumentManager.js +++ b/src/DocumentManager.js @@ -347,12 +347,14 @@ define(function(require, exports, module) { */ function _savePreferences(storage) { // save the working set file paths - var...
Style cleanup, fix editor creation Change to Array.forEach. Add missing showInEditor() call to EditorManager._createEditor. Bug fixes for lazy editor creation.
adobe_brackets
train
232d5ac8fe87d39a582ba5c49fc11df29adf450b
diff --git a/openstack_dashboard/api/base.py b/openstack_dashboard/api/base.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/api/base.py +++ b/openstack_dashboard/api/base.py @@ -325,7 +325,7 @@ def url_for(request, service_type, endpoint_type=None, region=None): raise exceptions.ServiceCatalogException(se...
Simplify is_service_enabled Remove service_name argument from the is_service_enabled function. The argument is unused and complicates the function's logic. Change-Id: I1ac8a<I>bd<I>ef<I>d5fec<I>a8fe0e<I>e<I>a
openstack_horizon
train
130a4e8e85064ba7396005c2103696181e8fbf8f
diff --git a/lib/sass/exec/sass_convert.rb b/lib/sass/exec/sass_convert.rb index <HASH>..<HASH> 100644 --- a/lib/sass/exec/sass_convert.rb +++ b/lib/sass/exec/sass_convert.rb @@ -157,6 +157,10 @@ END @options[:for_engine][:read_cache] = false end + opts.on('-q', '--quiet', 'Silence warnings and s...
Add a -q option to sass-convert to disable ouput.
sass_ruby-sass
train
64033e2ca134740b79bf4702f681be9ec9ffb337
diff --git a/fedmsg/crypto.py b/fedmsg/crypto.py index <HASH>..<HASH> 100644 --- a/fedmsg/crypto.py +++ b/fedmsg/crypto.py @@ -204,6 +204,8 @@ def validate(message, ssldir, **config): for field in ['signature', 'certificate']: if not field in message: return fail("No %r field found." % field)...
Check that signature and cert are strings before we do anything with them.
fedora-infra_fedmsg
train
d9a7616d405b56a390cdd7c3daa6b9b427ecc117
diff --git a/selectable/tests/fields.py b/selectable/tests/fields.py index <HASH>..<HASH> 100644 --- a/selectable/tests/fields.py +++ b/selectable/tests/fields.py @@ -63,6 +63,11 @@ class AutoCompleteSelectFieldTestCase(BaseFieldTestCase): field = self.get_field_instance(widget=widget_cls) self.assert...
Tests demonstrating problem with passing widget instances rather than widget classes. --HG-- branch : stable
mlavin_django-selectable
train
04bac0bb150f630e7ee27e6c26223971c07a1754
diff --git a/indra/biopax/pathway_commons_client.py b/indra/biopax/pathway_commons_client.py index <HASH>..<HASH> 100644 --- a/indra/biopax/pathway_commons_client.py +++ b/indra/biopax/pathway_commons_client.py @@ -56,6 +56,7 @@ def graph_query(kind, source, target=None, neighbor_limit=1): params['source'] = sourc...
Fix neighborhood limits in Pathway Commons client
sorgerlab_indra
train
48c4c7b0d71592c259df003d91f0d92a02295dc8
diff --git a/salt/state.py b/salt/state.py index <HASH>..<HASH> 100644 --- a/salt/state.py +++ b/salt/state.py @@ -1857,7 +1857,7 @@ class BaseHighState(object): if not self.opts['autoload_dynamic_modules']: return syncd = self.state.functions['saltutil.sync_all'](list(matches)) - ...
Update state.load_dynamic to handle changes to saltutil.sync_all.
saltstack_salt
train
da1f6991f31cba93fe7cd149208e8827485c88e1
diff --git a/azurerm/config.go b/azurerm/config.go index <HASH>..<HASH> 100644 --- a/azurerm/config.go +++ b/azurerm/config.go @@ -387,7 +387,7 @@ func getArmClient(c *authentication.Config, skipProviderRegistration bool) (*Arm // Resource Manager endpoints endpoint := env.ResourceManagerEndpoint - auth, err := c...
authentication: requesting a token using the audience address (#<I>)
terraform-providers_terraform-provider-azurerm
train
75d48610ff222e24028c495471912c93309f2bd3
diff --git a/lib/flipper/dsl.rb b/lib/flipper/dsl.rb index <HASH>..<HASH> 100644 --- a/lib/flipper/dsl.rb +++ b/lib/flipper/dsl.rb @@ -1,4 +1,3 @@ -require 'flipper/adapters/instrumented' require 'flipper/adapters/memoizable' require 'flipper/instrumenters/noop' @@ -17,13 +16,8 @@ module Flipper # :i...
Stop instrumenting adapters by default Before it was assumed you would want to instrument adapter operations always and there was no way to back out of that. Now, instrumenting adapters is opt in. Do it if you want. Leave it alone if you don't. If you are using custom adapters, you can track stats inside them however ...
jnunemaker_flipper
train
f24911793b9c3c5b2ec36b6fdb55d77d0dfea7b6
diff --git a/ReText/window.py b/ReText/window.py index <HASH>..<HASH> 100644 --- a/ReText/window.py +++ b/ReText/window.py @@ -415,11 +415,11 @@ class ReTextWindow(QMainWindow): return markupClass(filename=fileName) def docTypeChanged(self): - self.markups[self.ind] = self.getMarkup() oldType = self.highli...
docTypeChanged: create new markup object only if the class really changed
retext-project_retext
train
4ae8d3540d69570563ff5bf72f03807a81b17325
diff --git a/test/unexpected.spec.js b/test/unexpected.spec.js index <HASH>..<HASH> 100644 --- a/test/unexpected.spec.js +++ b/test/unexpected.spec.js @@ -17,6 +17,28 @@ it.skipIf = function (condition) { var circular = {}; circular.self = circular; +expect.addType({ + name: 'magicpen', + identify: function (...
Test that the error message in async assertions gets serialized
unexpectedjs_unexpected
train
443b93482e29fecc12fdbd2329427b37b05ba425
diff --git a/gitlab/tests/test_utils.py b/gitlab/tests/test_utils.py index <HASH>..<HASH> 100644 --- a/gitlab/tests/test_utils.py +++ b/gitlab/tests/test_utils.py @@ -40,23 +40,3 @@ def test_sanitized_url(): src = "http://localhost/foo.bar.baz" dest = "http://localhost/foo%2Ebar%2Ebaz" assert dest == uti...
chore: remove unused function sanitize_parameters() The function sanitize_parameters() was used when the v3 API was in use. Since v3 API support has been removed there are no more users of this function.
python-gitlab_python-gitlab
train
e84f5df05ce4fd1230784207552581d9c2ae942e
diff --git a/models/Lang.php b/models/Lang.php index <HASH>..<HASH> 100644 --- a/models/Lang.php +++ b/models/Lang.php @@ -63,7 +63,7 @@ class Lang extends \admin\ngrest\base\Model public static function getQuery() { if (self::$_langInstanceQuery === null) { - self::$_langInstanceQuery = s...
rewritten links component, added tests
luyadev_luya-module-admin
train
55aa57ff52b254357db0b27ed8d038727b5ccc3a
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,9 @@ +* 3.1.5 * + +* Better support for orders with an expression. Fixes #155. [Jason Frey, Joe Rafaniello] + + * 3.1.4 * * Use INFORMATION_SCHEMA.KEY_COLUMN_USAGE for schema reflection speed. diff --git a/l...
Better support for orders with an expression. Fixes #<I>. [Jason Frey, Joe Rafaniello] * Use String#mb_chars in a few places just in case SQL is unicode and needed. * Added some Regexp foo (best I can) that allows functions with commas to pass through unmolested. Oh the days when Regexp's littered the whole ad...
rails-sqlserver_activerecord-sqlserver-adapter
train
f2dfc7abc3296d4791c1b899e426ef3272131c4c
diff --git a/src/impl/locale.js b/src/impl/locale.js index <HASH>..<HASH> 100644 --- a/src/impl/locale.js +++ b/src/impl/locale.js @@ -221,7 +221,7 @@ export default class Locale { } // todo: cache me - listingMode(defaultOk = true) { + listingMode(defaultOK = true) { const intl = hasIntl(), hasFT...
consistent capitalization of 'ok'
moment_luxon
train
cdd4594d5368551334f8b2bbcc07dfa20c439609
diff --git a/lib/tty/config.rb b/lib/tty/config.rb index <HASH>..<HASH> 100644 --- a/lib/tty/config.rb +++ b/lib/tty/config.rb @@ -113,6 +113,9 @@ module TTY # @api public attr_accessor :env_prefix + # Create a configuration instance + # + # @api public def initialize(settings = {}) @se...
Change to document and hide private interface methods
piotrmurach_tty-config
train
9c1f74739c65dde99c3cfaeb180ff7c44547358f
diff --git a/giganews/utils.py b/giganews/utils.py index <HASH>..<HASH> 100644 --- a/giganews/utils.py +++ b/giganews/utils.py @@ -83,7 +83,7 @@ def utf8_encode_str(string, encoding='UTF-8'): # inline_compress_chunk() # ________________________________________________________________________________________ -def in...
Use gzip level 1 compression to speed things up a bit.
jjjake_giganews
train
f3d09cf537adcf557a0918214e522b25482e8bc3
diff --git a/testing/cucumber/step_definitions/verification_steps.rb b/testing/cucumber/step_definitions/verification_steps.rb index <HASH>..<HASH> 100644 --- a/testing/cucumber/step_definitions/verification_steps.rb +++ b/testing/cucumber/step_definitions/verification_steps.rb @@ -2,16 +2,14 @@ Then(/^the following va...
Refactor assertion step Found a better way to protect against false positives without loosing helpful error feedback in tests.
enkessler_cql
train
c1ea9fa2d9f8c8a2f33ab6e561a7a79cceb83281
diff --git a/dev/merge-pr.py b/dev/merge-pr.py index <HASH>..<HASH> 100755 --- a/dev/merge-pr.py +++ b/dev/merge-pr.py @@ -1,31 +1,10 @@ #!/usr/bin/env python -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work f...
BUG: Fix small formatting buglet in PR merge tool
ibis-project_ibis
train
b7aa1d76ebf4704527e73f417a201e0d18becbdc
diff --git a/docker/utils/ports/ports.py b/docker/utils/ports/ports.py index <HASH>..<HASH> 100644 --- a/docker/utils/ports/ports.py +++ b/docker/utils/ports/ports.py @@ -1,5 +1,4 @@ - def add_port_mapping(port_bindings, internal_port, external): if internal_port in port_bindings: port_bindings[interna...
Fixed #<I> issue where split_port was checking `len(None)` - Fixed #<I> by adding a check for None in split_port - Also switched to using a _raise_invalid_port() function to replace multiple slightly differing ValueErrors for invalid port
docker_docker-py
train
263b7b3b1c45e99684519c592d2a15eb1b2364e9
diff --git a/system/src/Grav/Common/TwigExtension.php b/system/src/Grav/Common/TwigExtension.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/TwigExtension.php +++ b/system/src/Grav/Common/TwigExtension.php @@ -1,5 +1,6 @@ <?php namespace Grav\Common; +use Grav\Component\Filesystem\ResourceLocator; /**...
Add support for twig markup like {{ url('theme://images/logo.png') }}
getgrav_grav
train
421ec9d89732eed20e673f4edee62333e85e1c98
diff --git a/lib/carrierwave_direct/uploader.rb b/lib/carrierwave_direct/uploader.rb index <HASH>..<HASH> 100644 --- a/lib/carrierwave_direct/uploader.rb +++ b/lib/carrierwave_direct/uploader.rb @@ -48,7 +48,7 @@ module CarrierWaveDirect end def acl - s3_access_policy.to_s.gsub('_', '-') + fog_pub...
Remove dependence on s3_access_policy Carrierwave <I> no longer provides this
dwilkie_carrierwave_direct
train
12f85f43f3f25344a53a370d517994b901d84837
diff --git a/structr-ui/src/main/java/org/structr/web/entity/VideoFile.java b/structr-ui/src/main/java/org/structr/web/entity/VideoFile.java index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/java/org/structr/web/entity/VideoFile.java +++ b/structr-ui/src/main/java/org/structr/web/entity/VideoFile.java @@ -74,11 +74...
Added indexed() to VideoFile propertries width, height, duration and sampleRate.
structr_structr
train
a74f922b65ba9ca6d0f22aa74ab6e01f9845ae28
diff --git a/src/Illuminate/Foundation/Console/Kernel.php b/src/Illuminate/Foundation/Console/Kernel.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Foundation/Console/Kernel.php +++ b/src/Illuminate/Foundation/Console/Kernel.php @@ -13,7 +13,6 @@ use Illuminate\Contracts\Events\Dispatcher; use Illuminate\Console...
No need to pass cache to Schedule instance any more (#<I>)
laravel_framework
train
a18d2bfe50959cd68adf3957fd2bf7693c91691b
diff --git a/ImagingKit_Core/src/main/java/hageldave/imagingkit/core/Img.java b/ImagingKit_Core/src/main/java/hageldave/imagingkit/core/Img.java index <HASH>..<HASH> 100644 --- a/ImagingKit_Core/src/main/java/hageldave/imagingkit/core/Img.java +++ b/ImagingKit_Core/src/main/java/hageldave/imagingkit/core/Img.java @@ -7...
renamed draw to paint; added some javadocs
hageldave_ImagingKit
train
b5d7eb08543223ef5b48a4816a5557019a23d90a
diff --git a/source/test/common/test_copy_methods.py b/source/test/common/test_copy_methods.py index <HASH>..<HASH> 100755 --- a/source/test/common/test_copy_methods.py +++ b/source/test/common/test_copy_methods.py @@ -4,8 +4,6 @@ import copy import time import threading -from rafcon.utils.constants import RAFCON_T...
correct temporary unit test path of copy test
DLR-RM_RAFCON
train
57a3df89f80d219fef85b1ad46a46f01acb15e25
diff --git a/core/endorser/endorser.go b/core/endorser/endorser.go index <HASH>..<HASH> 100644 --- a/core/endorser/endorser.go +++ b/core/endorser/endorser.go @@ -264,7 +264,7 @@ func (e *Endorser) simulateProposal(ctx context.Context, chainID string, txid st var ccevent *pb.ChaincodeEvent res, ccevent, err = e.cal...
[FAB-<I>] Add stacktrace to endorser log messages This CR formats logger messages that print error details using %+v to ensure the stack trace is included. Change-Id: I1bc<I>e<I>f<I>dc<I>a<I>e<I>e7a<I>ec3ee
hyperledger_fabric
train
8afea8ebe715ee5c94e64d4f45a742dfe4d514fa
diff --git a/activerecord/lib/active_record/relation/delegation.rb b/activerecord/lib/active_record/relation/delegation.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/relation/delegation.rb +++ b/activerecord/lib/active_record/relation/delegation.rb @@ -35,7 +35,7 @@ module ActiveRecord # may ...
delegate encode_with instead of to_yaml, which is deprecated
rails_rails
train
02e0d76758f76f96c88ae42d5af3ddb2ab792d61
diff --git a/Command/IndexCreateCommand.php b/Command/IndexCreateCommand.php index <HASH>..<HASH> 100644 --- a/Command/IndexCreateCommand.php +++ b/Command/IndexCreateCommand.php @@ -84,20 +84,18 @@ class IndexCreateCommand extends AbstractManagerAwareCommand ); if ($input->getOption('alias') && $or...
made alias change atomic, added a test for multiple command calls
ongr-io_ElasticsearchBundle
train
e9610b8da9a898243dc5bc3e241ddac16636735c
diff --git a/governator-core/src/main/java/com/netflix/governator/guice/BootstrapBinder.java b/governator-core/src/main/java/com/netflix/governator/guice/BootstrapBinder.java index <HASH>..<HASH> 100644 --- a/governator-core/src/main/java/com/netflix/governator/guice/BootstrapBinder.java +++ b/governator-core/src/main/...
Fix copying of bindings in simulated child injector mode The previous code did not copy all bindings over to the simulated child injector. This new code iterates through all bindings, explicitly and JIT, and copy all bindings except for a few core Guice specific bindings that must be created in the new injector. We ...
Netflix_governator
train
48babc398a0575dfd074efeb95781b8e7d6f059c
diff --git a/lib/bolt/version.rb b/lib/bolt/version.rb index <HASH>..<HASH> 100644 --- a/lib/bolt/version.rb +++ b/lib/bolt/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bolt - VERSION = '0.19.4' + VERSION = '0.19.5' end
(GEM) update bolt version to <I>
puppetlabs_bolt
train
46845049d1e866c103dad17200c9c74e94ede25b
diff --git a/lib/right_agent/core_payload_types/recipe_instantiation.rb b/lib/right_agent/core_payload_types/recipe_instantiation.rb index <HASH>..<HASH> 100644 --- a/lib/right_agent/core_payload_types/recipe_instantiation.rb +++ b/lib/right_agent/core_payload_types/recipe_instantiation.rb @@ -43,8 +43,10 @@ module Rig...
changed unready_inputs payload to be input_flags to support sensitive input flag (and any future flags) without having to add more payload parameters for executables
rightscale_right_agent
train
2be637ce891a61cbf154ed22366017f628916fb4
diff --git a/cronjobs/updateviewcount.php b/cronjobs/updateviewcount.php index <HASH>..<HASH> 100644 --- a/cronjobs/updateviewcount.php +++ b/cronjobs/updateviewcount.php @@ -61,6 +61,7 @@ $fileName = $logFileIni->variable( 'AccessLogFileSettings', 'LogFileName' ); $prefixes = $logFileIni->variable( 'AccessLogFileSe...
Fixed bug #<I>: updateviewcount.php does not take PathPrefix into account
ezsystems_ezpublish-legacy
train
f0cc0446650fdfe80a1c38b9ca7215f1ff07ce34
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -41,6 +41,8 @@ Formatter.prototype._formatFrontMatter = function (data) { var source = data.properties; var derived = data.derived || {}; + //TODO: Include the "type" property so that more than the now assumed "h-entr...
docs(todo): added a note about exposing the type
voxpelli_node-format-microformat
train
838c1adf92fa99f00eef9c2fc067bedcbb2e3cda
diff --git a/lib/diff.js b/lib/diff.js index <HASH>..<HASH> 100644 --- a/lib/diff.js +++ b/lib/diff.js @@ -62,11 +62,14 @@ var blobToBuffer = Diff.blobToBuffer; * Directly run a diff between a blob and a buffer. * @async * @param {Blob} old_blob Blob for old side of diff, or NULL for empty blob - * @param {String...
Update Diff.blobToBuffer documentation to make jshint happy.
nodegit_nodegit
train
ae2de2f671adcadaaf0667bc62c882ceae6d5bea
diff --git a/heliumcli/settings.py b/heliumcli/settings.py index <HASH>..<HASH> 100644 --- a/heliumcli/settings.py +++ b/heliumcli/settings.py @@ -3,7 +3,7 @@ import os __author__ = "Alex Laird" __copyright__ = "Copyright 2020, Helium Edu" -__version__ = "1.5.13" +__version__ = "1.5.14" VERSION = __version__
Update settings.py Bumping version to <I>.
HeliumEdu_heliumcli
train
c6ec33720eada91f38ad1a36794bc3107a716208
diff --git a/BimServer/src/org/bimserver/webservices/impl/ServiceImpl.java b/BimServer/src/org/bimserver/webservices/impl/ServiceImpl.java index <HASH>..<HASH> 100644 --- a/BimServer/src/org/bimserver/webservices/impl/ServiceImpl.java +++ b/BimServer/src/org/bimserver/webservices/impl/ServiceImpl.java @@ -39,7 +39,6 @@...
Improved getTileCounts to only include non-empty tiles
opensourceBIM_BIMserver
train
05228d966cb157a784a9c12b4e814fa7bdd7071b
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -118,7 +118,7 @@ setup( install_requires=[ 'numpy>1.14', 'numba>=0.38.1', - 'scikit-learn>=0.19,<0.19.99', + 'scikit-learn>=0.20', 'scipy', ], )
Update to use scikit-learn>=<I>
pavlin-policar_openTSNE
train
494f52e1519fcf820bf89f19f28344ddea45d3cf
diff --git a/pyimzml/ImzMLParser.py b/pyimzml/ImzMLParser.py index <HASH>..<HASH> 100755 --- a/pyimzml/ImzMLParser.py +++ b/pyimzml/ImzMLParser.py @@ -1,4 +1,4 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- # Copyright 2015 Dominik Fay # @@ -15,6 +15,7 @@ # limitations under the License. from bisect impor...
disabled mmap mmap doesn't improve reading speed at all, but causes the whole file to be loaded into memory for no reason
alexandrovteam_pyimzML
train
fa5966f366b85d17d85891d391ecc2686eaad50d
diff --git a/build.go b/build.go index <HASH>..<HASH> 100644 --- a/build.go +++ b/build.go @@ -6,7 +6,6 @@ import ( "log" "os" "os/exec" - "path" "strconv" ) @@ -16,8 +15,6 @@ type packagesConf struct { Dependencies map[string]string } -// TODO Fetches packages via package manager, puts them in the pack...
Dependencies load identically across Heroku, dev
itsabot_itsabot
train
3cf611ad8c9c8a81b3d8d42e78c79b257b8df917
diff --git a/p2p/muxer/mplex/conn.go b/p2p/muxer/mplex/conn.go index <HASH>..<HASH> 100644 --- a/p2p/muxer/mplex/conn.go +++ b/p2p/muxer/mplex/conn.go @@ -12,6 +12,11 @@ type conn mp.Multiplex var _ network.MuxedConn = &conn{} +// NewMuxedConn constructs a new Conn from a *mp.Multiplex. +func NewMuxedConn(m *mp.Mu...
muxer: expose func to create MuxedConn from backing Conn (#<I>) Expose a function to create a MuxedConn from the base type: if a user has a *mp.Multiplex or a *yamux.Session, they should be able to construct the libp2p wrapper without going through the Transport interfaces.
libp2p_go-libp2p
train
f3bd125aed5a78a6d06be588823e5e4feb636011
diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -60,11 +60,11 @@ abstract class Kernel implements KernelInterface, TerminableInterface...
bumped Symfony version to <I>
symfony_symfony
train
5368c96bff79dfa43cb3d6256a3eaea779f7c196
diff --git a/docs/src/shared/components/ReactMD/data-tables/index.js b/docs/src/shared/components/ReactMD/data-tables/index.js index <HASH>..<HASH> 100644 --- a/docs/src/shared/components/ReactMD/data-tables/index.js +++ b/docs/src/shared/components/ReactMD/data-tables/index.js @@ -70,6 +70,11 @@ edit respectively. If...
Updated TableColumn for aria-sort Updated the TableColumn to correctly add the aria-sort when the `sorted` prop is enabled. It will display either ascending or descending when sorted or unsorted (respectively).
mlaursen_react-md
train
ea7107d713a904581c3de6c809f3736c9aeac4a4
diff --git a/lib/rangebar.js b/lib/rangebar.js index <HASH>..<HASH> 100644 --- a/lib/rangebar.js +++ b/lib/rangebar.js @@ -222,6 +222,12 @@ var RangeBar = Element.extend(vertical).extend({ rangeClass: this.options.rangeClass }); var idx = this.findGap([val,val + w]); + var self = this; + ...
test firing change event for clicking phantoms
quarterto-archive_Elessar
train
22214610b3f786e701261d8402fc2fce97b1bb49
diff --git a/tests/test_issues.py b/tests/test_issues.py index <HASH>..<HASH> 100644 --- a/tests/test_issues.py +++ b/tests/test_issues.py @@ -249,7 +249,7 @@ class TestResolvedIssues(unittest.TestCase): Check that when downloading hashtags, the downloader actually stops. """ - looter ...
Use hashtag with lower post count in test_issue_<I>
althonos_InstaLooter
train
2886938c6365bf627108b7427fae1dd7d9f7a47e
diff --git a/server/sonar-server/src/main/java/org/sonar/server/measure/index/ProjectMeasuresIndex.java b/server/sonar-server/src/main/java/org/sonar/server/measure/index/ProjectMeasuresIndex.java index <HASH>..<HASH> 100644 --- a/server/sonar-server/src/main/java/org/sonar/server/measure/index/ProjectMeasuresIndex.jav...
SONAR-<I> remove use of deprecated nested_path and nested_filter
SonarSource_sonarqube
train
84cc762a0a3005dea031c1c3ad7b9852ae234d5d
diff --git a/src/actions/index.js b/src/actions/index.js index <HASH>..<HASH> 100644 --- a/src/actions/index.js +++ b/src/actions/index.js @@ -42,9 +42,24 @@ function fetchDirections(query, profile) { geometry: 'polyline' }, (err, res) => { if (err) throw err; + if (res.error) throw res.error; ...
Revise origin and destination with res.origin & res.destination
mapbox_mapbox-gl-directions
train
c143b8c7f50b6ce86e6e1944eae50d6f664019e2
diff --git a/src/com/google/javascript/jscomp/SourceMap.java b/src/com/google/javascript/jscomp/SourceMap.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/SourceMap.java +++ b/src/com/google/javascript/jscomp/SourceMap.java @@ -179,7 +179,10 @@ public final class SourceMap { sourceFile =...
Keep original identifier when it's missing in original source maps. Closes <URL>
google_closure-compiler
train
55d9c4ee4cb5904a1b41c2e897bbf484cec9ece4
diff --git a/resource_template_file.go b/resource_template_file.go index <HASH>..<HASH> 100644 --- a/resource_template_file.go +++ b/resource_template_file.go @@ -160,15 +160,15 @@ func execute(s string, vars map[string]interface{}) (string, error) { }, } - out, typ, err := hil.Eval(root, &cfg) + result, err := ...
deps: Update call sites of hil.Eval from update hil.Eval() now returns (hil.EvaluationResult, error) instead of (value, type, error). This commit updates the call sites, but retains all previous behaviour. Tests are also updated.
terraform-providers_terraform-provider-template
train
d4b2999c913a0dc6ee12a2d71aeffa8c4f1c3cc3
diff --git a/src/main/java/com/threerings/io/Streamer.java b/src/main/java/com/threerings/io/Streamer.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/threerings/io/Streamer.java +++ b/src/main/java/com/threerings/io/Streamer.java @@ -325,6 +325,7 @@ public abstract class Streamer protected ClassStream...
Initialize our constructor separately from our marshallers, so that sneaky classes that rely on the marshallers never being initialized don't break. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1
threerings_narya
train
a6baa66e89954fa6f4cf1a71b4c98c8de6ed611d
diff --git a/packages/tiptap-commands/src/commands/toggleList.js b/packages/tiptap-commands/src/commands/toggleList.js index <HASH>..<HASH> 100644 --- a/packages/tiptap-commands/src/commands/toggleList.js +++ b/packages/tiptap-commands/src/commands/toggleList.js @@ -2,13 +2,15 @@ import { wrapInList, liftListItem } fro...
fixed todo_lists in toggleList method
scrumpy_tiptap
train
e4b130d2d7fc45a8b93180950d73ddc368f0dda4
diff --git a/callback_delete.go b/callback_delete.go index <HASH>..<HASH> 100644 --- a/callback_delete.go +++ b/callback_delete.go @@ -33,10 +33,13 @@ func deleteCallback(scope *Scope) { extraOption = fmt.Sprint(str) } - if !scope.Search.Unscoped && scope.HasColumn("DeletedAt") { + deletedAtField, hasDeleted...
Fix customize DeletedAt's column name
jinzhu_gorm
train
839eeaaebd03699b92dbf13139286170209757ee
diff --git a/lib/workers/branch/index.js b/lib/workers/branch/index.js index <HASH>..<HASH> 100644 --- a/lib/workers/branch/index.js +++ b/lib/workers/branch/index.js @@ -83,9 +83,10 @@ async function processBranch(branchConfig, packageFiles) { } return 'already-existed'; } + let branchPr; if...
fix: add pr existing check for lock file maintenance
renovatebot_renovate
train
3aa03940624c96b50fb734f6aab9bc11c0b174c6
diff --git a/ReactNativeClient/lib/components/screens/note.js b/ReactNativeClient/lib/components/screens/note.js index <HASH>..<HASH> 100644 --- a/ReactNativeClient/lib/components/screens/note.js +++ b/ReactNativeClient/lib/components/screens/note.js @@ -440,7 +440,11 @@ class NoteScreenComponent extends BaseScreenComp...
Mobile: Fixes #<I>: Trying to fix problem when attaching file that contains spaces in name
laurent22_joplin
train