hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3ff33b74bdc54f9cb5d3eaf528a6d00f14faa418
diff --git a/src/Mmi/Security/Auth.php b/src/Mmi/Security/Auth.php index <HASH>..<HASH> 100644 --- a/src/Mmi/Security/Auth.php +++ b/src/Mmi/Security/Auth.php @@ -296,7 +296,6 @@ class Auth { //pobieranie usera i hasła ze zmiennych środowiskowych $this->setIdentity(\Mmi\App\FrontController::getInstance()->getEnvi...
fixed forbidden -> unauthorized header http basic auth
milejko_mmi
train
27a001f212d694e9a13f1d325bd5138823336cc7
diff --git a/tests/Transformers/TransformerFactoryTest.php b/tests/Transformers/TransformerFactoryTest.php index <HASH>..<HASH> 100644 --- a/tests/Transformers/TransformerFactoryTest.php +++ b/tests/Transformers/TransformerFactoryTest.php @@ -19,6 +19,7 @@ use GrahamCampbell\Throttle\Transformers\ArrayTransformer; use...
Update TransformerFactoryTest.php
GrahamCampbell_Laravel-Throttle
train
5fb925bc11800f83ddb73de9e73a2ee9a0c268f8
diff --git a/tests/frontend/org/voltdb/catalog/TestCatalogDiffs.java b/tests/frontend/org/voltdb/catalog/TestCatalogDiffs.java index <HASH>..<HASH> 100644 --- a/tests/frontend/org/voltdb/catalog/TestCatalogDiffs.java +++ b/tests/frontend/org/voltdb/catalog/TestCatalogDiffs.java @@ -559,7 +559,7 @@ public class TestCata...
Fix partitioning error in testcase. Unused procedure in testcase was mispartitioned (the testcase attempts to change a replicated table to partitioned table via a catalog change.)
VoltDB_voltdb
train
35c66b02b5c9f044caeb65b85ef524ac16213639
diff --git a/src/cli.js b/src/cli.js index <HASH>..<HASH> 100755 --- a/src/cli.js +++ b/src/cli.js @@ -65,7 +65,7 @@ if (require.main === module) { ) .option( '-e, --electron-version <value>', - "electron version to package, without the 'v', see https://github.com/atom/electron/releases", + "...
Update documentation URLs in the CLI help message (#<I>) This updates URLs in the command-line help to avoid redirects.
jiahaog_nativefier
train
0ca0a805d67830e12a3d3676fac0e4920390c16a
diff --git a/api/src/main/java/org/spout/renderer/api/Camera.java b/api/src/main/java/org/spout/renderer/api/Camera.java index <HASH>..<HASH> 100644 --- a/api/src/main/java/org/spout/renderer/api/Camera.java +++ b/api/src/main/java/org/spout/renderer/api/Camera.java @@ -46,7 +46,7 @@ public class Camera { * ...
Make the Camera constructor public again We don’t need to restrain camera creation to predefined projection matrices, and this makes more sense than adding a static method instead.
flow_caustic
train
ed522a0e3a5ddfbdda01c426802b088cce2b4191
diff --git a/mike/mkdocs.py b/mike/mkdocs.py index <HASH>..<HASH> 100644 --- a/mike/mkdocs.py +++ b/mike/mkdocs.py @@ -6,7 +6,7 @@ from ruamel import yaml def site_dir(config_file): with open(config_file) as f: - config = yaml.safe_load(f) + config = yaml.load(f) site = config.get('site_d...
Don't use `safe_load` when loading YAML to allow users to use stuff like `!!python...` This is less-secure, but since MkDocs already does it, it doesn't actually open up any new attack surface, as far as I can tell.
jimporter_mike
train
12b42dd8a992dfc23851a02cbc36a73594faeb5e
diff --git a/src/index.test.js b/src/index.test.js index <HASH>..<HASH> 100644 --- a/src/index.test.js +++ b/src/index.test.js @@ -1,3 +1,4 @@ +/* eslint-disable no-template-curly-in-string */ import createBabylonOptions from "babylon-options" import pluginTester from "babel-plugin-tester"
Convince eslint that test code is fine.
sebastian-software_babel-plugin-smart-webpack-import
train
e66114ad71b1f45dc011704010f049ea37746d45
diff --git a/lib/websocket.js b/lib/websocket.js index <HASH>..<HASH> 100644 --- a/lib/websocket.js +++ b/lib/websocket.js @@ -73,7 +73,7 @@ function WSConnection() { ended = false; try { - streamData = stanza.parse(Stream, wrap(data)); + streamData = stanza.par...
Propery handle stream parsing error conditions
legastero_stanza.io
train
0de013184a35baa6e92ad47f41e47f26d59f03b5
diff --git a/src/languages/time-ago-language-it_IT.js b/src/languages/time-ago-language-it_IT.js index <HASH>..<HASH> 100644 --- a/src/languages/time-ago-language-it_IT.js +++ b/src/languages/time-ago-language-it_IT.js @@ -9,7 +9,7 @@ angular.module('yaru22.angular-timeago').config(function(timeAgoSettings) { seco...
Fixed punctuation for hour field in italian
yaru22_angular-timeago
train
f7fbe9a6502ea1390d0de4ff958c4c6f66e57681
diff --git a/DataFixtures/ORM/LoadMediaData.php b/DataFixtures/ORM/LoadMediaData.php index <HASH>..<HASH> 100644 --- a/DataFixtures/ORM/LoadMediaData.php +++ b/DataFixtures/ORM/LoadMediaData.php @@ -50,7 +50,7 @@ class LoadMediaData extends AbstractDataFixture */ public function load(ObjectManager $manager) ...
Changed default theme name (cherry picked from commit <I>af0f<I>fabad<I>c<I>c<I>afea<I>b<I>)
WellCommerce_CouponBundle
train
34c887f70dcd387251503a386d475638acbf3e6e
diff --git a/spam_lists/service_models.py b/spam_lists/service_models.py index <HASH>..<HASH> 100644 --- a/spam_lists/service_models.py +++ b/spam_lists/service_models.py @@ -6,7 +6,7 @@ for remote and local spam listing services ''' from __future__ import unicode_literals -#pylint: disable-msg=redefined-builtin +#...
Replace deprecated pylint annotations The "disable-msg" annotation is being replaced with "disable"
piotr-rusin_spam-lists
train
f22516e4207e0cf5b5467164b1660ac1a55488eb
diff --git a/test/spec/directives/ivh-treeview.js b/test/spec/directives/ivh-treeview.js index <HASH>..<HASH> 100644 --- a/test/spec/directives/ivh-treeview.js +++ b/test/spec/directives/ivh-treeview.js @@ -136,7 +136,7 @@ describe('Directive ivhTreeview', function() { scope.bag1[1].children.push({label: 'five p...
test: Check for leaf class on correct elements
iVantage_angular-ivh-treeview
train
e0d117ce80c91c6aa22eda69545a79270325ca92
diff --git a/internal/merger/merger.go b/internal/merger/merger.go index <HASH>..<HASH> 100644 --- a/internal/merger/merger.go +++ b/internal/merger/merger.go @@ -99,7 +99,6 @@ func init() { "go_proto_library", }, attrs: []string{ - "compilers", "proto", }, }, {
internal/merger: make "compilers" attribute unmergeable (#<I>) Gazelle won't modify or delete this attribute if it's set in existing rules. Fixes #<I>
bazelbuild_bazel-gazelle
train
5630a767668aafb755052b4183184ea289620031
diff --git a/integration/cluster.go b/integration/cluster.go index <HASH>..<HASH> 100644 --- a/integration/cluster.go +++ b/integration/cluster.go @@ -837,6 +837,7 @@ func NewClusterV3(t *testing.T, cfg *ClusterConfig) *ClusterV3 { clus := &ClusterV3{ cluster: NewClusterByConfig(t, cfg), } + clus.Launch(t) for...
integration: NewClusterV3 should launch cluster before creating clients
etcd-io_etcd
train
9f9758598a82fb0e2ba4f70b22d093cd7c7a2921
diff --git a/core/src/utilities/helpers/routing-helpers.js b/core/src/utilities/helpers/routing-helpers.js index <HASH>..<HASH> 100644 --- a/core/src/utilities/helpers/routing-helpers.js +++ b/core/src/utilities/helpers/routing-helpers.js @@ -361,8 +361,9 @@ class RoutingHelpersClass { getIntentObject(intentLink) { ...
hotfix intent param with dash (#<I>)
kyma-project_luigi
train
9713d128cdd9f9e78a3e1778a76620ae8802760b
diff --git a/src/GraphQLController.php b/src/GraphQLController.php index <HASH>..<HASH> 100644 --- a/src/GraphQLController.php +++ b/src/GraphQLController.php @@ -105,7 +105,7 @@ class GraphQLController extends Controller 'query' => $query, 'parsedQuery' => $parsedQuery, ]...
apq: gracefully handle GraphQL parse errors
rebing_graphql-laravel
train
0f6d4eac6de4c95178826aa009f779fc9dd0de18
diff --git a/phoebe/frontend/bundle.py b/phoebe/frontend/bundle.py index <HASH>..<HASH> 100644 --- a/phoebe/frontend/bundle.py +++ b/phoebe/frontend/bundle.py @@ -626,7 +626,7 @@ class Bundle(object): """ return self.get_system().clear_synthetic() - def set_time(self, time, label=None, se...
various minor gui and bundle bug fixes
phoebe-project_phoebe2
train
b93a2fce49911e2a43a3d481bef6269f93b2b250
diff --git a/spec/serf/errors/policy_failure_spec.rb b/spec/serf/errors/policy_failure_spec.rb index <HASH>..<HASH> 100644 --- a/spec/serf/errors/policy_failure_spec.rb +++ b/spec/serf/errors/policy_failure_spec.rb @@ -4,8 +4,8 @@ require 'serf/errors/policy_failure' describe Serf::Errors::PolicyFailure do - it '...
Fix Spec bug on PolicyFailure. Details: * I didn't properly make a proper rspec 'should' assertion on the subject. The test passed no matter what. * Now I made a good should assertion.
byu_serf
train
52cc59939ff88035138be76f07f349ad10cf5ce2
diff --git a/src/main/java/org/dasein/cloud/openstack/nova/os/AbstractMethod.java b/src/main/java/org/dasein/cloud/openstack/nova/os/AbstractMethod.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dasein/cloud/openstack/nova/os/AbstractMethod.java +++ b/src/main/java/org/dasein/cloud/openstack/nova/os/AbstractM...
general tidy up loosely related to bugzid <I> bubble all cloud errors up to console remove info log message on <I> OK fix volume device ids to match those used by cloud
dasein-cloud_dasein-cloud-openstack
train
57feeb269bdade6bdb0cb887e1d520a0c18d41f5
diff --git a/source/php/Module/Posts/Posts.php b/source/php/Module/Posts/Posts.php index <HASH>..<HASH> 100644 --- a/source/php/Module/Posts/Posts.php +++ b/source/php/Module/Posts/Posts.php @@ -160,9 +160,9 @@ class Posts extends \Modularity\Module 'key' => 'group_' . md5('mod_posts_taxonomy_display'), ...
Do some test on save_post before deleting or updating.
helsingborg-stad_Modularity
train
23a4814979a0f79112f4eeabe4a842377494c0c8
diff --git a/pysat/tests/test_meta.py b/pysat/tests/test_meta.py index <HASH>..<HASH> 100644 --- a/pysat/tests/test_meta.py +++ b/pysat/tests/test_meta.py @@ -1213,6 +1213,21 @@ class TestBasics(object): assert ('NEW2' == self.meta.var_case_name('NEW2')) return + def test_var_case_name_list_input...
TST: Added test for list input to `var_case_name`
rstoneback_pysat
train
6726062e4801370505dfe7f5d0f58573fa7d4810
diff --git a/openpnm/algorithms/GenericTransport.py b/openpnm/algorithms/GenericTransport.py index <HASH>..<HASH> 100644 --- a/openpnm/algorithms/GenericTransport.py +++ b/openpnm/algorithms/GenericTransport.py @@ -279,22 +279,19 @@ class GenericTransport(GenericAlgorithm): mode = self._parse_mode(mode, allowe...
added total_rate feature to set_rate_BC method
PMEAL_OpenPNM
train
31b644cbf39dda9da3bdc6329ba809ebf4bba8f6
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -435,7 +435,7 @@ function streamCompare(stream1, stream2, optionsOrCompare) { /** Handles stream end events. * - * @this !module:stream.Readable + * @this {!module:stream.Readable} * @private */ functio...
Add braces around type for @this Necessary in closure mode.
kevinoid_stream-compare
train
4452bc6d70e0a55bbbe3fc6978ae9914f7bee9f5
diff --git a/src/EditorControls.js b/src/EditorControls.js index <HASH>..<HASH> 100644 --- a/src/EditorControls.js +++ b/src/EditorControls.js @@ -289,6 +289,26 @@ class EditorControls extends Component { } break; + case EDITOR_ACTIONS.MOVE_TO: + // checking is fromIndex and toIndex is a...
add ability to move folds up and down / can be extended to other accordions
plotly_react-chart-editor
train
d4b7be009c3cbae61b67a0306ff9f0d9d845bfe3
diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index <HASH>..<HASH> 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -720,7 +720,6 @@ func syncthingMain(runtimeOptions RuntimeOptions) { dbFile := locations[locDatabase] ldb, err := db.Open(dbFile) - if err != nil { l.Fatalln("Cann...
cmd/syncthing: Reset delta indexes on upgrade
syncthing_syncthing
train
fdd9bd8f7acdb3c5b43f08e2df4e594cab5ca88a
diff --git a/lib/ronin/ui/output/handler.rb b/lib/ronin/ui/output/handler.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/ui/output/handler.rb +++ b/lib/ronin/ui/output/handler.rb @@ -24,6 +24,13 @@ module Ronin module Output module Handler # + # Prints the given _messages_. + # + ...
Added Output#puts and Handler.puts.
ronin-ruby_ronin
train
524d21da14ca8f36e7afa8bd3c5a74612bd35985
diff --git a/lib/rack/timeout.rb b/lib/rack/timeout.rb index <HASH>..<HASH> 100644 --- a/lib/rack/timeout.rb +++ b/lib/rack/timeout.rb @@ -1,5 +1,6 @@ # encoding: utf-8 require 'timeout' +require 'securerandom' module Rack class Timeout @@ -7,6 +8,11 @@ module Rack class RequestTooOldError < Error; end ...
a bunch more refactoring; notable changes: - don't log a new if state is not altered - generate our own request id when HTTP_HEROKU_REQUEST_ID is not present - use a RequestData struct to contain our env stuff instead of various rack-timeout.key-name keys in env
heroku_rack-timeout
train
fd3af4b13a837aa45f804ab1901624ddb3a422f3
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -39,6 +39,12 @@ module.exports = function(grunt) { jasmine_node_watch: { command: './node_modules/jasmine-node/bin/jasmine-node --color --autotest tests/' } + }...
Configured grunt-githooks
rmariuzzo_grunt-fb-flo
train
849897444d1ad4f714e9a65f127ffa06ba2a6ac6
diff --git a/internetarchive/cli/ia_search.py b/internetarchive/cli/ia_search.py index <HASH>..<HASH> 100644 --- a/internetarchive/cli/ia_search.py +++ b/internetarchive/cli/ia_search.py @@ -33,7 +33,7 @@ options: -i, --itemlist Output identifiers only. -f, --field=<field>... Metad...
Increased search timeout to <I> seconds
jjjake_internetarchive
train
82cdf2447978b90c88e77573ac6d561ef851e051
diff --git a/lib/rules/globals.js b/lib/rules/globals.js index <HASH>..<HASH> 100644 --- a/lib/rules/globals.js +++ b/lib/rules/globals.js @@ -10,13 +10,13 @@ // ----------------------------------------------------------------------------- import {Variable} from 'escope' -import {CLIENT, SERVER, UNIVERSAL} from '.....
fix(globals): Set globals in envs other than client and server
dferber90_eslint-plugin-meteor
train
22436555a7d8c5fa207f1f5500451d8e96986315
diff --git a/helper/schema/resource_data_test.go b/helper/schema/resource_data_test.go index <HASH>..<HASH> 100644 --- a/helper/schema/resource_data_test.go +++ b/helper/schema/resource_data_test.go @@ -2258,6 +2258,37 @@ func TestResourceDataState(t *testing.T) { Attributes: map[string]string{}, }, }, + + ...
helper/schema: test setting computed value and retrieving it via state
hashicorp_terraform
train
af0891365becb9ae73a7cb2450f75901c490b358
diff --git a/contribs/gmf/src/services/permalink.js b/contribs/gmf/src/services/permalink.js index <HASH>..<HASH> 100644 --- a/contribs/gmf/src/services/permalink.js +++ b/contribs/gmf/src/services/permalink.js @@ -1,6 +1,7 @@ goog.provide('gmf.Permalink'); goog.require('gmf'); +goog.require('ngeo'); goog.require(...
Don't add unknown keys in the permalink
camptocamp_ngeo
train
97139fb44d3c87b68567cd4a9c7291bf8b672420
diff --git a/engine/src/test/java/org/camunda/bpm/engine/test/api/multitenancy/MultiTenancyDecisionTaskTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/api/multitenancy/MultiTenancyDecisionTaskTest.java index <HASH>..<HASH> 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/api/multitenancy/Multi...
fix(test): make test case runnable for all history levels related to #CAM-<I>
camunda_camunda-bpm-platform
train
dea9035d9b72d2939a1e7904f98b7472c7e2fb47
diff --git a/src/Surfnet/StepupMiddlewareClient/Identity/Dto/RaListingSearchQuery.php b/src/Surfnet/StepupMiddlewareClient/Identity/Dto/RaListingSearchQuery.php index <HASH>..<HASH> 100644 --- a/src/Surfnet/StepupMiddlewareClient/Identity/Dto/RaListingSearchQuery.php +++ b/src/Surfnet/StepupMiddlewareClient/Identity/Dt...
Revert ability to set Institution on RaListingSearchQeury
OpenConext_Stepup-Middleware-clientbundle
train
85a148ecb0e4046b296351ac9cb0b0293894a5ee
diff --git a/Kwf/Controller/Action/Cli/Web/ProcessControlController.php b/Kwf/Controller/Action/Cli/Web/ProcessControlController.php index <HASH>..<HASH> 100644 --- a/Kwf/Controller/Action/Cli/Web/ProcessControlController.php +++ b/Kwf/Controller/Action/Cli/Web/ProcessControlController.php @@ -209,11 +209,11 @@ class K...
don't use posix_kill to have less dependencies on loaded php module
koala-framework_koala-framework
train
eb84b79d9e4fcc7271c2e6dd7a7902dec16dc560
diff --git a/internals/states.py b/internals/states.py index <HASH>..<HASH> 100644 --- a/internals/states.py +++ b/internals/states.py @@ -1344,7 +1344,7 @@ class HSMMIntNegBinVariantSubHMMsStates(HSMMStatesIntegerNegativeBinomialVariant # TODO something with temperature self._remove_substates_from_su...
using sparse backwards sampling checked never instantiating dense matrix
mattjj_pyhsmm
train
c65081e4bdea6302f783e4d621a5b2fbb1a9592c
diff --git a/app/models/post.rb b/app/models/post.rb index <HASH>..<HASH> 100644 --- a/app/models/post.rb +++ b/app/models/post.rb @@ -51,7 +51,7 @@ class Post < ActiveRecord::Base end def find_all_associated_media - find_media_from_body << self.featured_media + find_media_from_body.push(self.featured_med...
Compact/ensure uniqueness of associated media array
cortex-cms_cortex
train
82b48dff77fda170a3a7e11f9287bc53ce95f830
diff --git a/simpleclient/src/main/java/io/prometheus/client/CollectorRegistry.java b/simpleclient/src/main/java/io/prometheus/client/CollectorRegistry.java index <HASH>..<HASH> 100644 --- a/simpleclient/src/main/java/io/prometheus/client/CollectorRegistry.java +++ b/simpleclient/src/main/java/io/prometheus/client/Coll...
Filter based on time series, not metric.
prometheus_client_java
train
603bb6c8786137e877d2f2eb2e52c4d019f9d4c6
diff --git a/system/src/Grav/Framework/Flex/FlexObject.php b/system/src/Grav/Framework/Flex/FlexObject.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Framework/Flex/FlexObject.php +++ b/system/src/Grav/Framework/Flex/FlexObject.php @@ -618,12 +618,24 @@ class FlexObject implements FlexObjectInterface, FlexAuthor...
Make it possible to save multiple variations of the Flex Object
getgrav_grav
train
7cb9d08b7f73cc95271758f098c9230eb71f987b
diff --git a/packages/maniajs-jukebox/src/jukebox.js b/packages/maniajs-jukebox/src/jukebox.js index <HASH>..<HASH> 100644 --- a/packages/maniajs-jukebox/src/jukebox.js +++ b/packages/maniajs-jukebox/src/jukebox.js @@ -59,6 +59,88 @@ module.exports.default = class Jukebox { }); } + /** + * Remove map from ...
Adding remove, list and clear commands.
ManiaJS_plugins
train
48459e9082e9477ca783ae920388671363e09761
diff --git a/src/Symfony/Component/Config/Definition/ArrayNode.php b/src/Symfony/Component/Config/Definition/ArrayNode.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Config/Definition/ArrayNode.php +++ b/src/Symfony/Component/Config/Definition/ArrayNode.php @@ -28,7 +28,7 @@ class ArrayNode extends BaseNod...
[Config] Renaming the key attribute removal property for consistency per Johannes' recommendation. Also fixing a PHPDoc typo per Stof.
symfony_symfony
train
4ca40d7f3d50f242949a929fb54b42baeb56ed14
diff --git a/src/ElephantOnCouch/Couch.php b/src/ElephantOnCouch/Couch.php index <HASH>..<HASH> 100755 --- a/src/ElephantOnCouch/Couch.php +++ b/src/ElephantOnCouch/Couch.php @@ -972,7 +972,7 @@ final class Couch { $this->validateAndEncodeDbName($name); if ($name != $this->dbName) { - $this->send(new R...
sometimes I was rawurlencode() two times
dedalozzo_eoc-client
train
fdcdf87910f63d610ceb72ee7d75c14668a3cabf
diff --git a/PHPCompatibility/Sniff.php b/PHPCompatibility/Sniff.php index <HASH>..<HASH> 100644 --- a/PHPCompatibility/Sniff.php +++ b/PHPCompatibility/Sniff.php @@ -1081,10 +1081,21 @@ abstract class Sniff implements \PHP_CodeSniffer_Sniff 'T_ANON_CLASS' => true, 'T_TRAIT' => true, ...
Sniff::isClassProperty: bug fix When a class would be nested in parenthesis, the method did not recognize class properties properly. To check for this without code duplication, the return of the `Sniff::validDirectScope()` method has changed. It used to always return a boolean. Now it will return `false` if not in a ...
PHPCompatibility_PHPCompatibility
train
c324c56b582c6a2b60c2962e3fe66ea11cd05a86
diff --git a/src/presets/ssr-auth-aes128.js b/src/presets/ssr-auth-aes128.js index <HASH>..<HASH> 100644 --- a/src/presets/ssr-auth-aes128.js +++ b/src/presets/ssr-auth-aes128.js @@ -17,7 +17,7 @@ const MAX_TIME_DIFF = 30; // seconds /** * @description - * shadowsocksr "auth_aes128" base class implementation. + ...
presets: minor fix for ssr-auth-aes<I>
blinksocks_blinksocks
train
6abee2008b314a65553202b15d9a333d171e3433
diff --git a/daemon/cluster/noderunner.go b/daemon/cluster/noderunner.go index <HASH>..<HASH> 100644 --- a/daemon/cluster/noderunner.go +++ b/daemon/cluster/noderunner.go @@ -124,8 +124,11 @@ func (n *nodeRunner) start(conf nodeStartConfig) error { n.cluster.config.Backend, n.cluster.config.PluginBackend, n...
Increase raft ElectionTick to <I>xHeartbeatTick
moby_moby
train
686704676e2d0e9a65a6777e72af1cf559f9aa30
diff --git a/marshmallow/fields.py b/marshmallow/fields.py index <HASH>..<HASH> 100644 --- a/marshmallow/fields.py +++ b/marshmallow/fields.py @@ -578,6 +578,12 @@ def get_args(func): return inspect.getargspec(func).args +def _callable(obj): + if not callable(obj): + raise MarshallingError('{0!r} is ...
Function field initialization fails early if argument is not callable.
marshmallow-code_marshmallow
train
9c836c0d3daedca05e8caecfbd81cccf2bb94378
diff --git a/src/Core/Config/Configurable.php b/src/Core/Config/Configurable.php index <HASH>..<HASH> 100644 --- a/src/Core/Config/Configurable.php +++ b/src/Core/Config/Configurable.php @@ -25,6 +25,7 @@ trait Configurable /** * Get inherited config value * + * @deprecated 5.0 Use ->config()->get(...
Added missing @deprecated tags This PR just adds a couple of @deprecated tags where they were missing, where IDE's like PHPStorm immediately alert the user that it's deprecated.
silverstripe_silverstripe-framework
train
5a7d06ae247ca423e385af45403a3913b0d66875
diff --git a/lib/queryko/filters/base.rb b/lib/queryko/filters/base.rb index <HASH>..<HASH> 100644 --- a/lib/queryko/filters/base.rb +++ b/lib/queryko/filters/base.rb @@ -1,12 +1,13 @@ module Queryko module Filters class Base - attr_reader :table_name, :column_name, :feature + attr_reader :table_name...
Add 'as' property for Filter Base class
neume_queryko
train
9616ee3627ae2ec1cd4a713d967b18b8db11600a
diff --git a/zappa/cli.py b/zappa/cli.py index <HASH>..<HASH> 100644 --- a/zappa/cli.py +++ b/zappa/cli.py @@ -284,6 +284,10 @@ class ZappaCLI(object): help=('When invoking remotely, invoke this python as a string,' ' not as a modular path.') ) + invoke_parser.add_argumen...
Add --no-color to invoke and manage cli, print colored invoke and manage commands by default
Miserlou_Zappa
train
31964d03e8c0d3df690980f29509ebc7c3230586
diff --git a/lib/autokey/scripting/engine.py b/lib/autokey/scripting/engine.py index <HASH>..<HASH> 100644 --- a/lib/autokey/scripting/engine.py +++ b/lib/autokey/scripting/engine.py @@ -95,6 +95,7 @@ Folders created within temporary folders must themselves be set temporary") new_folder.temporary = Tru...
Type validate all input to create_phrase
autokey_autokey
train
3bbfb167716e0f0116a5debf548c470e63a241a2
diff --git a/core/src/main/java/org/infinispan/statetransfer/PushConfirmationsMap.java b/core/src/main/java/org/infinispan/statetransfer/PushConfirmationsMap.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/infinispan/statetransfer/PushConfirmationsMap.java +++ b/core/src/main/java/org/infinispan/statetran...
ISPN-<I> - I disabled some tests that restarted caches in replicated mode, the new state transfer doesn't support restarts. We'd need to solve the whole asymmetric caches issue first.
infinispan_infinispan
train
688be1bc4b96f06da6141e99404817de3a261708
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -2,6 +2,7 @@ var gp = require('./'); var assert = require('assert'); +var isWin32 = require('os').platform() === 'win32'; describe('glob-parent', function() { it('should strip glob magic to return parent path', function(...
test: update escaping tests for windows
gulpjs_glob-parent
train
7eb24087ff163c91541318b802e574f20004f63e
diff --git a/tests/Phug/CasesTest.php b/tests/Phug/CasesTest.php index <HASH>..<HASH> 100644 --- a/tests/Phug/CasesTest.php +++ b/tests/Phug/CasesTest.php @@ -28,8 +28,7 @@ class CasesTest extends AbstractRendererTest public function testRender($expected, $actual, $message) { $debug = $this->renderer...
Re-enable debug for HHVM cases
phug-php_renderer
train
b4d064d6f278764dff21cacada4f8d771e5e822a
diff --git a/workalendar/tests/test_europe.py b/workalendar/tests/test_europe.py index <HASH>..<HASH> 100644 --- a/workalendar/tests/test_europe.py +++ b/workalendar/tests/test_europe.py @@ -379,6 +379,7 @@ class BelgiumTest(GenericCalendarTest): self.assertIn(date(2015, 11, 1), holidays) self.assertI...
Add blank line to comply with PEP8
peopledoc_workalendar
train
f7ef197d3030b34d3a269440dab64c8e52540651
diff --git a/library/index.php b/library/index.php index <HASH>..<HASH> 100644 --- a/library/index.php +++ b/library/index.php @@ -6,7 +6,8 @@ class index extends Codup\main function index () { - $this->view->text = "here's some text!"; + + $this->view->text = "Text from default contro...
added links to the test module on the default first page as examples showing also some paths
ghousseyn_phiber
train
cb0ca22fbac8f430480ca9fc19208ed11f895592
diff --git a/saltcloud/clouds/ec2.py b/saltcloud/clouds/ec2.py index <HASH>..<HASH> 100644 --- a/saltcloud/clouds/ec2.py +++ b/saltcloud/clouds/ec2.py @@ -101,7 +101,7 @@ def __virtual__(): ) ) - global avail_images, avail_sizes, script, destroy, list_nodes + global avail_images, avail_siz...
Replace list_nodes with a direct API version
saltstack_salt
train
8330b63649453a14afce49b575f65e954781c9d7
diff --git a/src/Parser/RegularParser.php b/src/Parser/RegularParser.php index <HASH>..<HASH> 100644 --- a/src/Parser/RegularParser.php +++ b/src/Parser/RegularParser.php @@ -99,7 +99,7 @@ final class RegularParser implements ParserInterface return $closingName; } - if(false === $content)...
fixed RegularParser issue with matching top-level just-closed shortcodes
thunderer_Shortcode
train
12aeac3f932269e7dd85c3cef013f7e7cc705342
diff --git a/lib/Rails/Cache/Store/MemCachedStore.php b/lib/Rails/Cache/Store/MemCachedStore.php index <HASH>..<HASH> 100755 --- a/lib/Rails/Cache/Store/MemCachedStore.php +++ b/lib/Rails/Cache/Store/MemCachedStore.php @@ -36,14 +36,12 @@ class MemCachedStore extends AbstractStore # There was some kind...
removed serialization in memcached
railsphp_railsphp
train
95dcff84f5d290b5bd428815e696a2e6bf2cce5e
diff --git a/accessories/aircon.js b/accessories/aircon.js index <HASH>..<HASH> 100644 --- a/accessories/aircon.js +++ b/accessories/aircon.js @@ -139,7 +139,7 @@ class AirConAccessory extends BroadlinkRMAccessory { // Some devices don't include a thermometer if (pseudoDeviceTemperature !== undefined) return;...
Support for using a separate switch to enable/disable use of autoHeatTemperature/autoCoolTemperature for the air-conditioner accessory.
lprhodes_homebridge-broadlink-rm
train
0556a4ae9e8e6a8f0a682956f50890a23f3c98be
diff --git a/thinc/layers/tensorflow_wrapper.py b/thinc/layers/tensorflow_wrapper.py index <HASH>..<HASH> 100644 --- a/thinc/layers/tensorflow_wrapper.py +++ b/thinc/layers/tensorflow_wrapper.py @@ -1,6 +1,6 @@ from typing import Callable, Tuple, Any from ..model import Model -from ..shims import TensorFlowShim +from...
Fix tensorflow naming
explosion_thinc
train
05463978db316ba869fb31823f8449f421b9f38f
diff --git a/src/client.js b/src/client.js index <HASH>..<HASH> 100644 --- a/src/client.js +++ b/src/client.js @@ -184,9 +184,6 @@ HQClient.prototype.rpcproxy = function(){ var result = self.router.search(route); - console.log('-------------------------------------------'); - console.dir(result); - /* ...
fixed routing error for slash and got tests to work again
binocarlos_telegraft
train
b6b174fe64b8762cf6f59b277dfc8073e2ae0ce3
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -32,10 +32,11 @@ var picos = { } }; -var getPicoByECI = function(eci){ - return _.find(picos, function(pico){ +var getPicoByECI = function(eci, callback){ + var pico = _.find(picos, function(pico){ ...
getPicoByECI is now async
Picolab_pico-engine
train
e5a3876814e0844e90142daae72c690c5c27765a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='sqltemplate', - version='0.5.1', + version='0.5.1-2', description='Core library for database querying tools ' 'based ...
move sqlparse as an extra requirement
marcinn_sqltemplate
train
2e8825366ea096b8d84db7309a7955e02534e0bb
diff --git a/fireplace/player.py b/fireplace/player.py index <HASH>..<HASH> 100644 --- a/fireplace/player.py +++ b/fireplace/player.py @@ -21,6 +21,7 @@ class Player(Entity, TargetableByAuras): outgoing_healing_adjustment = slot_property("outgoing_healing_adjustment") shadowform = slot_property("shadowform") spel...
Take Player spellpower into account in Player.spellpower
jleclanche_fireplace
train
10504f1706cf5992b59b7b71e608989247add403
diff --git a/packages/net/env/browser/iframe.js b/packages/net/env/browser/iframe.js index <HASH>..<HASH> 100644 --- a/packages/net/env/browser/iframe.js +++ b/packages/net/env/browser/iframe.js @@ -3,6 +3,36 @@ import net.interfaces; from util.browser import $; +function findFrame() { + var target = window; + if (...
add support to run iframe protocol over sibling iframes using findFrame and findTarget
gameclosure_js.io
train
6d931c0b6b2fcee383ecdd793022beef993cc19d
diff --git a/lib/openstax_utilities.rb b/lib/openstax_utilities.rb index <HASH>..<HASH> 100644 --- a/lib/openstax_utilities.rb +++ b/lib/openstax_utilities.rb @@ -63,7 +63,7 @@ module OpenStax @standard_date_format = "%b %d, %Y" @standard_datetime_format = "%b %d, %Y %l:%M %p %Z" @stand...
Deny access to the status page by default
openstax_openstax_utilities
train
85b4e423cc23d7ba316d44b665b42a71f1324670
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ jobs: include: - - name: "20.04 pycodestyle and native run (py3.8)" + - name: "20.04 flake8 and native run (py3.8)" os: linux dist: focal language: shell install...
[general] flake8 first pass
sosreport_sos
train
5ac2bb6c011a3d682dde6ef9b8589682a2177e03
diff --git a/src/components/RefinementList/RefinementList.js b/src/components/RefinementList/RefinementList.js index <HASH>..<HASH> 100644 --- a/src/components/RefinementList/RefinementList.js +++ b/src/components/RefinementList/RefinementList.js @@ -130,8 +130,10 @@ class RefinementList extends React.Component { ...
fix(showMore): hide "show less" when nothing to hide
algolia_instantsearch.js
train
fc3922fd58eb9f10ace5cf5e1acfc6c423f60846
diff --git a/pyhaversion/pypi.py b/pyhaversion/pypi.py index <HASH>..<HASH> 100644 --- a/pyhaversion/pypi.py +++ b/pyhaversion/pypi.py @@ -2,6 +2,8 @@ from dataclasses import dataclass from aiohttp.client import ClientTimeout +from aiohttp.hdrs import IF_NONE_MATCH + from awesomeversion import AwesomeVersion fr...
Add Etag support for HaVersionPypi (#<I>)
ludeeus_pyhaversion
train
809d0310a67356b95e4cdc8aef738ef1fc1837a2
diff --git a/lib/apidiesel/handlers/mock_response.rb b/lib/apidiesel/handlers/mock_response.rb index <HASH>..<HASH> 100644 --- a/lib/apidiesel/handlers/mock_response.rb +++ b/lib/apidiesel/handlers/mock_response.rb @@ -3,10 +3,12 @@ module Apidiesel module MockResponse class RequestHandler def run(...
Checks for mock_response being nil
janfoeh_apidiesel
train
a873e83e2d0c0182fda37c61315dae7348cd625f
diff --git a/lib/composable_operations/composed_operation.rb b/lib/composable_operations/composed_operation.rb index <HASH>..<HASH> 100644 --- a/lib/composable_operations/composed_operation.rb +++ b/lib/composable_operations/composed_operation.rb @@ -46,7 +46,11 @@ module ComposableOperations def execute ...
ComposedOperation input splatting Input splatting is now only done for objects that have a natural array representation – meaning objects that respond to #to_ary
t6d_composable_operations
train
e54c508f2717378a7760af48369572bd0b4243f4
diff --git a/src/ZF2EntityAudit/Mapping/Driver/AuditDriver.php b/src/ZF2EntityAudit/Mapping/Driver/AuditDriver.php index <HASH>..<HASH> 100644 --- a/src/ZF2EntityAudit/Mapping/Driver/AuditDriver.php +++ b/src/ZF2EntityAudit/Mapping/Driver/AuditDriver.php @@ -11,6 +11,7 @@ use Zend\Code\Generator\MethodGenerator; use Z...
Creation of Revision table correctly creates relation to ZfcUser table
API-Skeletons_zf-doctrine-audit
train
9390674a05edf53cf2e08084f0f602b323788191
diff --git a/builtin/providers/aws/resource_aws_elb.go b/builtin/providers/aws/resource_aws_elb.go index <HASH>..<HASH> 100644 --- a/builtin/providers/aws/resource_aws_elb.go +++ b/builtin/providers/aws/resource_aws_elb.go @@ -9,6 +9,7 @@ import ( "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/aws...
providers/aws: Provide source security group id for ELBs
hashicorp_terraform
train
77c5a25c394be2c9cf66da95eb09f2d12670bf7b
diff --git a/lib/rugged/repository.rb b/lib/rugged/repository.rb index <HASH>..<HASH> 100644 --- a/lib/rugged/repository.rb +++ b/lib/rugged/repository.rb @@ -140,11 +140,7 @@ module Rugged when Rugged::Object target = sha_or_ref.oid else - if (ref = Rugged::Reference.lookup(self, sha_or_r...
Use Repository#rev_parse_oid in Repository#create_branch This is the purpose-built API to lookup an arbitrary treeish, and since git_lookup_reference() returns a new error code, it messed up the original two-stage lookup.
libgit2_rugged
train
2c8b5f5bd483a127584ee26387790fcb139b6fe0
diff --git a/authz.go b/authz.go index <HASH>..<HASH> 100644 --- a/authz.go +++ b/authz.go @@ -3,6 +3,7 @@ package influxdb import ( "errors" "fmt" + "os" "path/filepath" ) @@ -220,6 +221,13 @@ type Permission struct { // Matches returns whether or not one permission matches the other. func (p Permission)...
chore(auth): new match behavior (#<I>) * fix(<I>): match permission orgIDs if specified * chore(auth): log old match behavior * fix(auth): log format
influxdata_influxdb
train
d262f0620c12cf205550c2a1d9f221b1b129fb74
diff --git a/src/Config/Config.php b/src/Config/Config.php index <HASH>..<HASH> 100644 --- a/src/Config/Config.php +++ b/src/Config/Config.php @@ -128,9 +128,9 @@ abstract class Config { */ public function load($source, $cached=true) { try { - if( class_exists('Orpheus\Cache\FSCache', true) ) { + if( class_...
Config is now able to load from packages
Sowapps_orpheus-core
train
b2469283a77133fc36382281eca7ea8d4d56c7ed
diff --git a/activesupport/lib/active_support/notifications.rb b/activesupport/lib/active_support/notifications.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/notifications.rb +++ b/activesupport/lib/active_support/notifications.rb @@ -1,5 +1,3 @@ -require 'active_support/core_ext/module/delegati...
Removing unnecessary require, solve 'circular require considered harmful' warning.
rails_rails
train
4eea2e3e954261200dc8ad9b724eeebbb03f75e8
diff --git a/lib/mongodb-schema.js b/lib/mongodb-schema.js index <HASH>..<HASH> 100644 --- a/lib/mongodb-schema.js +++ b/lib/mongodb-schema.js @@ -169,6 +169,8 @@ function schema(documents, options) { } else { if (Object.keys(d).length < options.data.maxCard...
added $other and tests for metavars and maxCardinality
mongodb-js_mongodb-schema
train
915619ef361d84f966d4af24cf7363608cdff559
diff --git a/test/Role/CommandHandlerTest.php b/test/Role/CommandHandlerTest.php index <HASH>..<HASH> 100644 --- a/test/Role/CommandHandlerTest.php +++ b/test/Role/CommandHandlerTest.php @@ -7,6 +7,7 @@ use Broadway\EventHandling\EventBusInterface; use Broadway\EventStore\EventStoreInterface; use CultuurNet\UDB3\Role...
III-<I>: Add test for handleDeleteRole
cultuurnet_udb3-php
train
6f15d8c54d834cba503865f69174868edfd725e9
diff --git a/liquibase-core/src/main/java/liquibase/structure/core/StoredDatabaseLogic.java b/liquibase-core/src/main/java/liquibase/structure/core/StoredDatabaseLogic.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/structure/core/StoredDatabaseLogic.java +++ b/liquibase-core/src/main/java...
CORE-<I> Multi-schema snapshot bugfixes Equals needs to take into account schemaName
liquibase_liquibase
train
5756d3238c8a5dab9680880945df0a48da3b7556
diff --git a/lib/sensu.rb b/lib/sensu.rb index <HASH>..<HASH> 100644 --- a/lib/sensu.rb +++ b/lib/sensu.rb @@ -2,7 +2,11 @@ module Sensu VERSION = "0.8.19" def self.write_pid(pid_file) - File.open(pid_file, 'w') { |f| f.write(Process.pid.to_s + "\n") } + begin + File.open(pid_file, 'w') { |f| f.wri...
consolidated loading of sensu.rb into config.rb. wrapped write_pid to provide a little more info if the pid_file cannot be written
sensu_sensu
train
46322ffc6d6a9782be3db06a7fa23f357ac22db5
diff --git a/lib/vestal_versions.rb b/lib/vestal_versions.rb index <HASH>..<HASH> 100644 --- a/lib/vestal_versions.rb +++ b/lib/vestal_versions.rb @@ -13,6 +13,7 @@ module LaserLemon case value when Version: value when Numeric: find_by_number(value.floor) + when Symbol:...
Re-added the ability to revert to a Symbol.
laserlemon_vestal_versions
train
a26b7daa5bb501539757e43e4a661e5ff974cba9
diff --git a/src/static-dependency-paths.js b/src/static-dependency-paths.js index <HASH>..<HASH> 100644 --- a/src/static-dependency-paths.js +++ b/src/static-dependency-paths.js @@ -4,6 +4,6 @@ var path = require('path'), module.exports = { chromeDriver: path.resolve(binaryDir, 'chromedriver'), - seleniumJar: p...
Off-topic: Allow ENV var to override selenium path Didn't feel worth branching off this branch to do it, but now users can specify their selenium path with an environment variable.
jsdevel_webdriver-sync
train
bea04e437dc7ed6079380ed704b9c8f6ec565d75
diff --git a/test/.eslintrc.js b/test/.eslintrc.js index <HASH>..<HASH> 100644 --- a/test/.eslintrc.js +++ b/test/.eslintrc.js @@ -23,7 +23,7 @@ module.exports = { 'no-unused-vars': 'off', 'no-useless-escape': 'off', - 'ghost/mocha/no-skipped-tests': 'warn', + 'ghost/mocha/no-skipped-t...
Upgraded no-skipped-test rule to error refs: <URL>
TryGhost_Ghost
train
fb8b1ad42dd22046845fd9fc53eb65481734e677
diff --git a/generators/generator-constants.js b/generators/generator-constants.js index <HASH>..<HASH> 100644 --- a/generators/generator-constants.js +++ b/generators/generator-constants.js @@ -35,7 +35,7 @@ const GRADLE_VERSION = gradleOptions.GRADLE_VERSION; const JIB_VERSION = '3.2.1'; // Libraries version -con...
Bump jhipster dependencies to <I>
jhipster_generator-jhipster
train
528bbee80cc36de947a0fd0f9293ae40972b06e6
diff --git a/lib/stealth/logger.rb b/lib/stealth/logger.rb index <HASH>..<HASH> 100644 --- a/lib/stealth/logger.rb +++ b/lib/stealth/logger.rb @@ -39,6 +39,8 @@ module Stealth :green when :previous_session, :back_to_session :yellow + when :interrupt + ...
Color code interrupts in the logs
hellostealth_stealth
train
75f9e8cd2afe14094d3d781a62d1c219d3e4e825
diff --git a/patternmatcher/functions.py b/patternmatcher/functions.py index <HASH>..<HASH> 100644 --- a/patternmatcher/functions.py +++ b/patternmatcher/functions.py @@ -188,13 +188,6 @@ def substitute(expression: Expression, substitution: Substitution) -> Tuple[Unio if isinstance(expression, Variable): ...
Enabled the logic term simplification unit test. Removed some dead code.
HPAC_matchpy
train
93c18096237ee7df2f54b344f32d6282e8fcb047
diff --git a/openquake/commonlib/nrml.py b/openquake/commonlib/nrml.py index <HASH>..<HASH> 100644 --- a/openquake/commonlib/nrml.py +++ b/openquake/commonlib/nrml.py @@ -75,6 +75,7 @@ this is a job for the LiteralNode class which can be subclassed and supplemented by a dictionary of validators. """ from __future__ ...
Initial work for multi-NRML support
gem_oq-engine
train
40a8820afbab109e9e6764633ca80e1d73f41af7
diff --git a/lib/active_scaffold/data_structures/column.rb b/lib/active_scaffold/data_structures/column.rb index <HASH>..<HASH> 100644 --- a/lib/active_scaffold/data_structures/column.rb +++ b/lib/active_scaffold/data_structures/column.rb @@ -306,6 +306,7 @@ module ActiveScaffold::DataStructures @options = {:for...
Set form.ui = :number for number columns by default.
activescaffold_active_scaffold
train
9e450865a92e21ba1a40c494575b0205ed2c14fa
diff --git a/pinax/comments/views.py b/pinax/comments/views.py index <HASH>..<HASH> 100644 --- a/pinax/comments/views.py +++ b/pinax/comments/views.py @@ -25,9 +25,9 @@ class CommentSecureRedirectToMixin(object): if not redirect_to or " " in redirect_to or redirect_to.startswith("http"): try: ...
Fix bug in CommentSecureRedirectToMixin
pinax_pinax-comments
train
7b5e72ebcac87686e12737673a4c0813c75dc487
diff --git a/figment/cli.py b/figment/cli.py index <HASH>..<HASH> 100644 --- a/figment/cli.py +++ b/figment/cli.py @@ -31,13 +31,13 @@ def new(args): def command(args): - zone = Zone.from_config(args.zone, args.config) + zone = Zone.from_config(args.zone, args.world) zone.enqueue_command(args.entity_id,...
Refactor handling of config specification You must now specify the path to the world directory itself rather than the config file within the world directory.
vreon_figment
train
2fb9ce7722dd9c8281ecc8167bdd35ced74ee4d9
diff --git a/src/compiler.js b/src/compiler.js index <HASH>..<HASH> 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -499,9 +499,9 @@ var Compiler = Object.extend({ // new ones if necessary lib.each(node.targets, function(target) { var name = target.value; - var id = frame...
don't optimize variable lookups in (fixes #<I>)
mozilla_nunjucks
train
c394b750b43b433550e760ae194601096cf0c30f
diff --git a/lib/searchfilter.go b/lib/searchfilter.go index <HASH>..<HASH> 100644 --- a/lib/searchfilter.go +++ b/lib/searchfilter.go @@ -143,20 +143,20 @@ func CompoundFilter(fl ...interface{}) *FilterWrap { } type FilterOp struct { - TermsMap map[string][]interface{} `json:"terms,omitempty"` - TermMap m...
Forgot this file change for the last commit
mattbaird_elastigo
train
926ddff520ce9fe9130e3092a36aefdb042177bf
diff --git a/go/vt/mysqlctl/xtrabackupengine.go b/go/vt/mysqlctl/xtrabackupengine.go index <HASH>..<HASH> 100644 --- a/go/vt/mysqlctl/xtrabackupengine.go +++ b/go/vt/mysqlctl/xtrabackupengine.go @@ -50,7 +50,7 @@ type XtrabackupEngine struct { var ( // path where backup engine program is located - xtrabackupEngine...
use provided xtrabackup_root_path to find xbstream instead of expecting it to be present in PATH
vitessio_vitess
train
25de304485ef4f1964010b46fa0c97192c7cd9bf
diff --git a/pykube/config.py b/pykube/config.py index <HASH>..<HASH> 100644 --- a/pykube/config.py +++ b/pykube/config.py @@ -18,6 +18,46 @@ class KubeConfig(object): """ @classmethod + def from_service_account(cls): + path = "/var/run/secrets/kubernetes.io/serviceaccount" + with open(os.p...
Added KubeConfig.from_service_account
kelproject_pykube
train
ca3f12b9af741e835fc1741c2a9fdafe1a627690
diff --git a/test/extended/router/metrics.go b/test/extended/router/metrics.go index <HASH>..<HASH> 100644 --- a/test/extended/router/metrics.go +++ b/test/extended/router/metrics.go @@ -59,6 +59,10 @@ var _ = g.Describe("[Conformance][networking][router] openshift router metrics", epts, err := oc.AdminKubeClient(...
Router tests should not panic when router has no endpoints Fail the test instead so we can debug
openshift_origin
train
13a79c76975435cf348a5016eecca1e2339a0121
diff --git a/dipper/models/Dataset.py b/dipper/models/Dataset.py index <HASH>..<HASH> 100644 --- a/dipper/models/Dataset.py +++ b/dipper/models/Dataset.py @@ -253,7 +253,10 @@ class Dataset: def _set_version_level_triples(self): self.model.addType(self.version_level_curie, self.globaltt['Dataset']) ...
More descriptive ingest titles for version and distribution levels in dataset metadata
monarch-initiative_dipper
train
84d8c4086ea15e74b1c917e78a00648661238e0b
diff --git a/mod/forum/rate.php b/mod/forum/rate.php index <HASH>..<HASH> 100644 --- a/mod/forum/rate.php +++ b/mod/forum/rate.php @@ -36,6 +36,7 @@ continue; } + $postid = (int)$postid; $lastpostid = $postid; if ($oldrating = get_record("forum_rati...
cleaning of parameter name before use SC#<I>; merged from MOODLE_<I>_STABLE
moodle_moodle
train
45b31c4e9f86def6db9a9b7d0fddb62a27118b60
diff --git a/sample/src/main/java/io/sweers/barber/sample/MainActivity.java b/sample/src/main/java/io/sweers/barber/sample/MainActivity.java index <HASH>..<HASH> 100644 --- a/sample/src/main/java/io/sweers/barber/sample/MainActivity.java +++ b/sample/src/main/java/io/sweers/barber/sample/MainActivity.java @@ -4,13 +4,1...
Update to new AppCompatActivity
ZacSweers_barber
train
7b4cb20fc47ccb7f87201ed68e837235f613363c
diff --git a/src/com/opencms/file/CmsResourceTypePage.java b/src/com/opencms/file/CmsResourceTypePage.java index <HASH>..<HASH> 100644 --- a/src/com/opencms/file/CmsResourceTypePage.java +++ b/src/com/opencms/file/CmsResourceTypePage.java @@ -1,7 +1,7 @@ /* * File : $Source: /alkacon/cvs/opencms/src/com/opencms/fil...
Bugfix: A new created page with default flag internal set results now in an body-file with set internal, too.
alkacon_opencms-core
train