hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
a4f794cf20fe9f615f1c8e2d2f3ce4a133cc9170
diff --git a/middleware-public/exclusions.js b/middleware-public/exclusions.js index <HASH>..<HASH> 100644 --- a/middleware-public/exclusions.js +++ b/middleware-public/exclusions.js @@ -8,7 +8,7 @@ module.exports = function () { } var args = Array.prototype.slice.call(arguments), - exclusions = [new...
Linz by default will now exclude authentication checks and navigation middleware on logout route.
linzjs_linz
train
js
e46960306e0969f5806d650dd0a07148aa4aa9e7
diff --git a/lib/json_api_resource/resource.rb b/lib/json_api_resource/resource.rb index <HASH>..<HASH> 100644 --- a/lib/json_api_resource/resource.rb +++ b/lib/json_api_resource/resource.rb @@ -54,17 +54,23 @@ module JsonApiResource if match = method.to_s.match(/^(.*)=$/) self.client.send(match[1], arg...
Update the error collection defaulting and pass parameters to methods that want them. Returning self.errors is best because that has the errors already and is an initialized collection. The method_missing method does not pass arguments to methods that want them, so json_api_client's calling of update_attributes does no...
avvo_json_api_resource
train
rb
cfddccc0569f3d8fe1e97b8b3481ccbca47845f7
diff --git a/core/src/main/java/lucee/runtime/regex/Perl5Util.java b/core/src/main/java/lucee/runtime/regex/Perl5Util.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/lucee/runtime/regex/Perl5Util.java +++ b/core/src/main/java/lucee/runtime/regex/Perl5Util.java @@ -100,13 +100,11 @@ final class Perl5Util { ...
Added a fix to reMatch/reMatchNoCase regression with empty string for LDEV-<I>
lucee_Lucee
train
java
6aa301e9baf172b5f32cf598b867bf2c86b6cc85
diff --git a/examples/examples_pairwise_ttests.py b/examples/examples_pairwise_ttests.py index <HASH>..<HASH> 100644 --- a/examples/examples_pairwise_ttests.py +++ b/examples/examples_pairwise_ttests.py @@ -1,8 +1,7 @@ import pandas as pd -from pingouin import pairwise_ttests - -# Change default display format of pand...
added print_table to pairwise_ttests
raphaelvallat_pingouin
train
py
399f0bbc04da4585247a86afabf59844395d682b
diff --git a/Entity/ExtendedFieldRepositoryTrait.php b/Entity/ExtendedFieldRepositoryTrait.php index <HASH>..<HASH> 100644 --- a/Entity/ExtendedFieldRepositoryTrait.php +++ b/Entity/ExtendedFieldRepositoryTrait.php @@ -265,7 +265,10 @@ trait ExtendedFieldRepositoryTrait $this->getEntityManager()->g...
better where clause on xref tables n/c of indexes
TheDMSGroup_mautic-extended-field
train
php
d8fd23eb49d5fdbd621ac5fa951fbcd6dfbe126f
diff --git a/lib/lexer_block/list.js b/lib/lexer_block/list.js index <HASH>..<HASH> 100644 --- a/lib/lexer_block/list.js +++ b/lib/lexer_block/list.js @@ -78,6 +78,7 @@ function skipOrderedListMarker(state, startLine) { module.exports = function list(state, startLine, endLine, silent) { var nextLine, indent,...
Fix nested code blocks inside lists This is now parsed correctly: --- - test ---
markdown-it_markdown-it
train
js
3b83c4b9d88e89fe4b4b14c710c3b0465cbacc3d
diff --git a/Library/Stubs/Generator.php b/Library/Stubs/Generator.php index <HASH>..<HASH> 100644 --- a/Library/Stubs/Generator.php +++ b/Library/Stubs/Generator.php @@ -236,7 +236,7 @@ class Generator * * @return string */ - protected function buildConstant(ClassConstant $constant, $indent) + ...
Add type hints to method signatures
phalcon_zephir
train
php
546c39763a39ec4555fd8a2fecdd47d812fb770f
diff --git a/Bundle/PageBundle/Helper/UrlHelper.php b/Bundle/PageBundle/Helper/UrlHelper.php index <HASH>..<HASH> 100644 --- a/Bundle/PageBundle/Helper/UrlHelper.php +++ b/Bundle/PageBundle/Helper/UrlHelper.php @@ -118,7 +118,10 @@ class UrlHelper $urlReferer = substr($referer, strlen($completeUrl)); ...
[VICMS-<I>] migrer widgetFilterBundle
Victoire_victoire
train
php
025f4613b11ec98581785a1ba706f4f20c3ad285
diff --git a/test/util.js b/test/util.js index <HASH>..<HASH> 100644 --- a/test/util.js +++ b/test/util.js @@ -1,5 +1,19 @@ module.exports = { runIfSp: function(testFunc){ return process.env.SERIAL_PORT ? testFunc : null; + }, + mockSensorAdapter: function(cb){ + return { + readSensor: function(a,b,c...
added mock adapters to test utils for future use
hflw_node-robot
train
js
3688fc95fd9a1a03f4e35ec2d9c09f44824bd406
diff --git a/lib/rchardet/charsetprober.rb b/lib/rchardet/charsetprober.rb index <HASH>..<HASH> 100755 --- a/lib/rchardet/charsetprober.rb +++ b/lib/rchardet/charsetprober.rb @@ -53,13 +53,18 @@ module CharDet end def filter_high_bit_only(aBuf) - aBuf.gsub!(/([\x00-\x7F])+/, ' ') - return aBuf + ...
fixed a serious bug that caused filter_without_english_characters to affect all probers that came after the prober that called it first
jmhodges_rchardet
train
rb
3392605ee39e5e74ff5c53e70ba6b4acab36f7be
diff --git a/ArrayTraits/src/ExportInterface.php b/ArrayTraits/src/ExportInterface.php index <HASH>..<HASH> 100644 --- a/ArrayTraits/src/ExportInterface.php +++ b/ArrayTraits/src/ExportInterface.php @@ -20,9 +20,11 @@ interface ExportInterface /** * Convert object into YAML string. * + * @param int...
Fix Declaration of ArrayTraits\Export::toYaml() must be compatible with ExportInterface::toYaml()
rockettheme_toolbox
train
php
8fcfe97e11510f5d552ef2ddbffbb0063e260e16
diff --git a/test/katex-spec.js b/test/katex-spec.js index <HASH>..<HASH> 100644 --- a/test/katex-spec.js +++ b/test/katex-spec.js @@ -582,10 +582,10 @@ describe("An over/brace/brack parser", function() { expect(numer.body).toHaveLength(4); }); - it("should create a demonimator from the atoms after \...
Fix test that was checking numerator instead of denominator (#<I>) * Test was checking numerator instead of denominator * fixed a typo
KaTeX_KaTeX
train
js
3e03407c7b6fb99b9f505c523e9176eeed332c0f
diff --git a/js/cloudmine.js b/js/cloudmine.js index <HASH>..<HASH> 100644 --- a/js/cloudmine.js +++ b/js/cloudmine.js @@ -1,4 +1,4 @@ -/* CloudMine JavaScript Library v0.9.5 cloudmine.me | cloudmine.me/license */ +/* CloudMine JavaScript Library v0.9.6 cloudmine.me | cloudmine.me/license */ (function() { var ver...
Fixed a comment to <I>
cloudmine_CloudMineSDK-JavaScript
train
js
b860007dc0e6a062dc5f145b5e4a9b4e043cc6b9
diff --git a/lib/commander.rb b/lib/commander.rb index <HASH>..<HASH> 100644 --- a/lib/commander.rb +++ b/lib/commander.rb @@ -41,7 +41,7 @@ $terminal.wrap_at = HighLine::SystemExtensions.terminal_size.first - 10 rescue 8 # Display friendly interruption message trap 'INT' do - say program :int_message + say prog...
- Silenced a warning
commander-rb_commander
train
rb,rb
3ff7de4113f0b1d2e5ab5b069887ba8392ff26e9
diff --git a/api/v1/lib/executor/config/config.go b/api/v1/lib/executor/config/config.go index <HASH>..<HASH> 100644 --- a/api/v1/lib/executor/config/config.go +++ b/api/v1/lib/executor/config/config.go @@ -2,6 +2,7 @@ package config import ( "errors" + "fmt" "os" "strconv" "time" @@ -44,7 +45,7 @@ type EnvE...
executor: log reasons for executor configuration error
mesos_mesos-go
train
go
01fdd0cde14310b450824c443c60cfed64531520
diff --git a/js/test/Exchange/test.orderbook.js b/js/test/Exchange/test.orderbook.js index <HASH>..<HASH> 100644 --- a/js/test/Exchange/test.orderbook.js +++ b/js/test/Exchange/test.orderbook.js @@ -36,7 +36,7 @@ module.exports = (exchange, orderbook, method, symbol) => { // 'info': {}, } - expect (o...
test.orderbook.js chai assertion on keys
ccxt_ccxt
train
js
42b5a07da8e6285113bc93c9e4d3f0db0da9e097
diff --git a/src/lib/Supra/Controller/Layout/Theme/Configuration/ThemeConfiguration.php b/src/lib/Supra/Controller/Layout/Theme/Configuration/ThemeConfiguration.php index <HASH>..<HASH> 100644 --- a/src/lib/Supra/Controller/Layout/Theme/Configuration/ThemeConfiguration.php +++ b/src/lib/Supra/Controller/Layout/Theme/Co...
added previewUrl to themeConfiguration
sitesupra_sitesupra
train
php
1ad1c5e87e1d3988832833111d14754e9e7a68f7
diff --git a/stagpy/__init__.py b/stagpy/__init__.py index <HASH>..<HASH> 100644 --- a/stagpy/__init__.py +++ b/stagpy/__init__.py @@ -68,16 +68,16 @@ def load_mplstyle(): plt = importlib.import_module('matplotlib.pyplot') if conf.plot.mplstyle: for style in conf.plot.mplstyle.split(): - s...
Don't report faulty mplstyle when ISOLATED Report them anyway if DEBUG
StagPython_StagPy
train
py
71615a172cafa21ad4af0c814a3136cf1d603ce3
diff --git a/api/client.go b/api/client.go index <HASH>..<HASH> 100644 --- a/api/client.go +++ b/api/client.go @@ -15,7 +15,7 @@ var ( errRedirect = errors.New("redirect") defaultHTTPClientSetup sync.Once defaultHTTPClient = &http.Client{ - Timeout: time.Second * 5, + Timeout: time.Second * 30, ...
Increase default timeout to <I>s which should allow for any operation to complete.
hashicorp_vault
train
go
0a37a0ea367733273ec67b005a9e3f355a49ca8e
diff --git a/openid/cryptutil.py b/openid/cryptutil.py index <HASH>..<HASH> 100644 --- a/openid/cryptutil.py +++ b/openid/cryptutil.py @@ -14,7 +14,8 @@ http://www.amk.ca/python/code/crypto """ __all__ = ['randrange', 'hmacSha1', 'sha1', 'randomString', - 'binaryToLong', 'longToBinary', 'longToBase64', 'b...
[project @ Added stub functions for when sha<I> is not available]
openid_python-openid
train
py
a33e2b89c8d1f4997b4bf423951eef50ee0c4a3d
diff --git a/Doctrine/Collection.php b/Doctrine/Collection.php index <HASH>..<HASH> 100644 --- a/Doctrine/Collection.php +++ b/Doctrine/Collection.php @@ -157,7 +157,7 @@ class Doctrine_Collection extends Doctrine_Access implements Countable, Iterator * @return mixed */ public function getFirst() { ...
[amadeus] Changed getFirst to use reset function for proper behavior on empty
doctrine_annotations
train
php
bf27435b85cf85da7e14a8a653e007a756112e8b
diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/AbstractToString.java b/core/src/main/java/com/google/errorprone/bugpatterns/AbstractToString.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/errorprone/bugpatterns/AbstractToString.java +++ b/core/src/main/java/com/google/errorprone...
Re-order checks in AbstractToString RELNOTES: N/A ------------- Created by MOE: <URL>
google_error-prone
train
java
b2ec421ca3789075d95fc694a8f3e20c0877a336
diff --git a/plugins/jobs/server/models/job.py b/plugins/jobs/server/models/job.py index <HASH>..<HASH> 100644 --- a/plugins/jobs/server/models/job.py +++ b/plugins/jobs/server/models/job.py @@ -34,7 +34,7 @@ class Job(AccessControlledModel): ('userId', SortDir.ASCENDING), ('created', SortDir....
Ensure that there is an index on the created field for job. With the admin list-all-jobs option, the list will fail if the job collection is too big. This fixes that.
girder_girder
train
py
7842bda50abe0cea3490acb9363ac94d07148e54
diff --git a/rllib/train.py b/rllib/train.py index <HASH>..<HASH> 100755 --- a/rllib/train.py +++ b/rllib/train.py @@ -182,10 +182,15 @@ def run(args, parser): inputs = force_list(input_) # This script runs in the ray/rllib dir. rllib_dir = Path(__file__).parent - abs_i...
[rllib] Fix to allow input strings that are not file paths (#<I>)
ray-project_ray
train
py
d75286396808d7421633108772f872a1ee68779a
diff --git a/ioc_module.js b/ioc_module.js index <HASH>..<HASH> 100644 --- a/ioc_module.js +++ b/ioc_module.js @@ -34,17 +34,17 @@ const { } = require('./dist/commonjs/index'); const { + AutoStartService, CorrelationService, + DeleteProcessModelService, + ExecuteProcessService, FlowNodeInstanceService, ...
:sparkles: Update ioc registrations
process-engine_process_engine_core
train
js
97c6c2520de80fc4b4f9aec30ebfb8369d2d65d5
diff --git a/pytestsalt/fixtures/daemons.py b/pytestsalt/fixtures/daemons.py index <HASH>..<HASH> 100644 --- a/pytestsalt/fixtures/daemons.py +++ b/pytestsalt/fixtures/daemons.py @@ -37,11 +37,13 @@ from tornado.process import Subprocess log = logging.getLogger(__name__) HANDLED_LEVELS = { - 2: 'warning', ...
Adapt to the new catchlog levels
saltstack_pytest-salt
train
py
2935118dab27f315907e9a769f89bb65d5f66df4
diff --git a/application/Espo/ORM/Repository/RDBRepository.php b/application/Espo/ORM/Repository/RDBRepository.php index <HASH>..<HASH> 100644 --- a/application/Espo/ORM/Repository/RDBRepository.php +++ b/application/Espo/ORM/Repository/RDBRepository.php @@ -143,11 +143,10 @@ class RDBRepository extends Repository ...
repository: calling updateFetchedValues always after save
espocrm_espocrm
train
php
3c67fd057b04f997af21dce0a8604fad31241add
diff --git a/esteid/tests.py b/esteid/tests.py index <HASH>..<HASH> 100644 --- a/esteid/tests.py +++ b/esteid/tests.py @@ -32,7 +32,7 @@ class TestParseCommonName(TestCase): class TestSigningWithMobile(TestCase): def get_example_file(self): - return urlopen('http://lorempixel.com/1920/1920/').read() + ...
Lorempixel is dead, generate random file
thorgate_django-esteid
train
py
0130398e9f0d208ee099366c3be474aa1ec5022a
diff --git a/core/dbt/config/project.py b/core/dbt/config/project.py index <HASH>..<HASH> 100644 --- a/core/dbt/config/project.py +++ b/core/dbt/config/project.py @@ -217,7 +217,7 @@ class PartialProject: project_dict: Dict[str, Any] verify_version: bool = field( metadata=dict(description=( - ...
Update core/dbt/config/project.py
fishtown-analytics_dbt
train
py
6e40fba8e59742ff5bbca0afae6396cd803092bd
diff --git a/web/opensubmit/models/userprofile.py b/web/opensubmit/models/userprofile.py index <HASH>..<HASH> 100644 --- a/web/opensubmit/models/userprofile.py +++ b/web/opensubmit/models/userprofile.py @@ -68,14 +68,14 @@ class UserProfile(models.Model): Check if the user information is complete, or if we nee...
Show hint on redirection to user settings dialogue.
troeger_opensubmit
train
py,py
2087130cc688f9b01b4b601f07d2751d16bad7c3
diff --git a/bolt.py b/bolt.py index <HASH>..<HASH> 100644 --- a/bolt.py +++ b/bolt.py @@ -321,7 +321,7 @@ class BatchingBolt(Bolt): """Return the group key used to group tuples within a batch. By default, returns None, which put all tuples in a single - batch, effectively just time-based bat...
autospec all of the mocks to make sure API breakages will be noticed in the future. Attempted to make _handle_worker_exception mock work.
pystorm_pystorm
train
py
5afda75f47c131e8e0bc98fe76bb7a630b5d250d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,8 @@ setup( 'readlike>=0.1', 'requests==2.6.0', 'ReParser>=1.4', + # use alpha protobuf for official Python 3 support + 'protobuf==3.0.0a3', # use forked urwid until ...
Add protobuf to setup.py
tdryer_hangups
train
py
02d8fd0fda001a431e3fe5273bd6ed7de7e55a04
diff --git a/gocode.go b/gocode.go index <HASH>..<HASH> 100644 --- a/gocode.go +++ b/gocode.go @@ -279,10 +279,9 @@ func cmdSet(c *rpc.Client) { func tryRunServer() os.Error { path := GetExecutableFileName() - args := []string{os.Args[0], "-s", "-sock", *sock, "-addr", *addr} cwd, _ := os.Getwd() - procattr :=...
Make os.ProcAttr construction more future-proof. The attached trivial patch will make gocode compatible with upcoming changes (else <URL>).
nsf_gocode
train
go
b55335b6506ebbe335fc00283b654e0dbf772f88
diff --git a/tests/View/SummaryDoc.php b/tests/View/SummaryDoc.php index <HASH>..<HASH> 100644 --- a/tests/View/SummaryDoc.php +++ b/tests/View/SummaryDoc.php @@ -91,10 +91,7 @@ class SummaryDoc */ public function doc3() { - /* - # _ - {{ i + 1 }} - */ + // {{ i + 1 }}...
docs<view>: add summary doc for view component
hunzhiwange_framework
train
php
e921a5d2150e96818667d7095626ae115ab3cc25
diff --git a/h2o-py/h2o/estimators/xgboost.py b/h2o-py/h2o/estimators/xgboost.py index <HASH>..<HASH> 100644 --- a/h2o-py/h2o/estimators/xgboost.py +++ b/h2o-py/h2o/estimators/xgboost.py @@ -1290,6 +1290,20 @@ class H2OXGBoostEstimator(H2OEstimator): decreasing constraint. Type: ``dict``. + + ...
PUBDEV-<I>: added example
h2oai_h2o-3
train
py
0a52cbcdffe690dbce7a46991babb082d98a6093
diff --git a/babel.config.js b/babel.config.js index <HASH>..<HASH> 100644 --- a/babel.config.js +++ b/babel.config.js @@ -9,6 +9,6 @@ module.exports = { }], ], plugins: [ - '@babel/plugin-transform-react-jsx', + ['@babel/plugin-transform-react-jsx', {runtime: 'automatic'}], ], } diff --git a/test/...
test: new jsx transform
tj_react-enroute
train
js,js,js
6127f785a42f40bcc818029d64f8b617d2fafc99
diff --git a/embed/config.go b/embed/config.go index <HASH>..<HASH> 100644 --- a/embed/config.go +++ b/embed/config.go @@ -36,6 +36,7 @@ import ( "github.com/coreos/pkg/capnslog" "github.com/ghodss/yaml" "google.golang.org/grpc" + "google.golang.org/grpc/grpclog" ) const ( @@ -244,6 +245,8 @@ func (cfg *Confi...
embed: disable grpc server logging by default
etcd-io_etcd
train
go
7b31ec4780b001e94d16ee5fee00f757eff61acd
diff --git a/src/mixins/index.js b/src/mixins/index.js index <HASH>..<HASH> 100644 --- a/src/mixins/index.js +++ b/src/mixins/index.js @@ -1,7 +1,7 @@ import Series from './series'; import XY from './xy'; import XYValues from './xy-values'; -import XYInverted from './inverted-xy'; +import XYInverted from './xy-inver...
Fix XYInverted undefined bug
CSNW_d3.compose
train
js
8533c93505a733980406ce655372c7742dfcfdfc
diff --git a/troposphere/policies.py b/troposphere/policies.py index <HASH>..<HASH> 100644 --- a/troposphere/policies.py +++ b/troposphere/policies.py @@ -41,6 +41,7 @@ class UpdatePolicy(AWSAttribute): 'AutoScalingReplacingUpdate': (AutoScalingReplacingUpdate, False), 'CodeDeployLambdaAliasUpdate': (...
Add update policy that allows for in place upgrade of ES cluster (#<I>)
cloudtools_troposphere
train
py
33138485a8b400f59f1843b16b72b33ebf65f554
diff --git a/lambdas/access_counts/index.py b/lambdas/access_counts/index.py index <HASH>..<HASH> 100644 --- a/lambdas/access_counts/index.py +++ b/lambdas/access_counts/index.py @@ -96,6 +96,15 @@ PACKAGE_VERSION_ACCESS_COUNTS = textwrap.dedent("""\ GROUP BY eventname, package_hashes.bucket, name, hash """) +B...
Add access counts for the whole bucket (#<I>)
quiltdata_quilt
train
py
438d701ef1a8ea5a196cb5d23a42f173f6d29e36
diff --git a/src/MarkWilson/Test/VerbalExpressionOutputTest.php b/src/MarkWilson/Test/VerbalExpressionOutputTest.php index <HASH>..<HASH> 100644 --- a/src/MarkWilson/Test/VerbalExpressionOutputTest.php +++ b/src/MarkWilson/Test/VerbalExpressionOutputTest.php @@ -30,4 +30,4 @@ class VerbalExpressionOutputTest extends \P...
Tiniest of amends to code style - sort of pointless
markwilson_VerbalExpressionsPhp
train
php
9592f83c0bd2f44183355533adc44b1d51f7f527
diff --git a/src/tag-cloud.js b/src/tag-cloud.js index <HASH>..<HASH> 100644 --- a/src/tag-cloud.js +++ b/src/tag-cloud.js @@ -3,7 +3,7 @@ import DefaultRenderer from "./default-renderer"; import arrayShuffle from "array-shuffle"; const omittedElemProps = { - tags: undefined, shuffle: undefined, renderer: undefi...
omited sizes in props
madox2_react-tagcloud
train
js
d1db63aa777b9a73e9befde6a69aea398e703fae
diff --git a/satpy/dependency_tree.py b/satpy/dependency_tree.py index <HASH>..<HASH> 100644 --- a/satpy/dependency_tree.py +++ b/satpy/dependency_tree.py @@ -185,9 +185,9 @@ class DependencyTree(Tree): """Update 'name' property of a node and any related metadata.""" old_name = node.name asse...
Fix dependency tree node name when the new name is the same as old
pytroll_satpy
train
py
21d253df019ad70663e1f6a24a2b32169d8bc609
diff --git a/actions/ViewAction.php b/actions/ViewAction.php index <HASH>..<HASH> 100644 --- a/actions/ViewAction.php +++ b/actions/ViewAction.php @@ -16,6 +16,11 @@ class ViewAction extends Action public $view = 'view'; /** + * @var string|integer ID of object to be viewed + */ + protected $_id;...
improved ViewAction: + modelConfig and id
hiqdev_hipanel-core
train
php
cecf7c2dd5f1a6a015ed6eec4b46bf656a1ab59b
diff --git a/src/RequestFactory.php b/src/RequestFactory.php index <HASH>..<HASH> 100644 --- a/src/RequestFactory.php +++ b/src/RequestFactory.php @@ -1,5 +1,4 @@ <?php -declare(strict_types = 1); /** * Weave Zend Diactoros PSR7 Adaptor Request Factory. */ diff --git a/src/ResponseEmitter.php b/src/ResponseEmitte...
Remove strict-types statement for improved php<I> support
weavephp_http-zenddiactoros
train
php,php,php
23ab1621c315ac8f414799ae4c9122959eef036d
diff --git a/src/Orders/OrdersStatus.php b/src/Orders/OrdersStatus.php index <HASH>..<HASH> 100644 --- a/src/Orders/OrdersStatus.php +++ b/src/Orders/OrdersStatus.php @@ -123,4 +123,28 @@ class OrdersStatus { return $result; } + + /** + * [RO] Seteaza o comanda ca fiind gata de livrare (https://g...
Added setReadyForDelivery method
celdotro_marketplace
train
php
baef86de7410ab5ab809b713d00eecb9293f10e6
diff --git a/treeherder/perfalert/perfalert/analyze_talos.py b/treeherder/perfalert/perfalert/analyze_talos.py index <HASH>..<HASH> 100644 --- a/treeherder/perfalert/perfalert/analyze_talos.py +++ b/treeherder/perfalert/perfalert/analyze_talos.py @@ -608,8 +608,7 @@ class AnalysisRunner: if self.config.has_o...
Bug <I> - CC patch authors on "improvement" emails [r=catlee]
mozilla_treeherder
train
py
807dd51f7578992ca9606c16062ea3af5c70451f
diff --git a/lib/correios.js b/lib/correios.js index <HASH>..<HASH> 100644 --- a/lib/correios.js +++ b/lib/correios.js @@ -19,6 +19,7 @@ module.exports = class Correios { return new Promise((resolve, reject) => { soap.createClient(this.calcPrecoUrl, (error, client) => { + if ( error ) return reject...
reject in case of unexpected error on soap client
vitorleal_node-correios
train
js
2d7f67045b95af40f674603acb65a399a9388af5
diff --git a/lib/poolparty/monitors/stats_monitor_adaptor.rb b/lib/poolparty/monitors/stats_monitor_adaptor.rb index <HASH>..<HASH> 100644 --- a/lib/poolparty/monitors/stats_monitor_adaptor.rb +++ b/lib/poolparty/monitors/stats_monitor_adaptor.rb @@ -60,10 +60,10 @@ module Butterfly # Expand the cloud if 50+% of...
Fixed call to server-list-active by name to ip and full-filepath
auser_poolparty
train
rb
9732e04c60fcaf7f9869024f7676a81af6f25359
diff --git a/indexing-hadoop/src/main/java/org/apache/druid/indexer/updater/MetadataStorageUpdaterJobSpec.java b/indexing-hadoop/src/main/java/org/apache/druid/indexer/updater/MetadataStorageUpdaterJobSpec.java index <HASH>..<HASH> 100644 --- a/indexing-hadoop/src/main/java/org/apache/druid/indexer/updater/MetadataStor...
Pass in segmentTable correctly (#<I>)
apache_incubator-druid
train
java
11bd07abb297ef93e52a332d8ec9a0094e76181e
diff --git a/terraform/plan.go b/terraform/plan.go index <HASH>..<HASH> 100644 --- a/terraform/plan.go +++ b/terraform/plan.go @@ -242,6 +242,8 @@ func ReadPlan(src io.Reader) (*Plan, error) { // WritePlan writes a plan somewhere in a binary format. func WritePlan(d *Plan, dst io.Writer) error { + return fmt.Errorf...
core: Have WritePlan be explicit that it's non-functional right now This is temporarily broken until we implement the new plan file format, since terraform.Plan is no longer serializable with gob. Rather than have an error that seems like it needs immediate fixing, we'll be explicit about it in the error message and f...
hashicorp_terraform
train
go
b1dec29e6adc8ac1aefd096e8bc9900cadda34fc
diff --git a/check50.py b/check50.py index <HASH>..<HASH> 100755 --- a/check50.py +++ b/check50.py @@ -190,7 +190,7 @@ def print_results(results, log=False): cprint(" {}".format(result["rationale"]), "red") elif result["status"] == Checks.SKIP: cprint(":| {}".format(result["des...
Added rationale to skipped tests
cs50_check50
train
py
97e775f8bb20e86020bc602aed875d2608eb061f
diff --git a/tests/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/QualifiedNameScopeProviderTest.java b/tests/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/QualifiedNameScopeProviderTest.java index <HASH>..<HASH> 100644 --- a/tests/org.eclipse.xtext.tests/src/org/eclipse/xtext/scoping/impl/Qual...
improved performance of qualified name scope provider (<URL>)
eclipse_xtext-extras
train
java
bb4fea25e2d412e400d76d29598ac32db799bfee
diff --git a/src/models/StyledComponent.js b/src/models/StyledComponent.js index <HASH>..<HASH> 100644 --- a/src/models/StyledComponent.js +++ b/src/models/StyledComponent.js @@ -22,9 +22,11 @@ export default (tagName: any, rules: RuleSet) => { componentWillReceiveProps(newProps: Object, newContext: ?any) { ...
lint i hate you
styled-components_styled-components
train
js
2cb21e630e023044d18ca7318a3ecba3a77bd558
diff --git a/public/js/editor.js b/public/js/editor.js index <HASH>..<HASH> 100644 --- a/public/js/editor.js +++ b/public/js/editor.js @@ -659,13 +659,8 @@ function AposSchemas() { // has invoked addError(). self.scrollToError = function($el) { - var $element = self.findSafe($el, '.apos-error'); - if (!$e...
Use the scrollintoview plugin to make aposSchemas.scrollToError() more effective
apostrophecms-legacy_apostrophe-schemas
train
js
d4537fd72de24838a3e480a1c8fba11104a17d22
diff --git a/specter/spec.py b/specter/spec.py index <HASH>..<HASH> 100644 --- a/specter/spec.py +++ b/specter/spec.py @@ -47,6 +47,10 @@ class Describe(object): self.describes = [desc_type() for desc_type in self.describe_types] @property + def doc(self): + return self.__dict__.__doc__ + + ...
Adding Spec * Also added doc to Describe
jmvrbanac_Specter
train
py
dd458823fdcc1aea6891af1564f1d9d68df034f9
diff --git a/lib/Elastica/Document.php b/lib/Elastica/Document.php index <HASH>..<HASH> 100644 --- a/lib/Elastica/Document.php +++ b/lib/Elastica/Document.php @@ -174,7 +174,7 @@ class Elastica_Document { * @param string $ttl * @return Elastica_Document */ - public function setTTL($ttl) { + public function set...
changed setTTL for setTtl
ruflin_Elastica
train
php,php
dc14c98cabeac58a67b29b17e12c772350ef3b40
diff --git a/xchange-bitstamp/src/main/java/info/bitrich/xchangestream/bitstamp/v2/BitstampStreamingService.java b/xchange-bitstamp/src/main/java/info/bitrich/xchangestream/bitstamp/v2/BitstampStreamingService.java index <HASH>..<HASH> 100644 --- a/xchange-bitstamp/src/main/java/info/bitrich/xchangestream/bitstamp/v2/B...
#<I> revew fixes - warn log level for unknown event type
knowm_XChange
train
java
7e4eec5401d946788d799a5664a43bc7babaf5d5
diff --git a/views/js/generis.tree.select.js b/views/js/generis.tree.select.js index <HASH>..<HASH> 100644 --- a/views/js/generis.tree.select.js +++ b/views/js/generis.tree.select.js @@ -96,6 +96,9 @@ define(['jquery', 'lodash', 'i18n', 'context', 'generis.tree', 'helpers', 'ui/fe if (instance.checkedNodes) { ...
Added new callback fr onopen event
oat-sa_tao-core
train
js
415bd544bc8ba6188b380b5a65a8407c8a9cec80
diff --git a/lib/okta_saml/version.rb b/lib/okta_saml/version.rb index <HASH>..<HASH> 100644 --- a/lib/okta_saml/version.rb +++ b/lib/okta_saml/version.rb @@ -1,3 +1,3 @@ module OktaSaml - VERSION = "0.0.7" + VERSION = "0.0.8" end
[JEB/EC][<I>] bumping to version <I>
rentpath_okta_saml
train
rb
ab3fef062197155e0557fc7399ceef6c6fce7f6f
diff --git a/will/mixins/storage.py b/will/mixins/storage.py index <HASH>..<HASH> 100644 --- a/will/mixins/storage.py +++ b/will/mixins/storage.py @@ -63,3 +63,28 @@ class StorageMixin(object): return self.storage.size() except Exception: logging.exception("Failed to get the size of o...
Extend storage operations to support lists It's pretty common to store multiple values as a list under one key. In order to reduce the duplication in my plugin I think this should go here.
skoczen_will
train
py
49a4f70fb0e0062e665ac95cc01b2701e34badc9
diff --git a/lib/fog/aws/models/storage/file.rb b/lib/fog/aws/models/storage/file.rb index <HASH>..<HASH> 100644 --- a/lib/fog/aws/models/storage/file.rb +++ b/lib/fog/aws/models/storage/file.rb @@ -6,6 +6,7 @@ module Fog class AWS class File < Fog::Model + # @see AWS Object docs http://docs.aws.am...
[docs::was::storage] added URL for list of S3 docs about Restful HTTP API
fog_fog
train
rb
5b0756f2468c88c2f10deff6705beb979d448e5d
diff --git a/binstar_client/commands/config.py b/binstar_client/commands/config.py index <HASH>..<HASH> 100644 --- a/binstar_client/commands/config.py +++ b/binstar_client/commands/config.py @@ -1,5 +1,5 @@ ''' -Bisntar configuration +Binstar configuration Get, Set, Remove or Show the binstar configuration.
Fixed typo in config.py
Anaconda-Platform_anaconda-client
train
py
6d3ae73dab8ef8cf9405bc98d67c82db201631ec
diff --git a/lib/chef/knife/cloudformation_events.rb b/lib/chef/knife/cloudformation_events.rb index <HASH>..<HASH> 100644 --- a/lib/chef/knife/cloudformation_events.rb +++ b/lib/chef/knife/cloudformation_events.rb @@ -84,7 +84,7 @@ class Chef end else ui.fatal "Failed to locate requested...
Raise in place of exit to prevent nested calls returning early
sparkleformation_sfn
train
rb
3f2ce507bd43530765d4095e0f629b346807ce52
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -197,7 +197,6 @@ function responseInterceptor(response) { config.pushResponsePromise.then((pushResponse) => { const headers = omit(response.headers, illegalConnectionSpecificHeaders); // TODO...
I had misread node docs; content-length value can be a string
BernzSed_axios-push
train
js,js
3aaff243787e2548383d77dc73f9acaa4ba4a35f
diff --git a/spec/scheduler_spec.rb b/spec/scheduler_spec.rb index <HASH>..<HASH> 100644 --- a/spec/scheduler_spec.rb +++ b/spec/scheduler_spec.rb @@ -782,20 +782,36 @@ describe Rufus::Scheduler do it 'waits no more than n seconds' do - job = + seen = [] + + job0 = + @scheduler.schedule_i...
Somehow follow gh-<I>, testing with more jobs
jmettraux_rufus-scheduler
train
rb
f056692b042c9a33be1683835b6e1397cf6d9032
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup(name='simplekv', version='0.3dev', description='A simple key-value storage for binary data.', long_description=read('README.rst'), - keywords='', + keywords='key-value-store ...
Added keywords to setup.py.
mbr_simplekv
train
py
921e0e4f03ef9c1e4a1e4a4711a166f0e5d65365
diff --git a/lib/Doctrine/ODM/MongoDB/Mapping/Driver/AnnotationDriver.php b/lib/Doctrine/ODM/MongoDB/Mapping/Driver/AnnotationDriver.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ODM/MongoDB/Mapping/Driver/AnnotationDriver.php +++ b/lib/Doctrine/ODM/MongoDB/Mapping/Driver/AnnotationDriver.php @@ -101,7 +101,7 @@ c...
[MODM-7] Fixing issue with AnnotationDriver and custom repository classes.
doctrine_mongodb-odm
train
php
14a07667912ea07065bb9b65d207deef175be9e3
diff --git a/tests/integration/test_pipenv.py b/tests/integration/test_pipenv.py index <HASH>..<HASH> 100644 --- a/tests/integration/test_pipenv.py +++ b/tests/integration/test_pipenv.py @@ -98,7 +98,7 @@ def test_directory_with_leading_dash(PipenvInstance): prefix = '-dir-with-leading-dash' retur...
Update test to patch new mkdtemp target
pypa_pipenv
train
py
3b5b39be206239ba478205a37c4ca74394b4dcea
diff --git a/js/ui/TextWrapper.js b/js/ui/TextWrapper.js index <HASH>..<HASH> 100644 --- a/js/ui/TextWrapper.js +++ b/js/ui/TextWrapper.js @@ -39,8 +39,9 @@ define( }, _renderString: function (string, oldString) { - this.$el.innerHTML = ""; - + for(var k = 0; k ...
fixed removing of childNodes for IE8
rappid_rAppid.js
train
js
252cb40ad596228dde560481669c0b61a78227d0
diff --git a/master/buildbot/changes/p4poller.py b/master/buildbot/changes/p4poller.py index <HASH>..<HASH> 100644 --- a/master/buildbot/changes/p4poller.py +++ b/master/buildbot/changes/p4poller.py @@ -107,7 +107,7 @@ class P4Source(base.PollingChangeSource, util.ComparableMixin): split_file=lambda b...
Default P4Poller's ticket fetching interval to <I> hours.
buildbot_buildbot
train
py
9689f1f9002b1bbf9622f5c6f1f43584c2d33260
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,15 +2,15 @@ from setuptools import setup with open('requirements.txt', 'rb') as f: - requirements = [i.strip().replace('==', '>=') for i in f] + requirements = [i.strip() for i in f] setup(name='nameko', ...
making setup.py treat requirements.txt without magic
nameko_nameko
train
py
db5904b8a1508ca45d98d6bea0dd347a086b89ca
diff --git a/py/h2o.py b/py/h2o.py index <HASH>..<HASH> 100644 --- a/py/h2o.py +++ b/py/h2o.py @@ -909,8 +909,21 @@ class H2O(object): raise exc_info[1], None, exc_info[2] log_rest("") - log_rest("HTTP status code: " + str(r.status_code)) - log_rest(r.text) + try: + ...
Add really paranoid exception handling for log_rest.
h2oai_h2o-2
train
py
3f351eb74746bd2acf2b8dd25ec72d0f759b1806
diff --git a/jest.config.js b/jest.config.js index <HASH>..<HASH> 100644 --- a/jest.config.js +++ b/jest.config.js @@ -2,5 +2,6 @@ const jestConfig = require('kcd-scripts/jest') module.exports = Object.assign(jestConfig, { testEnvironment: 'jest-environment-jsdom', + testURL: 'http://localhost/', setupTestFra...
test: Added testURL in jest.config (#<I>) Implemented fix from @jgoz to failing TI builds: <URL>
testing-library_jest-dom
train
js
959c30e68eda614ade0eb088585f192a5c57616c
diff --git a/shutit_global.py b/shutit_global.py index <HASH>..<HASH> 100644 --- a/shutit_global.py +++ b/shutit_global.py @@ -748,7 +748,10 @@ END_""" + random_id) '===========================') self.log('Sending file to' + path) if log: - self.log('contents >>>' + contents + '<<<') + for c in conte...
logging binaries and implement file not exists for insert text
ianmiell_shutit
train
py
cc16b6c9182b6ddadf9032aa478977988effb9d7
diff --git a/src/plugin-api.js b/src/plugin-api.js index <HASH>..<HASH> 100644 --- a/src/plugin-api.js +++ b/src/plugin-api.js @@ -257,17 +257,21 @@ export default class PluginAPI { } }; _commandErrorHandler(e) { + log('_commandErrorHandler'); process.exitCode = 1; // Only show error when not ...
Exit when command rejects a promise
zodern_meteor-up
train
js
3aa1ca112bfed8c81e2727a883be31971894ce62
diff --git a/http_backend.go b/http_backend.go index <HASH>..<HASH> 100644 --- a/http_backend.go +++ b/http_backend.go @@ -139,10 +139,10 @@ func (h *httpBackend) Cache(request *http.Request, bodySize int, cacheDir string if err != nil { return resp, err } - defer file.Close() if err := gob.NewEncoder(file).En...
cacheDir Windows Bug File must be closed before os.Rename or it fails on Windows with error "The process cannot access the file because it is being used by another process"
gocolly_colly
train
go
5797c913461bde4fdcda14b55773290c88db3ea5
diff --git a/src/phpDocumentor/Configuration/PathNormalizingMiddleware.php b/src/phpDocumentor/Configuration/PathNormalizingMiddleware.php index <HASH>..<HASH> 100644 --- a/src/phpDocumentor/Configuration/PathNormalizingMiddleware.php +++ b/src/phpDocumentor/Configuration/PathNormalizingMiddleware.php @@ -126,7 +126,12...
Ensure that no preceeding slash is added for the cache
phpDocumentor_phpDocumentor2
train
php
1fa0dad0839b9720eec1802ba057a9b549164f50
diff --git a/src/defaults.js b/src/defaults.js index <HASH>..<HASH> 100644 --- a/src/defaults.js +++ b/src/defaults.js @@ -130,6 +130,11 @@ export default { */ peek: 0, + /** + * Switch glide to right to left moving mode. + * + * @type {Boolean} + */ rtl: false, /**
Add comment to rtl option
glidejs_glide
train
js
5007afaae27aabe25c2a6514b013da9646ef849b
diff --git a/notifications/migrations/0004_auto_20150826_1508.py b/notifications/migrations/0004_auto_20150826_1508.py index <HASH>..<HASH> 100644 --- a/notifications/migrations/0004_auto_20150826_1508.py +++ b/notifications/migrations/0004_auto_20150826_1508.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals ...
Custom now() invocation got overlooked by PR #<I>
django-notifications_django-notifications
train
py
fd5264eb4a411d9f5741ed1dea3530264710a833
diff --git a/gui/src/main/java/org/jboss/as/console/client/shared/deployment/DeploymentTreeModel.java b/gui/src/main/java/org/jboss/as/console/client/shared/deployment/DeploymentTreeModel.java index <HASH>..<HASH> 100644 --- a/gui/src/main/java/org/jboss/as/console/client/shared/deployment/DeploymentTreeModel.java +++ ...
BZ<I>: Deployments name shortened in admin console. Adding fullname to tooltip.
hal_core
train
java
8a6857a84194aa96e0ebd13aab694b953d182835
diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py index <HASH>..<HASH> 100644 --- a/tests/integration/__init__.py +++ b/tests/integration/__init__.py @@ -1110,9 +1110,10 @@ class TestDaemon(object): Clean out the tmp files ''' def remove_readonly(func, path, excinfo):...
Don't try to change ownership on non existing paths
saltstack_salt
train
py
cbcdb483002e51bc3cc4061fd5162627bbac7699
diff --git a/lib/runner.js b/lib/runner.js index <HASH>..<HASH> 100644 --- a/lib/runner.js +++ b/lib/runner.js @@ -192,8 +192,9 @@ Runner.prototype.runCucumber_ = function(specs, done) { cucumberResolvedRequire = ConfigParser.resolveFilePatterns(self.config_.cucumberOpts.require); if (cucumberR...
fix(runner): add -r for each cucumber require
angular_protractor
train
js
f4a834f84b7d07dffa12594bf93a927b62bbff62
diff --git a/pkg/tsdb/opentsdb/opentsdb.go b/pkg/tsdb/opentsdb/opentsdb.go index <HASH>..<HASH> 100644 --- a/pkg/tsdb/opentsdb/opentsdb.go +++ b/pkg/tsdb/opentsdb/opentsdb.go @@ -1,6 +1,7 @@ package opentsdb import ( + "context" "net/http" "github.com/grafana/grafana/pkg/log" @@ -25,6 +26,6 @@ func init() { ...
fix(opentsdb): add context to opentsdb executor
grafana_grafana
train
go
e1776f56cc8d35f5766d5e45e648660721eeca94
diff --git a/src/main/java/com/networknt/schema/TypeValidator.java b/src/main/java/com/networknt/schema/TypeValidator.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/networknt/schema/TypeValidator.java +++ b/src/main/java/com/networknt/schema/TypeValidator.java @@ -108,7 +108,7 @@ public class TypeValidator ex...
fixes #<I> Boolean type validation for the string type is incorrect
networknt_json-schema-validator
train
java
2871bcd57d92bd3d7fed4738d3d9315773291f5c
diff --git a/utils/bisect.js b/utils/bisect.js index <HASH>..<HASH> 100755 --- a/utils/bisect.js +++ b/utils/bisect.js @@ -116,6 +116,7 @@ function runScript(scriptPath, revisionInfo) { const child = fork(scriptPath, [], { stdio: ['inherit', 'inherit', 'inherit', 'ipc'], env: { + ...process.env, ...
chore(bisect): inherit parent ENV when launching script (#<I>)
GoogleChrome_puppeteer
train
js
467b7f181b6997894b0bf3d2ab4b534305dc8513
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -115,7 +115,7 @@ function composeString(trace, options) { result.push(f(' at %s:%s:%s', frame.file, frame.line, frame.column)); } - if (options.excludeSource || !frame.source) ...
Added test for excludeSources - found bug :flush:
floatdrop_node-parsetrace
train
js,js
b12251d462d84eb793cceba58e590813f0732d32
diff --git a/lib/container.js b/lib/container.js index <HASH>..<HASH> 100644 --- a/lib/container.js +++ b/lib/container.js @@ -53,11 +53,14 @@ util.inherits(Container, EventEmitter); * @param {function} fn - Loader of object specifications from the source. * @public */ -Container.prototype.use = function(ns, fn) ...
Add option to skip auto-wiring.
jaredhanson_electrolyte
train
js
a316512828603561d82da7016d64a1bbda95f466
diff --git a/openquake/risklib/riskinput.py b/openquake/risklib/riskinput.py index <HASH>..<HASH> 100644 --- a/openquake/risklib/riskinput.py +++ b/openquake/risklib/riskinput.py @@ -367,6 +367,8 @@ class GmfGetter(object): """ Initialize the computers. Should be called on the workers """ + ...
Speedup [skip hazardlib]
gem_oq-engine
train
py
73ac8a9c130aca06daad0e5e5e347f2c9ed12ac5
diff --git a/hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/impl/InvocationMonitor.java b/hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/impl/InvocationMonitor.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/impl/InvocationMonitor....
Removed deadstore in InvocationMonitor
hazelcast_hazelcast
train
java
164764470a0a09761f5c27c7b379d8b55d536f6f
diff --git a/src/main/java/com/github/tomakehurst/wiremock/WireMockServer.java b/src/main/java/com/github/tomakehurst/wiremock/WireMockServer.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/tomakehurst/wiremock/WireMockServer.java +++ b/src/main/java/com/github/tomakehurst/wiremock/WireMockServer.java @...
Added ability to inject a custom notifier into WireMockServer, default remains Log4j
tomakehurst_wiremock
train
java
8e7a0d3027a247923bffe94aafc569b57943f4e7
diff --git a/squiffy.template.js b/squiffy.template.js index <HASH>..<HASH> 100644 --- a/squiffy.template.js +++ b/squiffy.template.js @@ -15,6 +15,7 @@ var squiffy = {}; var section = link.data('section'); var rotateAttr = link.attr('data-rotate'); var sequenceAttr = link.attr('d...
Update squiffy.template.js
textadventures_squiffy
train
js
df9123ff83ab8a4344215ff254e4a5f2fe3b22e4
diff --git a/cyphi/test/test_subsystem.py b/cyphi/test/test_subsystem.py index <HASH>..<HASH> 100644 --- a/cyphi/test/test_subsystem.py +++ b/cyphi/test/test_subsystem.py @@ -4,9 +4,9 @@ from pprint import pprint import numpy as np import cyphi.utils as utils -from cyphi.utils import print_repertoire, print_repertoi...
Import MICE, MIP tuples, etc. from subsystem
wmayner_pyphi
train
py
e36d6839d19a669d85ad424aa722d16abd8fc219
diff --git a/salt/state.py b/salt/state.py index <HASH>..<HASH> 100644 --- a/salt/state.py +++ b/salt/state.py @@ -2505,8 +2505,8 @@ class BaseHighState(object): ''' envs = ['base'] if 'file_roots' in self.opts: - envs.extend(list(self.opts['file_roots'])) - client_envs = se...
Two fixes in _get_envs() 1. Don't get client_envs twice. 2. Don't add 'base' more than once.
saltstack_salt
train
py
269283efecb0fd4864b1871143387863a5f34f14
diff --git a/rinoh/structure.py b/rinoh/structure.py index <HASH>..<HASH> 100644 --- a/rinoh/structure.py +++ b/rinoh/structure.py @@ -290,10 +290,11 @@ class TableOfContentsEntry(ParagraphBase): return self.flowable.level def text(self, document): - text = [Reference(self.flowable.id, type=TITL...
Fix the ToC for sections that have no explicit ID
brechtm_rinohtype
train
py
5ee25d91824977ab4905b094f1ffe5288d3e7a01
diff --git a/bcbio/structural/validate.py b/bcbio/structural/validate.py index <HASH>..<HASH> 100644 --- a/bcbio/structural/validate.py +++ b/bcbio/structural/validate.py @@ -347,11 +347,12 @@ def _plot_evaluation_event(df_csv, svtype): if i == 0: ax.set_title(metric, size=12, y=1....
Fixes tick labels positions on SV validation plot
bcbio_bcbio-nextgen
train
py
7de144146bbe886db2c2f995e8296c5be534fc77
diff --git a/core/src/main/java/jenkins/model/Jenkins.java b/core/src/main/java/jenkins/model/Jenkins.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/jenkins/model/Jenkins.java +++ b/core/src/main/java/jenkins/model/Jenkins.java @@ -1762,7 +1762,10 @@ public class Jenkins extends AbstractCIBase implements Mod...
follow the contract to have '/' in the end
jenkinsci_jenkins
train
java
33a1ed305f7938f70f2ad3bed16b5e176a6abcdd
diff --git a/zipline/gens/utils.py b/zipline/gens/utils.py index <HASH>..<HASH> 100644 --- a/zipline/gens/utils.py +++ b/zipline/gens/utils.py @@ -19,22 +19,12 @@ import numbers from hashlib import md5 from datetime import datetime -from itertools import izip_longest from zipline.protocol import ( DATASOURCE_...
MAINT: Removes alternate function from gens.utils This function is no longer refrenced elsewhere in the codebase.
quantopian_zipline
train
py
86a2047282850bb58af00b4468d4bc063405e939
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -209,7 +209,7 @@ class ServerlessDynamodbLocal { let dbPath = options.dbPath; if (dbPath) { - options.dbPath = path.isAbsolute(dbPath) ? dbPath : path.join(this.serverless.config.servicePath, dbPat...
Fixing dbPath not working with relative path issue #<I>
99xt_serverless-dynamodb-local
train
js
c837ae0491481cc6b225f7d3846ff56e9266e369
diff --git a/src/Console/Commands/SeedCommand.php b/src/Console/Commands/SeedCommand.php index <HASH>..<HASH> 100644 --- a/src/Console/Commands/SeedCommand.php +++ b/src/Console/Commands/SeedCommand.php @@ -61,6 +61,7 @@ class SeedCommand extends Command 'is_active' => true, 'username' => 'Adm...
Add missing admin full name to auth seeder
rinvex_cortex-auth
train
php