hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
07397cea84fc3775281f552d947cfb66fba54a24
diff --git a/src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php b/src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.php +++ b/src/Illuminate/Database/Eloquent/Concerns/QueriesRelationships.p...
Modify getRelationCountHash to prevent changing the counter and provide a way to predict the hash
laravel_framework
train
9d2ff10c0e1a6ddf73a9400107ed95b025f979aa
diff --git a/lib/ajax-datatables-rails.rb b/lib/ajax-datatables-rails.rb index <HASH>..<HASH> 100644 --- a/lib/ajax-datatables-rails.rb +++ b/lib/ajax-datatables-rails.rb @@ -4,25 +4,11 @@ class AjaxDatatablesRails VERSION = '0.0.1' - class << self - - def columns(column_array) - @@columns ||= column_ar...
changed the class variables over to instance variables and updated the template"
jbox-web_ajax-datatables-rails
train
f521e12f634be829fe36a5b36321b0139751df8d
diff --git a/structr-ui/src/main/java/org/structr/web/servlet/HtmlServlet.java b/structr-ui/src/main/java/org/structr/web/servlet/HtmlServlet.java index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/java/org/structr/web/servlet/HtmlServlet.java +++ b/structr-ui/src/main/java/org/structr/web/servlet/HtmlServlet.java @...
Take only pages with non-null position attribute into account when looking for the index page. Removed unnecessary sorting from the index query. Take also basic-auth enabled protected pages into account as index pages.
structr_structr
train
afd51bfa2fdc3ab7e3aa52ea6ae54148e06bbc5b
diff --git a/input/_multiple/checkbox.js b/input/_multiple/checkbox.js index <HASH>..<HASH> 100644 --- a/input/_multiple/checkbox.js +++ b/input/_multiple/checkbox.js @@ -14,6 +14,7 @@ var clear = require('es5-ext/lib/Array/prototype/clear') module.exports = DOMMultiple = function (document, ns/*, options*/...
Reset values of all created inputs As they may be reused in next turn
medikoo_dbjs-dom
train
d249695c88653b085523e798a81bc4a4456527cc
diff --git a/tests/test_runner.py b/tests/test_runner.py index <HASH>..<HASH> 100644 --- a/tests/test_runner.py +++ b/tests/test_runner.py @@ -88,7 +88,11 @@ def test_run_max_threads(event_loop, max_threads): def test_event_loop_policy(caplog, policy, policy_name): """Test that a the runner switches to a differen...
Restore the event loop policy after testing Not doing this lets the last set event loop policy to leak onto other tests where it may cause unexpected results.
asphalt-framework_asphalt
train
4b307d357ece202633ea69fb41a13fa426bf4fa3
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ except ImportError as e: if __name__ == '__main__': setup( name='pyensembl', - version="0.8.2", + version="0.8.3", description="Python interface to ensembl reference genome ...
version bump for gtftools usage
openvax_pyensembl
train
4dbb8b6dc2fe0eb45462039464a5ab74b26818d0
diff --git a/test/python/transpiler/test_hoare_opt.py b/test/python/transpiler/test_hoare_opt.py index <HASH>..<HASH> 100644 --- a/test/python/transpiler/test_hoare_opt.py +++ b/test/python/transpiler/test_hoare_opt.py @@ -299,16 +299,16 @@ class TestHoareOptimizer(QiskitTestCase): """ The is_identity function...
Fix deprecation warnings in hoare optimization tests (#<I>) The tests for the hoare optimization pass were emitting deprecation warnings because they were manually creating DAGNode objects and passing in the parameters as a dictionary instead of kwargs. This was deprecated in #<I> and actually adds some overhead. This...
Qiskit_qiskit-terra
train
e0a5eecf2afd5cdc413cd20136bb980d03fd9ffa
diff --git a/src/Symfony/Component/DependencyInjection/ServiceLocator.php b/src/Symfony/Component/DependencyInjection/ServiceLocator.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/DependencyInjection/ServiceLocator.php +++ b/src/Symfony/Component/DependencyInjection/ServiceLocator.php @@ -22,7 +22,6 @@ use...
[DI] Remove useless state from ServiceLocator
symfony_symfony
train
2c90f35faf8e79e43537dd9bab805ad1516bd77a
diff --git a/test/processImage.js b/test/processImage.js index <HASH>..<HASH> 100644 --- a/test/processImage.js +++ b/test/processImage.js @@ -571,7 +571,7 @@ describe('express-processimage', () => { body: expect.it('to have metadata satisfying', { format: 'PNG', size: { - ...
Mark a couple of places where the output sizes do not match correctly.
papandreou_express-processimage
train
700d46e0975373addf2a06cc9ca7e140636716ac
diff --git a/zhmcclient/_cpc.py b/zhmcclient/_cpc.py index <HASH>..<HASH> 100644 --- a/zhmcclient/_cpc.py +++ b/zhmcclient/_cpc.py @@ -13,8 +13,8 @@ # limitations under the License. """ -A **Central Processor Complex (CPC)** is a physical z Systems computer. -A particular HMC can manage multiple CPCs. +A **Central ...
Added definition of the three CPC modes.
zhmcclient_python-zhmcclient
train
5c7e6966663aa91393acb7b0cd69702bea85773c
diff --git a/input/_relation.js b/input/_relation.js index <HASH>..<HASH> 100644 --- a/input/_relation.js +++ b/input/_relation.js @@ -19,3 +19,6 @@ relation.set('toDOMInputBox', function (document/*, options*/) { relation.set('toDOMInput', Db.Base.prototype.toDOMInput); relation._getRel_('fieldHint').ns = Db.Strin...
DOMId property for relations Provides html safe id value
medikoo_dbjs-dom
train
c5834f553224ecb0f05c72d451cd32682ded1f01
diff --git a/visidata/cmdlog.py b/visidata/cmdlog.py index <HASH>..<HASH> 100644 --- a/visidata/cmdlog.py +++ b/visidata/cmdlog.py @@ -283,7 +283,7 @@ def replayOne(vd, r): vd.currentReplayRow = r longname = getattr(r, 'longname', None) - if r.sheet and not (r.sheet == 'override' and longname...
[replay] do not grab sheets for set-option; might not be loaded, yet
saulpw_visidata
train
f4af69cdbe56f55ba7b456f52e56c9526acf741b
diff --git a/detail/TimeForwarder.js b/detail/TimeForwarder.js index <HASH>..<HASH> 100644 --- a/detail/TimeForwarder.js +++ b/detail/TimeForwarder.js @@ -15,11 +15,12 @@ function delayByCycling(schedule, cycleCount, f) { })(f); } -function TimeForwarder(timeServer, timerInterceptor, immediateInterceptor) { +func...
Also debug-log advancing time
tlewowski_zurvan
train
4211d738a330822224e9616413861a4d034acde1
diff --git a/core.js b/core.js index <HASH>..<HASH> 100644 --- a/core.js +++ b/core.js @@ -105,7 +105,7 @@ NativeModule.prototype.compile = function() { lineOffset: 0, displayErrors: true }); - fn(this.exports, NativeModule.require, this, this.filename); + fn(this.exports, require, this, this.filename); ...
only recompile timers
mafintosh_why-is-node-running
train
32fe18cf987b3171b2134031957a19ef53be7d9d
diff --git a/cukedoctor-reporter/src/main/java/com/github/cukedoctor/api/DocumentAttributes.java b/cukedoctor-reporter/src/main/java/com/github/cukedoctor/api/DocumentAttributes.java index <HASH>..<HASH> 100644 --- a/cukedoctor-reporter/src/main/java/com/github/cukedoctor/api/DocumentAttributes.java +++ b/cukedoctor-re...
doctype 'book' by default
rmpestano_cukedoctor
train
a0751d27c52185b86370baf6a565e757092646de
diff --git a/activerecord/lib/active_record/attribute_methods/serialization.rb b/activerecord/lib/active_record/attribute_methods/serialization.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/attribute_methods/serialization.rb +++ b/activerecord/lib/active_record/attribute_methods/serialization.rb @...
Do not let use `serialize` on native JSON/array column
rails_rails
train
bbf07ac253e12cdc2ec76dcdde46f5bc6c7dd51b
diff --git a/bin/init_model.py b/bin/init_model.py index <HASH>..<HASH> 100644 --- a/bin/init_model.py +++ b/bin/init_model.py @@ -29,8 +29,6 @@ from shutil import copytree import codecs from collections import defaultdict -from spacy.en import get_lex_props -from spacy.en.lemmatizer import Lemmatizer from spacy.v...
* Cut down init_model to work on more languages
explosion_spaCy
train
56978221e9dd43ffc79fa8b4aa1719c1ff300ed3
diff --git a/jest.config.js b/jest.config.js index <HASH>..<HASH> 100644 --- a/jest.config.js +++ b/jest.config.js @@ -124,7 +124,6 @@ module.exports = { // A list of paths to modules that run some code to configure or set up the testing framework before each test // setupFilesAfterEnv: [], - setupFilesAfterEn...
Reverting jest.config.js changes from this PR
foliojs_pdfkit
train
765d406730609988090af5e2efeaf64b221c6358
diff --git a/lib/mongoid/versioning.rb b/lib/mongoid/versioning.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/versioning.rb +++ b/lib/mongoid/versioning.rb @@ -131,7 +131,7 @@ module Mongoid #:nodoc: # @since 2.0.0 def previous_revision _loading_revision do - self.class. + self.class.u...
Default scope no longer breaks versioning! Described and solved here: #<I>.
mongodb_mongoid
train
b05699eec5b2650e1e5836a66ba853c1cad113b3
diff --git a/test/specs/core.controller.tests.js b/test/specs/core.controller.tests.js index <HASH>..<HASH> 100644 --- a/test/specs/core.controller.tests.js +++ b/test/specs/core.controller.tests.js @@ -728,6 +728,8 @@ describe('Chart', function() { } }); + var wrapper = chart.canvas.parentNode; + wait...
Clean up after test (#<I>) * Clean up * Make sure the event is inside chart are
chartjs_Chart.js
train
0b7906df23d812f1efba4b8f87844bad2bdbb6da
diff --git a/lib/discordrb/cache.rb b/lib/discordrb/cache.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/cache.rb +++ b/lib/discordrb/cache.rb @@ -49,6 +49,7 @@ module Discordrb id = id.resolve_id return @users[id] if @users[id] + LOGGER.out("Resolving user #{id}") response = API.user(to...
Add an out message to Cache that tracks resolved users
meew0_discordrb
train
2947981b6137df0e8e9ed89c36c40cbafef86e7b
diff --git a/render/render.go b/render/render.go index <HASH>..<HASH> 100644 --- a/render/render.go +++ b/render/render.go @@ -64,6 +64,11 @@ func (_ plainRender) Render(w http.ResponseWriter, code int, data ...interface{} writeHeader(w, code, "text/plain") format := data[0].(string) args := data[1].([]interface{...
Fix Corrupted plainRender
gin-gonic_gin
train
674bc96662285b25e395fd3dddf9291a602fc183
diff --git a/flink-connectors/flink-connector-elasticsearch-base/src/main/java/org/apache/flink/connector/elasticsearch/table/KeyExtractor.java b/flink-connectors/flink-connector-elasticsearch-base/src/main/java/org/apache/flink/connector/elasticsearch/table/KeyExtractor.java index <HASH>..<HASH> 100644 --- a/flink-con...
[FLINK-<I>][elsaticsearch] Remove unused private class
apache_flink
train
7ab7eae4254f8ee62b3a8620982c72b07c2299e4
diff --git a/tests/__init__.py b/tests/__init__.py index <HASH>..<HASH> 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -9,11 +9,9 @@ class CustomError(Exception): pass -def defer(callback, *args, **kwargs): - sleep = kwargs.pop('sleep', DEFAULT_SLEEP) - expected_return = kwargs.pop('expected_r...
Use named kwargs after *args Another Python 3 thing.
FichteFoll_resumeback
train
7c7a9fbe04f0fd772226a329ddccfdfc9d26736d
diff --git a/aws/resource_aws_lambda_alias.go b/aws/resource_aws_lambda_alias.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_lambda_alias.go +++ b/aws/resource_aws_lambda_alias.go @@ -29,6 +29,7 @@ func resourceAwsLambdaAlias() *schema.Resource { "function_name": { Type: schema.TypeString, Requ...
resource/aws_lambda_alias: Add ForceNew to function_name attribute (#<I>)
terraform-providers_terraform-provider-aws
train
6deffe3daa018d750bbb5cb478fee7b77f9b30d2
diff --git a/images.go b/images.go index <HASH>..<HASH> 100644 --- a/images.go +++ b/images.go @@ -3,10 +3,11 @@ package triton import ( "encoding/json" "fmt" - "github.com/hashicorp/errwrap" "net/http" "net/url" "time" + + "github.com/hashicorp/errwrap" ) type ImagesClient struct { @@ -138,3 +139,33 @@ ...
images: Add CreateImageFromMachine operation
joyent_triton-go
train
d84cbb5dab810c80a1b56c1ada69ae9dd744d722
diff --git a/molgenis-core-ui/src/main/javascript/modules/react-components/Questionnaire.js b/molgenis-core-ui/src/main/javascript/modules/react-components/Questionnaire.js index <HASH>..<HASH> 100644 --- a/molgenis-core-ui/src/main/javascript/modules/react-components/Questionnaire.js +++ b/molgenis-core-ui/src/main/ja...
Fix #<I> Translate date and dateTime values back into moments before form submission. This fixes the bug whereby the age function would fail due to the difference between now() and a 'string would result in a NaN. This would result in the values being set to null on the form and then the validation would fail in the ...
molgenis_molgenis
train
215294fbc06acd15871180df0b14c4260695f147
diff --git a/app/assets/javascripts/pageflow/editor/views/embedded/background_image_embedded_view.js b/app/assets/javascripts/pageflow/editor/views/embedded/background_image_embedded_view.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/pageflow/editor/views/embedded/background_image_embedded_view.js +++ b/a...
Fix Image <I> in Editor Do not set background image url if no image is configured.
codevise_pageflow
train
4c5a1a3b26297d84b2f997b741097184ea1e28f6
diff --git a/rest_api/api.py b/rest_api/api.py index <HASH>..<HASH> 100644 --- a/rest_api/api.py +++ b/rest_api/api.py @@ -307,7 +307,8 @@ def fetch_model(): cx = process_ndex_network(network_id) network_attr = [x for x in cx.cx if x.get('networkAttributes')] network_attr = network_attr[0]['networkAttrib...
store txt input and parser on ndex upload
sorgerlab_indra
train
54153097696d0f41b8e95a4caff2db18ee4983b7
diff --git a/google/datalab/bigquery/_utils.py b/google/datalab/bigquery/_utils.py index <HASH>..<HASH> 100644 --- a/google/datalab/bigquery/_utils.py +++ b/google/datalab/bigquery/_utils.py @@ -40,13 +40,13 @@ TableName = collections.namedtuple('TableName', """ # Absolute project-qualified name pattern: <project>....
Allow colons in table names. (#<I>) With Standard SQL, the separator between project name and dataset name was changed from a colon to a period. As such, we changed our regex to replace periods with colons. However, colons are still allowed within a project name, so the regex needs to still allow colons in the pro...
googledatalab_pydatalab
train
9e7d2fe74e7e6e52ff30a79c8d20eec35f8bcf52
diff --git a/libnetwork/iptables/iptables.go b/libnetwork/iptables/iptables.go index <HASH>..<HASH> 100644 --- a/libnetwork/iptables/iptables.go +++ b/libnetwork/iptables/iptables.go @@ -99,7 +99,8 @@ func NewChain(name, bridge string, table Table, hairpinMode bool) (*Chain, error case Nat: preroute := []string{ ...
Fix duplicated iptables rules The `iptables.Exists` function is wrong in two ways: 1. The iptables -C call doesn't add `-j DOCKER` and fails to match 2. The long path takes ordering into account in comparison and fails to match This patch fixes issue 1 by including `-j DOCKER` in the check.
moby_moby
train
71c7c43748cc6fba43f86ff8213fd028393586fc
diff --git a/activiti-cycle/src/main/java/org/activiti/cycle/CycleComponentFactory.java b/activiti-cycle/src/main/java/org/activiti/cycle/CycleComponentFactory.java index <HASH>..<HASH> 100644 --- a/activiti-cycle/src/main/java/org/activiti/cycle/CycleComponentFactory.java +++ b/activiti-cycle/src/main/java/org/activit...
Activiti Cycle: added support for referencing classes in the @ExcludesCycleComponents annotation.
camunda_camunda-bpm-platform
train
fae52f2541715847ece0acbb9e1c0d02e15e0ec1
diff --git a/lib/AV.js b/lib/AV.js index <HASH>..<HASH> 100644 --- a/lib/AV.js +++ b/lib/AV.js @@ -635,7 +635,7 @@ Foscam.prototype.snapPicture = function() { * @returns {Promise<Object>} A promise to the response. jpeg image data directly. */ Foscam.prototype.snapPicture2 = function() { - return this.getRaw(th...
snapPicture2 should call this.get instead of this.getRaw, in order to return the raw JPEG data
lightswitch05_foscam-client
train
a993b8e6f715e1e419623768e897dfdeefed46ba
diff --git a/src/frontend/org/voltdb/SystemProcedureCatalog.java b/src/frontend/org/voltdb/SystemProcedureCatalog.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/SystemProcedureCatalog.java +++ b/src/frontend/org/voltdb/SystemProcedureCatalog.java @@ -435,9 +435,9 @@ public class SystemProcedureCatalog {...
ENG-<I>, make @ValidatePartitioning and @ExportControl restartable.. (#<I>) As read-write MP system procedure, @ValidatePartitioning needs to be restartable to avoid corruptting task scoreboard, so does @ExportControl. Change-Id: I0f<I>eba<I>a2fc6d5d<I>f3e0bf<I>b
VoltDB_voltdb
train
6a7dbdf5313234fd9bf7a2ebe5f4285bdc191372
diff --git a/bridge.js b/bridge.js index <HASH>..<HASH> 100644 --- a/bridge.js +++ b/bridge.js @@ -638,7 +638,7 @@ function deployOraclize () { logger.info('successfully deployed all contracts') oraclizeConfiguration.connector = activeOracleInstance.connector oraclizeConfiguration.account = activeOracleI...
Skip transaction confirmation on __callback transactions
oraclize_ethereum-bridge
train
c89186f856aaa84dc1af8bd3252d1887191b67a6
diff --git a/core/src/main/java/com/graphhopper/routing/ch/CHAlgoFactoryDecorator.java b/core/src/main/java/com/graphhopper/routing/ch/CHAlgoFactoryDecorator.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/graphhopper/routing/ch/CHAlgoFactoryDecorator.java +++ b/core/src/main/java/com/graphhopper/routing/...
avoid exception for disabling edge based CH config, fixes #<I>
graphhopper_graphhopper
train
e01a631d8c7e52683102f60d964621d355eb554b
diff --git a/shapes.py b/shapes.py index <HASH>..<HASH> 100644 --- a/shapes.py +++ b/shapes.py @@ -2,58 +2,89 @@ import math """ Functions to generate different shapes to be used as sprite images. """ -def vector(angle, length): - """ - angle in degrees - length in pixels - """ - xLength = l...
Rewritten vector and square functions, created box and vector_p functions
olls_graphics
train
1a50512d06c2b0d444fcfc7d424cfe5529fdea46
diff --git a/logback-core/src/test/java/ch/qos/logback/core/appender/FileAppenderTest.java b/logback-core/src/test/java/ch/qos/logback/core/appender/FileAppenderTest.java index <HASH>..<HASH> 100644 --- a/logback-core/src/test/java/ch/qos/logback/core/appender/FileAppenderTest.java +++ b/logback-core/src/test/java/ch/q...
Fix FileAppenderTest Check for NOPOutputStream after FileAppender is started with lazy flag
tony19_logback-android
train
bbccbacf3db8c1d481dc1e01111e7d402e6f9867
diff --git a/lib/strong_migrations/migration.rb b/lib/strong_migrations/migration.rb index <HASH>..<HASH> 100644 --- a/lib/strong_migrations/migration.rb +++ b/lib/strong_migrations/migration.rb @@ -31,14 +31,14 @@ module StrongMigrations if columns.is_a?(Array) && columns.size > 3 raise_error :...
Added consistency for options [skip ci]
ankane_strong_migrations
train
fa2eaa9e4ea5bc1048dba12f5b3093d384a4a5b4
diff --git a/src/Router.php b/src/Router.php index <HASH>..<HASH> 100644 --- a/src/Router.php +++ b/src/Router.php @@ -90,26 +90,29 @@ class Router implements StageInterface */ public function pipe(callable $stage) { - $this->pipeline->add(new Pipe(function ($payload) use ($stage) { - ...
fix pipeline logic, is now much better
monolyth-php_reroute
train
f4b0c80bd1ce9cc5d0c99c877195f9b759ce9825
diff --git a/model/Document.js b/model/Document.js index <HASH>..<HASH> 100644 --- a/model/Document.js +++ b/model/Document.js @@ -124,6 +124,23 @@ export default class Document extends EventEmitter { getAnnotations (path) { return this.getIndex('annotations').get(path) } + /** + * Retrieve the NodeProper...
Introduce Document.getProperty(path) Provides the specification for a property.
substance_substance
train
40b7eb3363ce5a5e82eb91ce5b71c2430b8f5273
diff --git a/src/jssocials.js b/src/jssocials.js index <HASH>..<HASH> 100644 --- a/src/jssocials.js +++ b/src/jssocials.js @@ -10,7 +10,7 @@ return value; }; - var IMG_SRC_REGEX = /(\.(jpeg|png|gif|bmp|svg\+xml)$|^data:image\/(jpeg|png|gif|bmp|svg\+xml);base64)/i; + var IMG_SRC_REGEX = /(\.(jpeg|p...
Core: Fix *.svg image support Fixes #<I>
tabalinas_jssocials
train
fe62d9a3941e8a944ba3d8e5eb782b19aa73af95
diff --git a/core/lib/refinery/menu_item.rb b/core/lib/refinery/menu_item.rb index <HASH>..<HASH> 100644 --- a/core/lib/refinery/menu_item.rb +++ b/core/lib/refinery/menu_item.rb @@ -15,19 +15,17 @@ module Refinery def children @children ||= if has_children? - menu.class.new(menu.select{|item| item...
Creating a new menu instance ruined the way that it was supposed to work and I don't think we even need to do it (should be faster).
refinery_refinerycms
train
ab8325f965123b72b2f0525d6671012037787280
diff --git a/src/Model/BlogController.php b/src/Model/BlogController.php index <HASH>..<HASH> 100644 --- a/src/Model/BlogController.php +++ b/src/Model/BlogController.php @@ -12,6 +12,7 @@ use SilverStripe\ORM\FieldType\DBDatetime; use SilverStripe\ORM\PaginatedList; use SilverStripe\Security\Member; use SilverStrip...
Compatibility issues with core index (#<I>) Making index function compatible with SilverStripe\CMS\Model\RedirectorPageController, this stops issues when module installed and also creating a custom index function in PageController
silverstripe_silverstripe-blog
train
916e19996c3fac06802cdf26d2c82e017e5b39f6
diff --git a/lib/svtplay_dl/service/svt.py b/lib/svtplay_dl/service/svt.py index <HASH>..<HASH> 100644 --- a/lib/svtplay_dl/service/svt.py +++ b/lib/svtplay_dl/service/svt.py @@ -1,4 +1,5 @@ import copy +import json import re from svtplay_dl.error import ServiceError @@ -12,16 +13,14 @@ class Svt(Svtplay): de...
svt: fix so we can download videos again
spaam_svtplay-dl
train
32698e7b67e3e086eccea7fbb69d8f02adc23a78
diff --git a/facade/instance.go b/facade/instance.go index <HASH>..<HASH> 100644 --- a/facade/instance.go +++ b/facade/instance.go @@ -414,28 +414,16 @@ func (f *Facade) getInstanceHealth(svch *service.ServiceHealth, instanceID int) // GetHostStrategyInstances returns the strategy objects of all the instances // r...
Remove unnecessary call to hostStore for scheduler
control-center_serviced
train
37c4ff0189783055f3c5db395751b16fe7802006
diff --git a/lib/sprockets-derailleur/manifest.rb b/lib/sprockets-derailleur/manifest.rb index <HASH>..<HASH> 100644 --- a/lib/sprockets-derailleur/manifest.rb +++ b/lib/sprockets-derailleur/manifest.rb @@ -115,6 +115,7 @@ module Sprockets else logger.debug "Writing #{target}" ...
Create gzipped versions of bundled assets
steel_sprockets-derailleur
train
8542f4f48129db5b410b7db7e30f05fa011f05f5
diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/UserInfoTokenServices.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/UserInfoTokenServices.java index <HASH>..<HASH> 100644 --- a/spring-bo...
Make UserInfoTokenServices.getPrincipal protected Update UserInfoTokenServices.getPrincipal() so that it can be overridden by subclasses to allow a custom authenticated principal to be returned from the authorized request parameters. Fixes gh-<I>
spring-projects_spring-boot
train
48db88991801a453139b2a946acf9a1ab169e8be
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,17 @@ from setuptools import setup setup(name='jackal', - version='0.3.6', + version='0.3.7', description='Jackal provides a way to store results from hacking tools in a single place.', aut...
Added license, classifiers and requires python to the setup.py
mwgielen_jackal
train
f12f7d8db811caddcbae2fa4546313c0432b3a29
diff --git a/src/HMACAuth.php b/src/HMACAuth.php index <HASH>..<HASH> 100644 --- a/src/HMACAuth.php +++ b/src/HMACAuth.php @@ -76,7 +76,7 @@ class HMACAuth // to get the same signature every time ksort($headers); - return empty(implode('|', array_keys($headers))) ? - '(none)' : imp...
According to <URL> is a legal header character, whereas the comma (,) is not.
1ma_Psr7Hmac
train
6c87679e7e776203ce1d9df12e5d13ff0ac77c34
diff --git a/gnupg/tests/test_gnupg.py b/gnupg/tests/test_gnupg.py index <HASH>..<HASH> 100644 --- a/gnupg/tests/test_gnupg.py +++ b/gnupg/tests/test_gnupg.py @@ -421,7 +421,7 @@ class GPGTestCase(unittest.TestCase): def test_import_and_export(self): """Test that key import and export works.""" l...
Fix a bug in two unittests caused by a method not having been renamed.
isislovecruft_python-gnupg
train
f498459ad2934a46578e97f4d96bd92d68eed5a2
diff --git a/core/corehttp/gateway_test.go b/core/corehttp/gateway_test.go index <HASH>..<HASH> 100644 --- a/core/corehttp/gateway_test.go +++ b/core/corehttp/gateway_test.go @@ -157,7 +157,9 @@ func TestGatewayGet(t *testing.T) { // 1. It's a valid TLD. // 2. Go treats it as the file extension for "man" files (eve...
gateway_test: comment on platform dependence License: MIT
ipfs_go-ipfs
train
cf114b9c913fa537ab2262cee83529edd852940e
diff --git a/typedload/typechecks.py b/typedload/typechecks.py index <HASH>..<HASH> 100644 --- a/typedload/typechecks.py +++ b/typedload/typechecks.py @@ -15,7 +15,7 @@ protects the user from the ever changing internal representation used in different versions of Python. """ -# Copyright (C) 2019-2021 Salvo "LtWorf...
Add check for NotRequired type
ltworf_typedload
train
71e7cf60f174734788b8fb81d79c48254ee0e6e0
diff --git a/jodd-core/src/main/java/jodd/util/ThreadUtil.java b/jodd-core/src/main/java/jodd/util/ThreadUtil.java index <HASH>..<HASH> 100644 --- a/jodd-core/src/main/java/jodd/util/ThreadUtil.java +++ b/jodd-core/src/main/java/jodd/util/ThreadUtil.java @@ -25,11 +25,7 @@ package jodd.util; -import java.util.conc...
Removed utility that made no improvements.
oblac_jodd
train
9ddaadca274177cecbe9652ba1bdabc924ba7b8a
diff --git a/src/main/java/gwt/material/design/client/data/AbstractDataView.java b/src/main/java/gwt/material/design/client/data/AbstractDataView.java index <HASH>..<HASH> 100644 --- a/src/main/java/gwt/material/design/client/data/AbstractDataView.java +++ b/src/main/java/gwt/material/design/client/data/AbstractDataVie...
Refactor enableHelp - showHelp.
GwtMaterialDesign_gwt-material-table
train
445e48305353412483819acabe531a4facad187f
diff --git a/src/com/google/javascript/rhino/Node.java b/src/com/google/javascript/rhino/Node.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/rhino/Node.java +++ b/src/com/google/javascript/rhino/Node.java @@ -173,8 +173,16 @@ public class Node implements Cloneable, Serializable { @Override ...
Fix Node equivalence checks for -<I>. Completes fix started with r<I>. Fixes issue <I>. R=nicksantos DELTA=<I> (<I> added, 0 deleted, 3 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
google_closure-compiler
train
58186b73064627ece9782eab582222ef3c064a37
diff --git a/h2o-core/src/main/java/water/rapids/Rapids.java b/h2o-core/src/main/java/water/rapids/Rapids.java index <HASH>..<HASH> 100644 --- a/h2o-core/src/main/java/water/rapids/Rapids.java +++ b/h2o-core/src/main/java/water/rapids/Rapids.java @@ -107,8 +107,7 @@ public class Rapids { case '(': return new AS...
Rapids: allow tabs and newlines to count as whitespace
h2oai_h2o-3
train
40b3a72498b458fe9feaeb075b0ff6ffdf28a903
diff --git a/namesys/republisher/repub.go b/namesys/republisher/repub.go index <HASH>..<HASH> 100644 --- a/namesys/republisher/repub.go +++ b/namesys/republisher/repub.go @@ -28,6 +28,7 @@ var log = logging.Logger("ipns-repub") var DefaultRebroadcastInterval = time.Hour * 4 var InitialRebroadcastDelay = time.Minute...
retry publishing IPNS records every 5 minutes on failure This way, if we *happen* to be offline while attempting a publish, we don't wait the full interval. License: MIT
ipfs_go-ipfs
train
8752582c924c8583d089b12bfbfa72d3b5a71bd9
diff --git a/glue/ligolw/lsctables.py b/glue/ligolw/lsctables.py index <HASH>..<HASH> 100644 --- a/glue/ligolw/lsctables.py +++ b/glue/ligolw/lsctables.py @@ -568,7 +568,7 @@ class SnglInspiralTable(table.Table): "Gamma9": "real_4", "event_id": "int_8s" # FIXME: column should be ilwd } - # FIXME: event_id colu...
Fix PR<I>: In sngl_ringdown talbe, add "phase", "epsilon", and "amplitude" columns, change "event_id" to "ilwd:char".
gwastro_pycbc-glue
train
9a3c74d3bd597546f3b81a00bd7056b5a012ec94
diff --git a/src/iterator.js b/src/iterator.js index <HASH>..<HASH> 100644 --- a/src/iterator.js +++ b/src/iterator.js @@ -120,7 +120,12 @@ export default class Iterator { this.descendLeft() } } else { - this.descendRight() + if (this.currentNode) { + this.descendRight(...
Allow seeking the iterator to Infinity,Infinity in the output
atom_superstring
train
609361a7803eadf20ca580d14a3337459b0e9fd3
diff --git a/lib/versatile_rjs/proxy.rb b/lib/versatile_rjs/proxy.rb index <HASH>..<HASH> 100644 --- a/lib/versatile_rjs/proxy.rb +++ b/lib/versatile_rjs/proxy.rb @@ -15,14 +15,14 @@ module VersatileRJS end def call(method, *arguments) - method = method.to_s.camelcase - statement = + method =...
method name conversion should be camelize with first letter lower.
condor_versatile_rjs
train
18062dd4162d4889608ab67416e2b434b56a609e
diff --git a/i3pystatus/updates/yaourt.py b/i3pystatus/updates/yaourt.py index <HASH>..<HASH> 100644 --- a/i3pystatus/updates/yaourt.py +++ b/i3pystatus/updates/yaourt.py @@ -1,15 +1,25 @@ -""" -This module counts the available updates using yaourt. -By default it will only count aur packages. -If you want to count bot...
Moved the docstring and added usage examples.
enkore_i3pystatus
train
544e75c6b357e22cc825035262e037ea66074ed6
diff --git a/pyspectral/tests/test_reflectance.py b/pyspectral/tests/test_reflectance.py index <HASH>..<HASH> 100644 --- a/pyspectral/tests/test_reflectance.py +++ b/pyspectral/tests/test_reflectance.py @@ -156,8 +156,9 @@ class TestReflectance(unittest.TestCase): refl37 = Calculator('EOS-Aqua', 'modis',...
Test that masking_limit is set to Calculator
pytroll_pyspectral
train
f345c5d456516817d4c021572dc80e759072d602
diff --git a/core/src/main/java/com/datastax/oss/driver/internal/core/cql/CqlPrepareAsyncHandler.java b/core/src/main/java/com/datastax/oss/driver/internal/core/cql/CqlPrepareAsyncHandler.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/datastax/oss/driver/internal/core/cql/CqlPrepareAsyncHandler.java +++ ...
Make constructors public for built-in implementations of RequestHandler
datastax_java-driver
train
2e23689c1687c5a0e1dd01304c88c68c81cad7bc
diff --git a/src/Abstract_/FormFieldDefault.php b/src/Abstract_/FormFieldDefault.php index <HASH>..<HASH> 100644 --- a/src/Abstract_/FormFieldDefault.php +++ b/src/Abstract_/FormFieldDefault.php @@ -76,7 +76,7 @@ abstract class FormFieldDefault extends FormField implements form_\Focusable $this->title = $tit...
Fixes bugs based on missing utf8 support
hemio-ev_form
train
75def177a64f6b998470eaaf7d14696490af30a0
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: - sudo apt-get install -y acl lxc lxc-dev sqlite3 jq busybox-static protobuf-compiler install: - - go get -v code.google.com/p/goprotobuf/... + - go get -v github.com/golang/p...
go-protobuf is now on github
lxc_lxd
train
67183ff9e8f4d16340a00975355f418fe03e2a0e
diff --git a/readthedocs/conf.py b/readthedocs/conf.py index <HASH>..<HASH> 100644 --- a/readthedocs/conf.py +++ b/readthedocs/conf.py @@ -106,7 +106,8 @@ def skip(app, what, name, obj, would_skip, options): '__init__', '__abstractmethods__', '__module__', - '__doc__' +...
Improve method signatures in the docs
LonamiWebs_Telethon
train
7a6a9371be3b7ea352c9b87b2c319f2dc1889471
diff --git a/parler/forms.py b/parler/forms.py index <HASH>..<HASH> 100644 --- a/parler/forms.py +++ b/parler/forms.py @@ -116,8 +116,10 @@ class BaseTranslatableModelForm(forms.BaseModelForm): UPGRADED_CLASSES = {} def _upgrade_boundfield_class(cls): - if cls is BoundField or cls is TranslatableBoundField: + ...
Better fix for upgrading BoundField
django-parler_django-parler
train
b2b60c4aeb64dbe5f704b3bca58347c843913b21
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,12 @@ # -*- coding: utf-8 -*- from setuptools import setup +import sys + +extra = {} +if sys.version_info >= (3,): + extra['use_2to3'] = True + setup( name='funcparserlib', @@ -12,4 +18,4 @@ setup( ...
Compatibility with setuptools instead of distribute for Python 2
vlasovskikh_funcparserlib
train
5d36a7797e4feffb79ddbaaa4a62f87695fc44f0
diff --git a/server/auth.go b/server/auth.go index <HASH>..<HASH> 100644 --- a/server/auth.go +++ b/server/auth.go @@ -40,12 +40,15 @@ func (p *Permissions) clone() *Permissions { if p == nil { return nil } - clone := &Permissions{ - Publish: make([]string, len(p.Publish)), - Subscribe: make([]string, len(p....
Fix Options Clone Ensure Options.Clone() only initializes Users and Routes when the Options it's cloning has them initialized.
nats-io_gnatsd
train
75b78170edf21f723bcf4a200327abfaf3804dde
diff --git a/features/support/env.rb b/features/support/env.rb index <HASH>..<HASH> 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -1,5 +1,7 @@ -require 'coveralls' -Coveralls.wear! +if ENV['CI'] + require 'coveralls' + Coveralls.wear! +end require 'active_record' require 'sqlite3'
Run Coveralls only on CI
kevgo_active_cucumber
train
7137ac1bbd41f6e93d36c921e171df112069c71b
diff --git a/clickoutside.directive.js b/clickoutside.directive.js index <HASH>..<HASH> 100644 --- a/clickoutside.directive.js +++ b/clickoutside.directive.js @@ -38,6 +38,11 @@ classNames = element.className, l = classList.length; + // ...
Handle case where element is SVG This causes the 'className' property to be an instanceof SVGAnimatedString instead of simply a string. This can be handled by unwrapping the SVGAnimatedString.
IamAdamJowett_angular-click-outside
train
a45163c3c411693213514991720fa8f5bfba75dc
diff --git a/src/instrumentation/traceBuffer.js b/src/instrumentation/traceBuffer.js index <HASH>..<HASH> 100644 --- a/src/instrumentation/traceBuffer.js +++ b/src/instrumentation/traceBuffer.js @@ -9,6 +9,8 @@ var TraceBuffer = function (name) { } TraceBuffer.prototype.startTrace = function (signature, type) { + ...
Add additional logging in TraceBuffer
opbeat_opbeat-js-core
train
7ac5f2b1e0d34b2670e92b9a3f88d7bed4dc074c
diff --git a/lib/bullet/active_record41.rb b/lib/bullet/active_record41.rb index <HASH>..<HASH> 100644 --- a/lib/bullet/active_record41.rb +++ b/lib/bullet/active_record41.rb @@ -125,7 +125,7 @@ module Bullet # call one to many associations alias_method :origin_load_target, :load_target def l...
Auto corrected by following Lint Ruby Style/NestedModifier
flyerhzm_bullet
train
7fde792685756233acd0237c6abdb0cdfc97417c
diff --git a/doc/rules.md b/doc/rules.md index <HASH>..<HASH> 100644 --- a/doc/rules.md +++ b/doc/rules.md @@ -1171,6 +1171,8 @@ Options: `boolean`, default: `false`. Warn when the horizontal rules violate a given or detected style. + Note that horizontal rules are also called “thematic break”. + Options: `s...
Update for changes in remark@<I>
remarkjs_remark-lint
train
a129b832398a335182a39f67b135b8c9955e5ffc
diff --git a/dev/com.ibm.ws.jaxrs.2.0.common/src/com/ibm/ws/jaxrs20/injection/InjectionRuntimeContextHelper.java b/dev/com.ibm.ws.jaxrs.2.0.common/src/com/ibm/ws/jaxrs20/injection/InjectionRuntimeContextHelper.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.jaxrs.2.0.common/src/com/ibm/ws/jaxrs20/injection/Inject...
Issue #<I>: Fix CL Issue #<I> NPE in ThreadLocalHttpServletRequest
OpenLiberty_open-liberty
train
0a4a41841354e698c1b651d3facd3267a2b4456e
diff --git a/tests/test_mycroft_skills_manager.py b/tests/test_mycroft_skills_manager.py index <HASH>..<HASH> 100644 --- a/tests/test_mycroft_skills_manager.py +++ b/tests/test_mycroft_skills_manager.py @@ -160,7 +160,7 @@ class TestMycroftSkillsManager(TestCase): ] self.assertTrue(self.skills_json_...
Convert Paths to str for python <I> compatibility
MycroftAI_mycroft-skills-manager
train
09c1d7389c9ebfa613cba24368db9e4f38a25a23
diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/ResourceManagerRuntimeServices.java b/flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/ResourceManagerRuntimeServices.java index <HASH>..<HASH> 100644 --- a/flink-runtime/src/main/java/org/apache/flink/runtime/resource...
[hotfix][runtime] Pass total resource profile instead of default slot profile to DefaultResourceAllocationStrategy The total resource profile will contain the entire information of external resources
apache_flink
train
d0a8e5ff0ead3ea5de09e8d95b7a62d83c5f53f2
diff --git a/lib/hub/commands.rb b/lib/hub/commands.rb index <HASH>..<HASH> 100644 --- a/lib/hub/commands.rb +++ b/lib/hub/commands.rb @@ -368,10 +368,12 @@ module Hub if url = args.find { |a| a =~ %r{^https?://(gist\.)?github\.com/} } idx = args.index(url) gist = $1 == 'gist.' + # strip...
fix `am` command when given URLs that include the fragment
github_hub
train
5d02bba25e58a18eeeba7899ba27e701d274834c
diff --git a/autofit/graphical/__init__.py b/autofit/graphical/__init__.py index <HASH>..<HASH> 100644 --- a/autofit/graphical/__init__.py +++ b/autofit/graphical/__init__.py @@ -2,7 +2,7 @@ from .declarative import ModelFactor, ModelFactorCollection from .factor_graphs import \ Factor, FactorJacobian, FactorGrap...
including CovarianceTransform and identity_transform in graph
rhayes777_PyAutoFit
train
ea227913dacaab01a8cbb4ed3ee54d8d7394eb6f
diff --git a/system/src/Grav/Common/Assets.php b/system/src/Grav/Common/Assets.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Assets.php +++ b/system/src/Grav/Common/Assets.php @@ -24,9 +24,6 @@ class Assets { use GravTrait; - /** @const Regex to match grav asset shortcodes */ - const GRAV_A...
switched assets to use new php stream locators
getgrav_grav
train
7ae85c2106942a7ab6cbc7875df6bac95e5398fb
diff --git a/asteval/asteval.py b/asteval/asteval.py index <HASH>..<HASH> 100644 --- a/asteval/asteval.py +++ b/asteval/asteval.py @@ -13,6 +13,7 @@ later, using the current values in the symboltable. from __future__ import division, print_function import ast +import inspect import six from sys import exc_info, s...
several more fixes, notable add inspect.ismodule for no_deepcopy
newville_asteval
train
c0150ed669a33d6002db59ca726e914d3853f869
diff --git a/eth_utils/logging.py b/eth_utils/logging.py index <HASH>..<HASH> 100644 --- a/eth_utils/logging.py +++ b/eth_utils/logging.py @@ -1,19 +1,43 @@ import contextlib +import functools import logging -from typing import Any, Iterator, Type, TypeVar +from typing import Any, Callable, Iterator, Optional, Type, ...
caching of checks for whether to log at DEBUG2 levels
ethereum_eth-utils
train
46378e4b56e3ec815bd47a818f41c2815dae5fee
diff --git a/spec/lib/endpoints/insurance_packages_spec.rb b/spec/lib/endpoints/insurance_packages_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/endpoints/insurance_packages_spec.rb +++ b/spec/lib/endpoints/insurance_packages_spec.rb @@ -3,7 +3,7 @@ require 'spec_helper' describe AthenaHealth::Endpoints::Insuranc...
Fix Spelling Typo in Spec
HealthTechDevelopers_athena_health
train
fef05d77d28e4d00f1e4407851877266bad430d6
diff --git a/expression/builtin_cast.go b/expression/builtin_cast.go index <HASH>..<HASH> 100644 --- a/expression/builtin_cast.go +++ b/expression/builtin_cast.go @@ -1915,17 +1915,17 @@ func WrapWithCastAsString(ctx sessionctx.Context, expr Expression) Expression { return expr } argLen := exprTp.Flen - // If ex...
expression: fix wrong flen when cast decimal to string (#<I>)
pingcap_tidb
train
734fac97a6747051c0aff17332954fcba1d5baec
diff --git a/lib/listings/base.rb b/lib/listings/base.rb index <HASH>..<HASH> 100644 --- a/lib/listings/base.rb +++ b/lib/listings/base.rb @@ -50,7 +50,7 @@ module Listings end if paginated? - items = paginatable(items).page(page).per(page_size) + items = items.page(page).per(page_size) ...
fix double paginatable to array been applied.
manastech_listings
train
cda584a51039693a239cab1f73711423fdb2f88b
diff --git a/pkg/image/trigger/deploymentconfigs/deploymentconfigs.go b/pkg/image/trigger/deploymentconfigs/deploymentconfigs.go index <HASH>..<HASH> 100644 --- a/pkg/image/trigger/deploymentconfigs/deploymentconfigs.go +++ b/pkg/image/trigger/deploymentconfigs/deploymentconfigs.go @@ -128,13 +128,19 @@ func (i deploym...
Fix DC image reactor to reconcile on DC dc.Spec.Template.Spec.Containers changes
openshift_origin
train
144e606971b63a9271c48e2048a6372a912321a7
diff --git a/lib/attributor/attribute.rb b/lib/attributor/attribute.rb index <HASH>..<HASH> 100644 --- a/lib/attributor/attribute.rb +++ b/lib/attributor/attribute.rb @@ -14,10 +14,7 @@ module Attributor # @block: code definition for struct attributes (nil for predefined types or leaf/simple types) def initia...
remove @saved_block from Attribute acu<I>
praxis_attributor
train
de1601921b1df695296c0c1ba716acf58f46fc28
diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/generators/app_base.rb +++ b/railties/lib/rails/generators/app_base.rb @@ -173,9 +173,9 @@ module Rails if options[:asset_pipeline] == "sprockets" ...
Use same comment format as other gems, including links to learn more
rails_rails
train
7411761b8076d291093896d7bacd4d0b3bf42ff4
diff --git a/match/lib/match/storage/google_cloud_storage.rb b/match/lib/match/storage/google_cloud_storage.rb index <HASH>..<HASH> 100644 --- a/match/lib/match/storage/google_cloud_storage.rb +++ b/match/lib/match/storage/google_cloud_storage.rb @@ -293,6 +293,9 @@ module Match end def ensure_bucket_is...
Check if the bucket name was already specified (#<I>)
fastlane_fastlane
train
4c104dddd1f9bf9d5d006c2e1ac7fe1a2b5ca606
diff --git a/src/SectionField/Api/Controller/RestController.php b/src/SectionField/Api/Controller/RestController.php index <HASH>..<HASH> 100644 --- a/src/SectionField/Api/Controller/RestController.php +++ b/src/SectionField/Api/Controller/RestController.php @@ -706,7 +706,9 @@ class RestController implements RestContr...
Return Origin on OPTIONS calls
dionsnoeijen_sexy-field-api
train
c7a59e10a17deafc069de3156970024cd7613a74
diff --git a/cmsplugin_cascade/bootstrap4/fields.py b/cmsplugin_cascade/bootstrap4/fields.py index <HASH>..<HASH> 100644 --- a/cmsplugin_cascade/bootstrap4/fields.py +++ b/cmsplugin_cascade/bootstrap4/fields.py @@ -9,4 +9,5 @@ class BootstrapMultiSizeField(MultiSizeField): """ def __init__(self, *args, **kwar...
MultiSizeField accepts sublabels for all of its fields
jrief_djangocms-cascade
train
c594317337457a7f19166244f6acc66b476be856
diff --git a/src/main/java/io/pivotal/spring/cloud/IssuerCheckConfiguration.java b/src/main/java/io/pivotal/spring/cloud/IssuerCheckConfiguration.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/pivotal/spring/cloud/IssuerCheckConfiguration.java +++ b/src/main/java/io/pivotal/spring/cloud/IssuerCheckConfiguratio...
Do not attempt to create token store if not running in cloud environment [#<I>] <URL>
pivotal-cf_spring-cloud-sso-connector
train
0731baaf050aa1c507baa020db9ae0bed7560cea
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -9,6 +9,7 @@ // * Source: <https://github.com/niftylettuce/express-paginate> var querystring = require('querystring') +var url = require('url'); var _ = require('lodash') exports = module.exports @@ -19,7 +20,7 @@ expo...
removing query parameters from the url, so it won't duplicate when reappended
expressjs_express-paginate
train
3fa521574f8a8107a758042cc22fd5b892e74006
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # VisiData version history -# 2.8 (2021-12-XX) +# 2.8 (2021-12-15) ## Improvements diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,...
[dev] bump to <I>
saulpw_visidata
train
b6f08e746d29a10f73c9e37ea828f093d68a89bd
diff --git a/sonar-channel/src/main/java/org/sonar/channel/CodeBuffer.java b/sonar-channel/src/main/java/org/sonar/channel/CodeBuffer.java index <HASH>..<HASH> 100644 --- a/sonar-channel/src/main/java/org/sonar/channel/CodeBuffer.java +++ b/sonar-channel/src/main/java/org/sonar/channel/CodeBuffer.java @@ -94,11 +94,9 @...
Sonar Channel : Slightly improve the readability of the source code in charge to increment the line number
SonarSource_sonarqube
train
bb215a48c4c2ef592410c5bd1425ed57a53c78f6
diff --git a/tests/unit/AssetTest.php b/tests/unit/AssetTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/AssetTest.php +++ b/tests/unit/AssetTest.php @@ -2,6 +2,9 @@ namespace WeiTest; +/** + * @property \Wei\Asset asset + */ class AssetTest extends TestCase { /** @@ -52,4 +55,13 @@ class Asse...
added test for asset service concat method
twinh_wei
train
497e1c27d2f911a2311b84f3c5976d7f3e0f9fe7
diff --git a/src/browser/rollbar.js b/src/browser/rollbar.js index <HASH>..<HASH> 100644 --- a/src/browser/rollbar.js +++ b/src/browser/rollbar.js @@ -123,7 +123,7 @@ Rollbar.prototype.handleUnhandledRejection = function(reason, promise) { if (_.isError(reason)) { item = this._createItem([message, reason, conte...
include the reason in the item even if it is not an error, even though this duplicates information that is already in message
rollbar_rollbar.js
train
be38d2519c84da1bd26f5e681bfe3331d0b86ac1
diff --git a/bokeh/io/webdriver.py b/bokeh/io/webdriver.py index <HASH>..<HASH> 100644 --- a/bokeh/io/webdriver.py +++ b/bokeh/io/webdriver.py @@ -22,6 +22,7 @@ log = logging.getLogger(__name__) #----------------------------------------------------------------------------- # Standard library imports +import atexit ...
Always kill phantomjs at process exit (#<I>)
bokeh_bokeh
train
7dd76c234c5b9c1c43176bf2ac73b339c2e6323f
diff --git a/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveDeleteAndRestartTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveDeleteAndRestartTest.java index <HASH>..<HASH> 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveDeleteAndRestartTest.java +++ b/aeron-system-tes...
[Java] Stop recording before shutting down archive with separate media driver.
real-logic_aeron
train