hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
c7b1a922203d64a257179b7f666332087e625806 | diff --git a/finagle-thrift/src/main/java/com/twitter/finagle/thrift/ThriftClientRequest.java b/finagle-thrift/src/main/java/com/twitter/finagle/thrift/ThriftClientRequest.java
index <HASH>..<HASH> 100644
--- a/finagle-thrift/src/main/java/com/twitter/finagle/thrift/ThriftClientRequest.java
+++ b/finagle-thrift/src/mai... | common: Publish the deps we need to maven central
Problem
We don't want our users to have to add maven.twttr.com as a dependency.
Solution
Start publishing the common stuff to maven central.
RB_ID=<I> | twitter_finagle | train |
7adc0658d71959e22aa95501669b43da340ca537 | diff --git a/lib/cfer.rb b/lib/cfer.rb
index <HASH>..<HASH> 100644
--- a/lib/cfer.rb
+++ b/lib/cfer.rb
@@ -1,5 +1,6 @@
require 'active_support/all'
require 'aws-sdk'
+require 'logger'
require 'json'
module CferExt
@@ -8,6 +9,8 @@ module CferExt
end
module Cfer
+ LOGGER = Logger.new(STDOUT)
+
def self.stac... | Improve error handling, and other general improvements. | seanedwards_cfer | train |
4e4e46fc471a0c0b37618eed3d538ef8b5178e64 | diff --git a/visidata/vdtui.py b/visidata/vdtui.py
index <HASH>..<HASH> 100755
--- a/visidata/vdtui.py
+++ b/visidata/vdtui.py
@@ -562,11 +562,7 @@ class VisiData:
self.prefixWaiting = False
self.scr = None # curses scr
self.hooks = collections.defaultdict(list) # [hookname] -> list(hooks)
... | [perf bugfix] simplify and speed up onMouse/getMouse | saulpw_visidata | train |
519d7029b4b646ba0579668bfc4b95c024488c54 | diff --git a/javascript/src/logic/rest/FetchProvider.js b/javascript/src/logic/rest/FetchProvider.js
index <HASH>..<HASH> 100644
--- a/javascript/src/logic/rest/FetchProvider.js
+++ b/javascript/src/logic/rest/FetchProvider.js
@@ -22,6 +22,12 @@ export class Builder {
return this;
}
+ setHeader(header, value... | Add method to Builder to set request headers | Graylog2_graylog2-server | train |
855762934dae59ef330a200d6493f28e5e0ccdd1 | diff --git a/c7n/resources/asg.py b/c7n/resources/asg.py
index <HASH>..<HASH> 100644
--- a/c7n/resources/asg.py
+++ b/c7n/resources/asg.py
@@ -1579,6 +1579,8 @@ class LaunchConfig(query.QueryResourceManager):
filter_type = 'list'
config_type = 'AWS::AutoScaling::LaunchConfiguration'
+ retry = sta... | asg launch-config - retry on throttle when fetching resources (#<I>) | cloud-custodian_cloud-custodian | train |
59857a80636405cfcb78f12d0c67ff98ab3b54b7 | diff --git a/tests/integration/cqlengine/model/test_model.py b/tests/integration/cqlengine/model/test_model.py
index <HASH>..<HASH> 100644
--- a/tests/integration/cqlengine/model/test_model.py
+++ b/tests/integration/cqlengine/model/test_model.py
@@ -20,6 +20,7 @@ from mock import patch
from cassandra.cqlengine impo... | test: move models import to module level | datastax_python-driver | train |
ee1bfe3628e10f81906c624e4c108fddd795282d | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -15,6 +15,7 @@ var root = typeof window === 'undefined' ? global : window;
*
* Options:
*
+ * - chai: object/string a reference to chai
* - styles: array/string should, expect, assert
* - stack: boolean ... | enable passing a reference to chai | hydrojs_chai | train |
ca499633d40478535e9a605ddae3a63badd0b63f | diff --git a/pysat/_instrument.py b/pysat/_instrument.py
index <HASH>..<HASH> 100644
--- a/pysat/_instrument.py
+++ b/pysat/_instrument.py
@@ -3032,6 +3032,14 @@ class Instrument(object):
kwargs["start"] = start
kwargs["stop"] = stop
+ # Add the user-supplied kwargs
+ rtn_key = 'list_r... | BUG: re-added application of user kwargs
Re-added the assignment of user kwargs at the Instrument level to the downstream methods. | rstoneback_pysat | train |
867ebd4441537b3eca1976d65071578a472a0e65 | diff --git a/src/Psalm/Checker/CommentChecker.php b/src/Psalm/Checker/CommentChecker.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Checker/CommentChecker.php
+++ b/src/Psalm/Checker/CommentChecker.php
@@ -735,11 +735,23 @@ class CommentChecker
) {
throw new DocblockParseException... | Fix #<I> - support spaces either side of | | vimeo_psalm | train |
8f2b670c3df87a1f0ebe83596a2cd0d595c80d86 | diff --git a/src/Pods/Integrations/Polylang.php b/src/Pods/Integrations/Polylang.php
index <HASH>..<HASH> 100644
--- a/src/Pods/Integrations/Polylang.php
+++ b/src/Pods/Integrations/Polylang.php
@@ -215,13 +215,15 @@ class Polylang extends Integration {
$current_language_tt_id = 0;
$current_language_tl_tt_id =... | Refactor parsing lang data, small optimization | pods-framework_pods | train |
ba855ae5edebe0b5171765dfd1d756144f24263f | diff --git a/core/Plugin/Manager.php b/core/Plugin/Manager.php
index <HASH>..<HASH> 100644
--- a/core/Plugin/Manager.php
+++ b/core/Plugin/Manager.php
@@ -24,7 +24,7 @@ use Piwik\Updater;
require_once PIWIK_INCLUDE_PATH . '/core/EventDispatcher.php';
/**
- * Plugin manager
+ * The singleton that manages plugin load... | Refs #<I>, documented core/Plugin/Manager and removed @api tag from core/Tracker/Visit. | matomo-org_matomo | train |
e0d2d2391cc250d0c0a0f684ae7c65dc6f179a17 | diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -31,15 +31,15 @@ var start = function(injector, config, launcher, globalEmitter, preprocess, file
injector.get('framework:' + framework);
});
- var filesPromise = fileList.refresh();
+ // A map ... | fix(server): Start webserver and browsers after preprocessing completed
When loading many files, it is possible that the webserver and browsers
will start before file preprocessing has completed. This causes the
browser to attempt to connect and timeout and need to be relaunched.
This change will cause the server to ... | karma-runner_karma | train |
cc375813802e1cfb8e58f4e372af66835060a6af | diff --git a/src/PHPUnit_Helper.php b/src/PHPUnit_Helper.php
index <HASH>..<HASH> 100644
--- a/src/PHPUnit_Helper.php
+++ b/src/PHPUnit_Helper.php
@@ -28,7 +28,8 @@ trait PHPUnit_Helper
private $resource;
/** @var bool If true prints the amount of memory used before and after teardown */
- private $debug... | Improve the way memory measurement is done. | SerendipityHQ_SHQ_PHPUnit_Helper | train |
a7b302520498db882c28739cba8c46381c692fbd | diff --git a/v2/call.js b/v2/call.js
index <HASH>..<HASH> 100644
--- a/v2/call.js
+++ b/v2/call.js
@@ -102,7 +102,8 @@ CallRequest.RW.lazy.readArg1 = function readArg1(frame) {
// last fixed offset
var offset = CallRequest.RW.lazy.serviceOffset;
- // TODO: memoize computed offsets on frame between readSe... | v2/call: trivial cleanup | uber_tchannel-node | train |
3831073502678d2665c60c5446bb566b91aeab59 | diff --git a/fc/io.py b/fc/io.py
index <HASH>..<HASH> 100644
--- a/fc/io.py
+++ b/fc/io.py
@@ -909,7 +909,7 @@ class FCSData(np.ndarray):
Acquisition start time, as a python time or datetime object.
`acquisition_start_time` is taken from the $BTIM keyword parameter
- in the text section of th... | changed 'text section' to 'TEXT segment' in FCSData's docstrings. | taborlab_FlowCal | train |
006f3e4cd52a6d1b66fc46e367b143ea961f3289 | diff --git a/unitypack/__init__.py b/unitypack/__init__.py
index <HASH>..<HASH> 100644
--- a/unitypack/__init__.py
+++ b/unitypack/__init__.py
@@ -259,16 +259,14 @@ class ObjectPointer:
@property
def asset(self):
- if self.file_id == 0:
- return self.source_asset
- return self.source_asset.asset_refs[self.fil... | Reference self in Asset.asset_refs to simplify things | HearthSim_UnityPack | train |
fa15ee3711a56be7a0dd0856eba7535a110f0cd5 | diff --git a/dpark/rdd.py b/dpark/rdd.py
index <HASH>..<HASH> 100644
--- a/dpark/rdd.py
+++ b/dpark/rdd.py
@@ -1034,6 +1034,7 @@ class TextFileRDD(RDD):
class GZipFileRDD(TextFileRDD):
"the gziped file must be seekable, compressed by pigz -i"
DEFAULT_SPLIT_SIZE = 32<<20
+ BLOCK_SIZE = 64 << 10
... | fix the line crossing multi split, in gz file | douban_dpark | train |
0b6459cb91e3c872450e74e3f2e607541e49b931 | diff --git a/core/server/api/notifications.js b/core/server/api/notifications.js
index <HASH>..<HASH> 100644
--- a/core/server/api/notifications.js
+++ b/core/server/api/notifications.js
@@ -46,9 +46,10 @@ notifications = {
*
* ```
* msg = { notifications: [{
- * type: 'error', // this c... | Fix upgrade notification type value (#<I>)
refs #<I>
* 🎨 display upgrade alerts with the correct "info" style
* 💄 update use of notifications status/type/location attrs to reflect current usage | TryGhost_Ghost | train |
ecf9c1653ef800b684124763515a98ab0ba48f2e | diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index <HASH>..<HASH> 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.x-dev@">
<file src="src/Cache/Engine/RedisEngine.php">
- <InvalidArgument occurrences="1">
+ <Inval... | Add deleteAsync and clearBlocking method for improving performance | cakephp_cakephp | train |
065d32794ba53b08e64540d2420a1516eedaa711 | diff --git a/src/bin.js b/src/bin.js
index <HASH>..<HASH> 100755
--- a/src/bin.js
+++ b/src/bin.js
@@ -1,18 +1,18 @@
#!/usr/bin/env node
-const fs = require("fs")
-const path = require("path")
+import fs from "fs"
+import path from "path"
// until this land in a stable version of node (for a while)
// https://gi... | Replace some require() by es6 import | MoOx_postcss-cssnext | train |
8779c9025c88c9a21a57a296c49a128a18585751 | diff --git a/src/detection-strategy/scroll.js b/src/detection-strategy/scroll.js
index <HASH>..<HASH> 100644
--- a/src/detection-strategy/scroll.js
+++ b/src/detection-strategy/scroll.js
@@ -434,6 +434,9 @@ module.exports = function(options) {
var width = element.offsetWidth;
... | Fixed errornous optimization that prevented scrollbar repositioning for really fast x -> y -> x resizes. | wnr_element-resize-detector | train |
e57c252e501b83caf6dfb5ad20d3b2e45c097a5c | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ FEATURES:
BUG FIXES:
+ * core: Fixed a bug where `nomad job plan` reports success and no updates if the job contains a scaling policy [[GH-8551](https://github.com/hashicorp/nomad/issues/8567)... | Handle Scaling Policies in Job Plan endpoint (#<I>)
Fixes <URL>
This PR fixes the first two factors. Changing the scheduler to be more strict might make sense, but may violate some idempotency invariant or make the scheduler more brittle. | hashicorp_nomad | train |
ddc448eaf9b668c62a4b870d17eb946535fcdf25 | diff --git a/jellyfish/__init__.py b/jellyfish/__init__.py
index <HASH>..<HASH> 100644
--- a/jellyfish/__init__.py
+++ b/jellyfish/__init__.py
@@ -13,7 +13,16 @@ except ImportError:
def jaro_winkler(s1, s2, long_tolerance=False):
warnings.warn(
"the name 'jaro_winkler' is deprecated and will be removed i... | jaro_similarity and shim | jamesturk_jellyfish | train |
d624dcc01a5e523eaedd077c639411e2f0df5a09 | diff --git a/spec/octocatalog-diff/tests/catalog-util/bootstrap_spec.rb b/spec/octocatalog-diff/tests/catalog-util/bootstrap_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/octocatalog-diff/tests/catalog-util/bootstrap_spec.rb
+++ b/spec/octocatalog-diff/tests/catalog-util/bootstrap_spec.rb
@@ -145,6 +145,22 @@ describe... | Add test for absolute path to bootstrap script | github_octocatalog-diff | train |
e88fc702c22cb31c88fcc8f53c05cd1c01470544 | diff --git a/api/auth.go b/api/auth.go
index <HASH>..<HASH> 100644
--- a/api/auth.go
+++ b/api/auth.go
@@ -515,7 +515,14 @@ func generateAppToken(w http.ResponseWriter, r *http.Request, u *auth.User) erro
if err != nil {
return err
}
- t, err := auth.CreateApplicationToken(body["client"])
+ client := body["clien... | auth: validating the presence of the client key in the JSON body
Related to #<I>. | tsuru_tsuru | train |
c31a0fb9c8e72f19b33643499237389741a777ff | diff --git a/molgenis-omx-protocolviewer/src/main/java/org/molgenis/omx/study/StudyDefinitionService.java b/molgenis-omx-protocolviewer/src/main/java/org/molgenis/omx/study/StudyDefinitionService.java
index <HASH>..<HASH> 100644
--- a/molgenis-omx-protocolviewer/src/main/java/org/molgenis/omx/study/StudyDefinitionServi... | perform study definition persist async | molgenis_molgenis | train |
a88837ef44e4d718706741f8cdba4e43401878f3 | diff --git a/jupyterthemes/__init__.py b/jupyterthemes/__init__.py
index <HASH>..<HASH> 100644
--- a/jupyterthemes/__init__.py
+++ b/jupyterthemes/__init__.py
@@ -39,7 +39,7 @@ def get_themes():
for theme in glob('{0}/*.css'.format(precompiled_dir_user)):
name = name=os.path.basename(theme).replace('.css'... | implement install precompiled themes (css) | dunovank_jupyter-themes | train |
ebfbe5cd34e2784a95341bb9e5f243d833082df5 | diff --git a/http_test.go b/http_test.go
index <HASH>..<HASH> 100644
--- a/http_test.go
+++ b/http_test.go
@@ -151,6 +151,7 @@ func TestParseAddr(t *testing.T) {
func TestMultiRunningServers_v1_PROXY(t *testing.T) {
defer Close()
host := "localhost" // you have to add it to your hosts file( for windows, as 127.0.0... | Iris has been updated to <I> . Fix travis http_test...
Please read HISTORY.md | kataras_iris | train |
1fd6842548b7e9471354fe33526416a983fb328d | diff --git a/spec/lib/mobi_spec.rb b/spec/lib/mobi_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/mobi_spec.rb
+++ b/spec/lib/mobi_spec.rb
@@ -1,8 +1,10 @@
require 'spec_helper'
+require 'mobi'
+
describe Mobi do
it "should instantiate a Mobi::Metadata object" do
- file = File.open('spec/fixtures/test.mob... | Fix mobi spec by require the mobi file | jkongie_mobi | train |
3883623f278a5cdc0bfbfa126d46890ed792a366 | diff --git a/lib/websession_templates.py b/lib/websession_templates.py
index <HASH>..<HASH> 100644
--- a/lib/websession_templates.py
+++ b/lib/websession_templates.py
@@ -411,9 +411,8 @@ class Template:
out = ""
out += self.tmpl_account_template(_("Your Account"), accBody, ln)
- #your baskets... | Harmonize order of personal features to be identical in the user info
box in the site header and on the Your Account page. The order is:
your messages, baskets, alerts, submissions, etc. | inveniosoftware_invenio-accounts | train |
37a6dbf97715cafe21b882ec4d4e71e375d3770a | diff --git a/realize/projects.go b/realize/projects.go
index <HASH>..<HASH> 100644
--- a/realize/projects.go
+++ b/realize/projects.go
@@ -116,12 +116,6 @@ func (p *Project) Before() {
}
// setup go tools
p.Tools.Setup()
- // set env const
- for key, item := range p.Env {
- if err := os.Setenv(key, item); err !=... | Allow multiple projects to have different values for same env var | oxequa_realize | train |
641685f365cb41801151cc4981c05b821c36f75f | diff --git a/src/Cygnite/Console/Command/InitCommand.php b/src/Cygnite/Console/Command/InitCommand.php
index <HASH>..<HASH> 100644
--- a/src/Cygnite/Console/Command/InitCommand.php
+++ b/src/Cygnite/Console/Command/InitCommand.php
@@ -38,15 +38,14 @@ class InitCommand extends Command
private $table;
-
- /**
+ ... | Added flexibility to initialize migration with or without migration class name.
php cygnite migrate:init // Will only create "migrations" table into the database.
php cygnite migrate:init product // Will create migrations table if not exists and also will generate migration class product | cygnite_framework | train |
3080d06bd0a7994701ff17a4b8994fe082d28007 | diff --git a/lib/mutations/hash_filter.rb b/lib/mutations/hash_filter.rb
index <HASH>..<HASH> 100644
--- a/lib/mutations/hash_filter.rb
+++ b/lib/mutations/hash_filter.rb
@@ -1,11 +1,11 @@
module Mutations
class HashFilter < InputFilter
def self.register_additional_filter(type_class, type_name)
- define_m... | Allow blocks to be passed as arguments for additional filters | cypriss_mutations | train |
f7f27256421e8518afac2cc6e242cab4bbb0a37d | diff --git a/livetests.py b/livetests.py
index <HASH>..<HASH> 100755
--- a/livetests.py
+++ b/livetests.py
@@ -51,7 +51,7 @@ def _initialize(api):
api.get("/changes/")
-@pytest.fixture(scope="module", params=["2.14.20", "2.15.17", "2.16.12", "3.0.2"])
+@pytest.fixture(scope="module", params=["2.14.20", "2.15.1... | Run livetests against <I>
Change-Id: Id6ab<I>ed5c<I>b<I>ec<I>dd8d<I>e<I> | dpursehouse_pygerrit2 | train |
29918f7ad7a22ae53354345b4ee79db7ad7c994b | diff --git a/lionengine-game/src/main/java/com/b3dgs/lionengine/game/Cursor.java b/lionengine-game/src/main/java/com/b3dgs/lionengine/game/Cursor.java
index <HASH>..<HASH> 100644
--- a/lionengine-game/src/main/java/com/b3dgs/lionengine/game/Cursor.java
+++ b/lionengine-game/src/main/java/com/b3dgs/lionengine/game/Curso... | #<I>: Change surface on next tick. | b3dgs_lionengine | train |
80eb0c16f42d4e8e25108f9f52b305a15477aa5a | diff --git a/src/sap.m/src/sap/m/ComboBox.js b/src/sap.m/src/sap/m/ComboBox.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/ComboBox.js
+++ b/src/sap.m/src/sap/m/ComboBox.js
@@ -12,6 +12,7 @@ sap.ui.define([
'sap/ui/core/Item',
'./StandardListItem',
'./ComboBoxRenderer',
+ 'sap/ui/base/ManagedObjectObser... | [FIX] sap.m.ComboBox: Item to ListItem property forwarding
Now, updating a property of an item of the ComboBox aggregation
items will result in an update in the corresponding list item,
which is shown in the suggestions list.
Change-Id: I<I>fb<I>a<I>e8ebeeb<I>f1b0c<I>
BCP: <I>
BCP: <I> | SAP_openui5 | train |
7726d1363c5904391c4242e984ff87b43eed4551 | diff --git a/general.py b/general.py
index <HASH>..<HASH> 100644
--- a/general.py
+++ b/general.py
@@ -1,7 +1,19 @@
from __future__ import division
import numpy as np
+import scipy.linalg
import copy, itertools, collections
+### I pulled out these routines to avoid arg-checking overhead in scipy.linalg
+potrs, pot... | added some convenient psd solving stuff | mattjj_pyhsmm | train |
ad010b081bc1c6aa4fa4605922b400fd614264df | diff --git a/zounds/data/test_pattern.py b/zounds/data/test_pattern.py
index <HASH>..<HASH> 100644
--- a/zounds/data/test_pattern.py
+++ b/zounds/data/test_pattern.py
@@ -277,7 +277,7 @@ class PatternTest(object):
# setUp creates and stores a pattern, so we expect there to be four
# patterns... | Working out details of the Zound.transform() implementation | JohnVinyard_zounds | train |
d408393ba9bb6c81c661248521be93dd70c9e19b | diff --git a/superset/security/manager.py b/superset/security/manager.py
index <HASH>..<HASH> 100644
--- a/superset/security/manager.py
+++ b/superset/security/manager.py
@@ -1826,6 +1826,9 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods
if user.is_anonymous:
public_ro... | fixed guest role permissions (#<I>) | apache_incubator-superset | train |
903329a18fd8a23d7b9382f4f7e5a0705522ce75 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(
# third part for minor release
# second when api changes
# first when it becomes stable someday
- version = "0.1.4",
+ version = "0.2.1",
author = 'Tapan Pandita',
author_emai... | bumped version to <I> | tapanpandita_pocket | train |
e8d6196136b74b9e63a450041d9c2434782528f2 | diff --git a/api/app.go b/api/app.go
index <HASH>..<HASH> 100644
--- a/api/app.go
+++ b/api/app.go
@@ -11,6 +11,7 @@ import (
"net/http"
"net/url"
"strconv"
+ "strings"
"time"
"github.com/ajg/form"
@@ -1658,6 +1659,12 @@ func forceDeleteLock(w http.ResponseWriter, r *http.Request, t auth.Token) (err
retu... | api: allow register calls without agent version if caller isnt agent | tsuru_tsuru | train |
07bfaf3c6f798e817ce064bbe432513237782a30 | diff --git a/runtime/lib/query/Criteria.php b/runtime/lib/query/Criteria.php
index <HASH>..<HASH> 100644
--- a/runtime/lib/query/Criteria.php
+++ b/runtime/lib/query/Criteria.php
@@ -331,7 +331,12 @@ class Criteria implements IteratorAggregate
}
/**
- * Get the keys for the criteria map.
+ * Get the keys of the... | [<I>] Small Criteria optimization | propelorm_Propel | train |
270df927f5c452c2b47266af259ef268b99a5bb2 | diff --git a/properties/base.py b/properties/base.py
index <HASH>..<HASH> 100644
--- a/properties/base.py
+++ b/properties/base.py
@@ -268,15 +268,12 @@ class HasProperties(with_metaclass(PropertyMetaclass, object)):
return True
@handlers.validator
+ @utils.stop_recursion_with(True)
def _validat... | Wrapper to stop infinite recursion with a different return value | seequent_properties | train |
22aa56adc1448156046c42fd5909e49a28f1e210 | diff --git a/SoftLayer/CLI/core.py b/SoftLayer/CLI/core.py
index <HASH>..<HASH> 100644
--- a/SoftLayer/CLI/core.py
+++ b/SoftLayer/CLI/core.py
@@ -148,7 +148,8 @@ def cli(env,
config_file=config,
)
- client.transport = SoftLayer.TimingTransport(client.transport)
+ env.vars[... | Store API request timings in the environment. Fix one last cmd return | softlayer_softlayer-python | train |
1bf52b90261e709bb3cb4664f6a3dcd567ebd02d | diff --git a/subscriptions/tasks.py b/subscriptions/tasks.py
index <HASH>..<HASH> 100644
--- a/subscriptions/tasks.py
+++ b/subscriptions/tasks.py
@@ -209,7 +209,7 @@ class SendNextMessage(Task):
elif (subscription.process_status == 2 or
subscription.completed is True):
... | Fix schedule_disable async call | praekeltfoundation_seed-stage-based-messaging | train |
43dcc135452d77417752150b5971d7d629005f5d | diff --git a/airflow/gcp/hooks/base.py b/airflow/gcp/hooks/base.py
index <HASH>..<HASH> 100644
--- a/airflow/gcp/hooks/base.py
+++ b/airflow/gcp/hooks/base.py
@@ -144,6 +144,11 @@ class CloudBaseHook(BaseHook):
"""
key_path = self._get_field('key_path', None) # type: Optional[str]
keyfile_di... | [AIRFLOW-<I>] Raise an exception when the GCP connection is misconfigured (#<I>) | apache_airflow | train |
1e3443cdc3d038e57f6263f570033a89e7ec5092 | diff --git a/Request/RequestHandler.php b/Request/RequestHandler.php
index <HASH>..<HASH> 100644
--- a/Request/RequestHandler.php
+++ b/Request/RequestHandler.php
@@ -143,6 +143,13 @@ class RequestHandler implements RequestHandlerInterface
*/
public function handleListRequest(Request $request)
{
+ ... | Changed API
(cherry picked from commit eb<I>a4f<I>da<I>a<I>d<I>b<I>eab8d0b<I>) | WellCommerce_CouponBundle | train |
ada086dc02699971d3490f5e49d91c00a45a75b0 | diff --git a/Client/Config.php b/Client/Config.php
index <HASH>..<HASH> 100644
--- a/Client/Config.php
+++ b/Client/Config.php
@@ -53,7 +53,7 @@ class Config
$this->routerMessageProcessorName = $routerMessageProcessorName;
$this->routerQueueName = $routerQueueName;
$this->defaultQueueName = $... | BAP-<I>: Redelivery messages does not work properly on RabbitMQ (#<I>)
- fixed typo | oroinc_OroMessageQueueComponent | train |
4f9eb95d7f2d731d7e050752da93cf05eef23f2c | diff --git a/salt/grains/core.py b/salt/grains/core.py
index <HASH>..<HASH> 100644
--- a/salt/grains/core.py
+++ b/salt/grains/core.py
@@ -909,7 +909,7 @@ def _virtual(osdata):
# Tested on CentOS 5.4 / 2.6.18-164.15.1.el5xen
grains['virtual_subtype'] = 'Xen Dom0'
else:
- ... | Fixing a typo in the _virtual function, should be checking for existing grains in osdata not grains. Updating the detection to look for /sys/bus/xen/drivers/xenconsole instead of specifically looking for any files under /sys/bus/xen/drivers. Some systems that are not running as Xen PV hosts include files under that l... | saltstack_salt | train |
fd3cf998a7e5fc80a512a23e74cf4edd5146c3ca | diff --git a/src/Strategy/GreedyCacheStrategy.php b/src/Strategy/GreedyCacheStrategy.php
index <HASH>..<HASH> 100644
--- a/src/Strategy/GreedyCacheStrategy.php
+++ b/src/Strategy/GreedyCacheStrategy.php
@@ -90,7 +90,7 @@ class GreedyCacheStrategy extends PrivateCacheStrategy
return;
}
-
+ ... | Remove re-validation information with GreedyCache | Kevinrob_guzzle-cache-middleware | train |
e5926ade3ed29847ca97ea97649c48bca888a6e3 | diff --git a/activejdbc/src/main/java/org/javalite/activejdbc/Registry.java b/activejdbc/src/main/java/org/javalite/activejdbc/Registry.java
index <HASH>..<HASH> 100644
--- a/activejdbc/src/main/java/org/javalite/activejdbc/Registry.java
+++ b/activejdbc/src/main/java/org/javalite/activejdbc/Registry.java
@@ -187,7 +18... | #<I> Same table name in different schemas with PostgreSQL - adding Exception, as this is what is thrown by Postgres driver | javalite_activejdbc | train |
c793f634a1047cad99a8c1fa9a4261d6e8cc57a9 | diff --git a/pyes/connection_http.py b/pyes/connection_http.py
index <HASH>..<HASH> 100644
--- a/pyes/connection_http.py
+++ b/pyes/connection_http.py
@@ -19,7 +19,7 @@ __all__ = ['connect', 'connect_thread_local']
Work taken from pycassa
"""
-DEFAULT_SERVER = ("127.0.0.1", 9200)
+DEFAULT_SERVER = ("http", "127.0.0... | Including 'https' protocol. Possible to connect to a https url, if protocol
explicitly specified (never guessed). SSL cert verification is always done.
Not including functionality for a custom CA bundle - modify environment
variable REQUESTS_CA_BUNDLE for that functionality instead. | aparo_pyes | train |
bb3cca6530073989147d3fc9a23d0d87ed76313f | diff --git a/dvc/__init__.py b/dvc/__init__.py
index <HASH>..<HASH> 100644
--- a/dvc/__init__.py
+++ b/dvc/__init__.py
@@ -7,7 +7,7 @@ import os
import warnings
-VERSION_BASE = '0.18.5'
+VERSION_BASE = '0.18.6'
__version__ = VERSION_BASE
PACKAGEPATH = os.path.abspath(os.path.dirname(__file__)) | dvc: bump to <I> | iterative_dvc | train |
18a095cf8cedcd8e615a6dd6d71634b2fe35bb70 | diff --git a/tests/test_msvc9compiler.py b/tests/test_msvc9compiler.py
index <HASH>..<HASH> 100644
--- a/tests/test_msvc9compiler.py
+++ b/tests/test_msvc9compiler.py
@@ -13,6 +13,10 @@ class msvc9compilerTestCase(unittest.TestCase):
if sys.platform != 'win32':
# this test is only for win32
... | Merged revisions <I> via svnmerge from
svn+ssh://<EMAIL>/python/trunk
........
r<I> | hirokazu.yamamoto | <I>-<I>-<I> <I>:<I>:<I> <I> | 2 lines
Issue #<I>: test_msvc9compiler failed on VC6/7.
Reviewed by Amaury Forgeot d'Arc.
........ | pypa_setuptools | train |
02ba779e5b488f501358aa21a0aee7301837c3a9 | diff --git a/jpa/core/src/main/java/org/jboss/as/jpa/container/AbstractEntityManager.java b/jpa/core/src/main/java/org/jboss/as/jpa/container/AbstractEntityManager.java
index <HASH>..<HASH> 100644
--- a/jpa/core/src/main/java/org/jboss/as/jpa/container/AbstractEntityManager.java
+++ b/jpa/core/src/main/java/org/jboss/a... | WFLY-<I> LockModeType.PESSIMISTIC_WRITE TRACE logging was reported as NONE, changed to 'pessimistic_write' | wildfly_wildfly | train |
eb4b553cba4512e0e872f85e0de513d0a9c4c35e | diff --git a/library/src/main/java/com/twotoasters/jazzylistview/JazzyHelper.java b/library/src/main/java/com/twotoasters/jazzylistview/JazzyHelper.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/twotoasters/jazzylistview/JazzyHelper.java
+++ b/library/src/main/java/com/twotoasters/jazzylistview/JazzyH... | Change default animation duration to <I>ms | twotoasters_JazzyListView | train |
e2db00179e731284632e95128c35331cf622366b | diff --git a/providers/twitter/twitter_test.go b/providers/twitter/twitter_test.go
index <HASH>..<HASH> 100644
--- a/providers/twitter/twitter_test.go
+++ b/providers/twitter/twitter_test.go
@@ -73,7 +73,7 @@ func Test_FetchUser(t *testing.T) {
a.Equal("1234", user.UserID)
a.Equal("Springfield", user.Location)
... | Updated twitter test to handle email data. | markbates_goth | train |
1b5e88b809c585c487a8880e5ef65ead739c44e0 | diff --git a/dci/db/embeds.py b/dci/db/embeds.py
index <HASH>..<HASH> 100644
--- a/dci/db/embeds.py
+++ b/dci/db/embeds.py
@@ -333,8 +333,8 @@ def remotecis():
def teams():
- t0 = models.TOPICS.alias('t0')
- t1 = models.TOPICS.alias('t1')
+ t0 = models.TEAMS.alias('t0')
+ t1 = models.TEAMS.alias('t1')
... | fix the teams.topics embed
teams.topics was broken and also not tested properly.
Change-Id: I<I>fa<I>e<I>bbcd<I>f0a3a9ba6dade4d<I> | redhat-cip_dci-control-server | train |
5be3cb1d7e310da0f42bf2d840e4773e6c6df86d | diff --git a/commands/PublishCommand.js b/commands/PublishCommand.js
index <HASH>..<HASH> 100644
--- a/commands/PublishCommand.js
+++ b/commands/PublishCommand.js
@@ -24,7 +24,7 @@ You should have received a copy of the GNU Lesser General Public
License along with this program; if not, see <http://www.gnu.org/licenses... | Added --public flag for publish
- defaults to private for
- This should not be merged in until i write up some docs and confirm the syntax with @nexxy | particle-iot_particle-cli | train |
2ca59d1d05bc4e4ad228b116113cf2436f5de946 | diff --git a/lib/que.rb b/lib/que.rb
index <HASH>..<HASH> 100644
--- a/lib/que.rb
+++ b/lib/que.rb
@@ -48,7 +48,7 @@ module Que
migrate! 0
end
- def migrate!(version_number)
+ def migrate!(version_number = Migrations::CURRENT_VERSION)
Migrations.migrate!(version_number)
end
diff --git ... | Let Que.migrate! work without a version. | chanks_que | train |
c22cc0a579458af8816ac8783b5e106547aba16d | diff --git a/lib/scorpio/typelike_modules.rb b/lib/scorpio/typelike_modules.rb
index <HASH>..<HASH> 100644
--- a/lib/scorpio/typelike_modules.rb
+++ b/lib/scorpio/typelike_modules.rb
@@ -22,6 +22,10 @@ module Scorpio
"\#{<#{self.class.name}#{object_group_text}> #{self.map { |k, v| "#{k.inspect} => #{v.inspect}" ... | add Hashlike / Arraylike #to_s, just delegating to #inspect. | notEthan_jsi | train |
98f06663f1b5f0dfa0e621465237bdab94cb2d6f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -2043,14 +2043,21 @@ function pages(options, callback) {
// Return past versions of a page (just the metadata and the diff),
// rendered via the versions.html template
- app.get(self._action + '/versions', funct... | data-page-versions="slug" attribute on a link can be used to open the page versions modal for any page object, including the global page, which may be necessary on a project-by-project basis. aposPages.browseVersions has been upgraded to accept an options object, with bc. The implementation of the page versions modal i... | apostrophecms-legacy_apostrophe-pages | train |
5544bee0346114d4e5f2f24a69935b79c93ced42 | diff --git a/builder/test/testmarkupbuilder.rb b/builder/test/testmarkupbuilder.rb
index <HASH>..<HASH> 100644
--- a/builder/test/testmarkupbuilder.rb
+++ b/builder/test/testmarkupbuilder.rb
@@ -1,5 +1,15 @@
#!/usr/bin/env ruby
+#--
+# Portions copyright 2004 by Jim Weirich (jim@weirichhouse.org).
+# Portions copyri... | Added tests by Sam Ruby.
git-svn-id: svn+ssh://rubyforge.org/var/svn/builder/trunk@<I> b<I>df<I>-ad1a-<I>-<I>b8-e<I>a<I> | jimweirich_builder | train |
5fc3c046378a463e2fd14d4002e620672590f7ef | diff --git a/tests/GeocoderTest.php b/tests/GeocoderTest.php
index <HASH>..<HASH> 100644
--- a/tests/GeocoderTest.php
+++ b/tests/GeocoderTest.php
@@ -7,7 +7,7 @@
* @copyright 2016, 2017 what3words Ltd
* @link http://developer.what3words.com
* @license MIT
- * @version 3.0.0
+ * @version 3.3.0
* @package What3w... | Fix to GeocoderTest for PHP 5/7 version mismatch | what3words_w3w-php-wrapper | train |
68c1bd770edabd4793e79c3f2e68f6a1160adb5f | diff --git a/tests/scroll-to-tests.e2e.js b/tests/scroll-to-tests.e2e.js
index <HASH>..<HASH> 100644
--- a/tests/scroll-to-tests.e2e.js
+++ b/tests/scroll-to-tests.e2e.js
@@ -20,7 +20,7 @@ test('scrolls to green box into view after clicking scroll button after 1000ms',
await t
.expect(await green.getBound... | Increase wait times for slower browsers in E2E tests | mkay581_scroll-js | train |
54e87e566a1b0a35a2cfd37c935c88102741f3fe | diff --git a/plugins/Monolog/config/config.php b/plugins/Monolog/config/config.php
index <HASH>..<HASH> 100644
--- a/plugins/Monolog/config/config.php
+++ b/plugins/Monolog/config/config.php
@@ -37,7 +37,13 @@ return array(
|| \Piwik\CliMulti::isCliMultiRequest();
$writerNames = array_map('trim'... | Make sure Monolog never adds its default handler. (#<I>) | matomo-org_matomo | train |
4e94ed5e13cb67fcc49cae933b49896d8c3b9f44 | diff --git a/aws/resource_aws_ami.go b/aws/resource_aws_ami.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_ami.go
+++ b/aws/resource_aws_ami.go
@@ -116,10 +116,6 @@ func resourceAwsAmiCreate(d *schema.ResourceData, meta interface{}) error {
id := *res.ImageId
d.SetId(id)
- d.Partial(true)
- d.Set("manage_e... | resource/aws_ami: Remove manage_ebs_block_devices (unused) | terraform-providers_terraform-provider-aws | train |
4160ce674da3e6e860c36780b0f2eb01ecdc08dd | diff --git a/lib/model/rofolder.go b/lib/model/rofolder.go
index <HASH>..<HASH> 100644
--- a/lib/model/rofolder.go
+++ b/lib/model/rofolder.go
@@ -22,11 +22,11 @@ type roFolder struct {
folder
}
-func newROFolder(model *Model, config config.FolderConfiguration, _ versioner.Versioner, _ *fs.MtimeFS) service {
+func... | model: consistently use cfg when referring to config instance and not package
GitHub-Pull-Request: <URL> | syncthing_syncthing | train |
9dddcbef39a1ce3be107a1dc142f24cf2b74c93c | diff --git a/lib/adequate_exposure/exposure.rb b/lib/adequate_exposure/exposure.rb
index <HASH>..<HASH> 100644
--- a/lib/adequate_exposure/exposure.rb
+++ b/lib/adequate_exposure/exposure.rb
@@ -54,8 +54,9 @@ module AdequateExposure
->{ model }
end
- normalize_non_proc_option :build do |params_me... | Make :build_params behave sane | rwz_adequate_exposure | train |
ffcff1b9ea786df2c2f00f860a8518bd429282d3 | diff --git a/pyecharts/_version.py b/pyecharts/_version.py
index <HASH>..<HASH> 100644
--- a/pyecharts/_version.py
+++ b/pyecharts/_version.py
@@ -1,2 +1,2 @@
-__version__ = "1.6.0"
+__version__ = "1.6.1"
__author__ = "chenjiandongx" | change version from <I> to <I> | pyecharts_pyecharts | train |
2b373220a1200bd28049a8382405af75538d3ad1 | diff --git a/build-lib/lib.js b/build-lib/lib.js
index <HASH>..<HASH> 100644
--- a/build-lib/lib.js
+++ b/build-lib/lib.js
@@ -97,7 +97,14 @@ window.ShopifyBuy = require('shopify-buy/shopify').default;
outputFile: `${pkg.name}.amd.js`
});
- tree = mergeTrees([amdOutput, polyfillTree, globalsOutput]);
+... | Add the polyfiled global build to development output.
It's available for examples now. | Shopify_js-buy-sdk | train |
d26330a17ffed566a692390082ed5ed20a699408 | diff --git a/lib/Alchemy/Phrasea/SearchEngine/Elastic/AST/RangeExpression.php b/lib/Alchemy/Phrasea/SearchEngine/Elastic/AST/RangeExpression.php
index <HASH>..<HASH> 100644
--- a/lib/Alchemy/Phrasea/SearchEngine/Elastic/AST/RangeExpression.php
+++ b/lib/Alchemy/Phrasea/SearchEngine/Elastic/AST/RangeExpression.php
@@ -4... | Fix date validation, range query & equality operator | alchemy-fr_Phraseanet | train |
b72f0ce934aa48ff691490a534e4a0f6be380fff | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ setup(name="magic-wormhole",
["wormhole = wormhole.cli.runner:entry",
"wormhole-server = wormhole.server.runner:entry",
]},
- install_require... | INCOMPATIBLE CHANGE: switch to spake2-<I>
This changes the way keys are derived, and thus is incompatible with
previous versions. We pin "spake2==<I>" to avoid future surprises. | warner_magic-wormhole | train |
69ccbffaed55a8c7f5d1f83802abf57c14e6a72d | diff --git a/pkg/social/github_oauth.go b/pkg/social/github_oauth.go
index <HASH>..<HASH> 100644
--- a/pkg/social/github_oauth.go
+++ b/pkg/social/github_oauth.go
@@ -210,7 +210,7 @@ func (s *SocialGithub) UserInfo(client *http.Client, token *oauth2.Token) (*Basi
if err != nil {
return nil, fmt.Errorf("Error getti... | fix: fixed github oauth login with allowed orgs filter, fixes #<I>, reverts #<I> | grafana_grafana | train |
9be81f4dc0a34b8dfc4ed763f27921425d915235 | diff --git a/features/unique/unique.test.js b/features/unique/unique.test.js
index <HASH>..<HASH> 100644
--- a/features/unique/unique.test.js
+++ b/features/unique/unique.test.js
@@ -61,7 +61,7 @@ describe('unique attribute feature', function() {
////////////////////////////////////////////////////
it('should... | Creating a new record with a 'type' value specified. | balderdashy_waterline-adapter-tests | train |
d93b19a8e32981f2522ea4ed27601ff1b935931d | diff --git a/assertj-android/src/main/java/org/assertj/android/api/bluetooth/BluetoothGattCharacteristicAssert.java b/assertj-android/src/main/java/org/assertj/android/api/bluetooth/BluetoothGattCharacteristicAssert.java
index <HASH>..<HASH> 100644
--- a/assertj-android/src/main/java/org/assertj/android/api/bluetooth/B... | Assert against the real value in BluetoothGattCharacteristicAssert#hasUuid() | square_assertj-android | train |
d0872ffaa02260387621b03343a8629837215b62 | diff --git a/src/Models/User.php b/src/Models/User.php
index <HASH>..<HASH> 100644
--- a/src/Models/User.php
+++ b/src/Models/User.php
@@ -1350,8 +1350,15 @@ class User extends Entry implements Authenticatable
->whereHas($this->schema->objectClass())
->first();
+ $maxPassw... | Properly return false if the AD server does not have a max password age. | Adldap2_Adldap2 | train |
0e553914572424e5e7dd7b58310c9db7a873aa25 | diff --git a/axiom/plugins/mantissacmd.py b/axiom/plugins/mantissacmd.py
index <HASH>..<HASH> 100644
--- a/axiom/plugins/mantissacmd.py
+++ b/axiom/plugins/mantissacmd.py
@@ -143,7 +143,7 @@ class Mantissa(axiomatic.AxiomaticCommand):
critical=True,
).sign(
private_key=pri... | SHA<I> is silly here, just use SHA<I>. | twisted_mantissa | train |
5b604fdc00d9b792c25ba78468234931020c1c67 | diff --git a/rflink/parser.py b/rflink/parser.py
index <HASH>..<HASH> 100644
--- a/rflink/parser.py
+++ b/rflink/parser.py
@@ -26,20 +26,32 @@ class PacketHeader(Enum):
PACKET_FIELDS = {
- 'awinsp': 'awindspeed',
+ 'awinsp': 'average_windspeed',
+ 'baro': 'barometric_pressure',
'bat': 'battery',
... | Add some more descriptions and also units. | aequitas_python-rflink | train |
f966d0e2f2d962f33291f4bae8aad1a2d0bce98a | diff --git a/lib/pipelines.js b/lib/pipelines.js
index <HASH>..<HASH> 100644
--- a/lib/pipelines.js
+++ b/lib/pipelines.js
@@ -13,6 +13,7 @@ var filter = require('gulp-filter');
var loggers = require('../lib/loggers.js');
var streams = require('../lib/streams');
var Workspace = require('../lib/workspace.js');
+var W... | refactor ethersim initialisation out of test stream | dapphub_dapple | train |
935b3386f92b4a051e545866c850233ae49a5c62 | diff --git a/abi/src/main/java/org/web3j/abi/TypeDecoder.java b/abi/src/main/java/org/web3j/abi/TypeDecoder.java
index <HASH>..<HASH> 100644
--- a/abi/src/main/java/org/web3j/abi/TypeDecoder.java
+++ b/abi/src/main/java/org/web3j/abi/TypeDecoder.java
@@ -198,7 +198,7 @@ public class TypeDecoder {
for (Object o... | Fix instantiateType method (#<I>)
The instantiateArrayType method used by instantiateType did not return an Array with the correct subtype | web3j_web3j | train |
6f81dc59af76da82765d522d1b7e308f76f50206 | diff --git a/osmnx/save_load.py b/osmnx/save_load.py
index <HASH>..<HASH> 100644
--- a/osmnx/save_load.py
+++ b/osmnx/save_load.py
@@ -474,18 +474,27 @@ def load_graphml(filename, folder=None, node_type=int):
data['osmid'] = node_type(data['osmid'])
data['x'] = float(data['x'])
data['y'] = fl... | convert elevation and grade attributes to float in load_graphml | gboeing_osmnx | train |
023fe48c98f5fd3458e8547ce0dceafeb97f385e | diff --git a/pkg/kubelet/dockershim/security_context.go b/pkg/kubelet/dockershim/security_context.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/dockershim/security_context.go
+++ b/pkg/kubelet/dockershim/security_context.go
@@ -167,7 +167,6 @@ func modifyHostNetworkOptionForContainer(hostNetwork bool, sandboxID stri... | Do not clear hostPid for host-networked container | kubernetes_kubernetes | train |
5d3861a3955c1d7874a600a9800e2afc21fca699 | diff --git a/lib/maximus/cli.rb b/lib/maximus/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/maximus/cli.rb
+++ b/lib/maximus/cli.rb
@@ -31,16 +31,19 @@ class Maximus::CLI < Thor
desc "frontend", "Execute all front-end tasks"
def frontend
['scsslint', 'jshint'].each { |e| check_exclude(e) }
+ @config.destro... | destroy temp files after each cli command | wearefine_maximus | train |
b12d14529cf9d321bb78d0c4fc0d7099764e2263 | diff --git a/lib/FilterDialog.js b/lib/FilterDialog.js
index <HASH>..<HASH> 100644
--- a/lib/FilterDialog.js
+++ b/lib/FilterDialog.js
@@ -10,7 +10,8 @@ var FilterDialog = function() {
var onClick = function(fv) {
var disease = d3.select('#up_pftv_dialog-checkDisease').property('checked');
var no... | Fix filter checkbox bug.
Whenever a subfilter is checked, the parent filter should become checked as well. | ebi-uniprot_ProtVista | train |
87ca4ea464625566788e1cb282e06b9c56afdb08 | diff --git a/lib/node_modules/@stdlib/math/fast/special/uint32-log2/test/test.js b/lib/node_modules/@stdlib/math/fast/special/uint32-log2/test/test.js
index <HASH>..<HASH> 100644
--- a/lib/node_modules/@stdlib/math/fast/special/uint32-log2/test/test.js
+++ b/lib/node_modules/@stdlib/math/fast/special/uint32-log2/test/t... | Add tests for exact binary logarithm | stdlib-js_stdlib | train |
449490b8139d3667b47a4c96e4bc8e8853a45983 | diff --git a/packages/core/core/src/ResolverRunner.js b/packages/core/core/src/ResolverRunner.js
index <HASH>..<HASH> 100644
--- a/packages/core/core/src/ResolverRunner.js
+++ b/packages/core/core/src/ResolverRunner.js
@@ -41,7 +41,12 @@ export default class ResolverRunner {
let pipeline;
let filePath;
l... | Don't extract pipelines from entry specifiers | parcel-bundler_parcel | train |
2852af82e3ead399f2419d55fa962ffee953a413 | diff --git a/addons/info/src/components/Story.js b/addons/info/src/components/Story.js
index <HASH>..<HASH> 100644
--- a/addons/info/src/components/Story.js
+++ b/addons/info/src/components/Story.js
@@ -383,7 +383,7 @@ Story.propTypes = {
showInline: PropTypes.bool,
showHeader: PropTypes.bool,
showSource: Prop... | Allow fn or object prop for styles for backward compatibility | storybooks_storybook | train |
15928cee0d37b5c52ddfc2ee3f495e7dec9f4dc1 | diff --git a/km3pipe/srv.py b/km3pipe/srv.py
index <HASH>..<HASH> 100644
--- a/km3pipe/srv.py
+++ b/km3pipe/srv.py
@@ -15,7 +15,6 @@ import tornado.web
import tornado.websocket
from tornado.options import define, options
-import json
import os
from thread import start_new_thread
import threading
@@ -26,6 +25,7 @... | Add websocket srv prototype | tamasgal_km3pipe | train |
f2ab8004f7ab0ed3473d98813cea3f2d1069e839 | diff --git a/lib/features.js b/lib/features.js
index <HASH>..<HASH> 100644
--- a/lib/features.js
+++ b/lib/features.js
@@ -93,7 +93,7 @@ var flags = {
// seperate account management pages
accountPages: function (req) {
- return alpha(req) || percentage(10, req);
+ return alpha(req) || percentage(40, req);... | Releasing accounts to <I>% of users | jsbin_jsbin | train |
9a7db98d7eb7619ffdb6a66d05b091335b29dfd9 | diff --git a/lib/rules/no-public.js b/lib/rules/no-public.js
index <HASH>..<HASH> 100644
--- a/lib/rules/no-public.js
+++ b/lib/rules/no-public.js
@@ -1,3 +1,5 @@
+var isIdentifierThis = require('../helpers').isIdentifierThis;
+
function propertiesHaveSetterOfName(setterName, body) {
return body.some(function (node... | Added a bunch of tests. | shovon_javascript-private-variables | train |
393543d5a24dc2c8ea702fb6a1484390ce2244fa | diff --git a/journal/consensus/poet/poet_journal.py b/journal/consensus/poet/poet_journal.py
index <HASH>..<HASH> 100644
--- a/journal/consensus/poet/poet_journal.py
+++ b/journal/consensus/poet/poet_journal.py
@@ -17,6 +17,8 @@ import collections
import logging
import importlib
+from time import time
+
from gossi... | Add transaction wait time out to keep system liveness with MinimumTransactionsPerBlock is greater then 1 and the transaction rate is very slow or stopped. This allows validators to start with MinimumTransactionsPerBlock != 1, as the inital genesis validator endpoint registration goes into a block by it's self. | hyperledger_sawtooth-core | train |
d09e54192ccfbf0ea962fc39c405a0ca3a6182e4 | diff --git a/test/fixtures/stylistic_issues.js b/test/fixtures/stylistic_issues.js
index <HASH>..<HASH> 100644
--- a/test/fixtures/stylistic_issues.js
+++ b/test/fixtures/stylistic_issues.js
@@ -11,7 +11,7 @@ module.exports = {
},
'block-spacing': {
fail: ['{var a =2; }'],
- pass: ['{var a =2;}']
+ pas... | correcting block-spacing pass case | dwyl_goodparts | train |
cb96c74294cbda4b23e70f69ce820f6d25eb7298 | diff --git a/lib/larch/imap/mailbox.rb b/lib/larch/imap/mailbox.rb
index <HASH>..<HASH> 100644
--- a/lib/larch/imap/mailbox.rb
+++ b/lib/larch/imap/mailbox.rb
@@ -256,7 +256,7 @@ class Mailbox
debug "removing #{expected_uids.length} deleted messages from the database..."
Larch.db.transaction do
- ... | This'll probably work better if we don't pass an array to Sequel | rgrove_larch | train |
1881b0e6fd2550da9e0b43dc48552b45b46ec07b | diff --git a/trezorlib/tests/device_tests/test_msg_ethereum_signmessage.py b/trezorlib/tests/device_tests/test_msg_ethereum_signmessage.py
index <HASH>..<HASH> 100644
--- a/trezorlib/tests/device_tests/test_msg_ethereum_signmessage.py
+++ b/trezorlib/tests/device_tests/test_msg_ethereum_signmessage.py
@@ -16,11 +16,9 @... | device tests: re-enable ethereum tests for T2 again | trezor_python-trezor | train |
13d1903514eacbddb40f9c8e44fc42b72313cb99 | diff --git a/SlimJson/Middleware.php b/SlimJson/Middleware.php
index <HASH>..<HASH> 100644
--- a/SlimJson/Middleware.php
+++ b/SlimJson/Middleware.php
@@ -17,13 +17,15 @@ abstract class Config {
class Middleware extends \Slim\Middleware {
- /**
+ /**
* @param array $config
*/
- function __construct($co... | Fix render if status is <I> and support unit testing | dogancelik_slim-json | train |
fa468d4a3dbbabf9df641bc12bed559fb511ce20 | diff --git a/taskw/test/test_datas.py b/taskw/test/test_datas.py
index <HASH>..<HASH> 100644
--- a/taskw/test/test_datas.py
+++ b/taskw/test/test_datas.py
@@ -295,3 +295,12 @@ class TestDBShellout(_BaseTestDB):
})
eq_(len(tasks), 1)
eq_(tasks[0]['id'], 2)
+
+ def test_filtering_quote(self)... | Test and fix a problem with filter encoding. | ralphbean_taskw | train |
5c2025aaa9ed0bb766f67ae2c76a42f071d21b47 | diff --git a/src/main/java/org/dmfs/oauth2/client/http/entities/XWwwFormUrlEncodedEntity.java b/src/main/java/org/dmfs/oauth2/client/http/entities/XWwwFormUrlEncodedEntity.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dmfs/oauth2/client/http/entities/XWwwFormUrlEncodedEntity.java
+++ b/src/main/java/org/dmfs... | Update XWwwFormUrlEncodedEntity to ignore empty keys and add some more test cases. | dmfs_oauth2-essentials | train |
4af1c546b4f9ce7c474a7a8ab9d659a8b8a084e6 | diff --git a/pkg/controller/framework/shared_informer.go b/pkg/controller/framework/shared_informer.go
index <HASH>..<HASH> 100644
--- a/pkg/controller/framework/shared_informer.go
+++ b/pkg/controller/framework/shared_informer.go
@@ -139,11 +139,12 @@ func (s *sharedIndexInformer) Run(stopCh <-chan struct{}) {
Pr... | prevent nil pointer when starting controllers before running the shared informer | kubernetes_kubernetes | train |
cd12e6e5904afbcf5654b7cfd63f7b711485b535 | diff --git a/fabfile.py b/fabfile.py
index <HASH>..<HASH> 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -28,16 +28,16 @@ def clean():
def send():
- local("tar -czvf dist.tar.gz dist")
+ local("tar -czf dist.tar.gz dist")
run("mkdir -p %(tsuru_path)s" % env)
put(os.path.join(current_dir, "dist.tar.gz"... | fabfile: being less verbose | tsuru_tsuru | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.