hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
77b7a891cd0f8061fa68a9e6ee3cf14d41d567c1
diff --git a/Form/Type/DueType.php b/Form/Type/DueType.php index <HASH>..<HASH> 100755 --- a/Form/Type/DueType.php +++ b/Form/Type/DueType.php @@ -84,35 +84,12 @@ class DueType extends HookType )); } else { $builder - ->add('date', 'collot_datetime', arr...
CampaignChain/campaignchain-ce#<I> Don't allow to change start date of Campaigns that are running or done
CampaignChain_hook-due
train
45adaa674126e64160da5d64f46bc49b9993d396
diff --git a/peer/common/common.go b/peer/common/common.go index <HASH>..<HASH> 100644 --- a/peer/common/common.go +++ b/peer/common/common.go @@ -86,12 +86,16 @@ func InitConfig(cmdRoot string) error { //InitCrypto initializes crypto for this peer func InitCrypto(mspMgrConfigDir, localMSPID, localMSPType string) err...
[FAB-<I>] Fail at the beginning if no MSP ID If there's no MSP ID, we should fail at the beginning of InitCrypto before we do more configration and initialization work. Change-Id: I<I>a<I>da5f4b7f<I>df4e0eeb<I>
hyperledger_fabric
train
6a492664f2a3b4391373ec2cbb7089ddaf5673b1
diff --git a/analyse.py b/analyse.py index <HASH>..<HASH> 100755 --- a/analyse.py +++ b/analyse.py @@ -55,9 +55,20 @@ def details(est): def filterByError(ests, inf=0., sup=4.): """return an iterator with all the estimations where abs(error) is between inf and sup (both included)""" - return filter(lambda ...
added possibilty to filter by ratings count. Mixing filters is a bit obfuscated, maybe an xpath request would suit our needs better
NicolasHug_Surprise
train
b355e0ada43b28214c49cc0572b6c47d726b40a8
diff --git a/moto/cloudformation/parsing.py b/moto/cloudformation/parsing.py index <HASH>..<HASH> 100644 --- a/moto/cloudformation/parsing.py +++ b/moto/cloudformation/parsing.py @@ -378,12 +378,14 @@ def parse_condition(condition, resources_map, condition_map): condition_values = [] for value in list(conditi...
CloudFormation - verify shorthand Yaml-functions (#<I>)
spulec_moto
train
50bb12d7b0481c4ad1f38bdc8f6483bb1269423e
diff --git a/salt/client/ssh/client.py b/salt/client/ssh/client.py index <HASH>..<HASH> 100644 --- a/salt/client/ssh/client.py +++ b/salt/client/ssh/client.py @@ -13,6 +13,8 @@ log = logging.getLogger(__name__) class SSHClient(object): ''' Create a client object for executing routines via the salt-ssh backen...
Added versionaddedd directives to SSHClient
saltstack_salt
train
aaf092431b461fe8cf95b7530421d0d692e60756
diff --git a/src/Filter/Sprockets.php b/src/Filter/Sprockets.php index <HASH>..<HASH> 100644 --- a/src/Filter/Sprockets.php +++ b/src/Filter/Sprockets.php @@ -139,22 +139,23 @@ class Sprockets extends AssetFilter $children = []; foreach ($target->files() as $file) { $contents = $file->con...
Fix SprocketsFilter not being able to find dependencies properly. Refs #<I>
markstory_mini-asset
train
188095b27842e43e91d51b3667174f13810a61bc
diff --git a/impl/src/main/java/io/astefanutti/metrics/cdi/DefaultRegistryBean.java b/impl/src/main/java/io/astefanutti/metrics/cdi/DefaultRegistryBean.java index <HASH>..<HASH> 100644 --- a/impl/src/main/java/io/astefanutti/metrics/cdi/DefaultRegistryBean.java +++ b/impl/src/main/java/io/astefanutti/metrics/cdi/Defaul...
Passivation Bean IDs were not unique when there was more than one instance of DefaultRegistryBean.
astefanutti_metrics-cdi
train
95455418d6706dc447d3f6690c63c1b707c60149
diff --git a/query/src/test/java/org/infinispan/query/config/QueryParsingTest.java b/query/src/test/java/org/infinispan/query/config/QueryParsingTest.java index <HASH>..<HASH> 100644 --- a/query/src/test/java/org/infinispan/query/config/QueryParsingTest.java +++ b/query/src/test/java/org/infinispan/query/config/QueryPa...
[ISPN-<I>] (Identify tests not cleaning up their CacheManager) fixing QueryParsingTest to close clustered CacheManager
infinispan_infinispan
train
5040e02b8a5b9052ab7a5adcd76dd167284d1305
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -14,11 +14,8 @@ adapter.createQuery = function (text, params, callback) { adapter.createConnection = function (opts, callback) { var conn = new PostgresConnection(opts) - conn.connect(function (err) { - if (err) retu...
Pass createConnection callback through untouched This prevents `pg.js` from acting like the user supplied a callback in cases where they didn't
grncdr_node-any-db
train
33e6adb0df407c48dd7689c2980002520c566a46
diff --git a/includes/ClearFw/core/Resolver.class.php b/includes/ClearFw/core/Resolver.class.php index <HASH>..<HASH> 100644 --- a/includes/ClearFw/core/Resolver.class.php +++ b/includes/ClearFw/core/Resolver.class.php @@ -126,7 +126,7 @@ class Resolver { } $matches = array(); - preg_match ('/([^\/]*)\/\/([^...
removed references to DEFAULT_MODULE/ACTION because of taoDelivery and wfEngine's bootstrap handling git-svn-id: <URL>
oat-sa_generis
train
efff98f94d964be30bc100eefb503fc7f8c77a26
diff --git a/ykman/util.py b/ykman/util.py index <HASH>..<HASH> 100644 --- a/ykman/util.py +++ b/ykman/util.py @@ -105,7 +105,7 @@ class Cve201715361VulnerableError(Exception): class YUBIKEY(Enum): YKS = 'YubiKey Standard' NEO = 'YubiKey NEO' - SKY = 'FIDO U2F Security Key by Yubico' + SKY = 'FIDO U2F ...
Make the name of SKY a bit shorter
Yubico_yubikey-manager
train
299f352ee5b7dac082a09bb4d4c1932e397c61e8
diff --git a/vendor/refinerycms/core/lib/refinery/helpers/meta_helper.rb b/vendor/refinerycms/core/lib/refinery/helpers/meta_helper.rb index <HASH>..<HASH> 100644 --- a/vendor/refinerycms/core/lib/refinery/helpers/meta_helper.rb +++ b/vendor/refinerycms/core/lib/refinery/helpers/meta_helper.rb @@ -6,7 +6,7 @@ module Re...
Removed unneeded ternaries.
refinery_refinerycms
train
98555e1e8a15ad82eb65217c05b72e452be1cca2
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -10,8 +10,51 @@ var resolveRc = require('./lib/resolve-rc.js'); var pkg = require('./package.json'); var path = require('path'); +/** + * Error thrown by Babel formatted to conform to Webpack reporting. + */ +function Babe...
fix: more concise formatting for Babel errors (#<I>) * Hide stack trace (shown only when detailed error reporting is enabled in webpack) * Strip filename (already reported by webpack in a more concise format).
babel_babel-loader
train
487dd5c9351476a90541af39668d23dc0032fc0b
diff --git a/lib/xpm/install.js b/lib/xpm/install.js index <HASH>..<HASH> 100644 --- a/lib/xpm/install.js +++ b/lib/xpm/install.js @@ -42,6 +42,7 @@ const fs = require('fs') const path = require('path') const pacote = require('pacote') // const semver = require('semver') +const os = require('os') // https://www.n...
xpm install: try junctions and hard links on Windows
xpack_xpm-js
train
826de3fb1b74bf7bd6c6bd96b0715d0aafbfc1da
diff --git a/src/main/java/org/jpy/PyDictWrapper.java b/src/main/java/org/jpy/PyDictWrapper.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jpy/PyDictWrapper.java +++ b/src/main/java/org/jpy/PyDictWrapper.java @@ -168,12 +168,13 @@ public class PyDictWrapper implements Map<PyObject, PyObject> { @Overr...
Fix iterating over dicts
bcdev_jpy
train
6a8f7db485054e864810663fe84ca37ccd938e77
diff --git a/wrappers/time.go b/wrappers/time.go index <HASH>..<HASH> 100644 --- a/wrappers/time.go +++ b/wrappers/time.go @@ -9,6 +9,20 @@ import ( "time" ) +// The lower value for KDBX4 times is 0001-01-01. +// Since the time values are stored as seconds since that time, +// we need an offset to calculate that v...
Add explanation about zero value Also convert it to a const. The compiler might take care of this, but this way it will definitely not be recalculated and require additional memory/performance
tobischo_gokeepasslib
train
8f231f5f2e7c9a49b8c0ebfd368451a9fa940b43
diff --git a/photoview/src/main/java/com/github/chrisbanes/photoview/PhotoViewAttacher.java b/photoview/src/main/java/com/github/chrisbanes/photoview/PhotoViewAttacher.java index <HASH>..<HASH> 100644 --- a/photoview/src/main/java/com/github/chrisbanes/photoview/PhotoViewAttacher.java +++ b/photoview/src/main/java/com/...
-Added infinite scaling down with resetting to default scale after scale down finished
chrisbanes_PhotoView
train
b6f916b2b0b61b810853b4b9e6b1106c98cf55d8
diff --git a/core/src/main/java/org/jboss/jca/core/connectionmanager/pool/mcp/SemaphoreConcurrentLinkedDequeManagedConnectionPool.java b/core/src/main/java/org/jboss/jca/core/connectionmanager/pool/mcp/SemaphoreConcurrentLinkedDequeManagedConnectionPool.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/jbos...
[JBJCA-<I>] Parallelize destruction of managed connections In flush(), parallelize the destruction of every ConnectionListenerWrapper instead of doing them sequentially so that the total time to flush the pool is reduced. JIRA: <URL>
ironjacamar_ironjacamar
train
7652c85e8a7220a1a3745e7e5c3e384a1c280f09
diff --git a/packages/patternfly-4/react-docs/src/pages/icons.js b/packages/patternfly-4/react-docs/src/pages/icons.js index <HASH>..<HASH> 100644 --- a/packages/patternfly-4/react-docs/src/pages/icons.js +++ b/packages/patternfly-4/react-docs/src/pages/icons.js @@ -42,7 +42,7 @@ const iconsPage = ({ location }) => { ...
Added page titles for react docs & react icons pages (#<I>)
patternfly_patternfly-react
train
db5de0c0c91b042690ad3fbe80375d544ea4398f
diff --git a/image/encoder_test.go b/image/encoder_test.go index <HASH>..<HASH> 100644 --- a/image/encoder_test.go +++ b/image/encoder_test.go @@ -186,3 +186,17 @@ func TestDecodeCheckServerErrorPostDecode(t *testing.T) { t.Fatal("no error") } } + +func init() { + RegisterEncoder("test", &testEncoder{}) +} + +typ...
refactor image package (server, processor & encoder test)
pierrre_imageserver
train
1a65ee878825f3a89e0979219bd4aa1419ec1105
diff --git a/lib/doorkeeper/helpers/controller.rb b/lib/doorkeeper/helpers/controller.rb index <HASH>..<HASH> 100644 --- a/lib/doorkeeper/helpers/controller.rb +++ b/lib/doorkeeper/helpers/controller.rb @@ -5,11 +5,11 @@ module Doorkeeper module Controller private - def authenticate_resource_owner! +...
Add `:doc:` to private methods that are Public API [ci skip]
doorkeeper-gem_doorkeeper
train
78d7fa79cfadb96f6368e5dc85fa59a68b5e99ae
diff --git a/lib/graphlib.php b/lib/graphlib.php index <HASH>..<HASH> 100644 --- a/lib/graphlib.php +++ b/lib/graphlib.php @@ -712,6 +712,9 @@ function init_data() { $extraTick = 2 * $this->parameter['x_offset']; // extra tick to account for padding $numTicks = $this->calculated['x_axis']['num_ticks'] - 1; //...
implemented a provisional hack by roger to avoid division by zero reported in bug <I>.
moodle_moodle
train
482ca716f560558e7d2ebc18aabf191e79e260f0
diff --git a/TYPO3.Flow/Classes/F3_FLOW3.php b/TYPO3.Flow/Classes/F3_FLOW3.php index <HASH>..<HASH> 100644 --- a/TYPO3.Flow/Classes/F3_FLOW3.php +++ b/TYPO3.Flow/Classes/F3_FLOW3.php @@ -19,6 +19,13 @@ declare(ENCODING = 'utf-8'); * @version $Id$ */ +if (version_compare(phpversion(), F3_FLOW3::MINIMUM_PHP_VERSION...
* FLOW3: Moved the php version check to the very beginning of the FLOW3 bootstrap - otherwise __DIR__ is used and results in an error if the PHP version is below <I>. Closes #<I> Original-Commit-Hash: <I>a<I>ea<I>fc8cf<I>fde3f<I>d<I>f<I>
neos_flow-development-collection
train
b94f4ed00040ec33641527c233d35dfc9e8164c2
diff --git a/Core/Controller.php b/Core/Controller.php index <HASH>..<HASH> 100644 --- a/Core/Controller.php +++ b/Core/Controller.php @@ -59,7 +59,7 @@ class Controller // Render the view $content = ''; - if ($this->render['view']) { + if ($this->render['action'] and $this->render['vi...
Don't render the view if the routed action isn't being called.
nirix_radium
train
7260872d255b1c8cd3547758896a949f795b3613
diff --git a/classes/PodsAPI.php b/classes/PodsAPI.php index <HASH>..<HASH> 100644 --- a/classes/PodsAPI.php +++ b/classes/PodsAPI.php @@ -7438,7 +7438,7 @@ class PodsAPI { $info[ 'orderby' ] = '`t`.`menu_order`, `t`.`' . $info[ 'field_index' ] . '`, `t`.`post_date`'; // WPML support - if ( is_obje...
Extra current_language validation (WPML support) This didn't come with my last commit but should be there.
pods-framework_pods
train
68a3cbbe710d79d126ed577ae250b6854b50b039
diff --git a/ubersmith/calls/__init__.py b/ubersmith/calls/__init__.py index <HASH>..<HASH> 100644 --- a/ubersmith/calls/__init__.py +++ b/ubersmith/calls/__init__.py @@ -161,18 +161,44 @@ def _clean_fields(call, d): d[field] = func(d[field]) -def generate_generic_calls(prefix, ns): - def add_ge...
Have generated call functions search for call class.
jasonkeene_python-ubersmith
train
12b21c5c185a70c0b9309524e864c1343323edfc
diff --git a/malcolm/core/process.py b/malcolm/core/process.py index <HASH>..<HASH> 100644 --- a/malcolm/core/process.py +++ b/malcolm/core/process.py @@ -143,7 +143,8 @@ class Process(Loggable): # Allow every controller a chance to clean up self._run_hook(ProcessStopHook, timeout=timeout) fo...
Add a bit more logging to try and narrow down travis errors
dls-controls_pymalcolm
train
41b1027e18d7698c3f74d7a59b4c1724e1f71b3d
diff --git a/test/unit/view_handler_tests.rb b/test/unit/view_handler_tests.rb index <HASH>..<HASH> 100644 --- a/test/unit/view_handler_tests.rb +++ b/test/unit/view_handler_tests.rb @@ -59,6 +59,14 @@ module Deas::ViewHandler assert_nil subject.after_run_called end + should "know if it is equal to ano...
hotfix: add missing view handler equality test I noticed this was missing while using Deas as reference for some Qs changes. /cc @jcredding
redding_deas
train
05f12acfb2c01912bae8b274000f92742861b818
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index <HASH>..<HASH> 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,13 +7,14 @@ + Improved: Documentation + Improved: mapReduce() now won't communicate intermediary results + Improved: Future results are now sent back directly to the worker awaiting for it ++ Improved...
* Fixed memory leak on case of no result wanted back. * Fixed the Scan case. * Improved futures.py code readability * Fixed reduction malfunction when group was zero
soravux_scoop
train
b7d585a9f5e4347742037d5e092060bb91ec1793
diff --git a/lib/active_record/turntable/sharding_condition.rb b/lib/active_record/turntable/sharding_condition.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/turntable/sharding_condition.rb +++ b/lib/active_record/turntable/sharding_condition.rb @@ -8,7 +8,8 @@ module ActiveRecord::Turntable def forei...
Check existence of instance variable: `@model` stop warnings on rails <I>
drecom_activerecord-turntable
train
7b5ddf87d99676e5a70d8ebefd4ead75d71ac181
diff --git a/lib/bolt/version.rb b/lib/bolt/version.rb index <HASH>..<HASH> 100644 --- a/lib/bolt/version.rb +++ b/lib/bolt/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bolt - VERSION = '2.8.0' + VERSION = '2.9.0' end
(GEM) update bolt version to <I>
puppetlabs_bolt
train
08247e0a11887aef9391da8856bf2de787c18b98
diff --git a/lib/router.js b/lib/router.js index <HASH>..<HASH> 100644 --- a/lib/router.js +++ b/lib/router.js @@ -61,7 +61,8 @@ function Router(windshield) { return composer(route.context, route.adapters) .then(renderer(reply)) .catch(function (err) { - ...
PLAT-<I> | attempting to get stack into splunk
carsdotcom_windshieldjs
train
b5df3f2ec3096fea0ceb7e7c4b1aa395aa947334
diff --git a/lib/asset-resolver.js b/lib/asset-resolver.js index <HASH>..<HASH> 100644 --- a/lib/asset-resolver.js +++ b/lib/asset-resolver.js @@ -12,12 +12,12 @@ function AssetResolver(options) { Object.freeze(this); } -AssetResolver.prototype.resolvePath = function (to) { - return resolvePath(to, this.options)...
Pass callbacks to AssetResolver.prototype methods
borodean_assets
train
1db98eb80d8fed6f21ef7fa73ce74418586da29a
diff --git a/packages/terra-functional-testing/CHANGELOG.md b/packages/terra-functional-testing/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/packages/terra-functional-testing/CHANGELOG.md +++ b/packages/terra-functional-testing/CHANGELOG.md @@ -2,14 +2,17 @@ ## Unreleased +* Added + * Added useSeleniumStandalon...
[terra-functional-testing] Update node-resemble-js version to fix `Stream not writable` error. (#<I>) * Update node-resemble-js version to fix `Stream not writable` error. * Merge changelog.
cerner_terra-toolkit
train
f7fae1f1460acab0244d31cd9335c43159514981
diff --git a/python/setup.py b/python/setup.py index <HASH>..<HASH> 100755 --- a/python/setup.py +++ b/python/setup.py @@ -35,8 +35,6 @@ setup(name='jsbeautifier', 'jsbeautifer.core', 'jsbeautifer.javascript', 'jsbeautifier.unpackers', 'jsbeautifier.unpackers.tests'], ...
Updated python setup.py
beautify-web_js-beautify
train
6448a4a6f37b47ae94c3e02e09969424d6851f0d
diff --git a/src/SearchControl.js b/src/SearchControl.js index <HASH>..<HASH> 100644 --- a/src/SearchControl.js +++ b/src/SearchControl.js @@ -370,10 +370,10 @@ export class SearchControl extends Control { this.dropdown_.setEntries(entries, handlers) this.dropdownActive_ = true - return this.dropdo...
calling changed after dropdown has slided (#<I>) Fixes problem with scrollbar on small devices
KlausBenndorf_guide4you
train
11573e138b4d4804e21adab4412f947054723979
diff --git a/test/spec/xml/write.js b/test/spec/xml/write.js index <HASH>..<HASH> 100644 --- a/test/spec/xml/write.js +++ b/test/spec/xml/write.js @@ -120,7 +120,7 @@ describe('bpmn-moddle - write', function() { var expectedXML = '<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524...
test(write): escape \n via cdata now
bpmn-io_bpmn-moddle
train
a8d4bff552f674dd7944d97c0144409bf7260eaf
diff --git a/test/base.js b/test/base.js index <HASH>..<HASH> 100644 --- a/test/base.js +++ b/test/base.js @@ -9,8 +9,11 @@ describe("base", function () { it("supports multiple instances", function () { var + path = require("path"), previousGpf = g...
Improved access to latest gpf-debug
ArnaudBuchholz_gpf-js
train
f34cb7db218911aea7babaa5653fafabbaf3e6c5
diff --git a/src/js/components/Anchor.js b/src/js/components/Anchor.js index <HASH>..<HASH> 100644 --- a/src/js/components/Anchor.js +++ b/src/js/components/Anchor.js @@ -17,7 +17,7 @@ export default class Anchor extends Component { } else if (this.props.primary) { icon = ( <LinkNextIcon - ...
Change Anchor link icon title to be more explicit
grommet_grommet
train
d5533e4fdd69e3a76bc4764875298ce0e452d13b
diff --git a/Repository/UserRepository.php b/Repository/UserRepository.php index <HASH>..<HASH> 100644 --- a/Repository/UserRepository.php +++ b/Repository/UserRepository.php @@ -21,7 +21,7 @@ class UserRepository extends EntityRepository implements UserProviderInterface try { $user = $query->getS...
Fixed BC break introduced in sf<I> in UserRepository
orkestra_OrkestraApplicationBundle
train
41ac19ca7da2a56fd66d15f77d16dd1481adcc91
diff --git a/canvasapi/account.py b/canvasapi/account.py index <HASH>..<HASH> 100644 --- a/canvasapi/account.py +++ b/canvasapi/account.py @@ -1848,6 +1848,23 @@ class AccountReport(CanvasObject): def __str__(self): # pragma: no cover return "{} ({})".format(self.report, self.id) + def delete_report...
Wrote delete function and initial test function as well as fixtures.
ucfopen_canvasapi
train
9b4f0d409e82d538168c3b07045b320c897a427f
diff --git a/db/db.go b/db/db.go index <HASH>..<HASH> 100644 --- a/db/db.go +++ b/db/db.go @@ -1,4 +1,5 @@ // Package db exposes a lightweight abstraction over the SQLite code. +// If performs some basic mapping of lower-level types to rqlite types. package db import (
More package doc for db
rqlite_rqlite
train
e8ada8ce7af43682f9474c9980e20e464d9a2fbf
diff --git a/DoctrineMongoDBBundle.php b/DoctrineMongoDBBundle.php index <HASH>..<HASH> 100644 --- a/DoctrineMongoDBBundle.php +++ b/DoctrineMongoDBBundle.php @@ -66,8 +66,8 @@ class DoctrineMongoDBBundle extends Bundle $this->autoloader = function($class) use ($namespace, $dir, &$container) { ...
Fixed the class name check and removed variable overwriting
doctrine_DoctrineMongoDBBundle
train
71c8a7259c736cd4e15ac4219e6ed58a39707882
diff --git a/anchore/cli/toolbox.py b/anchore/cli/toolbox.py index <HASH>..<HASH> 100644 --- a/anchore/cli/toolbox.py +++ b/anchore/cli/toolbox.py @@ -34,7 +34,7 @@ def toolbox(anchore_config, ctx, image): imagelist = [image] - if ctx.invoked_subcommand not in ['import', 'delete', 'kubesync']: + if ctx.i...
initial implementation of anchore toolbox images
anchore_anchore
train
5012eea43ffa1f17ef19b4fdc7bf93d96553f821
diff --git a/grails-plugin-controllers/src/main/groovy/org/codehaus/groovy/grails/compiler/web/MethodActionTransformer.java b/grails-plugin-controllers/src/main/groovy/org/codehaus/groovy/grails/compiler/web/MethodActionTransformer.java index <HASH>..<HASH> 100644 --- a/grails-plugin-controllers/src/main/groovy/org/cod...
fix for GRAILS-<I> "Grails <I> -> <I> Upgrade problems". AST transformation logic dealing with command objects was incorrectly adding a method to java.lang.Object
grails_grails-core
train
9bcd0aad52663a1fff6a9cbfdc28b139991c630c
diff --git a/hwt/serializer/verilog/serializer.py b/hwt/serializer/verilog/serializer.py index <HASH>..<HASH> 100644 --- a/hwt/serializer/verilog/serializer.py +++ b/hwt/serializer/verilog/serializer.py @@ -61,6 +61,8 @@ class ToHdlAstVerilog(ToHdlAstVerilog_types, w.val = [] # initial process ...
ToHdlAstVerilog rm const from vars. initialized in initial proc.
Nic30_hwt
train
e12a276b9f49112ed0a5f3a20ded17c27a1c49c4
diff --git a/src/passes/god-rays.js b/src/passes/god-rays.js index <HASH>..<HASH> 100644 --- a/src/passes/god-rays.js +++ b/src/passes/god-rays.js @@ -59,11 +59,10 @@ export class GodRaysPass extends Pass { this.renderTargetMask = new THREE.WebGLRenderTarget(1, 1, { minFilter: THREE.LinearFilter, - magFilter...
Fixed a comma and a doc comment.
vanruesc_postprocessing
train
446567ddd0903eff0e3aaabb0a72afd056790aa6
diff --git a/core/Tracker.php b/core/Tracker.php index <HASH>..<HASH> 100644 --- a/core/Tracker.php +++ b/core/Tracker.php @@ -248,7 +248,6 @@ class Tracker } catch (DbException $e) { Common::printDebug("<b>" . $e->getMessage() . "</b>"); $this->exitWithExcepti...
Fix syntax error. VisitExcluded is not an Exception, nor is it ever thrown
matomo-org_matomo
train
108c660ceed22d5247e459088cec069c63fc9ee8
diff --git a/utils/make-phar.php b/utils/make-phar.php index <HASH>..<HASH> 100644 --- a/utils/make-phar.php +++ b/utils/make-phar.php @@ -200,6 +200,8 @@ if ( 'cli' === BUILD ) { ->in(WP_CLI_VENDOR_DIR . '/symfony/console') ->in(WP_CLI_VENDOR_DIR . '/symfony/filesystem') ->in(WP_CLI_VENDOR_DIR . '/justinrainb...
Add i<I>n-command dependencies to make-phar
wp-cli_wp-cli-bundle
train
c2c4e6ecd82cf8dac64c909a8d23a955a3b1e30a
diff --git a/source/rafcon/gui/controllers/graphical_editor.py b/source/rafcon/gui/controllers/graphical_editor.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/controllers/graphical_editor.py +++ b/source/rafcon/gui/controllers/graphical_editor.py @@ -330,7 +330,7 @@ class GraphicalEditorController(ExtendedContr...
Fix StateMachineManager access over StateMachine
DLR-RM_RAFCON
train
6588c5f7dd3aca4105078f34ae7d0e2b3d395f90
diff --git a/bosh_cli/lib/cli/commands/import_compiled_packages.rb b/bosh_cli/lib/cli/commands/import_compiled_packages.rb index <HASH>..<HASH> 100644 --- a/bosh_cli/lib/cli/commands/import_compiled_packages.rb +++ b/bosh_cli/lib/cli/commands/import_compiled_packages.rb @@ -12,7 +12,8 @@ module Bosh::Cli::Command ...
CLI gives feedback on importing compiled packages
cloudfoundry_bosh
train
a1ced0f2eacc9c19009c43b1ebef1068462e7892
diff --git a/consul/base.py b/consul/base.py index <HASH>..<HASH> 100644 --- a/consul/base.py +++ b/consul/base.py @@ -128,7 +128,8 @@ class Consul(object): else: data = json.loads(response.body) for item in data: - item['Value'] = base64...
Fixing a bug when trying to parse keys from recursive GET. When executing a recursive list of keys, the parent folder is being included as a result. However, as it is a folder, the value is set is to None. This is breaking when trying to base<I> decode the value. The bug is fixed by only parsing the values that are kn...
cablehead_python-consul
train
044620d87b0c16f560806ce07bf8f1b12e84df07
diff --git a/api/app/core/PushNotification/Services/GCM.php b/api/app/core/PushNotification/Services/GCM.php index <HASH>..<HASH> 100644 --- a/api/app/core/PushNotification/Services/GCM.php +++ b/api/app/core/PushNotification/Services/GCM.php @@ -23,6 +23,8 @@ class GCM implements Service { return $registration->de...
debug GCM registration_ids
doubleleft_hook
train
77d1450efd6e289e1d0701678dcf617badcb912e
diff --git a/test/backend-connection.test.js b/test/backend-connection.test.js index <HASH>..<HASH> 100644 --- a/test/backend-connection.test.js +++ b/test/backend-connection.test.js @@ -124,6 +124,11 @@ suite('Connection, simple communication', function() { return response; } + function createPacket(message...
test: Test behaviors for request-response messages for success and failure case in a time
droonga_express-droonga
train
c53b97dc6035473d279ac20fb8c389d02ea96ddf
diff --git a/icstask.py b/icstask.py index <HASH>..<HASH> 100644 --- a/icstask.py +++ b/icstask.py @@ -504,6 +504,10 @@ def task2ics() -> None: ) args = parser.parse_args() + if args.indir and args.indir != "-" and not exists(args.indir): + args.outfile = open(args.indir, "w", encoding="utf-8") + ...
Support task2ics out.ics
jspricke_python-icstask
train
223110ee99b81ec314182bb3948d9be4f1d08971
diff --git a/tests/core/web3-module/test_gas_pricing.py b/tests/core/web3-module/test_gas_pricing.py index <HASH>..<HASH> 100644 --- a/tests/core/web3-module/test_gas_pricing.py +++ b/tests/core/web3-module/test_gas_pricing.py @@ -6,4 +6,4 @@ def test_default_gas_pricing_strategy(web3): def test_default_gas_pricei...
Gas pricing strategy API: route eth.gasPrice to gas pricing strategy
ethereum_web3.py
train
2e9534e4dc19817512d34dc05b067302e9f6cf9c
diff --git a/test/helpers_test.rb b/test/helpers_test.rb index <HASH>..<HASH> 100644 --- a/test/helpers_test.rb +++ b/test/helpers_test.rb @@ -7,7 +7,7 @@ class HelpersTest < Test::Unit::TestCase end def status_app(code, &block) - code += 1 if code == 204 or code == 304 + code += 2 if [204, 205, 304].incl...
<I> no longer returns a body on rack master
sinatra_sinatra
train
ebb5143706cc86ac9592941c151c55fab783af4a
diff --git a/Slim/Http/Request.php b/Slim/Http/Request.php index <HASH>..<HASH> 100644 --- a/Slim/Http/Request.php +++ b/Slim/Http/Request.php @@ -187,11 +187,17 @@ class Request extends Message implements ServerRequestInterface }); $this->registerMediaTypeParser('application/xml', function ($input)...
Prevent XXE attacks Disable the libxml entity loader so that arbitary files cannot be read via XML input.
slimphp_Slim
train
8cba8bbef338448c32da208664cc7cfd0b9513f7
diff --git a/pysparkling/rdd.py b/pysparkling/rdd.py index <HASH>..<HASH> 100644 --- a/pysparkling/rdd.py +++ b/pysparkling/rdd.py @@ -143,12 +143,11 @@ class RDD(object): >>> from pysparkling import Context >>> seqOp = (lambda x, y: x + y) >>> combOp = (lambda x, y: x + y) - >>> dict(...
revert last change to doctest of aggregateByKey
svenkreiss_pysparkling
train
4ea1fa18a43a5179f93702328353101ac01b83ef
diff --git a/lib/doorkeeper/version.rb b/lib/doorkeeper/version.rb index <HASH>..<HASH> 100644 --- a/lib/doorkeeper/version.rb +++ b/lib/doorkeeper/version.rb @@ -6,8 +6,8 @@ module Doorkeeper module VERSION # Semantic versioning MAJOR = 4 - MINOR = 2 - TINY = 6 + MINOR = 3 + TINY = 0 # ...
[ci skip] Bump Doorkeeper version
doorkeeper-gem_doorkeeper
train
138b296b4b204f0179a4defef5fc02ac76e91bea
diff --git a/lib/loofah/html5/scrub.rb b/lib/loofah/html5/scrub.rb index <HASH>..<HASH> 100644 --- a/lib/loofah/html5/scrub.rb +++ b/lib/loofah/html5/scrub.rb @@ -6,7 +6,7 @@ module Loofah module Scrub CONTROL_CHARACTERS = /[`\u0000-\u0020\u007f\u0080-\u0101]/ - CSS_KEYWORDISH = /\A(#[0-9a-f]+|rgb\(\...
Correct the regexp for kewordish css property which hold a hex value
flavorjones_loofah
train
fc50d2b80810f2c34e2b58ef41ad970e3c5b261d
diff --git a/tests/javascript/index.php b/tests/javascript/index.php index <HASH>..<HASH> 100644 --- a/tests/javascript/index.php +++ b/tests/javascript/index.php @@ -3101,20 +3101,22 @@ function PiwikTest() { var hostAndPath = $(location).attr('pathname'); var iframe = document.createElement('iframe'...
Fix for IE9: wait for window.onload
matomo-org_matomo
train
cbb2250cdc34c24353deca3100974d264fcf5e54
diff --git a/spec/features/content_controller_spec.rb b/spec/features/content_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/features/content_controller_spec.rb +++ b/spec/features/content_controller_spec.rb @@ -59,7 +59,7 @@ describe Releaf::ContentController, js: true do it "keeps opened node chil...
Fix test by using sleep instead of db check
cubesystems_releaf
train
97e43d2cb0f308c7417ca3b63a2a10e838008046
diff --git a/teneto/networkmeasures/volatility.py b/teneto/networkmeasures/volatility.py index <HASH>..<HASH> 100755 --- a/teneto/networkmeasures/volatility.py +++ b/teneto/networkmeasures/volatility.py @@ -75,7 +75,7 @@ def volatility(tnet, distance_func='default', calc='overtime', communities=None, Calculate the...
fixing error from making code more readable
wiheto_teneto
train
c25309c2f6cb9de0c854cd8b7d362fba50843cd1
diff --git a/billy/bin/scrape.py b/billy/bin/scrape.py index <HASH>..<HASH> 100755 --- a/billy/bin/scrape.py +++ b/billy/bin/scrape.py @@ -24,16 +24,9 @@ def _clear_scraped_data(output_dir, scraper_type): for f in glob.glob(path + '/*.json'): os.remove(f) - -def _run_scraper(scraper_type...
experimental solo bill support moved to billy-scrape
openstates_billy
train
06f18bab89bbbbcafe88ebe8f562e8f91d06a19f
diff --git a/ruby_event_store/lib/ruby_event_store/projection.rb b/ruby_event_store/lib/ruby_event_store/projection.rb index <HASH>..<HASH> 100644 --- a/ruby_event_store/lib/ruby_event_store/projection.rb +++ b/ruby_event_store/lib/ruby_event_store/projection.rb @@ -96,7 +96,7 @@ module RubyEventStore def read(ini...
Make sure mutant would break from infinite loops. Sometimes mutating end condition could lead to never ending loop. Adding forced timeout ensures that mutant would discard such mutation as "killed".
RailsEventStore_rails_event_store
train
0bfbe012e2e7455be107c56257dc70c5438c6baf
diff --git a/addon/server.js b/addon/server.js index <HASH>..<HASH> 100644 --- a/addon/server.js +++ b/addon/server.js @@ -666,7 +666,8 @@ export default class Server { * @private */ _fetchAssociationNameFromModel(modelType, associationAttribute) { - let model = this.schema.modelFor(modelType); + let c...
#<I> Add logic to camelize model name before doing schema lookup for 'association' helper
samselikoff_ember-cli-mirage
train
f8fd09ac858cfc3e6b33c8b23530ac906da7fe0d
diff --git a/fireplace/card.py b/fireplace/card.py index <HASH>..<HASH> 100644 --- a/fireplace/card.py +++ b/fireplace/card.py @@ -651,9 +651,6 @@ class Enchantment(BaseCard): if hasattr(self.data.scripts, "maxHealth"): logging.info("%r removes all damage from %r", self, target) target.damage = 0 - if targe...
Use the damage property on weapons instead of modifying durability directly
jleclanche_fireplace
train
522c69f88555396d84cb75e09c8f1a59a10290e0
diff --git a/allantools/noise.py b/allantools/noise.py index <HASH>..<HASH> 100644 --- a/allantools/noise.py +++ b/allantools/noise.py @@ -26,24 +26,24 @@ import math import numpy import scipy.signal # for welch PSD -def numpy_psd(x, fs=1.0): +def numpy_psd(x, f_sample=1.0): """ calculate power spectral densit...
improve pylint score a bit (whitespace and variable naming)
aewallin_allantools
train
f8adbaaa96f0e9435b57ebf60bfbea67b6a4b3bd
diff --git a/core/src/main/java/org/infinispan/topology/ClusterTopologyManagerImpl.java b/core/src/main/java/org/infinispan/topology/ClusterTopologyManagerImpl.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/infinispan/topology/ClusterTopologyManagerImpl.java +++ b/core/src/main/java/org/infinispan/topolo...
ISPN-<I> NonTxBackupOwnerBecomingPrimaryOwnerTest.testPrimaryOwnerLeavingDuringPutIfAbsent random failures Ensure that the initial rebalance is not processed on the thread that started the cache.
infinispan_infinispan
train
ddbe0516d2ab6b667f94c732253927ff6fe3de7c
diff --git a/examples/mapbox-vector-tiles-advanced.js b/examples/mapbox-vector-tiles-advanced.js index <HASH>..<HASH> 100644 --- a/examples/mapbox-vector-tiles-advanced.js +++ b/examples/mapbox-vector-tiles-advanced.js @@ -1,4 +1,4 @@ -goog.require('ol.Attribution'); +/* eslint-disable openlayers-internal/no-unused-req...
Ignore unused requires in MVT examples
openlayers_openlayers
train
8eaa56040da75ead7485df83ad4b894184019d61
diff --git a/mambutask.py b/mambutask.py index <HASH>..<HASH> 100644 --- a/mambutask.py +++ b/mambutask.py @@ -64,6 +64,40 @@ class MambuTask(MambuStruct): return self.__class__.__name__ + " - taskid: '%s'" % self['id'] + def close(self, *args, **kwargs): + """""" + from dateti...
MambuTasks close task method
jstitch_MambuPy
train
3403f05e93d9caf50d86984a9200d05fca4204a3
diff --git a/packages/react-scripts/config/webpack.config.dev.js b/packages/react-scripts/config/webpack.config.dev.js index <HASH>..<HASH> 100644 --- a/packages/react-scripts/config/webpack.config.dev.js +++ b/packages/react-scripts/config/webpack.config.dev.js @@ -432,6 +432,13 @@ module.exports = { noEmit...
Ignore test files from reported type errors (#<I>) * Ignore test files from reported type errors * Ignore setup proxy & test files
facebook_create-react-app
train
e33023714d6188697616f89d048e74624871ba0e
diff --git a/bin/modclean.js b/bin/modclean.js index <HASH>..<HASH> 100644 --- a/bin/modclean.js +++ b/bin/modclean.js @@ -21,6 +21,7 @@ program .option('-p, --path <path>', 'Path to run modclean on (defaults to current directory)') .option('-s, --case-sensitive', 'Matches are case sensitive') .option('-...
Added -P, --no-progress (#5)
ModClean_modclean
train
48ac0cd626d6ea22971331b4a21e203f910fd886
diff --git a/src/main/java/org/jboss/aesh/io/FileResource.java b/src/main/java/org/jboss/aesh/io/FileResource.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/aesh/io/FileResource.java +++ b/src/main/java/org/jboss/aesh/io/FileResource.java @@ -149,8 +149,8 @@ public class FileResource implements Resource...
[AESH-<I>] changed Resource.write to Resource.write(boolean append)
aeshell_aesh
train
fd059359cce96befeadd4a103853f84d5ffc41a3
diff --git a/runtox.py b/runtox.py index <HASH>..<HASH> 100644 --- a/runtox.py +++ b/runtox.py @@ -1,9 +1,8 @@ #!/usr/bin/env python -import subprocess -import sys - if __name__ == "__main__": + import subprocess + import sys subprocess.call([sys.executable, "-m", "tox", "-i", "ALL=...
make runtox.py not import external modules unless run as a script Was not needed since the script actually does nothing unless run as a script. --HG-- branch : jurko/tox_usage
pytest-dev_pytest
train
6b39b1eed696937258698e8eb96fe3770e1d377a
diff --git a/builder/vsphere/iso/builder.go b/builder/vsphere/iso/builder.go index <HASH>..<HASH> 100644 --- a/builder/vsphere/iso/builder.go +++ b/builder/vsphere/iso/builder.go @@ -120,13 +120,13 @@ func (b *Builder) Run(ctx context.Context, ui packer.Ui, hook packer.Hook) (pack SSHConfig: b.config.Comm.SSHConfi...
StepShutdown should still occur if Comm.Type is none
hashicorp_packer
train
a58fcd94a077b22204f08385e906bebc31dcb948
diff --git a/activerecord/lib/active_record/schema_dumper.rb b/activerecord/lib/active_record/schema_dumper.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/schema_dumper.rb +++ b/activerecord/lib/active_record/schema_dumper.rb @@ -40,7 +40,7 @@ module ActiveRecord def header(stream) ...
Not checking for nil is apparently a lot faster.
rails_rails
train
86805e711c0b28208aeb4ba3e8599ef7967a53c6
diff --git a/builder.go b/builder.go index <HASH>..<HASH> 100644 --- a/builder.go +++ b/builder.go @@ -13,9 +13,9 @@ type Builder interface { type V0Builder struct{} type V1Builder struct { - Codec uint64 - HashFun uint64 - HashLen int // HashLen <= 0 means the default length + Codec uint64 + MhType uint64 +...
Change field names in V1Builder to match Prefix.
ipfs_go-cid
train
3db8d14c022c15bf32775c30c43c8a4dcb5eb4a4
diff --git a/lib/bullet/stack_trace_filter.rb b/lib/bullet/stack_trace_filter.rb index <HASH>..<HASH> 100644 --- a/lib/bullet/stack_trace_filter.rb +++ b/lib/bullet/stack_trace_filter.rb @@ -21,7 +21,8 @@ module Bullet def excluded_stacktrace_path? Bullet.stacktrace_excludes.any? do |exclude_pattern| - ...
fix caller_path in excluded_stacktrace_path
flyerhzm_bullet
train
b16c5f263df1ab54e855e39875566958659415d7
diff --git a/Test/TreeTest.js b/Test/TreeTest.js index <HASH>..<HASH> 100644 --- a/Test/TreeTest.js +++ b/Test/TreeTest.js @@ -71,6 +71,26 @@ describe('Tree', () => { assert.equal(myTree.countLeaves(), 4); }); + let addNodes = (number, tree) => { + for (let i = 0; i < number; i++) { + tree....
Begin removal of recursion from Tree
tivrama_DataStructures
train
556c5abb07c0ea9abab274c97d3c325fa60eadef
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,8 @@ The `data` parameter in `callback` is defined as follow: either fully consume or destroy the body unless there is an error, or no further requests will be processed. +`headers` is an object where a...
fix: lowercase response header keys (#<I>)
mcollina_undici
train
c06b1f31b700f479842984ad974c807ea63761b8
diff --git a/javalite-hornet-nest/src/main/java/org/javalite/hornet_nest/HornetNest.java b/javalite-hornet-nest/src/main/java/org/javalite/hornet_nest/HornetNest.java index <HASH>..<HASH> 100644 --- a/javalite-hornet-nest/src/main/java/org/javalite/hornet_nest/HornetNest.java +++ b/javalite-hornet-nest/src/main/java/or...
#<I> Tests failed after ActiveWeb upgrade from <I> to <I>-SNAPSHOT
javalite_activeweb
train
6ec0ed986dc39ecc0d05c17f80878984b14cdaca
diff --git a/andes/models/exciter/ac8b.py b/andes/models/exciter/ac8b.py index <HASH>..<HASH> 100644 --- a/andes/models/exciter/ac8b.py +++ b/andes/models/exciter/ac8b.py @@ -8,7 +8,7 @@ from andes.core.service import PostInitService from andes.core.block import LagAntiWindup, Lag from andes.core.block import Piecewi...
Renamed `ExcSat` to `ExcACSat`.
cuihantao_andes
train
739464457aa62cad1e5d61d6fd8a1b8edd0cef00
diff --git a/HISTORY.rst b/HISTORY.rst index <HASH>..<HASH> 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- + +---------------- +0.2.1 (2015-08-18) +---------------- +* Histdd functions sum, slice, average now also work + ---------------- 0.2 (2015-08-06) ---------------- diff --git a...
Histdd average fixes, new release
JelleAalbers_multihist
train
76fd31bd53d20d4f9439923a615b497e5b4704df
diff --git a/guacamole-common-js/src/main/resources/mouse.js b/guacamole-common-js/src/main/resources/mouse.js index <HASH>..<HASH> 100644 --- a/guacamole-common-js/src/main/resources/mouse.js +++ b/guacamole-common-js/src/main/resources/mouse.js @@ -128,14 +128,20 @@ Guacamole.Mouse = function(element) { //...
Properly offset mouse by document scroll amount (Firefox/Chrome, etc. inconsistency) - fixes ticket #<I>.
glyptodon_guacamole-client
train
325d14dd4275441735eeeccaaf45f913bd26910e
diff --git a/liquibase-core/src/main/java/liquibase/Liquibase.java b/liquibase-core/src/main/java/liquibase/Liquibase.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/Liquibase.java +++ b/liquibase-core/src/main/java/liquibase/Liquibase.java @@ -1162,7 +1162,7 @@ public class Liquibase impl...
Operation command for Rollback should be "rollback" DAT-<I> DAT-<I>
liquibase_liquibase
train
11b7ced6c1003ca1aec4e8085452fb14e867ade8
diff --git a/docs/script/correct-anchor.js b/docs/script/correct-anchor.js index <HASH>..<HASH> 100644 --- a/docs/script/correct-anchor.js +++ b/docs/script/correct-anchor.js @@ -21,7 +21,7 @@ module.exports = function ({ rootPath, absFilename, content }) { return match; }); return result; -} +}; function...
refactor: eslint fix
avwo_whistle
train
89ac90eccf4b7e774981095b12bb48596472d296
diff --git a/src/Rememberable.php b/src/Rememberable.php index <HASH>..<HASH> 100644 --- a/src/Rememberable.php +++ b/src/Rememberable.php @@ -22,23 +22,23 @@ trait Rememberable } /** - * Run the increment or decrement method on the model. + * Handle dynamic method calls into the model. * - ...
Go back to __call for intercepting increment/decrement because of larvel <I> incompatibility
ameliaikeda_rememberable
train
858c48736719b04d6e9336dd4caa328d8e5d1e5a
diff --git a/src/iframeResizer.js b/src/iframeResizer.js index <HASH>..<HASH> 100644 --- a/src/iframeResizer.js +++ b/src/iframeResizer.js @@ -938,18 +938,19 @@ ) } + function isNumber(value) { + return typeof value === 'number' + } + function setupIFrame(iframe, options) { function setLimits() {...
check for number before adding px to styles
davidjbradshaw_iframe-resizer
train
69df3fbd078b05a651d407d0f8001b57ee072395
diff --git a/lib/solargraph/api_map.rb b/lib/solargraph/api_map.rb index <HASH>..<HASH> 100755 --- a/lib/solargraph/api_map.rb +++ b/lib/solargraph/api_map.rb @@ -215,7 +215,7 @@ module Solargraph contexts.push '' if contexts.empty? cached = cache.get_constants(namespace, contexts) return cached.cl...
Use Set in place of Array (#<I>) This is very useful for performing analysis on very large codebases such as gitlab.
castwide_solargraph
train
0d9a88877bc2a3e4e50010973112d2eca3602e22
diff --git a/lib/runner.js b/lib/runner.js index <HASH>..<HASH> 100644 --- a/lib/runner.js +++ b/lib/runner.js @@ -152,8 +152,9 @@ Runner.prototype.hook = function(name, fn){ , timer; function next(i) { - var hook = self.currentRunnable = hooks[i]; + var hook = hooks[i]; if (!hook) return fn(); + ...
Fixed clobbering of current runnable. Closes #<I>
mochajs_mocha
train
82075c809c6a29c0e38447d345d8f745584eef92
diff --git a/salt/states/blockdev.py b/salt/states/blockdev.py index <HASH>..<HASH> 100644 --- a/salt/states/blockdev.py +++ b/salt/states/blockdev.py @@ -26,10 +26,14 @@ from __future__ import absolute_import import os import os.path import time +import logging # Import salt libs import salt.utils +# Init log...
Add logs and correct pylint error
saltstack_salt
train
ea87ec232f9645ccd7afabbe5113f79ba4d30cba
diff --git a/gtk/gtk.go b/gtk/gtk.go index <HASH>..<HASH> 100644 --- a/gtk/gtk.go +++ b/gtk/gtk.go @@ -7219,7 +7219,7 @@ func (v *MenuToolButton) SetMenu(menu *Menu) { func (v *MenuToolButton) GetMenu() *Menu { if v.mw == nil { - v.mw = &Menu{Container{Widget{C.gtk_menu_tool_button_get_menu(MENU_TOOL_BUTTON(v))}}...
fix a missing line in MR <I>
mattn_go-gtk
train
6984ea2bd498d14cbdb9fb0ce46e6eb7c832fa9f
diff --git a/Classes/Database/Process/MysqlCommand.php b/Classes/Database/Process/MysqlCommand.php index <HASH>..<HASH> 100644 --- a/Classes/Database/Process/MysqlCommand.php +++ b/Classes/Database/Process/MysqlCommand.php @@ -42,6 +42,7 @@ class MysqlCommand { $this->dbConfig = $dbConfig; $this-...
[TASK] Raise mysql command timeout to 5 minutes (#<I>) The default timeout of Symfony processes is <I> seconds which may be too small for large database exports/imports.
TYPO3-Console_TYPO3-Console
train
5a674484a4e87c6e97783421ddc864e8dae01938
diff --git a/code/plugins/system/koowa/request/request.php b/code/plugins/system/koowa/request/request.php index <HASH>..<HASH> 100644 --- a/code/plugins/system/koowa/request/request.php +++ b/code/plugins/system/koowa/request/request.php @@ -156,11 +156,26 @@ class KRequest } /** + * Alias of referrer() + * ...
Referrer vs referer
timble_kodekit
train
671766364b01ee82a7e09da44b919c12a1ddddfc
diff --git a/code/admin/CommentsGridFieldAction.php b/code/admin/CommentsGridFieldAction.php index <HASH>..<HASH> 100644 --- a/code/admin/CommentsGridFieldAction.php +++ b/code/admin/CommentsGridFieldAction.php @@ -44,7 +44,7 @@ class CommentsGridFieldAction implements GridField_ColumnProvider, GridField_Act if(!$re...
Prevented duplicate IDs on action buttons
silverstripe_silverstripe-comments
train
2bfc2f9d934938cdf251b00370a9d5d43da69c6c
diff --git a/zipline/utils/cli.py b/zipline/utils/cli.py index <HASH>..<HASH> 100644 --- a/zipline/utils/cli.py +++ b/zipline/utils/cli.py @@ -43,6 +43,25 @@ DEFAULTS = { def parse_args(argv, ipython_mode=False): + """Parse list of arguments. + + If a config file is provided (via -c), it will read in the + ...
DOC: Add doc strings.
quantopian_zipline
train
203df096a72e70dc514ec2f18aa452ed7f6d1d4d
diff --git a/components/Calendar.js b/components/Calendar.js index <HASH>..<HASH> 100644 --- a/components/Calendar.js +++ b/components/Calendar.js @@ -27,13 +27,19 @@ export default class Calendar extends Component { dayHeadings: PropTypes.array, eventDates: PropTypes.array, monthNames: PropTypes.array, ...
New PropTypes check (#<I>) * New PropTypes check * Miss in spelling
christopherdro_react-native-calendar
train
2ea3f7a5587b5e88b69e0ef87040434f3d8ffa67
diff --git a/src/app/directives/grafanaGraph.js b/src/app/directives/grafanaGraph.js index <HASH>..<HASH> 100644 --- a/src/app/directives/grafanaGraph.js +++ b/src/app/directives/grafanaGraph.js @@ -347,7 +347,7 @@ function (angular, $, kbn, moment, _) { url += scope.panel.stack ? '&areaMode=stacked' : ''; ...
Changing behavior to always obey the show legend option in grafana. without hideLegend=false, grafana defaults to the graphite behavior of hiding the legend at (default <I>) X number of series. Also should be checking scope.panel.legend.show.
grafana_grafana
train