hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
d4b3cc4586219202880fac4e49548e50f604bca5
diff --git a/metnet/tests/test_fastcore.py b/metnet/tests/test_fastcore.py index <HASH>..<HASH> 100755 --- a/metnet/tests/test_fastcore.py +++ b/metnet/tests/test_fastcore.py @@ -145,7 +145,8 @@ class TestFastcoreSimpleVlassisModel(unittest.TestCase): @unittest.skipIf(cplex is None, 'solver not available') de...
test: Fix fastcore global inconsistency test that did not work Previously the test would simply test that an Exception was raised. This simply silenced an error in the way the model was setup before the call. Instead the FastcoreError is tested for an the reaction is added properly to the model before the call.
zhanglab_psamm
train
4c4544a75086464bae71ebc238f87ed66d0a5118
diff --git a/lib/tinplate/request_authenticator.rb b/lib/tinplate/request_authenticator.rb index <HASH>..<HASH> 100644 --- a/lib/tinplate/request_authenticator.rb +++ b/lib/tinplate/request_authenticator.rb @@ -45,9 +45,6 @@ module Tinplate end def signature - #puts "CORRECT STRING: vibaHBXwUXFqVSg-+kT...
Update TinEye spec with POST request.
unsplash_tinplate
train
2569ba3ab69f922011e28a4200b439984c11fa80
diff --git a/concrete/src/Entity/Attribute/Value/Value/TopicsValue.php b/concrete/src/Entity/Attribute/Value/Value/TopicsValue.php index <HASH>..<HASH> 100644 --- a/concrete/src/Entity/Attribute/Value/Value/TopicsValue.php +++ b/concrete/src/Entity/Attribute/Value/Value/TopicsValue.php @@ -63,4 +63,16 @@ class TopicsVa...
On cloning topics value, we need to clone selected topics too (cherry picked from commit <I>ba7c<I>eb1f<I>e5b<I>baa8e0fd<I>ced)
concrete5_concrete5
train
cd295af283dc918b9fd704fa2edb249ece7dbe6c
diff --git a/Components/Queues/Drivers/StompQueueDriver.php b/Components/Queues/Drivers/StompQueueDriver.php index <HASH>..<HASH> 100644 --- a/Components/Queues/Drivers/StompQueueDriver.php +++ b/Components/Queues/Drivers/StompQueueDriver.php @@ -161,6 +161,22 @@ class StompQueueDriver extends Service implements QueueD...
Expose timeout and vhost in stomp driver
smartboxgroup_integration-framework-bundle
train
6f936197c35584d4123256cfa222289ba59c2934
diff --git a/lib/amazon.js b/lib/amazon.js index <HASH>..<HASH> 100644 --- a/lib/amazon.js +++ b/lib/amazon.js @@ -123,14 +123,18 @@ Provider.prototype.status = function (name, node, callback) { logger.debug('discovered instances', instances); + var instance = instances[instances.length - 1]; + if (ins...
Added ways to filter duplicate but terminating instances.
websecurify_node-vortex
train
e9bbdd9c2c5aea2605c06cbf52be41aacc80d12b
diff --git a/vault/core.go b/vault/core.go index <HASH>..<HASH> 100644 --- a/vault/core.go +++ b/vault/core.go @@ -438,7 +438,7 @@ type CoreConfig struct { func NewCore(conf *CoreConfig) (*Core, error) { if conf.HAPhysical != nil && conf.HAPhysical.HAEnabled() { if conf.RedirectAddr == "" { - return nil, fmt.Er...
Update redirect address error to be more clear
hashicorp_vault
train
d83f52e7339b3c4b08a8f11fa710b07b65f2e91a
diff --git a/src/lib/Supra/Authentication/AuthenticationController.php b/src/lib/Supra/Authentication/AuthenticationController.php index <HASH>..<HASH> 100644 --- a/src/lib/Supra/Authentication/AuthenticationController.php +++ b/src/lib/Supra/Authentication/AuthenticationController.php @@ -53,7 +53,7 @@ abstract class ...
Issue red #<I>; * Modify AuthenticationController to process AuthenticationFailure exceptions better;
sitesupra_sitesupra
train
73015b57809ef9d2152b333a369bc1b7aefa8028
diff --git a/liquibase-core/src/main/java/liquibase/snapshot/jvm/CatalogSnapshotGenerator.java b/liquibase-core/src/main/java/liquibase/snapshot/jvm/CatalogSnapshotGenerator.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/snapshot/jvm/CatalogSnapshotGenerator.java +++ b/liquibase-core/src/...
Moved getDatabaseCatalogNames() into JdbcSnapshotGenerator, so SchemaSnapshotGenerator can use it
liquibase_liquibase
train
1518bae362be8c212e6d11318ea7b1c0e06ef393
diff --git a/gcsio/src/test/java/com/google/cloud/hadoop/gcsio/integration/GoogleCloudStorageTestHelper.java b/gcsio/src/test/java/com/google/cloud/hadoop/gcsio/integration/GoogleCloudStorageTestHelper.java index <HASH>..<HASH> 100644 --- a/gcsio/src/test/java/com/google/cloud/hadoop/gcsio/integration/GoogleCloudStorag...
Decrease bucket prefix to not exceed max bucket size allowed (#<I>)
GoogleCloudPlatform_bigdata-interop
train
738cdc39ea402ff0e36e2e1e8c6342d3c6c3c94c
diff --git a/lib/version.rb b/lib/version.rb index <HASH>..<HASH> 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ module MiniFB - VERSION = "2.2.3" + VERSION = "2.3.0" end
Bumped minor in case #<I> causes some issues (hopefully not).
appoxy_mini_fb
train
f1199eb4e1777c9fe19b8fc6cf1cdc58309cf8d0
diff --git a/lib/puppet/resource_api/base_context.rb b/lib/puppet/resource_api/base_context.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/resource_api/base_context.rb +++ b/lib/puppet/resource_api/base_context.rb @@ -18,7 +18,7 @@ class Puppet::ResourceApi::BaseContext end end - [:creating, :updating, :del...
base_context#failing should always log completion as warning
puppetlabs_puppet-resource_api
train
bcb414466de88516c5b1d8a7f4e7db397503022a
diff --git a/with-jetty/src/main/java/com/aspectran/with/jetty/JettyServer.java b/with-jetty/src/main/java/com/aspectran/with/jetty/JettyServer.java index <HASH>..<HASH> 100644 --- a/with-jetty/src/main/java/com/aspectran/with/jetty/JettyServer.java +++ b/with-jetty/src/main/java/com/aspectran/with/jetty/JettyServer.ja...
Fixed an issue where an interrupt exception was thrown when the Jetty server was stopped in a daemon environment.
aspectran_aspectran
train
9fd8f691a60c107b78690613577e6dec23580c3b
diff --git a/lib/module.js b/lib/module.js index <HASH>..<HASH> 100644 --- a/lib/module.js +++ b/lib/module.js @@ -34,9 +34,19 @@ let writePayload = function(payload, route, root){ if (err) return console.error(err); }); - // if routes are nested, ignore parent routes and extract last one let data = eval(...
add warnings in case routes are nested
DreaMinder_nuxt-payload-extractor
train
60f7760866dd1c1f9e618630734dc57c63b94778
diff --git a/src/Mail/MailManager/index.js b/src/Mail/MailManager/index.js index <HASH>..<HASH> 100644 --- a/src/Mail/MailManager/index.js +++ b/src/Mail/MailManager/index.js @@ -19,15 +19,29 @@ class MailManager { } /** - * @description sends email with given data + * sends email with given data + * ...
refactor(mail-manager): improve methods signature to accept config on send now send and raw method can accept config key to be used for sending an email
adonisjs_adonis-mail
train
81bd628f013a9b37a8fe31b22643afc258ba3f51
diff --git a/lib/formats/auto.js b/lib/formats/auto.js index <HASH>..<HASH> 100644 --- a/lib/formats/auto.js +++ b/lib/formats/auto.js @@ -15,7 +15,7 @@ var ssh = require('./ssh'); var rfc4253 = require('./rfc4253'); function read(buf) { - if (buf.slice(0, 4).toString('ascii') === '----') + if (findPEMHeader(buf)) ...
Improve PEM validation, fix openssh private output
joyent_node-sshpk
train
cf41373f8f28fd335c2553ae97c334466cf33359
diff --git a/tests/test_algorithm.py b/tests/test_algorithm.py index <HASH>..<HASH> 100644 --- a/tests/test_algorithm.py +++ b/tests/test_algorithm.py @@ -331,27 +331,27 @@ class TestMiscellaneousAPI(TestCase): algo = TradingAlgorithm(asset_metadata=metadata) # Test before either PLAY existed - ...
BUG: Symbol look-up now uses the sim_params.period_end as a look-up date
quantopian_zipline
train
991786b04088525dc5484d3ca54d86b51c648b42
diff --git a/Treant.js b/Treant.js index <HASH>..<HASH> 100644 --- a/Treant.js +++ b/Treant.js @@ -154,13 +154,16 @@ /** * Tree constructor. */ - var Tree = function (jsonConfig, treeId ) { + var Tree = function (jsonConfig, treeId, jQuery ) { + + // optional + this.$ = jQuery; this.id = treeId; ...
Beginnings of having optional jQuery support
fperucic_treant-js
train
75fe6b01bddb13fada33de88122f6fc421b87950
diff --git a/java/common/infrastructure-common/src/main/java/io/joynr/capabilities/DiscoveryEntryStoreInMemory.java b/java/common/infrastructure-common/src/main/java/io/joynr/capabilities/DiscoveryEntryStoreInMemory.java index <HASH>..<HASH> 100644 --- a/java/common/infrastructure-common/src/main/java/io/joynr/capabili...
[Java] Removed synchronized method attribute in DiscoveryEntryStoreInMemory * Store is already protected in method body by synchronized(storeLock)
bmwcarit_joynr
train
d1d008aedfd0978d01a725330930c18121eb4fa2
diff --git a/hijack/contrib/admin/apps.py b/hijack/contrib/admin/apps.py index <HASH>..<HASH> 100644 --- a/hijack/contrib/admin/apps.py +++ b/hijack/contrib/admin/apps.py @@ -1,8 +1,11 @@ +import logging import warnings from django.apps import AppConfig from django.contrib.auth import get_user_model +logger = lo...
Add support for custom user hijack admins
arteria_django-hijack
train
9fa7b6bb48ffb1cc37ec8921c4df327dcd099492
diff --git a/src/Model/MongoDB/BaseDocumentManager.php b/src/Model/MongoDB/BaseDocumentManager.php index <HASH>..<HASH> 100644 --- a/src/Model/MongoDB/BaseDocumentManager.php +++ b/src/Model/MongoDB/BaseDocumentManager.php @@ -16,6 +16,8 @@ use Sonata\Doctrine\Model\BaseManager; /** * @author Hugo Briand <briand@e...
Added @mixin to add autocompletion support
sonata-project_sonata-doctrine-extensions
train
cb72ae997ac1d3397caf18af96bd6919dc8b16c7
diff --git a/lib/slim/parser.rb b/lib/slim/parser.rb index <HASH>..<HASH> 100644 --- a/lib/slim/parser.rb +++ b/lib/slim/parser.rb @@ -81,7 +81,7 @@ module Slim # in_comment, block_indent, text_indent, current_tag, delimiter, delimiter_line, - delimiter_lineno = false, nil, nil, nil, nil,...
add some indentation forgiveness for readability
slim-template_slim
train
65b869f5ad02911250f775cb20afd562c88b76de
diff --git a/app/bind/binder.go b/app/bind/binder.go index <HASH>..<HASH> 100644 --- a/app/bind/binder.go +++ b/app/bind/binder.go @@ -48,6 +48,8 @@ type App interface { type Binder interface { // BindApp makes the bind between the binder and an app. BindApp(App) error + // BindUnit makes the bind between the bind...
Added method to BindUnit. Related to #<I>.
tsuru_tsuru
train
d911989b55edaea9715cd2d8eb9c68321d5054de
diff --git a/packages/cozy-scripts/test/cli.spec.js b/packages/cozy-scripts/test/cli.spec.js index <HASH>..<HASH> 100644 --- a/packages/cozy-scripts/test/cli.spec.js +++ b/packages/cozy-scripts/test/cli.spec.js @@ -72,12 +72,12 @@ describe('cozy-scripts (cs) CLI', () => { // clean args list process.argv = [pr...
test: :wrench: Better env reset beforeAll cli tests
CPatchane_create-cozy-app
train
360f988d840230845b8353488d25e555b6f193ce
diff --git a/examples/booktest/oracle/models/author.xo.go b/examples/booktest/oracle/models/author.xo.go index <HASH>..<HASH> 100644 --- a/examples/booktest/oracle/models/author.xo.go +++ b/examples/booktest/oracle/models/author.xo.go @@ -9,8 +9,8 @@ import ( // Author represents a row from 'booktest.authors'. type...
Updating booktest oracle models
xo_xo
train
d1dae7198d840200791af599863b6e1a9be60402
diff --git a/src/main/java/org/dasein/cloud/openstack/nova/os/network/NovaSecurityGroup.java b/src/main/java/org/dasein/cloud/openstack/nova/os/network/NovaSecurityGroup.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dasein/cloud/openstack/nova/os/network/NovaSecurityGroup.java +++ b/src/main/java/org/dasein/...
bugzid: <I>: set cidr mask to /<I> if single ip address is passed
dasein-cloud_dasein-cloud-openstack
train
a7d346e767ea9d4120c02bba8849a3b75800f418
diff --git a/nsqd/nsqd.go b/nsqd/nsqd.go index <HASH>..<HASH> 100644 --- a/nsqd/nsqd.go +++ b/nsqd/nsqd.go @@ -13,7 +13,6 @@ import ( "os" "path" "runtime" - "strings" "sync" "time" ) @@ -106,83 +105,55 @@ func (n *NSQd) LoadMetadata() { return } - // channels cannot start with '{' so we use that to i...
nsqd: remove support for identification in SUB; remove old process metadata format
nsqio_nsq
train
d5459b813ba1055893e69ad0bef069b03310b7f5
diff --git a/flask_jwt_extended/config.py b/flask_jwt_extended/config.py index <HASH>..<HASH> 100644 --- a/flask_jwt_extended/config.py +++ b/flask_jwt_extended/config.py @@ -3,7 +3,18 @@ from warnings import warn import simplekv from flask import current_app -from jwt.algorithms import requires_cryptography + +# O...
Fix requires_cryptography exception on older pyjwt versions (hopefully) This should fix import errors when trying to use requires_cryptography on older versions of pyjwt. Refs #<I>
vimalloc_flask-jwt-extended
train
525ef3dee8be5841015ef02bb3aa2dba835d7569
diff --git a/src/components/Modal/Modal.js b/src/components/Modal/Modal.js index <HASH>..<HASH> 100644 --- a/src/components/Modal/Modal.js +++ b/src/components/Modal/Modal.js @@ -98,7 +98,7 @@ export default class Modal extends Component { }} role="dialog" className="bx--modal-container" - ...
fix(Modal): change ariaLabel to aria-label (#<I>)
carbon-design-system_carbon-components
train
6ead7f986ad43de4b6555c86bb041949a72bf143
diff --git a/thinc/config.py b/thinc/config.py index <HASH>..<HASH> 100644 --- a/thinc/config.py +++ b/thinc/config.py @@ -308,6 +308,8 @@ class registry(object): # Update final config with parsed value if they're not equal (in # value and in type) but not if it's a generator because we had to...
More hacking around config with generators
explosion_thinc
train
603ed2621ed6340ececb10dfb0f2ec3a6d515744
diff --git a/src/com/aoindustries/io/CompressedDataInputStream.java b/src/com/aoindustries/io/CompressedDataInputStream.java index <HASH>..<HASH> 100755 --- a/src/com/aoindustries/io/CompressedDataInputStream.java +++ b/src/com/aoindustries/io/CompressedDataInputStream.java @@ -137,4 +137,28 @@ public class CompressedD...
Added support for writing strings longer than <I>k.
aoindustries_aocode-public
train
918df628e32e5ec1909336ff588ef3a299bca572
diff --git a/yabt/graph.py b/yabt/graph.py index <HASH>..<HASH> 100644 --- a/yabt/graph.py +++ b/yabt/graph.py @@ -334,7 +334,7 @@ def write_dot(build_context, conf: Config, out_f): """Write build graph in dot format to `out_f` file-like object.""" buildenvs = set(target.buildenv for target in ...
include buildenvs in buildenv targets
resonai_ybt
train
67255f64bc219b40f658b508a3589f1709db091e
diff --git a/src/main/java/org/sikuli/slides/sikuli/SlideAction.java b/src/main/java/org/sikuli/slides/sikuli/SlideAction.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/sikuli/slides/sikuli/SlideAction.java +++ b/src/main/java/org/sikuli/slides/sikuli/SlideAction.java @@ -211,6 +211,8 @@ public class SlideAct...
display logging info when the label target is not found
sikuli_sikuli-slides
train
a5da48d231bf1e4041e149a8d052d8450e41a4e9
diff --git a/railties/lib/generators/rails/app/templates/config/boot.rb b/railties/lib/generators/rails/app/templates/config/boot.rb index <HASH>..<HASH> 100644 --- a/railties/lib/generators/rails/app/templates/config/boot.rb +++ b/railties/lib/generators/rails/app/templates/config/boot.rb @@ -5,13 +5,4 @@ rescue LoadE...
vendor/rails doesn't work anymore, remove it from the blank slate suggestion
rails_rails
train
53edfee461e1eb8dbc8fe5d7343322c8eeeaca22
diff --git a/taco-team-build.js b/taco-team-build.js index <HASH>..<HASH> 100644 --- a/taco-team-build.js +++ b/taco-team-build.js @@ -136,7 +136,7 @@ function prepareProject(cordovaPlatforms, args, /* optional */ projectPath) { promise = promise.then(function () { // Build app with platfo...
fix one more issue with displaying args passed to build
Microsoft_taco-team-build
train
be2f5afa6843b24698e3926feaf35b33615df65f
diff --git a/lib/container/container.go b/lib/container/container.go index <HASH>..<HASH> 100644 --- a/lib/container/container.go +++ b/lib/container/container.go @@ -8,7 +8,7 @@ import ( "github.com/samalba/dockerclient" ) -func RawStartContainer(containerConfig *dockerclient.ContainerConfig, hostConfig *dockercl...
Adds a naming to pipelines.
pachyderm_pachyderm
train
d8773ef2154c960747c7af1727b9bdc105361754
diff --git a/src/Basset/Output/Server.php b/src/Basset/Output/Server.php index <HASH>..<HASH> 100644 --- a/src/Basset/Output/Server.php +++ b/src/Basset/Output/Server.php @@ -53,7 +53,7 @@ class Server { * @param array $collections * @return void */ - public function __construct(Resolver $resolve...
Allow setting of collections and getting of injected dependencies.
Marwelln_basset
train
f4066fb3177f37c6f82a5ab48f03047aa50498b3
diff --git a/bgzf/cache/cache.go b/bgzf/cache/cache.go index <HASH>..<HASH> 100644 --- a/bgzf/cache/cache.go +++ b/bgzf/cache/cache.go @@ -10,14 +10,37 @@ import ( ) var ( - _ bgzf.Cache = (*LRU)(nil) - _ bgzf.Cache = (*FIFO)(nil) - _ bgzf.Cache = (*Random)(nil) + _ Cache = (*LRU)(nil) + _ Cache = (*FIFO)(nil) + _ ...
Extend the returned interface definition This change obviates clients needing to type assert if they wish to interact with the cache manipulation methods available.
biogo_hts
train
bec1d4d910ea7fbd30dc90d7dd8e3776700eae6d
diff --git a/lib/client-api/src/config_api.js b/lib/client-api/src/config_api.js index <HASH>..<HASH> 100644 --- a/lib/client-api/src/config_api.js +++ b/lib/client-api/src/config_api.js @@ -75,6 +75,10 @@ export default class ConfigApi { if (this._channel) { // in Browser render(); + // Send a ...
Added `STORIES_CONFIGURED` and use to drive loading state. For #<I>
storybooks_storybook
train
10337fe152d6b762349f6a241c4c5ba1eb14fb6f
diff --git a/gnosis/safe/safe_tx.py b/gnosis/safe/safe_tx.py index <HASH>..<HASH> 100644 --- a/gnosis/safe/safe_tx.py +++ b/gnosis/safe/safe_tx.py @@ -20,6 +20,7 @@ from .exceptions import (CouldNotPayGasWithEther, CouldNotPayGasWithToken, NotEnoughSafeTransactionGas, ...
Allow more types of signatures for SafeTx
gnosis_gnosis-py
train
87a87988bd57bc3d6b2e85262a5dc03a52cbfdc4
diff --git a/blinkpy/sync_module.py b/blinkpy/sync_module.py index <HASH>..<HASH> 100644 --- a/blinkpy/sync_module.py +++ b/blinkpy/sync_module.py @@ -39,7 +39,7 @@ class BlinkSyncModule: self.available = False self.type_key_map = { "mini": "owls", - "lotus": "doorbells", + ...
Update sync_module.py Apologies. I missed this when submitting the last PR but had it locally for some reason. Without the change the device seems to work but gets identified as a mini and then incorrect end points are used.
fronzbot_blinkpy
train
70925daa9ae4ef29db09aa1c732b362d9013d18e
diff --git a/classes/Models/Traits/Exportable.php b/classes/Models/Traits/Exportable.php index <HASH>..<HASH> 100644 --- a/classes/Models/Traits/Exportable.php +++ b/classes/Models/Traits/Exportable.php @@ -36,17 +36,31 @@ trait Exportable */ public function forExport() { - // Make a clone becaus...
Breaking up CSV logic into smaller functions For easier subclassing #<I>
BKWLD_decoy
train
0a45b9373b936a54bfc265e445614bf53e231c9f
diff --git a/src/containers/ConnectorManagement.jsx b/src/containers/ConnectorManagement.jsx index <HASH>..<HASH> 100644 --- a/src/containers/ConnectorManagement.jsx +++ b/src/containers/ConnectorManagement.jsx @@ -183,7 +183,7 @@ export default class ConnectorManagement extends Component { const currentId...
fix: handle oauth account already created when first connexion :art:
cozy_cozy-home
train
4292f45536799699946d113c446db34482cccf10
diff --git a/fault/system_verilog_target.py b/fault/system_verilog_target.py index <HASH>..<HASH> 100644 --- a/fault/system_verilog_target.py +++ b/fault/system_verilog_target.py @@ -15,6 +15,7 @@ from fault.wrapper import PortWrapper from fault.subprocess_run import subprocess_run import fault import fault.expressi...
Add support for compiling UnknownValue This allows checking that a value is X, which could be useful for verifying initialization behavior.
leonardt_fault
train
9cec67e6a33b337b18c23b2d3a26e5e28e54ef4f
diff --git a/app/models/manager_refresh/inventory_collection/builder.rb b/app/models/manager_refresh/inventory_collection/builder.rb index <HASH>..<HASH> 100644 --- a/app/models/manager_refresh/inventory_collection/builder.rb +++ b/app/models/manager_refresh/inventory_collection/builder.rb @@ -158,11 +158,15 @@ module ...
InventoryCollection definitions for vmware infra Also fix for merging IC properties (transferred from ManageIQ/manageiq@<I>c<I>c7e<I>b<I>bb<I>bbffeb9e8fda)
ManageIQ_inventory_refresh
train
8e9c23eb3a48dd3c6fc6de6a8fa962306eb83613
diff --git a/go/keybase/main.go b/go/keybase/main.go index <HASH>..<HASH> 100644 --- a/go/keybase/main.go +++ b/go/keybase/main.go @@ -68,7 +68,7 @@ func mainInner(g *libkb.GlobalContext) error { client.InitUI() } - if err = g.ConfigureAll(cl, cmd); err != nil { + if err = g.ConfigureCommand(cl, cmd); err != nil...
Tweaking config for apps
keybase_client
train
775ec0bd9895e2e60961b34185a7afb212782e90
diff --git a/stdlib/buffer.rb b/stdlib/buffer.rb index <HASH>..<HASH> 100644 --- a/stdlib/buffer.rb +++ b/stdlib/buffer.rb @@ -1,3 +1,4 @@ +require 'native' require 'buffer/array' require 'buffer/view'
Require native inside buffer (which uses it)
opal_opal
train
8ea72d04a06649d6c352ca659ded1544a036a991
diff --git a/mousedb/data/admin.py b/mousedb/data/admin.py index <HASH>..<HASH> 100644 --- a/mousedb/data/admin.py +++ b/mousedb/data/admin.py @@ -54,7 +54,7 @@ class StudyAdmin(admin.ModelAdmin): admin.site.register(Study, StudyAdmin) class TreatmentAdmin(admin.ModelAdmin): - pass + raw_id_fields = ('animals',) a...
Made animal field in TreatmentAdmin a raw id field. Part of issue #<I>.
davebridges_mousedb
train
9db27e6ec9fe1eedb13b4a3d8c635500e9f9feb2
diff --git a/src/Generator/ModelGenerator.php b/src/Generator/ModelGenerator.php index <HASH>..<HASH> 100644 --- a/src/Generator/ModelGenerator.php +++ b/src/Generator/ModelGenerator.php @@ -21,14 +21,9 @@ class ModelGenerator implements GeneratorInterface const FILE_TYPE_MODEL = 'model'; - /** - * @var...
Fix notice with duplicated property between class and trait
janephp_jane
train
3a8b3649e6c09d7eb461d8aeef1edc660f467ef1
diff --git a/lib/jitsu/commands/install.js b/lib/jitsu/commands/install.js index <HASH>..<HASH> 100644 --- a/lib/jitsu/commands/install.js +++ b/lib/jitsu/commands/install.js @@ -7,6 +7,7 @@ var jitsu = require('../../jitsu'), path = require('path'), fs = require('fs'), npmModule = requir...
[fix] Create directory in node_modules/{starterName} as workaround for npm issue.
nodejitsu_jitsu
train
537cebab367c573f84a4d7a4f4bf82a3de12c96e
diff --git a/lib/routeExecutor.js b/lib/routeExecutor.js index <HASH>..<HASH> 100644 --- a/lib/routeExecutor.js +++ b/lib/routeExecutor.js @@ -86,7 +86,14 @@ function convertToTemplate(buses, runner, mainProducer, onDef) { var val = template.val; runner = function () { try { - fn(prodObj, val); + if (fn...
fixed uncaught example and added better error message for missing fn
ayasin_frhttp
train
b9f3c67a4a48d7df8a54ff7bda641f0c88a2a971
diff --git a/system/classes/Validate.php b/system/classes/Validate.php index <HASH>..<HASH> 100644 --- a/system/classes/Validate.php +++ b/system/classes/Validate.php @@ -185,7 +185,7 @@ class Validate } // valid_email - protected function _valid_email($fieldData, $humanName) + protected function _val...
Removed unneeded parameters from Validate checks.
joebubna_cora-framework
train
fa5e64d675ad390d1e5511a2ee698f177637b376
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index <HASH>..<HASH> 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -3248,7 +3248,7 @@ class Cmd(cmd.Cmd): for command in history: fobj.write('{}\n'.format(command)) try: - os.system('"{}" "{}"'.format(self.edito...
Removed os.system in favor of do_shell
python-cmd2_cmd2
train
d5161fef97c51b05150e0c76ba973c957f912f58
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -2,14 +2,21 @@ import Rx, { Observable, Subject } from 'rxjs'; /* - * Remaps the subject methods `next` and `error` to the "root fucction" and + * Remaps the subject methods `next` and `error` to the "root...
Return action subject after invoking it
lohmander_RxSC
train
a5d1902d8e871a82acd22ac0ec27683be11b7928
diff --git a/src/main/java/com/googlecode/lanterna/gui2/dialogs/MessageDialog.java b/src/main/java/com/googlecode/lanterna/gui2/dialogs/MessageDialog.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/googlecode/lanterna/gui2/dialogs/MessageDialog.java +++ b/src/main/java/com/googlecode/lanterna/gui2/dialogs/Mess...
Adding a default OK button to MessageDialog if no buttons were given
mabe02_lanterna
train
d5b53da809d69fbd00007ac823b31f0c28b5344e
diff --git a/lib/resourceful/resource.js b/lib/resourceful/resource.js index <HASH>..<HASH> 100644 --- a/lib/resourceful/resource.js +++ b/lib/resourceful/resource.js @@ -723,16 +723,52 @@ Resource.object = function (name, schema) { }; Resource.method = function (name, fn, schema) { + var that = this; + if(type...
[api] Improved argument parsing for functions bound with Resource.method
flatiron_resourceful
train
105c0adcfec2c8d263411d0b4cc43d0d2574b787
diff --git a/src/Tokenly/LaravelEventLog/EventLog.php b/src/Tokenly/LaravelEventLog/EventLog.php index <HASH>..<HASH> 100644 --- a/src/Tokenly/LaravelEventLog/EventLog.php +++ b/src/Tokenly/LaravelEventLog/EventLog.php @@ -4,7 +4,7 @@ namespace Tokenly\LaravelEventLog; use Exception; -use Illuminate\Http\Exception...
Compatability update for Laravel >= <I>
tokenly_laravel-event-log
train
864d2f31b0d30a25d5986cb8682c5500454da6c8
diff --git a/lookup.py b/lookup.py index <HASH>..<HASH> 100644 --- a/lookup.py +++ b/lookup.py @@ -154,6 +154,7 @@ def _filter_stmts(self, stmts, frame, offset): break if isinstance(node, nodes.Class) and self in node.bases: break + assert hasattr(node, 'ass_type'), (node, node...
add some assertion, to remove later --HG-- branch : _ast_compat
PyCQA_astroid
train
32fb414726631082321154d09421dfec44af10c6
diff --git a/java/server/src/org/openqa/selenium/grid/commands/Hub.java b/java/server/src/org/openqa/selenium/grid/commands/Hub.java index <HASH>..<HASH> 100644 --- a/java/server/src/org/openqa/selenium/grid/commands/Hub.java +++ b/java/server/src/org/openqa/selenium/grid/commands/Hub.java @@ -41,12 +41,16 @@ import or...
[Grid] Prefixing only standalone and hub with /wd/hub
SeleniumHQ_selenium
train
fc0e15214ef1228e18de9551fe8ae22f50a9fe9e
diff --git a/pyoos/collectors/ioos/swe_sos.py b/pyoos/collectors/ioos/swe_sos.py index <HASH>..<HASH> 100644 --- a/pyoos/collectors/ioos/swe_sos.py +++ b/pyoos/collectors/ioos/swe_sos.py @@ -9,15 +9,25 @@ class IoosSweSos(Collector): super(IoosSweSos,self).__init__() self.server = Sos(url, xml=xml) ...
Update outputFormat for SOS collector. Fixes #<I>
ioos_pyoos
train
487fb64af2edab52fd316d955b416fdae5e575e4
diff --git a/lib/flipper-sequel.rb b/lib/flipper-sequel.rb index <HASH>..<HASH> 100644 --- a/lib/flipper-sequel.rb +++ b/lib/flipper-sequel.rb @@ -5,3 +5,5 @@ Flipper.configure do |config| Flipper.new(Flipper::Adapters::Sequel.new) end end + +Sequel::Model.include Flipper::Identifier diff --git a/spec/flipper/...
Include Filler::Identifier for sequel
jnunemaker_flipper
train
d75c577132f95b96c7838e6822316be8db0c1635
diff --git a/blimpy/utils.py b/blimpy/utils.py index <HASH>..<HASH> 100644 --- a/blimpy/utils.py +++ b/blimpy/utils.py @@ -60,33 +60,22 @@ def unpack(data, nbit): if nbit == 8: return data elif nbit == 4: - #The process is this: - #ABCDEFGH [Bits of one 4+4-bit value] - #00000000...
Fixed up unpack code and added unittests Former-commit-id: 1ef<I>cf<I>e1d<I>a<I>ebea<I>f<I>c<I>
UCBerkeleySETI_blimpy
train
baf9591d3b0eea51434f1e2ef726c29bd35c85d5
diff --git a/gson/src/main/java/com/google/gson/DisjunctionExclusionStrategy.java b/gson/src/main/java/com/google/gson/DisjunctionExclusionStrategy.java index <HASH>..<HASH> 100644 --- a/gson/src/main/java/com/google/gson/DisjunctionExclusionStrategy.java +++ b/gson/src/main/java/com/google/gson/DisjunctionExclusionStr...
Made constructors package private for package private classes.
google_gson
train
ea3597e6b7f1c6eb378c66d88c7201caa2158ee8
diff --git a/test/unit/SessionTokenStoreTest.php b/test/unit/SessionTokenStoreTest.php index <HASH>..<HASH> 100644 --- a/test/unit/SessionTokenStoreTest.php +++ b/test/unit/SessionTokenStoreTest.php @@ -66,8 +66,6 @@ class SessionTokenStoreTest extends TestCase { $session = self::createMock(SessionStore::class); ...
Test setting token when max tokens are used
PhpGt_Csrf
train
40f78d738991a90f62dbfa0c8939891ab174800e
diff --git a/test/test_peerassets.py b/test/test_peerassets.py index <HASH>..<HASH> 100644 --- a/test/test_peerassets.py +++ b/test/test_peerassets.py @@ -31,7 +31,7 @@ def test_find_cards(): cards = pa.find_card_transfers(provider, deck) assert cards - assert isinstance(cards[0], pa.CardTransfer) + a...
it's a generator, hit first element of it
PeerAssets_pypeerassets
train
96847790c659c1da9a712a5731ba1082f1066084
diff --git a/src/test/java/apoc/date/DateTest.java b/src/test/java/apoc/date/DateTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/apoc/date/DateTest.java +++ b/src/test/java/apoc/date/DateTest.java @@ -133,6 +133,22 @@ public class DateTest { }); } + @Test public void testFromUnixtimeWithCorrectFormat...
Tests for formatTimeZone procedure
neo4j-contrib_neo4j-apoc-procedures
train
afb12734a5652a7e1666e474225369ec86ad1480
diff --git a/example/advanced/server.js b/example/advanced/server.js index <HASH>..<HASH> 100644 --- a/example/advanced/server.js +++ b/example/advanced/server.js @@ -1,5 +1,6 @@ -var titan = require('../../'); +var path = require('path'); var siren = require('argo-formatter-siren'); +var titan = require('../../'); ...
Making directory loading of resources a little more explicit.
argo_titan
train
430c186bf89ab779de84393c2df0f2462ef55d56
diff --git a/client/signup/config/flows-pure.js b/client/signup/config/flows-pure.js index <HASH>..<HASH> 100644 --- a/client/signup/config/flows-pure.js +++ b/client/signup/config/flows-pure.js @@ -145,33 +145,6 @@ export function generateFlows( { lastModified: '2019-04-30', }, - 'delta-discover': { - step...
Remove unused delta signup flows (#<I>) * Remove unused delta signup flows Remove `delta-blog`, `delta-discover`, and `delta-site` signup flows. These were once used for email campaigns, but have since been redirected from landing pages to point to `/start`. * Remove reference to `delta-blog` in survey step rege...
Automattic_wp-calypso
train
f801a089746c7ffafca52e014bae1d1a511cb598
diff --git a/patroni/version.py b/patroni/version.py index <HASH>..<HASH> 100644 --- a/patroni/version.py +++ b/patroni/version.py @@ -1 +1 @@ -__version__ = '0.80' +__version__ = '0.90'
Bumped version to <I>
zalando_patroni
train
1215511b088422695a0b26e22dfe901f5d7b3c49
diff --git a/kubetest/kind/kind.go b/kubetest/kind/kind.go index <HASH>..<HASH> 100644 --- a/kubetest/kind/kind.go +++ b/kubetest/kind/kind.go @@ -335,28 +335,8 @@ func (d *Deployer) Up() error { func (d *Deployer) IsUp() error { log.Println("kind.go:IsUp()") - // Proceed only if a cluster exists. - exists, err :=...
kubetest/kind: simplify IsUp() - remove from IsUp(): - check if cluster exists - fetching and setting kubeconfig path - clusterExists(): - properly compare line in the out from `kind get clusters` - show message if cluster is found
kubernetes_test-infra
train
0c68d6e2f2f40f189c60338c1895d7060ab27117
diff --git a/metadata/metadata.go b/metadata/metadata.go index <HASH>..<HASH> 100644 --- a/metadata/metadata.go +++ b/metadata/metadata.go @@ -37,7 +37,13 @@ func DecodeKeyValue(k, v string) (string, string, error) { type MD map[string][]string // New creates an MD from a given key-value map. -// Keys are automatic...
Specify characters allowed in metadata keys (#<I>)
grpc_grpc-go
train
4ef6a7947fbd6c78e03afefed36747d33f6ad7ec
diff --git a/lib/viewpoint/spws/spws_client.rb b/lib/viewpoint/spws/spws_client.rb index <HASH>..<HASH> 100644 --- a/lib/viewpoint/spws/spws_client.rb +++ b/lib/viewpoint/spws/spws_client.rb @@ -71,4 +71,19 @@ class Viewpoint::SPWSClient lists_ws.delete_list(list) end + # ========= UserGroup Accessor Proxy M...
#get_user added to SPWSClient
zenchild_viewpoint-spws
train
fdf173938cd72d6ea78d38f25a3e311b6499d2e8
diff --git a/lib/octopress-ink/assets/page.rb b/lib/octopress-ink/assets/page.rb index <HASH>..<HASH> 100644 --- a/lib/octopress-ink/assets/page.rb +++ b/lib/octopress-ink/assets/page.rb @@ -59,7 +59,8 @@ module Octopress def info message = super - message.ljust(25) + url_info + ...
Now displaying page permalink names instead of filenames with ink list view
octopress_ink
train
068e368949cc9570d972b19d52f1ac2be8781c28
diff --git a/aws/resource_aws_dynamodb_table_test.go b/aws/resource_aws_dynamodb_table_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_dynamodb_table_test.go +++ b/aws/resource_aws_dynamodb_table_test.go @@ -902,6 +902,40 @@ func TestAccAWSDynamoDbTable_gsiUpdateOtherAttributes(t *testing.T) { }) } +// ...
re-add logic to expand non_key_attributes configured in a TypeList
terraform-providers_terraform-provider-aws
train
8ff1504fe7ca1424eed05d5fb5bf417df83e8e3f
diff --git a/metal/analysis.py b/metal/analysis.py index <HASH>..<HASH> 100644 --- a/metal/analysis.py +++ b/metal/analysis.py @@ -188,7 +188,7 @@ def LF_coverages(L): L: an N x M scipy.sparse matrix where L_{i,j} is the label given by the jth LF to the ith candidate: """ - return (L != 0...
Raveling return of LF_coverages
HazyResearch_metal
train
ee0672b79c991912533ad6eaf8cfcf712df78c43
diff --git a/boskos/client/client.go b/boskos/client/client.go index <HASH>..<HASH> 100644 --- a/boskos/client/client.go +++ b/boskos/client/client.go @@ -150,6 +150,11 @@ func (c *Client) Reset(rtype string, state string, expire time.Duration, dest st return c.reset(rtype, state, expire, dest) } +// HasResource t...
Make kubetest use boskos to get projects
kubernetes_test-infra
train
4fca4b2556743d226c8b2ac13aea1f68abe0bc86
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ failure_threshold_percentage, 0.2, retry_timeout: 10 ) + circuit_breaker.protect { sleep(10) } ``` ### Running the specs diff --git a/lib/circuit_breaker-ruby/shield.rb b/lib/circuit_brea...
Rename call method to protect in Shield
scripbox_circuit_breaker-ruby
train
ebf70d9da604728f4fb692a208744f987eb810ab
diff --git a/src/parsimmon.js b/src/parsimmon.js index <HASH>..<HASH> 100644 --- a/src/parsimmon.js +++ b/src/parsimmon.js @@ -97,6 +97,15 @@ Parsimmon.Parser = P(function(_, _super, Parser) { }); }; + + var seqMap = Parsimmon.seqMap = function() { + var args = [].slice.call(arguments); + var mapper = ...
add seqMap, oneOf, and noneOf
jneen_parsimmon
train
6a12e812cd948dfb2d1dd2a3430f54c367ab3c1a
diff --git a/src/collapse/Collapse.js b/src/collapse/Collapse.js index <HASH>..<HASH> 100644 --- a/src/collapse/Collapse.js +++ b/src/collapse/Collapse.js @@ -22,6 +22,7 @@ export default class Collapse extends Component { } } onItemClick(key) { + const { onChange } = this.props; let activeKey = this...
Collapse component to add onChange event.
uiwjs_uiw
train
13b1275acc37c58f01e82e2ed5a893762ffb67fd
diff --git a/lib/parameters/param.rb b/lib/parameters/param.rb index <HASH>..<HASH> 100644 --- a/lib/parameters/param.rb +++ b/lib/parameters/param.rb @@ -53,8 +53,9 @@ module Parameters # # Coerces a given value into a specific type. # - # @param [Class] type - # The type to coerce the value int...
Allow a proc to be given as the coercion type for Param#coerce_type.
postmodern_parameters
train
1a8d88e29b8593ea521c82a801578aa5929047d5
diff --git a/scapy/arch/__init__.py b/scapy/arch/__init__.py index <HASH>..<HASH> 100644 --- a/scapy/arch/__init__.py +++ b/scapy/arch/__init__.py @@ -52,6 +52,7 @@ SOLARIS=sys.platform.startswith("sunos") WINDOWS=sys.platform.startswith("win32") X86_64 = not WINDOWS and (os.uname()[4] == 'x86_64') +ARM_64 = not WI...
Support form arm<I> --HG-- branch : Issue #<I>
secdev_scapy
train
23b6a7747948661029ace7fb80698109c4079bd8
diff --git a/tests/unit/core/oxshopTest.php b/tests/unit/core/oxshopTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/core/oxshopTest.php +++ b/tests/unit/core/oxshopTest.php @@ -133,12 +133,7 @@ class Unit_Core_oxshopTest extends OxidTestCase public function testGetMultishopTablesDefaultNotSet() { ...
code review: modified version checking, so it will be parsed out for different versions
OXID-eSales_oxideshop_ce
train
673f5f68a0232be6830b3186bf7cb1f140138e12
diff --git a/PySimpleGUIWx/PySimpleGUIWx.py b/PySimpleGUIWx/PySimpleGUIWx.py index <HASH>..<HASH> 100644 --- a/PySimpleGUIWx/PySimpleGUIWx.py +++ b/PySimpleGUIWx/PySimpleGUIWx.py @@ -5746,14 +5746,8 @@ ScrolledTextBox = PopupScrolled # Sets the icon to be used by default # # ===========================...
Added check for None when setting icon using SetOptions
PySimpleGUI_PySimpleGUI
train
80a0687615a9ee6df59ca7d3d03a4e1af25234c9
diff --git a/eventsourcing/application.py b/eventsourcing/application.py index <HASH>..<HASH> 100644 --- a/eventsourcing/application.py +++ b/eventsourcing/application.py @@ -284,23 +284,35 @@ class ProcessEvent: self.aggregates: Dict[UUID, Aggregate] = {} self.saved_kwargs: Dict[Any, Any] = {} - ...
Renamed ProcessEvent.collect_events(). Because save() is a bit strong.
johnbywater_eventsourcing
train
921c464b40f3068f17c4c8ab017e9b27d84fab07
diff --git a/externs/es6.js b/externs/es6.js index <HASH>..<HASH> 100644 --- a/externs/es6.js +++ b/externs/es6.js @@ -718,10 +718,10 @@ IThenable.prototype.then = function(opt_onFulfilled, opt_onRejected) {}; /** - * @see http://dom.spec.whatwg.org/#futures + * @see https://people.mozilla.org/~jorendorff/es6-draf...
Make the args to ES6 Promise resolve and reject optional. This allows the following code to compile successfully: var p = new Promise( function(resolve, reject) { if (someCondition) { resolve(); } else { reject(); } }); ------------- Created by MOE: <URL>
google_closure-compiler
train
0417870325d54aad82942850c5cf4393ff3837d6
diff --git a/pymemcache/test/test_client_hash.py b/pymemcache/test/test_client_hash.py index <HASH>..<HASH> 100644 --- a/pymemcache/test/test_client_hash.py +++ b/pymemcache/test/test_client_hash.py @@ -137,10 +137,11 @@ class TestHashClient(ClientTestMixin, unittest.TestCase): client._get_client = get_clien...
Introduce some missing .set() assertions Also wrap a line that exceeds <I> characters.
pinterest_pymemcache
train
1da4a6d98b0f679b639af388c9a25222887c68d4
diff --git a/doc/source/whatsnew/v0.17.0.txt b/doc/source/whatsnew/v0.17.0.txt index <HASH>..<HASH> 100644 --- a/doc/source/whatsnew/v0.17.0.txt +++ b/doc/source/whatsnew/v0.17.0.txt @@ -725,6 +725,7 @@ Performance Improvements Bug Fixes ~~~~~~~~~ +- Bug in incorrection computation of ``.mean()`` on ``timedelta64[n...
BUG: Bug in incorrection computation of .mean() on timedelta<I>[ns] because of overflow #<I>
pandas-dev_pandas
train
9df54949fbfe3f5468b50a6e54dc4381b0d92ab0
diff --git a/lib/Model/Table.php b/lib/Model/Table.php index <HASH>..<HASH> 100644 --- a/lib/Model/Table.php +++ b/lib/Model/Table.php @@ -147,7 +147,7 @@ class Model_Table extends Model { /**/$this->api->pr->start('selectQuery/getActualF'); - $actual_fields=$fields?:$this->actual_fields?:$this->get...
Model_Table: small fix This checking is also done in Model->getActualFields, so there's no need to do this two times.
atk4_atk4
train
acc1a60fba3f3fd4d02efb20ee10dc79bce39390
diff --git a/qbit/core/src/test/java/io/advantageous/qbit/service/ServiceBundleAndEvents.java b/qbit/core/src/test/java/io/advantageous/qbit/service/ServiceBundleAndEvents.java index <HASH>..<HASH> 100644 --- a/qbit/core/src/test/java/io/advantageous/qbit/service/ServiceBundleAndEvents.java +++ b/qbit/core/src/test/jav...
cranky old test is giving me trouble
advantageous_qbit
train
b87c14d8f26a0b069f0ffa87e1afd830e2a8b428
diff --git a/events.go b/events.go index <HASH>..<HASH> 100644 --- a/events.go +++ b/events.go @@ -43,9 +43,6 @@ type MessageEvent int * depending on the message events. All the events only require an opdata, * the event, and the context. The message and err will be NULL except for * some events (see below). The ...
Add support for Message Event Encryption Error (#<I>)
coyim_otr3
train
6619f7daa7f3c6daa5c1ba72d9c41f5d6492d0f6
diff --git a/test/tc_help.rb b/test/tc_help.rb index <HASH>..<HASH> 100644 --- a/test/tc_help.rb +++ b/test/tc_help.rb @@ -58,7 +58,7 @@ class TC_testHelp < Clean::Test::TestCase } end - test_that "the help command can be configured to skip things declaratively regardless of when it the object was created" d...
Removed spurious word in a unit test description
davetron5000_gli
train
82ea3fa0201b6f048975df4b7c88da1b2bddc787
diff --git a/genkeys.go b/genkeys.go index <HASH>..<HASH> 100644 --- a/genkeys.go +++ b/genkeys.go @@ -114,7 +114,7 @@ const uiKeysGlfwTmpl = `{{.License}} package ui import ( - glfw "github.com/go-gl/glfw3" + glfw "github.com/go-gl/glfw/v3.0/glfw" ) var glfwKeyCodeToKey = map[glfw.Key]Key{ diff --git a/interna...
#<I>: Fix import paths (Use go-gl/gl and go-gl/glfw instead of go-gl/glow and go-gl/glfw3
hajimehoshi_ebiten
train
7ab1a3935a2d1fb68a9c9da557e58cf3419c548b
diff --git a/lib/helper/Nightmare.js b/lib/helper/Nightmare.js index <HASH>..<HASH> 100644 --- a/lib/helper/Nightmare.js +++ b/lib/helper/Nightmare.js @@ -480,6 +480,19 @@ class Nightmare extends Helper { stringIncludes('HTML source of a page').negate(text, source); } + /** + * asserts that an element appe...
Added I.seeNumberOfElements() to Nightmare helper (#<I>)
Codeception_CodeceptJS
train
2d19dd99aa534d41a60667a14f9d8db10e6cb083
diff --git a/pipe.go b/pipe.go index <HASH>..<HASH> 100644 --- a/pipe.go +++ b/pipe.go @@ -28,13 +28,18 @@ func (p *PipeReader) Close() error { // NewPipeReader creates a new in-memory reader that reads from all loggers // The caller must call Close on the returned reader when done. +// +// By default, it: +// +// ...
fix: log with the JSON format by default and avoid taking a lock. This seems like the most reasonable default. We no longer need to take a lock to read the global log level, so we might as well drop the lock entirely.
ipfs_go-log
train
ecafc99d15fbd79e5526315bcddab65fc583aa6a
diff --git a/plugins/CoreHome/javascripts/corehome.js b/plugins/CoreHome/javascripts/corehome.js index <HASH>..<HASH> 100755 --- a/plugins/CoreHome/javascripts/corehome.js +++ b/plugins/CoreHome/javascripts/corehome.js @@ -149,7 +149,7 @@ } loading.hide(); - report.htm...
fixes #<I> make sure content is visible before updating the report otherwise the dataTable.js handler might not work correct
matomo-org_matomo
train
d66b8375108f77988437f1f9f7f20e15ed8d0816
diff --git a/isort/settings.py b/isort/settings.py index <HASH>..<HASH> 100644 --- a/isort/settings.py +++ b/isort/settings.py @@ -30,6 +30,8 @@ from collections import namedtuple from pies import * +MAX_CONFIG_SEARCH_DEPTH = 20 # The number '..' directories isort will look for config file within + WrapModes = ('...
Add initial support for project level configs, fixing issue #<I>
timothycrosley_isort
train
6c40441c2240c695fd25b819fe50e3c0fe6af372
diff --git a/pyipmi/hpm.py b/pyipmi/hpm.py index <HASH>..<HASH> 100644 --- a/pyipmi/hpm.py +++ b/pyipmi/hpm.py @@ -258,26 +258,26 @@ class Hpm(object): def get_upgrade_version_from_file(filename): image = UpgradeImage(filename) for action in image.actions: - if type(action) == UpgradeA...
change use of type() to isnstance()
kontron_python-ipmi
train
46295345ebc148944ec1746f5d883389547ef16a
diff --git a/src/FieldHandlers/FileFieldHandler.php b/src/FieldHandlers/FileFieldHandler.php index <HASH>..<HASH> 100644 --- a/src/FieldHandlers/FileFieldHandler.php +++ b/src/FieldHandlers/FileFieldHandler.php @@ -29,7 +29,7 @@ class FileFieldHandler extends BaseFieldHandler if (empty($data)) { $...
Required params (task #<I>)
QoboLtd_cakephp-csv-migrations
train
61ba7bf413384fe9b6674a2c4518985bdf730ac2
diff --git a/pandas/core/frame.py b/pandas/core/frame.py index <HASH>..<HASH> 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -2417,17 +2417,18 @@ class DataFrame(NDFrame): Notes ----- - * To select all *numeric* types use the numpy dtype ``numpy.number`` + * To select ...
DOC: Improve DataFrame.select_dtypes examples (#<I>)
pandas-dev_pandas
train
d6026eb0f4c7db98cc676dab119f8c4715775f6a
diff --git a/src/FormLabel.js b/src/FormLabel.js index <HASH>..<HASH> 100644 --- a/src/FormLabel.js +++ b/src/FormLabel.js @@ -59,20 +59,20 @@ const FormLabel = React.forwardRef( column && 'col-form-label', ); - if (column) return <Col {...props} className={classes} as="label" />; - warning( ...
Add htmlFor to label when rendered as column (#<I>) * Add htmlFor to label when rendered as column * Compute value for htmlFor at one place in FormLabel * Change props order when rendering FormLabel
react-bootstrap_react-bootstrap
train
80d8476bc5db87d60a0f1ad772a099ba0c54177a
diff --git a/src/preloadjs/ImageLoader.js b/src/preloadjs/ImageLoader.js index <HASH>..<HASH> 100644 --- a/src/preloadjs/ImageLoader.js +++ b/src/preloadjs/ImageLoader.js @@ -47,6 +47,7 @@ this.createjs = this.createjs||{}; this._tagSrcAttribute = "src"; this._tag = document.createElement("img"); + this._tag.s...
Correctly toggling image tag visibility. Added window.webkitURL for older browser support.
CreateJS_PreloadJS
train