hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
2fdc3c4b8f7ca5234e084331e550a3ae18303ebc
diff --git a/eng/code-quality-reports/src/main/java/com/azure/tools/checkstyle/checks/JavadocThrowsChecks.java b/eng/code-quality-reports/src/main/java/com/azure/tools/checkstyle/checks/JavadocThrowsChecks.java index <HASH>..<HASH> 100644 --- a/eng/code-quality-reports/src/main/java/com/azure/tools/checkstyle/checks/Ja...
Fix NullPointerException when annotation is a nested class. (#<I>)
Azure_azure-sdk-for-java
train
8984cda438b44f4a70456f9bba1ae7f2a07d6bff
diff --git a/src/marcxml_parser/parser.py b/src/marcxml_parser/parser.py index <HASH>..<HASH> 100755 --- a/src/marcxml_parser/parser.py +++ b/src/marcxml_parser/parser.py @@ -63,7 +63,8 @@ class MARCXMLParser(object): Constructor. Args: - xml (str, default None): XML to be parsed. + ...
#<I>: Added support for file-like objects.
edeposit_marcxml_parser
train
e5dbdca21eaa6438c3119ad470825b603756d6f0
diff --git a/extensions/gedit3-plugin/shoebotit/__init__.py b/extensions/gedit3-plugin/shoebotit/__init__.py index <HASH>..<HASH> 100644 --- a/extensions/gedit3-plugin/shoebotit/__init__.py +++ b/extensions/gedit3-plugin/shoebotit/__init__.py @@ -86,11 +86,18 @@ class ShoebotThread(threading.Thread): ...
Experimenting on gedit plugin.
shoebot_shoebot
train
6c6e7cab9075103f2131e410facd6affe6d779bd
diff --git a/java/client/src/org/openqa/selenium/remote/http/W3CHttpCommandCodec.java b/java/client/src/org/openqa/selenium/remote/http/W3CHttpCommandCodec.java index <HASH>..<HASH> 100644 --- a/java/client/src/org/openqa/selenium/remote/http/W3CHttpCommandCodec.java +++ b/java/client/src/org/openqa/selenium/remote/htt...
Deleting Java shims for /window/rect
SeleniumHQ_selenium
train
8900d953ed8b7d2416c2c31667790d83853a0a06
diff --git a/js/tests/unit/scrollspy.js b/js/tests/unit/scrollspy.js index <HASH>..<HASH> 100644 --- a/js/tests/unit/scrollspy.js +++ b/js/tests/unit/scrollspy.js @@ -188,13 +188,12 @@ $(function () { .appendTo('#qunit-fixture') .bootstrapScrollspy({ offset: 0, target: '.navbar' }) + var done = asser...
ScrollSpy unit test: Use single done() in a then() instead of multiple done()s (#<I>) Fixes test flakiness on OS X Safari and Android when using jQuery 3. Fixes #<I> more Refs #<I>
twbs_bootstrap
train
01487eded0b91f21adb3bf260125924edc740b9c
diff --git a/Manager/ContainerManager.php b/Manager/ContainerManager.php index <HASH>..<HASH> 100644 --- a/Manager/ContainerManager.php +++ b/Manager/ContainerManager.php @@ -167,7 +167,16 @@ class ContainerManager 'timeout' => $timeout ]]); - $response = $request->send(); + try { ...
[Docker] intercept <I> error in /container//stop
docker-php_docker-php
train
5cea32bec48be16b49e411873d79e0d347363af2
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -29,6 +29,7 @@ import ( "io/ioutil" "os" "path" + "sort" "strings" ) @@ -38,6 +39,7 @@ var ( novars bool unexported bool norecurs bool + stdout bool gofile string ) @@ -48,6 +50,7 @@ func main()...
Add -stdout flag and sort types to reduce diffs.
ungerik_pkgreflect
train
0d0f8e44a01d0c2a6c3be7f272a0205409b09abd
diff --git a/lib/webify_rails/convert.rb b/lib/webify_rails/convert.rb index <HASH>..<HASH> 100644 --- a/lib/webify_rails/convert.rb +++ b/lib/webify_rails/convert.rb @@ -3,7 +3,7 @@ require 'open3' module WebifyRails class Convert - attr_reader :file, :original_file, :command, :output, :generated, :original_d...
Prepares to write css to a file
webfont-ge_webify_ruby
train
6fd95496d3fe2c9d7dfc577f321f42abbcf63f03
diff --git a/lib/autotune-prep/index.js b/lib/autotune-prep/index.js index <HASH>..<HASH> 100644 --- a/lib/autotune-prep/index.js +++ b/lib/autotune-prep/index.js @@ -77,6 +77,7 @@ function generate (inputs) { let newPeak = 0; opts.profile.dia = newDIA; + opts.profile.useCustomPeakTime = true; ...
Added setting customPeakTime to true to allow peak time manipulation.
openaps_oref0
train
fb39b7531f4ed831614a5e33b01faf88bde8434a
diff --git a/integration-tests/spec/messaging_spec.rb b/integration-tests/spec/messaging_spec.rb index <HASH>..<HASH> 100644 --- a/integration-tests/spec/messaging_spec.rb +++ b/integration-tests/spec/messaging_spec.rb @@ -167,7 +167,7 @@ remote_describe "in-container messaging tests" do TorqueBox::Messaging...
Bit longer sleep for slow machines running messaging_spec
torquebox_torquebox
train
6baa248228fa0932743de322f70c99e76f9248b6
diff --git a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint.java b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint.java index...
Start building against Spring Framework <I> snapshots See gh-<I>
spring-projects_spring-boot
train
bc8bc70ac1939c9ba421c92b1240a1a53114c28d
diff --git a/lxd/api_internal_recover.go b/lxd/api_internal_recover.go index <HASH>..<HASH> 100644 --- a/lxd/api_internal_recover.go +++ b/lxd/api_internal_recover.go @@ -17,7 +17,6 @@ import ( "github.com/lxc/lxd/lxd/revert" "github.com/lxc/lxd/lxd/state" storagePools "github.com/lxc/lxd/lxd/storage" - storageDr...
lxd/api/internal/recover: Removes check for skipping unsupported storage pools in internalRecoverScan All storage pool types are supported now.
lxc_lxd
train
cbf179a1bb0ff71d1f7730429a7fef123dc36dbf
diff --git a/lib/gemfury/version.rb b/lib/gemfury/version.rb index <HASH>..<HASH> 100644 --- a/lib/gemfury/version.rb +++ b/lib/gemfury/version.rb @@ -1,3 +1,3 @@ module Gemfury - VERSION = '0.8.0.rc1' + VERSION = '0.8.0' end
Bumped version to <I>. (#<I>)
gemfury_gemfury
train
f11ec1d6476bdecec0d793a40ccbc2fa78392773
diff --git a/lib/IDS/Monitor.php b/lib/IDS/Monitor.php index <HASH>..<HASH> 100644 --- a/lib/IDS/Monitor.php +++ b/lib/IDS/Monitor.php @@ -175,9 +175,9 @@ class IDS_Monitor ? $init->config['General']['html'] : false; if(isset($init->config['General']['HTML_Purifier_Path']) ...
fixed a relative config path option - thanks to lobo
PHPIDS_PHPIDS
train
d20a523c3ae575243ca5ab367b61b144719cad98
diff --git a/to_markdown.js b/to_markdown.js index <HASH>..<HASH> 100644 --- a/to_markdown.js +++ b/to_markdown.js @@ -123,8 +123,8 @@ class MarkdownSerializer { let stack = [] let progress = node => { let marks = node ? node.marks.slice() : [] - if (stack.length && stack[stack.length - 1].type.na...
Use isCode in to_markdown to recognize code marks Issue #<I>
ProseMirror_prosemirror-markdown
train
816d012209b337cafb4ad3b8c9f502040873177b
diff --git a/src/Resources/Assets.php b/src/Resources/Assets.php index <HASH>..<HASH> 100644 --- a/src/Resources/Assets.php +++ b/src/Resources/Assets.php @@ -5,48 +5,145 @@ namespace Vinala\Kernel\Resources; use Vinala\Kernel\Access\Path; /** +* The web assets surface * +* @version 1.1.0 +* @author Youssef Had +*...
update Assets surface to <I> version
vinala_kernel
train
5327b8fdebd0917181eb998fa235f5c05e25dad5
diff --git a/mpop/satin/viirs_sdr.py b/mpop/satin/viirs_sdr.py index <HASH>..<HASH> 100644 --- a/mpop/satin/viirs_sdr.py +++ b/mpop/satin/viirs_sdr.py @@ -226,19 +226,7 @@ def load(satscene, *args, **kwargs): raw = True): options[option] = value - LOG.debug('Make a VII...
Fixing bug concerning viirs bandlist and the issue of preventing the loading of channels when only products are requested
pytroll_satpy
train
cacdc73914612d014e62e37d584c589a6c11d717
diff --git a/src/dom_components/index.js b/src/dom_components/index.js index <HASH>..<HASH> 100644 --- a/src/dom_components/index.js +++ b/src/dom_components/index.js @@ -68,6 +68,7 @@ import ComponentTextNodeView from './view/ComponentTextNodeView'; import ComponentText from './model/ComponentText'; import Component...
Register undo manager for the wrapper of the new changed page
artf_grapesjs
train
c2a4593ffc893675fd0b4c5ab1afd43bb75c10d3
diff --git a/lib/mass_record.rb b/lib/mass_record.rb index <HASH>..<HASH> 100644 --- a/lib/mass_record.rb +++ b/lib/mass_record.rb @@ -97,7 +97,8 @@ module MassRecord end # validate all objects - json_objects = mass_validate json_objects + validation_results = mass_validate json_objects + json_objects =...
adjusted the execute_queued_queries to use Jeremy's temporary validations
jnathanh_mass_record
train
53ed92616bd6050dccbc07a4a77010faceacc508
diff --git a/packages/webpack-cli/lib/webpack-cli.js b/packages/webpack-cli/lib/webpack-cli.js index <HASH>..<HASH> 100644 --- a/packages/webpack-cli/lib/webpack-cli.js +++ b/packages/webpack-cli/lib/webpack-cli.js @@ -194,7 +194,7 @@ class WebpackCLI { if (notfoundConfigNames.length > 0) { ...
refactor: rephrase error message (#<I>)
webpack_webpack-cli
train
ed5ceb762710f45afb18519dae4d7b6f986ab37f
diff --git a/DependencyInjection/Service/ServiceNameGenerator.php b/DependencyInjection/Service/ServiceNameGenerator.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/Service/ServiceNameGenerator.php +++ b/DependencyInjection/Service/ServiceNameGenerator.php @@ -20,13 +20,23 @@ use Picodexter\ParameterEncryptio...
Extract method for checking validity of algorithm config
picodexter_PcdxParameterEncryptionBundle
train
a7f0d5610a718ae1746adafeaff66873ccc069be
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ enabled | Whether or not we should send the metric to CloudWatch (useful for dev sendInterval | The interval in milliseconds at which we send any buffered metrics, defaults to 5000 milliseconds. sendCallba...
Add support for cloudwatch StorageResolution
mixmaxhq_cloudwatch-metrics
train
1e9445f0cfa78aa01fbe2a26c96507fcbc2c44c8
diff --git a/chef/lib/chef/provider/package/smartos.rb b/chef/lib/chef/provider/package/smartos.rb index <HASH>..<HASH> 100644 --- a/chef/lib/chef/provider/package/smartos.rb +++ b/chef/lib/chef/provider/package/smartos.rb @@ -64,7 +64,7 @@ class Chef def install_package(name, version) Chef::Log.debug("#...
[CHEF-<I>] Switching to "shell_out"
chef_chef
train
46100ff4c582bebb263546d22df22d5e072494c8
diff --git a/java-kms/samples/snippets/src/main/java/com/example/SnippetCommands.java b/java-kms/samples/snippets/src/main/java/com/example/SnippetCommands.java index <HASH>..<HASH> 100644 --- a/java-kms/samples/snippets/src/main/java/com/example/SnippetCommands.java +++ b/java-kms/samples/snippets/src/main/java/com/ex...
samples: Adds 'enable a crypto key version' snippet for doc purposes (#<I>) * Adds snippet for enabling a key version * Adds snippet for enabling a key version * Adds snippet for enabling a key version
googleapis_google-cloud-java
train
e5660da5449d014d73f406ba354054968ff5c6c5
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -182,51 +182,54 @@ function Site(site_directory, renderer) { this.index_page = 'index.html'; } -Site.prototype.route = function (route) { +Site.prototype = { - this.routes[route] = new Route(route, this); + rou...
Define prototypes in literals. Looks better.
erickmerchant_static-engine
train
59d3d0d716da753cf2d23af1ad3fab75bfc9dc93
diff --git a/modules/page/html/render/public.js b/modules/page/html/render/public.js index <HASH>..<HASH> 100644 --- a/modules/page/html/render/public.js +++ b/modules/page/html/render/public.js @@ -107,10 +107,23 @@ exports.create = function (api) { } }, rootFilter: function (msg) { + + i...
don't show unfollows and unsubscribes in the main feed #<I>
ssbc_patchwork
train
ff018dde4e612c759ce196ddef65352340161a68
diff --git a/app/lib/app-extension/IndexAPI.js b/app/lib/app-extension/IndexAPI.js index <HASH>..<HASH> 100644 --- a/app/lib/app-extension/IndexAPI.js +++ b/app/lib/app-extension/IndexAPI.js @@ -243,20 +243,25 @@ module.exports = class IndexAPI { } /** - * Spawn a process. + * Spawn a process asynchronously...
feat(quasar/app): Addition to spawn/spawnSync in AE API
quasarframework_quasar
train
3d25faa8b1ac019aadddbfdd7c9d962a99a1c1ae
diff --git a/src/Page.php b/src/Page.php index <HASH>..<HASH> 100644 --- a/src/Page.php +++ b/src/Page.php @@ -1,9 +1,7 @@ <?php - namespace Brera; - use Brera\Http\HttpResponse; class Page implements HttpResponse diff --git a/tests/Unit/Suites/PageBuilderTest.php b/tests/Unit/Suites/PageBuilderTest.php index...
Issue #<I>: add missing @covers and @use statements
lizards-and-pumpkins_catalog
train
c86caced10684e8fe40b1fe50740b3211791dbd5
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 @@ -395,7 +395,7 @@ class IamDataFrame(object): return df.reset_index(drop=True) def plot_lines(self, filters={}, idx_cols=None, color_by_cat=False, - ...
export figure as png (option in 'plot_lines()')
IAMconsortium_pyam
train
1780d87b5342de1c00857fb14c1582523dae9102
diff --git a/course/lib.php b/course/lib.php index <HASH>..<HASH> 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1877,6 +1877,9 @@ function print_course($course) { foreach ($rusers as $ra) { if ($ra->hidden == 0 || $canseehidden) { $fullname = fullnam...
MDL-<I>, add "Hidden" string after the hidden teacher, thanks Mathieu
moodle_moodle
train
8b18087bc48389e154badff70809ba50d4dfbe64
diff --git a/neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py b/neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py index <HASH>..<HASH> 100644 --- a/neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py +++ b/neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py @@ -256,7 +256,7 @@ class TestN1kvNetworkProfiles(N1kvPluginTestC...
Fix segment range in N1KV test to remove overlap Adjusts a segment range in an N1KV unit test so it doesn't overlap with a segment range in another test that may be executed simultaneously. Closes-Bug: #<I> Change-Id: I<I>a<I>a2c<I>f<I>d7be7ba<I>aa<I>de<I>b<I>ef5e9
openstack_networking-cisco
train
14752e71d3685c3890a1a9642cbc7c3818567b70
diff --git a/app/components/liquid-child.js b/app/components/liquid-child.js index <HASH>..<HASH> 100644 --- a/app/components/liquid-child.js +++ b/app/components/liquid-child.js @@ -3,7 +3,7 @@ export default Ember.Component.extend({ classNames: ['liquid-child'], attributeBindings: ['style'], style: Ember.com...
compatibility with canary's new stricter bound style handling
ember-animation_liquid-fire
train
38ad002c67ed5d6a182e8fb0feffd440707cc214
diff --git a/src/Behat/Behat/Extension/Extension.php b/src/Behat/Behat/Extension/Extension.php index <HASH>..<HASH> 100644 --- a/src/Behat/Behat/Extension/Extension.php +++ b/src/Behat/Behat/Extension/Extension.php @@ -21,8 +21,20 @@ use Symfony\Component\DependencyInjection\ContainerBuilder, * * @author Konstantin...
enhanced base extension with couple of new conventions now there's no need to create own extension class if you just want to define own services with DIC configuration. Now you just can return extension instance from extension file: <?php return new Behat\Behat\Extension\Extension(__DIR__); this will load `Exten...
Behat_Behat
train
543f299165baae0dfd02c60f5d57f506a2c5a3b2
diff --git a/impl-maven/src/main/java/org/jboss/shrinkwrap/resolver/impl/maven/util/FileUtil.java b/impl-maven/src/main/java/org/jboss/shrinkwrap/resolver/impl/maven/util/FileUtil.java index <HASH>..<HASH> 100644 --- a/impl-maven/src/main/java/org/jboss/shrinkwrap/resolver/impl/maven/util/FileUtil.java +++ b/impl-maven...
SHRINKRES-<I> Removed System.out from FileUtil
shrinkwrap_resolver
train
b04e12d1d6dc59b6c90c60a41ab48ffc4ae7047b
diff --git a/src/MwStack.php b/src/MwStack.php index <HASH>..<HASH> 100644 --- a/src/MwStack.php +++ b/src/MwStack.php @@ -42,7 +42,10 @@ class MwStack implements Countable } $sort = $this->name_map[$name]; - return $this->unshift($mw, $sort, $mw_name); + $idx = $this->findEntryByName(...
Update before and after behavior Updated the before and after behavior by changing to insert the mw right before or right after instead of just pushing/unshifting on the same set of entries
krakphp_mw
train
05c070ee73f1590384e3bab1a63ba528c8be3d62
diff --git a/views/js/runner/proxy.js b/views/js/runner/proxy.js index <HASH>..<HASH> 100644 --- a/views/js/runner/proxy.js +++ b/views/js/runner/proxy.js @@ -238,6 +238,14 @@ define([ }, /** + * Checks if a communication channel has been requested. + * @returns {Bool...
Add API to check if a proxy communicator has been created
oat-sa_extension-tao-test
train
123e00b932e99e9b0ef9c460976f2b6608d5e4d7
diff --git a/ios/src/playn/ios/IOSAbstractImage.java b/ios/src/playn/ios/IOSAbstractImage.java index <HASH>..<HASH> 100644 --- a/ios/src/playn/ios/IOSAbstractImage.java +++ b/ios/src/playn/ios/IOSAbstractImage.java @@ -36,6 +36,14 @@ import playn.core.util.Callback; public abstract class IOSAbstractImage extends Image...
Allow platform native code to get a UIImage from an IOSImage.
threerings_playn
train
3c438c138175ade8c2df7e51462e8050e6c29c48
diff --git a/build/arenite.js b/build/arenite.js index <HASH>..<HASH> 100644 --- a/build/arenite.js +++ b/build/arenite.js @@ -244,14 +244,14 @@ Arenite.Context = function (arenite) { var tempId = '__factory_instance_' + name + '__' + factory_id++; var tempContext = {}; tempContext[tempId] = arenit...
attempting to correct the over instanciation non factory anonymous instances
lcavadas_arenite
train
426cd7f773b29f343616c8828992dae200815834
diff --git a/lib/sugar/event.php b/lib/sugar/event.php index <HASH>..<HASH> 100755 --- a/lib/sugar/event.php +++ b/lib/sugar/event.php @@ -12,8 +12,8 @@ * Christian Knuth <ikkez0n3@gmail.com> * https://github.com/ikkez/F3-Sugar/ * - * @version 1.0.1 - * @date: 14.01.2020 + * @version 1.0.2 + * @date: 21.04.2020 ...
allow array callables as listener
ikkez_f3-events
train
266c71ef8be924cf65e4f846c610f815d98fbc8e
diff --git a/corrections/__init__.py b/corrections/__init__.py index <HASH>..<HASH> 100644 --- a/corrections/__init__.py +++ b/corrections/__init__.py @@ -8,8 +8,6 @@ import twitter from threading import Thread import time -# debuggerin -import requests # change here, change in setup.py __version__ = "0.1.0" @@...
We don't *really* need requests, do we?
sysr-q_corrections
train
6f7f1ea74dca7ff22d03277681b6ab80949c5262
diff --git a/tests/ApplicationTest.php b/tests/ApplicationTest.php index <HASH>..<HASH> 100644 --- a/tests/ApplicationTest.php +++ b/tests/ApplicationTest.php @@ -78,11 +78,11 @@ class ApplicationTest extends TestCase public function tearDown() { $this->cmgr->unsetHook(); - DI::destroyContext(...
Fix error when running dispatcher test after apprunnertest due to DI remnants
Wedeto_Application
train
cf93d3726888d4e9761dbf02e1977a9d499bd606
diff --git a/lib/Doctrine/ODM/MongoDB/Mapping/Driver/AnnotationDriver.php b/lib/Doctrine/ODM/MongoDB/Mapping/Driver/AnnotationDriver.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ODM/MongoDB/Mapping/Driver/AnnotationDriver.php +++ b/lib/Doctrine/ODM/MongoDB/Mapping/Driver/AnnotationDriver.php @@ -119,6 +119,16 @@ ...
Added a method to retrieve reader from annotation driver.
Briareos_mongodb-odm
train
e46addf2c0097e8e9f04a440999d553338158c9f
diff --git a/packages/mendel-pipeline/src/outlets.js b/packages/mendel-pipeline/src/outlets.js index <HASH>..<HASH> 100644 --- a/packages/mendel-pipeline/src/outlets.js +++ b/packages/mendel-pipeline/src/outlets.js @@ -38,10 +38,8 @@ class MendelOutlets { dataFromItem(item) { return { id: ite...
Fix Manifest creation after change of deps
yahoo_mendel
train
69b3b050f4d150078695ba1af0732f2e5322081c
diff --git a/manifest.php b/manifest.php index <HASH>..<HASH> 100755 --- a/manifest.php +++ b/manifest.php @@ -44,7 +44,7 @@ return [ 'requires' => [ 'taoBackOffice' => '>=3.0.0', 'generis' => '>=12.5.0', - 'tao' => '>=45.10.0', + 'tao' => '>=45.11.0', ], 'models' => [ ...
Feature/NEX-<I>/Bump tao version
oat-sa_extension-tao-item
train
5407bbf75e412d770132acfc5f46fadffcdcb7b0
diff --git a/stabilizer/src/main/java/com/hazelcast/stabilizer/worker/MemberWorker.java b/stabilizer/src/main/java/com/hazelcast/stabilizer/worker/MemberWorker.java index <HASH>..<HASH> 100644 --- a/stabilizer/src/main/java/com/hazelcast/stabilizer/worker/MemberWorker.java +++ b/stabilizer/src/main/java/com/hazelcast/s...
Added additional logging regarding task execution duration to track long executing tasks
hazelcast_hazelcast-simulator
train
a58bdd531928b9e43364408cbe325ce1da01d66d
diff --git a/storage/ctab/src/main/java/org/openscience/cdk/io/MDLV2000Reader.java b/storage/ctab/src/main/java/org/openscience/cdk/io/MDLV2000Reader.java index <HASH>..<HASH> 100644 --- a/storage/ctab/src/main/java/org/openscience/cdk/io/MDLV2000Reader.java +++ b/storage/ctab/src/main/java/org/openscience/cdk/io/MDLV2...
Resolve test-failure, we set the hasZ if the file is marked as '3D'.
cdk_cdk
train
e02d99ebff576011599ba94f29b4cb2a51f90d8b
diff --git a/collector/interrupts_common.go b/collector/interrupts_common.go index <HASH>..<HASH> 100644 --- a/collector/interrupts_common.go +++ b/collector/interrupts_common.go @@ -13,6 +13,7 @@ // +build !nointerrupts // +build !darwin +// +build !freebsd package collector
Fix compilation on FreeBSD. Refs #<I> There is no interrupts_freebsd.go implementation yet.
prometheus_node_exporter
train
14a90b7f788cc7459499db20bf390e9a376f90f8
diff --git a/src/Robo/Command/BltInternal.php b/src/Robo/Command/BltInternal.php index <HASH>..<HASH> 100644 --- a/src/Robo/Command/BltInternal.php +++ b/src/Robo/Command/BltInternal.php @@ -36,7 +36,12 @@ class BltInternal extends Tasks } // @todo Check to see if git branch is dirty. - $this->yell("This...
Adding warnings to blt:release command.
acquia_blt
train
3db6659d2d60814608402e17cf5c82d9982cfab6
diff --git a/mod/quiz/report/analysis/report.php b/mod/quiz/report/analysis/report.php index <HASH>..<HASH> 100644 --- a/mod/quiz/report/analysis/report.php +++ b/mod/quiz/report/analysis/report.php @@ -308,7 +308,7 @@ class quiz_report extends quiz_default_report { } // Now it is time to page the d...
fix for bug <I> provided by Jean-Michel
moodle_moodle
train
64e9977007cda65ab17426eb60a3f2eee0ee904b
diff --git a/src/SocketIOTransport.js b/src/SocketIOTransport.js index <HASH>..<HASH> 100644 --- a/src/SocketIOTransport.js +++ b/src/SocketIOTransport.js @@ -63,19 +63,6 @@ class SocketIOTransport { socket.emit('loginConfirmed', userName, authData) } - ensureUserName (socket, userName) { - return Promise...
fix(transport): remove debug code BREAKING CHANGE: Now onConnect hook must be provided in order to login an user, old fallback is removed.
an-sh_chat-service
train
503b1895fb09abd3522b57b7ace9810a1ae1bcc2
diff --git a/source/Internal/Framework/Module/Install/Service/ModuleFilesInstaller.php b/source/Internal/Framework/Module/Install/Service/ModuleFilesInstaller.php index <HASH>..<HASH> 100644 --- a/source/Internal/Framework/Module/Install/Service/ModuleFilesInstaller.php +++ b/source/Internal/Framework/Module/Install/Se...
OXDEV-<I> Refactor method and tests
OXID-eSales_oxideshop_ce
train
8aa4600a08dea036bf58080f0dc84a8072008b8e
diff --git a/lib/generators/bower_rails/initialize/templates/bower_rails.rb b/lib/generators/bower_rails/initialize/templates/bower_rails.rb index <HASH>..<HASH> 100644 --- a/lib/generators/bower_rails/initialize/templates/bower_rails.rb +++ b/lib/generators/bower_rails/initialize/templates/bower_rails.rb @@ -11,7 +11,...
Update bower_rails.rb
rharriso_bower-rails
train
5f65338ccc507abaebd02d9be8aa34d9748cd1c4
diff --git a/saltcloud/cli.py b/saltcloud/cli.py index <HASH>..<HASH> 100644 --- a/saltcloud/cli.py +++ b/saltcloud/cli.py @@ -195,7 +195,7 @@ class SaltCloud(parsers.SaltCloudParser): names.add(name) try: if self.print_confirm(msg): - ret = mapp...
Since we're running from cli, it's safe to use cached queries.
saltstack_salt
train
bda5c0408c52e6ed17ed60dfec71a93ee0b92fb2
diff --git a/eZ/Publish/Core/REST/Server/Controller/ContentType.php b/eZ/Publish/Core/REST/Server/Controller/ContentType.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/REST/Server/Controller/ContentType.php +++ b/eZ/Publish/Core/REST/Server/Controller/ContentType.php @@ -593,6 +593,8 @@ class ContentType extends...
EZP-<I>: pass URL to the FieldDefinitionUpdate parser, required to resolve field type
ezsystems_ezpublish-kernel
train
84d852dcc47f6659218c74f526236bea3448e106
diff --git a/photutils/tests/test_aperture_photometry.py b/photutils/tests/test_aperture_photometry.py index <HASH>..<HASH> 100644 --- a/photutils/tests/test_aperture_photometry.py +++ b/photutils/tests/test_aperture_photometry.py @@ -46,9 +46,9 @@ def test_inside_array_simple(aperture, radius): ...
Changing assert to assert_allclose
astropy_photutils
train
81c44c087f58eed1e23b76c74892cb9b445f05f8
diff --git a/src/Annotation/Validator/DateTime.php b/src/Annotation/Validator/DateTime.php index <HASH>..<HASH> 100644 --- a/src/Annotation/Validator/DateTime.php +++ b/src/Annotation/Validator/DateTime.php @@ -26,7 +26,7 @@ use Mcustiel\SimpleRequest\Validator\Date as DateValidator; * * @author mcustiel */ -clas...
Fixed a bug in DateTime class naming
mcustiel_php-simple-request
train
2c1aec4e392383cfa5eca031c545d0521ddbb613
diff --git a/chess/pgn.py b/chess/pgn.py index <HASH>..<HASH> 100644 --- a/chess/pgn.py +++ b/chess/pgn.py @@ -715,7 +715,7 @@ class GameModelCreator(BaseVisitor): Creates a game model. Default visitor for :func:`~chess.pgn.read_game()`. """ - def __init__(self): + def begin_game(self): self....
Let GameModelCreator require begin_game
niklasf_python-chess
train
21bba8c2facb019d958181d85416164923a031be
diff --git a/deimos/containerizer.py b/deimos/containerizer.py index <HASH>..<HASH> 100644 --- a/deimos/containerizer.py +++ b/deimos/containerizer.py @@ -11,6 +11,8 @@ import subprocess import sys import time +import google.protobuf + try: import mesos_pb2 as protos # Prefer system installation...
Debug logging for full task info.
mesosphere_deimos
train
dfff759a1a12d23eefb74fcb9660104d25163b17
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -43,13 +43,6 @@ exports = function(decl){ // return inst; }; -// exports.form = function(F){ -// return function(req, res, next){ -// req.form = new F(req, res); -// next(); -// }; -// }; - fun...
getting there. just need to wire up the validator module now
imlucas_node-forro
train
a9c4f904bfc666626d2eafc01b130db54d7ab104
diff --git a/js/coinex.js b/js/coinex.js index <HASH>..<HASH> 100644 --- a/js/coinex.js +++ b/js/coinex.js @@ -3462,12 +3462,12 @@ module.exports = class coinex extends Exchange { async transfer (code, amount, fromAccount, toAccount, params = {}) { await this.loadMarkets (); - const currency = th...
coinex transfer currency id bug
ccxt_ccxt
train
4efc53c002cb4375d13ad3e27fb09e28a93db42e
diff --git a/src/component/DefaultLegendContent.js b/src/component/DefaultLegendContent.js index <HASH>..<HASH> 100644 --- a/src/component/DefaultLegendContent.js +++ b/src/component/DefaultLegendContent.js @@ -8,6 +8,7 @@ import Symbols from '../shape/Symbols'; import { filterEventsOfChild, LEGEND_TYPES } from '../ut...
Do not accept `none` for `iconType` prop It makes no sense, because it will basically turn off the legend. Including `none` as a valid option would be a bit deceiving, making it seem like just the icon will not be rendered, but instead, the whole legend will turn off. It only makes sense to set `none` on particular i...
recharts_recharts
train
9baa3be46e96b4bcb9dd0bc79c4e9ca2a93c9a0e
diff --git a/library/Helper/NavigationTree.php b/library/Helper/NavigationTree.php index <HASH>..<HASH> 100644 --- a/library/Helper/NavigationTree.php +++ b/library/Helper/NavigationTree.php @@ -383,10 +383,11 @@ class NavigationTree } $pageId = $this->getPageId($item); - $hide = get_field('h...
Refactor logic (should be no functional change)
helsingborg-stad_Municipio
train
aa53a8cd63e40513edf317105f765ea6e88d2296
diff --git a/test/support/statsd_socket_test_helpers.rb b/test/support/statsd_socket_test_helpers.rb index <HASH>..<HASH> 100644 --- a/test/support/statsd_socket_test_helpers.rb +++ b/test/support/statsd_socket_test_helpers.rb @@ -16,4 +16,14 @@ module StatsdSocketTestHelpers def teardown_statsd_socket @statsd_...
Helper assertions against the fake socket.
jnunemaker_nunes
train
d7016f8f3b99786c17b98bae335bc2c93e297ce1
diff --git a/capture/noworkflow/prov_definition.py b/capture/noworkflow/prov_definition.py index <HASH>..<HASH> 100644 --- a/capture/noworkflow/prov_definition.py +++ b/capture/noworkflow/prov_definition.py @@ -1,28 +1,46 @@ # Copyright (c) 2013 Universidade Federal Fluminense (UFF), Polytechnic Institute of New York ...
#<I>: using stack to capture function definition provenance. Adding global stack
gems-uff_noworkflow
train
6efed7a538e8c168bff22c8712315581e2eb8053
diff --git a/extensions/gii/assets/gii.js b/extensions/gii/assets/gii.js index <HASH>..<HASH> 100644 --- a/extensions/gii/assets/gii.js +++ b/extensions/gii/assets/gii.js @@ -35,10 +35,13 @@ yii.gii = (function ($) { }; var initPreviewDiffLinks = function () { - $('.preview-code, .diff-code, .modal-refresh').on(...
Arrows to display the previous and next files.
yiisoft_yii-core
train
2c602c05933094577bb1f099391c0cb5750a2b0d
diff --git a/closure/goog/async/animationdelay.js b/closure/goog/async/animationdelay.js index <HASH>..<HASH> 100644 --- a/closure/goog/async/animationdelay.js +++ b/closure/goog/async/animationdelay.js @@ -55,7 +55,7 @@ goog.require('goog.functions'); * @final */ goog.async.AnimationDelay = function(listener, opt...
Migrate Closure from goog.base to static base class methods. ------------- Created by MOE: <URL>
google_closure-library
train
b1ca42818ad5908c6b04826e60d85abeb7183230
diff --git a/src/ossos-pipeline/ossos/downloads/cutouts/__init__.py b/src/ossos-pipeline/ossos/downloads/cutouts/__init__.py index <HASH>..<HASH> 100644 --- a/src/ossos-pipeline/ossos/downloads/cutouts/__init__.py +++ b/src/ossos-pipeline/ossos/downloads/cutouts/__init__.py @@ -1,3 +1,3 @@ __author__ = "David Rusk <dr...
Fixed ImageCutoutDownloader convenience import, and made planted_mag_check.py use it.
OSSOS_MOP
train
9d57ef786892654562a4017ae51ca5085b11fc1c
diff --git a/src/InfoViz/Native/ParallelCoordinates/AxesManager.js b/src/InfoViz/Native/ParallelCoordinates/AxesManager.js index <HASH>..<HASH> 100644 --- a/src/InfoViz/Native/ParallelCoordinates/AxesManager.js +++ b/src/InfoViz/Native/ParallelCoordinates/AxesManager.js @@ -275,7 +275,7 @@ export default class AxesMana...
fix(ParallelCoordinates): Remove implicit selection type conversion
Kitware_paraviewweb
train
a5066e8f76ef7a81adf84e66d77e38f072693771
diff --git a/cmd/handler-utils_test.go b/cmd/handler-utils_test.go index <HASH>..<HASH> 100644 --- a/cmd/handler-utils_test.go +++ b/cmd/handler-utils_test.go @@ -33,6 +33,15 @@ func TestIsValidLocationContraint(t *testing.T) { } defer removeAll(path) + // Test with corrupted XML + malformedReq := &http.Request{ ...
Better code coverage of handler-utils.go (#<I>)
minio_minio
train
1694def27a0da6f5e8b7f64fd68a08852fbe9f2c
diff --git a/test/test_psd.py b/test/test_psd.py index <HASH>..<HASH> 100644 --- a/test/test_psd.py +++ b/test/test_psd.py @@ -24,7 +24,7 @@ ''' These are the unittests for the pycbc PSD module. ''' - +from __future__ import division import sys import os import tempfile @@ -52,9 +52,9 @@ class TestPSD(unittest.Te...
make test_psd python3 compatible (and it passes) (#<I>) * make build more python3 compatible * set travis standard to <I> * pegasus no support p3 * might as well turn off debian virtualenv since it's no longer used * make test_psd python3 compatible
gwastro_pycbc
train
c65b2ede0c594adb24671e7712dc5d4026154d78
diff --git a/lhc/io/fasta/__init__.py b/lhc/io/fasta/__init__.py index <HASH>..<HASH> 100644 --- a/lhc/io/fasta/__init__.py +++ b/lhc/io/fasta/__init__.py @@ -1 +1,2 @@ from inorder_access_set import FastaInOrderAccessSet +from iterator import FastaIterator, FastaEntryIterator diff --git a/lhc/io/gff/__init__.py b/lhc...
imported file iterators into respective modules
childsish_lhc-python
train
97e6bd2219599b1f752219fa7ff8ee47ddf8c5b0
diff --git a/tests/integration/states/test_ansiblegate.py b/tests/integration/states/test_ansiblegate.py index <HASH>..<HASH> 100644 --- a/tests/integration/states/test_ansiblegate.py +++ b/tests/integration/states/test_ansiblegate.py @@ -16,13 +16,14 @@ import salt.utils.path # Import testing libraries from tests....
only run ansible tests if sshd was started
saltstack_salt
train
102679079e77e5defffaa42ba8fb615bd9880111
diff --git a/tools/src/main/java/com/orientechnologies/orient/console/OConsoleDatabaseApp.java b/tools/src/main/java/com/orientechnologies/orient/console/OConsoleDatabaseApp.java index <HASH>..<HASH> 100644 --- a/tools/src/main/java/com/orientechnologies/orient/console/OConsoleDatabaseApp.java +++ b/tools/src/main/java...
Implement pretty-printed EXPLAIN in console
orientechnologies_orientdb
train
71d15db504ec5fdb87d8fbadbd73e290ba390467
diff --git a/tests/unit/setup/oxsetupdbTest.php b/tests/unit/setup/oxsetupdbTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/setup/oxsetupdbTest.php +++ b/tests/unit/setup/oxsetupdbTest.php @@ -378,26 +378,35 @@ class Unit_Setup_oxSetupDbTest extends OxidTestCase } /** + * Logs exec queries instead...
ESDEV-<I> Update setup Update Enterprise code to use PDO instead; Fix setup tests; Update composer.
OXID-eSales_oxideshop_ce
train
5acb1f20beb7ae64002926786db180d4c621a5a3
diff --git a/src/node_modules/graph-view/graph-view.js b/src/node_modules/graph-view/graph-view.js index <HASH>..<HASH> 100644 --- a/src/node_modules/graph-view/graph-view.js +++ b/src/node_modules/graph-view/graph-view.js @@ -1,9 +1,13 @@ // takes node and edge data and out node and edge svgs var React = require('re...
move colastore sync up to graph-view
holodex_app
train
835b40bdebb758e0409794ef5a338cd277caf9d3
diff --git a/test/cmd/lfstest-gitserver.go b/test/cmd/lfstest-gitserver.go index <HASH>..<HASH> 100644 --- a/test/cmd/lfstest-gitserver.go +++ b/test/cmd/lfstest-gitserver.go @@ -264,16 +264,27 @@ func lfsBatchHandler(w http.ResponseWriter, r *http.Request, repo string) { res := []lfsObject{} testingChunked := test...
Test server should return <I> from batch for "download" if missing Was previously inferring the operation from existence but <I> API states should be <I>, not switch to "upload" operation. Also don't provide download link when asking to upload any more.
git-lfs_git-lfs
train
6755617914d56d601c9edc7faf5d7d7b7eeceec2
diff --git a/server/routes_test.go b/server/routes_test.go index <HASH>..<HASH> 100644 --- a/server/routes_test.go +++ b/server/routes_test.go @@ -148,7 +148,7 @@ func checkClusterFormed(t *testing.T, servers ...*Server) { // Wait for the cluster to form var err string expectedNumRoutes := len(servers) - 1 - maxT...
Bumped timeout for checkClusterFormed and use stackFatalf()
nats-io_gnatsd
train
52cf6e45e3373a0f96aad07059259aa75c24890a
diff --git a/silverberg/test/test_thrift_client.py b/silverberg/test/test_thrift_client.py index <HASH>..<HASH> 100644 --- a/silverberg/test/test_thrift_client.py +++ b/silverberg/test/test_thrift_client.py @@ -155,7 +155,7 @@ class OnDemandThriftClientTests(BaseTestCase): self.connection_lost(reason) ...
Address displayed part of the message This will quickly show the node causing problem while glancing logs
rackerlabs_silverberg
train
3f040b9171e5c85579d39cf14c7ff6c166c41a93
diff --git a/src/META-INF/aocode-public.tld b/src/META-INF/aocode-public.tld index <HASH>..<HASH> 100644 --- a/src/META-INF/aocode-public.tld +++ b/src/META-INF/aocode-public.tld @@ -729,7 +729,7 @@ along with aocode-public-taglib. If not, see <http://www.gnu.org/licenses/>. <name>size</name> <required>f...
size attribute is now passed as object for delayed (and possibly avoided) coercion to string.tes are now passed as object for delayed (and possibly avoided) coercion to string.
aoindustries_ao-taglib
train
3ba187ecb05b07060d621e8189dcc3bd664c66f5
diff --git a/tests/test_utils.py b/tests/test_utils.py index <HASH>..<HASH> 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -495,4 +495,6 @@ class JsonMatcher(object): self.expected = expected def __eq__(self, json_str): + # Assert to provide a more meaningful error + assert ...
Provide meaningful error in JsonMatcher
projectatomic_osbs-client
train
506d1805c9e7dde2867673fd093cc78d94643d5a
diff --git a/gosu-core-api/src/main/java/gw/lang/parser/StandardCoercionManager.java b/gosu-core-api/src/main/java/gw/lang/parser/StandardCoercionManager.java index <HASH>..<HASH> 100644 --- a/gosu-core-api/src/main/java/gw/lang/parser/StandardCoercionManager.java +++ b/gosu-core-api/src/main/java/gw/lang/parser/Standa...
IDE-<I>. Two changes: 1. ensure dimensions and other unconventional numbers are not assumed to be assignable to conventional numbers 2. remove ability to test if a literal value is coercible to a type, primarily, "typekeycode" -> TypeKey, since we've upgraded all those.
gosu-lang_gosu-lang
train
8777ead8812ac57a1134faeadb64ca584defcb2f
diff --git a/example.js b/example.js index <HASH>..<HASH> 100644 --- a/example.js +++ b/example.js @@ -1,4 +1,7 @@ var Redlock = require('./index'); -var rlock = new Redlock([{host:'localhost', port:6379}]) -rlock.lock('sinep', 10000, console.log); +var redlock = new Redlock([{host:'localhost', port:6379}]).on('conn...
added connect and disconnect -events
lakka_redlock-nodejs
train
cefafd4f970114ecc9dd777e33c4bb758753bbe4
diff --git a/asv_bench/benchmarks/reindex.py b/asv_bench/benchmarks/reindex.py index <HASH>..<HASH> 100644 --- a/asv_bench/benchmarks/reindex.py +++ b/asv_bench/benchmarks/reindex.py @@ -28,6 +28,7 @@ class Reindex: index = MultiIndex.from_arrays([level1, level2]) self.s = Series(np.random.randn(N * K...
PERF: reindex with MultiIndex (#<I>)
pandas-dev_pandas
train
c0a80a244e922479d4cbdf94dc5e8daa11b8ee93
diff --git a/django_summernote/admin.py b/django_summernote/admin.py index <HASH>..<HASH> 100644 --- a/django_summernote/admin.py +++ b/django_summernote/admin.py @@ -1,4 +1,5 @@ from django.contrib import admin +from django.contrib.admin.options import InlineModelAdmin from django.db import models from django_summe...
Remove dup codes into a mixin
summernote_django-summernote
train
93e34d37b4410dd770fbaf9945f7c4bf1643f593
diff --git a/decidim-proposals/app/controllers/decidim/proposals/proposals_controller.rb b/decidim-proposals/app/controllers/decidim/proposals/proposals_controller.rb index <HASH>..<HASH> 100644 --- a/decidim-proposals/app/controllers/decidim/proposals/proposals_controller.rb +++ b/decidim-proposals/app/controllers/dec...
Fix for a bug when there is an error editing a proposal. Checking test added. (#<I>)
decidim_decidim
train
a9d0befa467643acd48e3a60696b6cb542ec30f4
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ env: - DJANGO=1.9 - DJANGO=1.10 - DJANGO=1.11 + - DJANGO=2.0 matrix: exclude: # Python/Django combinations that aren't officially supported @@ -22,6 +23,8 @@ matrix: - { pytho...
Add support for Django <2 and 2; update tox test matrix.
jazzband_django-analytical
train
4dcdbb14277928708cfa8751a903744cf11c86af
diff --git a/oplus/version.py b/oplus/version.py index <HASH>..<HASH> 100644 --- a/oplus/version.py +++ b/oplus/version.py @@ -1 +1 @@ -version='7.0.1.dev100' +version='7.0.1.dev110'
[skip ci] updated version as <I>.de<I>
openergy_oplus
train
ad7b0e7d37d8f2cfda2e95663a4f548e09669f00
diff --git a/Connection/TcpConnection.php b/Connection/TcpConnection.php index <HASH>..<HASH> 100644 --- a/Connection/TcpConnection.php +++ b/Connection/TcpConnection.php @@ -646,6 +646,7 @@ class TcpConnection extends ConnectionInterface $one_request_buffer = \substr($this->_recvBuffer, 0, $this->...
Update TcpConnection.php
walkor_Workerman
train
d3a04d5a65b03d9f347a523d8947d53f0b56ed19
diff --git a/lib/client-api/src/story_store.test.js b/lib/client-api/src/story_store.test.js index <HASH>..<HASH> 100644 --- a/lib/client-api/src/story_store.test.js +++ b/lib/client-api/src/story_store.test.js @@ -191,4 +191,29 @@ describe('preview.story_store', () => { expect(store.setSelection.mock.calls[0][0...
Add a test for order, fix existing tests
storybooks_storybook
train
f23c8260ea9fa0923badac40879cce6b2f570af2
diff --git a/lib/text/comments.js b/lib/text/comments.js index <HASH>..<HASH> 100644 --- a/lib/text/comments.js +++ b/lib/text/comments.js @@ -45,10 +45,12 @@ module.exports = function Comments(keepSpecialComments, keepBreaks, lineBreak) { case '*': return comments.restore(placeholder) + breakSu...
Allow keepSpecialComments to be set as a string
jakubpawlowicz_clean-css
train
0e903acb03d7d5c85c1284f5674dddfea714778b
diff --git a/spec/grape/api_spec.rb b/spec/grape/api_spec.rb index <HASH>..<HASH> 100644 --- a/spec/grape/api_spec.rb +++ b/spec/grape/api_spec.rb @@ -1296,18 +1296,21 @@ describe Grape::API do describe '.rescue_from klass, rescue_subclasses: boolean' do before do - class CommunicationsError < RuntimeErr...
Rename exception classes to match README.
ruby-grape_grape
train
9624bef8c57b18467d7957fa19cd6c7392ec62eb
diff --git a/jsongo.go b/jsongo.go index <HASH>..<HASH> 100644 --- a/jsongo.go +++ b/jsongo.go @@ -214,6 +214,90 @@ func (that *JSONNode) Get() interface{} { return that.v } +// MustGetBool Return value of a TypeValue as bool +// will panic if cant convert the internal value or if the node is not a TypeValue +func...
add MustGetXXX functions to return nodes as basic go types
bennyscetbun_jsongo
train
4b194fc47a0540d02dba31a007557567701bfeb5
diff --git a/src/Exscript/protocols/drivers/brocade.py b/src/Exscript/protocols/drivers/brocade.py index <HASH>..<HASH> 100644 --- a/src/Exscript/protocols/drivers/brocade.py +++ b/src/Exscript/protocols/drivers/brocade.py @@ -19,8 +19,8 @@ A driver for Brocade XMR/MLX devices. import re from Exscript.protocols.drive...
fix: login on some brocade devices failed. #<I>
knipknap_exscript
train
958531ba871817ac55b583543c5bf028a0d7a3ef
diff --git a/autofit/mapper/model_mapper.py b/autofit/mapper/model_mapper.py index <HASH>..<HASH> 100644 --- a/autofit/mapper/model_mapper.py +++ b/autofit/mapper/model_mapper.py @@ -433,6 +433,24 @@ class ModelMapper(AbstractModel): return model_instance + def mapper_from_partial_prior_arguments(self, ...
promoted mapper_from_partial_prior_arguments functionality to model_mapper
rhayes777_PyAutoFit
train
48fd702c159f96116384f7d6502d4ae1c6e0cae0
diff --git a/opal/browser/dom/event/base.rb b/opal/browser/dom/event/base.rb index <HASH>..<HASH> 100644 --- a/opal/browser/dom/event/base.rb +++ b/opal/browser/dom/event/base.rb @@ -96,6 +96,8 @@ module Target #@native.$observer = #{MutationObserver.new {|mutations| mutations.each {|mutation| ...
dom/event: fix deferred event registration
opal_opal-browser
train
0f2deee72bae21435a301b39bb20845efae60184
diff --git a/introspeqt/__init__.py b/introspeqt/__init__.py index <HASH>..<HASH> 100644 --- a/introspeqt/__init__.py +++ b/introspeqt/__init__.py @@ -14,17 +14,22 @@ class Handler(QtCore.QObject, object): self.app = app def eventFilter(self, obj, event): - if event.type() == QtCore.QEvent.MouseB...
Added support for multiple QEvents
introspeqt_introspeqt
train
7f398cdd144793a961d4f931781128b611cb1f04
diff --git a/internal/service/ec2/instance.go b/internal/service/ec2/instance.go index <HASH>..<HASH> 100644 --- a/internal/service/ec2/instance.go +++ b/internal/service/ec2/instance.go @@ -1902,7 +1902,7 @@ func readBlockDevices(d *schema.ResourceData, instance *ec2.Instance, conn *ec2. var ebsBlockDevices []map[st...
re-add check for ebs_block_device in state
terraform-providers_terraform-provider-aws
train
45cac32430e6a91d66ef87087b804b613f2b5466
diff --git a/src/Laravel/Cashier/StripeGateway.php b/src/Laravel/Cashier/StripeGateway.php index <HASH>..<HASH> 100644 --- a/src/Laravel/Cashier/StripeGateway.php +++ b/src/Laravel/Cashier/StripeGateway.php @@ -269,6 +269,25 @@ class StripeGateway { } /** + * Get the entity's upcoming invoice. + * + * @return ...
Get the entity's upcoming invoice
laravel_cashier
train
fa50a667ceb391cc3fa657a2c0b7aee621eb766b
diff --git a/tests/test_validate_streams.py b/tests/test_validate_streams.py index <HASH>..<HASH> 100644 --- a/tests/test_validate_streams.py +++ b/tests/test_validate_streams.py @@ -81,9 +81,14 @@ class ValidateStreams(TestCase): self.assertEqual('old/json', args.old_json) self.assertEqual('new/json'...
Added --ignore so that extra stable versions are not an error in a devel stream.
juju_juju
train
ed1c3d0a8b2fd0c0780229f022aa714f6c485a9a
diff --git a/src/engine/Engine.js b/src/engine/Engine.js index <HASH>..<HASH> 100644 --- a/src/engine/Engine.js +++ b/src/engine/Engine.js @@ -13,6 +13,7 @@ const compactTheta = require('../utility/compactTheta'); const EventManager = require('../observer/Manager'); const expandRuleAntecedent = require('../utility/ex...
update constraint check and built in functor provider handling
lps-js_lps.js
train