hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
bbc07afd15b2d163515c9985a6951ff9cf6bfeb6
diff --git a/src/platforms/web/runtime/modules/dom-props.js b/src/platforms/web/runtime/modules/dom-props.js index <HASH>..<HASH> 100644 --- a/src/platforms/web/runtime/modules/dom-props.js +++ b/src/platforms/web/runtime/modules/dom-props.js @@ -22,8 +22,9 @@ function updateDOMProps (oldVnode: VNodeWithData, vnode: VN...
allow to initialize value attribute to 0 (#<I>)
IOriens_wxml-transpiler
train
36d959fa7630963c79e2f339059ad4d6a248de20
diff --git a/reana_db/version.py b/reana_db/version.py index <HASH>..<HASH> 100644 --- a/reana_db/version.py +++ b/reana_db/version.py @@ -14,4 +14,4 @@ and parsed by ``setup.py``. from __future__ import absolute_import, print_function -__version__ = "0.8.0a17" +__version__ = "0.8.0a18"
release: <I>a<I>
reanahub_reana-db
train
cb98ef8dd66bc855135ff3ab909d7b85e46614ae
diff --git a/features/step_definitions/google_authentication_steps.rb b/features/step_definitions/google_authentication_steps.rb index <HASH>..<HASH> 100644 --- a/features/step_definitions/google_authentication_steps.rb +++ b/features/step_definitions/google_authentication_steps.rb @@ -5,7 +5,8 @@ Given /^a rails appli...
Inserted absolute path for the gem file
fabn_google_authentication
train
3ccce15f5d820492dd267594b7bafe619de2a202
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -155,7 +155,87 @@ function injectIntoArray(array, index, ...values){ } +/** + * Parse input using "best guess" logic. Called when no optdef is passed. + * + * Essentially, the following assumptions are made about input: +...
Allow input to be parsed without defining options Some safe assumptions can be made about input if the user hasn't defined any options. Anything beginning with a dash is an option, anything which follows it is its value, and processing should terminate at a "--".
Alhadis_GetOptions
train
b7dceb0060b43d8f77c5ec6cfa3cd016b7af2f5f
diff --git a/src/itk-js-cli.js b/src/itk-js-cli.js index <HASH>..<HASH> 100755 --- a/src/itk-js-cli.js +++ b/src/itk-js-cli.js @@ -38,7 +38,7 @@ const build = (sourceDir) => { process.exit(dockerVersion.status) } - let dockerImage = 'insighttoolkit/itk-js:20210517-7d190d5' + let dockerImage = 'insighttoolki...
fix(itk-js-cli): Correct default docker image tag This tag did not exist on DockerHub.
InsightSoftwareConsortium_itk-js
train
31701c9704584a735df37807c9f763bc6e387ee6
diff --git a/bse/manip.py b/bse/manip.py index <HASH>..<HASH> 100644 --- a/bse/manip.py +++ b/bse/manip.py @@ -8,8 +8,12 @@ import copy from . import io -def prune_zero_coefficients(basis): - '''Removes primitives that have a zero coefficient +def prune_basis(basis): + '''Removes primitives that have a zero ...
Force coefficients to <I> for uncontract_segmented
MolSSI-BSE_basis_set_exchange
train
1bcb5a2d1aeb2d9dfc1b4cbee146ffb9b03946d8
diff --git a/smack-core/src/main/java/org/jivesoftware/smack/util/DNSUtil.java b/smack-core/src/main/java/org/jivesoftware/smack/util/DNSUtil.java index <HASH>..<HASH> 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/util/DNSUtil.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/util/DNSUtil.java @...
Also check that srvRecords is not empty
igniterealtime_Smack
train
75431b6b67d2752224e7997672fe4f2820121b19
diff --git a/Pheal.php b/Pheal.php index <HASH>..<HASH> 100644 --- a/Pheal.php +++ b/Pheal.php @@ -110,27 +110,42 @@ class Pheal /** * method will ask caching class for valid xml, if non valid available * will make API call, and return the appropriate result - * @todo errorhandling + * @throws ...
* udpated phpdoc * apikey/userid should't be allowed in api argument list * differ between http arguments and cache arguments * renamed apikey to apiKey and userid to userID
3rdpartyeve_phealng
train
4821df9eeedbbfd8e3b8462aa3949308ceb83bf3
diff --git a/wallace/custom.py b/wallace/custom.py index <HASH>..<HASH> 100644 --- a/wallace/custom.py +++ b/wallace/custom.py @@ -104,7 +104,11 @@ def api_agent_create(): [net.has_participant(participant_uuid) for net in exp.networks]) if num_networks_participated_in < exp.num_repeats_practice:...
Don't funnel extra people into practice
Dallinger_Dallinger
train
3a3ce814ec46805bbc821e18af00194a9ae4a5f7
diff --git a/salt/modules/nxos.py b/salt/modules/nxos.py index <HASH>..<HASH> 100644 --- a/salt/modules/nxos.py +++ b/salt/modules/nxos.py @@ -219,9 +219,7 @@ def cmd(command, *args, **kwargs): salt '*' nxos.cmd show_run salt '*' nxos.cmd check_password username=admin password='$5$lkjsdfoi$blahblahbla...
Bump the release name to Argon to remove the deprecated functions in salt/modules/nxos.py
saltstack_salt
train
a7b68ada6cdca635eb1d9dbb5438c9f5cf3cf892
diff --git a/lib/hector/session.rb b/lib/hector/session.rb index <HASH>..<HASH> 100644 --- a/lib/hector/session.rb +++ b/lib/hector/session.rb @@ -60,6 +60,7 @@ module Hector def welcome respond_with("001", nickname, :text => "Welcome to IRC") + respond_with("422", :text => "MOTD File is missing") ...
Send <I> on welcome for clients that treat MOTD as the mark of a successful connection
sstephenson_hector
train
8a05f42da79e40ac540d4c6b92a9873abf0b22c2
diff --git a/lib/vobject/component.js b/lib/vobject/component.js index <HASH>..<HASH> 100644 --- a/lib/vobject/component.js +++ b/lib/vobject/component.js @@ -80,11 +80,11 @@ module.exports = function(name) { component.escape = function(str) { str = str || ''; - return str.replace(/\n/g, '\\n').replace(/;/...
Dont escape colon character in TEXT fields. Version <I>
outlook_vobject-js
train
1e11b78cc42081fd050be2029861977c8c401b17
diff --git a/pysat/tests/test_ssnl_plot.py b/pysat/tests/test_ssnl_plot.py index <HASH>..<HASH> 100644 --- a/pysat/tests/test_ssnl_plot.py +++ b/pysat/tests/test_ssnl_plot.py @@ -84,7 +84,7 @@ class TestDeprecation(): def test_deprecation_warning_scatterplot(self): """Test if scatterplot in ssnl is deprec...
STY: Updated variable name.
rstoneback_pysat
train
32583a8fb7c21e9e3a9f44dfa6cce30fef953e86
diff --git a/features/product/viewing_products/viewing_select_product_attributes.feature b/features/product/viewing_products/viewing_select_product_attributes.feature index <HASH>..<HASH> 100644 --- a/features/product/viewing_products/viewing_select_product_attributes.feature +++ b/features/product/viewing_products/vie...
[ProductAttribute] Fixes after PR review
Sylius_Sylius
train
d4cbd66995f0ef24ad92fefb7ace8a9f29159bc3
diff --git a/src/java/voldemort/utils/NetworkClassLoader.java b/src/java/voldemort/utils/NetworkClassLoader.java index <HASH>..<HASH> 100644 --- a/src/java/voldemort/utils/NetworkClassLoader.java +++ b/src/java/voldemort/utils/NetworkClassLoader.java @@ -61,6 +61,8 @@ public class NetworkClassLoader extends ClassLoader...
Added url explaining the problem in deep
voldemort_voldemort
train
a4ee21fb0b4d30b0fb054545c62b5c4388e1ba17
diff --git a/src/Themosis/Core/Application.php b/src/Themosis/Core/Application.php index <HASH>..<HASH> 100644 --- a/src/Themosis/Core/Application.php +++ b/src/Themosis/Core/Application.php @@ -1146,8 +1146,15 @@ class Application extends Container implements ApplicationContract, HttpKernelIn // Build a "Hook...
Fix #<I>. Provide a hook and priority option in order to run hookable class code during a request.
themosis_framework
train
0f4ff38b5a796f3d2f42868ad553f11c17986351
diff --git a/context/context.go b/context/context.go index <HASH>..<HASH> 100644 --- a/context/context.go +++ b/context/context.go @@ -287,7 +287,15 @@ func (ctx *Context) VendorFilePackagePath(canonical string) *vendorfile.Package // updatePackageReferences populates the referenced field in each Package. func (ct...
Implement speed improvement updatePackageReferences Added a cache of directory, canonical import to package This improvement took the run time on my source down from: time govendor list ... real 1m<I>s user 2m<I>s sys 0m<I>s To: time govendor list ... real 0m<I>s user 0m<I>s sys 0m<I>s
kardianos_govendor
train
6af177c3ede49683771d2bc35cc798ee8a56dd9f
diff --git a/xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/marker/AbstractContainerMarker.java b/xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/marker/AbstractContainerMarker.java index <HASH>..<HASH> 100644 --- a/x...
[Misc] Removed @Unstable annotation according to our rule (been there for more than a full cycle)
xwiki_xwiki-commons
train
45a61780af499b99d240cc906880bd8463f7008a
diff --git a/js/axolotl_store.js b/js/axolotl_store.js index <HASH>..<HASH> 100644 --- a/js/axolotl_store.js +++ b/js/axolotl_store.js @@ -123,6 +123,12 @@ }, removePreKey: function(keyId) { var prekey = new PreKey({id: keyId}); + + new Promise(function(resolve) { + ...
Fixup refreshPreKeys and call it whenever a prekey is deleted
ForstaLabs_librelay-node
train
f3d6f7577c9f17886d8e9289f703f40db842eb85
diff --git a/src/parsers/manifestjson.js b/src/parsers/manifestjson.js index <HASH>..<HASH> 100644 --- a/src/parsers/manifestjson.js +++ b/src/parsers/manifestjson.js @@ -185,15 +185,14 @@ export default class ManifestJSONParser extends JSONParser { for (const value of values) { try { u...
Move url validation inside try/catch block
mozilla_addons-linter
train
a5e00dc7c37260e9792abd81f9feb4d17b63ba42
diff --git a/src/Result.php b/src/Result.php index <HASH>..<HASH> 100644 --- a/src/Result.php +++ b/src/Result.php @@ -37,4 +37,21 @@ class Result extends Model { return $this[$key]; } + + /** + * Provides debug information about the result object + * + * @return string + */ + public...
Adding back the ability to cast a model to a string
aws_aws-sdk-php
train
4ad082a47c39b62beb330df9cc794c6517937a84
diff --git a/lib/http/node.js b/lib/http/node.js index <HASH>..<HASH> 100644 --- a/lib/http/node.js +++ b/lib/http/node.js @@ -10,6 +10,7 @@ require('../http'); */ AWS.NodeHttpClient = AWS.util.inherit({ handleRequest: function handleRequest(httpRequest, httpOptions, callback, errCallback) { + var cbAlreadyCal...
Guard emitted events from http module. Only allow either the HTTP loading or error callback to be fired, but never both. Without this guard, it is possible for both callbacks to fire and trigger multiple branches of the request lifecycle, culminating in multiple 'complete' callbacks. References #<I>, #<I>
aws_aws-sdk-js
train
eb212bfce82a04cae230a6e4c99157218cbd1190
diff --git a/tests/unit/fakes.py b/tests/unit/fakes.py index <HASH>..<HASH> 100644 --- a/tests/unit/fakes.py +++ b/tests/unit/fakes.py @@ -112,6 +112,18 @@ class FakeService(object): pass +class FakeCSClient(FakeService): + def __init__(self, *args, **kwargs): + super(FakeCSClient, self).__init__...
Fixed unit tests to handle new shortcuts for Cloud Servers images/flavors.
pycontribs_pyrax
train
3ef999f69018062f094c7d6d00c5f4d9342c52d9
diff --git a/daemon/daemon_main.go b/daemon/daemon_main.go index <HASH>..<HASH> 100644 --- a/daemon/daemon_main.go +++ b/daemon/daemon_main.go @@ -834,24 +834,7 @@ func runDaemon() { log.Info("Launching node monitor daemon") go d.nodeMonitor.Run(path.Join(defaults.RuntimePath, defaults.EventsPipe), bpf.GetMapRoot()...
daemon: factor out k8s initialization into separate function
cilium_cilium
train
d559ffc6300e494d881708ed0075d40fdcb21d10
diff --git a/rdopkg/actions.py b/rdopkg/actions.py index <HASH>..<HASH> 100644 --- a/rdopkg/actions.py +++ b/rdopkg/actions.py @@ -920,7 +920,7 @@ def check_new_patches(version, local_patches_branch, head = patches_branch version_tag = guess.version2tag(version, version_tag_style) - patches = git.get...
patch: add rhbz numbers from commits With this change, `rdopkg patch` will check each "-patches" commit for any rhbz numbers and add them to the %changelog entries. Change-Id: I1d<I>b<I>f<I>cf6bfafe6d1fcd<I>abf7f8 Resolves: <URL>
softwarefactory-project_rdopkg
train
1220857b7d1b88a1dc41ada07e075b176d70a70c
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb index <HASH>..<HASH> 100644 --- a/chef-config/lib/chef-config/config.rb +++ b/chef-config/lib/chef-config/config.rb @@ -912,7 +912,6 @@ module ChefConfig # sure Chef runs do not crash. # @api private def self.enabl...
Don't warn about FIPS - it's a proper feature now
chef_chef
train
b4f8c148383ee9edfe5bb967682a3e54e84364f0
diff --git a/modules/social_features/social_group/modules/social_group_default_route/src/EventSubscriber/RedirectSubscriber.php b/modules/social_features/social_group/modules/social_group_default_route/src/EventSubscriber/RedirectSubscriber.php index <HASH>..<HASH> 100644 --- a/modules/social_features/social_group/modu...
Issue #<I> by ronaldtebrake: Remove social path manager from installer options and fix it separately due to issues with redirects
goalgorilla_open_social
train
8b6b4d934ef9fd8b98b63b6e7ce6b8ee5a22ce07
diff --git a/engine-rest/src/main/java/org/camunda/bpm/engine/rest/ProcessEngineRestService.java b/engine-rest/src/main/java/org/camunda/bpm/engine/rest/ProcessEngineRestService.java index <HASH>..<HASH> 100644 --- a/engine-rest/src/main/java/org/camunda/bpm/engine/rest/ProcessEngineRestService.java +++ b/engine-rest/s...
feat(rest): multi-engine support for user & group - add multi-engine support for user and rest resources related to #CAM-<I>, #CAM-<I>
camunda_camunda-bpm-platform
train
fdfb07db94586f206b3819a34f237e774b1ba84f
diff --git a/examples/discovery_v2.py b/examples/discovery_v2.py index <HASH>..<HASH> 100644 --- a/examples/discovery_v2.py +++ b/examples/discovery_v2.py @@ -19,7 +19,7 @@ authenticator = BearerTokenAuthenticator('your bearer token') ## Initialize discovery instance ## discovery = DiscoveryV2(version='2019-11-22', a...
doc(example): Update url for service
watson-developer-cloud_python-sdk
train
d723cedfe880aaf4361ecd89be25d3b49ed2717c
diff --git a/tasks/appcache.js b/tasks/appcache.js index <HASH>..<HASH> 100644 --- a/tasks/appcache.js +++ b/tasks/appcache.js @@ -57,9 +57,18 @@ module.exports = function (grunt) { ignored.push(relative(options.basePath, output)); } - var cache = expand(this.data.cache, options.basePath)...
Add support for literal entries in the manifest.
jmc-88_grunt-appcache
train
6618335c3e27da84f73261f4e92dc2f0623df446
diff --git a/Resources/assets/js/websocket.js b/Resources/assets/js/websocket.js index <HASH>..<HASH> 100644 --- a/Resources/assets/js/websocket.js +++ b/Resources/assets/js/websocket.js @@ -90,18 +90,22 @@ * @param e The websocket event */ function onMessage(e) { - try { - var data =...
fixed client js script; fixed EventPayload::encode
phillies2k_ratchet-bundle
train
21164c19e9221bb733b9bf07afdcc4e4a909c22f
diff --git a/src/Schema/Subscription.js b/src/Schema/Subscription.js index <HASH>..<HASH> 100644 --- a/src/Schema/Subscription.js +++ b/src/Schema/Subscription.js @@ -140,17 +140,33 @@ Subscription.method("addDiscounts", function addDiscounts(callback) { const newDiscounts = callback(this); const oldDiscounts...
When there is previous subscription discount it should be added to the others
enhancv_mongoose-subscriptions
train
256035646a87a9518eb13e427509d449e815be97
diff --git a/src/org/openscience/cdk/Atom.java b/src/org/openscience/cdk/Atom.java index <HASH>..<HASH> 100644 --- a/src/org/openscience/cdk/Atom.java +++ b/src/org/openscience/cdk/Atom.java @@ -28,6 +28,7 @@ */ package org.openscience.cdk; +import javax.vecmath.Point2d; import javax.vecmath.Point3d; /** @@ -5...
Uploaded code to indicate an inconsistency between AtomContainer and Atom, see failing test git-svn-id: <URL>
cdk_cdk
train
8ee2acc92418fc73eef1b5cbe902f3c5b2b6a5bc
diff --git a/website/editor/src/github/GitHubAuthLink.js b/website/editor/src/github/GitHubAuthLink.js index <HASH>..<HASH> 100644 --- a/website/editor/src/github/GitHubAuthLink.js +++ b/website/editor/src/github/GitHubAuthLink.js @@ -152,7 +152,7 @@ export const GitHubAuthLink = ({token, ...props}) => { export const ...
remove redirected_uri from auth query
zerobias_effector
train
0afd40f47c42750a338935a4b56bba3d43e67814
diff --git a/src/providers/sh/util/index.js b/src/providers/sh/util/index.js index <HASH>..<HASH> 100755 --- a/src/providers/sh/util/index.js +++ b/src/providers/sh/util/index.js @@ -369,13 +369,13 @@ module.exports = class Now extends EventEmitter { const { deployments } = await this.retry( async bail => {...
Use v2 API to get a deployments list (#<I>)
zeit_now-cli
train
011fdc0e8225e1a1132bcae933773e2c368ccd1c
diff --git a/sos/plugins/openstack.py b/sos/plugins/openstack.py index <HASH>..<HASH> 100644 --- a/sos/plugins/openstack.py +++ b/sos/plugins/openstack.py @@ -32,7 +32,12 @@ class DebianOpenStack(openstack, DebianPlugin, UbuntuPlugin): """OpenStack related information for Debian based distributions """ - ...
Add basic cinder data to the plugin Pull in /etc/cinder, cinder version and logs for cinder.
sosreport_sos
train
45283c2c932486429ced11e3e487a8fa07ffe237
diff --git a/lib/sprockets/base.rb b/lib/sprockets/base.rb index <HASH>..<HASH> 100644 --- a/lib/sprockets/base.rb +++ b/lib/sprockets/base.rb @@ -269,7 +269,7 @@ module Sprockets if processed_processors.any? || bundled_processors.any? if bundle == false start = Utils.benchmark_start - ...
Use same build method for processed and bundled assets
rails_sprockets
train
ec555ee19ec94d90b5c28ec290c8812139d8be7f
diff --git a/src/Query/Result/Result.php b/src/Query/Result/Result.php index <HASH>..<HASH> 100644 --- a/src/Query/Result/Result.php +++ b/src/Query/Result/Result.php @@ -423,9 +423,8 @@ abstract class Result implements ResultInterface $data = null; if (!empty($this->data)) { $data = $thi...
Update toClass() and cancel clone.
k-gun_oppa
train
438a0345eaa81472684d7c73b670802f89d291d6
diff --git a/marklogic-client-api/src/test/java/com/marklogic/client/test/document/DocumentWriteOperationTest.java b/marklogic-client-api/src/test/java/com/marklogic/client/test/document/DocumentWriteOperationTest.java index <HASH>..<HASH> 100644 --- a/marklogic-client-api/src/test/java/com/marklogic/client/test/docume...
test cleanup - forest count in cluster environment, #<I>
marklogic_java-client-api
train
c950ae8c66c0f2f3f51953ce8fe58e0dfefdaa1e
diff --git a/packages/pob/generators/monorepo/lerna/index.js b/packages/pob/generators/monorepo/lerna/index.js index <HASH>..<HASH> 100644 --- a/packages/pob/generators/monorepo/lerna/index.js +++ b/packages/pob/generators/monorepo/lerna/index.js @@ -51,7 +51,7 @@ module.exports = class LernaGenerator extends Generator...
fix: remove prepublishOnly and pob-release dep in lerna
christophehurpeau_pob-lerna
train
f03f6d81e4eda5be0bc5135280254bfda4d72066
diff --git a/scriptworker/worker.py b/scriptworker/worker.py index <HASH>..<HASH> 100644 --- a/scriptworker/worker.py +++ b/scriptworker/worker.py @@ -257,3 +257,6 @@ def main(event_loop=None): except Exception: log.critical("Fatal exception", exc_info=1) raise + else: + log...
Log at exit (#<I>)
mozilla-releng_scriptworker
train
2c54c2da2103f84a7e6b42c2fa7d744597da6d5b
diff --git a/src/main/java/org/takes/facets/fork/MediaType.java b/src/main/java/org/takes/facets/fork/MediaType.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/takes/facets/fork/MediaType.java +++ b/src/main/java/org/takes/facets/fork/MediaType.java @@ -26,7 +26,10 @@ package org.takes.facets.fork; import jav...
(#<I>) MediaType issues fixed
yegor256_takes
train
d626a7787d5b8123b7cae8b068f9d660ffc904b7
diff --git a/terraform/context_validate_test.go b/terraform/context_validate_test.go index <HASH>..<HASH> 100644 --- a/terraform/context_validate_test.go +++ b/terraform/context_validate_test.go @@ -1131,6 +1131,71 @@ func TestContext2Validate_interpolateMap(t *testing.T) { } } +func TestContext2Validate_varSensit...
Add integration test in context_validate
hashicorp_terraform
train
1eebbab06d3d00ccc651a0a3cfb2b8b4a8aa40ad
diff --git a/zinnia/templatetags/zinnia_tags.py b/zinnia/templatetags/zinnia_tags.py index <HASH>..<HASH> 100644 --- a/zinnia/templatetags/zinnia_tags.py +++ b/zinnia/templatetags/zinnia_tags.py @@ -418,6 +418,17 @@ def week_number(date): return week_number +@register.filter +def comment_admin_urlname(action):...
Implement a tag for resolving the admin URLs of the comments, whatever the app used
Fantomas42_django-blog-zinnia
train
65c3326cb9371d5e37317fa3bb89dc3264fb40ca
diff --git a/lib/magent/encoder.rb b/lib/magent/encoder.rb index <HASH>..<HASH> 100644 --- a/lib/magent/encoder.rb +++ b/lib/magent/encoder.rb @@ -10,7 +10,12 @@ module Magent end ret elsif arg.class.respond_to?(:find) && arg.respond_to?(:id) - ":F:#{arg.class}##{self.encode_arg(arg.id)}...
do not crash if the model is not persisted in the database
dcu_magent
train
9cd4596a4194addf972f58b920f5fa83ebd67d42
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -6,6 +6,8 @@ var sub = require('subleveldown') var randomBytes = require('randombytes') var has = require('has') var once = require('once') +var through2 = require('through2') +var readonly = require('read-only-stream') ...
augment queryStream results with way/relation data
digidem_osm-p2p-db
train
ea0dae497d28991c14bcceddd91b01eb5722ac39
diff --git a/src/bootstrap/package-json.js b/src/bootstrap/package-json.js index <HASH>..<HASH> 100644 --- a/src/bootstrap/package-json.js +++ b/src/bootstrap/package-json.js @@ -7,7 +7,7 @@ const saguiScripts = { 'test-watch': 'sagui test --watch', 'develop': 'sagui develop', 'build': 'sagui build', - 'dist'...
Add NODE_ENV=production on npm run dist
saguijs_sagui
train
eb94f6350048b79bb89357864248c9039eb06b97
diff --git a/src/main/java/com/github/davidmoten/rx/jdbc/Database.java b/src/main/java/com/github/davidmoten/rx/jdbc/Database.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/davidmoten/rx/jdbc/Database.java +++ b/src/main/java/com/github/davidmoten/rx/jdbc/Database.java @@ -139,8 +139,8 @@ final public ...
add Database.from method using username and password
davidmoten_rxjava-jdbc
train
77e730d819263fb60e20acfa76d2b871a13da550
diff --git a/lib/sanitize_email/bleach.rb b/lib/sanitize_email/bleach.rb index <HASH>..<HASH> 100644 --- a/lib/sanitize_email/bleach.rb +++ b/lib/sanitize_email/bleach.rb @@ -40,6 +40,9 @@ module SanitizeEmail # If installed but not configured, sanitize email DOES NOTHING. Until configured the defaults leave it t...
Don't sanitize an email that is not supposed to be delivered
pboling_sanitize_email
train
bc7f200899c0aa3d82cc936c987de98d5cc36bc1
diff --git a/openquake/commonlib/source.py b/openquake/commonlib/source.py index <HASH>..<HASH> 100644 --- a/openquake/commonlib/source.py +++ b/openquake/commonlib/source.py @@ -663,7 +663,7 @@ class CompositeSourceModel(collections.Sequence): sources = [] for src in src_group.sources...
Managed case of no ruptures Former-commit-id: 5c<I>ca7a<I>bfe<I>db1f<I>e<I>aaaa<I>bc
gem_oq-engine
train
a9838a5565fdf8e64800d3a2e21ae49f29345bcd
diff --git a/resource_aws_autoscaling_group.go b/resource_aws_autoscaling_group.go index <HASH>..<HASH> 100644 --- a/resource_aws_autoscaling_group.go +++ b/resource_aws_autoscaling_group.go @@ -287,7 +287,12 @@ func resourceAwsAutoscalingGroupDelete(d *schema.ResourceData, meta interface{}) return err } - retur...
provider/aws: Fix issue with tainted ASG groups failing to re-create
terraform-providers_terraform-provider-aws
train
34280386736a40f95dc8a8a9b5749c7b687648f9
diff --git a/unyt/array.py b/unyt/array.py index <HASH>..<HASH> 100644 --- a/unyt/array.py +++ b/unyt/array.py @@ -1897,8 +1897,10 @@ class unyt_array(np.ndarray): out_arr = np.array(out_arr, copy=False) elif ufunc in (modf, divmod_): out_arr = tuple((ret_class(o, unit) for o in out_a...
BUG: fix an issue where multiplying a 1-element unyt_array would return a unyt_quantity
yt-project_unyt
train
6e826f2a4c2e69a838d1f985ab93d43374f3b92a
diff --git a/cmd2/argparse_completer.py b/cmd2/argparse_completer.py index <HASH>..<HASH> 100644 --- a/cmd2/argparse_completer.py +++ b/cmd2/argparse_completer.py @@ -21,6 +21,11 @@ from .rl_utils import rl_force_redisplay DEFAULT_DESCRIPTIVE_HEADER = 'Description' +def single_prefix_char(token: str, parser: argpa...
Fixed issue where flag arg hints weren't always printing
python-cmd2_cmd2
train
e159be0e8129f7f5f220cf444a78ba2db3abc857
diff --git a/models/classes/TestCategoryPresetProvider.php b/models/classes/TestCategoryPresetProvider.php index <HASH>..<HASH> 100644 --- a/models/classes/TestCategoryPresetProvider.php +++ b/models/classes/TestCategoryPresetProvider.php @@ -167,13 +167,14 @@ class TestCategoryPresetProvider extends ConfigurableServic...
Fixed registering presets with preventing duplicates
oat-sa_extension-tao-testqti
train
d6e5dbbcfdc29f8363e059d7af5d246bc655f80d
diff --git a/core/src/main/java/org/springframework/security/ui/SessionFixationProtectionFilter.java b/core/src/main/java/org/springframework/security/ui/SessionFixationProtectionFilter.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/springframework/security/ui/SessionFixationProtectionFilter.java +++ b/c...
SEC-<I>: Added override for flushBuffer in response wrapper.
spring-projects_spring-security
train
43b2c8aa6ae38ecdecbaf755d96c1a833c0e0d13
diff --git a/lib/connector/NodeConnector.js b/lib/connector/NodeConnector.js index <HASH>..<HASH> 100644 --- a/lib/connector/NodeConnector.js +++ b/lib/connector/NodeConnector.js @@ -19,7 +19,8 @@ class NodeConnector extends Connector { stream = require('stream'); } catch (e) {} } - return !!htt...
prevent Node connector usage when it is shimmed
Baqend_js-sdk
train
161ef6dc872f1171ae7aa3099791c74a75cde0f5
diff --git a/wayback-core/src/main/java/org/archive/wayback/memento/TimeBundleRequestParser.java b/wayback-core/src/main/java/org/archive/wayback/memento/TimeBundleRequestParser.java index <HASH>..<HASH> 100644 --- a/wayback-core/src/main/java/org/archive/wayback/memento/TimeBundleRequestParser.java +++ b/wayback-core/...
TWEAK: now uses the "Prefix" AccessPoint special configuration, which is wrong. Need to completely rework the URL configuration system for AccessPoints... git-svn-id: <URL>
iipc_openwayback
train
50a0c5c662de5c8f244caeac5b5d75839971262d
diff --git a/lib/opbeat/error_message/stacktrace.rb b/lib/opbeat/error_message/stacktrace.rb index <HASH>..<HASH> 100644 --- a/lib/opbeat/error_message/stacktrace.rb +++ b/lib/opbeat/error_message/stacktrace.rb @@ -46,6 +46,7 @@ module Opbeat def strip_load_path path prefix = $: + ...
Fix Stacktrace paths not being strings
opbeat_opbeat-ruby
train
e5c9421f5ab0495cb073e21cb99990c90b8c6510
diff --git a/azurerm/resource_arm_virtual_machine_data_disk_attachment_test.go b/azurerm/resource_arm_virtual_machine_data_disk_attachment_test.go index <HASH>..<HASH> 100644 --- a/azurerm/resource_arm_virtual_machine_data_disk_attachment_test.go +++ b/azurerm/resource_arm_virtual_machine_data_disk_attachment_test.go @...
Disk Attachments: removing the assertion on the `name` field (since it's no longer present) (#<I>)
terraform-providers_terraform-provider-azurerm
train
c9e9b54689e93207890bb3eca2c98a1716545d94
diff --git a/sklearn_evaluation/report.py b/sklearn_evaluation/report.py index <HASH>..<HASH> 100644 --- a/sklearn_evaluation/report.py +++ b/sklearn_evaluation/report.py @@ -3,10 +3,14 @@ import plots from cStringIO import StringIO import base64 import os -import mistune from datetime import datetime from utils i...
adds exception when trying to use the report module without mistune installed
edublancas_sklearn-evaluation
train
4dcd71e4459c1094ac7999f3999be5d5a8bf2781
diff --git a/src/main/java/com/nulabinc/backlog4j/BacklogClientImpl.java b/src/main/java/com/nulabinc/backlog4j/BacklogClientImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/nulabinc/backlog4j/BacklogClientImpl.java +++ b/src/main/java/com/nulabinc/backlog4j/BacklogClientImpl.java @@ -441,7 +441,12 @@ publ...
#8 Fixed Add encoding the path.
nulab_backlog4j
train
ab248b258306e877ed833e574b688307c967182d
diff --git a/core/src/main/java/org/springframework/security/access/expression/method/MethodSecurityEvaluationContext.java b/core/src/main/java/org/springframework/security/access/expression/method/MethodSecurityEvaluationContext.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/springframework/security/acc...
SEC-<I>: Added use of Spring's new AopProxyUtils.ultimateTargetClass() method when resolving the target class in MethodSecurityEvaluationContext.
spring-projects_spring-security
train
04980e1eb1daa8ca2076f971c83b1b4a87f04c38
diff --git a/lib/dradis/plugins/content_service/issues.rb b/lib/dradis/plugins/content_service/issues.rb index <HASH>..<HASH> 100644 --- a/lib/dradis/plugins/content_service/issues.rb +++ b/lib/dradis/plugins/content_service/issues.rb @@ -64,7 +64,7 @@ module Dradis::Plugins::ContentService # the issue library cac...
ContentService::Issues - ensure we're caching only this project's issues
dradis_dradis-plugins
train
e690d946271657f105389e257952dee8eaac0267
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/OpcodeStack.java b/findbugs/src/java/edu/umd/cs/findbugs/OpcodeStack.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/OpcodeStack.java +++ b/findbugs/src/java/edu/umd/cs/findbugs/OpcodeStack.java @@ -101,7 +101,7 @@ public class OpcodeStack ...
clean up some problems with opcode stack; in particular, branches for switch statements were being computed incorrectly git-svn-id: <URL>
spotbugs_spotbugs
train
a7be73cc996d1e542a2fa64045225c8b5f8caf4e
diff --git a/lib/sql_string.js b/lib/sql_string.js index <HASH>..<HASH> 100644 --- a/lib/sql_string.js +++ b/lib/sql_string.js @@ -84,15 +84,16 @@ SqlString.dateToString = function(date, timeZone) { dt.setTime(dt.getTime() + (tz * 60000)); } } - + var year = dt.getFullYear(); - var month = zeroP...
Added support for milliseconds
sidorares_node-mysql2
train
f9f45ec57bf9063532ca41c896caebe35b78ea5a
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -202,7 +202,8 @@ export const sessionStoreBuilder = () => ({ if (params.cookieDomain) throw new Error('baseUrl param is deprecated, replaced with directoryUrl') if (params.sessionDomain) throw new...
fix: manage trailing slash in directoryUrl
koumoul-dev_sd-vue
train
4dcc35e0203759e217b39f4cb8b68e5cbb701d70
diff --git a/airflow/providers/http/hooks/http.py b/airflow/providers/http/hooks/http.py index <HASH>..<HASH> 100644 --- a/airflow/providers/http/hooks/http.py +++ b/airflow/providers/http/hooks/http.py @@ -113,10 +113,7 @@ class HttpHook(BaseHook): session = self.get_conn(headers) - if self.base_ur...
Split out confusing path combination logic to separate method (#<I>) * Split out confusing path combination logic to separate method * Fix argument type
apache_airflow
train
f37e576174a4160625e1dba9315500119ac66068
diff --git a/BitLedMatrix.js b/BitLedMatrix.js index <HASH>..<HASH> 100644 --- a/BitLedMatrix.js +++ b/BitLedMatrix.js @@ -208,63 +208,67 @@ } proto.setColor = function(data){ - let markup = (m) =>{ - let a = m; - if(m.length < 6){ - if(m.length == 3){ - let b = a.split(''); - ...
Change setColor() to support single led.
webduinoio_webduino-bit-module-led-matrix
train
26f61beca3a798e32f447b91ce3619690d793fb3
diff --git a/test/test_variable.py b/test/test_variable.py index <HASH>..<HASH> 100644 --- a/test/test_variable.py +++ b/test/test_variable.py @@ -436,6 +436,11 @@ class TestVariable(TestCase, VariableSubclassTestCases): with self.assertRaisesRegexp(ValueError, 'do not exist'): v.indexed(not_a_dim...
Ensure np.string_ data will be wrapped in an ndarray CC @rzlee, this should fix the issue in your notebook.
pydata_xarray
train
bad02a0aa33a65bf7b72f9df980d8b875bdb0488
diff --git a/cumulusci/tasks/bulkdata/tests/test_mapping_parser.py b/cumulusci/tasks/bulkdata/tests/test_mapping_parser.py index <HASH>..<HASH> 100644 --- a/cumulusci/tasks/bulkdata/tests/test_mapping_parser.py +++ b/cumulusci/tasks/bulkdata/tests/test_mapping_parser.py @@ -55,3 +55,8 @@ class TestMappingParser: ...
Test that loading from byte stream works now.
SFDO-Tooling_CumulusCI
train
7c81857e90c13c419ed9d8372e785aaf9a10338a
diff --git a/gwpy/plotter/ticks.py b/gwpy/plotter/ticks.py index <HASH>..<HASH> 100644 --- a/gwpy/plotter/ticks.py +++ b/gwpy/plotter/ticks.py @@ -94,15 +94,15 @@ class AutoTimeLocator(mticker.AutoLocator): locs = self.tick_values(vmin, vmax) if self._scale: locs *= self._scale - i...
plotter.ticks: fixed epoch setting in ticks
gwpy_gwpy
train
a2ace4c8fb7d647c8fb2eec7c1ef34f8e67992cf
diff --git a/benchexec/tablegenerator/__init__.py b/benchexec/tablegenerator/__init__.py index <HASH>..<HASH> 100644 --- a/benchexec/tablegenerator/__init__.py +++ b/benchexec/tablegenerator/__init__.py @@ -1517,6 +1517,7 @@ def create_tables(name, runSetResults, rows, rowsDiff, outputPath, outputFilePat templat...
Fix relative paths in links in tables If using the href attribute in column definitions with a value like ${inputfile_path}/${inputfile_name}, the path was wrong.
sosy-lab_benchexec
train
8c6883e198d6a87c074ad6bebeb40e86989bb3ab
diff --git a/satpy/readers/satpy_cf_nc.py b/satpy/readers/satpy_cf_nc.py index <HASH>..<HASH> 100644 --- a/satpy/readers/satpy_cf_nc.py +++ b/satpy/readers/satpy_cf_nc.py @@ -228,6 +228,19 @@ class SatpyCFFileHandler(BaseFileHandler): for is_avail, ds_info in (configured_datasets or []): yield is_...
style (coadbeat) Trying to fix problem "Assignment Branch Condition too high", by creating a function for handeleing the modifier attribute.
pytroll_satpy
train
b032cd2c9b3655dbfb586669e76e7d2f037a49d6
diff --git a/test/extended/util/framework.go b/test/extended/util/framework.go index <HASH>..<HASH> 100644 --- a/test/extended/util/framework.go +++ b/test/extended/util/framework.go @@ -772,9 +772,9 @@ func (t *BuildResult) Logs() (string, error) { return t.LogDumper(t.Oc, t) } - buildOuput, err := t.Oc.Run("lo...
test: add error output for build logs
openshift_origin
train
e308005e9645303487451909d00079187edf09e6
diff --git a/examples/SimpleCalc.py b/examples/SimpleCalc.py index <HASH>..<HASH> 100644 --- a/examples/SimpleCalc.py +++ b/examples/SimpleCalc.py @@ -69,8 +69,8 @@ if __name__ == '__main__': print("Type in the string to be parsed or 'quit' to exit the program") input_string = input("> ") - while input_st...
Fix Issue #<I> - Py3 enforces tighter exception scoping, plus other exception typo
pyparsing_pyparsing
train
ea7561413f5413ddfa40516779929abec8717245
diff --git a/buildozer/__init__.py b/buildozer/__init__.py index <HASH>..<HASH> 100644 --- a/buildozer/__init__.py +++ b/buildozer/__init__.py @@ -420,11 +420,19 @@ class Buildozer(object): self.debug('Garden requirements already installed, pass') return + # we're going to reinstall a...
dont try to install garden if the user doesnt use anything from garden
kivy_buildozer
train
e6ab27efc8b019d0281e1a1cef8ff0d097340605
diff --git a/src/ContentBundle/Controller/Api/ContentController.php b/src/ContentBundle/Controller/Api/ContentController.php index <HASH>..<HASH> 100644 --- a/src/ContentBundle/Controller/Api/ContentController.php +++ b/src/ContentBundle/Controller/Api/ContentController.php @@ -129,7 +129,7 @@ class ContentController e...
If publishAt is null still show page (#<I>)
Opifer_Cms
train
0c1f6a41ca62b8412f8be82d7b02e9548ecb2ebe
diff --git a/tests/test_apython.py b/tests/test_apython.py index <HASH>..<HASH> 100644 --- a/tests/test_apython.py +++ b/tests/test_apython.py @@ -74,59 +74,59 @@ def test_input_with_stderr_prompt(mock_readline): assert rlwrap.input(use_stderr=True) == 'test' -def test_basic_apython_usage(capsys, use_readl...
Use capfd instead of capsys in the tests
vxgmichel_aioconsole
train
0581d52fed0ed7fec308266f05bc26dd2ed4c689
diff --git a/src/main/java/com/github/underscore/$.java b/src/main/java/com/github/underscore/$.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/underscore/$.java +++ b/src/main/java/com/github/underscore/$.java @@ -619,6 +619,9 @@ public class $<T> { } public static int size(final Iterable<?...
Add support for the method size(Object ...).
javadev_underscore-java
train
f82c3127e8a36422c14629ad2ee0626447dcc132
diff --git a/js/feature-tier.js b/js/feature-tier.js index <HASH>..<HASH> 100644 --- a/js/feature-tier.js +++ b/js/feature-tier.js @@ -1415,6 +1415,40 @@ function glyphForFeature(feature, y, style, tier, forceHeight) })); } glyph = makeElementNS(NS_SVG, 'g', bits); + } ...
Display sequence for BAM reads.
dasmoth_dalliance
train
074bb1d754f7174ad5aa98150ee44d657418a48e
diff --git a/src/core.js b/src/core.js index <HASH>..<HASH> 100644 --- a/src/core.js +++ b/src/core.js @@ -149,7 +149,7 @@ jstat.fn.extend({ // add a vector or scalar to the vector add : function( k ) { - if( isObject( k ) ) { + if( isNaN( k ) ) { // unsupported operation } else { return this.map( fu...
Implemented norm function. Bug fixes in matrix functions
jstat_jstat
train
14be62c9762e2dcea6687b1052c0bde6440960ff
diff --git a/code/ModelAdmin/SEOEditorAdmin.php b/code/ModelAdmin/SEOEditorAdmin.php index <HASH>..<HASH> 100644 --- a/code/ModelAdmin/SEOEditorAdmin.php +++ b/code/ModelAdmin/SEOEditorAdmin.php @@ -132,8 +132,10 @@ class SEOEditorAdmin extends ModelAdmin $form = parent::ImportForm(); $modelName = $th...
Fix conflict with importexport module Check if the form is set before accessing the Fields method, this issue was due to a conflict with the burnbright/silverstripe-importexport module.
littlegiant_silverstripe-seo-editor
train
84fe2b74d5215978eb788b791361520c1756c8e7
diff --git a/code/libraries/koowa/object/queue.php b/code/libraries/koowa/object/queue.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/object/queue.php +++ b/code/libraries/koowa/object/queue.php @@ -58,39 +58,47 @@ class KObjectQueue extends KObject implements Iterator, Countable * * @param ...
- KObjectQueue::queue() and dequeue() functions now return a boolean - Added KObjectQueue::contains() function to be able to check if the queue contains a specific object.
timble_kodekit
train
2d5eb932537d619c2473eceaf87a234b12e54076
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -178,7 +178,7 @@ setup_args = { ], 'install_requires': [ 'ipywidgets>=5.2.2', - 'traitlets>=4.2.2', + 'traitlets>=4.3.0', 'traittypes>=0.0.6', 'numpy>=1.10.4', 'panda...
Update traitlets requirement @scorlay
bloomberg_bqplot
train
9ec22b974ccd0a32a6002e8c9eb5c0bd977f1aee
diff --git a/lib/rest-core/app/future/future.rb b/lib/rest-core/app/future/future.rb index <HASH>..<HASH> 100644 --- a/lib/rest-core/app/future/future.rb +++ b/lib/rest-core/app/future/future.rb @@ -57,7 +57,7 @@ class RestCore::Future def on_load body, status, headers env[TIMER].cancel if env[TIMER] - sel...
write should be atomic with wait. write and wait, or wait and write
godfat_rest-core
train
d2e34da07f1c39289d302d9a6c0c86f31958b4ea
diff --git a/pypef/keep.py b/pypef/keep.py index <HASH>..<HASH> 100644 --- a/pypef/keep.py +++ b/pypef/keep.py @@ -10,10 +10,6 @@ class Keep(Filter): self.keeps = spec.split(',') def filter_events(self, events): - for e in events: - #LOG.warn("Keeping %s", e) - for k in e....
Replace dict modification with dict comprehension to avoid <I> bug.
gear11_pypelogs
train
ac07783b7ee7c761d4854e1edfc61fc44cb21153
diff --git a/spyder/plugins/editor/lsp/transport/producer.py b/spyder/plugins/editor/lsp/transport/producer.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/editor/lsp/transport/producer.py +++ b/spyder/plugins/editor/lsp/transport/producer.py @@ -15,17 +15,21 @@ queue, encapsulates them into valid JSONRPC messages ...
LSP: Reorganize some imports
spyder-ide_spyder
train
32051c319c54b3b7a2b1298e901630568213515c
diff --git a/lib/matrix.js b/lib/matrix.js index <HASH>..<HASH> 100644 --- a/lib/matrix.js +++ b/lib/matrix.js @@ -110,13 +110,13 @@ var init = function(exports){ MatrixInMemoryStore.prototype = { /* - * Add an array of one or more raw state events into the store, overwriting + *...
change store API to work entirely in terms of MatrixEvents to make Mark happy
matrix-org_matrix-js-sdk
train
90aa34962f86175e86d95cce0446a940b75a222c
diff --git a/colab/accounts/views.py b/colab/accounts/views.py index <HASH>..<HASH> 100644 --- a/colab/accounts/views.py +++ b/colab/accounts/views.py @@ -228,7 +228,7 @@ def resend_email_verification(request): msg = _('An error occurred while sending mail.') messages.error(request, msg) - return...
Fixed to redirect to resend_email_view
colab_colab
train
3176ba7778bfbcedeb3b01cd0dca32c86631a3a6
diff --git a/flask_sqlalchemy_booster/dictizable_mixin.py b/flask_sqlalchemy_booster/dictizable_mixin.py index <HASH>..<HASH> 100644 --- a/flask_sqlalchemy_booster/dictizable_mixin.py +++ b/flask_sqlalchemy_booster/dictizable_mixin.py @@ -16,6 +16,7 @@ from toolspy import all_subclasses from schemalite.core import fun...
adding support for mysql medium text
SuryaSankar_flask-sqlalchemy-booster
train
e726c0e886eb137b43eab563c18f7773b8192023
diff --git a/shell/src/main/java/alluxio/cli/GetConf.java b/shell/src/main/java/alluxio/cli/GetConf.java index <HASH>..<HASH> 100644 --- a/shell/src/main/java/alluxio/cli/GetConf.java +++ b/shell/src/main/java/alluxio/cli/GetConf.java @@ -124,7 +124,6 @@ public final class GetConf { printHelp("Unable to parse in...
[SMALLFIX]No need to check null Cmd must be non-null, no need to check.
Alluxio_alluxio
train
ba9a62120b3ee2769b9f2b905ad2197c70c06479
diff --git a/src/ol/webgl/map.js b/src/ol/webgl/map.js index <HASH>..<HASH> 100644 --- a/src/ol/webgl/map.js +++ b/src/ol/webgl/map.js @@ -107,7 +107,9 @@ ol.webgl.Map.prototype.handleCenterChanged = function() { */ ol.webgl.Map.prototype.handleLayerAdd = function(layer) { goog.base(this, 'handleLayerAdd', layer)...
Only redraw if visible layers are added or removed
openlayers_openlayers
train
3d499c0f2b7496c5f4d55e3150256e4a2f35f301
diff --git a/src/Eeh/Redisearch/AbstractIndex.php b/src/Eeh/Redisearch/AbstractIndex.php index <HASH>..<HASH> 100644 --- a/src/Eeh/Redisearch/AbstractIndex.php +++ b/src/Eeh/Redisearch/AbstractIndex.php @@ -147,6 +147,7 @@ abstract class AbstractIndex implements IndexInterface } /** + * @param null $id ...
Fix annotation and param mismatch for makeDocument
ethanhann_redisearch-php
train
ede0d70fc8b8f0b5e5635de2b8d0e5af837fa1a1
diff --git a/alexandra/util.py b/alexandra/util.py index <HASH>..<HASH> 100644 --- a/alexandra/util.py +++ b/alexandra/util.py @@ -15,7 +15,8 @@ from OpenSSL import crypto _cache = {} -def respond(text=None, ssml=None, session=None, reprompt=False): +def respond(text=None, ssml=None, session_attrs=None, reprompt_t...
Make it possible to ignore request validation and fixup respond
erik_alexandra
train
e1a881fa2b420866e1987e2ad2bce18e0d9c0b94
diff --git a/common/src/main/java/io/netty/util/concurrent/SingleThreadEventExecutor.java b/common/src/main/java/io/netty/util/concurrent/SingleThreadEventExecutor.java index <HASH>..<HASH> 100644 --- a/common/src/main/java/io/netty/util/concurrent/SingleThreadEventExecutor.java +++ b/common/src/main/java/io/netty/util...
Simplify SingleThreadEventExecutor.awaitTermination() implementation (#<I>) Motivation A Semaphore is currently dedicated to this purpose but a simple CountDownLatch will do. Modification Remove private threadLock Semaphore from SingleThreadEventExecutor and just use a CountDownLatch. Also eliminate use o...
netty_netty
train
6a931588f0fca48f86384671987717d07b09c816
diff --git a/Controller/LegacySetupController.php b/Controller/LegacySetupController.php index <HASH>..<HASH> 100644 --- a/Controller/LegacySetupController.php +++ b/Controller/LegacySetupController.php @@ -8,11 +8,9 @@ */ namespace eZ\Bundle\EzPublishLegacyBundle\Controller; -use eZ\Bundle\EzPublishLegacyBundle\L...
[SensioLabsInsight]: Fixed unsused use statements
ezsystems_LegacyBridge
train
3632050602be6e094ec54257cd450fd357ee9f6b
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,17 @@ push_to_gateway('localhost:9091', job='batchA', registry=registry) A separate registry is used, as the default registry may contain other metrics such as those from the Process Collector. +Pushgateway...
Add function to provide IP as grouping key
prometheus_client_python
train
538c8f6ed79d9eb9bd0509fd49aee9ec71732305
diff --git a/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js b/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js index <HASH>..<HASH> 100644 --- a/engines/bastion_katello/app/assets/javascripts/bastion_kate...
Fixes #<I>: Pre-fill date on sync plan creation This adds back in the default start date on the sync plan creation day. The bz mentioned the time as well but the time wasn't ever pre-filled and is not required to create the plan. <URL>
Katello_katello
train
474ade3aec21552c0e001b97c804282aa007348d
diff --git a/master/analysis/worker_manager/cluster.py b/master/analysis/worker_manager/cluster.py index <HASH>..<HASH> 100644 --- a/master/analysis/worker_manager/cluster.py +++ b/master/analysis/worker_manager/cluster.py @@ -11,19 +11,26 @@ from analysis.models import StepResult logger = logging.getLogger('xppf') ...
Cluster worker uses sbatch to submit jobs
StanfordBioinformatics_loom
train
d1443f7925806343e586a8ccc2377477852fe4e7
diff --git a/lib/rspec_api_documentation/configuration.rb b/lib/rspec_api_documentation/configuration.rb index <HASH>..<HASH> 100644 --- a/lib/rspec_api_documentation/configuration.rb +++ b/lib/rspec_api_documentation/configuration.rb @@ -38,6 +38,7 @@ module RspecApiDocumentation add_setting :format, :default => ...
Filter by document type, include and exclude
zipmark_rspec_api_documentation
train