hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
c102f3573090b176fbaeb3c8965560d20387128a
diff --git a/cmd.go b/cmd.go index <HASH>..<HASH> 100644 --- a/cmd.go +++ b/cmd.go @@ -74,18 +74,19 @@ func init() { out = new(tabwriter.Writer) out.Init(os.Stdout, 0, 8, 1, '\t', 0) + server := "http://localhost:8000" // default server + if serverEnv := os.Getenv("UPDATECTL_SERVER"); serverEnv != "" { + server ...
cmd: fix server env so it shows up in usage info
coreos_updateservicectl
train
507dd7c845d1b468a19a6ee24b38979cc92d0f6b
diff --git a/src/moonillum.js b/src/moonillum.js index <HASH>..<HASH> 100644 --- a/src/moonillum.js +++ b/src/moonillum.js @@ -14,7 +14,7 @@ import base from './base' -const p = Math.PI / 180 +const D2R = Math.PI / 180 /** * phaseAngleEquatorial computes the phase angle of the Moon given equatorial coordinate...
fix 3rd Coeff of sun mean anomaly
commenthol_astronomia
train
8c1f6a87be8ca78fbea281c6f76adb4d1ccb87bc
diff --git a/homie/node.py b/homie/node.py index <HASH>..<HASH> 100644 --- a/homie/node.py +++ b/homie/node.py @@ -73,7 +73,7 @@ class HomieNode: is_array = p.range > 1 for i, data in enumerate(p._data): if data is not None: - ...
Do not resent all array properties on change
microhomie_microhomie
train
672c66e938418515160bdff2610bf0c787049a9a
diff --git a/src/main/java/io/github/lukehutch/fastclasspathscanner/utils/JarUtils.java b/src/main/java/io/github/lukehutch/fastclasspathscanner/utils/JarUtils.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/github/lukehutch/fastclasspathscanner/utils/JarUtils.java +++ b/src/main/java/io/github/lukehutch/fastcl...
Prevent duplication of java.ext.jars, by switching from list to set
classgraph_classgraph
train
01d3662ebe4d62096cd43bbd6af063796df25f90
diff --git a/src/authService.js b/src/authService.js index <HASH>..<HASH> 100644 --- a/src/authService.js +++ b/src/authService.js @@ -85,6 +85,16 @@ export class AuthService { return; } + // in case auto refresh tokens are enabled + if(this.config.autoUpdateToken + && this.authentication.getAc...
fix(authService): storageEventHandler change
SpoonX_aurelia-authentication
train
8f82221903508a885092fdbe1b63e55093875d83
diff --git a/lib/mage/Mage.js b/lib/mage/Mage.js index <HASH>..<HASH> 100644 --- a/lib/mage/Mage.js +++ b/lib/mage/Mage.js @@ -1,19 +1,20 @@ 'use strict'; -var CODE_EXTENSIONS = [ +const CODE_EXTENSIONS = [ '.js', '.ts' ]; -var EventEmitter = require('events').EventEmitter; -var fs = require('fs'); -var util ...
development mode log warning Display a large "Development mode" banner when on.
mage_mage
train
ed0470bf536902aa8f2d247099124c76902e0a4d
diff --git a/schwimmbad/jl.py b/schwimmbad/jl.py index <HASH>..<HASH> 100644 --- a/schwimmbad/jl.py +++ b/schwimmbad/jl.py @@ -31,7 +31,4 @@ class JoblibPool(BasePool): res = Parallel(*(self.args), **(self.kwargs))( dfunc(a) for a in iterable ) - if callback is not None: - ...
updating JoblibPool and SerialPool to always return generators
adrn_schwimmbad
train
d390ac009964c774f56d8817258ccf00a8d2365c
diff --git a/users/session/module.go b/users/session/module.go index <HASH>..<HASH> 100644 --- a/users/session/module.go +++ b/users/session/module.go @@ -64,10 +64,6 @@ func (m *Module) Init(c *service.Config) { if m.KeyStore == nil { m.KeyStore = &keystore.KeyStore{} } - if m.CookieDomain == "" { - panic...
users: Allow cookie domain to be optional.
octavore_nagax
train
b430f7610fdb916fb6680725bfd890375d684604
diff --git a/script/update-embedded-git.js b/script/update-embedded-git.js index <HASH>..<HASH> 100644 --- a/script/update-embedded-git.js +++ b/script/update-embedded-git.js @@ -22,37 +22,13 @@ request(options, async (err, response, release) => { console.log(`Updating embedded git config to use version ${tag_name...
avoid a bit of the duplication here
desktop_dugite
train
d7767a817b52cafed32f95c0fbcbafaa3f5329b7
diff --git a/fastods/src/test/java/com/github/jferard/fastods/tool/FastOdsTest.java b/fastods/src/test/java/com/github/jferard/fastods/tool/FastOdsTest.java index <HASH>..<HASH> 100644 --- a/fastods/src/test/java/com/github/jferard/fastods/tool/FastOdsTest.java +++ b/fastods/src/test/java/com/github/jferard/fastods/too...
Fix (this time for true I hope) headless test
jferard_fastods
train
ac2d42f74a5574e2f30b34a47267714ab6821c1a
diff --git a/jslack-api-model/src/main/java/com/github/seratch/jslack/api/model/event/MessageEvent.java b/jslack-api-model/src/main/java/com/github/seratch/jslack/api/model/event/MessageEvent.java index <HASH>..<HASH> 100644 --- a/jslack-api-model/src/main/java/com/github/seratch/jslack/api/model/event/MessageEvent.jav...
Fix #<I> MessageEvent is missing threadTs field
seratch_jslack
train
a492fed48a5407a7448f3d28802a89ce17eabb1a
diff --git a/ui/src/api/wfe.js b/ui/src/api/wfe.js index <HASH>..<HASH> 100644 --- a/ui/src/api/wfe.js +++ b/ui/src/api/wfe.js @@ -62,7 +62,8 @@ router.get('/id/:workflowId', async (req, res, next) => { }); for(let t = 0; t < result.tasks.length; t++) { let task = result.tasks[t]; - const logs = a...
show the color for completed with error tasks
Netflix_conductor
train
4c9d7492fb15489624ae58a4d120d4d4cfe33d33
diff --git a/codec/src/main/java/io/netty/handler/codec/ByteToMessageDecoder.java b/codec/src/main/java/io/netty/handler/codec/ByteToMessageDecoder.java index <HASH>..<HASH> 100644 --- a/codec/src/main/java/io/netty/handler/codec/ByteToMessageDecoder.java +++ b/codec/src/main/java/io/netty/handler/codec/ByteToMessageDe...
CodecOutputList should be recycled in a finally block (#<I>) Motivation: To ensure we always recycle the CodecOutputList we should better do it in a finally block Modifications: Call CodecOutputList.recycle() in finally Result: Less chances of non-recycled lists. Related to <URL>
netty_netty
train
d68fec0e9f89afcb6308d60319f740d9ede49992
diff --git a/src/Administration/Resources/app/administration/src/module/sw-settings-tax/component/sw-settings-tax-rule-type-individual-states-cell/index.js b/src/Administration/Resources/app/administration/src/module/sw-settings-tax/component/sw-settings-tax-rule-type-individual-states-cell/index.js index <HASH>..<HASH...
NEXT-<I> - corrected changes of individualStates array in tax rule type individual states component
shopware_platform
train
61776d68aeb4453222f78c89d9839b49790ff36b
diff --git a/lib/action_subscriber/version.rb b/lib/action_subscriber/version.rb index <HASH>..<HASH> 100644 --- a/lib/action_subscriber/version.rb +++ b/lib/action_subscriber/version.rb @@ -1,3 +1,3 @@ module ActionSubscriber - VERSION = "0.3.3" + VERSION = "0.3.4" end
Bump to <I>.
mxenabled_action_subscriber
train
b186da615ed96f0ea9f30c5f3f5e8e31a083c219
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -16,8 +16,8 @@ setup( long_description="", install_requires=['cypy>=0.2', 'quantities', - 'pandas', - 'ipython', + 'pandas==0.18',...
Specified pandas and ipython versions
scidash_sciunit
train
9bd6a1a27da614bdf17880ff7c98ff3618397034
diff --git a/commands.go b/commands.go index <HASH>..<HASH> 100644 --- a/commands.go +++ b/commands.go @@ -183,7 +183,11 @@ func getRemoteRepository(remote RemoteRepository, doUpdate bool, isShallow bool) os.Exit(1) } - vcs.Clone(remoteURL, path, isShallow) + err := vcs.Clone(remoteURL, path, isShallow) + i...
Return exit status 1 for clone failure
motemen_ghq
train
0e00529e04d7c870ffd88b00a6e0357d2787efed
diff --git a/app/models/jobs/action_mailroom/deliver_inbound_email_to_mailroom_job.rb b/app/models/jobs/action_mailroom/deliver_inbound_email_to_mailroom_job.rb index <HASH>..<HASH> 100644 --- a/app/models/jobs/action_mailroom/deliver_inbound_email_to_mailroom_job.rb +++ b/app/models/jobs/action_mailroom/deliver_inboun...
Prefix queue name like we do routes
rails_rails
train
af0c5c13da01e7e40f80f366bd93d7e969736a80
diff --git a/post_office/logutils.py b/post_office/logutils.py index <HASH>..<HASH> 100644 --- a/post_office/logutils.py +++ b/post_office/logutils.py @@ -27,9 +27,11 @@ def setup_loghandlers(level=None): }, }, - "root": { - "handlers": ["post_office"], - ...
Fixed post_office logger set on the root
ui_django-post_office
train
b76443d39c7a03f82c3d0e233cfba40aa67cc7a7
diff --git a/dev/components/components/data-table2.vue b/dev/components/components/data-table2.vue index <HASH>..<HASH> 100644 --- a/dev/components/components/data-table2.vue +++ b/dev/components/components/data-table2.vue @@ -1,43 +1,5 @@ <template> <div class="layout-padding"> - <h4>Row Transition</h4> - <q...
revert: Experiment from previous commit
quasarframework_quasar
train
ac404b34f69bb09b4224d154cacb9935466c102c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,9 @@ from setuptools.command.build_py import build_py as _build import os.path import subprocess +import shutil -PROTOC_BIN = "/usr/bin/protoc" +PROTOC_EXEC = "protoc" CURRENT_DIR = os.path.abspath( os.path.di...
setup.py: fix for issue #<I>
NoMore201_googleplay-api
train
44c09c774a9be174611210c0206ca5bff6c705c3
diff --git a/src/js/util/filter.js b/src/js/util/filter.js index <HASH>..<HASH> 100644 --- a/src/js/util/filter.js +++ b/src/js/util/filter.js @@ -1,4 +1,3 @@ -import {hasAttr} from './attr'; import {inBrowser} from './env'; import {isDocument, isElement, isString, noop, startsWith, toNode, toNodes} from './lang'; ...
refactor: isFocusable
uikit_uikit
train
cdd5a00b26386b5f163977885f63d0179f63cf0e
diff --git a/taxtastic/ncbi.py b/taxtastic/ncbi.py index <HASH>..<HASH> 100644 --- a/taxtastic/ncbi.py +++ b/taxtastic/ncbi.py @@ -111,7 +111,7 @@ UNCLASSIFIED_REGEX_COMPONENTS = [r'-like\b', # 'et al', r'environmental samples', ...
commented out regex for excluding 'group' records
fhcrc_taxtastic
train
c3f94ee4d986c4b63fec6655087e0be7656c359e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ extras = { ":sys_platform=='win32'": ['pypiwin32'] } -version = '1.0.1' +version = '1.0.2' setup(name='qtm', version=version, diff --git a/test/rest_test.py b/test/rest_test.py inde...
Updated tests, still refers to hardcoded path though
qualisys_qualisys_python_sdk
train
f4191d1d15c321244c761fd5b78a7fae90add170
diff --git a/cmd/wl/commands/task.go b/cmd/wl/commands/task.go index <HASH>..<HASH> 100644 --- a/cmd/wl/commands/task.go +++ b/cmd/wl/commands/task.go @@ -127,7 +127,6 @@ and updates fields with the provided flags. } if cmd.Flags().Changed(starredLongFlag) { - fmt.Printf("starred changing from %t to %t\n",...
Remove printf when updating task in CLI. [finishes #<I>]
robdimsdale_wl
train
578cdd696945ef670c86e150276f5e9a218c3c7b
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ here = os.path.normpath(os.path.abspath(os.path.dirname(__file__))) site_packages_path = sysconfig.get_python_lib() site_packages_files = ["vext_importer.pth"] if os.environ.get('VIRTUAL_ENV') else [] -sandbox...
Use absolute paths in sandbox excemption.
stuaxo_vext
train
d31e69f97633a3e9557103bfd085b04bcb38a852
diff --git a/lib/tests/behat/behat_general.php b/lib/tests/behat/behat_general.php index <HASH>..<HASH> 100644 --- a/lib/tests/behat/behat_general.php +++ b/lib/tests/behat/behat_general.php @@ -1093,7 +1093,7 @@ class behat_general extends behat_base { // Check if value exists in specific row/column. ...
MDL-<I> behat: Fixed xpath for selecting table row
moodle_moodle
train
13b482dd47eb98b4c80f70e7d325526db96a4082
diff --git a/ips_vagrant/commands/new/__init__.py b/ips_vagrant/commands/new/__init__.py index <HASH>..<HASH> 100644 --- a/ips_vagrant/commands/new/__init__.py +++ b/ips_vagrant/commands/new/__init__.py @@ -34,8 +34,8 @@ from ips_vagrant.scrapers import Licenses, Version, Installer help='Use cached versi...
Temporarily disabling IN_DEV by default due to Incapsula issues
FujiMakoto_IPS-Vagrant
train
478c0e6b685fa28dccd725e24056ed75df01d324
diff --git a/src/drawing/drawTextBox.js b/src/drawing/drawTextBox.js index <HASH>..<HASH> 100644 --- a/src/drawing/drawTextBox.js +++ b/src/drawing/drawTextBox.js @@ -35,55 +35,55 @@ export function textBoxWidth (context, text, padding) { * @param {string} color The color of the textBox. * @param {object} o...
Porting recent drawing API changes, AngleTool.
cornerstonejs_cornerstoneTools
train
76bc8afe89d92c29a724151d0798b27df5be7f05
diff --git a/sigal/settings.py b/sigal/settings.py index <HASH>..<HASH> 100644 --- a/sigal/settings.py +++ b/sigal/settings.py @@ -80,7 +80,6 @@ _DEFAULT_CONFIG = { 'video_converter': 'ffmpeg', 'video_extensions': ['.mov', '.avi', '.mp4', '.webm', '.ogv', '.3gp'], 'video_format': 'webm', - 'video_resi...
Recommended fixes Using video_size = None to prevent resizing instead of another option Eliminating pointless method for just getting resize_dimensions
saimn_sigal
train
bad4fb7feaf0d6c4b6f5f3d2b406754f071ee181
diff --git a/spinner.go b/spinner.go index <HASH>..<HASH> 100644 --- a/spinner.go +++ b/spinner.go @@ -334,7 +334,7 @@ func (s *Spinner) Stop() { } s.erase() if s.FinalMSG != "" { - fmt.Fprintf(s.Writer, s.FinalMSG) + fmt.Fprint(s.Writer, s.FinalMSG) } s.stopChan <- struct{}{} }
Allow `%` characters in FinalMSG FinalMSG is not intended to be a format string for `printf`, so it should not be passed as such.
briandowns_spinner
train
17d90400b958e9278de0d303c5bdc7d7ef1617fd
diff --git a/test/e2e/specs/wp-gutenboarding-spec.js b/test/e2e/specs/wp-gutenboarding-spec.js index <HASH>..<HASH> 100644 --- a/test/e2e/specs/wp-gutenboarding-spec.js +++ b/test/e2e/specs/wp-gutenboarding-spec.js @@ -32,6 +32,8 @@ before( async function () { describe( 'Gutenboarding: (' + screenSize + ')', function ...
Intentionally fail E2E gutenboarding tests (#<I>) This is part of the onboarding process.
Automattic_wp-calypso
train
8028da7cb22608e92544be2829a33b9c93765d29
diff --git a/dao/elasticsearch/service.go b/dao/elasticsearch/service.go index <HASH>..<HASH> 100644 --- a/dao/elasticsearch/service.go +++ b/dao/elasticsearch/service.go @@ -25,6 +25,14 @@ func (this *ControlPlaneDao) AddService(svc service.Service, serviceId *string) if err := this.facade.AddService(datastore.Get(...
Create the tenant volume when a new service is created
control-center_serviced
train
42d7abaf117f83a1ff1f08e8cff7a680611afed8
diff --git a/pool.go b/pool.go index <HASH>..<HASH> 100644 --- a/pool.go +++ b/pool.go @@ -159,7 +159,7 @@ func (p *Pool) makeOne() { }() } -func startTLS(c *smtp.Client, addr string) (bool, error) { +func startTLS(c *client, addr string) (bool, error) { if ok, _ := c.Extension("STARTTLS"); !ok { return false...
convert to a client wrapper struct earlier, to catch all the Close cases
jordan-wright_email
train
7cc36aa4e4d76457378622681a2e21b8b448affa
diff --git a/google/gax/path_template.py b/google/gax/path_template.py index <HASH>..<HASH> 100644 --- a/google/gax/path_template.py +++ b/google/gax/path_template.py @@ -190,7 +190,7 @@ class _Parser(object): t_EQUALS = r'=' t_WILDCARD = r'\*' t_PATH_WILDCARD = r'\*\*' - t_LITERAL = r'[^/}{=\*]+' + ...
Restrict literal regex according to RFC spec Add t_error to catch illegal token exceptions.
googleapis_gax-python
train
8d8b8313793b50f0d4b88ff89072ea3733581308
diff --git a/lib/FSi/Component/DataSource/Extension/Core/Ordering/Field/FieldExtension.php b/lib/FSi/Component/DataSource/Extension/Core/Ordering/Field/FieldExtension.php index <HASH>..<HASH> 100644 --- a/lib/FSi/Component/DataSource/Extension/Core/Ordering/Field/FieldExtension.php +++ b/lib/FSi/Component/DataSource/Ex...
Sorting results by entity field does not make any sense
fsi-open_datasource
train
19f2f9be1740eab6eedaf3304ba867140510720c
diff --git a/lib/rails_admin/config/configurable.rb b/lib/rails_admin/config/configurable.rb index <HASH>..<HASH> 100644 --- a/lib/rails_admin/config/configurable.rb +++ b/lib/rails_admin/config/configurable.rb @@ -23,6 +23,23 @@ module RailsAdmin self.class.register_deprecated_instance_option(option_name, rep...
Fix field is reseted to default if error happened
sferik_rails_admin
train
7bacdcc99e63501e16ac6dbcb73490a317c9e86b
diff --git a/fastlane.gemspec b/fastlane.gemspec index <HASH>..<HASH> 100644 --- a/fastlane.gemspec +++ b/fastlane.gemspec @@ -34,13 +34,13 @@ Gem::Specification.new do |spec| spec.add_dependency 'fastlane_core', '>= 0.6.0' # all shared code and dependencies # All the fastlane tools - spec.add_dependency 'deli...
Updated sigh, pem, increment_build_number and cert actions Updated dependencies Version bump
fastlane_fastlane
train
7d99188bfe8ce6d20b8a77a59c4601dd0cf584fd
diff --git a/bin/rest-ftp-daemon b/bin/rest-ftp-daemon index <HASH>..<HASH> 100755 --- a/bin/rest-ftp-daemon +++ b/bin/rest-ftp-daemon @@ -20,7 +20,7 @@ parser = OptionParser.new do |opts| opts.banner = "Usage: #{File.basename $0} [options] start|stop|restart" opts.on("-c", "--config CONFIGFILE") ...
minor changes (cleanup, debug)
bmedici_rest-ftp-daemon
train
60012ce95fa2a82ac4c38900108cc4389831b700
diff --git a/src/org/jgroups/protocols/MPING.java b/src/org/jgroups/protocols/MPING.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/protocols/MPING.java +++ b/src/org/jgroups/protocols/MPING.java @@ -21,7 +21,7 @@ import java.util.*; * back via the regular transport (e.g. TCP) to the sender (discovery request ...
printing the address of the sender causing an exception
belaban_JGroups
train
21b00c30ecc159a5df389fe96287898660f659d2
diff --git a/kafka/producer/kafka.py b/kafka/producer/kafka.py index <HASH>..<HASH> 100644 --- a/kafka/producer/kafka.py +++ b/kafka/producer/kafka.py @@ -464,7 +464,6 @@ class KafkaProducer(object): assert timeout >= 0 log.info("Closing the Kafka producer with %s secs timeout.", timeout) - ...
Remove unused/weird comment line (#<I>)
dpkp_kafka-python
train
7e47662ffb72d0b286b6d6d0d5f927483ce40f61
diff --git a/s3backup/sync.py b/s3backup/sync.py index <HASH>..<HASH> 100644 --- a/s3backup/sync.py +++ b/s3backup/sync.py @@ -167,7 +167,7 @@ def get_sync_actions(client_1, client_2): action_1.remote_timestamp == action_2.remote_timestamp ): deferred_calls[key] = DeferredFunction( - ...
Fix bug in delete operation not setting remote timestamp
MichaelAquilina_S4
train
4a5b1daf588198df2959c1b6afd92f413a7660a3
diff --git a/tpot/tpot.py b/tpot/tpot.py index <HASH>..<HASH> 100644 --- a/tpot/tpot.py +++ b/tpot/tpot.py @@ -40,21 +40,39 @@ from deap import tools from deap import gp class TPOT(object): - """ + """TPOT automatically creates and optimizes Machine Learning pipelines using genetic programming. + Paramet...
more verbose docstrings
EpistasisLab_tpot
train
27755243fa9e72f0b13627ae78f86a8824d761d8
diff --git a/doc/source/boolalg.rst b/doc/source/boolalg.rst index <HASH>..<HASH> 100644 --- a/doc/source/boolalg.rst +++ b/doc/source/boolalg.rst @@ -249,11 +249,11 @@ So let's put it all together. If you flip the coin twice, and the result is "heads", "tails", that result is point :math:`(1, 0)` in a 2-dimensional ...
Rename iter_space to iter_points
cjdrake_pyeda
train
a90d47da60e1698233e059a5f8c797fff74ff8fc
diff --git a/pkg/kubelet/dockertools/manager.go b/pkg/kubelet/dockertools/manager.go index <HASH>..<HASH> 100644 --- a/pkg/kubelet/dockertools/manager.go +++ b/pkg/kubelet/dockertools/manager.go @@ -584,6 +584,7 @@ func (dm *DockerManager) runContainer( Image: container.Image, // Memory and CPU are set h...
Passing memory swap limit -1 by default. Docker remote API never check if memory swap is enabled by kernel or not, instead by default to set the limit to memory * 2, and return API error <I> if swap is not enabled. (cherry picked from commit f<I>a7a<I>f<I>f7bee3d4d<I>cb<I>)
kubernetes_kubernetes
train
9b13a491fad0cc69be2462cff66fd7daacefc2de
diff --git a/tests/QueryTest.php b/tests/QueryTest.php index <HASH>..<HASH> 100644 --- a/tests/QueryTest.php +++ b/tests/QueryTest.php @@ -277,8 +277,8 @@ class QueryTest extends \PHPUnit_Framework_TestCase $this->assertEquals( 'update `employee` set `name`=`name`+1', - ($q=new Query(...
Fix PHP <I> compatibility.
atk4_dsql
train
186c2f4e393ab1c60bf48b1a4f70153aebb2d2e5
diff --git a/lib/rexport/export_methods.rb b/lib/rexport/export_methods.rb index <HASH>..<HASH> 100644 --- a/lib/rexport/export_methods.rb +++ b/lib/rexport/export_methods.rb @@ -247,6 +247,8 @@ module Rexport #:nodoc: end end + export_items.reset + position = 0 ...
fix sorting of renamed fields
wwidea_rexport
train
140eec8cbfafa0d33d8a5a376d3c6919e9958e0b
diff --git a/routes/crud.js b/routes/crud.js index <HASH>..<HASH> 100644 --- a/routes/crud.js +++ b/routes/crud.js @@ -135,7 +135,7 @@ function editDeleted(objId, req, res, next) { var foreignKeys = {}; addRefs(deletedModel.schema, refs, foreignKeys); // fetch it again with refs populated - return run...
crud: add support for unwinding arrays into rows
onecommons_base
train
76e56653961401843dafc3c3b87d68dfd5f20d21
diff --git a/controller/src/main/java/org/jboss/as/controller/ExpressionResolverImpl.java b/controller/src/main/java/org/jboss/as/controller/ExpressionResolverImpl.java index <HASH>..<HASH> 100644 --- a/controller/src/main/java/org/jboss/as/controller/ExpressionResolverImpl.java +++ b/controller/src/main/java/org/jboss...
[WFCORE-<I>]: Failure when resolving an expression with the default value containing a '$' at the end. Checking if we are at the end of an expression.
wildfly_wildfly-core
train
78caab004f02e6d124cb346130c828f9fdb04a94
diff --git a/tests/_util.py b/tests/_util.py index <HASH>..<HASH> 100644 --- a/tests/_util.py +++ b/tests/_util.py @@ -1,22 +1,10 @@ import unittest import asyncio import websockets +from websockets.exceptions import ConnectionClosed from functools import wraps -def run_until_complete(fun): - if not asyncio....
Clean up some async stuff
mixer_beam-interactive-python
train
94774dfab3b502492e9522ac441a02a8d694c8d3
diff --git a/core/src/main/java/cucumber/runtime/RuntimeOptions.java b/core/src/main/java/cucumber/runtime/RuntimeOptions.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/cucumber/runtime/RuntimeOptions.java +++ b/core/src/main/java/cucumber/runtime/RuntimeOptions.java @@ -88,7 +88,7 @@ public class RuntimeOpt...
Make short names for the built-in summary plugin types.
cucumber_cucumber-jvm
train
f7f9a8870db5c05d13c3047316313d64790a1536
diff --git a/magic.py b/magic.py index <HASH>..<HASH> 100644 --- a/magic.py +++ b/magic.py @@ -101,12 +101,15 @@ def from_buffer(buffer, mime=False): libmagic = ctypes.CDLL(ctypes.util.find_library('magic')) -if not libmagic._name: +if not libmagic or not libmagic._name: import sys if sys.platform == "da...
Added win<I> compatibility
ahupp_python-magic
train
e32f648200fe4c8e845d3b8f3c9a0e94b198105d
diff --git a/src/main/java/org/asciidoctor/ast/AbstractBlock.java b/src/main/java/org/asciidoctor/ast/AbstractBlock.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/asciidoctor/ast/AbstractBlock.java +++ b/src/main/java/org/asciidoctor/ast/AbstractBlock.java @@ -6,26 +6,15 @@ import java.util.Map; public inter...
resolves issue #<I> by renaming render method to convert method in AbstractBlock.
asciidoctor_asciidoctorj
train
2d88bc17bec77750450075e1672a73bcb5f4341c
diff --git a/yotta/lib/cmakegen.py b/yotta/lib/cmakegen.py index <HASH>..<HASH> 100644 --- a/yotta/lib/cmakegen.py +++ b/yotta/lib/cmakegen.py @@ -55,6 +55,8 @@ class CMakeGen(object): logger.info("generate for target: %s" % target) self.target = target self.config_include_file = None + ...
generate build info header, and define YOTTA_BUILD_INFO_HEADER which can be used to include it
ARMmbed_yotta
train
a3dc2b563fb6450ac6f93e574dd75ec3cfdacbf4
diff --git a/tests/integration/states/test_npm.py b/tests/integration/states/test_npm.py index <HASH>..<HASH> 100644 --- a/tests/integration/states/test_npm.py +++ b/tests/integration/states/test_npm.py @@ -44,8 +44,7 @@ class NpmStateTest(ModuleCase, SaltReturnAssertsMixin): ''' Determine if URL-refe...
use fun_function to call cmd.run
saltstack_salt
train
1f13755ca304a2ba061a19f398d76534a5d64db8
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/classfile/impl/ClassPathBuilder.java b/findbugs/src/java/edu/umd/cs/findbugs/classfile/impl/ClassPathBuilder.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/classfile/impl/ClassPathBuilder.java +++ b/findbugs/src/java/edu/umd/cs/findbugs/cl...
Only log failure to open a codebase if it was explicitly specified by the user. This avoids spurious warnings about missing codebases referenced in jar manifests. git-svn-id: <URL>
spotbugs_spotbugs
train
36f32c1aa17676e1cdb7063f68c5bf77cda42977
diff --git a/agent/session.go b/agent/session.go index <HASH>..<HASH> 100644 --- a/agent/session.go +++ b/agent/session.go @@ -12,6 +12,8 @@ import ( "google.golang.org/grpc/codes" ) +const dispatcherRPCTimeout = 5 * time.Second + var ( errSessionDisconnect = errors.New("agent: session disconnect") // instructe...
agent: Add a timeout for Heartbeat RPC If the manager becomes unreachable, but the TCP connection has not been torn down, I believe this RPC call would hang. Add a timeout so that if the RPC is not serviced in a reasonable amount of time, this will cause the agent to failover to a different manager.
docker_swarmkit
train
90bf1fa1e614cd43e43b931a6ae02ea1ac748376
diff --git a/tests/textfsm_test.py b/tests/textfsm_test.py index <HASH>..<HASH> 100755 --- a/tests/textfsm_test.py +++ b/tests/textfsm_test.py @@ -97,6 +97,7 @@ class UnitTestFSM(unittest.TestCase): self.assertEqual(r.line_op, 'Next') self.assertEqual(r.new_state, '') self.assertEqual(r.record_op, '') + ...
More flexible spaces before ^ in rule' (#<I>)
google_textfsm
train
e075817e443e03b99effa0d7e558daf242946a7d
diff --git a/discovery/syncer.go b/discovery/syncer.go index <HASH>..<HASH> 100644 --- a/discovery/syncer.go +++ b/discovery/syncer.go @@ -271,6 +271,10 @@ type GossipSyncer struct { // number of queries. rateLimiter *rate.Limiter + // syncedSignal is a channel that, if set, will be closed when the + // GossipSyn...
discovery: introduce GossipSyncer signal delivery of chansSynced state In this commit, we introduce another feature to the GossipSyncer in which it can deliver a signal to an external caller once it reaches its terminal chansSynced state. This is yet to be used, but will serve useful with a round-robin sync mechanism,...
lightningnetwork_lnd
train
6cd49efdf9bd3238802c2d8d00471776e4a64791
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -206,19 +206,13 @@ FSWatcher.prototype._isIgnored = function(path, stats) { /\..*\.(sw[px])$|\~$|\.subl.*\.tmp/.test(path) ) return true; - if(!this._userIgnored){ + if (!this._userIgnored) { var cwd = this.op...
- Code style : missing spaces - Refactor and simplify case where `cwd` and `ignored` options are used
paulmillr_chokidar
train
45b17055a54115981e87382bb94d8c69e5d1969a
diff --git a/requirements.txt b/requirements.txt index <HASH>..<HASH> 100755 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pathlib;python_version<'3.4' python-dateutil==2.8.1 ratelimit==2.2.1 requests-file==1.5.1 -ruamel.yaml==0.16.12 +ruamel.yaml==0.16.13 six==1.15.0 tabulator[cchardet]==1.53.4 t...
Simplification of YAML saving based on ruamel.yaml new version fix
OCHA-DAP_hdx-python-utilities
train
58ca5c06ca93b588c35f4eb1cc45d445be70027d
diff --git a/lib/dynflow/execution_plan/hooks.rb b/lib/dynflow/execution_plan/hooks.rb index <HASH>..<HASH> 100644 --- a/lib/dynflow/execution_plan/hooks.rb +++ b/lib/dynflow/execution_plan/hooks.rb @@ -21,7 +21,7 @@ module Dynflow # @param class_name [Class] class of the hook to be run # @param on [S...
Do not run hooks twice if not limited by states
Dynflow_dynflow
train
26ccea19cce2262d09efd84575dbe5d22e63e0dc
diff --git a/django_socketio/events.py b/django_socketio/events.py index <HASH>..<HASH> 100644 --- a/django_socketio/events.py +++ b/django_socketio/events.py @@ -50,7 +50,7 @@ class Event(object): channel = re.compile(channel) self.handlers.append((handler, channel)) - def send(self, request...
Added context arg to all events.
stephenmcd_django-socketio
train
2217363845b07b155e7e095cca1b4915ce5da853
diff --git a/pkg/registry/extensions/daemonset/BUILD b/pkg/registry/extensions/daemonset/BUILD index <HASH>..<HASH> 100644 --- a/pkg/registry/extensions/daemonset/BUILD +++ b/pkg/registry/extensions/daemonset/BUILD @@ -25,6 +25,7 @@ go_library( "//vendor:k8s.io/apimachinery/pkg/util/validation/field", ...
DaemonSet: Set DefaultGarbageCollectionPolicy to OrphanDependents. Now that DaemonSet adds ControllerRef to Pods it creates, we need to set this default so legacy behavior is maintained.
kubernetes_kubernetes
train
334ae845968b135f01fe09c608fc374dd53258bd
diff --git a/lib/adapters/websql.js b/lib/adapters/websql.js index <HASH>..<HASH> 100644 --- a/lib/adapters/websql.js +++ b/lib/adapters/websql.js @@ -30,7 +30,7 @@ var openDB = utils.getArguments(function (args) { }); var POUCH_VERSION = 1; -var POUCH_SIZE = 3000000; +var POUCH_SIZE = 0; // doesn't matter as long...
(#<I>) - reduce websql db size to 0
pouchdb_pouchdb
train
ba7c18595e579e102feb29ac1a9bfc30101b5232
diff --git a/customer.go b/customer.go index <HASH>..<HASH> 100644 --- a/customer.go +++ b/customer.go @@ -13,7 +13,7 @@ type CustomerParams struct { Plan string Quantity uint64 TrialEnd int64 - DefaultCard string + DefaultSource string } // SetSource adds valid sources to a CustomerParam...
Rename deprecated customer param value The API was updated on <I>-<I>-<I> to remove the old Card and DefaultCard parameters, in favour of Source and DefaultSource. The codebase was updated in <I>e<I>d to reflect the new changes to the API, but the customer params did not get updated at that time.
stripe_stripe-go
train
ee159ff3df64e653d61d01692cd1048335dcd4f8
diff --git a/salt/renderers/gpg.py b/salt/renderers/gpg.py index <HASH>..<HASH> 100644 --- a/salt/renderers/gpg.py +++ b/salt/renderers/gpg.py @@ -121,7 +121,9 @@ def decrypt_object(o, gpg): o[k] = decrypt_object(v, gpg) return o elif isinstance(o, list): - return [decrypt_object(e, gp...
Apply fix from #<I> to the <I> branch This code has been refactored in develop, so the original pull request wasn't backporting cleanly. This applies the same fix to the older branch(es).
saltstack_salt
train
b742731358dbfc6ba4d621c2f8eb2fbff8a8f153
diff --git a/lib/mk_time/consts.rb b/lib/mk_time/consts.rb index <HASH>..<HASH> 100644 --- a/lib/mk_time/consts.rb +++ b/lib/mk_time/consts.rb @@ -182,7 +182,8 @@ module MkTime ["20171130", 0.2], ["20180315", 0.1], ["20180921", 0.0], - ["2...
UPD: Added a new DUT1 adjustment to constants.
komasaru_mk_time
train
9fe0b72dfd162de5a645ff1b86db66058b948d52
diff --git a/src/main/java/com/yahoo/sketches/theta/DirectQuickSelectSketch.java b/src/main/java/com/yahoo/sketches/theta/DirectQuickSelectSketch.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/yahoo/sketches/theta/DirectQuickSelectSketch.java +++ b/src/main/java/com/yahoo/sketches/theta/DirectQuickSelectSketc...
change consistency check failure on resize factor to force-promote in X1 case
DataSketches_sketches-core
train
6de98f58392dcbfe517a94f19bbbdc83191fe47a
diff --git a/peru/cache.py b/peru/cache.py index <HASH>..<HASH> 100644 --- a/peru/cache.py +++ b/peru/cache.py @@ -164,12 +164,24 @@ class Cache: self._git("update-ref", "--no-deref", "HEAD", dummy) return dummy + def _throw_if_dirty(self, tree, path): + modified, deleted = self.tree_statu...
use tree_status() to do our own cleanliness checking
buildinspace_peru
train
6a5d1c765fc82f4d4e32f5bc41a78cac4f62ef2b
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -444,9 +444,10 @@ module ActionDispatch raise "A rack...
Make sure :via works with mount
rails_rails
train
6197a5f4eb74e0c993b025440d257c4058f092e9
diff --git a/lib/runner.js b/lib/runner.js index <HASH>..<HASH> 100644 --- a/lib/runner.js +++ b/lib/runner.js @@ -64,7 +64,7 @@ function runner (opts) { }); }; return Promise.map(times(opts.count), () => { - return Promise.map(opts.url, iterator, { concurrency: opts.parallel ? 2 : 1 }); + return Pro...
Use url length as concurrency limit
newsuk_timeliner
train
eadb9d062500b3ae77c5633f03b030ae9140901f
diff --git a/charmhelpers/core/hookenv.py b/charmhelpers/core/hookenv.py index <HASH>..<HASH> 100644 --- a/charmhelpers/core/hookenv.py +++ b/charmhelpers/core/hookenv.py @@ -20,6 +20,7 @@ # Authors: # Charm Helpers Developers <juju@lists.ubuntu.com> +from __future__ import print_function import os import json ...
Send log output to stderr if juju-log is not available
juju_charm-helpers
train
fd62570ad9281a19ba5da2fde4e2360de0648f1e
diff --git a/v3/jest.config.js b/v3/jest.config.js index <HASH>..<HASH> 100644 --- a/v3/jest.config.js +++ b/v3/jest.config.js @@ -2,9 +2,6 @@ const { defaults } = require("jest-config"); module.exports = { testEnvironment: "node", - setupFiles: [ - "<rootDir>/../apollo-server-env/dist/index.js" - ], ...
Remove `setupFiles`, currently only necessitated by `apollo-server-env`. The `apollo-server-env` package will not be included in `@apollo/server`.
apollographql_apollo-server
train
3060dfce5a45dac0d19ec3d73af3cdebdf0bb20e
diff --git a/railties/lib/rails/generators/rails/app/app_generator.rb b/railties/lib/rails/generators/rails/app/app_generator.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/generators/rails/app/app_generator.rb +++ b/railties/lib/rails/generators/rails/app/app_generator.rb @@ -327,6 +327,10 @@ module Rails ...
test some of the rc specification
rails_rails
train
01a3e92b7489a0e27b0d93ad2e6d881ae053a760
diff --git a/spyderlib/widgets/pathmanager.py b/spyderlib/widgets/pathmanager.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/pathmanager.py +++ b/spyderlib/widgets/pathmanager.py @@ -22,13 +22,14 @@ from spyderlib.utils.qthelpers import get_std_icon, create_toolbutton from spyderlib.config import get_icon ...
PathManager: added support for a read-only path list (to be used by the forthcoming Project feature)
spyder-ide_spyder
train
71917881ca91bf462ed4cd15e0b1fc1bb39853d7
diff --git a/law/contrib/slack/parameter.py b/law/contrib/slack/parameter.py index <HASH>..<HASH> 100644 --- a/law/contrib/slack/parameter.py +++ b/law/contrib/slack/parameter.py @@ -22,9 +22,6 @@ class NotifySlackParameter(NotifyParameter): @staticmethod def notify(success, title, content, **kwargs): - ...
Remove test imports in telegram and slack notification parameters.
riga_law
train
e200e4811b69cc74f97d485843cc4d35ca11b56a
diff --git a/testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketRstTest.java b/testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketRstTest.java index <HASH>..<HASH> 100644 --- a/testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketRstTest.java +++ b/testsuite/src/main/java/io/n...
SocketRstTest fails due to exception message check Motivation: For lack of a better way the SocketRstTest inspects the content of the exception message to check if a RST occurred. However on windows the exception message is different than on other Unix based platforms and the assertion statement fails. Modifications:...
netty_netty
train
12b76a005d54bfc61d4323273bc695941beedb93
diff --git a/src/app/Classes/Validators/ContentValidator.php b/src/app/Classes/Validators/ContentValidator.php index <HASH>..<HASH> 100644 --- a/src/app/Classes/Validators/ContentValidator.php +++ b/src/app/Classes/Validators/ContentValidator.php @@ -128,7 +128,7 @@ class ContentValidator extends AbstractValidator ...
we are trimming down strings now when we compare for unique_in_column
laravel-enso_DataImport
train
c159e83953cf28a1998605fd4c20d567ae253a6f
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,10 @@ -module.exports.solve = solve; -module.exports.getInDegree = getInDegree; -module.exports.getEdges = getEdges; +module.exports.solve = solve; +module.exports.getInDegree = getInDegree; +modul...
added a fix for nodes with missing keys
haavistu_dependency-solver
train
33ff9297c77fc937062f58480177b2a14e97404e
diff --git a/src/Forms/FormField.php b/src/Forms/FormField.php index <HASH>..<HASH> 100644 --- a/src/Forms/FormField.php +++ b/src/Forms/FormField.php @@ -300,6 +300,32 @@ class FormField implements FormElement } /** + * Get the fixed error message + * @retur array The fixed error message + */ +...
Allow overriding of error in form field
Wedeto_HTTP
train
9f10a58e6a9fa8726fa033008f203ff577e1fc03
diff --git a/tweepy/mixins.py b/tweepy/mixins.py index <HASH>..<HASH> 100644 --- a/tweepy/mixins.py +++ b/tweepy/mixins.py @@ -25,6 +25,9 @@ class HashableID(EqualityComparableID): class DataMapping(Mapping): __slots__ = () + def __contains__(self, item): + return item in self.data + def __getatt...
Override Mapping.__contains__ in DataMapping This allows membership tests to check for existence within data, rather than existence of the attribute at all
tweepy_tweepy
train
2f8766349ac7936f36e9e8fcc7864d0a57ef5ca7
diff --git a/includes/class-freemius.php b/includes/class-freemius.php index <HASH>..<HASH> 100755 --- a/includes/class-freemius.php +++ b/includes/class-freemius.php @@ -12154,14 +12154,82 @@ // We have to set the user before getting user scope API handler. $this->_user = $user; + ...
[multisite] [bulk-installs] Moved the bulk installs backend creation into a separated helper method for code reusability.
Freemius_wordpress-sdk
train
adbf25eddb7bcd65b2534a018daf899645670b0c
diff --git a/test/resolveGitDir.spec.js b/test/resolveGitDir.spec.js index <HASH>..<HASH> 100644 --- a/test/resolveGitDir.spec.js +++ b/test/resolveGitDir.spec.js @@ -2,14 +2,17 @@ import path from 'path' import resolveGitDir from '../src/resolveGitDir' describe('resolveGitDir', () => { - it('should resolve to cur...
test: Improve tests for resolveGitDir (#<I>) Remove a duplicate test and add a test for the case when .git dir is not in the project root.
okonet_lint-staged
train
e8ebd16dac59b3eb9f7fafc8aa69fbb89633ae2d
diff --git a/lib/cmd/query.js b/lib/cmd/query.js index <HASH>..<HASH> 100644 --- a/lib/cmd/query.js +++ b/lib/cmd/query.js @@ -29,7 +29,7 @@ class Query extends Parser { if (opts.logger.query) opts.logger.query(`QUERY: ${opts.logger.logParam ? this.displaySql() : this.sql}`); this.onPacketReceive = thi...
[CONJS-<I>] permitting providing null as a value without an array
MariaDB_mariadb-connector-nodejs
train
8af9adc1fc982b10e1fd939810e96ec19c2fdab5
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -5,10 +5,9 @@ function removeElement(array, index) { if (location !== -1) { array.splice(location, 1); - return array; } - return []; + return array; } module.exports = removeElement; diff --git a/test....
removed the return empty array if the element is not found logic
vikramcse_orderd-array-remove
train
0f200ca52990253d3e9635e4a0c877250a13e39a
diff --git a/lib/generators/doorkeeper/templates/initializer.rb b/lib/generators/doorkeeper/templates/initializer.rb index <HASH>..<HASH> 100644 --- a/lib/generators/doorkeeper/templates/initializer.rb +++ b/lib/generators/doorkeeper/templates/initializer.rb @@ -57,4 +57,11 @@ Doorkeeper.configure do # (Similar beha...
added skip_authorization to template initializer
doorkeeper-gem_doorkeeper
train
8c50c2aa49a913fb4dbcfdc4a1e0b944441a97b0
diff --git a/system-test/storage.js b/system-test/storage.js index <HASH>..<HASH> 100644 --- a/system-test/storage.js +++ b/system-test/storage.js @@ -60,6 +60,13 @@ describe('storage', function() { }); after(function(done) { + if (env.projectId === 'long-door-651') { + // The system tests account is un...
storage: tests: remove things the system tests account cannot do (#<I>)
googleapis_nodejs-storage
train
977e6438c5976fb9099209d9308a92b327c34abf
diff --git a/pyam_analysis/core.py b/pyam_analysis/core.py index <HASH>..<HASH> 100644 --- a/pyam_analysis/core.py +++ b/pyam_analysis/core.py @@ -219,11 +219,11 @@ class IamDataFrame(object): see function select() for details comment: str a comment pertaining to the category - ...
harmonizing definition of defaults in docstrings
IAMconsortium_pyam
train
4e3a6427569dc38705ec0338db5fd492d453739f
diff --git a/src/plugins/Transloadit/index.js b/src/plugins/Transloadit/index.js index <HASH>..<HASH> 100644 --- a/src/plugins/Transloadit/index.js +++ b/src/plugins/Transloadit/index.js @@ -299,6 +299,8 @@ module.exports = class Transloadit extends Plugin { } onRestored (pluginData) { + const opts = this.op...
transloadit: Emit `transloadit:complete` correctly after restore with `waitForMetadata`.
transloadit_uppy
train
1a0603377c0aa568b8013441bd420bc0b04ec290
diff --git a/src/metriqued/metriqued/cube_api.py b/src/metriqued/metriqued/cube_api.py index <HASH>..<HASH> 100644 --- a/src/metriqued/metriqued/cube_api.py +++ b/src/metriqued/metriqued/cube_api.py @@ -13,7 +13,9 @@ from tornado.web import authenticated from metriqued.core_api import MetriqueHdlr from metriqued.ut...
client ensures needed keys are in objs; server just checks them
kejbaly2_metrique
train
27d186e20850562707c4386d8c32ea0d509d9f58
diff --git a/aws/resource_aws_sqs_queue_policy.go b/aws/resource_aws_sqs_queue_policy.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_sqs_queue_policy.go +++ b/aws/resource_aws_sqs_queue_policy.go @@ -101,7 +101,7 @@ func resourceAwsSqsQueuePolicyUpsert(d *schema.ResourceData, meta interface{}) e var equivale...
Update aws/resource_aws_sqs_queue_policy.go
terraform-providers_terraform-provider-aws
train
2b991629b8b456f41b9809fab488a59b08f8eaee
diff --git a/forms/FieldSet.php b/forms/FieldSet.php index <HASH>..<HASH> 100755 --- a/forms/FieldSet.php +++ b/forms/FieldSet.php @@ -179,7 +179,10 @@ class FieldSet extends DataObjectSet { foreach($this->items as $i => $child) { if(is_object($child)){ - if(($child->Name() == $fieldName || $child->Title(...
API CHANGE: In FieldSet::removeByName(), only match on field Title() if field Name() isn't set.
silverstripe_silverstripe-framework
train
dbdbf499a2f7f859353b2a375ba7c48ed062352c
diff --git a/Maven/src/main/java/com/technophobia/substeps/runner/ForkedRunner.java b/Maven/src/main/java/com/technophobia/substeps/runner/ForkedRunner.java index <HASH>..<HASH> 100644 --- a/Maven/src/main/java/com/technophobia/substeps/runner/ForkedRunner.java +++ b/Maven/src/main/java/com/technophobia/substeps/runner...
Change jmxPort property to use expression to ease usage from command line
G2G3Digital_substeps-framework
train
18e88c502e1940e0a8480f9f2dc49f093256766a
diff --git a/pyrabbit/http.py b/pyrabbit/http.py index <HASH>..<HASH> 100644 --- a/pyrabbit/http.py +++ b/pyrabbit/http.py @@ -46,6 +46,7 @@ class HTTPClient(object): 'all_nodes': 'nodes', 'all_vhosts': 'vhosts', 'all_users': 'users', + 'all_bindings': 'bindings', ...
Stubbed out more API URLs to be supported in HTTPClient, broke out get_connection from get_connections, and a couple of other relatively trivial tweaks.
bkjones_pyrabbit
train
f2a6bf692b30063b7c550dba4558398ea2ba594b
diff --git a/test_path.py b/test_path.py index <HASH>..<HASH> 100644 --- a/test_path.py +++ b/test_path.py @@ -136,8 +136,11 @@ class TempDirTestCase(unittest.TestCase): d = path(self.tempdir) subdir = d / 'subdir' subdir.makedirs() + old_dir = os.getcwd() with subdir: ...
added context mananger, more tests
jaraco_path.py
train
841d561d82119a455fdfa8a082f6c3e2574a790a
diff --git a/api/models.py b/api/models.py index <HASH>..<HASH> 100644 --- a/api/models.py +++ b/api/models.py @@ -17,7 +17,7 @@ from celery.canvas import group from django.conf import settings from django.contrib.auth.models import User from django.core.exceptions import ValidationError -from django.db import model...
ref(controller): remove close_db_connection tests hack The decorator once allowed us to work around issues with running our test suite, but does not seem to be needed now.
deis_controller-sdk-go
train
2f81383d07904a651ac6f06533dfee8a42baaf60
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -155,6 +155,12 @@ export { * @type Accordion */ Accordion, + + /** + * Inline Left Navigation Menu. + * @type InlineLeftNav + */ + InlineLeftNav, }; /**
fix(inline-left-nav): export InlineLeftNav from the barrel. Closes #<I> (#<I>)
carbon-design-system_carbon-components
train
1244a7164e4a8599c650b6e11908064958b8d50c
diff --git a/restcomm/restcomm.mscontrol.jsr309/src/main/java/org/restcomm/connect/mscontrol/jsr309/Jsr309CallController.java b/restcomm/restcomm.mscontrol.jsr309/src/main/java/org/restcomm/connect/mscontrol/jsr309/Jsr309CallController.java index <HASH>..<HASH> 100644 --- a/restcomm/restcomm.mscontrol.jsr309/src/main/j...
Fix for trailing spaces. Issue #<I>.
RestComm_Restcomm-Connect
train
3abdc2c9a5d948947d9891ca2f8b49ac8d8c6fcc
diff --git a/tasks/jstestdriver.js b/tasks/jstestdriver.js index <HASH>..<HASH> 100644 --- a/tasks/jstestdriver.js +++ b/tasks/jstestdriver.js @@ -105,8 +105,12 @@ module.exports = function (grunt) { return evalOptionsData(arr) ? arr : null; } - function hasFailedTests(resultArray) { - ...
Commiting from grunt when fail
rickyclegg_grunt-jstestdriver
train