hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
0d5aabef481d684a2d7454c30d588dfb4479ef15
diff --git a/tests/test_callsite_maker.py b/tests/test_callsite_maker.py index <HASH>..<HASH> 100644 --- a/tests/test_callsite_maker.py +++ b/tests/test_callsite_maker.py @@ -31,7 +31,7 @@ def test_callsite_maker(): main_func = cfg.kb.functions['main'] for block in sorted(main_func.blocks, key=lambda x: x.a...
Fix two leftover print statements during py2->py3 conversion.
angr_ailment
train
cc12b4cbac072d98d475ae2d653545ab4c787ee5
diff --git a/src/main/resources/core/scripts/selenium-api.js b/src/main/resources/core/scripts/selenium-api.js index <HASH>..<HASH> 100644 --- a/src/main/resources/core/scripts/selenium-api.js +++ b/src/main/resources/core/scripts/selenium-api.js @@ -830,6 +830,10 @@ Selenium.prototype.makePageLoadCondition = function(...
Commited patch for SEL-<I> ("Selenium open command throws an exception when timeout is zero"). Thanks, Erik Beans! r<I>
SeleniumHQ_selenium
train
98cc2fd24d2a7c1992355a766aba4a9d758b2427
diff --git a/scripts/examples/aggie/aggie.py b/scripts/examples/aggie/aggie.py index <HASH>..<HASH> 100644 --- a/scripts/examples/aggie/aggie.py +++ b/scripts/examples/aggie/aggie.py @@ -29,8 +29,13 @@ class Aggie(object): def __init__(self, fldr=os.getcwd(), skills = None, info = None): self.fldr =...
aggie has :LIST command to dump raw input added
acutesoftware_AIKIF
train
14e77c3613d10b9d87a22b3327ede1acb0e1c9b4
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ <img src="https://img.shields.io/npm/l/kyper-matter.svg" alt="license"> </a> </p> -> *What are the minimal tools I need to make an app* **matter***?* +> *What are the minimal tools I need to make an...
Cookie auth functionality removed from envStorage util (remains on cookieauth branch). Detection of tessellate server instance being host improved (staging will now call itself as well).
KyperTech_matter
train
19994dd9b84f2b68cd7ade3158b484c93f74ee5e
diff --git a/MAVProxy/modules/mavproxy_misc.py b/MAVProxy/modules/mavproxy_misc.py index <HASH>..<HASH> 100644 --- a/MAVProxy/modules/mavproxy_misc.py +++ b/MAVProxy/modules/mavproxy_misc.py @@ -75,6 +75,7 @@ class MiscModule(mp_module.MPModule): self.add_command('led', self.cmd_led, "control board LED") ...
misc: added flashbootloader command
ArduPilot_MAVProxy
train
b997b1122b2f9ec11b08cdaf9ef96fade114b1ec
diff --git a/tests/serialize/test_io.py b/tests/serialize/test_io.py index <HASH>..<HASH> 100644 --- a/tests/serialize/test_io.py +++ b/tests/serialize/test_io.py @@ -6,6 +6,7 @@ from spacy.tokens import Doc import math +@pytest.mark.models def test_read_write(EN): doc1 = EN(u'This is a simple test. With a c...
* Mark test_io as requiring the model
explosion_spaCy
train
0e9c780b1f44b485e0b579f2f30a409a16132736
diff --git a/lib/command.js b/lib/command.js index <HASH>..<HASH> 100644 --- a/lib/command.js +++ b/lib/command.js @@ -52,9 +52,13 @@ Command.prototype.show = function(major, minor){ } else if (this.storage.hasList(major)){ var listTasks = this.storage.getTasksByList(major); - console.log(majo...
Implemented deleteTask and fixed in storage the deletion of array index.
rogeriopvl_nodo
train
826f303fd3c005601577abbeb51d51aec6b2a8c6
diff --git a/library/src/main/java/com/github/sundeepk/compactcalendarview/AnimationHandler.java b/library/src/main/java/com/github/sundeepk/compactcalendarview/AnimationHandler.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/github/sundeepk/compactcalendarview/AnimationHandler.java +++ b/library/src/m...
Fix indicator animation to start animation depending on if the calendar is being open/closed.
SundeepK_CompactCalendarView
train
87d57b515544e4dd41d30b2190300c84cc322486
diff --git a/config/config.go b/config/config.go index <HASH>..<HASH> 100644 --- a/config/config.go +++ b/config/config.go @@ -128,7 +128,7 @@ func (cfg *Config) NewNode(ctx context.Context) (host.Host, error) { // TODO: We shouldn't be doing this here. oldFactory := h.AddrsFactory h.AddrsFactory = func(addrs ...
relay: allow users to explicitly add relay addresses
libp2p_go-libp2p
train
cab913cb45d09a4151263bb08ac7d671fdb2cf14
diff --git a/server/server.go b/server/server.go index <HASH>..<HASH> 100644 --- a/server/server.go +++ b/server/server.go @@ -251,7 +251,11 @@ func (server *BgpServer) Serve() { log.WithFields(log.Fields{ "Topic": "Peer", }).Debugf("Accepted a new dynamic neighbor from:%s", remoteAddr) - peer := new...
server/server: Set rsRib to RS client in adding dynamic neighbor Currently, globalRib is always set to dynamic neighbors even if they are route server clients. This patch fixes to set rsRib when the neighbor is a route server client.
osrg_gobgp
train
77e7e3c49bd732b7ade4c72c82237a14c8d8b818
diff --git a/lib/deep_cover/cli/instrumented_clone_reporter.rb b/lib/deep_cover/cli/instrumented_clone_reporter.rb index <HASH>..<HASH> 100644 --- a/lib/deep_cover/cli/instrumented_clone_reporter.rb +++ b/lib/deep_cover/cli/instrumented_clone_reporter.rb @@ -94,7 +94,7 @@ module DeepCover def process ...
At least, JRuby should now pass
deep-cover_deep-cover
train
17334fd4af31f47ad3f5947056c8832eb96ad4fc
diff --git a/impl/src/main/java/org/jboss/weld/util/collections/WeldCollections.java b/impl/src/main/java/org/jboss/weld/util/collections/WeldCollections.java index <HASH>..<HASH> 100644 --- a/impl/src/main/java/org/jboss/weld/util/collections/WeldCollections.java +++ b/impl/src/main/java/org/jboss/weld/util/collection...
No need to trim Array* before making a copy of it
weld_core
train
687a2673d048278c1d21acc09fb6bec9ff4f51d3
diff --git a/src/processors/DropProcessor.php b/src/processors/DropProcessor.php index <HASH>..<HASH> 100644 --- a/src/processors/DropProcessor.php +++ b/src/processors/DropProcessor.php @@ -109,8 +109,18 @@ class DropProcessor extends AbstractProcessor { continue 2; default: - ...
CHG: the output has been changed for (temporary) tables, it has no base_expr, it uses the property "table" git-svn-id: <URL>
greenlion_PHP-SQL-Parser
train
827c7e32c38da76d7ef41011666470cced391f49
diff --git a/src/cldc-library/scala/runtime/BoxesRunTime.java b/src/cldc-library/scala/runtime/BoxesRunTime.java index <HASH>..<HASH> 100644 --- a/src/cldc-library/scala/runtime/BoxesRunTime.java +++ b/src/cldc-library/scala/runtime/BoxesRunTime.java @@ -150,14 +150,6 @@ public class BoxesRunTime { return l ==...
Hopefully that fixes CLDC's incapacity to deal ... Hopefully that fixes CLDC's incapacity to deal with floating points.
scala_scala
train
1453a1b72bc1926397f3df782a44d168ab52e113
diff --git a/settings/default.local.settings.php b/settings/default.local.settings.php index <HASH>..<HASH> 100644 --- a/settings/default.local.settings.php +++ b/settings/default.local.settings.php @@ -151,7 +151,7 @@ $settings['file_private_path'] = EnvironmentDetector::getRepoRoot() . '/files-pr * This is always s...
Set file_public_path relative to the Drupal root in local.settings.php. (#<I>)
acquia_blt
train
6ba1ee9b2a82fe7ca8b991c60821ad5acfa133dd
diff --git a/features/post_configuration_hook.feature b/features/post_configuration_hook.feature index <HASH>..<HASH> 100644 --- a/features/post_configuration_hook.feature +++ b/features/post_configuration_hook.feature @@ -10,12 +10,11 @@ Feature: Post Configuration Hook [#423] And a file named "features/support/e...
Configuration now exposes out_stream attribute, renamed Main example to reflect that hook is also called, enabled post configuration hook feature [#<I>]
cucumber_cucumber-ruby
train
4f4c3538e0a104ae76c67659709514e276bad1e8
diff --git a/tests/test-wp-version-compare.php b/tests/test-wp-version-compare.php index <HASH>..<HASH> 100644 --- a/tests/test-wp-version-compare.php +++ b/tests/test-wp-version-compare.php @@ -14,6 +14,8 @@ class WPVersionCompareTest extends PHPUnit_Framework_TestCase { $this->assertFalse( Utils\wp_version_compare...
Add tests for permutations of `<I>-beta1`
wp-cli_wp-cli
train
9e5411ffb497ae9fe0e819aa49672c331aa3168d
diff --git a/FeedWriter.php b/FeedWriter.php index <HASH>..<HASH> 100644 --- a/FeedWriter.php +++ b/FeedWriter.php @@ -355,8 +355,7 @@ require_once("FeedItem.php"); } else { - #$nodeText .= (in_array($tagName, $this->CDATAEncoding))? $tagContent : htmlentities($tagContent); - $nodeText .= $tagContent; ...
Reactivated conversion of special chars in non-CDATA tags. This time using htmlspecialchars instead of htmlentities, because we need a encoding for XML, not for HTML.
mibe_FeedWriter
train
99ac063a20291d26cc41a427a5de955d9430574c
diff --git a/src/org/mozilla/javascript/TokenStream.java b/src/org/mozilla/javascript/TokenStream.java index <HASH>..<HASH> 100644 --- a/src/org/mozilla/javascript/TokenStream.java +++ b/src/org/mozilla/javascript/TokenStream.java @@ -540,7 +540,7 @@ class TokenStream quoteChar = c; st...
Do not ignore UTF format characters in StringLiterals. Committed by Alan Leung ------------- Created by MOE: <URL>
mozilla_rhino
train
467beea940b549c5434775423dbb483818c1698b
diff --git a/core/commands/urlstore.go b/core/commands/urlstore.go index <HASH>..<HASH> 100644 --- a/core/commands/urlstore.go +++ b/core/commands/urlstore.go @@ -3,20 +3,15 @@ package commands import ( "fmt" "io" - "net/http" + "net/url" cmdenv "github.com/ipfs/go-ipfs/core/commands/cmdenv" filestore "githu...
commands(feat): use the coreapi in the urlstore command License: MIT
ipfs_go-ipfs
train
e73592c6a246937994a66d8b3fa71eb61d3b13eb
diff --git a/hotdoc/extensions/gi/gi_extension.py b/hotdoc/extensions/gi/gi_extension.py index <HASH>..<HASH> 100644 --- a/hotdoc/extensions/gi/gi_extension.py +++ b/hotdoc/extensions/gi/gi_extension.py @@ -348,8 +348,6 @@ class GIExtension(Extension): continue type_desc = type_descripti...
gi_extension: don't ignore callbacks in structs
hotdoc_hotdoc
train
df92cde1f1bd487e21d1542eb7add08bf5c90e16
diff --git a/lib/xpay/transaction_query.rb b/lib/xpay/transaction_query.rb index <HASH>..<HASH> 100644 --- a/lib/xpay/transaction_query.rb +++ b/lib/xpay/transaction_query.rb @@ -1,5 +1,9 @@ module Xpay + # This class allows you to query the status of a transaction processed with Xpay + # the following attributes ...
added test for query response and class methods, added comments
vpacher_xpay
train
7ad0cce25f2219eb0c579a4e0ee8aec49072bd35
diff --git a/lib/lifx/light.rb b/lib/lifx/light.rb index <HASH>..<HASH> 100644 --- a/lib/lifx/light.rb +++ b/lib/lifx/light.rb @@ -46,7 +46,6 @@ module LIFX hook.call(payload) end @message_signal.broadcast - seen! end # Adds a block to be run when a payload of class `payload_clas...
Don't mark Light as seen on any handle_message as it can be a peer or broadcast message
LIFX_lifx-gem
train
4b0837768652502a8d1f8aedbca38ec0c52d7141
diff --git a/lib/dm-timestamps.rb b/lib/dm-timestamps.rb index <HASH>..<HASH> 100644 --- a/lib/dm-timestamps.rb +++ b/lib/dm-timestamps.rb @@ -3,10 +3,10 @@ require 'dm-core' module DataMapper module Timestamps TIMESTAMP_PROPERTIES = { - :updated_at => [ DateTime, lambda { |r, p| DateTime.now ...
Use Resource#attribute_set when setting timestamp values instead of Property#set as it doesn't use persisted state
datamapper_dm-timestamps
train
c892dd1bed0f6dda0091eea7d6cfbbaad6d7f294
diff --git a/Rakefile b/Rakefile index <HASH>..<HASH> 100644 --- a/Rakefile +++ b/Rakefile @@ -12,7 +12,7 @@ AUTHOR = 'John W Higgins' EMAIL = 'john [a] wishVPS [d] com' GEM_NAME = 'dm-ar-finders' GEM_VERSION = DataMapper::ARFinders::VERSION -GEM_DEPENDENCIES = [['dm-core', "~>#{GEM_VERSION}"]] +GEM_DEPENDENCIES = ...
[dm-more] Updated gem dependencies * Set dm-core dependency to be an exact match * Updated gems to lates stable, tested versions
datamapper_dm-ar-finders
train
710ef00383c925707eda123e58bfec907bf0bc7e
diff --git a/server/auth.go b/server/auth.go index <HASH>..<HASH> 100644 --- a/server/auth.go +++ b/server/auth.go @@ -176,7 +176,7 @@ func (s *Server) checkAuthforWarnings() { } if warn { // Warning about using plaintext passwords. - s.Warnf("Plaintext passwords detected, use nkeys or bcrypt.") + s.Warnf("Pla...
Don't allow JetStream on system account. Warn when accounts configured but no JS
nats-io_gnatsd
train
2b468df4d7801b77e032cfab95314e82c3233105
diff --git a/tests/rkt_volume_test.go b/tests/rkt_volume_test.go index <HASH>..<HASH> 100644 --- a/tests/rkt_volume_test.go +++ b/tests/rkt_volume_test.go @@ -94,6 +94,11 @@ var volTests = []struct { `<<<1>>>`, 0, }, + { + `/bin/sh -c "export FILE=/dir1/file CONTENT=1 ; ^RKT_BIN^ --debug --insecure-options=ima...
functional tests: test reading a file written in another app
rkt_rkt
train
8a4688b70e6e29b5b5a00154d9b31744fc33db93
diff --git a/src/edeposit/amqp/calibre/__init__.py b/src/edeposit/amqp/calibre/__init__.py index <HASH>..<HASH> 100755 --- a/src/edeposit/amqp/calibre/__init__.py +++ b/src/edeposit/amqp/calibre/__init__.py @@ -13,7 +13,7 @@ import calibre #= Variables ==================================================================...
The way how the module reacts to messages changed.
edeposit_edeposit.amqp.calibre
train
f8f02fc3a427a92744f429a9cd2185ab5f441f2f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -215,8 +215,8 @@ setup( # # And include any *.csv files found in the 'ITER' package, too: # 'ITER': ['*.csv'], #}, - # package_data={'tofu.tests.tests01_geom.tests03core_data':['*.py','*.txt']}, - pa...
[LOS] small changes so that it can work o non CEA machine
ToFuProject_tofu
train
43c77e340f6b6a8e6b670077c0f52eee489c29ba
diff --git a/src/internal/FloatingMenu.js b/src/internal/FloatingMenu.js index <HASH>..<HASH> 100644 --- a/src/internal/FloatingMenu.js +++ b/src/internal/FloatingMenu.js @@ -1,6 +1,6 @@ import warning from 'warning'; import PropTypes from 'prop-types'; -import React, { createRef } from 'react'; +import React from 'r...
fix(FloatingMenu): cope with SSR (#<I>) Fixes #<I>.
carbon-design-system_carbon-components
train
812806fa46352b81b457526835f504b7e468fc48
diff --git a/src/Core/Entity/Permissions.php b/src/Core/Entity/Permissions.php index <HASH>..<HASH> 100644 --- a/src/Core/Entity/Permissions.php +++ b/src/Core/Entity/Permissions.php @@ -50,6 +50,8 @@ class Permissions implements PermissionsInterface */ protected $resources; + protected $hasChanged ...
[Applications,Core] Fixes cascading permissions changes to attachments.
yawik_core
train
3719f6029e3fa065276af5c1e4c5106e2a195ddc
diff --git a/galpy/potential/Potential.py b/galpy/potential/Potential.py index <HASH>..<HASH> 100644 --- a/galpy/potential/Potential.py +++ b/galpy/potential/Potential.py @@ -299,6 +299,7 @@ def plotPotentials(Pot,rmin=0.,rmax=1.5,nrs=21,zmin=-0.5,zmax=0.5,nzs=21, PURPOSE: plot a set of potentials ...
galpy: plot rotation curve for list of potentials
jobovy_galpy
train
3a21f92684866dc8fa562764b5c61d79a2ca8241
diff --git a/phpdomain/sphinxcontrib/phpdomain.py b/phpdomain/sphinxcontrib/phpdomain.py index <HASH>..<HASH> 100644 --- a/phpdomain/sphinxcontrib/phpdomain.py +++ b/phpdomain/sphinxcontrib/phpdomain.py @@ -358,11 +358,11 @@ class PhpClassmember(PhpObject): return _('%s() (%s method)') % (propname, cls...
Removing all the $ in front of properties. They made the index have all propeties in one section.
sphinx-contrib_spelling
train
9cc50caff4a7fea1513599f573d983830a821afe
diff --git a/shutit_threads.py b/shutit_threads.py index <HASH>..<HASH> 100644 --- a/shutit_threads.py +++ b/shutit_threads.py @@ -151,6 +151,7 @@ def managing_thread_main_simple(): printed_anything = False if shutit_global.shutit_global_object.log_trace_when_idle and time.time() - shutit_global.shutit_global_obj...
separate header, which is different every time
ianmiell_shutit
train
c746738993fe675dbbf4ce8d2c9c283478e36ae9
diff --git a/test/db/mssql/types_test.rb b/test/db/mssql/types_test.rb index <HASH>..<HASH> 100644 --- a/test/db/mssql/types_test.rb +++ b/test/db/mssql/types_test.rb @@ -74,7 +74,7 @@ class MSSQLDateTimeTypesTest < Test::Unit::TestCase def test_datetime2 # date range + 00:00:00 through 23:59:59.9999999 -...
fix failures that are caused with AR 4.x backwards incompatibility
jruby_activerecord-jdbc-adapter
train
aca841e779627f96d1bef4e13fba9d70364824f4
diff --git a/pymatgen/analysis/phase_diagram.py b/pymatgen/analysis/phase_diagram.py index <HASH>..<HASH> 100644 --- a/pymatgen/analysis/phase_diagram.py +++ b/pymatgen/analysis/phase_diagram.py @@ -443,12 +443,10 @@ class BasePhaseDiagram(MSONable): Returns: The actual ndarray used to construct t...
clean: remove for-loop for list comp
materialsproject_pymatgen
train
34c20ee710e49e0c6107cb694009c09ff89137ae
diff --git a/lib/tty/config.rb b/lib/tty/config.rb index <HASH>..<HASH> 100644 --- a/lib/tty/config.rb +++ b/lib/tty/config.rb @@ -340,7 +340,7 @@ module TTY case ext when '.yaml', '.yml' require 'yaml' - ::File.write(file, YAML.dump(data)) + ::File.write(file, YAML.dump(self.class....
Change to ensure that keys are always written as strings
piotrmurach_tty-config
train
4cc4ba506a8953709196511236c4fb2ea127b75a
diff --git a/lib/active_record_shards/default_replica_patches.rb b/lib/active_record_shards/default_replica_patches.rb index <HASH>..<HASH> 100644 --- a/lib/active_record_shards/default_replica_patches.rb +++ b/lib/active_record_shards/default_replica_patches.rb @@ -71,9 +71,6 @@ module ActiveRecordShards :table...
Remove two unused constants Seems we forgot to remove these in <I>d<I>e<I>cba7ed<I>cd<I>b2eb<I>aa6.
zendesk_active_record_shards
train
ca5fa0bdf5a40e7e764050ca7f5234791446b3d1
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,28 @@ jishaku ======= +.. |py| image:: https://img.shields.io/pypi/pyversions/jishaku.svg + +.. |license| image:: https://img.shields.io/pypi/l/jishaku.svg + :target: https://github.com/Gorialis/jishaku/bl...
Release version <I> This adds show/hide commands (closes #4) and updates the README.
Gorialis_jishaku
train
e8483043f7ba24f95aacc3c8007fea28014281d2
diff --git a/bcbio/pipeline/main.py b/bcbio/pipeline/main.py index <HASH>..<HASH> 100644 --- a/bcbio/pipeline/main.py +++ b/bcbio/pipeline/main.py @@ -350,7 +350,7 @@ class smallRnaseqPipeline(AbstractPipeline): samples = run_parallel("trim_srna_sample", samples) samples = run_parallel...
Add samtools as a resource requirement to the RNA-seq aligner Fixes #<I> but only in technicality, the issue of not scaling automatically during streaming still exists, but has an easy workaround.
bcbio_bcbio-nextgen
train
c5c66b8c42d1c3cdca16638107169e8434019dea
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='soundscrape', - version='0.25.0', + version='0.25.1', packages=['soundscrape'], install_require...
<I> - add playlist title as album name on scrapes
Miserlou_SoundScrape
train
2f9fb5e4eb987f383a57298995d119ae2c974311
diff --git a/openstack_dashboard/dashboards/identity/users/tables.py b/openstack_dashboard/dashboards/identity/users/tables.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/dashboards/identity/users/tables.py +++ b/openstack_dashboard/dashboards/identity/users/tables.py @@ -236,7 +236,7 @@ class UsersTable(tabl...
Users table email cell inline editing should have restriction Users table inline cell editing should be restricted input can be only a mailbox format. Change-Id: I<I>c8c<I>c0a<I>fc3fb<I>b5fc<I>d6d<I>bf Closes-Bug: #<I>
openstack_horizon
train
e5fb4bcc5f62a69178955b3c95967591ecf68c4d
diff --git a/demos/demo_glm.py b/demos/demo_glm.py index <HASH>..<HASH> 100755 --- a/demos/demo_glm.py +++ b/demos/demo_glm.py @@ -21,16 +21,16 @@ log = logging.getLogger(__name__) # # Algorithmic properties -nbases = 200 +nbases = 100 lenscale = 1 # For all basis functions that take lengthscales noise = 1 rate...
some small mods to glm, gradients are def whack
NICTA_revrand
train
194b56282a78d0fed3e9c720afef2f3a5aa682d5
diff --git a/graylog-storage-elasticsearch7/src/main/java/org/graylog/storage/elasticsearch7/MessagesAdapterES7.java b/graylog-storage-elasticsearch7/src/main/java/org/graylog/storage/elasticsearch7/MessagesAdapterES7.java index <HASH>..<HASH> 100644 --- a/graylog-storage-elasticsearch7/src/main/java/org/graylog/storag...
Serialize body of new messages using object mapper for ES7. This change is using the configured system-wide `ObjectMapper` instance to serialize the body of new messages supposed to be bulk indexed by Elasticsearch when creating the request. This change is required for ES7, as it does not allow configuring a custom `O...
Graylog2_graylog2-server
train
07898559157cc829b2c126237e7eefd8981f55b9
diff --git a/router.go b/router.go index <HASH>..<HASH> 100644 --- a/router.go +++ b/router.go @@ -23,10 +23,10 @@ type Params map[string]string type Handler func(http.ResponseWriter, *http.Request, Params) type Router struct { - roots map[string]*rootNode - HandleMethodNotAllowed bool - MethodNo...
Make name shorter for MethodNotAllowed handler
vanng822_r2router
train
7275e39039c733c7cd38ef9d094fe419d5ee77f6
diff --git a/src/translate.js b/src/translate.js index <HASH>..<HASH> 100755 --- a/src/translate.js +++ b/src/translate.js @@ -848,39 +848,41 @@ angular.module('pascalprecht.translate').provider('$translate', ['$STORAGE_KEY', * @methodOf pascalprecht.translate.$translate * * @description - * Inval...
chore(refresh): rewrite code to match new requirements Now refresh() method will throw an error if there are no loaders registered. ngdoc is updated.
angular-translate_angular-translate
train
3963364d8112b7dedb928fa423b6878ea1b467d9
diff --git a/tests/test_tables.py b/tests/test_tables.py index <HASH>..<HASH> 100644 --- a/tests/test_tables.py +++ b/tests/test_tables.py @@ -184,3 +184,42 @@ def test_fk_from_pk_local_draft(): for row in table.data ] ) + + +def test_loading_from_json_with_mixed_types(): + """ + When a...
[WB-<I>] Loading table saved with mixed types fails (#<I>) * instantiate Table with dtypes of columns if present
wandb_client
train
c8ca49ec886cc86a96cd3ddf1e2a1eecaeade138
diff --git a/plugin/pkg/auth/authorizer/webhook/webhook.go b/plugin/pkg/auth/authorizer/webhook/webhook.go index <HASH>..<HASH> 100644 --- a/plugin/pkg/auth/authorizer/webhook/webhook.go +++ b/plugin/pkg/auth/authorizer/webhook/webhook.go @@ -22,6 +22,8 @@ import ( "errors" "time" + "github.com/golang/glog" + "...
plugin/pkg/auth/authorizer/webhook: log request errors Currently the API server only checks the errors returned by an authorizer plugin, it doesn't return or log them[0]. This makes incorrectly configuring the wehbook authorizer plugin extremely difficult to debug. Add a logging statement if the request to the remove...
kubernetes_kubernetes
train
d6e3bdb90e873edd36ed786cbc1b3eef1042ba4e
diff --git a/suffixtrees/tests/test_generalizedsuffixtree.py b/suffixtrees/tests/test_generalizedsuffixtree.py index <HASH>..<HASH> 100644 --- a/suffixtrees/tests/test_generalizedsuffixtree.py +++ b/suffixtrees/tests/test_generalizedsuffixtree.py @@ -310,18 +310,21 @@ class SuffixTreeGeneralizedTest(CassandraTestCase):...
Shortened LONG_STRING and LONG_STRING_CONT (because parsing them into an in memory, event sourced, generalized suffix tree was too much for Travis CI).
johnbywater_eventsourcing
train
cdcdfb6f1f817b35a3fcd566980edbfce0ac6a88
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * install msys2 libvips on Windows [larskanis] * better `-` to `_` conversion [Nakilon] +* fix `GValue#set` for stricter metadata rules in 8.9 [jcupitt] ## Version 2.0.16 (2019-9-21) diff ...
libvips <I> enforces new metadata write rules libvips <I> enforces the rule that you can't set metadata on shared images. This patch gets ruby-vips ready for this by being more careful about dropping refs when possible. This reduces unwanted sharing and makes it simpler to get sole ownership of an object.
libvips_ruby-vips
train
6bb355d166e6af8d9132abfbb4a645999b976701
diff --git a/src/Http/Redirect.php b/src/Http/Redirect.php index <HASH>..<HASH> 100644 --- a/src/Http/Redirect.php +++ b/src/Http/Redirect.php @@ -3,6 +3,7 @@ namespace Bow\Http; use Bow\Contracts\ResponseInterface; +use Bow\Session\Session; class Redirect implements ResponseInterface { @@ -78,6 +79,20 @@ class...
feat: add method to request and response api
bowphp_framework
train
b4034068fbe907633939b488da184619fa840706
diff --git a/src/org/opencms/search/galleries/CmsGallerySearchParameters.java b/src/org/opencms/search/galleries/CmsGallerySearchParameters.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/search/galleries/CmsGallerySearchParameters.java +++ b/src/org/opencms/search/galleries/CmsGallerySearchParameters.java @@ -4...
Improved Gallery search language restrictions to find documents in less specific languages as well. For locales with country/variant also document without these specifications are found. E.g. for locale en_US_abc also content in locales en_US and en are found.
alkacon_opencms-core
train
1a1243db3473267076124f084916f1e85219372d
diff --git a/hapi-fhir-storage/src/main/java/ca/uhn/fhir/jpa/dao/BaseTransactionProcessor.java b/hapi-fhir-storage/src/main/java/ca/uhn/fhir/jpa/dao/BaseTransactionProcessor.java index <HASH>..<HASH> 100644 --- a/hapi-fhir-storage/src/main/java/ca/uhn/fhir/jpa/dao/BaseTransactionProcessor.java +++ b/hapi-fhir-storage/s...
Missing fix from #<I>
jamesagnew_hapi-fhir
train
de01e1375fd24a24e4afa492c7ecbffcbbc8d068
diff --git a/src/sap.m/src/sap/m/P13nConditionPanel.js b/src/sap.m/src/sap/m/P13nConditionPanel.js index <HASH>..<HASH> 100644 --- a/src/sap.m/src/sap/m/P13nConditionPanel.js +++ b/src/sap.m/src/sap/m/P13nConditionPanel.js @@ -1796,6 +1796,10 @@ sap.ui.define([ var oConditionGrid = oEvent.srcControl.getParent();...
[INTERNAL] P<I>nConditionPanel.js : paste handling Pasting a value in the condition field with a line break at the end will be handled like a normal paste of a value without linebreak The new added conditions now have a correct index BCP: <I> <I> <I> Change-Id: I<I>d9c<I>d<I>eda<I>bb<I>d<I>edda0d7
SAP_openui5
train
e34435bb7637286cee18d5036c1d2139bcabe620
diff --git a/lib/action_subscriber/configuration.rb b/lib/action_subscriber/configuration.rb index <HASH>..<HASH> 100644 --- a/lib/action_subscriber/configuration.rb +++ b/lib/action_subscriber/configuration.rb @@ -1,7 +1,7 @@ module ActionSubscriber class Configuration attr_accessor :allow_low_priority_method...
Rename async configuration to async_message_publisher for selecting the adapter
mxenabled_action_subscriber
train
0df2f6949735b45eb68b0bcbf43b5d5ace9d196c
diff --git a/lib/transforms/bundleRelations.js b/lib/transforms/bundleRelations.js index <HASH>..<HASH> 100644 --- a/lib/transforms/bundleRelations.js +++ b/lib/transforms/bundleRelations.js @@ -31,8 +31,6 @@ function makeBundle(assetGraph, assetsToBundle) { constructorOptions = {}; if (type === 'JavaSc...
bundleRelations: Don't assume there's a 'start' property on all Toplevel nodes when bundling JavaScript.
assetgraph_assetgraph
train
2db310ac40f50f5186b8b424cc2d6ca3004142df
diff --git a/pkg/cmd/server/admin/create_bootstrappolicy_file.go b/pkg/cmd/server/admin/create_bootstrappolicy_file.go index <HASH>..<HASH> 100644 --- a/pkg/cmd/server/admin/create_bootstrappolicy_file.go +++ b/pkg/cmd/server/admin/create_bootstrappolicy_file.go @@ -13,12 +13,12 @@ import ( rbacv1 "k8s.io/api/rbac/v1...
Drop template wrapping from bootstrap policy file
openshift_origin
train
069f6047bf7761e162d2f132d7b30a133a1049ae
diff --git a/extension/rsb/com/src/main/java/org/openbase/jul/extension/rsb/com/jp/JPRSBTransport.java b/extension/rsb/com/src/main/java/org/openbase/jul/extension/rsb/com/jp/JPRSBTransport.java index <HASH>..<HASH> 100644 --- a/extension/rsb/com/src/main/java/org/openbase/jul/extension/rsb/com/jp/JPRSBTransport.java +...
setup spread communication as new default transport for rsb because socked is to unstable implemented within rsb.
openbase_jul
train
667ac58c96818805fb58bfd21db7fcd1d8fd0069
diff --git a/lib/web/WebEnvironmentPlugin.js b/lib/web/WebEnvironmentPlugin.js index <HASH>..<HASH> 100644 --- a/lib/web/WebEnvironmentPlugin.js +++ b/lib/web/WebEnvironmentPlugin.js @@ -2,11 +2,17 @@ MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ -function WebEnviro...
refactor(WebEnvironmentPlugin): upgrade to ES6 (#<I>)
webpack_webpack
train
1a2148c61ae45348693fc93e57cbef1166f8bfe2
diff --git a/mungegithub/pulls/submit-queue.go b/mungegithub/pulls/submit-queue.go index <HASH>..<HASH> 100644 --- a/mungegithub/pulls/submit-queue.go +++ b/mungegithub/pulls/submit-queue.go @@ -294,6 +294,7 @@ func (sq *SubmitQueue) MungePullRequest(config *github_util.Config, pr *github_a } if !e2e.Stable() { +...
Flush the async github e2e retester on slow e2e failure As soon as we notice that the slow e2e tests are failing, flush the queue of PRs waiting to rerun the fast e2e tests.
kubernetes-retired_contrib
train
e8178da12fa1649c17389a194fa8c36eba049d45
diff --git a/dist/IsScrolling.js b/dist/IsScrolling.js index <HASH>..<HASH> 100644 --- a/dist/IsScrolling.js +++ b/dist/IsScrolling.js @@ -45,7 +45,12 @@ function debounce(func) { } function getBrowserScrollTop(nameOfClass) { - return document.getElementsByClassName(nameOfClass)[0].scrollTop || window.pageYOffset ...
Added support for if the element provided by nameOfClass doesnt exist
p0o_react-is-scrolling
train
44863573651888cbb5d7b94d12e0d9317215d77c
diff --git a/src/browser/bool-attrs.js b/src/browser/bool-attrs.js index <HASH>..<HASH> 100644 --- a/src/browser/bool-attrs.js +++ b/src/browser/bool-attrs.js @@ -15,6 +15,11 @@ var splitStr2Obj = require('../util/split-str-2-obj'); * * @type {Object} */ -var boolAttrs = splitStr2Obj('checked,readonly,selected,mu...
add bool attrs. it may use in future
baidu_san
train
5b9067c0b83669283d42c89b204d02e55212701e
diff --git a/mu-plugins/base/base.php b/mu-plugins/base/base.php index <HASH>..<HASH> 100644 --- a/mu-plugins/base/base.php +++ b/mu-plugins/base/base.php @@ -4,6 +4,6 @@ Plugin Name: Site Specific Functionality Description: Custom post types, taxonomies, metaboxes and shortcodes */ -require_once(dirname(__FILE__...
Comment out site specific functionality by default Post types, meta boxes, and shortcodes can be uncommented after they've been customized for first use
roots_soil
train
26522517407782da85d040570ae303f6719e8190
diff --git a/pwnypack/flow.py b/pwnypack/flow.py index <HASH>..<HASH> 100644 --- a/pwnypack/flow.py +++ b/pwnypack/flow.py @@ -32,6 +32,7 @@ Examples: import subprocess import sys import socket +import select __all__ = [ @@ -399,6 +400,20 @@ class Flow(object): self.channel.kill() + def interact...
Add interact() method to Flow.
edibledinos_pwnypack
train
3ed69f70e24036e8693f24a8abe56f92f7ed2257
diff --git a/pyqode/core/__init__.py b/pyqode/core/__init__.py index <HASH>..<HASH> 100644 --- a/pyqode/core/__init__.py +++ b/pyqode/core/__init__.py @@ -8,4 +8,4 @@ a series of modes and panels that might be useful for any kind of code editor widget, i.e. pyqode.core is a generic code editor widget. """ -__versio...
Big files: completely remove modes (to prevent them from being re-enabled later)
pyQode_pyqode.core
train
9d7be16e33cbe2eeeb6cd2d67cfbfe1db56d0eb8
diff --git a/lease/auto_refreshing_read_lease.go b/lease/auto_refreshing_read_lease.go index <HASH>..<HASH> 100644 --- a/lease/auto_refreshing_read_lease.go +++ b/lease/auto_refreshing_read_lease.go @@ -307,9 +307,22 @@ func (rl *autoRefreshingReadLease) Upgrade() (rwl ReadWriteLease, err error) { return } + // ...
autoRefreshingReadLease.Upgrade
jacobsa_ratelimit
train
6f061da8bf61c083b61254bf81132f90979d57d5
diff --git a/gui/components.py b/gui/components.py index <HASH>..<HASH> 100644 --- a/gui/components.py +++ b/gui/components.py @@ -139,7 +139,8 @@ class Component(object): self.wx_obj = self._wx_class(wx_parent, **self._wx_kwargs) # load specs from kwargs, use default if available - ...
store the spec creation order (to avoid problems with set selection and friends when items are not loaded...)
reingart_gui2py
train
b45d0552840ea4f2d9e0b714a709ceb364f71d06
diff --git a/lib/l10n-en_GB.js b/lib/l10n-en_GB.js index <HASH>..<HASH> 100644 --- a/lib/l10n-en_GB.js +++ b/lib/l10n-en_GB.js @@ -189,16 +189,16 @@ exports.messages = { , "validation.css.no-source": "No CSS source to validate." , "validation.css.failure": "Failure code from CSS validator: ${status}." ...
add links to HTML/CSS validators if there's an error or warning
w3c_specberus
train
75fe565101a9e79a7375393e9a09da916320891c
diff --git a/src/main/java/com/neovisionaries/ws/client/ReadingThread.java b/src/main/java/com/neovisionaries/ws/client/ReadingThread.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/neovisionaries/ws/client/ReadingThread.java +++ b/src/main/java/com/neovisionaries/ws/client/ReadingThread.java @@ -29,7 +29,6 @@...
Changed the calling point of onConnected() method.
TakahikoKawasaki_nv-websocket-client
train
94c503e8458d5e47c37aa977a8c841aba5c72caf
diff --git a/java/server/test/org/openqa/grid/internal/listener/CommandListenerTest.java b/java/server/test/org/openqa/grid/internal/listener/CommandListenerTest.java index <HASH>..<HASH> 100644 --- a/java/server/test/org/openqa/grid/internal/listener/CommandListenerTest.java +++ b/java/server/test/org/openqa/grid/inte...
Fixing a grid unit test broken after migration to OkHttp
SeleniumHQ_selenium
train
bfbb5d1fea4984e4ee000384ff4b54c889e1b98c
diff --git a/cellbase-lib/src/main/java/org/opencb/cellbase/lib/variant/annotation/ConsequenceTypeSNVCalculator.java b/cellbase-lib/src/main/java/org/opencb/cellbase/lib/variant/annotation/ConsequenceTypeSNVCalculator.java index <HASH>..<HASH> 100644 --- a/cellbase-lib/src/main/java/org/opencb/cellbase/lib/variant/anno...
lib: fixes in variant annotation consequence type for RefSeq
opencb_cellbase
train
7d7d67aecc08a7a6903a02454b75fb74748a5ec2
diff --git a/comments-bundle/contao/Comments.php b/comments-bundle/contao/Comments.php index <HASH>..<HASH> 100644 --- a/comments-bundle/contao/Comments.php +++ b/comments-bundle/contao/Comments.php @@ -310,7 +310,7 @@ class Comments extends Frontend foreach ($GLOBALS['TL_HOOKS']['addComment'] as $callback) {...
[Comments] Pass the current object on hooks
contao_contao
train
da9801a632055df3ac2a0974f58c1e43497902b8
diff --git a/neutrino.go b/neutrino.go index <HASH>..<HASH> 100644 --- a/neutrino.go +++ b/neutrino.go @@ -84,6 +84,13 @@ var ( DefaultBlockCacheSize uint64 = 4096 * 10 * 1000 // 40 MB ) +// isDevNetwork indicates if the chain is a private development network, namely +// simnet or regtest/regnet. +func isDevNetwor...
server: Actively prevent regnet network discovery This treats regnet like simnet with respect to node discovery and outbound connections. The isDevNetwork helper function is added to identify a wire.BitcoinNet as private development network, namely simnet and regtest/regnet.
lightninglabs_neutrino
train
6e142f64858aaa119e6678618df69ff9adacd28e
diff --git a/hecate-cql3/src/main/java/com/savoirtech/hecate/cql3/dao/abstracts/GenericPojoGraphDao.java b/hecate-cql3/src/main/java/com/savoirtech/hecate/cql3/dao/abstracts/GenericPojoGraphDao.java index <HASH>..<HASH> 100644 --- a/hecate-cql3/src/main/java/com/savoirtech/hecate/cql3/dao/abstracts/GenericPojoGraphDao....
Don't show wild stacktrace.
savoirtech_hecate
train
f94600bdaf7d73971ad9a53148b0844c2efb901d
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index <HASH>..<HASH> 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *Edge* +* db:migrate:down and :up update schema_migrations. #369 [Michael Raidel, RaceCondition] + * PostgreSQL: support :conditions => [':foo::integer'...
ActiveRecord::Migrator#run records version-state after migrating. [#<I> state:resolved]
rails_rails
train
a9e02ca8bf89390c22a48d09446d0067e561f0dd
diff --git a/lib/specjour/worker.rb b/lib/specjour/worker.rb index <HASH>..<HASH> 100644 --- a/lib/specjour/worker.rb +++ b/lib/specjour/worker.rb @@ -28,7 +28,7 @@ module Specjour def run Kernel.puts "Running #{specs_to_run.size} spec files..." pid = Process.fork do - set_test_env_number + ...
Hook for rspec to run db:test:load
sandro_specjour
train
290c66163568fb0cc53a60bab1c387198706c9f0
diff --git a/email/controllers/View.php b/email/controllers/View.php index <HASH>..<HASH> 100644 --- a/email/controllers/View.php +++ b/email/controllers/View.php @@ -11,6 +11,7 @@ */ use Nails\Email\Controller\Base; +use Nails\Environment; use Nails\Factory; class View extends Base @@ -39,22 +40,20 @@ class V...
fix: Corrected call to \Nails\Environment
nails_module-email
train
3003d9c49853efc3da9fdcf2d734b242ac7526e0
diff --git a/lib/roomer.rb b/lib/roomer.rb index <HASH>..<HASH> 100644 --- a/lib/roomer.rb +++ b/lib/roomer.rb @@ -92,7 +92,7 @@ module Roomer # This will be used only if use_tenanted_migration_directory is set to # true if not usual rails migraiton directory db/migrate will be used mattr_writer :tenanted_migr...
moving tenanted migrations to their own folder since new rails recursive code breaks it
dceballos_roomer
train
8b12e5ee5077e00f4ae9b9fd6a2064f8819423ed
diff --git a/regions/core/compound.py b/regions/core/compound.py index <HASH>..<HASH> 100644 --- a/regions/core/compound.py +++ b/regions/core/compound.py @@ -1,12 +1,13 @@ # Licensed under a 3-clause BSD style license - see LICENSE.rst from __future__ import absolute_import, division, print_function, unicode_literal...
moved _make_annulus method under compound regions
astropy_regions
train
1c90060a14c9b0e797607167048e11eb4fcebbb5
diff --git a/packages/bonde-admin-canary/src/services/auth/session.js b/packages/bonde-admin-canary/src/services/auth/session.js index <HASH>..<HASH> 100644 --- a/packages/bonde-admin-canary/src/services/auth/session.js +++ b/packages/bonde-admin-canary/src/services/auth/session.js @@ -5,7 +5,7 @@ class AuthAPI { ...
chore(admin-canary): use env to config timeout cross-storage
nossas_bonde-client
train
0f0161c85766a94f6b49e1c7879218c657f01ade
diff --git a/kernel_tuner/c.py b/kernel_tuner/c.py index <HASH>..<HASH> 100644 --- a/kernel_tuner/c.py +++ b/kernel_tuner/c.py @@ -127,17 +127,21 @@ class CFunctions(object): else: compiler_options.append("-fopenmp") + #select right suffix based on compiler + suffix = ".cc"...
slightly better handling of suffix, but needs work
benvanwerkhoven_kernel_tuner
train
e5fcdff478f2724dc636305c5cea14e886ddaf43
diff --git a/config/roles.php b/config/roles.php index <HASH>..<HASH> 100644 --- a/config/roles.php +++ b/config/roles.php @@ -32,12 +32,13 @@ return [ | Cache Expiry |-------------------------------------------------------------------------- | - | Here you can enable cache and change the period for w...
Caching should be opt in Requires testing
httpoz_roles
train
a312040dfd112d327c84370947bb6d01c68c81c9
diff --git a/proxmoxer/backends/openssh.py b/proxmoxer/backends/openssh.py index <HASH>..<HASH> 100644 --- a/proxmoxer/backends/openssh.py +++ b/proxmoxer/backends/openssh.py @@ -19,19 +19,23 @@ class ProxmoxOpenSSHSession(ProxmoxBaseSSHSession): configfile=None, port=22, ...
Adding sudo to execute pvesh CLI in openssh backend
swayf_proxmoxer
train
76a3d6a320626994b26d24e5ef4525ca56a70518
diff --git a/conan/packager.py b/conan/packager.py index <HASH>..<HASH> 100644 --- a/conan/packager.py +++ b/conan/packager.py @@ -16,10 +16,11 @@ class ConanMultiPackager(object): default_visual_versions = ["10", "12", "14"] default_visual_runtimes = ["MT", "MD", "MTd", "MDd"] default_apple_clang_versio...
Added ability to specify completely custom architectures.
conan-io_conan-package-tools
train
89f3f824079d9777735abd7fb4fda90b3d60a8e3
diff --git a/udata/api/oauth2.py b/udata/api/oauth2.py index <HASH>..<HASH> 100644 --- a/udata/api/oauth2.py +++ b/udata/api/oauth2.py @@ -25,6 +25,7 @@ from authlib.flask.oauth2 import ( AuthorizationServer, ResourceProtector, current_token ) from authlib.specs.rfc6749 import grants, ClientMixin +from authlib.s...
Support token revocation (rfc<I>)
opendatateam_udata
train
0f5a68a75f0c4cef6560f717caa3c3f71a375575
diff --git a/src/Repositories/Repository.php b/src/Repositories/Repository.php index <HASH>..<HASH> 100644 --- a/src/Repositories/Repository.php +++ b/src/Repositories/Repository.php @@ -420,15 +420,6 @@ class Repository implements IRepository $subQuery->whereNotIn($criterion->attribute, $criterion...
Add comparing carbon date as timestamp instead date #<I>
Saritasa_php-laravel-repositories
train
2c79acc3fb57e1ffb1ebf83bf1fa999dc0dc16c3
diff --git a/api.js b/api.js index <HASH>..<HASH> 100644 --- a/api.js +++ b/api.js @@ -23,8 +23,8 @@ Object.keys(redis).forEach(function(key) { module.exports[key] = redis[key] }) -module.exports.createClient = function() { - var client = redis.createClient.apply(this, arguments) +module.exports.createClient = f...
Support auto-authentication if the options object has an "auth" key
iriscouch_iris-redis
train
85bce603b950ad93c12107951bfbb113650a5256
diff --git a/wallace/command_line.py b/wallace/command_line.py index <HASH>..<HASH> 100755 --- a/wallace/command_line.py +++ b/wallace/command_line.py @@ -168,7 +168,23 @@ def deploy(): def export(id): """Export the data.""" print_header() - log("Generating a backup of database on Heroku.") + + log("Pr...
Export data as tidy package with id, readme, &c.
Dallinger_Dallinger
train
7e5be01aa9e4cf2fe2f91d1f1673ce592831b517
diff --git a/src/components/virtualRepeat/virtual-repeater.js b/src/components/virtualRepeat/virtual-repeater.js index <HASH>..<HASH> 100644 --- a/src/components/virtualRepeat/virtual-repeater.js +++ b/src/components/virtualRepeat/virtual-repeater.js @@ -183,7 +183,7 @@ VirtualRepeatContainerController.prototype.getSiz...
fix(virtual-repeat): auto shrink restored wrong original size. * This broke the autocompletes height determination, when the matches array is empty. Fixes #<I>. Closes #<I>
angular_material
train
94f5214e454e440ec9cd718071f3fb36fc3efc3f
diff --git a/lib/mongo/db.rb b/lib/mongo/db.rb index <HASH>..<HASH> 100644 --- a/lib/mongo/db.rb +++ b/lib/mongo/db.rb @@ -148,12 +148,8 @@ module XGen # new collection. If +strict+ is true, will raise an error if # collection +name+ does not already exists. def collection(name) - re...
Simplified DB#collection logic. Removed assert that only worked coincidentally.
mongodb_mongo-ruby-driver
train
117a152a60657030e33ca9e1c911d99d50d5ed66
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,9 @@ setup( 'pytest-runner', ] if {'pytest', 'test', 'ptr'}.intersection(argv) else [], - install_requires = [], + install_requires = [ + "typeguard>=2.3.0,<4.0", + ], extras_require = dict( dev...
Explicitly (but not too explicitly) pin typeguard.
marrow_schema
train
ec61eff34b869f6861917dfec056dd8dabc94497
diff --git a/holoviews/plotting/plot.py b/holoviews/plotting/plot.py index <HASH>..<HASH> 100644 --- a/holoviews/plotting/plot.py +++ b/holoviews/plotting/plot.py @@ -370,7 +370,7 @@ class GenericElementPlot(DimensionedPlot): keys = keys if keys else list(self.hmap.data.keys()) plot_opts = self.lookup...
Fixed bug in GenericElementPlot
pyviz_holoviews
train
89e22a0e457ac4f6ddbf237ff32e5a278c2c02ed
diff --git a/kafka/consumer/fetcher.py b/kafka/consumer/fetcher.py index <HASH>..<HASH> 100644 --- a/kafka/consumer/fetcher.py +++ b/kafka/consumer/fetcher.py @@ -197,6 +197,9 @@ class Fetcher(object): contains OffsetOutOfRangeError and the default_reset_policy is None """ + ...
Improve request pipelining in consumer iterator
dpkp_kafka-python
train
b9239f2b8e147cf553dbee1cbb41208bcaf2d564
diff --git a/src/main/java/io/ddavison/conductor/Locomotive.java b/src/main/java/io/ddavison/conductor/Locomotive.java index <HASH>..<HASH> 100755 --- a/src/main/java/io/ddavison/conductor/Locomotive.java +++ b/src/main/java/io/ddavison/conductor/Locomotive.java @@ -193,7 +193,7 @@ public class Locomotive implements Co...
s/\t/ /
conductor-framework_conductor
train
c47c33254e9dfeda44458d7871cab7313b272863
diff --git a/grimoire/elk/git.py b/grimoire/elk/git.py index <HASH>..<HASH> 100644 --- a/grimoire/elk/git.py +++ b/grimoire/elk/git.py @@ -154,7 +154,10 @@ class GitEnrich(Enrich): # Fields which names are translated map_fields = {"commit": "hash","message":"message_analyzed"} for fn in map_f...
[git enrich] Check field exists before using it.
chaoss_grimoirelab-elk
train
55e5e37c4f085c0216a3d99dc7e3c3f12c2c7a88
diff --git a/api/api.go b/api/api.go index <HASH>..<HASH> 100644 --- a/api/api.go +++ b/api/api.go @@ -222,7 +222,7 @@ func getImagesJSON(eng *engine.Engine, version float64, w http.ResponseWriter, r outLegacy := &engine.Env{} outLegacy.Set("Repository", parts[0]) outLegacy.Set("Tag", parts[1]) - outL...
Fix broken images API for version <<I> Simple typo, "ID" should be "Id". This is causing the images response to not have IDs in it. Docker-DCO-<I>-
containers_storage
train
ee7323a552167cb024c5a273670e4474803464b7
diff --git a/lib/Sabre/VObject/Version.php b/lib/Sabre/VObject/Version.php index <HASH>..<HASH> 100644 --- a/lib/Sabre/VObject/Version.php +++ b/lib/Sabre/VObject/Version.php @@ -19,6 +19,6 @@ class Sabre_VObject_Version { /** * Stability : alpha, beta, stable */ - const STABILITY = 'alpha'; + co...
Marked SabreDAV <I> as 'stable'
sabre-io_vobject
train
84c8ab1453bbbc76eeea37db762b059bb7adff90
diff --git a/assess_storage.py b/assess_storage.py index <HASH>..<HASH> 100755 --- a/assess_storage.py +++ b/assess_storage.py @@ -261,43 +261,75 @@ def assess_multiple_provider(client, charm_series, amount, charm_name, def assess_storage(client, charm_series): """Test the storage feature.""" + log.info('Ass...
Explain what is under test and whjat failed. in storage.
juju_juju
train
bb0f3b3a7e20a236ff9c6fe264d1e58831710182
diff --git a/parse/src/main/java/com/alibaba/otter/canal/parse/inbound/mysql/MysqlConnection.java b/parse/src/main/java/com/alibaba/otter/canal/parse/inbound/mysql/MysqlConnection.java index <HASH>..<HASH> 100644 --- a/parse/src/main/java/com/alibaba/otter/canal/parse/inbound/mysql/MysqlConnection.java +++ b/parse/src/...
[MI] Use mysql master heartbeat to detect phycial tcp connection failure.
alibaba_canal
train
96f6b39d7101b8c9109b4f5ed59df565e96d9cf2
diff --git a/src/Tonic/Request.php b/src/Tonic/Request.php index <HASH>..<HASH> 100644 --- a/src/Tonic/Request.php +++ b/src/Tonic/Request.php @@ -49,7 +49,7 @@ class Request public function __construct($options = array()) { $this->uri = $this->getURIFromEnvironment($options); - $this->method ...
Allow getOption to be given mutliple HTTP headers to look for value in. Added xHttpMethodOverride to headers checked to get HTTP method, used if exists in peference over request method.
peej_tonic
train