hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
e43445f3e76d70e8719cc2b9754892544e3c6554
diff --git a/src/main/groovy/lang/GroovyInterceptable.java b/src/main/groovy/lang/GroovyInterceptable.java index <HASH>..<HASH> 100644 --- a/src/main/groovy/lang/GroovyInterceptable.java +++ b/src/main/groovy/lang/GroovyInterceptable.java @@ -51,5 +51,5 @@ package groovy.lang; * * @author Guillaume Laforge */ -pu...
Make GroovyInterceptable extend GroovyObject to prevent the creation of classes with inconsistant characteristics git-svn-id: <URL>
groovy_groovy-core
train
70ace5775c1737d5d74e0180e792d54a1f7256f8
diff --git a/bibliopixel/drivers/serial_driver.py b/bibliopixel/drivers/serial_driver.py index <HASH>..<HASH> 100644 --- a/bibliopixel/drivers/serial_driver.py +++ b/bibliopixel/drivers/serial_driver.py @@ -5,8 +5,8 @@ import time import os import traceback -from .. import gamma, log -from .. return_codes import RE...
fixing flake8/syntax errors
ManiacalLabs_BiblioPixel
train
d597cc3387d62bfe3ae2414ccdd8d3e1794e883d
diff --git a/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/AutoConfigurationReportTests.java b/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/AutoConfigurationReportTests.java index <HASH>..<HASH> 100644 --- a/spring-boot-autoconfigure...
Fix test broken in gh-<I>
spring-projects_spring-boot
train
7d28bc73c8fa3b6689ed7818457101d7c0773865
diff --git a/sharing/sharingPane.js b/sharing/sharingPane.js index <HASH>..<HASH> 100644 --- a/sharing/sharingPane.js +++ b/sharing/sharingPane.js @@ -51,7 +51,7 @@ module.exports = { var box = MainRow.appendChild(dom.createElement('table')); // var bottomRow = table.appendChild(dom.createElement('tr')); - ...
sharingPane - fix undefined var
solid_solid-panes
train
7a0dc73894e3b8681fb62e974ab944feffc1698c
diff --git a/src/Console/Commander.php b/src/Console/Commander.php index <HASH>..<HASH> 100644 --- a/src/Console/Commander.php +++ b/src/Console/Commander.php @@ -60,7 +60,11 @@ class Commander */ public static function applicationBasePath() { - return CreatesApplication::applicationBasePath(); +...
Workaround for PHP <I> trait failure (#<I>)
orchestral_testbench-core
train
0b21d5f64b4149e3b0e89a466cf0778b2093909f
diff --git a/lib/formtastic/helpers/errors_helper.rb b/lib/formtastic/helpers/errors_helper.rb index <HASH>..<HASH> 100644 --- a/lib/formtastic/helpers/errors_helper.rb +++ b/lib/formtastic/helpers/errors_helper.rb @@ -89,6 +89,28 @@ module Formtastic protected + + # @deprecated This should ...
added test to expose missing methods error_list error_sentence error_first from Builder, which are required for the (deprecated) errors_on/inline_errors_for, fixes #<I>
justinfrench_formtastic
train
182cdfd54d366a79612a4dcc4e1238aecc0d7ca9
diff --git a/go/zk/zkctl/zkctl.go b/go/zk/zkctl/zkctl.go index <HASH>..<HASH> 100644 --- a/go/zk/zkctl/zkctl.go +++ b/go/zk/zkctl/zkctl.go @@ -123,23 +123,17 @@ func (zkd *Zkd) Shutdown() error { if err != nil { return err } - err = syscall.Kill(pid, 9) + err = syscall.Kill(pid, syscall.SIGKILL) if err != nil ...
Fix Zkd.Shutdown in Go <I>.
vitessio_vitess
train
81942b44399904228d62a83e666382bea717cfec
diff --git a/pylogit/choice_tools.py b/pylogit/choice_tools.py index <HASH>..<HASH> 100644 --- a/pylogit/choice_tools.py +++ b/pylogit/choice_tools.py @@ -808,17 +808,23 @@ def create_sparse_mapping(id_array, unique_ids=None): assert unique_ids.ndim == 1 assert id_array.ndim == 1 + # Figure out which ids...
Altered create_sparse_mapping() to handle the case where a user passes a set of unique_ids that he/she wants to use, but this array does not contain all unique values in the id_array. Useful, when one wants the mapping matrix to exclude null values in the id_array.
timothyb0912_pylogit
train
76c4f03d63ac2cec6c71f9372565667e6b1f82e5
diff --git a/core/src/main/java/org/bitcoinj/core/Utils.java b/core/src/main/java/org/bitcoinj/core/Utils.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/bitcoinj/core/Utils.java +++ b/core/src/main/java/org/bitcoinj/core/Utils.java @@ -92,7 +92,7 @@ public class Utils { out[offset + 3] = (byte) ...
Utils: Rename uint<I>ToByteArrayLE() helper to int<I>ToByteArrayLE(), as the implementation is actually signed.
bitcoinj_bitcoinj
train
028a6b866c0422ba504ac8b4c5d8e60b4253d128
diff --git a/stimela/utils/__init__.py b/stimela/utils/__init__.py index <HASH>..<HASH> 100644 --- a/stimela/utils/__init__.py +++ b/stimela/utils/__init__.py @@ -77,6 +77,7 @@ def xrun(command, options, log=None, _log_container_as_started=False, logfile=No time.sleep(5) # this is probably not ideal as...
print when process is being sent SIGKILL to try and debug race condition
SpheMakh_Stimela
train
0d6fd2d6fa0e0dcffa5c7eae74356313112e7686
diff --git a/state/machine.go b/state/machine.go index <HASH>..<HASH> 100644 --- a/state/machine.go +++ b/state/machine.go @@ -2137,18 +2137,16 @@ func (m *Machine) unitsHaveChanged(unitNames []string) (bool, error) { } func (m *Machine) prepareUpgradeSeriesLock(unitNames []string, toSeries string) *upgradeSeriesLo...
Rename prepareUnits to unitStatuses in lock preparation.
juju_juju
train
f9034636b149d648f4ea422dcaab17784866d31f
diff --git a/packages/dashboard/src/dashboard.js b/packages/dashboard/src/dashboard.js index <HASH>..<HASH> 100644 --- a/packages/dashboard/src/dashboard.js +++ b/packages/dashboard/src/dashboard.js @@ -9,8 +9,17 @@ function trackedTime(list, { minTime } = {}) { ); } +function groupByStatus(list) { + return list...
Add groupByStatus method to dashboard
compose-us_todastic
train
f217cd5eb3b8c8f44e768c109ca8c6f194975e27
diff --git a/src/components/calendar/Calendar.js b/src/components/calendar/Calendar.js index <HASH>..<HASH> 100644 --- a/src/components/calendar/Calendar.js +++ b/src/components/calendar/Calendar.js @@ -1399,6 +1399,7 @@ export class Calendar extends Component { return !this.isDateEquals(date, date...
Fixed #<I> - When a selected date is deselected, the inputfield is not updated.
primefaces_primereact
train
2cacc9cc2945a77ae70eca073b3f601c4bc64766
diff --git a/spec/rack/typhoeus/middleware/params_decoder_spec.rb b/spec/rack/typhoeus/middleware/params_decoder_spec.rb index <HASH>..<HASH> 100644 --- a/spec/rack/typhoeus/middleware/params_decoder_spec.rb +++ b/spec/rack/typhoeus/middleware/params_decoder_spec.rb @@ -22,10 +22,10 @@ describe "Rack::Typhoeus::Middlew...
Fix <I> specs again.
typhoeus_typhoeus
train
149a23c0a4fece4900f3b2ec3b4ba77a9114e4cd
diff --git a/querydsl-core/src/main/java/com/mysema/util/FileUtils.java b/querydsl-core/src/main/java/com/mysema/util/FileUtils.java index <HASH>..<HASH> 100644 --- a/querydsl-core/src/main/java/com/mysema/util/FileUtils.java +++ b/querydsl-core/src/main/java/com/mysema/util/FileUtils.java @@ -3,7 +3,12 @@ package com....
minimal changes to com.mysema.util contents
querydsl_querydsl
train
45ff88690da4dd6ff4f65d93abc61bee275cf29f
diff --git a/tests/test_salt_call.py b/tests/test_salt_call.py index <HASH>..<HASH> 100644 --- a/tests/test_salt_call.py +++ b/tests/test_salt_call.py @@ -15,9 +15,25 @@ from __future__ import absolute_import +# Import pytest libs +import pytest + + def test_ping(salt_call): - assert salt_call.run('test.ping',...
Fix sync tests and add async versions of them
saltstack_pytest-salt
train
ab4aed4a63bfd1edaffd99867e67b9aaf1566f91
diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/EgressPublisher.java b/aeron-cluster/src/main/java/io/aeron/cluster/EgressPublisher.java index <HASH>..<HASH> 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/EgressPublisher.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/EgressPublisher.java @...
[Java] don't raise exception on egress
real-logic_aeron
train
0d8b774d473a09201cb17857a4b2990feb122c26
diff --git a/molgenis-core-ui/src/main/javascript/modules/react-components/ProgressBar.js b/molgenis-core-ui/src/main/javascript/modules/react-components/ProgressBar.js index <HASH>..<HASH> 100644 --- a/molgenis-core-ui/src/main/javascript/modules/react-components/ProgressBar.js +++ b/molgenis-core-ui/src/main/javascri...
Added documentation to ProgressBarComponent
molgenis_molgenis
train
851a5df508ceddbaf4f99702280370fe3bb3fd2b
diff --git a/CHANGES.md b/CHANGES.md index <HASH>..<HASH> 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -34,6 +34,9 @@ properly. * Fixed an issue where passing a block to (_e.g._) `f.label`, where `f` is the object yielded to a `form_for` helper, did not work properly. (Thanks to [Adam Becker](https://github.com/a...
Add the ability for inline_html to take a Fortitude::RenderingContext, thus allowing its use with code that requires access to helpers.
ageweke_fortitude
train
f1a02a5585e4d751f44e7028dc24f3dac6910476
diff --git a/mdProcessor.js b/mdProcessor.js index <HASH>..<HASH> 100644 --- a/mdProcessor.js +++ b/mdProcessor.js @@ -16,6 +16,7 @@ var ditamapGenerator = require("./libs/ditamapGenerator"); var EXTENSION_DITAMAP = ".ditamap"; var EXTENSION_HTML = ".html"; +var EXTENSION_HTML_REGEX = /\.html$/; var EXTENSION_HTML...
work around wkhtmltopdf concurrency problems on Windows
IBM_marked-it
train
4f49168c1a61e662c90b2a24c8cdbc023c8273d2
diff --git a/reposerver/repository/repository.go b/reposerver/repository/repository.go index <HASH>..<HASH> 100644 --- a/reposerver/repository/repository.go +++ b/reposerver/repository/repository.go @@ -89,7 +89,7 @@ func (s *Service) ListApps(ctx context.Context, q *apiclient.ListAppsRequest) (* s.repoLock.Lock(gitC...
fix: use 'git show-ref' to both retrieve and store generated manifests (#<I>) * fix: use 'git show-ref' to both retrieve and store generated manifests * print warning message when an incorrect repo tag is detected
argoproj_argo-cd
train
4a8f4405be27909bdf17f74859957dbc53e5e681
diff --git a/models/_agreement.js b/models/_agreement.js index <HASH>..<HASH> 100644 --- a/models/_agreement.js +++ b/models/_agreement.js @@ -29,7 +29,6 @@ exports = module.exports = {}; function _transform(jsh, elem){ if(!jsh) return elem; if(!jsh.Modules['jsHarmonyFactory']) return elem; - console.log('!!!!!...
JSH-<I> Transform agreement
apHarmony_jsharmony-factory
train
dbc88046b187052aac300337918afeb2fbaa8405
diff --git a/optlang/expression_parsing.py b/optlang/expression_parsing.py index <HASH>..<HASH> 100644 --- a/optlang/expression_parsing.py +++ b/optlang/expression_parsing.py @@ -80,7 +80,7 @@ def _parse_linear_expression(expression, expanded=False, **kwargs): elif expression.is_Symbol: coefficients = {ex...
fixed bug. constant objective function solution was always 0 instead of the constant
biosustain_optlang
train
b37446fd73214c75cb7e478aeb0b262ed4b7ca88
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -48,8 +48,6 @@ setup( "Programming Language :: Python :: 2", 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3', - ...
Run Test on python 2 only
gam-phon_tweetrssfeed
train
5c4b8a76271f5e91c5b0959715e8f732f8efe862
diff --git a/src/Cubex.php b/src/Cubex.php index <HASH>..<HASH> 100644 --- a/src/Cubex.php +++ b/src/Cubex.php @@ -317,7 +317,7 @@ class Cubex extends Container $kernel = $this->makeWithCubex('\Cubex\Kernel\CubexKernel'); if($kernel instanceof CubexKernel) { - $response = $kernel->handle($re...
Do not turn off catching of exceptions when handling through sub kernels
cubex_framework
train
a780647b6140c59c1c51c8f8ed02313b3743a0ca
diff --git a/addon/components/place-autocomplete-field.js b/addon/components/place-autocomplete-field.js index <HASH>..<HASH> 100644 --- a/addon/components/place-autocomplete-field.js +++ b/addon/components/place-autocomplete-field.js @@ -18,6 +18,36 @@ export default Component.extend({ run.scheduleOnce('afterRend...
adds support for observing changes to component options
dmuneras_ember-place-autocomplete
train
811975c8e680ecbe8ef39e16073ffcfcc8b0cf6a
diff --git a/lib/proxy.js b/lib/proxy.js index <HASH>..<HASH> 100644 --- a/lib/proxy.js +++ b/lib/proxy.js @@ -145,7 +145,7 @@ function ReverseProxy(opts){ // Send a 500 http status if headers have been sent // if (!res.headersSent) { - res.writeHead(500); + res.writeHead && res.writeHead(500);...
check that writeHead is defined on the res object.
OptimalBits_redbird
train
2f796a97bb15d83017b893f10fdd49b5bdec7892
diff --git a/src/Config.php b/src/Config.php index <HASH>..<HASH> 100644 --- a/src/Config.php +++ b/src/Config.php @@ -4,6 +4,7 @@ namespace Bolt; use Bolt\Configuration\LowlevelException; use Bolt\Library as Lib; +use Bolt\Translation\Translation as Trans; use Symfony\Component\Yaml; /** @@ -435,7 +436,7 @@ cl...
Move Library::__() => Translation::__() in Config.php
bolt_bolt
train
2d42c159e286a6898d5712d6bffc6a303ded8450
diff --git a/cumulusci/tasks/package_2gp.py b/cumulusci/tasks/package_2gp.py index <HASH>..<HASH> 100644 --- a/cumulusci/tasks/package_2gp.py +++ b/cumulusci/tasks/package_2gp.py @@ -432,8 +432,9 @@ class CreatePackageVersion(BaseSalesforceApiTask): else "" ) self....
fix processing of dependencies already specified as a version_id
SFDO-Tooling_CumulusCI
train
d4cd28dbcd472305c9c2e8499ede77f7daf7c746
diff --git a/src/main/DateFormat.js b/src/main/DateFormat.js index <HASH>..<HASH> 100644 --- a/src/main/DateFormat.js +++ b/src/main/DateFormat.js @@ -164,7 +164,7 @@ case "d": return "DateFormat.leftPad(this.getDate(), 2, '0') + " case "D": - return "locale.dayNames[this.getDay()].substri...
Introduce dayNames and shortDayNames in DateLocale
continuouscalendar_dateutils
train
9451993d7475ffe9944585b37e9a397fb5381dbb
diff --git a/model/DataObject.php b/model/DataObject.php index <HASH>..<HASH> 100644 --- a/model/DataObject.php +++ b/model/DataObject.php @@ -1174,20 +1174,6 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity } /** - * Perform a write without affecting the version table. - * O...
API CHANGE Moved DataObject->writeWithoutVersion() to Versioned extension BUGFIX Don't create new version on related VirtualPage records in SiteTree->onAfterWrite() when the write was triggered through writeWithoutVersion(). Use a new $_nextWriteWithoutVersion flag replacing the -1 Version number for this purpose (AIR-...
silverstripe_silverstripe-framework
train
d85de2fd2cd8f3bbde08b7c8a72c16c8bc723a31
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -284,12 +284,17 @@ module.exports = function (grunt) { 'uglify', 'micro', 'clean:tmp']); + grunt.registerTask('default', ['dist', 'test', 'notify:js']); + grunt.registerTask('fast', ['dist'...
added grunt task "fast" for faster local development
vissense_vissense
train
94715c4120e81c22254c40d229d3a44e94e95d7c
diff --git a/poem-jvm/src/java/org/b3mn/poem/Dispatcher.java b/poem-jvm/src/java/org/b3mn/poem/Dispatcher.java index <HASH>..<HASH> 100644 --- a/poem-jvm/src/java/org/b3mn/poem/Dispatcher.java +++ b/poem-jvm/src/java/org/b3mn/poem/Dispatcher.java @@ -194,20 +194,18 @@ public class Dispatcher extends HttpServlet { } ...
throw an exception, don't hide it
kiegroup_jbpm-designer
train
669e2c082a9d2e69d367f00bdb296cb4565ca054
diff --git a/ObjectPathPy/core/interpreter.py b/ObjectPathPy/core/interpreter.py index <HASH>..<HASH> 100644 --- a/ObjectPathPy/core/interpreter.py +++ b/ObjectPathPy/core/interpreter.py @@ -376,7 +376,7 @@ class Tree(Debugger): if fnName=="sum": args=args[0] if type(args) in NUM_TYPES: - return a...
added dirty trick to access lists of list like: $.*[@[1]]
adriank_ObjectPath
train
34976c2d13ca2ababf789e9507794440fc1bac45
diff --git a/lib/ASN1/Object.php b/lib/ASN1/Object.php index <HASH>..<HASH> 100644 --- a/lib/ASN1/Object.php +++ b/lib/ASN1/Object.php @@ -14,6 +14,7 @@ use FG\ASN1\Exception\ParserException; use FG\ASN1\Universal\BitString; use FG\ASN1\Universal\Boolean; use FG\ASN1\Universal\Enumerated; +use FG\ASN1\Universal\Gene...
Add support for parsing GeneralizedTime Seems like this has simply been forgotten. Fixes #<I>
idandtrust_goodid-phpasn1
train
5734c2162e6960b015b23a443421b77b10b817ad
diff --git a/cmd/helm/dependency.go b/cmd/helm/dependency.go index <HASH>..<HASH> 100644 --- a/cmd/helm/dependency.go +++ b/cmd/helm/dependency.go @@ -47,10 +47,10 @@ For example, this requirements file declares two dependencies: dependencies: - name: nginx version: "1.2.3" - repository: "https://ex...
Fix identation of `helm dep` help text The `repository` lines in the help text for `helm dep` were misaligned with the rest of the dependency block.
helm_helm
train
89a8759ab1c75c74b0a1e515c88521533a6db192
diff --git a/integration_tests/test_suites/celery-k8s-integration-test-suite/conftest.py b/integration_tests/test_suites/celery-k8s-integration-test-suite/conftest.py index <HASH>..<HASH> 100644 --- a/integration_tests/test_suites/celery-k8s-integration-test-suite/conftest.py +++ b/integration_tests/test_suites/celery-...
Get helm fixtures as a pytest plugin Summary: This makes all the pytest fixtures in dagster_k8s_test_infra.helm automatically available; otherwise we need to explicitly import each fixture and all of its depdendent fixtures. Depends on D<I> Test Plan: unit integration Reviewers: rexledesma, johann, dgibson Reviewe...
dagster-io_dagster
train
358d13b4e167059f8bd4e3f3a482495316d5322b
diff --git a/stacker/actions/destroy.py b/stacker/actions/destroy.py index <HASH>..<HASH> 100644 --- a/stacker/actions/destroy.py +++ b/stacker/actions/destroy.py @@ -2,6 +2,7 @@ import logging from .base import BaseAction from ..exceptions import StackDoesNotExist +from .. import util from ..plan import ( CO...
Add pre/post destroy hooks build already has pre/post hooks so you can create non-CloudFormation resources, but currently Stacker has no way of deleting them which can prevent destory from being able to tear down one or more stacks due to dependancies.
cloudtools_stacker
train
b239622322cab4a2436cf4487ac3ac2ee5d6767a
diff --git a/dftimewolf/metawolf/metawolf.py b/dftimewolf/metawolf/metawolf.py index <HASH>..<HASH> 100644 --- a/dftimewolf/metawolf/metawolf.py +++ b/dftimewolf/metawolf/metawolf.py @@ -331,7 +331,8 @@ class Metawolf(cmd2.Cmd): metawolf_process = output.MetawolfProcess( session_id=self.session_id, ...
[Metawolf] Use Metawolf's utils in process class and add option to hide read errors (#<I>) * [Metawolf] Add option to hide read error warning
log2timeline_dftimewolf
train
661f418dda0efe7dde94f597d184e844ec7b2712
diff --git a/src/Library/Event.php b/src/Library/Event.php index <HASH>..<HASH> 100644 --- a/src/Library/Event.php +++ b/src/Library/Event.php @@ -151,7 +151,7 @@ class Event * production only, all other environments should generate events so they can be tested. */ - if (Environment::is('PR...
Calling helper function instead of method for brevity
nails_module-event
train
09f12e4bfb20e3b297e88fe24d4ff8a6400fcf0f
diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/description/method/MethodDescription.java b/byte-buddy-dep/src/main/java/net/bytebuddy/description/method/MethodDescription.java index <HASH>..<HASH> 100644 --- a/byte-buddy-dep/src/main/java/net/bytebuddy/description/method/MethodDescription.java +++ b/byte-buddy...
Receiver types of constructors of static inner classes must not be parameterized as the type variables cannot be resolved.
raphw_byte-buddy
train
9fcec8899d145c041e07e94d2fe254b37f8072e8
diff --git a/Imports/fits_image.py b/Imports/fits_image.py index <HASH>..<HASH> 100644 --- a/Imports/fits_image.py +++ b/Imports/fits_image.py @@ -9,7 +9,7 @@ import numpy import pywcs import scipy.stats import logging -from math import pi +from math import pi,cos,sin,sqrt class FitsImage(): version='$Revisi...
Updated the computation of beam size to allow for elliptical, pa!=0 beams and images with non-square pixels
PaulHancock_Aegean
train
8ae7f5a4d3b78e05b7ee527d6f6cbcecf5838717
diff --git a/src/main/java/org/dasein/cloud/aws/platform/RDS.java b/src/main/java/org/dasein/cloud/aws/platform/RDS.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dasein/cloud/aws/platform/RDS.java +++ b/src/main/java/org/dasein/cloud/aws/platform/RDS.java @@ -1919,6 +1919,7 @@ public class RDS implements Rel...
FB<I>: Oracle SID is not available
dasein-cloud_dasein-cloud-aws
train
c33a6acc6beb4a0e8caa7a79c6b61d12d3a85595
diff --git a/Core/Persistence/Legacy/Content/FieldValue/Converter/Tags.php b/Core/Persistence/Legacy/Content/FieldValue/Converter/Tags.php index <HASH>..<HASH> 100644 --- a/Core/Persistence/Legacy/Content/FieldValue/Converter/Tags.php +++ b/Core/Persistence/Legacy/Content/FieldValue/Converter/Tags.php @@ -43,7 +43,6 @@...
Set null to value->data in converter
netgen_TagsBundle
train
c58ffd9a302572f8e9c833d39cd1930ae62b34d3
diff --git a/core-bundle/src/Routing/ResponseContext/ResponseContext.php b/core-bundle/src/Routing/ResponseContext/ResponseContext.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Routing/ResponseContext/ResponseContext.php +++ b/core-bundle/src/Routing/ResponseContext/ResponseContext.php @@ -55,7 +55,7 @@ final c...
Add missing return type hint in ResponseContext (see #<I>) Description ----------- | Q | A | -----------------| --- | Fixed issues | - | Docs PR or issue | - I think this type hint got left away accidentally and can safely be added. /cc @Toflar Commits ------- <I>e9ffb add missing return type h...
contao_contao
train
1734bbb366ff5af4bb9f83dc9de1eb9c7a3021e6
diff --git a/alphatwirl/binning/Round.py b/alphatwirl/binning/Round.py index <HASH>..<HASH> 100755 --- a/alphatwirl/binning/Round.py +++ b/alphatwirl/binning/Round.py @@ -48,6 +48,8 @@ class Round(object): if self.max is not None: self._update_boundaries(self.max) + if self.overflow_b...
add an option to use the upper edge of the last bin as the overflow bin in Round
alphatwirl_alphatwirl
train
261e8ad44c66eb1a7e53c11b01fbe2aef6e83747
diff --git a/README.rdoc b/README.rdoc index <HASH>..<HASH> 100644 --- a/README.rdoc +++ b/README.rdoc @@ -51,7 +51,7 @@ Authlogic is very flexible, it has a strong public API and a plethora of hooks t * <b>Documentation:</b> http://authlogic.rubyforge.org * <b>Repository:</b> http://github.com/binarylogic/authlogi...
Cleanup how generalize_credentials_error_messages is implemented
binarylogic_authlogic
train
d05f3d09a91c5579129c55c795a92f617286b1b7
diff --git a/views/js/controller/actions.js b/views/js/controller/actions.js index <HASH>..<HASH> 100644 --- a/views/js/controller/actions.js +++ b/views/js/controller/actions.js @@ -32,6 +32,7 @@ define([ 'core/logger', 'ui/feedback', 'ui/dialog/confirm', + 'ui/dialog/alert', 'util/url', 't...
Use alert modal for tooManyFolders case
oat-sa_extension-tao-mediamanager
train
d6107049c48c745b5bf39bc1fd2d76999037bcab
diff --git a/src/main/java/com/lambdaworks/redis/RedisClient.java b/src/main/java/com/lambdaworks/redis/RedisClient.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/lambdaworks/redis/RedisClient.java +++ b/src/main/java/com/lambdaworks/redis/RedisClient.java @@ -67,6 +67,7 @@ public class RedisClient extends Ab...
Expose a protected default constructor for RedisClusterClient #<I> RedisClusterClient exposes now a protected default constructor so frameworks like CDI can create proxy instances. Previously, RedisClusterClient provided a private default constructor that prevents proxying as CDI cannot proxy beans (in normalscoped Sc...
lettuce-io_lettuce-core
train
9cb1c6ae00c9cb762d394432ab7883e5f24be0eb
diff --git a/java/server/src/org/openqa/selenium/grid/commands/Hub.java b/java/server/src/org/openqa/selenium/grid/commands/Hub.java index <HASH>..<HASH> 100644 --- a/java/server/src/org/openqa/selenium/grid/commands/Hub.java +++ b/java/server/src/org/openqa/selenium/grid/commands/Hub.java @@ -173,7 +173,7 @@ public cl...
[grid] Reworking GridUiRoute from a static fabric function to a class
SeleniumHQ_selenium
train
1ca15f4088c7acf1103307f48991b59f0f9e3543
diff --git a/HMpTy/mysql/add_htm_ids_to_mysql_database_table.py b/HMpTy/mysql/add_htm_ids_to_mysql_database_table.py index <HASH>..<HASH> 100644 --- a/HMpTy/mysql/add_htm_ids_to_mysql_database_table.py +++ b/HMpTy/mysql/add_htm_ids_to_mysql_database_table.py @@ -149,11 +149,11 @@ def add_htm_ids_to_mysql_database_table...
optimising the initial count * command in database addition of HTMIDs
thespacedoctor_HMpTy
train
00387cb6459491e442a6c809fabe934e2645699f
diff --git a/python-package/xgboost/sklearn.py b/python-package/xgboost/sklearn.py index <HASH>..<HASH> 100644 --- a/python-package/xgboost/sklearn.py +++ b/python-package/xgboost/sklearn.py @@ -237,7 +237,7 @@ class XGBModel(XGBModelBase): evals_result = self.evals_result_ else: rais...
Removed th last few trailing whitespaces
dmlc_xgboost
train
ba674ab9456f9f614dfb3e48251baaeda2d27cb3
diff --git a/source/Core/InputValidator.php b/source/Core/InputValidator.php index <HASH>..<HASH> 100644 --- a/source/Core/InputValidator.php +++ b/source/Core/InputValidator.php @@ -447,7 +447,7 @@ class InputValidator extends \OxidEsales\Eshop\Core\Base * Used to collect user validation errors. This method is c...
Fix phpcs errors to fit threshold
OXID-eSales_oxideshop_ce
train
03bfbf8fad1315bc0b3d7d156c98b7e5586a6268
diff --git a/src/ciphertoken.js b/src/ciphertoken.js index <HASH>..<HASH> 100644 --- a/src/ciphertoken.js +++ b/src/ciphertoken.js @@ -136,11 +136,11 @@ var CreateCipherToken = function (cipherKey, firmKey, options){ return standarizeToken( crypto.randomBytes(100).toString(settings.token_encoding) ); } - CipherT...
sessionId now can be preset at accessToken creation
thegameofcode_ciphertoken
train
10e3403f6e515c2049a115eb664f3d83144dc075
diff --git a/benchexec/util.py b/benchexec/util.py index <HASH>..<HASH> 100644 --- a/benchexec/util.py +++ b/benchexec/util.py @@ -478,55 +478,42 @@ def read_key_value_pairs_from_file(*path): yield line.split(" ", 1) # maxsplit=1 -ProcessExitCode = collections.namedtuple("ProcessExitCode", "raw value ...
Refactoring: Make ProcessExitCode inherit from namedtuple instead of being one This makes it easier to add custom methods.
sosy-lab_benchexec
train
91bafce5215cf4e3ddd0c6abbbe36e93371648bc
diff --git a/src/ProxyManager/ProxyGenerator/Util/UnsetPropertiesGenerator.php b/src/ProxyManager/ProxyGenerator/Util/UnsetPropertiesGenerator.php index <HASH>..<HASH> 100644 --- a/src/ProxyManager/ProxyGenerator/Util/UnsetPropertiesGenerator.php +++ b/src/ProxyManager/ProxyGenerator/Util/UnsetPropertiesGenerator.php @...
Public properties should really just be unset, while parameters passed to closures should use `$instance`
Ocramius_ProxyManager
train
32e92c72ebd01033f8d394766a81cdf989b190fc
diff --git a/exchange/reprovide/reprovide_test.go b/exchange/reprovide/reprovide_test.go index <HASH>..<HASH> 100644 --- a/exchange/reprovide/reprovide_test.go +++ b/exchange/reprovide/reprovide_test.go @@ -10,6 +10,7 @@ import ( testutil "github.com/ipfs/go-ipfs/thirdparty/testutil" ds "gx/ipfs/QmRWDav6mzWseLWeYfV...
Clean up reprovide test to reflect cleanup up routing mock License: MIT
ipfs_go-ipfs
train
d30b00e5262168a8a9b3fdab2252dd593b73819d
diff --git a/embark-ui/src/containers/FileExplorerRowContainer.js b/embark-ui/src/containers/FileExplorerRowContainer.js index <HASH>..<HASH> 100644 --- a/embark-ui/src/containers/FileExplorerRowContainer.js +++ b/embark-ui/src/containers/FileExplorerRowContainer.js @@ -11,7 +11,7 @@ import { getTheme } from '../reduce...
fix(cockpit/editor): remove arrows next to files in file explorer
embark-framework_embark
train
1ef34e077e94544cdc1c8f4c89ae7db7567c29ab
diff --git a/salt/utils/process.py b/salt/utils/process.py index <HASH>..<HASH> 100644 --- a/salt/utils/process.py +++ b/salt/utils/process.py @@ -6,6 +6,7 @@ import copy import os import sys import time +import errno import types import signal import logging @@ -343,8 +344,15 @@ class ProcessManager(object): ...
Remove already dead processes from process map When sending signals to processes, if the process is already dead,remove it from the process map.
saltstack_salt
train
25c82ddf023a9f16ff2ef31093ee215b69c345be
diff --git a/bridge/whatsapp/whatsapp.go b/bridge/whatsapp/whatsapp.go index <HASH>..<HASH> 100644 --- a/bridge/whatsapp/whatsapp.go +++ b/bridge/whatsapp/whatsapp.go @@ -67,7 +67,6 @@ func (b *Bwhatsapp) Connect() error { // https://github.com/Rhymen/go-whatsapp#creating-a-connection b.Log.Debugln("Connecting to W...
Use vendored whatsapp version (#<I>)
42wim_matterbridge
train
8b5254688ce94d8e26536c34a4ecf0439d30ead9
diff --git a/src/Composer/Command/InitCommand.php b/src/Composer/Command/InitCommand.php index <HASH>..<HASH> 100644 --- a/src/Composer/Command/InitCommand.php +++ b/src/Composer/Command/InitCommand.php @@ -543,12 +543,6 @@ EOT $requirement['version'], $requirement['nam...
Drop early package name validation if a version is provided to require/init command, fixes #<I>
composer_composer
train
d52d556debbaaf855fb91890d0c1d50449b2595c
diff --git a/lib/brightbox-cli/commands/lbs-show.rb b/lib/brightbox-cli/commands/lbs-show.rb index <HASH>..<HASH> 100644 --- a/lib/brightbox-cli/commands/lbs-show.rb +++ b/lib/brightbox-cli/commands/lbs-show.rb @@ -13,10 +13,22 @@ module Brightbox raise "Couldn't find lb #{id}" end - table_...
Show SSL metadata in LBA long output Using `brightbox lbs show id` now includes the SSL metadata if a certificate has been set on the load balancer.
brightbox_brightbox-cli
train
88b342b2dfe3fc9b5df105cbb8b94d0a009e6cac
diff --git a/src/View/Cell.php b/src/View/Cell.php index <HASH>..<HASH> 100644 --- a/src/View/Cell.php +++ b/src/View/Cell.php @@ -88,6 +88,15 @@ abstract class Cell { public $theme; /** + * The helpers this cell uses. + * + * This property is copied automatically when using the CellTrait + * + * @var array + */ +...
Make cells inherit more data from the view. As Cells are often created in the view, it makes sense that a cell will inherit the containing view's helpers and classname. By propagating both helpers and view class names developers can expect to get the same rendering engine in both their views and cells. Refs #<I> Refs...
cakephp_cakephp
train
a07b5f1b15266ad9c6b5c39534e02f9f44447833
diff --git a/med2image/med2image.py b/med2image/med2image.py index <HASH>..<HASH> 100755 --- a/med2image/med2image.py +++ b/med2image/med2image.py @@ -129,7 +129,11 @@ class med2image(object): 'SeriesDescriptionTag': { 'action': 'attempting to parse DICOM header, ', 'error':...
fix warning message when PatientSexTag is missed
FNNDSC_med2image
train
5c5a16989e46be7f588f4766c54a81858b84cfcd
diff --git a/internal/service/iam/user_policy.go b/internal/service/iam/user_policy.go index <HASH>..<HASH> 100644 --- a/internal/service/iam/user_policy.go +++ b/internal/service/iam/user_policy.go @@ -142,9 +142,15 @@ func resourceUserPolicyRead(d *schema.ResourceData, meta interface{}) error { if err != nil { r...
iam/user_policy: Ignore policy order
terraform-providers_terraform-provider-aws
train
9c3f291679ab40bb2e179f971e5ce0c219dce16d
diff --git a/src/mixin/color.js b/src/mixin/color.js index <HASH>..<HASH> 100644 --- a/src/mixin/color.js +++ b/src/mixin/color.js @@ -19,7 +19,7 @@ function _colorChange (data, oldHue) { hsv: hsv, oldHue: data.h || oldHue || hsl.h, source: data.source, - a: data.a + a: data.a || color.getAlpha() ...
Default to alpha colour from tinycolor if no alpha value provided. (Useful if just a rgba string is provided.)
xiaokaike_vue-color
train
4a660ced6f5a57cbe92cc401d6a1b168fb17b5a4
diff --git a/src/DebugBar/JavascriptRenderer.php b/src/DebugBar/JavascriptRenderer.php index <HASH>..<HASH> 100644 --- a/src/DebugBar/JavascriptRenderer.php +++ b/src/DebugBar/JavascriptRenderer.php @@ -712,6 +712,10 @@ class JavascriptRenderer $html .= sprintf('<script type="text/javascript" src="%s"></sc...
moved the call to jquery.noConflict() to the head rather than when calling render() (fixed #<I>)
maximebf_php-debugbar
train
d59dced25180a50eb4a62c0f30949d2087566f66
diff --git a/lib/cmap/connection.js b/lib/cmap/connection.js index <HASH>..<HASH> 100644 --- a/lib/cmap/connection.js +++ b/lib/cmap/connection.js @@ -40,7 +40,7 @@ class Connection extends EventEmitter { }); stream.on('close', () => { - this[kQueue].forEach(op => op.callback(new MongoError('Connection...
feat: add a `withConnection` helper to the connection pool This helper allows you to easily manage the "checkedoutness" of a connection. It will automatically check out a connection, pass it to the function you provide, and check it back in for you when your function calls back.
mongodb_node-mongodb-native
train
b601a586bfefcf0ec2de1a816318285dc7b51ada
diff --git a/govc/importx/options.go b/govc/importx/options.go index <HASH>..<HASH> 100644 --- a/govc/importx/options.go +++ b/govc/importx/options.go @@ -50,6 +50,7 @@ type Options struct { PowerOn bool InjectOvfEnv bool WaitForIP bool + Name *string } type OptionsFlag struct { diff --git a/g...
Specify the new entity's name upon import Can be specified by setting it as a property in the options file, or by passing it as a command line argument.
vmware_govmomi
train
99cd42cc09b65b9505c258d15a7fbd1c83d0a423
diff --git a/test/test_dectest.rb b/test/test_dectest.rb index <HASH>..<HASH> 100644 --- a/test/test_dectest.rb +++ b/test/test_dectest.rb @@ -35,6 +35,36 @@ FUNCTIONS = { 'fma'=>'fma', 'squareroot'=>'sqrt' } +# Known functions not yet implemented +PENDING = %w{ + abs + subtract + apply + and + tosci + toe...
Detect new unkown functions in the dectests.
jgoizueta_flt
train
cf7f375fa047808b52fa14bc365b1f3986da1542
diff --git a/src/OutputChannel.js b/src/OutputChannel.js index <HASH>..<HASH> 100644 --- a/src/OutputChannel.js +++ b/src/OutputChannel.js @@ -614,7 +614,7 @@ export class OutputChannel extends EventEmitter { * (between `0` and `1`). If the `rawRelease` option is also defined, `rawRelease` will have * priority...
Fix attack and release validation in sendNoteOn()
djipco_webmidi
train
be769390fa825381eacf0783545ecf7f96b7b9b7
diff --git a/gui/src/main/java/org/jboss/as/console/mbui/widgets/ModelNodeFormBuilder.java b/gui/src/main/java/org/jboss/as/console/mbui/widgets/ModelNodeFormBuilder.java index <HASH>..<HASH> 100644 --- a/gui/src/main/java/org/jboss/as/console/mbui/widgets/ModelNodeFormBuilder.java +++ b/gui/src/main/java/org/jboss/as/...
HAL-<I> Remove empty option from Batch subsystem thread pool keepalive unit dropdown
hal_core
train
f69f0e4d48f482dcd7855c5cd7e76796e08a63e9
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -225,7 +225,7 @@ class Service extends AdapterService { } const client = this.db(params).client.config.client; - const returning = client === 'pg' || client === 'oracledb' ? [this.id] : []; + ...
Added mssql as client when returning id of inserted row (#<I>) returning = client === 'pg' || client === 'oracledb' || client === 'mssql'
feathersjs-ecosystem_feathers-knex
train
499a0509213eaad1af351a2793054247b7ef4317
diff --git a/holoviews/core/ndmapping.py b/holoviews/core/ndmapping.py index <HASH>..<HASH> 100644 --- a/holoviews/core/ndmapping.py +++ b/holoviews/core/ndmapping.py @@ -514,7 +514,7 @@ class NdMapping(MultiDimensionalMapping): else: condition = self._range_condition(dim_ind) ...
Fixed step slicing and string indexing on NdMapping
pyviz_holoviews
train
ad9993420013f815817c05f78c7c245f073f2c51
diff --git a/docs/scm_tag_titles_ext.py b/docs/scm_tag_titles_ext.py index <HASH>..<HASH> 100644 --- a/docs/scm_tag_titles_ext.py +++ b/docs/scm_tag_titles_ext.py @@ -83,8 +83,12 @@ class SCMVersionTitle(SphinxDirective): version_tag, scm=ext_conf['scm'], ) - except...
Make the changelog date generator more forgiving Now it does not error out on unmatched tags.
cherrypy_cheroot
train
e3faee704b1cb6e44b4c05f604ea22e160d2a40d
diff --git a/components/services/src/main/java/org/openengsb/core/services/internal/RequestHandlerImpl.java b/components/services/src/main/java/org/openengsb/core/services/internal/RequestHandlerImpl.java index <HASH>..<HASH> 100644 --- a/components/services/src/main/java/org/openengsb/core/services/internal/RequestHan...
[OPENENGSB-<I>] allow RequestHandler to handle internal services too
openengsb_openengsb
train
ca73b37026cbb52ef701fdf22c1df9998d2c165b
diff --git a/src/Select.js b/src/Select.js index <HASH>..<HASH> 100644 --- a/src/Select.js +++ b/src/Select.js @@ -961,6 +961,7 @@ export default class Select extends Component<Props, State> { {...commonProps} innerProps={{ onMouseDown: this.onMenuMouseDown, + onMouseMove: this.onM...
Fixing menu hover behaviour after keyboard navigation
JedWatson_react-select
train
f87eecebf43bc9a80b3b233ffd5901cda6d9fd82
diff --git a/core/src/main/java/org/jdeferred/impl/AbstractPromise.java b/core/src/main/java/org/jdeferred/impl/AbstractPromise.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/jdeferred/impl/AbstractPromise.java +++ b/core/src/main/java/org/jdeferred/impl/AbstractPromise.java @@ -109,10 +109,6 @@ public a...
put notifyAll in triggerAlways
jdeferred_jdeferred
train
f15c824e2b9d32c61ab7b088ba53d2115a34d218
diff --git a/model/transform/deleteCharacter.js b/model/transform/deleteCharacter.js index <HASH>..<HASH> 100644 --- a/model/transform/deleteCharacter.js +++ b/model/transform/deleteCharacter.js @@ -71,7 +71,7 @@ function _deleteCharacterWithNodeSelection(tx, args) { var nodeId = sel.getNodeId(); var container = ...
Delete isolated nodes on backspace when cursor is after
substance_substance
train
f869d348b8bb3bb5590a652bacc35b53a016edb5
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,9 @@ import shallow from './shallow' import mount from './mount' +import scopedVue from './scoped-vue' export default { + mount, shallow, - mount + scopedVue }
chore: export scopedVue
vuejs_vue-test-utils
train
1f970d6f3e7f817a3cd96e40b08459c80aeeb355
diff --git a/lib/passport-signature/strategy.js b/lib/passport-signature/strategy.js index <HASH>..<HASH> 100644 --- a/lib/passport-signature/strategy.js +++ b/lib/passport-signature/strategy.js @@ -18,8 +18,8 @@ var util = require('util') */ function Strategy(options, verify) { options = options || {}; - option...
Updated strategy to reflect a genric URL, updated Signature fields.
dlochrie_passport-signature
train
c57de2dd82996874dab6b3b13cce349152ed9b2d
diff --git a/core/modelcheckers/probsolver/src/main/java/org/overture/modelcheckers/probsolver/ProbSolverUtil.java b/core/modelcheckers/probsolver/src/main/java/org/overture/modelcheckers/probsolver/ProbSolverUtil.java index <HASH>..<HASH> 100644 --- a/core/modelcheckers/probsolver/src/main/java/org/overture/modelcheck...
improved probsolver test case with better error message and display of the resulting vdm statement
overturetool_overture
train
1bba0427f737de1c364fe324dd9d380c01220aec
diff --git a/h2o-py/tests/testdir_algos/glm/pyunit_glm_act_vs_pred.py b/h2o-py/tests/testdir_algos/glm/pyunit_glm_act_vs_pred.py index <HASH>..<HASH> 100644 --- a/h2o-py/tests/testdir_algos/glm/pyunit_glm_act_vs_pred.py +++ b/h2o-py/tests/testdir_algos/glm/pyunit_glm_act_vs_pred.py @@ -23,10 +23,14 @@ def test_predicte...
Fix test failing on Py <I> due to non-deterministic order of columns
h2oai_h2o-3
train
89d9b535996bf0a185f85b59578f2e245f9e1724
diff --git a/reader.go b/reader.go index <HASH>..<HASH> 100644 --- a/reader.go +++ b/reader.go @@ -7,6 +7,7 @@ import ( "fmt" "io" "sync" + "time" ) // Reader reads from another io.Reader and de-multiplexes line-oriented @@ -24,6 +25,8 @@ import ( // buffers. Therefore, be sure to be actively reading from al...
reader should flush data after not seeing it for awhile
mitchellh_prefixedio
train
cc6c3e96f31ae4109975660b0dd1f3a0664b7ac6
diff --git a/pychromecast/discovery.py b/pychromecast/discovery.py index <HASH>..<HASH> 100644 --- a/pychromecast/discovery.py +++ b/pychromecast/discovery.py @@ -163,7 +163,18 @@ class ZeroConfListener: "_add_update_service failed to get uuid for %s, %s", typ, name ) return -...
Handle bad UUIDs from third-party Chromecasts (#<I>) * Handle bad UUIDs from third-party Chromecasts Certain third-party Chromecast emulators may broadcast bad UUIDs, which results in the entire pychromecast module failing to discover any devices. This will resolve the issue by ignoring said devices. * remove e ...
balloob_pychromecast
train
239625f1ddf29ee945d69daeeebb28217388832d
diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index <HASH>..<HASH> 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -145,6 +145,25 @@ There are several ways how you can customize the serialization process: 2. Implementing NormalizableInterface 3. Adding a Custom Normalize...
changed encoder interface a bit, added a note how to add custom normalizers/encoders
schmittjoh_serializer
train
fec8193a487e574af002ddc2a1bbc43188df0607
diff --git a/library/CM/RenderAdapter/Component.php b/library/CM/RenderAdapter/Component.php index <HASH>..<HASH> 100644 --- a/library/CM/RenderAdapter/Component.php +++ b/library/CM/RenderAdapter/Component.php @@ -19,13 +19,12 @@ class CM_RenderAdapter_Component extends CM_RenderAdapter_Abstract { $frontend...
Properly extract templateName as css class when non-default
cargomedia_cm
train
33435a02ad1d8b1a70b165559c73755c342ca7cd
diff --git a/android/src/main/java/cucumber/runtime/android/CucumberExecutor.java b/android/src/main/java/cucumber/runtime/android/CucumberExecutor.java index <HASH>..<HASH> 100644 --- a/android/src/main/java/cucumber/runtime/android/CucumberExecutor.java +++ b/android/src/main/java/cucumber/runtime/android/CucumberExe...
Remove unneeded lines, extract method to elimiate duplication.
cucumber_cucumber-jvm
train
eab40f8c29a81300a2793b3718b77b6709eba316
diff --git a/lib/sass/tree/mixin_node.rb b/lib/sass/tree/mixin_node.rb index <HASH>..<HASH> 100644 --- a/lib/sass/tree/mixin_node.rb +++ b/lib/sass/tree/mixin_node.rb @@ -1,7 +1,14 @@ require 'sass/tree/node' module Sass::Tree + # A dynamic node representing a mixin include. + # + # @see Sass::Tree class Mixi...
[Sass] Convert Sass::Tree::MixinNode docs to YARD.
sass_ruby-sass
train
42a91a65d4b8319f8ffdbd447f5586b5de4c63bb
diff --git a/lib/fog/hp/models/storage/file.rb b/lib/fog/hp/models/storage/file.rb index <HASH>..<HASH> 100644 --- a/lib/fog/hp/models/storage/file.rb +++ b/lib/fog/hp/models/storage/file.rb @@ -70,6 +70,11 @@ module Fog self.collection.get_cdn_ssl_url(self.key) end + def temp_signed_url(ex...
Add object temp url functionality to file model layer.
fog_fog
train
1ac4b023746040c0a6d89b77ae3cd002f8e6d006
diff --git a/osversion/windowsbuilds.go b/osversion/windowsbuilds.go index <HASH>..<HASH> 100644 --- a/osversion/windowsbuilds.go +++ b/osversion/windowsbuilds.go @@ -25,6 +25,10 @@ const ( // channel). V19H1 = 18362 + // V19H2 (version 1909) corresponds to Windows Server 1909 (semi-annual + // channel). + V19H2 ...
Add Windows V<I>H2 (<I>) to builds list It's not "semi-annual" if you're <I> months apart. Mainly useful for vendoring, no tests currently distinguish V<I>H2 behaviour.
Microsoft_hcsshim
train
1308f91e27a69eb8c85beb9a35c74c16d672cb54
diff --git a/xchange-ftx/src/main/java/org/knowm/xchange/ftx/FtxAdapters.java b/xchange-ftx/src/main/java/org/knowm/xchange/ftx/FtxAdapters.java index <HASH>..<HASH> 100644 --- a/xchange-ftx/src/main/java/org/knowm/xchange/ftx/FtxAdapters.java +++ b/xchange-ftx/src/main/java/org/knowm/xchange/ftx/FtxAdapters.java @@ -1...
Filter userTrades from Ftx in order to not include canceled orders
knowm_XChange
train
33afaec98d3dad98dc401def12f930726382cc6f
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 @@ -977,7 +977,8 @@ class ProductFinal(CustomQueryMixin, CodenerixModel): def __fields__(self, info): lang = get_language_database() ...
Improved search system of ProductFinal
codenerix_django-codenerix-products
train
ef785a4615d294eb8cb5a46bf7d549c30ca5a90d
diff --git a/app/plugins/kalabox-plugin-pantheon/lib/terminus.js b/app/plugins/kalabox-plugin-pantheon/lib/terminus.js index <HASH>..<HASH> 100644 --- a/app/plugins/kalabox-plugin-pantheon/lib/terminus.js +++ b/app/plugins/kalabox-plugin-pantheon/lib/terminus.js @@ -176,7 +176,7 @@ Terminus.prototype.getConnectionMode ...
Kalabox#<I> Add in nocache to terminus get connection mode
kalabox_kalabox-app-pantheon
train
878c093018174345d01eab98b0b6fcfb38765169
diff --git a/core/FileIntegrity.php b/core/FileIntegrity.php index <HASH>..<HASH> 100644 --- a/core/FileIntegrity.php +++ b/core/FileIntegrity.php @@ -79,8 +79,12 @@ class FileIntegrity 'plugins/ImageGraph/fonts/unifont.ttf', 'vendor/autoload.php', 'vendor/composer/autoload_real.p...
Hide file integrity warnings from SEO site verification processes (#<I>) * Hide file integrity warnings from SEO site verification processes fixes <URL>
matomo-org_matomo
train
c4fcfecafe2f3bcd040223c75c97fa512ced39ae
diff --git a/lib/moosex.rb b/lib/moosex.rb index <HASH>..<HASH> 100644 --- a/lib/moosex.rb +++ b/lib/moosex.rb @@ -7,11 +7,11 @@ require "moosex/version" module MooseX - def self.included(o) + def MooseX.included(c) - o.extend(MooseX::Core) + c.extend(MooseX::Core) - o.class_exec do + c.class_exec ...
now supports extension! fix #<I>
peczenyj_MooseX
train
ce0e33c1f895cf6f9400de1e23652cbd3be72a26
diff --git a/src/Charcoal/Admin/AdminWidget.php b/src/Charcoal/Admin/AdminWidget.php index <HASH>..<HASH> 100644 --- a/src/Charcoal/Admin/AdminWidget.php +++ b/src/Charcoal/Admin/AdminWidget.php @@ -46,6 +46,7 @@ class AdminWidget extends AbstractWidget implements const DATA_SOURCE_REQUEST = 'request'; cons...
Add an additional data source for Admin Widgets : "metadata"
locomotivemtl_charcoal-admin
train
4b8e3c08f694f438ff8a45b52751f21bbf08e657
diff --git a/rflint/parser/parser.py b/rflint/parser/parser.py index <HASH>..<HASH> 100644 --- a/rflint/parser/parser.py +++ b/rflint/parser/parser.py @@ -89,7 +89,7 @@ class RobotFile(object): # this mimics what the robot TSV reader does -- # it replaces non-breaking spaces with regul...
fixes #<I> - non-breaking spaces in the file
boakley_robotframework-lint
train
d7fa56bb53ea7f5dad2b0465a5e0718716b0f621
diff --git a/src/Services/PaymentCardTokenService.php b/src/Services/PaymentCardTokenService.php index <HASH>..<HASH> 100644 --- a/src/Services/PaymentCardTokenService.php +++ b/src/Services/PaymentCardTokenService.php @@ -11,8 +11,10 @@ namespace Rebilly\Services; use ArrayObject; +use JsonSerializable; use Rebil...
Add Token create and expire methods
Rebilly_rebilly-php
train
3c8689fcf337fdb98f8e6af25a20512a0ad3e1b2
diff --git a/nose/test_potential.py b/nose/test_potential.py index <HASH>..<HASH> 100644 --- a/nose/test_potential.py +++ b/nose/test_potential.py @@ -1797,7 +1797,7 @@ class mockSCFAxiDensity2Potential(potential.SCFPotential): class mockSCFDensityPotential(potential.SCFPotential): def __init__(self): -...
Removed the if statement that prevents SCF non-axi potentials from doing the axisymmetric and planar tests in test_energy_jacobi_conservation
jobovy_galpy
train