hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
8d7f034631702bdee5e8c281ffbec3340607421f
diff --git a/Core/Data.php b/Core/Data.php index <HASH>..<HASH> 100644 --- a/Core/Data.php +++ b/Core/Data.php @@ -183,6 +183,28 @@ class Data { } /** + * Sanitize input. + * @param array || string + * @return array || string + */ + public function sanitize($input = false) { + + if(...
added Data::sanitize
prototypemvc_prototypemvc
train
b3c230543cb68d2403b026ca0976213cbdc6ecec
diff --git a/src/Service/Factory/MailServiceAbstractFactory.php b/src/Service/Factory/MailServiceAbstractFactory.php index <HASH>..<HASH> 100644 --- a/src/Service/Factory/MailServiceAbstractFactory.php +++ b/src/Service/Factory/MailServiceAbstractFactory.php @@ -157,7 +157,11 @@ class MailServiceAbstractFactory impleme...
Fixed the order in which mail transport are resolved
acelaya_ZF-AcMailer
train
3efbde27552708a55b57fb06a1ab0e950736f401
diff --git a/bin/phpangular.php b/bin/phpangular.php index <HASH>..<HASH> 100644 --- a/bin/phpangular.php +++ b/bin/phpangular.php @@ -4,7 +4,7 @@ use Doctrine\ORM\Tools\Console\ConsoleRunner; use Emeric0101\PHPAngular\Controller\Comparator; use Doctrine\Common\Annotations\AnnotationReader; -const targetEntity = 'A...
BUG : issue with entity generator
emeric0101_PHPEntityManagerRest.Server
train
f994807d744b6a7c092df8162ad9ab9d41cfb214
diff --git a/ansible_mitogen/mixins.py b/ansible_mitogen/mixins.py index <HASH>..<HASH> 100644 --- a/ansible_mitogen/mixins.py +++ b/ansible_mitogen/mixins.py @@ -375,7 +375,7 @@ class ActionModuleMixin(ansible.plugins.action.ActionBase): # wait_for_connection, the `ping` test from Ansible won't pass because w...
ansible <I> renamed ping module to reflect legacy builtin collection
dw_mitogen
train
0bc2ce69dad517184a96f55e199571ddbb42ddd0
diff --git a/src/components/d-footnote.js b/src/components/d-footnote.js index <HASH>..<HASH> 100644 --- a/src/components/d-footnote.js +++ b/src/components/d-footnote.js @@ -30,23 +30,16 @@ span { z-index: 10000; } -.dt-hover-box { - margin: 0 auto; - width: 704px; - max-width: 100vw; - background-color: #FF...
Remove hover-box padding. Add footnote-container with padding.
distillpub_template
train
3f60a622655dc83ccb163c9415451841fde65f89
diff --git a/lib/req.js b/lib/req.js index <HASH>..<HASH> 100644 --- a/lib/req.js +++ b/lib/req.js @@ -63,7 +63,7 @@ function reqSerializer (req) { _req.url = req.originalUrl } else { // req.url.path is for hapi compat. - _req.url = req.url ? (req.url.path || req.url) : undefined + _req.url = req.pa...
[master] prefer req.path instead of req.url.path (#<I>) * [master] prefer req.path instead of req.url.path * [master] add fallback when req path is not present, added unit test
pinojs_pino-std-serializers
train
4fd0755a4547e6fb78c2d90097c4ca0a2c469b10
diff --git a/tasks/behat.js b/tasks/behat.js index <HASH>..<HASH> 100644 --- a/tasks/behat.js +++ b/tasks/behat.js @@ -4,25 +4,25 @@ module.exports = function(grunt) { * Define "behat" tasks. * * Dynamically adds Behat testing tasks based on configuration sets in the - * package.json file. + * Gruntconf...
Restoring Behat configuration through Gruntconfig.json and environment variables.
phase2_grunt-drupal-tasks
train
bcaacb4dd6f93b6f58f964af0d638b7ce767b373
diff --git a/runtime/context.go b/runtime/context.go index <HASH>..<HASH> 100644 --- a/runtime/context.go +++ b/runtime/context.go @@ -21,7 +21,7 @@ func AnnotateContext(ctx context.Context, req *http.Request) context.Context { var pairs []string for key, vals := range req.Header { for _, val := range vals { - ...
make Authorization header check case-insensitive to comply with RFC <I> <I>
grpc-ecosystem_grpc-gateway
train
c94afa06dc21f0ab55936213ab64ff0c96b13510
diff --git a/lib/commands/gesture.js b/lib/commands/gesture.js index <HASH>..<HASH> 100644 --- a/lib/commands/gesture.js +++ b/lib/commands/gesture.js @@ -248,9 +248,9 @@ helpers.handleLongPress = async function (gestures) { let pressOpts = gestures[0].options || {}; let el = util.unwrapElement(pressOpts.elemen...
Accept longPress duration in ms (not seconds) (#<I>) * java-client and python client documents it in ms * 'appium-android-driver' uses duration in ms for longPress too (<URL>)
appium_appium-xcuitest-driver
train
fad9e35e7013474ffb5368d3db42d28ca8b2bad7
diff --git a/lib/ice_cube/schedule.rb b/lib/ice_cube/schedule.rb index <HASH>..<HASH> 100644 --- a/lib/ice_cube/schedule.rb +++ b/lib/ice_cube/schedule.rb @@ -243,7 +243,6 @@ module IceCube pieces.concat rrules.map { |t| t.to_s } pieces.concat exrules.map { |t| "not #{t.to_s}" } pieces.concat ed.so...
Remove end_time from `#to_s` on IceCube::Schedule [#<I>]
seejohnrun_ice_cube
train
597d8f23f4ff1f77d7db4a8bdb93092cf7e6db66
diff --git a/src/python/pants/engine/target.py b/src/python/pants/engine/target.py index <HASH>..<HASH> 100644 --- a/src/python/pants/engine/target.py +++ b/src/python/pants/engine/target.py @@ -1827,7 +1827,7 @@ class BundlesField(AsyncField): value_or_default, expected_type="an itera...
Remove redundant cast call (#<I>)
pantsbuild_pants
train
7a9a3159f9681291c0622d10592e0cd8b23dffd9
diff --git a/buffer/src/main/java/io/netty/buffer/AdvancedLeakAwareByteBuf.java b/buffer/src/main/java/io/netty/buffer/AdvancedLeakAwareByteBuf.java index <HASH>..<HASH> 100644 --- a/buffer/src/main/java/io/netty/buffer/AdvancedLeakAwareByteBuf.java +++ b/buffer/src/main/java/io/netty/buffer/AdvancedLeakAwareByteBuf.ja...
Added debug logging with effective value for io.netty.leakDetection.acquireAndReleaseOnly property Motivation: The configurable property value recently added was not logged like others properties. Modifications: Added debug log with effective value applied. Result: Consistent with other properties
netty_netty
train
4e772347d4be0bc6f4ac5812a6cc9902d2ab8c0f
diff --git a/cmd/minikube/cmd/start.go b/cmd/minikube/cmd/start.go index <HASH>..<HASH> 100644 --- a/cmd/minikube/cmd/start.go +++ b/cmd/minikube/cmd/start.go @@ -210,8 +210,11 @@ func runStart(cmd *cobra.Command, args []string) { if viper.GetBool(createMount) { mount := viper.GetString(mountString) if len(e...
exit on existing cluster start with KiC driver mount configuration change
kubernetes_minikube
train
e703de17d8bc078a0f395902b50f7080a4bba863
diff --git a/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb b/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb +++ b/activerecord/lib...
Decouple statement cache from connection adapter `StatementCache` is hard-coded in `cacheable_query` and be passed `visitor` and `collector` from connection adapter. Simply it is enough to pass a collected value.
rails_rails
train
55d96fbf4ee364c830bf28039a18a98de55f82c7
diff --git a/src/main/java/uk/ac/ebi/embl/flatfile/reader/genbank/LocusReader.java b/src/main/java/uk/ac/ebi/embl/flatfile/reader/genbank/LocusReader.java index <HASH>..<HASH> 100644 --- a/src/main/java/uk/ac/ebi/embl/flatfile/reader/genbank/LocusReader.java +++ b/src/main/java/uk/ac/ebi/embl/flatfile/reader/genbank/Lo...
Updating division to MAM if the division is PRI
enasequence_sequencetools
train
a9b4666c55dda9fde1ad45022243a9c2236d0420
diff --git a/src/test/java/com/ibm/disni/benchmarks/NvmefServer.java b/src/test/java/com/ibm/disni/benchmarks/NvmefServer.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/ibm/disni/benchmarks/NvmefServer.java +++ b/src/test/java/com/ibm/disni/benchmarks/NvmefServer.java @@ -70,8 +70,10 @@ public class NvmefServ...
nvmf: target example only print new connections if there are any
zrlio_disni
train
2cbeee35780f0d42041b641eb8b5ec057b2cb85b
diff --git a/lib/rotp/otp.rb b/lib/rotp/otp.rb index <HASH>..<HASH> 100644 --- a/lib/rotp/otp.rb +++ b/lib/rotp/otp.rb @@ -58,6 +58,10 @@ module ROTP # along with the secret # def int_to_bytestring(int, padding = 8) + unless int >= 0 + raise ArgumentError, "#int_to_bytestring requires a posit...
Additional check for negative numbers in #int_to_bytestring
mdp_rotp
train
6e5a2a5fb3c629777650deeac52fb08907a4f727
diff --git a/lib/nickel/occurrence.rb b/lib/nickel/occurrence.rb index <HASH>..<HASH> 100644 --- a/lib/nickel/occurrence.rb +++ b/lib/nickel/occurrence.rb @@ -10,10 +10,10 @@ module Nickel def inspect str = %(\#<Occurrence type: #{type}) - str << %(, start_date: "#{start_date.date}") if start_date -...
Added #to_s to zdate and ztime
iainbeeston_nickel
train
55bd5962bdd7e1b18e14b9b0ad1ddba3095c0e51
diff --git a/lib/rubicure/girl.rb b/lib/rubicure/girl.rb index <HASH>..<HASH> 100644 --- a/lib/rubicure/girl.rb +++ b/lib/rubicure/girl.rb @@ -53,6 +53,15 @@ module Rubicure config.keys end + # @return [Array<Symbol>] + def self.uniq_names + uniq_names = [] + config.each do |name, series| ...
Impl Girl#uniq_names
sue445_rubicure
train
b161c5921f97dc89799e5e9e0fa7d3b6cc9a7954
diff --git a/conf/ldap_schemas.py b/conf/ldap_schemas.py index <HASH>..<HASH> 100644 --- a/conf/ldap_schemas.py +++ b/conf/ldap_schemas.py @@ -45,7 +45,7 @@ class account( class Meta: base_dn_setting = "LDAP_ACCOUNT_BASE" object_classes = set([ 'top' ]) - search_classes = set([ 'posixAccou...
Detect all accounts. Some accounts are people, for legacy reasons. Make sure we detect them. Required for uprades to work properly, in particularly we need to be able to tell if the account is locked or not. Change-Id: I7e<I>d<I>ee2d<I>db<I>ae<I>
Karaage-Cluster_karaage
train
eaf32ef58281e691937ffa049fea95c088886aaf
diff --git a/src/main/java/com/cathive/fx/gravatar/GravatarUrlBuilder.java b/src/main/java/com/cathive/fx/gravatar/GravatarUrlBuilder.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/cathive/fx/gravatar/GravatarUrlBuilder.java +++ b/src/main/java/com/cathive/fx/gravatar/GravatarUrlBuilder.java @@ -28,27 +28,37 ...
Make the URL builder a bit more robust
cathive_fx-gravatar
train
45a11cb934dbbffeb6897c410f4fb987e42bb28e
diff --git a/src/runez/conftest.py b/src/runez/conftest.py index <HASH>..<HASH> 100644 --- a/src/runez/conftest.py +++ b/src/runez/conftest.py @@ -9,6 +9,7 @@ Example: from __future__ import absolute_import import logging +import os import re import sys import tempfile @@ -40,7 +41,7 @@ if sys.argv and "pycharm"...
Corrected 'logsetup' on Windows
zsimic_runez
train
e531050c7b3e4b48dfdefc108430c7c5c9501832
diff --git a/bin/bundle-js.js b/bin/bundle-js.js index <HASH>..<HASH> 100644 --- a/bin/bundle-js.js +++ b/bin/bundle-js.js @@ -22,8 +22,8 @@ if (argv._[0] == 'help') { } let options = {} -options.entryfilepath = argv._[0] -options.destfilepath = argv.o +options.entry = argv._[0] +options.dest = argv.o options.prin...
fixed command line param naming inconsistency fixes #<I>
hugabor_bundle-js
train
d1db1fdf7511e71e6aa87c96e8af9a3154a1acc5
diff --git a/lib/rbbt/util/misc/format.rb b/lib/rbbt/util/misc/format.rb index <HASH>..<HASH> 100644 --- a/lib/rbbt/util/misc/format.rb +++ b/lib/rbbt/util/misc/format.rb @@ -165,7 +165,8 @@ module Misc (string.respond_to? :valid_encoding and string.valid_encoding) if string.respond_to?(:encode) - stri...
Changes to fix-utf8
mikisvaz_rbbt-util
train
f7a2a02ef49c35bf7de1fc0d7a8256281819a740
diff --git a/src/dual-kad-dht.js b/src/dual-kad-dht.js index <HASH>..<HASH> 100644 --- a/src/dual-kad-dht.js +++ b/src/dual-kad-dht.js @@ -137,9 +137,10 @@ class DualKadDHT extends EventEmitter { } } - // verify if we were able to put to enough peers - const minPeers = options.minPeers || counterAll...
fix: require at least one successful put (#<I>) If no minPeers is specified, require at least one success during a dht put operation, unless minPeers is explicitly `0`
libp2p_js-libp2p-kad-dht
train
3b8b1354edec61a7fece3480d5d2b03f8a160a04
diff --git a/lib/gruff/candlestick.rb b/lib/gruff/candlestick.rb index <HASH>..<HASH> 100644 --- a/lib/gruff/candlestick.rb +++ b/lib/gruff/candlestick.rb @@ -106,6 +106,7 @@ private @scale * (column_count - 1) end + # @private class CandlestickData < Struct.new(:label, :low, :high, :open, :close) end ...
chore: Add private directive for yardoc
topfunky_gruff
train
d619d4311c144060083ebb8e277086d648b6204c
diff --git a/examples/gui_integration/simple_editor.py b/examples/gui_integration/simple_editor.py index <HASH>..<HASH> 100644 --- a/examples/gui_integration/simple_editor.py +++ b/examples/gui_integration/simple_editor.py @@ -115,4 +115,4 @@ def main(): app.exec_() if __name__ == "__main__": - main() \ No n...
Cleanup file (add missing blank line)
pyQode_pyqode.core
train
09702931c9fd8c0fadedfd0d709c688744a83cfa
diff --git a/connector.py b/connector.py index <HASH>..<HASH> 100644 --- a/connector.py +++ b/connector.py @@ -108,12 +108,13 @@ class Connection(Database): """ These objects are small stateless factories for cursors, which do all the real work. """ - def __init__(self, db_name, db_url='http://loc...
Added readonly support. Prevent empty parameter dict being passed to _escaper
cloudflare_sqlalchemy-clickhouse
train
b7bf31a2f8a7696cbef7cf33fe29cec87857e795
diff --git a/fluent_blogs/admin/abstractbase.py b/fluent_blogs/admin/abstractbase.py index <HASH>..<HASH> 100644 --- a/fluent_blogs/admin/abstractbase.py +++ b/fluent_blogs/admin/abstractbase.py @@ -10,6 +10,7 @@ from fluent_blogs import appsettings from fluent_blogs.admin.forms import AbstractEntryBaseAdminForm, Abst...
Apply MultiSiteAdminMixin for multisite support
django-fluent_django-fluent-blogs
train
ded830777039415defaee7e0dcb9d41d538ecd3a
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -21337,6 +21337,13 @@ data = { message: 'Error: Line 1: Function name may not be eval or arguments in strict mode' }, + '(function package() {\'use strict\'; })()': { + ...
Add a test case for using future reserved word as function name. <URL>
jscs-dev_esprima-harmony
train
eb3aaef95734547b5dbe5bae90fce083b9739bf0
diff --git a/pinax/comments/templatetags/pinax_comments_tags.py b/pinax/comments/templatetags/pinax_comments_tags.py index <HASH>..<HASH> 100644 --- a/pinax/comments/templatetags/pinax_comments_tags.py +++ b/pinax/comments/templatetags/pinax_comments_tags.py @@ -25,84 +25,8 @@ def can_delete_comment(comment, user): ...
Rewrite template tags to be simple_tags assignment-tags has been deprecated since version <I>: simple_tag can now store results in a template variable and should be used instead. <URL>
pinax_pinax-comments
train
213f55ffc7eb77557050234953f7baaa83f63bb2
diff --git a/discord/flags.py b/discord/flags.py index <HASH>..<HASH> 100644 --- a/discord/flags.py +++ b/discord/flags.py @@ -778,6 +778,9 @@ class MemberCacheFlags(BaseFlags): if intents.voice_states: self.voice = True + if not self.joined and self.online and self.voice: + se...
Disable voice cache in weird intent configurations.
Rapptz_discord.py
train
3dccef613e4404dab89465d0ded589dcdd2d8b85
diff --git a/src/Monolog/Handler/RollbarHandler.php b/src/Monolog/Handler/RollbarHandler.php index <HASH>..<HASH> 100644 --- a/src/Monolog/Handler/RollbarHandler.php +++ b/src/Monolog/Handler/RollbarHandler.php @@ -30,6 +30,13 @@ class RollbarHandler extends AbstractProcessingHandler protected $rollbarNotifier; ...
Make sure handlers can be closed multiple times
Seldaek_monolog
train
dbdfa361addedf2fed329cf38c7508c9c803b044
diff --git a/Setup/InstallData.php b/Setup/InstallData.php index <HASH>..<HASH> 100644 --- a/Setup/InstallData.php +++ b/Setup/InstallData.php @@ -18,8 +18,11 @@ class InstallData extends \Praxigento\Core\App\Setup\Data\Base { $this->_conn->insertArray( $this->_resource->getTableName(TypeAsse...
MOBI-<I> Add base currency to asset
praxigento_mobi_mod_pv
train
fbf231e42bfe06516a2f05cd33756b85026a4802
diff --git a/tests/plugins/__init__.py b/tests/plugins/__init__.py index <HASH>..<HASH> 100644 --- a/tests/plugins/__init__.py +++ b/tests/plugins/__init__.py @@ -18,10 +18,25 @@ class PluginCanHandleUrl: assert issubclass(self.__plugin__, Plugin), "Test has a __plugin__ that is a subclass of streamlink.plugin...
tests: fix partial coverage in can_handle_url - Ignore branch coverage in `test_can_handle_url_positive`. This is a parametrized test which is run for each URL independently, so the first matching matcher will return True in the any() call and successive matchers won't get checked in the for-loop. - Add test for...
streamlink_streamlink
train
dca1b5ae621ec018130576510b8fb34318c32679
diff --git a/lint.go b/lint.go index <HASH>..<HASH> 100644 --- a/lint.go +++ b/lint.go @@ -242,7 +242,7 @@ func (f *file) lintNames() { } } case *ast.FuncDecl: - if f.isTest() && strings.HasPrefix(v.Name.Name, "Example") { + if f.isTest() && (strings.HasPrefix(v.Name.Name, "Example") || strings.HasPrefi...
allow underscores in test method names Fixes #<I>.
golang_lint
train
e964e6b97bb4b9894f19e32137f16d026af89d93
diff --git a/lib/cucumber/ast/scenario.rb b/lib/cucumber/ast/scenario.rb index <HASH>..<HASH> 100644 --- a/lib/cucumber/ast/scenario.rb +++ b/lib/cucumber/ast/scenario.rb @@ -16,8 +16,10 @@ module Cucumber visitor.world(self) do |world| previous = :passed @steps.each do |step| - ...
Change how steps are executed. Must be done from Step#accept, not from Scenario#accept
cucumber_cucumber-ruby
train
c4e5fbdbc9c644f1afcae031b3b4638ad5297238
diff --git a/test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java b/test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java index <HASH>..<HASH> 100644 --- a/test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java +++ b/test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java @@ -101,6 +101,7 @@ i...
[FIXED JENKINS-<I>] Disable URLConnection.useCache in tests on Windows. It prevents deleting temporary directories when tests finish.
jenkinsci_jenkins
train
529fa5656bc1a97626198987c3b68d7875163dbd
diff --git a/.eslintrc b/.eslintrc index <HASH>..<HASH> 100644 --- a/.eslintrc +++ b/.eslintrc @@ -73,12 +73,12 @@ "prop": "parens" }], "react/jsx-boolean-value": ["error", "always"], - "react/jsx-closing-tag-location": ["warn"], + "react/jsx-closing-tag-location": ["error"], "react/jsx-curl...
chore: enable react/jsx-first-prop-new-line as error
verdaccio_verdaccio
train
72ea22088056fd50dd9cd1f55c17716fbbca9cb7
diff --git a/rapidoid-integration-tests/src/test/java/org/rapidoid/http/HttpLoginTest.java b/rapidoid-integration-tests/src/test/java/org/rapidoid/http/HttpLoginTest.java index <HASH>..<HASH> 100644 --- a/rapidoid-integration-tests/src/test/java/org/rapidoid/http/HttpLoginTest.java +++ b/rapidoid-integration-tests/src/...
Hide the warnings for the failed HTTP logins in HttpLoginTest.
rapidoid_rapidoid
train
586603c7589096ca06c090bcd9d0b9f78e2f611d
diff --git a/private/protocol/restjson/restjson.go b/private/protocol/restjson/restjson.go index <HASH>..<HASH> 100644 --- a/private/protocol/restjson/restjson.go +++ b/private/protocol/restjson/restjson.go @@ -7,7 +7,7 @@ package restjson import ( "encoding/json" - "io/ioutil" + "io" "strings" "github.com/a...
private/protocol/restjson/restjson: Use json.Decoder to decrease memory allocation (#<I>) Update RESTJSON protocol unmarshaler to use json.Decoder instead of ioutil.ReadAll to reduce allocations. Related to: #<I>
aws_aws-sdk-go
train
1a33329b2b6274541d0eb0ef03a41a6bcd4ad027
diff --git a/odl/solvers/nonsmooth/proximal_operators.py b/odl/solvers/nonsmooth/proximal_operators.py index <HASH>..<HASH> 100644 --- a/odl/solvers/nonsmooth/proximal_operators.py +++ b/odl/solvers/nonsmooth/proximal_operators.py @@ -89,7 +89,7 @@ def combine_proximals(*factory_list): return DiagonalOperato...
MAINT: Remove unnecessary parentheses in proximal_operators.py.
odlgroup_odl
train
4e43459f4e073ce078cd85c9190fc65d8d859a1b
diff --git a/src/Endpoint/Abstracts/AbstractEndpoint.php b/src/Endpoint/Abstracts/AbstractEndpoint.php index <HASH>..<HASH> 100644 --- a/src/Endpoint/Abstracts/AbstractEndpoint.php +++ b/src/Endpoint/Abstracts/AbstractEndpoint.php @@ -203,7 +203,7 @@ abstract class AbstractEndpoint implements EndpointInterface, EventTr...
Allow for NULL Response on non-sent EP
MichaelJ2324_PHP-REST-Client
train
0aae69082b8652710f6aceed4b23fa170fbad35d
diff --git a/volume/devicemapper/devicemapper.go b/volume/devicemapper/devicemapper.go index <HASH>..<HASH> 100644 --- a/volume/devicemapper/devicemapper.go +++ b/volume/devicemapper/devicemapper.go @@ -989,7 +989,6 @@ func (v *DeviceMapperVolume) Import(label string, reader io.Reader) error { for { header, err :=...
Remove extraneous debug logging
control-center_serviced
train
62ab5b514a59e60ee7ebe68aaf3ffa9d55e92579
diff --git a/src/CodePatcher.php b/src/CodePatcher.php index <HASH>..<HASH> 100644 --- a/src/CodePatcher.php +++ b/src/CodePatcher.php @@ -92,12 +92,12 @@ class CodePatcher $statements = []; } - $declare = null; - if ($this->isFirstStatementStrictTypesDeclare($statements)) { - ...
Move strict types remove/adding logic in to loop
php-school_php-workshop
train
34e3313564b1ff8ac19bf8fd0f53883d056b976f
diff --git a/test/extended/builds/image_source.go b/test/extended/builds/image_source.go index <HASH>..<HASH> 100644 --- a/test/extended/builds/image_source.go +++ b/test/extended/builds/image_source.go @@ -71,9 +71,9 @@ var _ = g.Describe("[Feature:Builds][Slow] build can have Docker image source", o.Expect(err)...
Bug <I>: verify image source symlinks Verify that image source symlinks are copied correctly
openshift_origin
train
f76673f15ac6bb34dbec890dffdc3a246cffc2d4
diff --git a/speech-to-text/src/test/java/com/ibm/watson/developer_cloud/speech_to_text/v1/SpeechToTextTest.java b/speech-to-text/src/test/java/com/ibm/watson/developer_cloud/speech_to_text/v1/SpeechToTextTest.java index <HASH>..<HASH> 100755 --- a/speech-to-text/src/test/java/com/ibm/watson/developer_cloud/speech_to_t...
Add unit test to test more of createJob
watson-developer-cloud_java-sdk
train
54dcf7473f3545bf84aae3d5ad4124da772d8cd1
diff --git a/doge/core.py b/doge/core.py index <HASH>..<HASH> 100755 --- a/doge/core.py +++ b/doge/core.py @@ -196,11 +196,8 @@ class Doge(object): if files: self.real_data.append(random.choice(files)) - # Scan if any of the known processes are running. - for proc in self.get_proce...
wow show all process wow list such clumsy many miss much process </doge> The known processes list will never really be helpful since it's kind of opt-in. And, quite frankly, the system processes are also a part of the shibe of ones computer. So, from now on all of the processes will be shown. Also increase number o...
thiderman_doge
train
c0324faca8f9e820ddb085d3d3daf9147ec146e5
diff --git a/surprise/prediction_algorithms/predictions.py b/surprise/prediction_algorithms/predictions.py index <HASH>..<HASH> 100644 --- a/surprise/prediction_algorithms/predictions.py +++ b/surprise/prediction_algorithms/predictions.py @@ -40,7 +40,10 @@ class Prediction(namedtuple('Prediction', def __str__(sel...
Fixes #<I>. Error in Prediction.__str__ if r_ui is None
NicolasHug_Surprise
train
f88f9eaed7a8efdd3ad32625e4f28965807e61da
diff --git a/plugins/io.sarl.eclipse/src/io/sarl/eclipse/launching/runner/SARLLaunchConfigurationDelegate.java b/plugins/io.sarl.eclipse/src/io/sarl/eclipse/launching/runner/SARLLaunchConfigurationDelegate.java index <HASH>..<HASH> 100644 --- a/plugins/io.sarl.eclipse/src/io/sarl/eclipse/launching/runner/SARLLaunchConf...
[eclipse] Avoid NPE when launching SARL application. Do no pass "null" value to the Eclipse variable substitution mechanism. The empty string of characters must be given in place of the null value. see #<I>
sarl_sarl
train
032212d949a4bfb9e46c8f8dc61846edd55c7bb8
diff --git a/test/instrumentation/modules/http/aborted-requests-enabled.js b/test/instrumentation/modules/http/aborted-requests-enabled.js index <HASH>..<HASH> 100644 --- a/test/instrumentation/modules/http/aborted-requests-enabled.js +++ b/test/instrumentation/modules/http/aborted-requests-enabled.js @@ -16,9 +16,12 @...
ci(jenkins): end test properly even if it times out (#<I>) This was missed in #<I>
elastic_apm-agent-nodejs
train
8b5b0e6d9c882271bde2413d95f23a38d7c7730f
diff --git a/lib/io.js b/lib/io.js index <HASH>..<HASH> 100644 --- a/lib/io.js +++ b/lib/io.js @@ -52,6 +52,7 @@ function RajaServer(opts) { io.to('*').to(msg.url).emit('message', msg); }); socket.on('join', function(msg) { + if (msg.mtime) socket.joinArgs = msg.mtime; socket.join(msg.room, function(err...
Will pass some option mtime to backlog adapter
kapouer_raja
train
97c672155bfd02c7b0b7ddc1a7a911d1ee7ff9d5
diff --git a/lib/access-granted/policy.rb b/lib/access-granted/policy.rb index <HASH>..<HASH> 100644 --- a/lib/access-granted/policy.rb +++ b/lib/access-granted/policy.rb @@ -24,7 +24,6 @@ module AccessGranted Role.new(name, @last_priority, conditions_or_klass, @user, block) end roles << r - ...
Do not sort roles as they are already in the correct order forced by DSL.
chaps-io_access-granted
train
963eeaebe93294eb52b7a83a6ff6d3d135bf3045
diff --git a/src/TestSuite/Fixture/FixtureManager.php b/src/TestSuite/Fixture/FixtureManager.php index <HASH>..<HASH> 100644 --- a/src/TestSuite/Fixture/FixtureManager.php +++ b/src/TestSuite/Fixture/FixtureManager.php @@ -360,7 +360,8 @@ class FixtureManager ); throw n...
Move DDL statements out of transactions since they aren't supported in all DBs
cakephp_cakephp
train
6f01817a1a6fc34daf5d2c2c60848cd6150f068a
diff --git a/java/server/src/org/openqa/grid/internal/RemoteProxy.java b/java/server/src/org/openqa/grid/internal/RemoteProxy.java index <HASH>..<HASH> 100644 --- a/java/server/src/org/openqa/grid/internal/RemoteProxy.java +++ b/java/server/src/org/openqa/grid/internal/RemoteProxy.java @@ -60,7 +60,7 @@ public class Re...
KristianRosenvold: Changed from final to volatile due to popular demand r<I>
SeleniumHQ_selenium
train
d1c2ec524edb4f6418b3ef67b8078cb1de46b995
diff --git a/lib/gcli/ui/terminal.js b/lib/gcli/ui/terminal.js index <HASH>..<HASH> 100644 --- a/lib/gcli/ui/terminal.js +++ b/lib/gcli/ui/terminal.js @@ -124,9 +124,6 @@ Terminal.prototype._init = function(components, terminalCss, terminalHtml) { // Firefox doesn't autofocus with dynamically added elements (Bug 662...
jsterm-<I>: Merge this.choice and this._choice In merging the various classes into terminal.js we omitted to merge the 2 versions of 'choice'. This rectifies that. Rebasing is getting complex so I'm leaving this separate.
joewalker_gcli
train
f34c2686d2a4b7fe83f1449cc1c5cc38ac4b8a04
diff --git a/lib/chef_zero/rest_base.rb b/lib/chef_zero/rest_base.rb index <HASH>..<HASH> 100644 --- a/lib/chef_zero/rest_base.rb +++ b/lib/chef_zero/rest_base.rb @@ -15,7 +15,29 @@ module ChefZero server.data_store end + def check_api_version(request) + version = request.api_version + return...
Further support for /server_api_version This adds checks to ensure that the requested API version is checked early on in the request cycle, to comply with RFC<I>.
chef_chef-zero
train
3e092a88b7b89509471e4a0b6450c88fda4a1b2b
diff --git a/code/pages/ListingPage.php b/code/pages/ListingPage.php index <HASH>..<HASH> 100644 --- a/code/pages/ListingPage.php +++ b/code/pages/ListingPage.php @@ -105,6 +105,9 @@ class ListingPage extends Page { if ($this->ListType) { $componentsManyMany = singleton($this->ListType)->config()->many_many; +...
FIXED error when saving if ListType doesn't have a many_many relation
nyeholt_silverstripe-listingpage
train
7a8f3ede8aa1102c90aaa9fe707cebfb56b6d3fd
diff --git a/plex/objects/core/base.py b/plex/objects/core/base.py index <HASH>..<HASH> 100644 --- a/plex/objects/core/base.py +++ b/plex/objects/core/base.py @@ -42,7 +42,7 @@ class Property(object): for target_type in types: try: result = target_type(result) - except ...
Fixed bug in [objects/core/base.py] that broke Python 3.* compatibility
fuzeman_plex.py
train
e2a496052d0d28ad83f2ff2e159c5070d74f6f33
diff --git a/src/main/java/org/primefaces/extensions/component/letteravatar/LetterAvatarRenderer.java b/src/main/java/org/primefaces/extensions/component/letteravatar/LetterAvatarRenderer.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/primefaces/extensions/component/letteravatar/LetterAvatarRenderer.java +++ ...
Removed @FacesRenderer as its defined in the XML
primefaces-extensions_core
train
c5057a9596bdaa46e6aef0db1f6a7e12523ab430
diff --git a/server/src/main/java/com/orientechnologies/orient/server/network/protocol/http/command/get/OServerCommandGetQuery.java b/server/src/main/java/com/orientechnologies/orient/server/network/protocol/http/command/get/OServerCommandGetQuery.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/com/orientec...
HTTP: supported CSV format also in query command
orientechnologies_orientdb
train
6eb01b56e3d03ebdcb924e82bbd8dea16f65a61c
diff --git a/packages/material-ui/src/CardActionArea/CardActionArea.js b/packages/material-ui/src/CardActionArea/CardActionArea.js index <HASH>..<HASH> 100644 --- a/packages/material-ui/src/CardActionArea/CardActionArea.js +++ b/packages/material-ui/src/CardActionArea/CardActionArea.js @@ -11,6 +11,7 @@ export const st...
[CardActionArea] Fix overflow issue (#<I>)
mui-org_material-ui
train
d40c7376cebaec118221f2c0582c97260e977e68
diff --git a/lib/Cake/Controller/Component/AuthComponent.php b/lib/Cake/Controller/Component/AuthComponent.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Controller/Component/AuthComponent.php +++ b/lib/Cake/Controller/Component/AuthComponent.php @@ -307,7 +307,6 @@ class AuthComponent extends Component { if ($login...
Rebalance where URL normalization happens in AuthComponent. Make URL's not include the base path when storing them in the session. This makes future redirection simpler. When URL's are an array use Router::url() on them. Fixes #<I>
cakephp_cakephp
train
d139b276b4dd6fc5b840f322ef73b286bd0f6e65
diff --git a/example/clone.php b/example/clone.php index <HASH>..<HASH> 100644 --- a/example/clone.php +++ b/example/clone.php @@ -15,9 +15,12 @@ $processBuilder->setTimeout(160); $processor = new Processor(); $processor->setBuilder($processBuilder); +$processor->setRunCallback(function ($type, $buffer) { + echo...
Added ability to set runtime callback on Processor instance, fixed some docblocks
emcode_git-access-layer
train
bf56cb72866932e1acf8ebd3e575fbac72abbf11
diff --git a/lib/api/attributes.js b/lib/api/attributes.js index <HASH>..<HASH> 100644 --- a/lib/api/attributes.js +++ b/lib/api/attributes.js @@ -144,6 +144,6 @@ var removeClass = exports.removeClass = function(value) { el.attribs['class'] = (!value) ? '' : _.reject( split(el.attribs['class']), func...
Added spaces between attributes rewritten by removeClass
oyyd_cheerio-without-node-native
train
d033277efd28596943015b98a6c4775c5248b4e7
diff --git a/clusterpost-execution/executionserver.methods.js b/clusterpost-execution/executionserver.methods.js index <HASH>..<HASH> 100644 --- a/clusterpost-execution/executionserver.methods.js +++ b/clusterpost-execution/executionserver.methods.js @@ -151,6 +151,10 @@ module.exports = function (conf) { reso...
BUG: Check if file exists when uploading after job is done
juanprietob_clusterpost
train
e0a80d3ccced3a10e6bfdf8a9009ba3e236d8f0d
diff --git a/src/Chord.js b/src/Chord.js index <HASH>..<HASH> 100644 --- a/src/Chord.js +++ b/src/Chord.js @@ -108,6 +108,9 @@ class ConductorChord { node: null, address: null }; + + if(this.config.debug) + window.chorddebug = this; } smartConnectToNode(id, optNode) { diff --git a/src/Node.js b/src/...
Global export in debug, smarter finger set/delete.
FelixMcFelix_conductor-chord
train
4e0acac596ec3363b97502205c1e772a76ae2bc7
diff --git a/core/src/main/java/io/undertow/websockets/core/BufferedTextMessage.java b/core/src/main/java/io/undertow/websockets/core/BufferedTextMessage.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/undertow/websockets/core/BufferedTextMessage.java +++ b/core/src/main/java/io/undertow/websockets/core/Bu...
UNDERTOW-<I> Fix issue with checking the maximum size
undertow-io_undertow
train
c48284965c706ee87797479d27067704fd999f7d
diff --git a/djstripe/admin.py b/djstripe/admin.py index <HASH>..<HASH> 100644 --- a/djstripe/admin.py +++ b/djstripe/admin.py @@ -362,6 +362,12 @@ class FileAdmin(StripeModelAdmin): search_fields = ("filename",) +@admin.register(models.FileLink) +class FileLinkAdmin(StripeModelAdmin): + list_display = ("ur...
Exposed more models on the admin with sensible choices FileLink, ApplicationFee, ApplicationFeeRefund, and TransferReversal models were added to the admin.
dj-stripe_dj-stripe
train
722a96d64d39803a7c29351f76ee3b729af48519
diff --git a/src/Hydrator/Hydrator.php b/src/Hydrator/Hydrator.php index <HASH>..<HASH> 100644 --- a/src/Hydrator/Hydrator.php +++ b/src/Hydrator/Hydrator.php @@ -270,25 +270,28 @@ class Hydrator extends AbstractHydrator if (! $this->hasStrategy($mappedFieldName)) { $value = $this->handleTypeConve...
Allows to hydrate a field with value null
kassko_data-mapper
train
bcbcd2f47e42477ad1c66807dec50743b02f7c61
diff --git a/core/src/main/java/org/jboss/jca/core/workmanager/DistributedWorkManagerImpl.java b/core/src/main/java/org/jboss/jca/core/workmanager/DistributedWorkManagerImpl.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/jboss/jca/core/workmanager/DistributedWorkManagerImpl.java +++ b/core/src/main/java/...
JBJCA-<I> Distributed statisics number varies among nodes (distributed workmanager
ironjacamar_ironjacamar
train
03b7452b73c0846a058fd50ab659d5ec4220c40d
diff --git a/.pylintrc b/.pylintrc index <HASH>..<HASH> 100644 --- a/.pylintrc +++ b/.pylintrc @@ -284,7 +284,7 @@ max-statements=80 max-parents=7 # Maximum number of attributes for a class (see R0902). -max-attributes=7 +max-attributes=25 # Minimum number of public methods for a class (see R0903). min-public-m...
Enh: Pylint - R<I> Low threshold and ignore what's left
Alignak-monitoring_alignak
train
c2da5d20c45c471fd957902deda1281f50e3fe1f
diff --git a/app/src/dashboard/ol3-directive.js b/app/src/dashboard/ol3-directive.js index <HASH>..<HASH> 100644 --- a/app/src/dashboard/ol3-directive.js +++ b/app/src/dashboard/ol3-directive.js @@ -25,7 +25,12 @@ angular.module('magna-app') scope.updateSource = function() { scope.params.mss = c...
add support for wsid and show mapserver messages on client
omniscale_magnacarto
train
6ef436bd0d6dcc1d82b188a1e61e880250c39eed
diff --git a/TYPO3.Kickstart/Classes/Service/GeneratorService.php b/TYPO3.Kickstart/Classes/Service/GeneratorService.php index <HASH>..<HASH> 100644 --- a/TYPO3.Kickstart/Classes/Service/GeneratorService.php +++ b/TYPO3.Kickstart/Classes/Service/GeneratorService.php @@ -263,8 +263,8 @@ class GeneratorService { protec...
[+BUGFIX] FLOW3: Some missing files, excessive files and other corrections as a followup to Sebastian's patch in r<I>. Original-Commit-Hash: <I>faff7f4d<I>ac<I>dec<I>b<I>df4a6b1
neos_flow-development-collection
train
2404e029c667ac3527d6ed93b3b0de787a8e1feb
diff --git a/lib/fog/dns/dynect.rb b/lib/fog/dns/dynect.rb index <HASH>..<HASH> 100644 --- a/lib/fog/dns/dynect.rb +++ b/lib/fog/dns/dynect.rb @@ -24,6 +24,13 @@ module Fog request :put_zone class Mock + + def initialize(options={}) + @dynect_customer = options[:dynect_customer] + ...
[dns|dynect] fixes to play nice with mocked test runs
fog_fog
train
92b7e425c42f8f2557c9769904940be070c5cf93
diff --git a/lib/addressable/uri.rb b/lib/addressable/uri.rb index <HASH>..<HASH> 100644 --- a/lib/addressable/uri.rb +++ b/lib/addressable/uri.rb @@ -281,7 +281,10 @@ module Addressable # <tt>false</tt> otherwise. An <tt>InvalidTemplateValueError</tt> # exception will be raised if the value is invalid. ...
Changed the way processors are used to expand templates.
sporkmonger_addressable
train
2aa99226c7ffac337b1bf54746179a60dc9a219f
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # ``gn_crossmap`` CHANGELOG +## 3.0.3 + +* @dimus - Fixes #33 infraspecies rank is given for all 'unknown' infra-specific + ranks (when rank is not given) + +* @dimus - Fixes #32 norm...
Fix #<I> unknown infra-specific ranks become infraspecies
GlobalNamesArchitecture_gn_crossmap
train
8775d6574069835bad29dc269babefa58bc91096
diff --git a/hpOneView/resources/storage/storage_systems.py b/hpOneView/resources/storage/storage_systems.py index <HASH>..<HASH> 100644 --- a/hpOneView/resources/storage/storage_systems.py +++ b/hpOneView/resources/storage/storage_systems.py @@ -199,3 +199,30 @@ class StorageSystems(object): """ re...
Adds get_by_name and get_by_ip_hostname functions to storage_systems
HewlettPackard_python-hpOneView
train
96846af0af188b8f274ce64472d2b7b961d16a6f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='soundscrape', - version='0.6.1', + version='0.7.0', packages=['soundscrape'], install_requires=...
<I> some non-streamable tracks now download
Miserlou_SoundScrape
train
ca37ea17802be2e0196060c9b62753d42427e54a
diff --git a/src/main/java/com/github/jmchilton/blend4j/galaxy/ToolShedRepositoriesClientImpl.java b/src/main/java/com/github/jmchilton/blend4j/galaxy/ToolShedRepositoriesClientImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/jmchilton/blend4j/galaxy/ToolShedRepositoriesClientImpl.java +++ b/src/mai...
Another fix for importing specific tool shed workflow from repository.
galaxyproject_blend4j
train
217b358b5e4b2cb0599b01bfc823ba298f00dbc8
diff --git a/packages/pageflow/src/editor/views/EditorView.js b/packages/pageflow/src/editor/views/EditorView.js index <HASH>..<HASH> 100644 --- a/packages/pageflow/src/editor/views/EditorView.js +++ b/packages/pageflow/src/editor/views/EditorView.js @@ -54,6 +54,7 @@ export const EditorView = Backbone.View.extend({ ...
Ensure resizing editor sidebar works over iframes The option prevents iframes from capturing mouse events, which can cause the dragged resizer to get stuck. This used to be a problem already with rich text editors, which are iframes. Now that the preview uses an iframe the problem got worse. REDMINE-<I>
codevise_pageflow
train
2c8bc71fb7f22ba375aeb0d6805d487cb7857b12
diff --git a/core/src/main/java/io/grpc/internal/ProxyDetectorImpl.java b/core/src/main/java/io/grpc/internal/ProxyDetectorImpl.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/grpc/internal/ProxyDetectorImpl.java +++ b/core/src/main/java/io/grpc/internal/ProxyDetectorImpl.java @@ -184,8 +184,7 @@ class Pro...
core: Resolve address of GRPC_PROXY_EXP hostname Since this address is never resolved gRPC fails to connect with an UnresolvedAddressException when the env variable is specified. This should resolve the address before we attempt to proxy to it.
grpc_grpc-java
train
d46d061b12121e94696dd1f63f5361197b0e6b16
diff --git a/tasks/csso.js b/tasks/csso.js index <HASH>..<HASH> 100755 --- a/tasks/csso.js +++ b/tasks/csso.js @@ -83,7 +83,7 @@ module.exports = (grunt) => { css = `${css}${options.linefeed}/*# sourceMappingURL=${path.basename(mapDest)} */`; } // create all intermediate folders - gr...
Use mkdir to create directories Which is faster then writing a file Re #<I>
t32k_grunt-csso
train
701a0e1400b3a8542b4fc8606cddd55904d3ec1a
diff --git a/src/Provider/AbstractProvider.php b/src/Provider/AbstractProvider.php index <HASH>..<HASH> 100644 --- a/src/Provider/AbstractProvider.php +++ b/src/Provider/AbstractProvider.php @@ -8,7 +8,7 @@ use Ivory\HttpAdapter\HttpAdapterException; use Ivory\HttpAdapter\HttpAdapterInterface; use Ivory\HttpAdapter\M...
Update AbstractProvider to use GrantFactory
thephpleague_oauth2-client
train
199f70b9011b24994f5afe33527c505f9be5d6e6
diff --git a/packages/alert/src/Alert.js b/packages/alert/src/Alert.js index <HASH>..<HASH> 100644 --- a/packages/alert/src/Alert.js +++ b/packages/alert/src/Alert.js @@ -12,6 +12,7 @@ class Alert extends React.Component<Object, Object> { text: PropTypes.string.isRequired, type: PropTypes.oneOf(Object.keys(Al...
feat(alert props): add new property autoRemove affects: @crave/farmblocks-alert defaults to true, when false the comopnent is not removed from the tree on dismiss or timeout, it only changes the state attribute isVisible to false
CraveFood_farmblocks
train
c1f6f0a6fa0b80b45c9c503d0ce92e9f932ca637
diff --git a/lib/builderator/tasks/vendor.rb b/lib/builderator/tasks/vendor.rb index <HASH>..<HASH> 100644 --- a/lib/builderator/tasks/vendor.rb +++ b/lib/builderator/tasks/vendor.rb @@ -26,14 +26,14 @@ module Builderator ## Clean up all vendors return Config.vendor.each { |n, _| clean(n) } if name.ni...
Use path helpers from Uitl in vendor tasks
rapid7_builderator
train
f8a2b0d365665e8ef4096a408fc8cadf303a9a9e
diff --git a/gems/rake-support/lib/torquebox/deploy_utils.rb b/gems/rake-support/lib/torquebox/deploy_utils.rb index <HASH>..<HASH> 100644 --- a/gems/rake-support/lib/torquebox/deploy_utils.rb +++ b/gems/rake-support/lib/torquebox/deploy_utils.rb @@ -140,7 +140,7 @@ module TorqueBox if windows? cmd ...
Use a real Kernel#exec call for 'torquebox run' for all OSes I'm not entirely sure why we used fake_exec - perhaps if this fails on CI it will become apparent.
torquebox_torquebox
train
d62661b46476181213a776819b19d4137b1441e8
diff --git a/actionpack/lib/action_controller/metal/responder.rb b/actionpack/lib/action_controller/metal/responder.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_controller/metal/responder.rb +++ b/actionpack/lib/action_controller/metal/responder.rb @@ -1,7 +1,7 @@ module ActionController #:nodoc: - # Re...
Fix some typos in the docs for ActionController::Responder
rails_rails
train
84846387779207e1091d8794d8be418625c0494a
diff --git a/package.json b/package.json index <HASH>..<HASH> 100755 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ "url": "https://github.com/divshot/superstatic/issues" }, "dependencies": { - "async": "0.4.x", + "async": "~0.9.0", "chalk": "~0.4.0", - "chokidar": "~0.7.1", + "chok...
deps: update all dependencies that needed it
firebase_superstatic
train
b56bbff5c8a1c42d09e232db4db058e9b7518d36
diff --git a/resources/js/controllers/layouts/form_controller.js b/resources/js/controllers/layouts/form_controller.js index <HASH>..<HASH> 100644 --- a/resources/js/controllers/layouts/form_controller.js +++ b/resources/js/controllers/layouts/form_controller.js @@ -88,7 +88,10 @@ export default class extends Controlle...
:bug: fix form error (#<I>)
orchidsoftware_platform
train
afd50019f28e08e55d71a9e1062ece706f728b63
diff --git a/test/flatten.js b/test/flatten.js index <HASH>..<HASH> 100644 --- a/test/flatten.js +++ b/test/flatten.js @@ -53,4 +53,20 @@ test('flatten stream of streams', function (t) { }) +test.only('flatten stream of broken streams', function (t) { + var _err = new Error('I am broken'); + pull( + pull.valu...
Add failing test for flattening stream of broken streams
pull-stream_pull-stream
train
500fe144ff2a0257fd20070c52ee9dbc3c4ec93a
diff --git a/openquake/risk/job/general.py b/openquake/risk/job/general.py index <HASH>..<HASH> 100644 --- a/openquake/risk/job/general.py +++ b/openquake/risk/job/general.py @@ -467,9 +467,9 @@ def compute_bcr_for_block(job_id, points, get_loss_curve, vulnerability function object and asset object and is supp...
risk/job/general.py: more correct docstring in compute_bcr_for_block() Former-commit-id: ff<I>ef<I>bc3af<I>a<I>c0a<I>f9
gem_oq-engine
train
890e79dc7d9ba483da72e3fc5922d42fcb72a763
diff --git a/src/Annotator/ComponentAnnotator.php b/src/Annotator/ComponentAnnotator.php index <HASH>..<HASH> 100644 --- a/src/Annotator/ComponentAnnotator.php +++ b/src/Annotator/ComponentAnnotator.php @@ -6,6 +6,7 @@ use Cake\Controller\Controller; use Cake\Core\App; use Cake\Network\Request; use Cake\Network\Sess...
Allow components and their component annotations to be updatable.
dereuromark_cakephp-ide-helper
train
58fb7fa11f301cc1dc73aec43f0201c6619656e5
diff --git a/DrdPlus/Tables/Armaments/Armourer.php b/DrdPlus/Tables/Armaments/Armourer.php index <HASH>..<HASH> 100644 --- a/DrdPlus/Tables/Armaments/Armourer.php +++ b/DrdPlus/Tables/Armaments/Armourer.php @@ -1106,6 +1106,7 @@ class Armourer extends StrictObject * @param MeleeWeaponlikeCode $meleeWeaponlikeCode...
fix: Armourer can calculate power of destruction for inappropriate weapon
drdplusinfo_tables
train
4f5d3b2031d1624e6e44abdaf05963070acc3031
diff --git a/output/Html.php b/output/Html.php index <HASH>..<HASH> 100644 --- a/output/Html.php +++ b/output/Html.php @@ -352,33 +352,9 @@ abstract class QM_Output_Html extends QM_Output { } /** - * Returns a file path, name, and line number. Safe for output. + * Returns a file path, name, and line number, or ...
Update the clickable file links documentation.
johnbillion_query-monitor
train
18f5680c5980a0b50387ed97abcb459d3aec35c3
diff --git a/src/sap.ui.core/src/sap/ui/core/util/MockServer.js b/src/sap.ui.core/src/sap/ui/core/util/MockServer.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.core/src/sap/ui/core/util/MockServer.js +++ b/src/sap.ui.core/src/sap/ui/core/util/MockServer.js @@ -1340,7 +1340,7 @@ sap.ui oEntity[sKey] = thi...
[FIX] MockServer: issue with guid properties cutoff Change-Id: I1fd0eb7cff<I>ab6ca5d<I>dac9d3d<I>dd
SAP_openui5
train
849a31858082841404a74d61dfd0600c24004fb3
diff --git a/tuf/store/filestore.go b/tuf/store/filestore.go index <HASH>..<HASH> 100644 --- a/tuf/store/filestore.go +++ b/tuf/store/filestore.go @@ -68,7 +68,15 @@ func (f *FilesystemStore) SetMultiMeta(metas map[string][]byte) error { func (f *FilesystemStore) SetMeta(name string, meta []byte) error { fileName :=...
Ensure that SetMeta creates parent directory first
theupdateframework_notary
train
6feb71ef9e633dbee821a119c520591da6008d94
diff --git a/tools/c7n_mailer/c7n_mailer/ldap_lookup.py b/tools/c7n_mailer/c7n_mailer/ldap_lookup.py index <HASH>..<HASH> 100644 --- a/tools/c7n_mailer/c7n_mailer/ldap_lookup.py +++ b/tools/c7n_mailer/c7n_mailer/ldap_lookup.py @@ -140,7 +140,8 @@ class LdapLookup(object): self.caching.set(ldap_user_met...
tools/c7n_mailer - if you don't setup caching, don't try to use the caching system (#<I>)
cloud-custodian_cloud-custodian
train
c09478557e8ad83de7d34db6367f1e3da7ca763b
diff --git a/entry_types/scrolled/package/src/contentElements/inlineAudio/editor.js b/entry_types/scrolled/package/src/contentElements/inlineAudio/editor.js index <HASH>..<HASH> 100644 --- a/entry_types/scrolled/package/src/contentElements/inlineAudio/editor.js +++ b/entry_types/scrolled/package/src/contentElements/inl...
Use waveform bars player control variant by default REDMINE-<I>
codevise_pageflow
train
7a7de02f966528ecb2c3e5fb6e8532ef96d98707
diff --git a/jtsbq/table.py b/jtsbq/table.py index <HASH>..<HASH> 100644 --- a/jtsbq/table.py +++ b/jtsbq/table.py @@ -175,8 +175,8 @@ class Table(object): """ # Return from cache - if hasattr(self, '___rows'): - return self.___rows + if hasattr(self, '__rows_cache'): + ...
refactored provate methods
frictionlessdata_tableschema-bigquery-py
train