hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3484a698f5ac87ea2ab7290fa5c807da9c8c83c9
diff --git a/encoder.go b/encoder.go index <HASH>..<HASH> 100644 --- a/encoder.go +++ b/encoder.go @@ -7,7 +7,7 @@ import ( "errors" "log" - bitset "code.google.com/p/go-qrcode/bitset" + bitset "github.com/skip2/go-qrcode/bitset" ) // Data encoding. diff --git a/encoder_test.go b/encoder_test.go index <HASH>....
Switch to github import paths.
skip2_go-qrcode
train
a488000dc67c10026d010744bb29fca25f72f42b
diff --git a/scripts/serverless.js b/scripts/serverless.js index <HASH>..<HASH> 100755 --- a/scripts/serverless.js +++ b/scripts/serverless.js @@ -96,6 +96,16 @@ const processSpanPromise = (async () => { strToBool: require('../lib/configuration/variables/sources/str-to-bool'), }; const vari...
refactor(CLI): Require variablesResolutionMode to be resolved upfront
serverless_serverless
train
67e418c909496db58174e5a898ff8d8ef74ce7ec
diff --git a/spec/lib/helpers/database_spec.rb b/spec/lib/helpers/database_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/helpers/database_spec.rb +++ b/spec/lib/helpers/database_spec.rb @@ -30,6 +30,18 @@ describe Stagehand::Database do expect { SourceRecord.create! }.to raise_exception(Stagehand::Unsynce...
Added test to ensure swapping connections doesn’t affect Staging::Model
culturecode_stagehand
train
3edb99920011d64516c30d45250988e39544e418
diff --git a/src/compiler/parser/index.js b/src/compiler/parser/index.js index <HASH>..<HASH> 100644 --- a/src/compiler/parser/index.js +++ b/src/compiler/parser/index.js @@ -642,6 +642,13 @@ function processSlotContent (el) { el ) } + if (!maybeComponent(el.parent)) { + ...
polish: warn against incorrect nested v-slot usage
kaola-fed_megalo
train
9dc96cb7cc3f5e75646eb94de21115dc00ccb3a8
diff --git a/sciluigi/slurm.py b/sciluigi/slurm.py index <HASH>..<HASH> 100644 --- a/sciluigi/slurm.py +++ b/sciluigi/slurm.py @@ -191,14 +191,14 @@ class SlurmHelpers(): salloc: Job allocation 5836263 has been revoked. ''' - matches = re.search('[0-9]+', slurm_stderr) + matches = re.s...
Added casting to string of slurm_stderr and jobinfo_stdout For compatibility with Python 3, where subprocess is returning bytes instead of string
pharmbio_sciluigi
train
36c890bc900febf5d7dc0984e28e4449753b54c6
diff --git a/hydpy/auxs/calibtools.py b/hydpy/auxs/calibtools.py index <HASH>..<HASH> 100644 --- a/hydpy/auxs/calibtools.py +++ b/hydpy/auxs/calibtools.py @@ -37,10 +37,12 @@ from hydpy.core.typingtools import * ParameterType = TypeVar("ParameterType", bound=parametertools.Parameter) RuleType1 = TypeVar( - "Rule...
Improve the typing of class `CalibrationInterface` of module `calibtools`. The small change in the related type variables allows defining `CalibrationInterface` instances handling different `Rule` objects, for example `CalibrationInterface[Union[Replace, Add]]`. (I do not know why this works with bound but not with co...
hydpy-dev_hydpy
train
1cce59a1cd512d003c36afa27ec24ba738754e96
diff --git a/sqlalchemy_mptt/mixins.py b/sqlalchemy_mptt/mixins.py index <HASH>..<HASH> 100644 --- a/sqlalchemy_mptt/mixins.py +++ b/sqlalchemy_mptt/mixins.py @@ -53,10 +53,9 @@ class BaseNestedSets(object): Index('%s_level_idx' % cls.__tablename__, "level"), ) - __mapper_args__ = { - ...
Set batch to False without having to do it in the subclass if __mapper_args__ are being overwritte.
uralbash_sqlalchemy_mptt
train
d7e82654eccba9b578914935fef9b3475cf7c340
diff --git a/src/PeskyCMF/Scaffold/ItemDetails/ItemDetailsConfig.php b/src/PeskyCMF/Scaffold/ItemDetails/ItemDetailsConfig.php index <HASH>..<HASH> 100644 --- a/src/PeskyCMF/Scaffold/ItemDetails/ItemDetailsConfig.php +++ b/src/PeskyCMF/Scaffold/ItemDetails/ItemDetailsConfig.php @@ -106,6 +106,7 @@ class ItemDetailsConf...
ScaffoldSectionConfig - added possibility to use closures as values for setValueViewers/setColumns/setValueCells/setFormInputs as shortcut for ValueViewer::create()->setValueConverter(\Closure)
swayok_PeskyCMF
train
1bb52e4c7eb095e9bda4b61b40c2209b948bfa8b
diff --git a/osmdroid-android/src/org/andnav/osm/views/OpenStreetMapView.java b/osmdroid-android/src/org/andnav/osm/views/OpenStreetMapView.java index <HASH>..<HASH> 100644 --- a/osmdroid-android/src/org/andnav/osm/views/OpenStreetMapView.java +++ b/osmdroid-android/src/org/andnav/osm/views/OpenStreetMapView.java @@ -1...
Add a log message to say which renderer it's using
osmdroid_osmdroid
train
fa64842ffd8c0f795cb15c10d785b1411989a5c1
diff --git a/cli/api/shell.go b/cli/api/shell.go index <HASH>..<HASH> 100644 --- a/cli/api/shell.go +++ b/cli/api/shell.go @@ -3,9 +3,7 @@ package api import ( "fmt" "os" - "os/exec" "strings" - "syscall" "github.com/zenoss/glog" docker "github.com/zenoss/go-dockerclient" @@ -85,18 +83,7 @@ func (a *api) R...
Wait for container Depending on load, the container may still be running even though the command has exited. Explicitly wait for exit before committing.
control-center_serviced
train
343f391fff60a319192160b7867f59cb04a76b1e
diff --git a/sports/flight.js b/sports/flight.js index <HASH>..<HASH> 100644 --- a/sports/flight.js +++ b/sports/flight.js @@ -28,15 +28,15 @@ module.exports = function(ngin) { removeTeam: function(teamID, callback) { var url = this.urlRoot() + '/' + this.id + '/remove_team/' + teamID Flight.sync('de...
correctly setting add to/ remove from waitlist urls
sportngin_ngin_client_node
train
220a0ff25a53e6baead2fbb41a3b91dee0ba6071
diff --git a/test/spec/integration/StructureIntegrationSpec.js b/test/spec/integration/StructureIntegrationSpec.js index <HASH>..<HASH> 100644 --- a/test/spec/integration/StructureIntegrationSpec.js +++ b/test/spec/integration/StructureIntegrationSpec.js @@ -18,9 +18,11 @@ describe("Structure search", function() { ...
Avoid NPE in StructureIntegrationSpec
openphacts_ops.js
train
9a3aa820d926d88f5a17c18fe4a00e010afcbf5b
diff --git a/src/Routing/Route/Route.php b/src/Routing/Route/Route.php index <HASH>..<HASH> 100644 --- a/src/Routing/Route/Route.php +++ b/src/Routing/Route/Route.php @@ -214,9 +214,7 @@ class Route { } /** - * Get the standardized plugin.controller:action name - * for a route. This will compile a route if it has ...
Correction to comment block for Route::getName().
cakephp_cakephp
train
ca9895a6154d8199e0c57a469bd22ff0599daf9f
diff --git a/lib/chef/resource/mount.rb b/lib/chef/resource/mount.rb index <HASH>..<HASH> 100644 --- a/lib/chef/resource/mount.rb +++ b/lib/chef/resource/mount.rb @@ -81,16 +81,17 @@ class Chef end def options(arg=nil) - if arg.is_a?(String) - converted_arg = arg.gsub(/,/, ' ').split(/ /...
[CHEF-<I>] Support lazy evaluation the mount resource's options attr set_or_return calls #call on any DelayedEvaluator on read and compares the results against the parameter validations. This patch adds String to the evaluation but ensure that someone reading the options value will only ever get an Array, keeping the...
chef_chef
train
3db6a491e4a5f26c6cad190ca914620c918197e7
diff --git a/openquake/baselib/general.py b/openquake/baselib/general.py index <HASH>..<HASH> 100644 --- a/openquake/baselib/general.py +++ b/openquake/baselib/general.py @@ -43,6 +43,7 @@ import numpy from decorator import decorator from openquake.baselib.python3compat import decode +U8 = numpy.uint8 U16 = numpy....
Added support for collapsing points on a grid
gem_oq-engine
train
77a1d5871485ac1f9f479612d6b1a13d2842a653
diff --git a/pyrogram/__init__.py b/pyrogram/__init__.py index <HASH>..<HASH> 100644 --- a/pyrogram/__init__.py +++ b/pyrogram/__init__.py @@ -23,7 +23,7 @@ __copyright__ = "Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance "e" if sys.getfilesystemencoding() != "utf-8" else "\xe8" ) __license__ = "G...
Normalize "<I>dev1" to "<I>.dev1"
pyrogram_pyrogram
train
4c454432ae91a7d1d00d4127b8a99d3d7bfebbc8
diff --git a/lib/jsi/json/pointer.rb b/lib/jsi/json/pointer.rb index <HASH>..<HASH> 100644 --- a/lib/jsi/json/pointer.rb +++ b/lib/jsi/json/pointer.rb @@ -302,10 +302,7 @@ module JSI "#<#{self.class.inspect} #{representation_s}>" end - # @return [String] string representation of this Pointer - ...
m refactor several alias #to_s from #inspect
notEthan_jsi
train
27458e0855858f73b9f39892a54b5d69650edfe5
diff --git a/packages/selenium-ide/src/neo/IO/SideeX/ext-command.js b/packages/selenium-ide/src/neo/IO/SideeX/ext-command.js index <HASH>..<HASH> 100644 --- a/packages/selenium-ide/src/neo/IO/SideeX/ext-command.js +++ b/packages/selenium-ide/src/neo/IO/SideeX/ext-command.js @@ -21,6 +21,7 @@ import { recorder } from "....
Changes based on feedback from @corevo.
SeleniumHQ_selenium-ide
train
25801d4c8de10a69984ec81768ad1c2849f7b997
diff --git a/spec/mail/fields/content_type_field_spec.rb b/spec/mail/fields/content_type_field_spec.rb index <HASH>..<HASH> 100644 --- a/spec/mail/fields/content_type_field_spec.rb +++ b/spec/mail/fields/content_type_field_spec.rb @@ -614,7 +614,11 @@ describe Mail::ContentTypeField do end c = Mail::Conte...
Fix false failure in Ruby-<I> Alias for SJIS was changed from shift_jis to windows-<I>J per this changelog: Wed Mar 9 <I>:<I>:<I> <I> NARUSE, Yui <<EMAIL>> * enc/shift_jis.c: Change SJIS as an alias of Windows-<I>J. [ruby-dev:<I>] fixes #<I>
mikel_mail
train
e51594cf9d915f197611d3ac37f14da178af810d
diff --git a/mt19937.go b/mt19937.go index <HASH>..<HASH> 100644 --- a/mt19937.go +++ b/mt19937.go @@ -102,7 +102,8 @@ func (mt *MT19937) SeedFromSlice(key []uint64) { // Uint64 generates a (pseudo-)random 64bit value. The output can be // used as a replacement for a sequence of independent, uniformly -// distribu...
Make some mention of the fact MT<I> implements the rand.Source<I> interface.
seehuhn_mt19937
train
25f8ec0fce3b10e158a931bd841fa753b1349b63
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index <HASH>..<HASH> 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -15,7 +15,7 @@ * [#133](https://github.com/intridea/grape/issues/133): The value of `env['PATH_INFO']` is no longer altered with `path` versioning - [@dblock](https://github.com/dblock)...
Fix #<I>: root requests don't work with prefix.
ruby-grape_grape
train
a40ca45592cf73623be07d509a597ac004fd14d6
diff --git a/src/cf/commands/application/delete_app_test.go b/src/cf/commands/application/delete_app_test.go index <HASH>..<HASH> 100644 --- a/src/cf/commands/application/delete_app_test.go +++ b/src/cf/commands/application/delete_app_test.go @@ -42,6 +42,7 @@ func TestDeleteWithForceOption(t *testing.T) { testhelper...
Added missing test in delete app command tests
cloudfoundry_cli
train
0b7575a97efac445f1a1a645942f364c9b93aef2
diff --git a/pgjdbc/src/main/java/org/postgresql/ssl/SingleCertValidatingFactory.java b/pgjdbc/src/main/java/org/postgresql/ssl/SingleCertValidatingFactory.java index <HASH>..<HASH> 100644 --- a/pgjdbc/src/main/java/org/postgresql/ssl/SingleCertValidatingFactory.java +++ b/pgjdbc/src/main/java/org/postgresql/ssl/Single...
fix: avoid NPE when initializing SingleCertValidatingFactory with classpath resource and contextclassloader is null
pgjdbc_pgjdbc
train
b6adc875920c9413d63e9414608b0179da567992
diff --git a/examples/server/tests/test_validation_forms.py b/examples/server/tests/test_validation_forms.py index <HASH>..<HASH> 100644 --- a/examples/server/tests/test_validation_forms.py +++ b/examples/server/tests/test_validation_forms.py @@ -120,7 +120,8 @@ class NgFormValidationMixinTestCase(TestCase): s...
In Django-<I> checkbox with multiple fields is rendered differenty
jrief_django-angular
train
b90398c94e3d68df55e255568b615c8620449d08
diff --git a/lib/NavigatableMixin.js b/lib/NavigatableMixin.js index <HASH>..<HASH> 100644 --- a/lib/NavigatableMixin.js +++ b/lib/NavigatableMixin.js @@ -13,7 +13,7 @@ var Environment = require('./environment'); var NavigatableMixin = { contextTypes: { - router: React.PropTypes.component, + router: React.P...
Update to React <I> and fix child context types.
STRML_react-router-component
train
b4413b033b984bd9e8617715fc294f788c6b2861
diff --git a/lib/gitomator/context.rb b/lib/gitomator/context.rb index <HASH>..<HASH> 100644 --- a/lib/gitomator/context.rb +++ b/lib/gitomator/context.rb @@ -1,31 +1,37 @@ require 'gitomator' -require 'gitomator/service/git/service' -require 'gitomator/service/git/provider/shell' - -require 'gitomator/service/hosting...
More context cleanup - Create service automagically, based on the config files. Subclasses only need to implement a create_PROVIDER_SERVICE_service(config) and the appropriate method will be called (based on the config)
gitomator_gitomator
train
3f53965c4f4aaa9e5859c5ab474b29d966acff93
diff --git a/pydriller/metrics/process/contributors_count.py b/pydriller/metrics/process/contributors_count.py index <HASH>..<HASH> 100644 --- a/pydriller/metrics/process/contributors_count.py +++ b/pydriller/metrics/process/contributors_count.py @@ -11,28 +11,26 @@ from pydriller.metrics.process.process_metric import ...
Update methods of class ContributorsCount according to the documentation
ishepard_pydriller
train
a901d6d5ded154ddc16917df0d8026d4cb6ec0bf
diff --git a/cas-server-support-spnego/src/main/java/org/jasig/cas/support/spnego/authentication/handler/support/JcifsConfig.java b/cas-server-support-spnego/src/main/java/org/jasig/cas/support/spnego/authentication/handler/support/JcifsConfig.java index <HASH>..<HASH> 100644 --- a/cas-server-support-spnego/src/main/ja...
Fixes #<I> (#<I>)
apereo_cas
train
9b17edf0b5861e1780d30613f633adfcf45c235f
diff --git a/java/src/com/google/template/soy/jssrc/internal/GenJsCodeVisitor.java b/java/src/com/google/template/soy/jssrc/internal/GenJsCodeVisitor.java index <HASH>..<HASH> 100644 --- a/java/src/com/google/template/soy/jssrc/internal/GenJsCodeVisitor.java +++ b/java/src/com/google/template/soy/jssrc/internal/GenJsCo...
Integration test for the new @inject syntax, and a minor tweak to the code generator. ------------- Created by MOE: <URL>
google_closure-templates
train
22dbcbccb8834dd6564f76b84ca6e7ff8f38e808
diff --git a/jigsaw-core.php b/jigsaw-core.php index <HASH>..<HASH> 100644 --- a/jigsaw-core.php +++ b/jigsaw-core.php @@ -52,6 +52,8 @@ setlocale(LC_ALL, 'en_US.UTF8'); $container = new Container; +$container->setInstance($container); + $container->instance('cwd', getcwd()); if (file_exists($envPath = $contai...
Use configured build source in public_path helper
tightenco_jigsaw
train
141148dfc064ebf60d0f12a3dc5241d6c330d047
diff --git a/samples/apptentive-dev/src/com/apptentive/android/dev/MainActivity.java b/samples/apptentive-dev/src/com/apptentive/android/dev/MainActivity.java index <HASH>..<HASH> 100644 --- a/samples/apptentive-dev/src/com/apptentive/android/dev/MainActivity.java +++ b/samples/apptentive-dev/src/com/apptentive/android...
Dev app: Don't always call "init" Event on main window focus.
apptentive_apptentive-android
train
4d021eb083fe9ce08d924b82f5fd2accc11c034c
diff --git a/tools/soitoolkit-generator/soitoolkit-generator-plugin/META-INF/MANIFEST.MF b/tools/soitoolkit-generator/soitoolkit-generator-plugin/META-INF/MANIFEST.MF index <HASH>..<HASH> 100644 --- a/tools/soitoolkit-generator/soitoolkit-generator-plugin/META-INF/MANIFEST.MF +++ b/tools/soitoolkit-generator/soitoolkit...
Start work on version <I>
soi-toolkit_soi-toolkit-mule
train
a17644e1f491bb99ed38e0c4be4c2fd9ad45991c
diff --git a/bin/oref0-get-profile.js b/bin/oref0-get-profile.js index <HASH>..<HASH> 100755 --- a/bin/oref0-get-profile.js +++ b/bin/oref0-get-profile.js @@ -155,8 +155,9 @@ if (!module.parent) { } catch (e) { var msg = { error: e, msg: "Could not parse autotune_data", file: autotune_input}; c...
Continue and output a non-autotuned profile if we don't have autotune_data
openaps_oref0
train
d275f1da2945d66f755222e8d4d1047665592437
diff --git a/gem-maven-plugin/src/main/java/de/saumya/mojo/gem/PackageMojo.java b/gem-maven-plugin/src/main/java/de/saumya/mojo/gem/PackageMojo.java index <HASH>..<HASH> 100644 --- a/gem-maven-plugin/src/main/java/de/saumya/mojo/gem/PackageMojo.java +++ b/gem-maven-plugin/src/main/java/de/saumya/mojo/gem/PackageMojo.ja...
Reverting my change to this file. I failed to test this change after blowing away ~/.m2/repository/rubygems. It's the next change, not this one, that works correctly without any gems. So this file differs only in whitespace from mkristian's.
torquebox_jruby-maven-plugins
train
da50c5e2bdd49e866c652ade812d40fa5687998e
diff --git a/phono3py/cui/create_supercells.py b/phono3py/cui/create_supercells.py index <HASH>..<HASH> 100644 --- a/phono3py/cui/create_supercells.py +++ b/phono3py/cui/create_supercells.py @@ -34,6 +34,7 @@ from phono3py.phonon3 import Phono3py from phono3py.file_IO import write_disp_fc3_yaml, write_disp_fc2_yaml...
Update calls to write_supercells_with_displacements for CRYSTAL interface
atztogo_phono3py
train
66be874bbdbb9ba796e0406c63a455455bc4caf2
diff --git a/packages/icon/index.js b/packages/icon/index.js index <HASH>..<HASH> 100755 --- a/packages/icon/index.js +++ b/packages/icon/index.js @@ -68,7 +68,7 @@ async function findIcon (options) { options.iconSrc, path.resolve(this.options.srcDir, this.options.dir.static, options.iconFileName), path....
fix(icon): handle situation where the iconSrc is `null` or `undefined` (#<I>)
nuxt-community_pwa-module
train
884a5aebd748336db963e91daf7b916054486a99
diff --git a/repo/fsrepo/migrations/migrations.go b/repo/fsrepo/migrations/migrations.go index <HASH>..<HASH> 100644 --- a/repo/fsrepo/migrations/migrations.go +++ b/repo/fsrepo/migrations/migrations.go @@ -15,7 +15,7 @@ import ( "strings" ) -var DistPath = "https://ipfs.io/ipfs/QmahS3i7MkjVVDjPs6CoPhCKGi27LkHGXrz...
update distpath to version with fs-repo-migrations <I>
ipfs_go-ipfs
train
58e00d9fe26d38c3876380936b105d201aacd92f
diff --git a/app/Console/Commands/DemoSeederCommand.php b/app/Console/Commands/DemoSeederCommand.php index <HASH>..<HASH> 100644 --- a/app/Console/Commands/DemoSeederCommand.php +++ b/app/Console/Commands/DemoSeederCommand.php @@ -17,6 +17,7 @@ use CachetHQ\Cachet\Models\Incident; use CachetHQ\Cachet\Models\Metric; u...
We need to truncate subscribers
CachetHQ_Cachet
train
1e7ce42f84fa3171810216dfb2ba339fc2668d9b
diff --git a/rinoh/flowable.py b/rinoh/flowable.py index <HASH>..<HASH> 100644 --- a/rinoh/flowable.py +++ b/rinoh/flowable.py @@ -24,7 +24,7 @@ from .layout import EndOfContainer, DownExpandingContainer, MaybeContainer from .style import Style, Styled -__all__ = ['Flowable', 'FlowableStyle', 'Float'] +__all__ = [...
Introduce WarnFlowable: no rendering but do print a warning Used to handle docutils system messages.
brechtm_rinohtype
train
61b04e3fd5460a586bf08221c80c816785fb5a67
diff --git a/ipywidgets/widgets/widget.py b/ipywidgets/widgets/widget.py index <HASH>..<HASH> 100644 --- a/ipywidgets/widgets/widget.py +++ b/ipywidgets/widgets/widget.py @@ -12,10 +12,10 @@ import collections from IPython.core.getipython import get_ipython from ipykernel.comm import Comm from traitlets.config impor...
Always serialize Bytes with binary messages
jupyter-widgets_ipywidgets
train
6d712b3d1401876199d2cb7527b08dc0c462352b
diff --git a/packages/build-runtime.js b/packages/build-runtime.js index <HASH>..<HASH> 100644 --- a/packages/build-runtime.js +++ b/packages/build-runtime.js @@ -70,8 +70,8 @@ each(File.helpers, function (helperName) { writeFile("helpers/" + helperName + ".js", buildHelper(helperName)); }); -writeFile("regenerat...
use vanilla regenerator when building runtime see #<I>
babel_babel
train
1899ae5405217229ae5589101b689917e8091468
diff --git a/src/context-parser.js b/src/context-parser.js index <HASH>..<HASH> 100644 --- a/src/context-parser.js +++ b/src/context-parser.js @@ -477,7 +477,7 @@ Parser.prototype.fork = function() { parser.state = this.state; parser.tags = this.tags.slice(); parser.tagIdx = this.tagIdx; - parser.attr...
fix the fork issue of copying attribute name.
yahoo_context-parser
train
facea9a843532605da22104fba6e952bca5b91f4
diff --git a/lib/esi.rb b/lib/esi.rb index <HASH>..<HASH> 100644 --- a/lib/esi.rb +++ b/lib/esi.rb @@ -65,6 +65,7 @@ module Esi end class ApiUnknownError < ApiError; end + class ApiInvalidAppClientKeysError < ApiError; end class ApiNotFoundError < ApiError; end class ApiForbiddenError < ApiError; end ...
Try to catch invalid api keys better
dhiemstra_esi
train
79cdf2417eb6667d2354fdaf91dd4685319be0b5
diff --git a/wpull/engine.py b/wpull/engine.py index <HASH>..<HASH> 100644 --- a/wpull/engine.py +++ b/wpull/engine.py @@ -136,6 +136,14 @@ class BaseEngine(object): import objgraph gc.collect() objgraph.show_most_common_types(25) + if os.env...
engine.py: Add FILE_LEAK_DEBUG env var for debugging.
ArchiveTeam_wpull
train
c1ca83ff523e1aaf42d3d0599b04145a291afdba
diff --git a/lxd/db/images.go b/lxd/db/images.go index <HASH>..<HASH> 100644 --- a/lxd/db/images.go +++ b/lxd/db/images.go @@ -1066,6 +1066,10 @@ func (c *Cluster) CreateImage(project, fp string, fname string, sz int64, public return err } + if len(dbProfiles) != 1 { + return fmt.Errorf("Failed to find ...
lxd/profiles/utils: Add missing profiles slice check GetProfilesIfEnabled can return an empty slice with no error, so it's not safe to check the first index without checking if the slice is empty.
lxc_lxd
train
81e03672d8028fcb937badfa47200cd919c84e85
diff --git a/djangui/scripts/djanguify.py b/djangui/scripts/djanguify.py index <HASH>..<HASH> 100644 --- a/djangui/scripts/djanguify.py +++ b/djangui/scripts/djanguify.py @@ -61,7 +61,6 @@ def main(): app_models = [] for script in scripts: - arg_nodes = {} basename, extension = os.path.split...
bug fix in ordering of django settings
Chris7_django-djangui
train
8ff97e6b7c279334e417dbdb65e64d0de2656986
diff --git a/lib/shared.js b/lib/shared.js index <HASH>..<HASH> 100644 --- a/lib/shared.js +++ b/lib/shared.js @@ -12,7 +12,7 @@ const sha256File = require('sha256-file'); * @param {Object} serverless * @return {undefined} */ -function checkForAndDeleteMaxCacheVersions(options, serverless) { +function checkForAn...
refactor: Adapt `shared` to modern logs
UnitedIncome_serverless-python-requirements
train
7ba08e861d57d9ce55f8c9ca60468362647c5251
diff --git a/engine/test_engine.py b/engine/test_engine.py index <HASH>..<HASH> 100644 --- a/engine/test_engine.py +++ b/engine/test_engine.py @@ -477,9 +477,9 @@ class Test_Engine(unittest.TestCase): E = read_layer(population) assert len(H) == 2704 - res = clip_grid_by_polygons(E.get_data(),...
Disabled clip test for the time being
inasafe_inasafe
train
85452ab66e188327bb8d65c5dd3c165529037846
diff --git a/testsuite.py b/testsuite.py index <HASH>..<HASH> 100644 --- a/testsuite.py +++ b/testsuite.py @@ -40,6 +40,7 @@ from __future__ import print_function +import difflib import errno import kconfiglib import os @@ -2095,11 +2096,10 @@ def run_compatibility_tests(): del os.environ["SRCA...
Print unified diff on test suite failures Compares the .config's generated by us and the C implementation. Speeds up debugging compared to manually generating them. Clean up the test code a bit too.
ulfalizer_Kconfiglib
train
be6c000edee98ea6d4ff377ec165400b9c9358a2
diff --git a/lib/pager_duty/connection.rb b/lib/pager_duty/connection.rb index <HASH>..<HASH> 100644 --- a/lib/pager_duty/connection.rb +++ b/lib/pager_duty/connection.rb @@ -33,9 +33,9 @@ module PagerDuty url = response.env[:url].to_s if error = response.body['error'] # TODO May Need...
Fix expectations that response object is mashed.
technicalpickles_pager_duty-connection
train
e72cb064bfc2d2be716db240fbbbcff54ef22d69
diff --git a/url.js b/url.js index <HASH>..<HASH> 100644 --- a/url.js +++ b/url.js @@ -30,6 +30,8 @@ var URL = Class(function() { ].join('') } + this.toJSON = this.toString + this.getTopLevelDomain = function() { if (!this.host) { return '' } var parts = this.host.split('.')
If you JSON serialize a URL object, it should come out as a string
marcuswestin_std.js
train
2729c5520f909db7d84a3aeee3af078626e7d25a
diff --git a/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php b/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable.php +++ b/src/Illuminate/Database/E...
initial support of pivot classes in M2M updates
laravel_framework
train
8c4e8bd80ca3b69867272e98460e0ffddc99b0dd
diff --git a/modules/async.js b/modules/async.js index <HASH>..<HASH> 100644 --- a/modules/async.js +++ b/modules/async.js @@ -9,7 +9,7 @@ export default function asyncProcess(functions, { isCancelled, toState, fromStat if (!remainingFunctions.length) return true; const isMapped = typeof remainingFu...
feat: support custom errors in middleware functions
router5_router5
train
feacc01402a1b46e4f1975964ec7568fd6cd5aa0
diff --git a/tests/gitlab_test.py b/tests/gitlab_test.py index <HASH>..<HASH> 100644 --- a/tests/gitlab_test.py +++ b/tests/gitlab_test.py @@ -10,18 +10,12 @@ some list cases import unittest import gitlab - +from random import randint user = "pyapi-gitlab" password = "pyapi-gitlab" host = "http://gitlab.garciape...
removed the ssh tests. You can't use the same key twice in gitlab as it seems that there is a constraint in the database to stop keys from being duplicated.
pyapi-gitlab_pyapi-gitlab
train
3cea33ce6ce2aaec9881a962da73a3b08129df66
diff --git a/Lib/fontParts/world.py b/Lib/fontParts/world.py index <HASH>..<HASH> 100644 --- a/Lib/fontParts/world.py +++ b/Lib/fontParts/world.py @@ -586,7 +586,20 @@ dispatcher = _EnvironmentDispatcher([ "CurrentGuidelines", "FontList", "RFont", - "RGlyph" + "RLayer", + "RGlyph", + "RContou...
adding entries for all wrapper classes so not for collections like RSegment and BPoint fe there is no direct API to points in a RSegment or BPoint
robotools_fontParts
train
8c4a3c81c72404069023b98d6450af60400f9d56
diff --git a/h2o-algos/src/main/java/hex/DataInfo.java b/h2o-algos/src/main/java/hex/DataInfo.java index <HASH>..<HASH> 100644 --- a/h2o-algos/src/main/java/hex/DataInfo.java +++ b/h2o-algos/src/main/java/hex/DataInfo.java @@ -587,6 +587,9 @@ public class DataInfo extends Keyed { public final Row extractDenseRow(Chu...
GLM fix, fixed filtering rows with weights.
h2oai_h2o-3
train
ea2a307a95ee46c67fad32497bf72aa872f99388
diff --git a/ox_modules/module-web.js b/ox_modules/module-web.js index <HASH>..<HASH> 100644 --- a/ox_modules/module-web.js +++ b/ox_modules/module-web.js @@ -411,7 +411,7 @@ module.exports = function (options, context, rs, logger) { this.helpers.assertArgument(pattern, 'pattern'); this.helpers.assert...
Fix web.network timeouts
oxygenhq_oxygen
train
5954d9899f7abfd2c316da13b49f247f9df253af
diff --git a/packages/table/src/table-body.js b/packages/table/src/table-body.js index <HASH>..<HASH> 100644 --- a/packages/table/src/table-body.js +++ b/packages/table/src/table-body.js @@ -44,7 +44,7 @@ export default { on-click={ ($event) => this.handleClick($event, row) } on-mousee...
Table: fix single selection mode highlight class
ElemeFE_element
train
5449901046b37e4305e1624a58db597d74fbd223
diff --git a/test/json_applet.js b/test/json_applet.js index <HASH>..<HASH> 100644 --- a/test/json_applet.js +++ b/test/json_applet.js @@ -6,8 +6,8 @@ var _ = require('underscore') ; var HTML = { - 'block' : function (args, app) { - return "<div></div>"; + 'block' : function (args, scope) { + return "<d...
Added: tests for parents and childs. Removed: obsolete code.
da99_www_app
train
107549894ae36d0ba9f86eb788a8d3d51f4f3fde
diff --git a/android/app/src/main/java/com/reactnativenavigation/screens/ScreenStack.java b/android/app/src/main/java/com/reactnativenavigation/screens/ScreenStack.java index <HASH>..<HASH> 100644 --- a/android/app/src/main/java/com/reactnativenavigation/screens/ScreenStack.java +++ b/android/app/src/main/java/com/reac...
Check is parent exists before removing stack from screen
wix_react-native-navigation
train
69bab9a28f2047c696d5c4d1c088fca6a2768bb8
diff --git a/bot_test.go b/bot_test.go index <HASH>..<HASH> 100644 --- a/bot_test.go +++ b/bot_test.go @@ -497,6 +497,9 @@ func TestSetWebhookWithoutCert(t *testing.T) { if err != nil { t.Error(err) } + if info.MaxConnections == 0 { + t.Errorf("wanted max connections to be greater than 0") + } if info.LastErr...
Add MaxConnections to WebhookInfo
go-telegram-bot-api_telegram-bot-api
train
b3ccb4647935f80f5effbe3a638e4aedaf52fa50
diff --git a/apiserver/resource.go b/apiserver/resource.go index <HASH>..<HASH> 100644 --- a/apiserver/resource.go +++ b/apiserver/resource.go @@ -62,7 +62,7 @@ func newResourceHandler(httpCtxt httpContext) http.Handler { func newUnitResourceHandler(httpCtxt httpContext) http.Handler { extractor := resourceadapter...
APIHTTPRequestExtractorDeps -> StateConnector.
juju_juju
train
f9c367d29364535bf89d31db4af8fb0be9e9d5ad
diff --git a/lib/pgn/move_calculator.rb b/lib/pgn/move_calculator.rb index <HASH>..<HASH> 100644 --- a/lib/pgn/move_calculator.rb +++ b/lib/pgn/move_calculator.rb @@ -105,26 +105,31 @@ module PGN # @return [Array<String>] which castling moves are no longer available # def castling_restrictions - res...
Fix castling restrictions when a rook is taken
capicue_pgn
train
f16618bce47965995fcc504c2a1c8317c02f484a
diff --git a/api/article.go b/api/article.go index <HASH>..<HASH> 100644 --- a/api/article.go +++ b/api/article.go @@ -240,6 +240,20 @@ func formatArticle(user content.User, id data.ArticleId, extractor content.Extra } } + processors := user.Repo().ArticleProcessors() + if len(processors) > 0 { + a := user.Repo...
Process the formatted article's content through the article processors
urandom_readeef
train
041802a2d92d8fae9e74a2e3816776b48ec345f5
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ HAML would incorrectly be reported as silent scripts * Fix bug in `ImplicitDiv` where incorrect lint would be reported for `div` tags with dynamic ids or classes +* Fix bug in `ClassAttribut...
Fix ClassAttributeWithStaticValue handling of syntax errors This linter would crash on hashes with syntax errors. Ignore this case as the `RuboCop` linter will report syntax errors for us. Change-Id: Idc<I>a<I>bb<I>f<I>c9e4ecbbdbbcdb Reviewed-on: <URL>
sds_haml-lint
train
6859f5dd9bdaeb3543722a5709c191b83a8b5786
diff --git a/noodles/serial/base.py b/noodles/serial/base.py index <HASH>..<HASH> 100644 --- a/noodles/serial/base.py +++ b/noodles/serial/base.py @@ -125,19 +125,6 @@ class SerStorable(Serialiser): return cls.from_dict(**data['dict']) -class SerAutoStorable(Serialiser): - def __init__(self, cls): - ...
do away with <magic>, just derive from Storabel
NLeSC_noodles
train
e3f54b58362069df25827d6816606c18b42dcf78
diff --git a/phy/cluster/manual/session.py b/phy/cluster/manual/session.py index <HASH>..<HASH> 100644 --- a/phy/cluster/manual/session.py +++ b/phy/cluster/manual/session.py @@ -79,6 +79,7 @@ class FeatureMasks(StoreItem): fields = [('features', 'disk'), ('masks', 'disk'), ('mean_mas...
Added smart projection in feature view.
kwikteam_phy
train
6cb776d8659691c88fb17421dca237010854dbc3
diff --git a/pypot/_version.py b/pypot/_version.py index <HASH>..<HASH> 100644 --- a/pypot/_version.py +++ b/pypot/_version.py @@ -1 +1 @@ -__version__ = '2.2.3' +__version__ = '2.3.0'
Prepare for release <I> add support for a Microsoft Kinect SDK client.
poppy-project_pypot
train
1217612c879c6d4639916d6030079a3d5ec83b1e
diff --git a/safe/gui/tools/help/definitions_help.py b/safe/gui/tools/help/definitions_help.py index <HASH>..<HASH> 100644 --- a/safe/gui/tools/help/definitions_help.py +++ b/safe/gui/tools/help/definitions_help.py @@ -686,6 +686,14 @@ def definition_to_message(definition, heading_style=None): row.add(...
Fix #<I> - add displacement rates to definitions help. Funded by DFAT. (#<I>)
inasafe_inasafe
train
9350c4a29efb4f916f6c31be63120fa6f932a199
diff --git a/sos/plugins/distupgrade.py b/sos/plugins/distupgrade.py index <HASH>..<HASH> 100644 --- a/sos/plugins/distupgrade.py +++ b/sos/plugins/distupgrade.py @@ -28,6 +28,13 @@ class DistUpgrade(Plugin): class RedHatDistUpgrade(DistUpgrade, RedHatPlugin): + packages = ( + 'preupgrade-assistant', + ...
[distupgrade] add missing packages list
sosreport_sos
train
ef87f6ad9c18df9886e1543c923fc1d59b60164f
diff --git a/sigal/gallery.py b/sigal/gallery.py index <HASH>..<HASH> 100644 --- a/sigal/gallery.py +++ b/sigal/gallery.py @@ -40,8 +40,7 @@ from urllib.parse import quote as url_quote from click import get_terminal_size, progressbar from . import image, signals, video -from .image import (get_exif_data, get_exif_t...
Get EXIF only for JPG files
saimn_sigal
train
04a3589f8ad0c39594906bcae3f58a94edb37d34
diff --git a/spec/javascripts/unit/strategies/strategy_builder_spec.js b/spec/javascripts/unit/strategies/strategy_builder_spec.js index <HASH>..<HASH> 100644 --- a/spec/javascripts/unit/strategies/strategy_builder_spec.js +++ b/spec/javascripts/unit/strategies/strategy_builder_spec.js @@ -95,6 +95,17 @@ describe("Stra...
Add all_supported strategy to StrategyBuilder
pusher_pusher-js
train
82700a3717cce92148e36582c6643dba82874368
diff --git a/handlers/router_groups_handler.go b/handlers/router_groups_handler.go index <HASH>..<HASH> 100644 --- a/handlers/router_groups_handler.go +++ b/handlers/router_groups_handler.go @@ -88,6 +88,11 @@ func (h *RouterGroupsHandler) UpdateRouterGroup(w http.ResponseWriter, req *http if updatedGroup.Reservabl...
Validate reserable_ports field on PUT [#<I>]
cloudfoundry_routing-api
train
1f5c4e68f56acbe3f16f413a8e0783dbfa1a2f62
diff --git a/src/helpers/Manifest.php b/src/helpers/Manifest.php index <HASH>..<HASH> 100644 --- a/src/helpers/Manifest.php +++ b/src/helpers/Manifest.php @@ -12,6 +12,7 @@ namespace nystudio107\twigpack\helpers; use Craft; +use craft\helpers\Html; use craft\helpers\Json as JsonHelper; use craft\helpers\UrlHelper...
Switched over to using Yii2's `Html::` helpers for creating various tags
nystudio107_craft-twigpack
train
8b8aa74a85127192b469453a72fd7971b47481fb
diff --git a/ishell.go b/ishell.go index <HASH>..<HASH> 100644 --- a/ishell.go +++ b/ishell.go @@ -74,6 +74,12 @@ func NewWithConfig(conf *readline.Config) *Shell { log.Println("Shell or operating system not supported.") log.Fatal(err) } + + return NewWithReadline(rl) +} + +// NewWithReadline creates a new shel...
Add NewWithReadline to have a shell with custom readline Instance (#<I>) * add new helper NewWithReadLine to create ishell instance with a custom readline instance * use readline config for Shell.Writer in NewWithReadline * refactor NewWithConfig to use NewWithReadline
abiosoft_ishell
train
3580c6475749529d0a847a3e526101bc1547f2a5
diff --git a/cmd/jujud/agent/machine_test.go b/cmd/jujud/agent/machine_test.go index <HASH>..<HASH> 100644 --- a/cmd/jujud/agent/machine_test.go +++ b/cmd/jujud/agent/machine_test.go @@ -19,6 +19,7 @@ import ( "github.com/juju/utils" "github.com/juju/utils/arch" "github.com/juju/utils/cert" + "github.com/juju/uti...
Fix tests that patched out peergrouperNew.
juju_juju
train
6885fda900f1fc152de1bac5908e25bd98b59c32
diff --git a/lib/android/src/main/java/com/airbnb/android/react/maps/AirMapMarker.java b/lib/android/src/main/java/com/airbnb/android/react/maps/AirMapMarker.java index <HASH>..<HASH> 100644 --- a/lib/android/src/main/java/com/airbnb/android/react/maps/AirMapMarker.java +++ b/lib/android/src/main/java/com/airbnb/androi...
[MapMarker] fix android release crash on custom marker (#<I>)
react-native-community_react-native-maps
train
05363f364a528c0056a8163cfc4b5d81708ae740
diff --git a/lib/para/markup/resources_table.rb b/lib/para/markup/resources_table.rb index <HASH>..<HASH> 100644 --- a/lib/para/markup/resources_table.rb +++ b/lib/para/markup/resources_table.rb @@ -11,9 +11,7 @@ module Para @orderable = model.orderable? end - if !options.key?(:actions) || ...
allow passing an array of actions in the #resources_table helper :action argument to whitelist displayed row actions
para-cms_para
train
dc9821d2a0922f9cfe99c7d23e2b216ac0401178
diff --git a/conf/commands.json b/conf/commands.json index <HASH>..<HASH> 100755 --- a/conf/commands.json +++ b/conf/commands.json @@ -4,7 +4,7 @@ "desc": "Create sample setup file\nUsage: couchpenter init" }, "setup": { - "desc": "Create databases and documents\nUsage: couchpenter [-u/--url <url>...
Preserve setUp backward compatibility, setUp should update pre-existing documents.
cliffano_couchpenter
train
390580aa34120ae291e6a77aa7fd880379d193b7
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,8 +12,20 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys import os +import sys + +if os.environ.get('READTHEDOCS'): + from unitte...
ReadTheDocs doesn't support C modules <URL>
lithammer_python-jump-consistent-hash
train
9342dc1effc6a75134887c30c697352d0220f360
diff --git a/lib/asana-api/client.js b/lib/asana-api/client.js index <HASH>..<HASH> 100644 --- a/lib/asana-api/client.js +++ b/lib/asana-api/client.js @@ -31,8 +31,14 @@ var Client = exports.Client = function (options) { events.EventEmitter.call(this); this.url = 'https://app.asana.com/api/1.0'; - this.apiKey ...
Allow for authenticating with new Asana OAuth and accessToken as well as API Key method
indexzero_node-asana-api
train
61a1d3f2c313672ea2cb776f300ade159361914b
diff --git a/examples/FasterRCNN/config.py b/examples/FasterRCNN/config.py index <HASH>..<HASH> 100644 --- a/examples/FasterRCNN/config.py +++ b/examples/FasterRCNN/config.py @@ -259,13 +259,13 @@ def finalize_configs(is_training): else: assert 'OMPI_COMM_WORLD_SIZE' not in os.environ ...
Translate placeholder's tensor name to op name when contructing TensorSpec (fix #<I>)
tensorpack_tensorpack
train
f159fa3d74b90963812bbe29dac1290aef8dc775
diff --git a/association.go b/association.go index <HASH>..<HASH> 100644 --- a/association.go +++ b/association.go @@ -22,6 +22,10 @@ func (association *Association) Find(value interface{}) *Association { // Append append new associations for many2many, has_many, replace current association for has_one, belongs_to ...
association: dont execute Append/Replace/Delete if Error already present
jinzhu_gorm
train
071caf940e19bbdf1f1482bfe096ef6ae2e5a7a6
diff --git a/plan/aggregation_push_down.go b/plan/aggregation_push_down.go index <HASH>..<HASH> 100644 --- a/plan/aggregation_push_down.go +++ b/plan/aggregation_push_down.go @@ -327,6 +327,23 @@ func (a *aggPushDownSolver) aggPushDown(p LogicalPlan) { rChild.SetParents(join) join.SetSchema(append(lChild.GetS...
plan: support pushing agg across projection. (#<I>)
pingcap_tidb
train
4daf06e0876f7bd86dd0954b90f84585935297d3
diff --git a/satpy/tests/reader_tests/test_mersi2_l1b.py b/satpy/tests/reader_tests/test_mersi2_l1b.py index <HASH>..<HASH> 100644 --- a/satpy/tests/reader_tests/test_mersi2_l1b.py +++ b/satpy/tests/reader_tests/test_mersi2_l1b.py @@ -417,7 +417,7 @@ class TestMERSI2L1BReader(unittest.TestCase): ] rea...
Fix mersi2 tests checking for wrong number of files
pytroll_satpy
train
34fd00698eab6736f997afe822503cb9f37b86af
diff --git a/lib/changes/splitListItem.js b/lib/changes/splitListItem.js index <HASH>..<HASH> 100644 --- a/lib/changes/splitListItem.js +++ b/lib/changes/splitListItem.js @@ -1,7 +1,7 @@ const getCurrentItem = require('../getCurrentItem'); /** - * Split a list item. + * Split a list item at the start of the current...
Be more precise about splitItem's contract
GitbookIO_slate-edit-list
train
021f32375a5db2a4b8273fc9a76a70d8a9ee9a4b
diff --git a/lib/ronin/installation.rb b/lib/ronin/installation.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/installation.rb +++ b/lib/ronin/installation.rb @@ -70,39 +70,6 @@ module Ronin end # - # Enumerates over all files from all installed Ronin libraries. - # - # @yield [file, (gem)] - # ...
Removed Installation.each_file, and renamed Installation.each_file_in to each_file. * Added logic to Installation.each_file to check if there are no installed gems, if so revert to using a raw Dir.glob.
ronin-ruby_ronin
train
70d70e5f5056e2f1caa7dcdaa6e2707e6158d6ca
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,8 @@ "name": "brick/app", "description": "Web application framework", "type": "library", + "minimum-stability": "dev", + "prefer-stable": true, "keywords": [ "Bric...
Fixed renamed method in form views
brick_app
train
ac3ac7ad8521983931b50d8396328d1b15bbfce3
diff --git a/config/config.php b/config/config.php index <HASH>..<HASH> 100644 --- a/config/config.php +++ b/config/config.php @@ -16,6 +16,7 @@ $GLOBALS['TL_HOOKS']['parseFrontendTemplate'][] = array('MadeYourDay\\Contao\\Fr $GLOBALS['TL_HOOKS']['getContentElement'][] = array('MadeYourDay\\Contao\\FrontendHelper', 'g...
Added loadDataContainer hook
madeyourday_contao-rocksolid-frontend-helper
train
f7de77f38224519433b533c6fcb3720bdff5fb87
diff --git a/bin/dxclient b/bin/dxclient index <HASH>..<HASH> 100755 --- a/bin/dxclient +++ b/bin/dxclient @@ -401,6 +401,7 @@ def describe(args): print "Project context\t" + desc["project"] print "Workspace\t" + desc["workspace"] if "program" in desc: + print str(d...
Added "io" flag in /job-xxxx/describe and updated dxclient to take advantage of it
dnanexus_dx-toolkit
train
8f2b4dd5a7637f97be808b986acabcca6cab422a
diff --git a/docs/workingon.txt b/docs/workingon.txt index <HASH>..<HASH> 100644 --- a/docs/workingon.txt +++ b/docs/workingon.txt @@ -1,10 +1,9 @@ Enhanced Import Tools ===================== -- `ImportTools.get_from_import(module, name)` +- Imports that are defined in multiple lines +- Ignoring indented imports ...
Handling imports defined in more than one line and ignoring indented imports
python-rope_rope
train
29c58bc72cb827b78211510775fa5f3cab96227b
diff --git a/resources/assets/js/services/server.js b/resources/assets/js/services/server.js index <HASH>..<HASH> 100644 --- a/resources/assets/js/services/server.js +++ b/resources/assets/js/services/server.js @@ -99,9 +99,9 @@ Server.prototype = getData (method) { let data = method.params.map(param => _.pic...
Modified test mode so that it always sends `false` Ensures method can't run by default
davestewart_laravel-sketchpad
train
a1a0475defb8b051ccbcd3eb3967f1a28f61136b
diff --git a/lxd/storage_btrfs.go b/lxd/storage_btrfs.go index <HASH>..<HASH> 100644 --- a/lxd/storage_btrfs.go +++ b/lxd/storage_btrfs.go @@ -108,7 +108,12 @@ func (s *storageBtrfs) StoragePoolCreate() error { s.pool.Config["volatile.initial_source"] = s.pool.Config["source"] isBlockDev := false - source := shar...
storage/btrfs: Fix handling of UUID-based mounts Closes #<I>
lxc_lxd
train
73706e4e098a670192747e3dd43cda0a0c85be73
diff --git a/lib/bumbleworks/task.rb b/lib/bumbleworks/task.rb index <HASH>..<HASH> 100644 --- a/lib/bumbleworks/task.rb +++ b/lib/bumbleworks/task.rb @@ -122,8 +122,10 @@ module Bumbleworks # Claim task and assign token to claimant def claim(token) + before_claim(token) set_claimant(token) ...
Add before_ and after_ claim and release hooks
bumbleworks_bumbleworks
train
8ba0bbd0838bbe8e2140de80543c0c75b4950b6b
diff --git a/lib/pty.js b/lib/pty.js index <HASH>..<HASH> 100644 --- a/lib/pty.js +++ b/lib/pty.js @@ -6,6 +6,7 @@ var net = require('net'); var tty = require('tty'); +var extend = require('extend'); var pty = require('../build/Release/pty.node'); /** @@ -54,7 +55,7 @@ function Terminal(file, args, opt) { ro...
lib: use "extend" npm module Remove the inlined `merge()` function since that's no longer necessary
chjj_pty.js
train
66b2b6c790fde45ac61fc768352c48bdfc268bd3
diff --git a/src/java/org/codehaus/groovy/grails/web/pages/GroovyPage.java b/src/java/org/codehaus/groovy/grails/web/pages/GroovyPage.java index <HASH>..<HASH> 100644 --- a/src/java/org/codehaus/groovy/grails/web/pages/GroovyPage.java +++ b/src/java/org/codehaus/groovy/grails/web/pages/GroovyPage.java @@ -340,7 +340,8 ...
Fixes to previous commit, Fix for GRAILS-<I>
grails_grails-core
train
8397f84734e48f7bffa4f3aa03b98a0cf894d260
diff --git a/src/python/pants/backend/java/dependency_inference/package_mapper.py b/src/python/pants/backend/java/dependency_inference/package_mapper.py index <HASH>..<HASH> 100644 --- a/src/python/pants/backend/java/dependency_inference/package_mapper.py +++ b/src/python/pants/backend/java/dependency_inference/package...
[jvm] Ignore symbols exposed by unnamed packages. (#<I>) Symbols in the unnamed package cannot be imported: skip trying to expose their symbols. [ci skip-rust] [ci skip-build-wheels]
pantsbuild_pants
train
0e42325c9fc7ccc9e74ccf932b8c6e9fec470a27
diff --git a/structurizr-core/src/com/structurizr/view/RelationshipView.java b/structurizr-core/src/com/structurizr/view/RelationshipView.java index <HASH>..<HASH> 100644 --- a/structurizr-core/src/com/structurizr/view/RelationshipView.java +++ b/structurizr-core/src/com/structurizr/view/RelationshipView.java @@ -1,19 ...
Added support for overriding the label position and routing algorithm on individual relationship instances.
structurizr_java
train
e1e1744690cf44e9c3c1b76c139849933f13b117
diff --git a/gwpy/segments/flag.py b/gwpy/segments/flag.py index <HASH>..<HASH> 100644 --- a/gwpy/segments/flag.py +++ b/gwpy/segments/flag.py @@ -1614,6 +1614,15 @@ class DataQualityDict(OrderedDict): def __sub__(self, other): return self.copy().__isub__(other) + def __ixor__(self, other): + ...
Added xor method to DataQualityDict class
gwpy_gwpy
train
c990e677c2b7231a3f12a910e82d5b2ebd14da08
diff --git a/src/Composer/Satis/Command/BuildCommand.php b/src/Composer/Satis/Command/BuildCommand.php index <HASH>..<HASH> 100644 --- a/src/Composer/Satis/Command/BuildCommand.php +++ b/src/Composer/Satis/Command/BuildCommand.php @@ -49,6 +49,7 @@ class BuildCommand extends Command new InputArgument('...
Added a flag to "skip-errors" while dumping.
composer_satis
train