hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
a766bdad9486f2963f0495ae7aa6a9dce6dc44c7
diff --git a/lib/heroku/command/addons.rb b/lib/heroku/command/addons.rb index <HASH>..<HASH> 100644 --- a/lib/heroku/command/addons.rb +++ b/lib/heroku/command/addons.rb @@ -130,7 +130,7 @@ module Heroku::Command addon_type = type_matches.first action("Opening #{addon_type} docs") do requi...
wait for launchy to finish before continuing
heroku_legacy-cli
train
52dac0a03d95fb17ecb1eaa6cbdf5db0486e117f
diff --git a/bench/string/starts-with.js b/bench/string/starts-with.js index <HASH>..<HASH> 100644 --- a/bench/string/starts-with.js +++ b/bench/string/starts-with.js @@ -15,3 +15,15 @@ bench() str.startsWith('Lorem'); }) .run(); + +bench() + .add('startsWith()', () => { + startsWith(str, 'Forem'); + })...
Improve `startsWith()` performance (#<I>)
kasperisager_bundstreg
train
57c19d50dd207a647dfdde00d9e1085f207a2d8b
diff --git a/cloudshell/networking/networking_resource_driver_interface_v4.py b/cloudshell/networking/networking_resource_driver_interface_v4.py index <HASH>..<HASH> 100644 --- a/cloudshell/networking/networking_resource_driver_interface_v4.py +++ b/cloudshell/networking/networking_resource_driver_interface_v4.py @@ -4...
Added vrf_management_name default value to load firmware method
QualiSystems_cloudshell-networking
train
d2515190b5e8f7e6cf7da7c8f27de52af2c9951a
diff --git a/app/models/catarse_pagarme/transaction_base.rb b/app/models/catarse_pagarme/transaction_base.rb index <HASH>..<HASH> 100644 --- a/app/models/catarse_pagarme/transaction_base.rb +++ b/app/models/catarse_pagarme/transaction_base.rb @@ -20,10 +20,12 @@ module CatarsePagarme def attributes_to_contributi...
when change contribution attributes we update slip_url and installments fields too
catarse_catarse_pagarme
train
7f0f4d54f229355db699a4f190acd69148abab29
diff --git a/vendor/k8s.io/kubernetes/plugin/pkg/admission/limitranger/admission.go b/vendor/k8s.io/kubernetes/plugin/pkg/admission/limitranger/admission.go index <HASH>..<HASH> 100644 --- a/vendor/k8s.io/kubernetes/plugin/pkg/admission/limitranger/admission.go +++ b/vendor/k8s.io/kubernetes/plugin/pkg/admission/limitr...
UPSTREAM: <I>: LimitRange ignores objects previously marked for deletion
openshift_origin
train
f1955eb02265e4311c4bbd853ca88fff3801946a
diff --git a/ruby/lib/bson/string.rb b/ruby/lib/bson/string.rb index <HASH>..<HASH> 100644 --- a/ruby/lib/bson/string.rb +++ b/ruby/lib/bson/string.rb @@ -27,7 +27,8 @@ module BSON # # @since 2.0.0 def to_bson - (bytesize + 1).to_bson + to_bson_cstring + data = to_bson_string + (data.bytes...
Adding more specs are utf-8, fixing encoding failures
mongodb_bson-ruby
train
b6375a63b828731e84544e6122318eafd3427a21
diff --git a/payment_paypal/indico_payment_paypal/plugin.py b/payment_paypal/indico_payment_paypal/plugin.py index <HASH>..<HASH> 100644 --- a/payment_paypal/indico_payment_paypal/plugin.py +++ b/payment_paypal/indico_payment_paypal/plugin.py @@ -69,8 +69,8 @@ class PaypalPaymentPlugin(PaymentPluginMixin, IndicoPlugin)...
Payment/Paypal: Don't reencode registration data
indico_indico-plugins
train
476960993134ed010496d495dac4db521bc06a2a
diff --git a/src/java/com/threerings/crowd/client/OccupantManager.java b/src/java/com/threerings/crowd/client/OccupantManager.java index <HASH>..<HASH> 100644 --- a/src/java/com/threerings/crowd/client/OccupantManager.java +++ b/src/java/com/threerings/crowd/client/OccupantManager.java @@ -1,5 +1,5 @@ // -// $Id: Occu...
Revamped code to watch OCCUPANT_INFO rather than OCCUPANTS which was necessary to make occupantUpdated() work. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1
threerings_narya
train
ca72a307729ff14625cf3b3ed514f1544731c3ac
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -32,8 +32,7 @@ setup(name='trovebox', long_description=open("README.rst").read(), author='Pete Burgers, James Walker', url='https://github.com/photo/openphoto-python', - packages=['trovebox'], - ...
Add new sub-packages to setup.py. Don't install README.rst.
photo_openphoto-python
train
f207095b0d77d53228cadd562021e488d6d1fd0e
diff --git a/nailgun/entities.py b/nailgun/entities.py index <HASH>..<HASH> 100644 --- a/nailgun/entities.py +++ b/nailgun/entities.py @@ -1807,6 +1807,22 @@ class ProvisioningTemplate( ) return super(ProvisioningTemplate, self).path(which) + def read(self, entity=None, attrs=None, ignore=Non...
dd audit_comments to the ignored fields for ProvisioningTemplate
SatelliteQE_nailgun
train
8bfedafc7a4373f8c388c187528425c33c04dedb
diff --git a/lib/waterline/query/finders/basic.js b/lib/waterline/query/finders/basic.js index <HASH>..<HASH> 100644 --- a/lib/waterline/query/finders/basic.js +++ b/lib/waterline/query/finders/basic.js @@ -97,7 +97,14 @@ module.exports = { if(err) return cb(err); if(!results) return cb(); - ...
serialize values coming from an in-memory join
balderdashy_waterline
train
79dd8e7de7933d7a844e75af310ca4a8ea634ddd
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -33,12 +33,6 @@ export const Tweezing = { return node }, - methods: { - done () { - this.$emit('done') - }, - }, - watch: { tween (tween) { if (typeof tween === 'function'...
💥 Rename done event to start on Tweezer Helpers are now responsible for emitting events
posva_vue-tweezing
train
559b6174e611616a678a04f6afffc0bd7ce7220a
diff --git a/app/src/Bolt/TwigExtension.php b/app/src/Bolt/TwigExtension.php index <HASH>..<HASH> 100644 --- a/app/src/Bolt/TwigExtension.php +++ b/app/src/Bolt/TwigExtension.php @@ -1057,6 +1057,12 @@ class TwigExtension extends \Twig_Extension $menu = util::array_first($menus); } + // I...
Fixed an error in TwigExtension::menu() when the menu loaded from the config file is empty
bolt_bolt
train
e8964639ce9f8cc3ee69eb4f13f322471803705b
diff --git a/blocks/blog_tags/block_blog_tags.php b/blocks/blog_tags/block_blog_tags.php index <HASH>..<HASH> 100644 --- a/blocks/blog_tags/block_blog_tags.php +++ b/blocks/blog_tags/block_blog_tags.php @@ -51,27 +51,44 @@ class block_blog_tags extends block_base { if ($tags = get_records_sql($sql)) { - ...
Tidied up the class size assignments
moodle_moodle
train
b627f16bc0d490701a831f43da0f50b3469d4bd5
diff --git a/app/Extensions/PitonTwigAdminExtension.php b/app/Extensions/PitonTwigAdminExtension.php index <HASH>..<HASH> 100644 --- a/app/Extensions/PitonTwigAdminExtension.php +++ b/app/Extensions/PitonTwigAdminExtension.php @@ -81,7 +81,7 @@ class PitonTwigAdminExtension extends PitonTwigBaseExtension ...
Changed .json file filter to use pathinfo().
PitonCMS_Engine
train
d1138e6e5f75f9358be6d00a96dbb94b840c5c81
diff --git a/hikaricp/src/main/java/com/zaxxer/hikari/HikariDataSource.java b/hikaricp/src/main/java/com/zaxxer/hikari/HikariDataSource.java index <HASH>..<HASH> 100644 --- a/hikaricp/src/main/java/com/zaxxer/hikari/HikariDataSource.java +++ b/hikaricp/src/main/java/com/zaxxer/hikari/HikariDataSource.java @@ -273,13 +2...
Fix not to throw NPE if username or password is null
brettwooldridge_HikariCP
train
40d5cbbd1b8697d1f6de92d032a42f5353fa3624
diff --git a/lib/bootstrap.js b/lib/bootstrap.js index <HASH>..<HASH> 100644 --- a/lib/bootstrap.js +++ b/lib/bootstrap.js @@ -177,7 +177,7 @@ function load(bootstrap, prefix) { listsOps = saveObjects(prefix + '/lists/', bootstrap.lists, getPutOperation); urisOps = saveBase64Strings(prefix + '/uris/', bootstrap...
simplify object keys iteration + assert log not called
clay_amphora
train
b4441a43052ce131da127461286df8cbb1b57a54
diff --git a/tests/tests.py b/tests/tests.py index <HASH>..<HASH> 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -19,3 +19,23 @@ class GenericFollowModelTests(TestCase): self.assertEqual(follow.user, self.user) self.assertEqual(follow.target, self.band) + + def test_user_can_unfollow_success...
tests for unfollow and is_following
gizmag_django-generic-follow
train
c3334e84f762f9ae88a47b102cea5999801dec15
diff --git a/modernrpc/tests/test_authentication_system.py b/modernrpc/tests/test_authentication_system.py index <HASH>..<HASH> 100644 --- a/modernrpc/tests/test_authentication_system.py +++ b/modernrpc/tests/test_authentication_system.py @@ -209,5 +209,24 @@ def test_http_basic_auth_user_in_request(live_server, john_d...
Increase test accuracy for custom auth predicates
alorence_django-modern-rpc
train
479dbf3eac1023aea2c3084f0d722bb4760864e6
diff --git a/test/views.js b/test/views.js index <HASH>..<HASH> 100644 --- a/test/views.js +++ b/test/views.js @@ -1424,7 +1424,6 @@ test("Array syntax for rendering a list", 2, function() { equal($.trim(test.$("div").text()), "Right", "Correct text"); }); - test("Remove a View from its parent", 1, function() { ...
added unit test backing attrs
tbranyen_backbone.layoutmanager
train
a04b94c2ac0351e316e2aaab1a4080c6d8d5412d
diff --git a/lib/amee/connection.rb b/lib/amee/connection.rb index <HASH>..<HASH> 100644 --- a/lib/amee/connection.rb +++ b/lib/amee/connection.rb @@ -14,7 +14,7 @@ module AMEE end # Make connection to server @http = Net::HTTP.new(@server) - @http.set_debug_output($stdout) + #@http.set_de...
DRY up connection code for gets and posts
OpenAMEE_amee-ruby
train
4f433d534b1d99a680002fdfff430eae3162bb98
diff --git a/router_test.go b/router_test.go index <HASH>..<HASH> 100644 --- a/router_test.go +++ b/router_test.go @@ -93,6 +93,23 @@ var routeTestCases = map[string]*Route{ actionPattern: regexp.MustCompile("Static\\.ServeDir"), }, + `GET /javascript/{<.+>filepath} Static.ServeDir("public/js")`: &Route{ + Meth...
Adding route test to test directory aliasing.
revel_revel
train
9aaf31a019d51ec847843cd6677cc8997c2782f4
diff --git a/src/FluentDOM/Loader/PHP/PDO.php b/src/FluentDOM/Loader/PHP/PDO.php index <HASH>..<HASH> 100644 --- a/src/FluentDOM/Loader/PHP/PDO.php +++ b/src/FluentDOM/Loader/PHP/PDO.php @@ -1,9 +1,9 @@ <?php -/** +/* * FluentDOM * * @link https://thomas.weinert.info/FluentDOM/ - * @copyright Copyright 2009-2019...
[FIX] Fix Arguments In Tests Fixtures
ThomasWeinert_FluentDOM
train
e46954d523a8d7587469ee1ce42f33871a2d8fa7
diff --git a/sofia_/graph/action_hyper_graph.py b/sofia_/graph/action_hyper_graph.py index <HASH>..<HASH> 100644 --- a/sofia_/graph/action_hyper_graph.py +++ b/sofia_/graph/action_hyper_graph.py @@ -3,9 +3,10 @@ from hyper_graph import HyperGraph class ActionHyperGraph(HyperGraph): """ A hyper graph of all the ...
readded entity graph to action hyper graph
childsish_sofia
train
a00082dec36486dc0a38b9fb173c52187854fa6b
diff --git a/internal/service/accessanalyzer/resource_aws_accessanalyzer_analyzer.go b/internal/service/accessanalyzer/resource_aws_accessanalyzer_analyzer.go index <HASH>..<HASH> 100644 --- a/internal/service/accessanalyzer/resource_aws_accessanalyzer_analyzer.go +++ b/internal/service/accessanalyzer/resource_aws_acce...
accessanalyzer: Fix many import problems
terraform-providers_terraform-provider-aws
train
c9b7a0e6f0297acc0a6490c851cbcf3ce0dcb2f7
diff --git a/lib/poolparty/monitors/monitor_rack.rb b/lib/poolparty/monitors/monitor_rack.rb index <HASH>..<HASH> 100644 --- a/lib/poolparty/monitors/monitor_rack.rb +++ b/lib/poolparty/monitors/monitor_rack.rb @@ -76,8 +76,7 @@ module Monitors when 0 self.respond_to?(:default) ? self.send(:default)...
Added base default method Updated gem
auser_poolparty
train
dcfd4a6735b32043c990e0d8ece1fbdc91242b91
diff --git a/tests/test_transcoding_streaming.py b/tests/test_transcoding_streaming.py index <HASH>..<HASH> 100755 --- a/tests/test_transcoding_streaming.py +++ b/tests/test_transcoding_streaming.py @@ -12,7 +12,7 @@ from unit_timeside import * from tools import tmp_file_sink import os.path -@unittest.skip('Test fr...
Try to put back test_transcoding_streaming (it was freezing in Travis)
Parisson_TimeSide
train
c868da859a1fda42da5067f02bce0c31cd072b26
diff --git a/runipy/notebook_runner.py b/runipy/notebook_runner.py index <HASH>..<HASH> 100644 --- a/runipy/notebook_runner.py +++ b/runipy/notebook_runner.py @@ -70,10 +70,12 @@ class NotebookRunner(object): self.kc = self.km.client() self.kc.start_channels() + try: + self.kc.wait...
use KernelClient methods These methods have been on the Client for some time (<I> or <I>) as aliases to the channel methods. IPython 3 refactors things a bit, so the channels are no longer the source of the API, the Client is.
paulgb_runipy
train
099b6876a2fbe89add0428a3652042fcec541171
diff --git a/java/client/src/org/openqa/selenium/os/Kernel32.java b/java/client/src/org/openqa/selenium/os/Kernel32.java index <HASH>..<HASH> 100644 --- a/java/client/src/org/openqa/selenium/os/Kernel32.java +++ b/java/client/src/org/openqa/selenium/os/Kernel32.java @@ -23,6 +23,10 @@ import com.sun.jna.Structure; imp...
Allow Selenium to be built with a modern version of JNA, by implementing Structure#getFieldOrder.
SeleniumHQ_selenium
train
aeb81a633391c22f61d5b5e05f9480999a8e0f6e
diff --git a/static/lib/composer.js b/static/lib/composer.js index <HASH>..<HASH> 100644 --- a/static/lib/composer.js +++ b/static/lib/composer.js @@ -1,6 +1,6 @@ 'use strict'; -/* globals define, socket, app, config, ajaxify, utils, templates, bootbox */ +/* globals define, socket, app, config, ajaxify, utils, temp...
zen mode hiding for iOS because iOS Safari is a pain in the behind
NodeBB_nodebb-plugin-composer-default
train
a6a9d760a3725ff7d015ffe05ef1df9ef13388ce
diff --git a/lib/omnibus/config.rb b/lib/omnibus/config.rb index <HASH>..<HASH> 100644 --- a/lib/omnibus/config.rb +++ b/lib/omnibus/config.rb @@ -377,6 +377,13 @@ module Omnibus # @return [Integer] default(:build_retries, 3) + # Use the incremental build caching implemented via git. This will + # dra...
Add the ability to disable git caching
chef_omnibus
train
b18b576ca7cb7cf624393c84aca6ec7c8ebf4663
diff --git a/p3/eppy/EPlusInterfaceFunctions/eplusdata.py b/p3/eppy/EPlusInterfaceFunctions/eplusdata.py index <HASH>..<HASH> 100755 --- a/p3/eppy/EPlusInterfaceFunctions/eplusdata.py +++ b/p3/eppy/EPlusInterfaceFunctions/eplusdata.py @@ -28,14 +28,17 @@ def removecomment(astr, cphrase): until the end of the line ...
hotfix_<I>-<I>-<I> issue#<I> for python 3
santoshphilip_eppy
train
5067d5232f5358456d4b8f17902d338174869a60
diff --git a/lib/proxy.js b/lib/proxy.js index <HASH>..<HASH> 100644 --- a/lib/proxy.js +++ b/lib/proxy.js @@ -69,7 +69,7 @@ module.exports.createProxy = function (host, ports, options, reqCallback) { } // Alter accept-encoding header to ensure plain-text response - req.headers['accept-encodi...
Add gzip support for proxy + spec
BrowserSync_browser-sync
train
e30d0bf28d91aee7a392fb35a9563586b69498cc
diff --git a/moco-core/src/main/java/com/github/dreamhead/moco/handler/ProxyResponseHandler.java b/moco-core/src/main/java/com/github/dreamhead/moco/handler/ProxyResponseHandler.java index <HASH>..<HASH> 100644 --- a/moco-core/src/main/java/com/github/dreamhead/moco/handler/ProxyResponseHandler.java +++ b/moco-core/src...
limited nio buffer usage in proxy handler
dreamhead_moco
train
23348c8637077e440bd26c97dd9a755677dbdb03
diff --git a/ps_alchemy/resources.py b/ps_alchemy/resources.py index <HASH>..<HASH> 100644 --- a/ps_alchemy/resources.py +++ b/ps_alchemy/resources.py @@ -10,7 +10,12 @@ Provide SQLAlchemy resource for pyramid_sacrud. """ from zope.interface import implementer -from zope.sqlalchemy import ZopeTransactionExtension + ...
ZopeTransactionExtension is gone. Use ZopeTransactionEvents. For a long term solution, zope.sqlalchemy.register should be used.
sacrud_ps_alchemy
train
01f310f679a6411fbf7bcc509153db64eee33324
diff --git a/registry.go b/registry.go index <HASH>..<HASH> 100644 --- a/registry.go +++ b/registry.go @@ -43,6 +43,16 @@ func New(flushInterval time.Duration, prefix string, tags ...string) *Registry { return reg } +// New creates a new Registry without a background flush thread. +func NewUnstarted(prefix string,...
Allow to run an unstarted registry with manual flushes
bsm_instruments
train
c487f59aa34b5d8d1cebc0d639bd5d709cbfb6e8
diff --git a/src/ChunkDecoder/WindShearChunkDecoder.php b/src/ChunkDecoder/WindShearChunkDecoder.php index <HASH>..<HASH> 100644 --- a/src/ChunkDecoder/WindShearChunkDecoder.php +++ b/src/ChunkDecoder/WindShearChunkDecoder.php @@ -23,7 +23,7 @@ class WindShearChunkDecoder extends MetarChunkDecoder implements MetarChunk...
Hit <I>% code coverage
SafranCassiopee_php-metar-decoder
train
702ac62789642b159f03382a4a7246be0c1cd039
diff --git a/arctic/store/_pandas_ndarray_store.py b/arctic/store/_pandas_ndarray_store.py index <HASH>..<HASH> 100644 --- a/arctic/store/_pandas_ndarray_store.py +++ b/arctic/store/_pandas_ndarray_store.py @@ -1,15 +1,18 @@ +import ast import logging from bson.binary import Binary from pandas import DataFrame, Mu...
pandas store to support multi-index df with timezone in index
manahl_arctic
train
7f0a099eef5aa1d98b9d8f7730350706cab32396
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '0.3.5' +version = '0.3.6' here = os.path.abspath(os.path.dirname(__file__)) try: README = open(os.path.join(here, 'README.txt')).read() ...
table filler base is my bitch. <I>
TurboGears_tgext.admin
train
9ed3bfcc6d5387108173a19f46af032ecade2a28
diff --git a/src/cr/cube/cube.py b/src/cr/cube/cube.py index <HASH>..<HASH> 100644 --- a/src/cr/cube/cube.py +++ b/src/cr/cube/cube.py @@ -542,9 +542,9 @@ class _SingleSideMovingAvg(SmoothedMeasure): return values smoothed_values = self._smoother(values) - difference = values.shape[-1] - ...
rfctr: change var names in smoothing classes
Crunch-io_crunch-cube
train
f4aee6756dbc74f01de32dc12569551d73cdbfd0
diff --git a/library/CMService/MaxMind.php b/library/CMService/MaxMind.php index <HASH>..<HASH> 100644 --- a/library/CMService/MaxMind.php +++ b/library/CMService/MaxMind.php @@ -1373,8 +1373,11 @@ class CMService_MaxMind extends CM_Class_Abstract { * @return string */ private function _normalizeCityNa...
Added test for normalization of location names - Excluded non-existent cities ending with (1) etc.
cargomedia_cm
train
b7bce739b1d57848c693c94b377fb56fccc74399
diff --git a/railties/test/generators/app_generator_test.rb b/railties/test/generators/app_generator_test.rb index <HASH>..<HASH> 100644 --- a/railties/test/generators/app_generator_test.rb +++ b/railties/test/generators/app_generator_test.rb @@ -153,6 +153,12 @@ class AppGeneratorTest < Rails::Generators::TestCase ...
Test added for jdbc-adapter
rails_rails
train
49098e648e1aa901ac02ec0abb067b82673cf95c
diff --git a/client/cmd/isolate/archive.go b/client/cmd/isolate/archive.go index <HASH>..<HASH> 100644 --- a/client/cmd/isolate/archive.go +++ b/client/cmd/isolate/archive.go @@ -51,6 +51,8 @@ func cmdArchive(defaultAuthOpts auth.Options) *subcommands.Command { c.commonServerFlags.Init(defaultAuthOpts) c.isolat...
isolate: remove --isolated from common --isolated is only used in archive and internal of batcharchive subcommand. Change-Id: Icc0d<I>d<I>a2e<I>f<I>f<I>ca8b6d6ae<I> Reviewed-on: <URL>
luci_luci-go
train
d6b7fd6853fae535c57ad281d17860401ee6910f
diff --git a/salt/ssh/__init__.py b/salt/ssh/__init__.py index <HASH>..<HASH> 100644 --- a/salt/ssh/__init__.py +++ b/salt/ssh/__init__.py @@ -21,7 +21,7 @@ import salt.minion def decode_list(data): ''' - JSON decodes as unicode, Jinja needs raw strings... + JSON decodes as unicode, Jinja needs bytes... ...
less confusing string terminology; capitalize SSH
saltstack_salt
train
1ae0edf54435bf34a2fb323e9febf4c4bd835ab2
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -187,7 +187,7 @@ function applyToLink(a, currentUrl) { // Shorten only if the link name hasn't been customized. // .href automatically adds a / to naked origins so that needs to be tested too // `trim` makes it compatibl...
Ignore links that contain tags/images in `applyToLink` (#<I>)
bfred-it_shorten-repo-url
train
4eb078a61a60dd148b84e94d8556093e77d49288
diff --git a/tensorflow_probability/python/distributions/linear_gaussian_ssm_test.py b/tensorflow_probability/python/distributions/linear_gaussian_ssm_test.py index <HASH>..<HASH> 100644 --- a/tensorflow_probability/python/distributions/linear_gaussian_ssm_test.py +++ b/tensorflow_probability/python/distributions/linea...
Add sanity check tests for sample(), mean(), variance(), to ensure we can confidently refactor the scan() loops in those methods. PiperOrigin-RevId: <I>
tensorflow_probability
train
422189bf04bd5cd8c76e8cbf9d48fd19a78e9ba9
diff --git a/kafka/client_async.py b/kafka/client_async.py index <HASH>..<HASH> 100644 --- a/kafka/client_async.py +++ b/kafka/client_async.py @@ -245,12 +245,14 @@ class KafkaClient(object): **self.config) bootstrap.connect() while bootstrap.connectin...
Select on sockets to avoid busy polling during bootstrap (#<I>)
dpkp_kafka-python
train
59ccfc68a2bd82ba842555fc4a1c5471602c9527
diff --git a/charm/url_test.go b/charm/url_test.go index <HASH>..<HASH> 100644 --- a/charm/url_test.go +++ b/charm/url_test.go @@ -117,7 +117,7 @@ func (s *URLSuite) TestInferURLNoDefaultSeries(c *C) { } } -var validRegexpTests = []struct { +var validTests = []struct { valid func(string) bool string string ...
Fix test slice name, as indicated by Danilo.
juju_juju
train
5b0ccc1b1c36f1f541f3463f8ec39400f96e9c9b
diff --git a/metrics-core/src/main/java/com/yammer/metrics/stats/ExponentiallyDecayingSample.java b/metrics-core/src/main/java/com/yammer/metrics/stats/ExponentiallyDecayingSample.java index <HASH>..<HASH> 100644 --- a/metrics-core/src/main/java/com/yammer/metrics/stats/ExponentiallyDecayingSample.java +++ b/metrics-co...
Clear up lock usage in ExponentiallyDecayingSample.
dropwizard_metrics
train
62b9bea827eaac59251b57a4b693cdd26899a0e7
diff --git a/test/client/app_view.test.js b/test/client/app_view.test.js index <HASH>..<HASH> 100644 --- a/test/client/app_view.test.js +++ b/test/client/app_view.test.js @@ -1,6 +1,7 @@ var App = require('../../shared/app'), AppView = require('../../client/app_view'), should = require('chai').should(), + ...
Add test to demonstrate that a child AppView class can't override ContentEl
rendrjs_rendr
train
445d6809db92c09e98c44ea1dcd2a30405449b9e
diff --git a/cmd/juju/status.go b/cmd/juju/status.go index <HASH>..<HASH> 100644 --- a/cmd/juju/status.go +++ b/cmd/juju/status.go @@ -12,7 +12,6 @@ import ( "launchpad.net/juju-core/state/api/params" "launchpad.net/juju-core/utils/set" "strings" - "sync" ) type StatusCommand struct { @@ -111,64 +110,26 @@ fu...
Move the status changes out to another branch.
juju_juju
train
ea9492c90fee528d4ca99693670677ac049d3063
diff --git a/geopy/distance.py b/geopy/distance.py index <HASH>..<HASH> 100644 --- a/geopy/distance.py +++ b/geopy/distance.py @@ -115,7 +115,6 @@ An attempt to calculate distances between points with different altitudes would result in a ``ValueError`` exception. """ -import abc from math import asin, atan2, cos,...
Distance class: remove abc (closes #<I>) Fixes undocumented backwards-incompatible change in geopy 2
geopy_geopy
train
96925570a14dc909daebeae8241fdf2bd2ab786f
diff --git a/activerecord/lib/active_record/reflection.rb b/activerecord/lib/active_record/reflection.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/reflection.rb +++ b/activerecord/lib/active_record/reflection.rb @@ -206,7 +206,7 @@ module ActiveRecord end def table_name - @...
table name is cached on the class, so stop caching twice
rails_rails
train
f1402263a54cc9836facb217921b191c05612e7c
diff --git a/alerta/app/webhooks/views.py b/alerta/app/webhooks/views.py index <HASH>..<HASH> 100644 --- a/alerta/app/webhooks/views.py +++ b/alerta/app/webhooks/views.py @@ -1,5 +1,6 @@ import json import datetime +import copy from flask import request from flask.ext.cors import cross_origin @@ -274,6 +275,7 @@ ...
Preserve prometheus notification for raw data attribute
alerta_alerta
train
d54ab78c0683ccac376496730eed33ae60086ccf
diff --git a/app/scripts/MapboxTilesTrack.js b/app/scripts/MapboxTilesTrack.js index <HASH>..<HASH> 100644 --- a/app/scripts/MapboxTilesTrack.js +++ b/app/scripts/MapboxTilesTrack.js @@ -10,16 +10,16 @@ class MapboxTilesTrack extends OSMTilesTrack { * @param tilesetUid: The data set to get the tiles from the server...
Adjust only the prop of this track (not the parents)
higlass_higlass
train
651232ed9f4779b6cecf58cbeb1c6b99e56f16b5
diff --git a/test/test-async.js b/test/test-async.js index <HASH>..<HASH> 100755 --- a/test/test-async.js +++ b/test/test-async.js @@ -2791,6 +2791,10 @@ exports['queue pause with concurrency'] = function(test) { }, resume_timeout); setTimeout(function () { + test.equal(q.running(), 2); + }, resum...
added tests for #<I> and #<I>
caolan_async
train
d43343db5e27364e10bb45f49a0e4577938fb1cf
diff --git a/cmd/e2e/e2e.go b/cmd/e2e/e2e.go index <HASH>..<HASH> 100644 --- a/cmd/e2e/e2e.go +++ b/cmd/e2e/e2e.go @@ -175,7 +175,11 @@ func TestPodUpdate(c *client.Client) bool { func TestImportantURLs(c *client.Client) bool { tests := []struct { path string - }{} + }{ + {path: "/validate"}, + {path: "/healthz...
Add a test for important URLs on the apiserver.
kubernetes_kubernetes
train
ce58f4225e125b711160ba4a3f4915913fe095e8
diff --git a/cirq-google/cirq_google/calibration/xeb_wrapper.py b/cirq-google/cirq_google/calibration/xeb_wrapper.py index <HASH>..<HASH> 100644 --- a/cirq-google/cirq_google/calibration/xeb_wrapper.py +++ b/cirq-google/cirq_google/calibration/xeb_wrapper.py @@ -38,7 +38,7 @@ def _maybe_multiprocessing_pool( y...
[XEB] Multiprocessing spawn (#<I>) There are two multiprocessing "modes": fork and spawn. Fork used to always be the default. Now sometimes on Mac it defaults to spawn (?) but in any event: spawn works way better. This could prevent some of the c++-looking errors that @mrwojtek has seen. It fixed different-but-still-c...
quantumlib_Cirq
train
8c853aa840a031f7f262d2a6d9fb2ff6d75e518c
diff --git a/Classes/TYPO3/DocTools/Command/DocumentationCommandController.php b/Classes/TYPO3/DocTools/Command/DocumentationCommandController.php index <HASH>..<HASH> 100644 --- a/Classes/TYPO3/DocTools/Command/DocumentationCommandController.php +++ b/Classes/TYPO3/DocTools/Command/DocumentationCommandController.php @...
[TASK] Use htmlspecialchars_decode on the title property It's possible that Sphinx has HTML encoded characters in the page title. Change-Id: I<I>ceb<I>f<I>ee<I>ab<I>f<I>f1c3f<I>fb5a
neos_doctools
train
ae7a57209d0a2365a6e90684e45d55b7de78101d
diff --git a/actionview/lib/action_view/helpers/form_tag_helper.rb b/actionview/lib/action_view/helpers/form_tag_helper.rb index <HASH>..<HASH> 100644 --- a/actionview/lib/action_view/helpers/form_tag_helper.rb +++ b/actionview/lib/action_view/helpers/form_tag_helper.rb @@ -551,7 +551,8 @@ module ActionView # ...
Pass the skip_pipeline option in image_submit_tag Fixes #<I>.
rails_rails
train
f463237e3becd64230f000d53e9341c8f01bc2b6
diff --git a/es/ae/oracle.js b/es/ae/oracle.js index <HASH>..<HASH> 100644 --- a/es/ae/oracle.js +++ b/es/ae/oracle.js @@ -163,7 +163,7 @@ async function registerOracle (queryFormat, responseFormat, options = {}) { })) return { ...(await this.send(oracleRegisterTx, opt)), - ...(await getOracleObject.bind(...
refactor(Oracle): remove unnecessary binding (#<I>)
aeternity_aepp-sdk-js
train
15dd6d722613b032f4530537438cf09deb36e899
diff --git a/src/Console/Application.php b/src/Console/Application.php index <HASH>..<HASH> 100644 --- a/src/Console/Application.php +++ b/src/Console/Application.php @@ -18,7 +18,7 @@ class Application extends BaseApplication /** * @var string */ - const VERSION = '0.8.1'; + const VERSION = '0.8...
Update version number to <I>
hechoendrupal_drupal-console
train
4e42ed215ab41e3b469014cf47ebc36d25d8e6e5
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ extensions = ['sphinx.ext.autodoc', 'matplotlib.sphinxext.plot_directive'] # Inheritance diagram configuration -inheritance_graph_attrs = dict(rankdir="TB", ratio='compress') +i...
Use LR when generating inheritance diagram [skip ci]
orbingol_NURBS-Python
train
a2df5a421deeb60103c083b35d12e92a030ec255
diff --git a/lib/liquid/tags/for.rb b/lib/liquid/tags/for.rb index <HASH>..<HASH> 100644 --- a/lib/liquid/tags/for.rb +++ b/lib/liquid/tags/for.rb @@ -1,6 +1,6 @@ module Liquid - # "For" iterates over an array or collection. + # "For" iterates over an array or collection. # Several useful variables are availab...
rejects variables like a/b in for loops, closes #<I>
Shopify_liquid
train
8930b5ba9275a7ef8eb995e26277836a803c52ab
diff --git a/redis/commands_test.go b/redis/commands_test.go index <HASH>..<HASH> 100644 --- a/redis/commands_test.go +++ b/redis/commands_test.go @@ -659,53 +659,51 @@ func BenchmarkIncrBy(b *testing.B) { } for i := 0; i < b.N; i++ { - v, err := rc.IncrBy("call_me_maybe", 1) + _, err := rc.IncrBy("call_me_mayb...
here's my number, call me maybe
fiorix_go-redis
train
8e6b58724e98b88b53fed7bb4d5b072305ccea09
diff --git a/src/presets/protocol/basic.js b/src/presets/protocol/basic.js index <HASH>..<HASH> 100644 --- a/src/presets/protocol/basic.js +++ b/src/presets/protocol/basic.js @@ -1,10 +1,7 @@ import logger from 'winston'; -import getChunks from 'lodash.chunk'; import {IPreset} from '../interface'; import {AdvancedBu...
fix(basic): should not split buffer into chunks
blinksocks_blinksocks
train
8a2a29a4afe6ba046e42311883182ea96cc2f015
diff --git a/app/concerns/liquid_interpolatable.rb b/app/concerns/liquid_interpolatable.rb index <HASH>..<HASH> 100644 --- a/app/concerns/liquid_interpolatable.rb +++ b/app/concerns/liquid_interpolatable.rb @@ -4,7 +4,7 @@ module LiquidInterpolatable def interpolate_options(options, payload) case options.class....
Added a liquid tag to access user credentials Via '{% credential USER_CREDENTIAL_NAME %}' liquid enabled agent options can be used to access stored user credentials
huginn_huginn
train
8143262a7082df80f496a007c72154b8d798b44b
diff --git a/lib/reddit_bot.rb b/lib/reddit_bot.rb index <HASH>..<HASH> 100644 --- a/lib/reddit_bot.rb +++ b/lib/reddit_bot.rb @@ -112,7 +112,8 @@ module RedditBot Enumerator.new do |e| after = {} loop do - args = [:get, "/#{subreddit || @subreddit || fail}/new", {limit: 100}.merge(aft...
new_posts was broken since multireddit support implementation
Nakilon_reddit_bot
train
d7156a74e029deca8322c35d69410b7f97756929
diff --git a/src/cryptojwt/jws/dsa.py b/src/cryptojwt/jws/dsa.py index <HASH>..<HASH> 100644 --- a/src/cryptojwt/jws/dsa.py +++ b/src/cryptojwt/jws/dsa.py @@ -30,10 +30,11 @@ class ECDSASigner(Signer): def sign(self, msg, key): """ - Signs a message using a Elliptic curve key. + Create a s...
Make sure to pad the encoding to the size of the order of the curve. By <URL>
openid_JWTConnect-Python-CryptoJWT
train
65d5b705adb2010692ede469843902260b59c67a
diff --git a/entry.go b/entry.go index <HASH>..<HASH> 100644 --- a/entry.go +++ b/entry.go @@ -24,10 +24,6 @@ func NewEntry(fields Fields) *Entry { return &Entry{fields} } -func (entry *Entry) SetField(name string, value string) { - entry.fields[name] = value -} - // Return entry field value by name or empty stri...
use typified entry value setters
satyrius_gonx
train
1f87f5fb2043522b5889e06ced6a0cf7b02c1e25
diff --git a/site/src/routes/blog/rss.xml.js b/site/src/routes/blog/rss.xml.js index <HASH>..<HASH> 100644 --- a/site/src/routes/blog/rss.xml.js +++ b/site/src/routes/blog/rss.xml.js @@ -8,6 +8,18 @@ function formatPubdate(str) { return `${d} ${months[+m]} ${y} 12:00 +0000`; } +function escapeHTML(html) { + const ...
site: fix escaping in RSS feed (#<I>)
sveltejs_svelte
train
2b1c1a47aae3fd1939e03fb29c7fdce40a9337d8
diff --git a/bitrise.yml b/bitrise.yml index <HASH>..<HASH> 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -192,11 +192,12 @@ workflows: # --- workflows for Releasing create-release: title: Create Release version - description: | + description: |- Creates new version with specified RELEASE_VERS...
create-release wf update, switch workflow log fix, min stepman version bumped to <I>, workflow-editor default plugin (#<I>)
bitrise-io_bitrise
train
6a4d0537d47286b62e7ff6f5256123d6d64252e9
diff --git a/src/SeoObjectExtension.php b/src/SeoObjectExtension.php index <HASH>..<HASH> 100644 --- a/src/SeoObjectExtension.php +++ b/src/SeoObjectExtension.php @@ -167,8 +167,15 @@ class SeoObjectExtension extends DataExtension ); // move Metadata field from Root.Main to SEO tab for visualising d...
Remove new social fields before re-adding (as sometimes scaffolding fails to automatically remove them)
hubertusanton_silverstripe-seo
train
25d3bfcdc59df59a77812901cf5c8074762338c0
diff --git a/src/Sulu/Bundle/SecurityBundle/Command/CreateUserCommand.php b/src/Sulu/Bundle/SecurityBundle/Command/CreateUserCommand.php index <HASH>..<HASH> 100644 --- a/src/Sulu/Bundle/SecurityBundle/Command/CreateUserCommand.php +++ b/src/Sulu/Bundle/SecurityBundle/Command/CreateUserCommand.php @@ -64,7 +64,6 @@ cla...
adapted creation command due to changes in sulucontactbundle
sulu_sulu
train
b0f18c93b688e893d121aa2e785e296d5696d38b
diff --git a/src/init.js b/src/init.js index <HASH>..<HASH> 100644 --- a/src/init.js +++ b/src/init.js @@ -66,7 +66,8 @@ Backbeam.prototype.init = function(dir, params) { description: 'Node.js app made with backbeam-lambda', scripts: { start: 'node app', - test: 'NODE_ENV=test moch...
A fix and some improvements on init()
backbeam_backbeam-lambda
train
f631ed22b6d66045a0d4413698d99b36776e2211
diff --git a/discord/stage_instance.py b/discord/stage_instance.py index <HASH>..<HASH> 100644 --- a/discord/stage_instance.py +++ b/discord/stage_instance.py @@ -74,7 +74,7 @@ class StageInstance(Hashable): privacy_level: :class:`StagePrivacyLevel` The privacy level of the stage instance. discoverab...
Clarify StageInstance.discoverable_disabled documentation
Rapptz_discord.py
train
bd6e8192f7d6a649af506976dfb47969c4fbd49e
diff --git a/tests/ezmq/pair.rb b/tests/ezmq/pair.rb index <HASH>..<HASH> 100644 --- a/tests/ezmq/pair.rb +++ b/tests/ezmq/pair.rb @@ -1,3 +1,8 @@ +require 'bundler/setup' +require 'ezmq' +require 'kintama' +require 'timeout' + context 'Paired sockets' do setup do @bound, @connected = EZMQ.create_linked_pair @...
Experimented a bit, fixed the red test
colstrom_ezmq
train
a6c4fe9fb1ffd5f0551a485d1b99a1ccccc0223b
diff --git a/addon/route-handlers/shorthands/base.js b/addon/route-handlers/shorthands/base.js index <HASH>..<HASH> 100644 --- a/addon/route-handlers/shorthands/base.js +++ b/addon/route-handlers/shorthands/base.js @@ -74,6 +74,16 @@ export default class BaseShorthandRouteHandler { return sum; }, {}); + ...
Include belongsTo relationships in getAttrsForRequest. Closes #<I>.
samselikoff_ember-cli-mirage
train
84d97351aa26d9a15379d8471b48dc1e19c25fb3
diff --git a/app/view/js/bolt.js b/app/view/js/bolt.js index <HASH>..<HASH> 100644 --- a/app/view/js/bolt.js +++ b/app/view/js/bolt.js @@ -810,6 +810,7 @@ var Sidebar = Backbone.Model.extend({ sidebar.closePopOvers(); // Check if the class is actually visible. If not, we're not on mobile, and we shoul...
Some cleanup in Bolt.js
bolt_bolt
train
5ba05c8b84c3780bbf568e9da8de88ab39f6c8aa
diff --git a/database.go b/database.go index <HASH>..<HASH> 100644 --- a/database.go +++ b/database.go @@ -353,10 +353,9 @@ func (db *Database) applyCreateShardIfNotExists(id uint64, policy string, timest func (db *Database) applyCreateSeriesIfNotExists(name string, tags map[string]string) error { db.mu.RLock() - ...
Fix wrong lock on create series, rename Series to Measurements for consistency
influxdata_influxdb
train
e209d40d2940571928311c537ee216a0237f8f2e
diff --git a/ores/scoring_context.py b/ores/scoring_context.py index <HASH>..<HASH> 100644 --- a/ores/scoring_context.py +++ b/ores/scoring_context.py @@ -38,10 +38,12 @@ class ScoringContext(dict): model_info = self._get_model_info_for(model_name) return model_info.format(paths, formatting="json") ...
Differentiate the task_id if features are requested Bug: T<I>
wikimedia_ores
train
41ddda4a15da42b08883949d9767cb6cc6a8c743
diff --git a/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/properties/AnnotationsPropertySource.java b/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/properties/AnnotationsPropertySource.java index <HASH>..<HASH> 100644 --- a/spring-bo...
Support the use of @AliasFor with @PropertyMapping Previously, when @AliasFor was used, the value of the mapped property would be incorrect as the value of the canonical attribute would be used, rather than the value of the alias. This commit updates AnnotationsPropertySource to use a merged annotation as the source ...
spring-projects_spring-boot
train
82e1c5973986cabce5ed535243167036b4011ea9
diff --git a/app/search_engines/bento_search/ebsco_host_engine.rb b/app/search_engines/bento_search/ebsco_host_engine.rb index <HASH>..<HASH> 100644 --- a/app/search_engines/bento_search/ebsco_host_engine.rb +++ b/app/search_engines/bento_search/ebsco_host_engine.rb @@ -144,12 +144,13 @@ class BentoSearch::EbscoHostEng...
ebscohost reorder precedence of heuristics for content type guessing
jrochkind_bento_search
train
911acc10de483e0d7a9e6b3c475aeaecad49bfc5
diff --git a/actionpack/lib/action_controller/routing/route_set.rb b/actionpack/lib/action_controller/routing/route_set.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_controller/routing/route_set.rb +++ b/actionpack/lib/action_controller/routing/route_set.rb @@ -407,22 +407,9 @@ module ActionController ...
Axe "best fit" generation support
rails_rails
train
28a8577f825e541098ada954cbe8d380811b1561
diff --git a/test/ral/types/host.rb b/test/ral/types/host.rb index <HASH>..<HASH> 100755 --- a/test/ral/types/host.rb +++ b/test/ral/types/host.rb @@ -147,8 +147,15 @@ class TestHost < Test::Unit::TestCase } end + def test_invalid_hostname + host = mkhost() + + assert_raise(Puppet::Erro...
Added hostname test for hosts type
puppetlabs_puppet
train
26d0dfd11770d334e28e9335a24c17612d0df4af
diff --git a/src/results.py b/src/results.py index <HASH>..<HASH> 100644 --- a/src/results.py +++ b/src/results.py @@ -6,6 +6,7 @@ import os import utils from distance import min_edit_distance_align +from distance import cluster_alignment_errors def round_items(floats): return ["%0.3f" % fl for fl in floats...
Tweaked error presentation in results.
persephone-tools_persephone
train
ed7632d3bd1727d37468f3f55ab539d4af19db37
diff --git a/bloop/streams.py b/bloop/streams.py index <HASH>..<HASH> 100644 --- a/bloop/streams.py +++ b/bloop/streams.py @@ -177,6 +177,7 @@ class Shard: one of your shard iterators would appear to have jumped to a totally random location. """ if read_version != self.read_version: + ...
reminder to log on unexpected mark_read param
numberoverzero_bloop
train
afcf8d015abd6662fc31dc198f6738eadfe6ffee
diff --git a/detective/core.py b/detective/core.py index <HASH>..<HASH> 100644 --- a/detective/core.py +++ b/detective/core.py @@ -91,6 +91,10 @@ class HassDatabase: def fetch_all_sensor_data(self, limit=50000) -> pd.DataFrame: """ Fetch data for all sensor entities. + + Arguments:...
Allow limit=None for fetch_all_data_of and fetch_all_sensor_data
robmarkcole_HASS-data-detective
train
c49ba433b3ff5960925bd405950aae9306be378b
diff --git a/git/objects/submodule/base.py b/git/objects/submodule/base.py index <HASH>..<HASH> 100644 --- a/git/objects/submodule/base.py +++ b/git/objects/submodule/base.py @@ -1160,7 +1160,7 @@ class Submodule(IndexObject, Iterable, Traversable): try: parser = cls._config_parser(repo, pc, read_...
The proper way is return, not raise StopIteration See PEP <I>[1] which is part of Python <I>[2]. [1]: <URL>
gitpython-developers_GitPython
train
93c7a57815a96c2bd788d9064405c06a660f69fa
diff --git a/codenerix_products/models.py b/codenerix_products/models.py index <HASH>..<HASH> 100644 --- a/codenerix_products/models.py +++ b/codenerix_products/models.py @@ -1008,6 +1008,15 @@ class ProductFinal(CustomQueryMixin, CodenerixModel): fields.append(('sample', _("Sample"))) return fields ...
Search for families, categories and subcategories in product's list and productfinal's list
codenerix_django-codenerix-products
train
4d2e7ab0ea2a4f29fe745ee60f495316c80df93d
diff --git a/src/font/bitmaptext.js b/src/font/bitmaptext.js index <HASH>..<HASH> 100644 --- a/src/font/bitmaptext.js +++ b/src/font/bitmaptext.js @@ -320,10 +320,10 @@ if (glyphWidth !== 0 && glyphHeight !== 0) { // some browser throw an exception when drawing a 0 width or...
fix undefined `yoffset` property when computing BitmapText descent value descent was/is computed using : `this.descent = Math.min(baseLine + glyph.yoffset, this.descent);` also replaced the two vector objects in the process, by standard Number properties (matching the property name in the JSON bitmap data, and theref...
melonjs_melonJS
train
01cf3aba4549551d856dd238a319b8ac2f0105e2
diff --git a/dev/com.ibm.ws.logging/src/com/ibm/ws/logging/data/GenericData.java b/dev/com.ibm.ws.logging/src/com/ibm/ws/logging/data/GenericData.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.logging/src/com/ibm/ws/logging/data/GenericData.java +++ b/dev/com.ibm.ws.logging/src/com/ibm/ws/logging/data/GenericDat...
make new constructors that require sourecName
OpenLiberty_open-liberty
train
957edd224e18c9f1112b7a965fad1309757270d8
diff --git a/views/js/uiForm.js b/views/js/uiForm.js index <HASH>..<HASH> 100755 --- a/views/js/uiForm.js +++ b/views/js/uiForm.js @@ -502,9 +502,10 @@ async function getPropertyRemovalConfirmation($groupNode, uri) { const dependencies = await checkForDependency(uri); + co...
chore: Add selector for dependsOn
oat-sa_tao-core
train
a67a26fe260d902a7877a11895ce92247782fd05
diff --git a/src/LearnositySdk/Request/Init.php b/src/LearnositySdk/Request/Init.php index <HASH>..<HASH> 100644 --- a/src/LearnositySdk/Request/Init.php +++ b/src/LearnositySdk/Request/Init.php @@ -310,6 +310,7 @@ class Init } break; case 'items': + case 'repor...
[FEATURE] user_id is now copied into security for reports api If the user_id in *not* in the security body, but it *is* in the request body, copy it into the security body pre-signature generation.
Learnosity_learnosity-sdk-php
train
1010ab969c846e0fb70064dcafb5a0a2fb42aba2
diff --git a/micrometer-core/src/main/java/io/micrometer/core/instrument/distribution/TimeWindowMax.java b/micrometer-core/src/main/java/io/micrometer/core/instrument/distribution/TimeWindowMax.java index <HASH>..<HASH> 100644 --- a/micrometer-core/src/main/java/io/micrometer/core/instrument/distribution/TimeWindowMax....
Polish Polishes gh-<I>
micrometer-metrics_micrometer
train
e55ed24a56cbde042aefef16a0786caee3446584
diff --git a/lib/node_modules/@stdlib/types/ndarray/ctor/test/test.instance.set_1d.js b/lib/node_modules/@stdlib/types/ndarray/ctor/test/test.instance.set_1d.js index <HASH>..<HASH> 100644 --- a/lib/node_modules/@stdlib/types/ndarray/ctor/test/test.instance.set_1d.js +++ b/lib/node_modules/@stdlib/types/ndarray/ctor/te...
Add tests for setting a 1d array element in wrap mode
stdlib-js_stdlib
train
6af42c64eb531bf1a6a8dd894788dc9c526429f2
diff --git a/sonar-server/src/main/java/org/sonar/server/mavendeployer/MavenRepository.java b/sonar-server/src/main/java/org/sonar/server/mavendeployer/MavenRepository.java index <HASH>..<HASH> 100644 --- a/sonar-server/src/main/java/org/sonar/server/mavendeployer/MavenRepository.java +++ b/sonar-server/src/main/java/o...
Improve exception message when the internal maven repository can not be deployed
SonarSource_sonarqube
train
75fb83ecc73d0c28f9db91c486e8b20cc7bf9273
diff --git a/main.js b/main.js index <HASH>..<HASH> 100644 --- a/main.js +++ b/main.js @@ -292,7 +292,6 @@ Neo4j.prototype.ReadOutgoingRelationshipsOfNode = function(node_id, callback){ Neo4j.prototype.CypherQuery = function(query, callback){ var that = this; - // maybe formatting the query into an URL encod...
reformated Cypher Query response slightly by removing an array depth and extracting the node_id from self and appending it as .id; modified test slightly; bumped package version to <I>
philippkueng_node-neo4j
train
fdb0e40f67ab6520f3313b08f5beeda0d92b5776
diff --git a/lib/assets/Html.js b/lib/assets/Html.js index <HASH>..<HASH> 100644 --- a/lib/assets/Html.js +++ b/lib/assets/Html.js @@ -363,10 +363,8 @@ extendWithGettersAndSetters(Html.prototype, { node.parentNode.removeChild(node); } else { if (node.nodeName && node.nodeN...
assets.Html._reformatParseTree: Removed _childNodes workaround for older jsdom versions.
assetgraph_assetgraph
train
72f58ac29f42a2e552788cb1106aa5035a2b68a8
diff --git a/tests/Acceptance/Frontend/ShopSetUpTest.php b/tests/Acceptance/Frontend/ShopSetUpTest.php index <HASH>..<HASH> 100644 --- a/tests/Acceptance/Frontend/ShopSetUpTest.php +++ b/tests/Acceptance/Frontend/ShopSetUpTest.php @@ -145,6 +145,7 @@ class ShopSetUpTest extends FrontendTestCase $this->type("aA...
Do not delete shop setup directory During testing setup directory should not be deleted.
OXID-eSales_oxideshop_ce
train