hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
0c9e78e2eeb880a3efd13f8e903ea210a7ee03d9
diff --git a/nova-client/src/main/java/com/woorea/openstack/nova/Nova.java b/nova-client/src/main/java/com/woorea/openstack/nova/Nova.java index <HASH>..<HASH> 100644 --- a/nova-client/src/main/java/com/woorea/openstack/nova/Nova.java +++ b/nova-client/src/main/java/com/woorea/openstack/nova/Nova.java @@ -14,6 +14,7 @@...
Add HostsExtension to class Nova(OpenStackClient), and enable "/os-hosts" operations.
woorea_openstack-java-sdk
train
7566315c7af0213c6c8c0958150114263307b08d
diff --git a/src/Composer/Package/Archiver/ArchiveManager.php b/src/Composer/Package/Archiver/ArchiveManager.php index <HASH>..<HASH> 100644 --- a/src/Composer/Package/Archiver/ArchiveManager.php +++ b/src/Composer/Package/Archiver/ArchiveManager.php @@ -72,7 +72,7 @@ class ArchiveManager */ public function ...
Don't put dots in archive filenames they cause problems with PharData composer/satis#<I>
mothership-ec_composer
train
3ae7b0a4bd378e470faa4964972ef06703dfc5c8
diff --git a/multiqc/plots/bargraph.py b/multiqc/plots/bargraph.py index <HASH>..<HASH> 100644 --- a/multiqc/plots/bargraph.py +++ b/multiqc/plots/bargraph.py @@ -179,8 +179,9 @@ def plot (data, cats = None, pconfig = None): if config.plots_force_flat or (not config.plots_force_interactive and len(plotsamples[...
Log debug exception details in lineplot and bargraph when we hit an exception from matplotlib
ewels_MultiQC
train
ae47868273be2ee5a454d1ca0ef9599f9500612d
diff --git a/lib/record_store/record/ptr.rb b/lib/record_store/record/ptr.rb index <HASH>..<HASH> 100644 --- a/lib/record_store/record/ptr.rb +++ b/lib/record_store/record/ptr.rb @@ -2,7 +2,12 @@ module RecordStore class Record::PTR < Record attr_accessor :ptrdname - validate :validate_fqdn_inside_in_addr_...
Require PTR FQDNs to have 1-4 octets within 0-<I>
Shopify_record_store
train
e34924dc16baefa316f8ab4a2e5b92516527cfd8
diff --git a/sources/elasticsearch/logs2dataflow.py b/sources/elasticsearch/logs2dataflow.py index <HASH>..<HASH> 100755 --- a/sources/elasticsearch/logs2dataflow.py +++ b/sources/elasticsearch/logs2dataflow.py @@ -306,9 +306,14 @@ hosts_buckets, bytes_transfered = get_log_aggregate( ) graph = [] +max_count = max(...
Analyze bots traffic Resolves #9
macbre_data-flow-graph
train
00883fc4099e7155f709a19b4d98085c282d8df9
diff --git a/src/Symfony/Component/Console/Tests/ApplicationTest.php b/src/Symfony/Component/Console/Tests/ApplicationTest.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Console/Tests/ApplicationTest.php +++ b/src/Symfony/Component/Console/Tests/ApplicationTest.php @@ -41,6 +41,13 @@ class ApplicationTest ...
Make tests independent from each other Environment variables set in a test need to be restored to their previous values or unset if we want to be able to run tests independently.
symfony_symfony
train
35268b43a315b2d44d9912159f189e2b80c610cf
diff --git a/nodeconductor/cost_tracking/admin.py b/nodeconductor/cost_tracking/admin.py index <HASH>..<HASH> 100644 --- a/nodeconductor/cost_tracking/admin.py +++ b/nodeconductor/cost_tracking/admin.py @@ -1,4 +1,3 @@ -from django.conf.urls import patterns, url from django.contrib import admin from django.contrib.ad...
Remove leftover imports (NC-<I>)
opennode_waldur-core
train
4abf76cf85609854216d639769c7bb6c1a8baa7f
diff --git a/dockermake/builds.py b/dockermake/builds.py index <HASH>..<HASH> 100644 --- a/dockermake/builds.py +++ b/dockermake/builds.py @@ -120,7 +120,7 @@ class BuildTarget(object): def _get_stack_key(self, istep): names = [self.from_image] - for i in xrange(istep+1): + for i in range(...
Fix cache busting in python 3
avirshup_DockerMake
train
bbffce8ef9eb07d19c224f5361c4af1ce10ee845
diff --git a/liquibase-core/src/main/java/liquibase/change/core/AddUniqueConstraintChange.java b/liquibase-core/src/main/java/liquibase/change/core/AddUniqueConstraintChange.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/change/core/AddUniqueConstraintChange.java +++ b/liquibase-core/src/...
CORE-<I>: Revert Unique Index failed for SQLAnywhere
liquibase_liquibase
train
ca541fe73dbc81ebd311c2426e1547c0f27c2330
diff --git a/src/main/java/com/dlsc/preferencesfx/PreferencesFx.java b/src/main/java/com/dlsc/preferencesfx/PreferencesFx.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/dlsc/preferencesfx/PreferencesFx.java +++ b/src/main/java/com/dlsc/preferencesfx/PreferencesFx.java @@ -136,6 +136,10 @@ public class Prefere...
StorageHandler: added method to clear the preferences PreferencesFx: clear the preferences if there are any, if saveSettings is set to false
dlemmermann_PreferencesFX
train
7447eac5ef1c7175e1734e507c132fae9e38515e
diff --git a/src/s9e/TextFormatter/Plugins/MarkdownLite/Parser.php b/src/s9e/TextFormatter/Plugins/MarkdownLite/Parser.php index <HASH>..<HASH> 100644 --- a/src/s9e/TextFormatter/Plugins/MarkdownLite/Parser.php +++ b/src/s9e/TextFormatter/Plugins/MarkdownLite/Parser.php @@ -48,15 +48,26 @@ class Parser extends ParserBa...
MarkdownLite: saved notes [ci skip]
s9e_TextFormatter
train
c70c2ea0d97b8c82a67043a796dad03fad757826
diff --git a/parsl/app/errors.py b/parsl/app/errors.py index <HASH>..<HASH> 100644 --- a/parsl/app/errors.py +++ b/parsl/app/errors.py @@ -23,3 +23,39 @@ class AppException(ParslError): What this exception contains depends entirely on context ''' pass + +class AppFailure(ParslError): + ''' An error ra...
Exception for exit failures vs missing outputs failures
Parsl_parsl
train
b8ae02a6c68df083b008e911ddaf95948d5afa28
diff --git a/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/DiffCommand.php b/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/DiffCommand.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/DiffCommand.php +++ b/lib/Doctrine/DBAL/Migrations/Tools/Console/Command/DiffCommand.p...
migrationsTableName should be case insensitive Oracle returns all table names UPPERCASE, so this check fails and migrationsTable is included to every migration.
doctrine_migrations
train
ea2211c145294d2ba001e59cd4f5759af75d1343
diff --git a/src/Utilities/LocalesManager.php b/src/Utilities/LocalesManager.php index <HASH>..<HASH> 100644 --- a/src/Utilities/LocalesManager.php +++ b/src/Utilities/LocalesManager.php @@ -381,7 +381,8 @@ class LocalesManager implements LocalesManagerInterface $currentLocale = $this->getCurrentLocaleEntity()...
Updating/Fixing the regional stuff (LC_TIME and LC_MONETARY)
ARCANEDEV_Localization
train
fe3af0f030e7fe222a1427b4bdfb3ea7389e121b
diff --git a/eppy/runner/run_functions.py b/eppy/runner/run_functions.py index <HASH>..<HASH> 100644 --- a/eppy/runner/run_functions.py +++ b/eppy/runner/run_functions.py @@ -87,7 +87,7 @@ def multirunner(args): run(*args[0], **args[1]) -def run(idf=None, weather=None, output_directory='run_outputs', annual=Fa...
Default output folder for IDF5.run() is current directory This is to match the behaviour of the CLI.
santoshphilip_eppy
train
ddfb8d9fa67b98d84a8bfa4e6ad1dbc102cc5e42
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -17,7 +17,7 @@ module.exports = function(db) { throw new Error('Not enough arguments'); } - if (args.length == 1) return arguments[0]; + if (args.length == 1) return '!' + arguments[0]; var ke...
Update index.js If top level, should return with an exclamation as well.
heapwolf_level-key
train
9406810d2075cf18cf1ac5464a34739d893dabdb
diff --git a/tests/test_parse_requirements.py b/tests/test_parse_requirements.py index <HASH>..<HASH> 100644 --- a/tests/test_parse_requirements.py +++ b/tests/test_parse_requirements.py @@ -239,12 +239,13 @@ def test_parse_requirements_with_environment_markers(monkeypatch): def test_parse_requirements_with_invali...
Assert on `PipError` messages in requirements parsing tests
di_pip-api
train
36cc2ac1a941e9a6f521ffdfc00c8ee34af33b40
diff --git a/validator/sawtooth_validator/journal/consensus/poet1/poet_consensus.py b/validator/sawtooth_validator/journal/consensus/poet1/poet_consensus.py index <HASH>..<HASH> 100644 --- a/validator/sawtooth_validator/journal/consensus/poet1/poet_consensus.py +++ b/validator/sawtooth_validator/journal/consensus/poet1...
Workaround pylint invalid-name error Renames the TransactionBlock attribute to transaction_block. This change isn't necessarily a real fix or 'correct' per-se, but there doesn't appear to be any code remaining that references these fields, so it should be an okay workaround until PoET is integrated with the validator...
hyperledger_sawtooth-core
train
ca19d7082e9b714554679f16e78e800f01c912d1
diff --git a/graph/Schema.java b/graph/Schema.java index <HASH>..<HASH> 100644 --- a/graph/Schema.java +++ b/graph/Schema.java @@ -19,6 +19,7 @@ package hypergraph.graph; import javax.annotation.Nullable; +import java.time.LocalDateTime; public class Schema { @@ -101,10 +102,10 @@ public class Schema { ...
Replaced the term 'DataType' with 'ValueType'
graknlabs_grakn
train
aa51ea53f9374a79d6fe1db62ff3a3974bb7a7a9
diff --git a/src/Ratchet/Component/Server/IOServerComponent.php b/src/Ratchet/Component/Server/IOServerComponent.php index <HASH>..<HASH> 100644 --- a/src/Ratchet/Component/Server/IOServerComponent.php +++ b/src/Ratchet/Component/Server/IOServerComponent.php @@ -161,6 +161,8 @@ class IOServerComponent implements Messag...
IO adds remoteAddress to Connection
ratchetphp_Ratchet
train
b43bf68f9c5b1396ae50db6a1ea087efb7b3b19f
diff --git a/dev/TestSession.php b/dev/TestSession.php index <HASH>..<HASH> 100644 --- a/dev/TestSession.php +++ b/dev/TestSession.php @@ -96,8 +96,12 @@ class TestSession { $form->setField(new SimpleByName($k), $v); } - if($button) $submission = $form->submitButton(new SimpleByName($button)); - else $su...
MINOR: Minor fixes to FunctionalTest
silverstripe_silverstripe-framework
train
5d28cf05d07dfba60252d55fdaff5b31f0552895
diff --git a/bot.go b/bot.go index <HASH>..<HASH> 100644 --- a/bot.go +++ b/bot.go @@ -184,7 +184,11 @@ func (bot *BotAPI) UploadFile(endpoint string, params map[string]string, fieldna } var apiResp APIResponse - json.Unmarshal(bytes, &apiResp) + + err = json.Unmarshal(bytes, &apiResp) + if err != nil { + return...
Fix returning APIResponse from SetWebHook
go-telegram-bot-api_telegram-bot-api
train
b81c50c62ce775ecdb15371058c08ec79999a99f
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ In the example below, the `inspector` variable will be used. For the client-sid * `boolean` * `null` * `date` (instanceof Date), you can use the `validDate: true` to check if the date is valid - ...
Implement sanatize.strict on custom classes (#<I>) * Implement sanatize.strict on custom classes Fixes #<I> * Change to tab for comment * Change docs for change * Add test with class syntax
Atinux_schema-inspector
train
1e89553fb04c9058b19e1289fb857cb153250b33
diff --git a/nion/swift/ConsoleDialog.py b/nion/swift/ConsoleDialog.py index <HASH>..<HASH> 100644 --- a/nion/swift/ConsoleDialog.py +++ b/nion/swift/ConsoleDialog.py @@ -231,7 +231,7 @@ class ConsoleWidget(Widgets.CompositeWidgetBase): class ConsoleDialog(Dialog.ActionDialog): def __init__(self, document_contr...
Save/restore console/script windows with same position/size.
nion-software_nionswift
train
1a6d07b3e098af38b37c64a2221a54c8ef563ac8
diff --git a/edit_interface.php b/edit_interface.php index <HASH>..<HASH> 100644 --- a/edit_interface.php +++ b/edit_interface.php @@ -274,45 +274,40 @@ case 'edit': $level1type = $edit_fact->getTag(); switch ($record::RECORD_TYPE) { - case 'OBJE': - case 'NOTE': - // OBJE and NOTE facts are all special, and non...
Fix #<I> - should not be able to add NOTEs in certain circumstances
fisharebest_webtrees
train
89c759b0a5e93947741bc13b96dd342b73e42ef7
diff --git a/shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/connection/ResourceLockTest.java b/shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/connection/ResourceLockTes...
Refactor ResourceLockTest to remove unstable test cases (#<I>)
apache_incubator-shardingsphere
train
4802da29301ae28069161e6647271bd30153d5a9
diff --git a/conz.py b/conz.py index <HASH>..<HASH> 100644 --- a/conz.py +++ b/conz.py @@ -13,6 +13,7 @@ from __future__ import print_function import os import sys import signal +import textwrap import contextlib @@ -126,6 +127,25 @@ class Color: color = Color() +def rewrap(s, width=79): + """ Join all ...
Implemented user ineraction controls: RVPL and menu
Othernet-Project_conz
train
2d0cd6d49979b4f18aba8f913f82d592fb835088
diff --git a/troposphere/autoscaling.py b/troposphere/autoscaling.py index <HASH>..<HASH> 100644 --- a/troposphere/autoscaling.py +++ b/troposphere/autoscaling.py @@ -132,16 +132,13 @@ class AutoScalingGroup(AWSObject): if 'AutoScalingRollingUpdate' in update_policy.properties: rolling_upd...
Combine ASG validation of Ref and FindInMap
cloudtools_troposphere
train
ec1495ef523bcbbee456b1bda8ee2798bef356f6
diff --git a/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java b/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java +++ b/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java @@ -2159,...
Omit weak files from the bundle output. Weak files are omitted from the compiled output, so they shouldn't be present in the bundle output either. PiperOrigin-RevId: <I>
google_closure-compiler
train
dd6d3518bb878c0cb003b163e339e4622fa3b3e2
diff --git a/spec/mongo/auth/scram/negotiation_spec.rb b/spec/mongo/auth/scram/negotiation_spec.rb index <HASH>..<HASH> 100644 --- a/spec/mongo/auth/scram/negotiation_spec.rb +++ b/spec/mongo/auth/scram/negotiation_spec.rb @@ -1,5 +1,4 @@ require 'spec_helper' -require 'cgi' describe 'SCRAM-SHA auth mechanism negot...
Remove unused cgi require (#<I>)
mongodb_mongo-ruby-driver
train
fdd7af90892cd5b969942f9a3c2f18f962e899f4
diff --git a/src/diagrams/git/gitGraphAst.js b/src/diagrams/git/gitGraphAst.js index <HASH>..<HASH> 100644 --- a/src/diagrams/git/gitGraphAst.js +++ b/src/diagrams/git/gitGraphAst.js @@ -4,6 +4,13 @@ import mermaidAPI from '../../mermaidAPI'; import * as configApi from '../../config'; import { getConfig } from '../.....
Adding acc to gitGrapg parser
knsv_mermaid
train
dc0746db8d4e6bd7eeaf4cab00deb3c7757b0978
diff --git a/abilian/services/indexing/service.py b/abilian/services/indexing/service.py index <HASH>..<HASH> 100644 --- a/abilian/services/indexing/service.py +++ b/abilian/services/indexing/service.py @@ -1,3 +1,4 @@ +# coding=utf-8 """ Indexing service for Abilian. @@ -9,6 +10,8 @@ Based on Flask-whooshalchemy b...
indexing: don't restrict security & contenttypes with filters, but combine with AND way faster (in my case: <I>s with filters, <I>-<I>ms with AND(filters, query))
abilian_abilian-core
train
b67a1545dfff969b142986cddce84eafbc0540c6
diff --git a/src/CoandaCMS/Coanda/Pages/PagesModuleProvider.php b/src/CoandaCMS/Coanda/Pages/PagesModuleProvider.php index <HASH>..<HASH> 100644 --- a/src/CoandaCMS/Coanda/Pages/PagesModuleProvider.php +++ b/src/CoandaCMS/Coanda/Pages/PagesModuleProvider.php @@ -399,10 +399,12 @@ class PagesModuleProvider implements \C...
Tidied up the meta details.
CoandaCMS_coanda-core
train
00b6e29d0a0ded9b1f947b040202377184f25afa
diff --git a/xibless/types.py b/xibless/types.py index <HASH>..<HASH> 100644 --- a/xibless/types.py +++ b/xibless/types.py @@ -122,6 +122,9 @@ class Literal(object): def __init__(self, value): self.value = value + def __repr__(self): + return "<Literal %r>" % self.value + def __or...
Support sides and middle in View.setAnchor().
hsoft_xibless
train
3d824116c051fd1b26a88159f851bc5d8f703783
diff --git a/bot/bot.go b/bot/bot.go index <HASH>..<HASH> 100644 --- a/bot/bot.go +++ b/bot/bot.go @@ -20,9 +20,6 @@ type Bot interface { // Post will be called to handle events that yield a post the Bot has // not seen before. Post(contr Controller, post *redditproto.Link) - // Alarm handles alarms set by the bo...
Remove alarm feature from rtengine. With time.AfterFunc, this is stupid. Former-commit-id: a<I>bb<I>cd<I>d<I>d4e<I>f<I>da<I>cae
turnage_graw
train
88d67b73705630013083a3ac6e461442fbe9ef05
diff --git a/buildcfg/jsdoc/symbols/publish.js b/buildcfg/jsdoc/symbols/publish.js index <HASH>..<HASH> 100644 --- a/buildcfg/jsdoc/symbols/publish.js +++ b/buildcfg/jsdoc/symbols/publish.js @@ -17,7 +17,7 @@ exports.publish = function(data, opts) { // get all doclets with the "api" property. var docs = data({api...
Regenerate symbols if parents have changed The generate-symbols.js task runs JSDoc on source files. Because this takes a long time (<I>s) to run on the whole library, the resulting symbols file includes additional metadata to make it possible to do incremental symbol generation on subsequent runs. The 'path' and 'ex...
openlayers_openlayers
train
4ca63165a348815fa1ac6128bc72e5336ffc0db8
diff --git a/host-controller/src/main/java/org/jboss/as/host/controller/operations/NewRemoteDomainControllerAddHandler.java b/host-controller/src/main/java/org/jboss/as/host/controller/operations/NewRemoteDomainControllerAddHandler.java index <HASH>..<HASH> 100644 --- a/host-controller/src/main/java/org/jboss/as/host/c...
Restore ability to use expressions in remote DC config
wildfly_wildfly
train
234804cd782b1d3b4ae46ab4ec6789c166e7fc2d
diff --git a/clustering/jgroups/extension/src/main/java/org/jboss/as/clustering/jgroups/subsystem/PlainAuthTokenBuilder.java b/clustering/jgroups/extension/src/main/java/org/jboss/as/clustering/jgroups/subsystem/PlainAuthTokenBuilder.java index <HASH>..<HASH> 100644 --- a/clustering/jgroups/extension/src/main/java/org/...
WFLY-<I> AUTH plain token should use case-sensitive shared secret comparison.
wildfly_wildfly
train
187fd274500ea96218c1aa34ab2aec68a0b8cfed
diff --git a/code/fields/MultiValueField.php b/code/fields/MultiValueField.php index <HASH>..<HASH> 100644 --- a/code/fields/MultiValueField.php +++ b/code/fields/MultiValueField.php @@ -149,6 +149,10 @@ class MultiValueField extends DBField implements CompositeDBField { return $this->changed; } + public functio...
ENHANCEMENT: Added scaffolding to the db field.
symbiote_silverstripe-multivaluefield
train
7829e0f363027d5963f7b6ddb7dba3d6efecac73
diff --git a/python/orca/example/learn/mxnet/lenet_mnist.py b/python/orca/example/learn/mxnet/lenet_mnist.py index <HASH>..<HASH> 100644 --- a/python/orca/example/learn/mxnet/lenet_mnist.py +++ b/python/orca/example/learn/mxnet/lenet_mnist.py @@ -124,14 +124,15 @@ if __name__ == '__main__': ray_ctx = RayContext(sc...
Refactor MXNet API (#<I>) * refactor API * minor * style
intel-analytics_BigDL
train
fa39162a496d91805624f66333ad8478f0e24a5c
diff --git a/web/concrete/core/models/groups.php b/web/concrete/core/models/groups.php index <HASH>..<HASH> 100644 --- a/web/concrete/core/models/groups.php +++ b/web/concrete/core/models/groups.php @@ -112,6 +112,17 @@ return $g; } } + + public static function getByPath($gPath) { + $db = Loader::db(); +...
fixing some groups stuff Former-commit-id: c1ab7dba9e<I>e<I>f<I>a9bb2f<I>c<I>de<I>
concrete5_concrete5
train
be14c936b38970faef5c25113ed0338dc5b08d80
diff --git a/app/controllers/pwb/omniauth_callbacks_controller.rb b/app/controllers/pwb/omniauth_callbacks_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/pwb/omniauth_callbacks_controller.rb +++ b/app/controllers/pwb/omniauth_callbacks_controller.rb @@ -1,13 +1,17 @@ require_dependency 'pwb/applicatio...
Fix issues with completing facebook auth
etewiah_property_web_builder
train
651caa931a09ca5d32ee4400ca9f23416964a8aa
diff --git a/lib/OpenLayers/Util.js b/lib/OpenLayers/Util.js index <HASH>..<HASH> 100644 --- a/lib/OpenLayers/Util.js +++ b/lib/OpenLayers/Util.js @@ -148,6 +148,7 @@ OpenLayers.Util.onImageLoadErrorColor = "pink"; OpenLayers.Util.onImageLoadError = function() { this.style.backgroundColor = OpenLayers.Util.onIm...
When we set the background color for an erroring image, we also want to *display* the image... otherwise that color never shows up. git-svn-id: <URL>
openlayers_openlayers
train
f5819aaa3de658571915b7a63a15d5350e1913b2
diff --git a/plenum/server/node.py b/plenum/server/node.py index <HASH>..<HASH> 100644 --- a/plenum/server/node.py +++ b/plenum/server/node.py @@ -3378,4 +3378,4 @@ class Node(HasActionQueue, Motor, Propagator, MessageProcessor, HasFileStorage, def mark_request_as_executed(self, request: Request): self....
[INDY-<I>] fix verified_reqs cleaning
hyperledger_indy-plenum
train
d78115b590c81595cc2744da74f380e18b04ee77
diff --git a/example_test.go b/example_test.go index <HASH>..<HASH> 100644 --- a/example_test.go +++ b/example_test.go @@ -19,7 +19,7 @@ func Example() { // start the server and echo incoming messages back to the sender s := neptulon.NewServer("127.0.0.1:3000") - s.Middleware(func(ctx *neptulon.ReqCtx) error { + ...
fix tests and examples to use new middleware type
neptulon_neptulon
train
b319892b834d297c91d03b1a2a6e6874c69b899f
diff --git a/aws-sdk-resources-java-core/src/main/java/com/amazonaws/resources/internal/ActionUtils.java b/aws-sdk-resources-java-core/src/main/java/com/amazonaws/resources/internal/ActionUtils.java index <HASH>..<HASH> 100644 --- a/aws-sdk-resources-java-core/src/main/java/com/amazonaws/resources/internal/ActionUtils....
Fix issue when the request-param-mapping is single-valued while the response-resource-mapping is mutli-valued.
amazon-archives_aws-sdk-java-resources
train
75a875371b9b844ca22e5e45771b22197e132856
diff --git a/centinel/__init__.py b/centinel/__init__.py index <HASH>..<HASH> 100644 --- a/centinel/__init__.py +++ b/centinel/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/python __title__ = 'centinel' -__version__ = '0.1.5.6' +__version__ = '0.1.5.6.1' import centinel.backend import centinel.client diff --git a/setup....
bumped versio to <I>
iclab_centinel
train
59ffc2f46bce907c168072d4bf94f2ab305faf8b
diff --git a/reformulation-core/src/main/java/it/unibz/inf/ontop/owlrefplatform/core/unfolding/ExpressionEvaluator.java b/reformulation-core/src/main/java/it/unibz/inf/ontop/owlrefplatform/core/unfolding/ExpressionEvaluator.java index <HASH>..<HASH> 100644 --- a/reformulation-core/src/main/java/it/unibz/inf/ontop/owlre...
EQ(NULL,x) is false (SQL EQ). Now handled by the ExpressionEvaluator.
ontop_ontop
train
bfb4630fec4f744e2dd0fce9e7428c0faa176964
diff --git a/pow_c.go b/pow_c.go index <HASH>..<HASH> 100644 --- a/pow_c.go +++ b/pow_c.go @@ -27,7 +27,7 @@ SOFTWARE. package giota -// #cgo CFLAGS: -Wall +// #cgo CFLAGS: -Wall -Wno-overflow /* #include <stdio.h> #include <string.h>
Ignore c compiler warnings when building pow_c.go A warning is shown for each definition like: #define HBITS 0xFFFFFFFFFFFFFFFFL They get annoying pretty quickly in a logic which is not an issue.
iotaledger_iota.go
train
e1f9cbf8c47f66412f9ec618cd5dcdde4acdeb99
diff --git a/src/contexts/__init__.py b/src/contexts/__init__.py index <HASH>..<HASH> 100644 --- a/src/contexts/__init__.py +++ b/src/contexts/__init__.py @@ -18,6 +18,15 @@ def main(): def run(spec=None, reporter=None): + """ + Polymorphic test-running function. + + build_suite(class) - run the test clas...
No longer accepting a list of test classes into run()
benjamin-hodgson_Contexts
train
0cb95cc7193fbb7c11fd60aa28620b56fbd521e1
diff --git a/src/Configuration/ConfigurationSet.php b/src/Configuration/ConfigurationSet.php index <HASH>..<HASH> 100644 --- a/src/Configuration/ConfigurationSet.php +++ b/src/Configuration/ConfigurationSet.php @@ -9,16 +9,32 @@ class ConfigurationSet implements ConfigurationInterface /** * @var array ...
Modify configuration set to allow additions Enables the user to add custom config to the default set.
equip_framework
train
c0874860cae20df4c3050b214d814d1ae69bff29
diff --git a/proto/wtools/abase_dom/l5/Common.js b/proto/wtools/abase_dom/l5/Common.js index <HASH>..<HASH> 100644 --- a/proto/wtools/abase_dom/l5/Common.js +++ b/proto/wtools/abase_dom/l5/Common.js @@ -3421,7 +3421,7 @@ let Extension = uiInitSimple, uiShow, - uiIsShowed + uiIsShowed, _domBasel5Loaded : ...
Fix style of file `Blob.js`
Wandalen_wDomBase
train
ba9fd6cc46725bb5114e7991f955d630720ebd97
diff --git a/Pragma/ORM/Model.php b/Pragma/ORM/Model.php index <HASH>..<HASH> 100644 --- a/Pragma/ORM/Model.php +++ b/Pragma/ORM/Model.php @@ -236,7 +236,7 @@ class Model extends QueryBuilder implements SerializableInterface{ //TODO : since we handle multiple columns in pk, check if this is still ok public static...
QueryBuilder > Major update on get_objects allowing to specify the key of the array no compatibility with previous versions
pragma-framework_core
train
6b40fed4e254ed41a7093b57182259dcefeee3b8
diff --git a/railties/test/application/configuration_test.rb b/railties/test/application/configuration_test.rb index <HASH>..<HASH> 100644 --- a/railties/test/application/configuration_test.rb +++ b/railties/test/application/configuration_test.rb @@ -1452,8 +1452,8 @@ module ApplicationTests test "raises with pr...
Generating the app is where the exception is now raised
rails_rails
train
466c8d7608c8c60b52eeead79cf8656b36b3bddc
diff --git a/retry_test.go b/retry_test.go index <HASH>..<HASH> 100644 --- a/retry_test.go +++ b/retry_test.go @@ -12,7 +12,7 @@ func TestRetry(t *testing.T) { err := Retry(action) - if nil != err { + if err != nil { t.Error("expected a nil error") } } @@ -71,7 +71,7 @@ func TestRetryRetriesUntilNoErrorRetu...
Fixing some more old "Yoda conditionals"
Rican7_retry
train
8699a622a31a139d4a6094973f169af7a0806f91
diff --git a/src/Illuminate/Support/Facades/Cookie.php b/src/Illuminate/Support/Facades/Cookie.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Support/Facades/Cookie.php +++ b/src/Illuminate/Support/Facades/Cookie.php @@ -27,7 +27,7 @@ class Cookie extends Facade * * @param string $key * @param...
[<I>] Cookie::get() doc block fixed. (#<I>)
laravel_framework
train
0021d5776abfe1440fa7e16afdbe7d5451690ef6
diff --git a/templates/admin/export.php b/templates/admin/export.php index <HASH>..<HASH> 100644 --- a/templates/admin/export.php +++ b/templates/admin/export.php @@ -108,25 +108,27 @@ if ( ! empty( $_GET['export_warning'] ) && ( get_option( 'pressbooks_email_valid <form id="pb-export-form" action="<?php echo $e...
Make ICML an experimental format (closes #<I>).
pressbooks_pressbooks
train
3e8231befe8ab5e71e1036b8f5f719a2a087f853
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -608,6 +608,7 @@ QUnit.test('AltField and AltFormat tests', function( assert ) { SelectedMonth: '05/2010', Animation: 'none', // Disable animation to make sure opening and closing the menu is synchron...
AltField and SelectedMonth Tests Added #<I> - Added tests for synching the altField when the SelectedMonth option is set as well as clearing any validation message. Also added a test for passing null to the SelectedMonth option.
KidSysco_jquery-ui-month-picker
train
85fc696a2d0e84f472058504f11f484d1ae4c02c
diff --git a/applications/jupyter-extension/nteract_on_jupyter/app/contents/file.js b/applications/jupyter-extension/nteract_on_jupyter/app/contents/file.js index <HASH>..<HASH> 100644 --- a/applications/jupyter-extension/nteract_on_jupyter/app/contents/file.js +++ b/applications/jupyter-extension/nteract_on_jupyter/ap...
Set focus on text editor when file is opened
nteract_nteract
train
f2ab87b6ac5e7d7a4c89328e33b85c8d5c0d3047
diff --git a/test/e2e/disruption.go b/test/e2e/disruption.go index <HASH>..<HASH> 100644 --- a/test/e2e/disruption.go +++ b/test/e2e/disruption.go @@ -113,7 +113,8 @@ var _ = framework.KubeDescribe("DisruptionController", func() { shouldDeny: true, }, } - for _, c := range evictionCases { + for i := range ...
Stop referring to loop variable inside closure.
kubernetes_kubernetes
train
feab3e333103ffa54f946668c59648d678375cc3
diff --git a/lib/travis/model/repository.rb b/lib/travis/model/repository.rb index <HASH>..<HASH> 100644 --- a/lib/travis/model/repository.rb +++ b/lib/travis/model/repository.rb @@ -57,7 +57,7 @@ class Repository < ActiveRecord::Base end def by_member(login_name) - User.where(:login => login_name).rep...
oops, need to do .first as well
travis-ci_travis-core
train
b9b2c8241c25a548def5ebd5288849345ebb8c06
diff --git a/Oauth2.php b/Oauth2.php index <HASH>..<HASH> 100644 --- a/Oauth2.php +++ b/Oauth2.php @@ -67,7 +67,7 @@ class Oauth2 //fetch profile of current user $_SESSION["CurrentUser"] = $oProfile = json_decode($this->run_curl($profile_url, 'GET')); //check to see if current user is in the list - ...
still trying to make it work whether the creds has a user in it or not
rhildred_oauth2
train
9b47cfe8d9e2d760bfdb23fe16462d671871a50a
diff --git a/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb b/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb index <HASH>..<HASH> 100644 --- a/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb +++ b/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb @@ -43,11 +43,12 @@ module Commander end ...
Implement BasicPreferredInfoError and use it for most other client exceptions
fastlane_fastlane
train
7b3e9c98f2d329905965627f80b9835d4db6495c
diff --git a/app/controllers/rails_workflow/application_controller.rb b/app/controllers/rails_workflow/application_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/rails_workflow/application_controller.rb +++ b/app/controllers/rails_workflow/application_controller.rb @@ -1,10 +1,11 @@ module RailsWorkfl...
change controllers to inherit main application controller
madzhuga_rails_workflow
train
6b08e4d37d39313740a64718dbfd8bc2a8f33679
diff --git a/linkedlist/linkedlist.go b/linkedlist/linkedlist.go index <HASH>..<HASH> 100644 --- a/linkedlist/linkedlist.go +++ b/linkedlist/linkedlist.go @@ -593,6 +593,8 @@ func (sd *storedData) Remove() error { } // Let the Go Garbage Collector do its job. + sd.key = nil + sd.value = nil sd = nil ret...
Update Delete() method to avoid memory leaks
xyproto_simplebolt
train
f404aab1a6bf9b1aba6c259b5e5eaf85eb340c06
diff --git a/Cache/Cache.php b/Cache/Cache.php index <HASH>..<HASH> 100644 --- a/Cache/Cache.php +++ b/Cache/Cache.php @@ -145,7 +145,7 @@ class Cache extends Helper implements CacheInterface $driver = &$config['driver']; $config = &$config['config']; - return new static::$driver[$driver]($co...
fix usage of private Cache::$driver
PHPColibri_framework
train
be85e744c3b48f0ce5d6052fc463178778a939e6
diff --git a/easyhid/easyhid.py b/easyhid/easyhid.py index <HASH>..<HASH> 100755 --- a/easyhid/easyhid.py +++ b/easyhid/easyhid.py @@ -8,6 +8,7 @@ from __future__ import absolute_import, division, print_function, unicode_litera import cffi import ctypes.util import platform +import sys ffi = cffi.FFI() ffi.cdef(...
change linux backend to hidraw for BT devices
ahtn_python-easyhid
train
008005e38c3c7cbba69191eac2429edf6b180fbb
diff --git a/src/astral/__init__.py b/src/astral/__init__.py index <HASH>..<HASH> 100644 --- a/src/astral/__init__.py +++ b/src/astral/__init__.py @@ -30,12 +30,12 @@ For example :: >>> from astral.geocoder import database, lookup >>> db = database() >>> location = lookup('London', db) - >>> print('In...
Changed to use f-strings
sffjunkie_astral
train
9eac2edd509f021beac792fed6f884724be6fbf3
diff --git a/docs/guide/08-Logging.txt b/docs/guide/08-Logging.txt index <HASH>..<HASH> 100644 --- a/docs/guide/08-Logging.txt +++ b/docs/guide/08-Logging.txt @@ -361,7 +361,7 @@ $allMethods = array( 'DebugPDOStatement::bindValue' // logs the value and type for each bind ); $config = Propel::getConfiguration(Prop...
[<I>] Fixed logging of methods (refs #<I>)
propelorm_Propel
train
5680c5ad5cb7b1e65cb9600b36a88be829a1ff75
diff --git a/perceval/backends/core/pagure.py b/perceval/backends/core/pagure.py index <HASH>..<HASH> 100644 --- a/perceval/backends/core/pagure.py +++ b/perceval/backends/core/pagure.py @@ -67,7 +67,7 @@ class Pagure(Backend): of connection problems :param ssl_verify: enable/disable SSL verification ...
[pagure] Fix failing tests This commit fixes failing tests for Pagure backend.
chaoss_grimoirelab-perceval
train
04b0d9689207a32476b2477ba6529d1db466ded0
diff --git a/src/ORM/Table.php b/src/ORM/Table.php index <HASH>..<HASH> 100644 --- a/src/ORM/Table.php +++ b/src/ORM/Table.php @@ -1787,7 +1787,7 @@ class Table implements RepositoryInterface, EventListenerInterface )); } foreach ($fields as $field) { - $conditi...
Aliasing fields with built-in method
cakephp_cakephp
train
e9a8dd8f060afe31c10b46cbcb0603000d127817
diff --git a/src/base/error_mixin.js b/src/base/error_mixin.js index <HASH>..<HASH> 100644 --- a/src/base/error_mixin.js +++ b/src/base/error_mixin.js @@ -9,25 +9,25 @@ const ErrorMixin = { * @return {Object} Object with formatted error data including origin and scope */ createError(error) { - !this.name ...
fix(error_mixin): set scope as component type instead of name
clappr_clappr
train
1d1675fc991ffe155cca0735182f0203119bf771
diff --git a/lxd/cluster/membership.go b/lxd/cluster/membership.go index <HASH>..<HASH> 100644 --- a/lxd/cluster/membership.go +++ b/lxd/cluster/membership.go @@ -20,6 +20,7 @@ import ( "github.com/lxc/lxd/lxd/util" "github.com/lxc/lxd/shared" "github.com/lxc/lxd/shared/log15" + log "github.com/lxc/lxd/shared/log...
lxd/cluster/membership: Improve logging in Rebalance
lxc_lxd
train
403454f5a781841f49eae044d0ba7216aea6d62e
diff --git a/library/src/main/java/de/mrapp/android/dialog/decorator/AnimateableDialogDecorator.java b/library/src/main/java/de/mrapp/android/dialog/decorator/AnimateableDialogDecorator.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/de/mrapp/android/dialog/decorator/AnimateableDialogDecorator.java +++ b/l...
A dialog's root view does now become hidden once the animation, which is used to hide the dialog, has finished.
michael-rapp_AndroidMaterialDialog
train
cfc6872df9c6e541df3c87ecbfad5dd9211f74d5
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,6 +89,7 @@ controller or added a new module you need to rename `feature` to `component`. - **decidim-surveys**: Max choices selector not disabled when survey has already been answered [\#3133](https://gith...
Do not require highlighted banner image if already present in organization (#<I>) * Do not require highlighted banner image if already present in org * Add changelog * Rubocop autofixes
decidim_decidim
train
0a94a0f5b99af8bfa477c05bdda5de047f66b8ae
diff --git a/frontend/widgets/assets/src/js/combination.js b/frontend/widgets/assets/src/js/combination.js index <HASH>..<HASH> 100755 --- a/frontend/widgets/assets/src/js/combination.js +++ b/frontend/widgets/assets/src/js/combination.js @@ -32,6 +32,8 @@ $(document).ready(function() { success: func...
Adds disable attribute to product add-to-cart button.
black-lamp_blcms-shop
train
aed18395c960a18c0ab7e510598808e48236fdeb
diff --git a/wal/wal_bench_test.go b/wal/wal_bench_test.go index <HASH>..<HASH> 100644 --- a/wal/wal_bench_test.go +++ b/wal/wal_bench_test.go @@ -53,6 +53,7 @@ func benchmarkWriteEntry(b *testing.B, size int, batch int) { b.ResetTimer() n := 0 + b.SetBytes(int64(e.Size())) for i := 0; i < b.N; i++ { err := ...
wal: report throughput in wal bench
etcd-io_etcd
train
aeb999389b0bff6db17566af2647a0a09f980cad
diff --git a/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/JobCoordinationService.java b/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/JobCoordinationService.java index <HASH>..<HASH> 100644 --- a/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/JobCoordinationService.java +++ b/hazelcast-jet...
Split brain test fixes (#<I>)
hazelcast_hazelcast
train
d4fb3eba91e8902417a751412a0e6d80662ca219
diff --git a/gpapi/googleplay.py b/gpapi/googleplay.py index <HASH>..<HASH> 100644 --- a/gpapi/googleplay.py +++ b/gpapi/googleplay.py @@ -8,7 +8,6 @@ from Crypto.Cipher import PKCS1_OAEP from clint.textui import progress import requests -import sys import base64 import itertools @@ -178,10 +177,9 @@ class Goog...
Fix #<I>, raise excpetion rather than sys.exit()
NoMore201_googleplay-api
train
af077513808341f2b7e73ecd4abf2ff1ea81e180
diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/sessions_controller.rb +++ b/app/controllers/sessions_controller.rb @@ -1,6 +1,10 @@ class SessionsController < ApplicationController def destroy cookies.delete(request...
Added comments fixes #<I>
samvera_hyrax
train
6bd65ef75308d518de794b3953c0f816e77690b5
diff --git a/main/core/Entity/Model/CodeTrait.php b/main/core/Entity/Model/CodeTrait.php index <HASH>..<HASH> 100644 --- a/main/core/Entity/Model/CodeTrait.php +++ b/main/core/Entity/Model/CodeTrait.php @@ -30,11 +30,11 @@ trait CodeTrait /** * Sets code. * - * @param $uuid + * @param $code ...
[CoreBundle model typo (#<I>) * typo cc too fast * Update CodeTrait.php
claroline_Distribution
train
be8cbfc3212b747bfd4c8f9768948403521dee09
diff --git a/lib/super_resources/nesting.rb b/lib/super_resources/nesting.rb index <HASH>..<HASH> 100644 --- a/lib/super_resources/nesting.rb +++ b/lib/super_resources/nesting.rb @@ -105,7 +105,7 @@ module SuperResources end def path_parameters - request.env['action_dispatch.request.path_parameters'] +...
Symbolize keys for hash supplied to #match_route
habanerohq_super_resources
train
ed844ede487778fc14da6c669f1fe105ab2c42fe
diff --git a/lib/hutch/broker.rb b/lib/hutch/broker.rb index <HASH>..<HASH> 100644 --- a/lib/hutch/broker.rb +++ b/lib/hutch/broker.rb @@ -125,10 +125,18 @@ module Hutch end end - # Each subscriber is run in a thread. This effectively calls Thread#join - # on each of the subscriber threads. - def...
Handle signals in a queue, fixes #<I>
gocardless_hutch
train
7ab30f6341d034557d86af4a571993e3e191be4f
diff --git a/_docs/2-Configuration.md b/_docs/2-Configuration.md index <HASH>..<HASH> 100644 --- a/_docs/2-Configuration.md +++ b/_docs/2-Configuration.md @@ -63,6 +63,16 @@ return [ | localized-routes | Allows to register all translatable routes. | | translation-redirect ...
Updating config file with a new feature: ignored-uri
ARCANEDEV_Localization
train
7de514c8cd4de43c1efd6fcef86cddc3e98a44dd
diff --git a/opentrons/instruments/pipette.py b/opentrons/instruments/pipette.py index <HASH>..<HASH> 100644 --- a/opentrons/instruments/pipette.py +++ b/opentrons/instruments/pipette.py @@ -860,9 +860,10 @@ class Pipette(Instrument): tip_plunge = 6 - for _ in range(3): - self...
adding extra 1mm to pick_up_tip to help make seal
Opentrons_opentrons
train
105ac150580af0a1a64bb5e0417fc57b2a0e49bb
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -223,7 +223,8 @@ devel_hadoop = devel_minreq + hive + hdfs + webhdfs + kerberos devel_all = (sendgrid + devel + all_dbs + doc + samba + s3 + slack + crypto + oracle + docker + ssh + kubernetes + celery + azure_b...
[AIRFLOW-<I>] Fix setup.py not to install snakebite on Python3 setup.py has a logic to avoid installing snakebite on Python3, but it doesn't work. This is because the variable devel_all is now a tuple of lists. This PR fixes that variable to be a flat list and makes the logic work as expected. Closes #<I> from sekikn...
apache_airflow
train
0cb26ed19eced889bd0889a5043bc8be9d5ad73a
diff --git a/frontend_src/vstutils/fields/fk/deep-fk/DeepFKField.js b/frontend_src/vstutils/fields/fk/deep-fk/DeepFKField.js index <HASH>..<HASH> 100644 --- a/frontend_src/vstutils/fields/fk/deep-fk/DeepFKField.js +++ b/frontend_src/vstutils/fields/fk/deep-fk/DeepFKField.js @@ -17,6 +17,7 @@ class DeepFKField extends F...
FIX: DeepFkDield disabling prefetch and show value on load.
vstconsulting_vstutils
train
bb9e45281ad50a09aac0c4d4707fbb020010f9b5
diff --git a/History.md b/History.md index <HASH>..<HASH> 100644 --- a/History.md +++ b/History.md @@ -35,6 +35,7 @@ - Added better iterators and changed some behaviour of previous ones to make them more ruby-like. New iterators are #map, #map!, #each, #recode and #collect. - Added #vector_sum and #ve...
added has_missing_data? and #missing_values_rows to DataFrame
SciRuby_daru
train
ca2dd242c443f5fca64c27005fbfe45ac06488f2
diff --git a/elasticsearch/helpers/__init__.py b/elasticsearch/helpers/__init__.py index <HASH>..<HASH> 100644 --- a/elasticsearch/helpers/__init__.py +++ b/elasticsearch/helpers/__init__.py @@ -237,7 +237,7 @@ def parallel_bulk(client, actions, thread_count=4, chunk_size=500, pool.join() def scan(client, q...
optionally don't explicitly delete scrolls in helper (#<I>)
elastic_elasticsearch-py
train
ff116a28a143f6dc2b7f55d1c8217f823747587c
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -249,6 +249,8 @@ export const sessionStoreBuilder = () => ({ } this.cookies = this.cookies || cookies + this.httpLib = this.httpLib || this.$axios + setTimeout(() => { // al...
fix: missing httpLib in some cases
koumoul-dev_sd-vue
train
09c329a485c8cf43a40b2c51f1df64cbef736cbc
diff --git a/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/JpaControllerManagement.java b/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/JpaControllerManagement.java index <HASH>..<HASH> 100644 --- a/hawkbit-repository/hawkbit-repo...
Removed unnecessary target info startus persistence.
eclipse_hawkbit
train
e0c519e850ca957c45fd0cec2edcd679070ed1d5
diff --git a/lib/adhearsion/initializer.rb b/lib/adhearsion/initializer.rb index <HASH>..<HASH> 100644 --- a/lib/adhearsion/initializer.rb +++ b/lib/adhearsion/initializer.rb @@ -223,7 +223,6 @@ module Adhearsion def daemonize! logger.info "Daemonizing now!" - logger.debug "Creating PID file #{pid_fi...
[CS] Log pidfile creation whenever it happens
adhearsion_adhearsion
train
6f6906fe917fd45ea88a70efbea60ecbdd08608a
diff --git a/webvtt/__init__.py b/webvtt/__init__.py index <HASH>..<HASH> 100644 --- a/webvtt/__init__.py +++ b/webvtt/__init__.py @@ -1 +1,3 @@ -from .parser import WebVTTParser \ No newline at end of file +from .parser import WebVTTParser +from .segmenter import WebVTTSegmenter +from .generic import Caption \ No newl...
Add imports of the different classes to the module init
glut23_webvtt-py
train
1272d6767b17e06c32319750dbbc4e852d483926
diff --git a/scripts/babel-relay-plugin/src/getBabelRelayPlugin.js b/scripts/babel-relay-plugin/src/getBabelRelayPlugin.js index <HASH>..<HASH> 100644 --- a/scripts/babel-relay-plugin/src/getBabelRelayPlugin.js +++ b/scripts/babel-relay-plugin/src/getBabelRelayPlugin.js @@ -55,6 +55,10 @@ function getBabelRelayPlugin( ...
Relay: Suppress Warnings in Tests / Fixture Generator
facebook_relay
train
0cad84ec0042b27c6d181bef103fe9d87bda5e6c
diff --git a/aws/data_source_aws_apigatewayv2_api_test.go b/aws/data_source_aws_apigatewayv2_api_test.go index <HASH>..<HASH> 100644 --- a/aws/data_source_aws_apigatewayv2_api_test.go +++ b/aws/data_source_aws_apigatewayv2_api_test.go @@ -4,6 +4,7 @@ import ( "fmt" "testing" + "github.com/aws/aws-sdk-go/service/a...
tests/ds/apigatewayv2_api: Add ErrorCheck
terraform-providers_terraform-provider-aws
train
0d3ee9f8eb0239085d7d84def88ba7701b4880bf
diff --git a/_scripts/check-release.js b/_scripts/check-release.js index <HASH>..<HASH> 100755 --- a/_scripts/check-release.js +++ b/_scripts/check-release.js @@ -103,16 +103,20 @@ conventionalChangelog({ } var package = commit.scope; + var toPush = null; if (commit.type === 'fix') { status[p...
chore(META): fix check-release redundant info Should not show same commit twice.
cyclejs_cyclejs
train
cd82ee238bef1d3d6ef9c6ac7efa48be779035e7
diff --git a/test/tree-tests/down-key-module.js b/test/tree-tests/down-key-module.js index <HASH>..<HASH> 100644 --- a/test/tree-tests/down-key-module.js +++ b/test/tree-tests/down-key-module.js @@ -37,7 +37,7 @@ define(function keyboardNavigationModuleFactory (require) { }); - QUnit.skip('when focus is on op...
(GH<I>) adds unit tests for empty branch keyboard nav on tree
ExactTarget_fuelux
train
8e688bb12835950949c46224f3d3f6049672617d
diff --git a/pkg/models/derivatives/derivatives_test.go b/pkg/models/derivatives/derivatives_test.go index <HASH>..<HASH> 100644 --- a/pkg/models/derivatives/derivatives_test.go +++ b/pkg/models/derivatives/derivatives_test.go @@ -12,7 +12,7 @@ func TestNewDerivativeStatusFromWsRaw(t *testing.T) { t.Run("insufficient...
adding more tests to cover snapshot functionaity for derivatives status
bitfinexcom_bitfinex-api-go
train
83284318927837d7dd0ffa3f099530311c083577
diff --git a/xdot.py b/xdot.py index <HASH>..<HASH> 100755 --- a/xdot.py +++ b/xdot.py @@ -504,6 +504,14 @@ class Graph(Shape): return None +BOLD = 1 +ITALIC = 2 +UNDERLINE = 4 +SUPERSCRIPT = 8 +SUBSCRIPT = 16 +STRIKE_THROUGH = 32 + + class XDotAttrParser: """Parser for xdot drawing attributes. ...
Parse new 't' opcode for font characteristics (from xdot version <I>)
jrfonseca_xdot.py
train
922c7b57f569055b98d48d59677e2019e55e3e16
diff --git a/cmd/data-scanner.go b/cmd/data-scanner.go index <HASH>..<HASH> 100644 --- a/cmd/data-scanner.go +++ b/cmd/data-scanner.go @@ -44,7 +44,7 @@ import ( const ( dataScannerSleepPerFolder = time.Millisecond // Time to wait between folders. - dataScannerStartDelay = 1 * time.Minute // Time to wait on s...
xl: CreateFile shouldn't prematurely timeout (#<I>) For large objects taking more than '3 minutes' response times in a single PUT operation can timeout prematurely as 'ResponseHeader' timeout hits for 3 minutes. Avoid this by keeping the connection active during CreateFile phase.
minio_minio
train