hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
cb04cdfefc4053236312f8619e4e7982bb552f09
diff --git a/java/client/src/org/openqa/selenium/remote/tracing/opentelemetry/OpenTelemetryPropagator.java b/java/client/src/org/openqa/selenium/remote/tracing/opentelemetry/OpenTelemetryPropagator.java index <HASH>..<HASH> 100644 --- a/java/client/src/org/openqa/selenium/remote/tracing/opentelemetry/OpenTelemetryPropa...
[java] Deleting unused imports
SeleniumHQ_selenium
train
7faa32d982912601d507ac5e4fbc77aa3e99e9b1
diff --git a/tests/django_restframework_gis_tests/tests.py b/tests/django_restframework_gis_tests/tests.py index <HASH>..<HASH> 100644 --- a/tests/django_restframework_gis_tests/tests.py +++ b/tests/django_restframework_gis_tests/tests.py @@ -122,6 +122,21 @@ class TestRestFrameworkGis(TestCase): self.assertEq...
Add test for conversion input projection of geometry to DB projection
djangonauts_django-rest-framework-gis
train
4a18fabb70078cec32a81b21c0d77b2a2bc5629a
diff --git a/pyqode/python/modes/calltips.py b/pyqode/python/modes/calltips.py index <HASH>..<HASH> 100644 --- a/pyqode/python/modes/calltips.py +++ b/pyqode/python/modes/calltips.py @@ -58,16 +58,10 @@ class CalltipsWorker(Worker): call_name = c.call_name except AttributeError: ...
Cleanup code for use with jedi <I>
pyQode_pyqode.python
train
22e3bbbf0aa711fcab3876ac1a34b8cdff8a0ccd
diff --git a/miner/worker_test.go b/miner/worker_test.go index <HASH>..<HASH> 100644 --- a/miner/worker_test.go +++ b/miner/worker_test.go @@ -357,7 +357,7 @@ func testEmptyWork(t *testing.T, chainConfig *params.ChainConfig, engine consens for i := 0; i < 2; i += 1 { select { case <-taskCh: - case <-time.NewTi...
miner: increase worker test timeout (#<I>) TestEmptyWork* occasionally fails due to timeout. Increase the timeout.
ethereum_go-ethereum
train
0cf18976d996787921e2eb5337df99a5436792bc
diff --git a/client-adapter/hbase/src/main/java/com/alibaba/otter/canal/client/adapter/hbase/service/HbaseSyncService.java b/client-adapter/hbase/src/main/java/com/alibaba/otter/canal/client/adapter/hbase/service/HbaseSyncService.java index <HASH>..<HASH> 100644 --- a/client-adapter/hbase/src/main/java/com/alibaba/otte...
Update HbaseSyncService.java (#<I>) Fix batch update or delete with only affects the first data issue
alibaba_canal
train
4cd45eb4c156d4a1170b150500ee6e58b02bc5cf
diff --git a/website/src/components/header.js b/website/src/components/header.js index <HASH>..<HASH> 100644 --- a/website/src/components/header.js +++ b/website/src/components/header.js @@ -57,9 +57,12 @@ class Header extends Component { <Link to="/" className="logo"> <img src={...
docs: put star button first, add search to home (#<I>)
netlify_netlify-cms
train
08dd842e1c984e15989fe230d8863d3b17d3ab6d
diff --git a/go_nagios.go b/go_nagios.go index <HASH>..<HASH> 100644 --- a/go_nagios.go +++ b/go_nagios.go @@ -1,4 +1,4 @@ -package go_nagios +package nagios import ( "fmt" diff --git a/go_nagios_test.go b/go_nagios_test.go index <HASH>..<HASH> 100644 --- a/go_nagios_test.go +++ b/go_nagios_test.go @@ -1,4 +1,4 @@...
Rename package to match how we want to use it.
newrelic_go_nagios
train
3d43a5b94293382221c4b97c86dcd16564844efc
diff --git a/lib/rakeoe/config.rb b/lib/rakeoe/config.rb index <HASH>..<HASH> 100644 --- a/lib/rakeoe/config.rb +++ b/lib/rakeoe/config.rb @@ -75,6 +75,21 @@ module RakeOE end + # Checks configuration, e.g. if given files do exist or if vital configuration settings are missing + # + # @return [bool] ...
Add RakeOE::Config#checks_pass? method
rakeoe_rakeoe
train
0909eb454ef483707d1747f2338f84c1a52b49c7
diff --git a/classes/Gems/Export/Spss.php b/classes/Gems/Export/Spss.php index <HASH>..<HASH> 100644 --- a/classes/Gems/Export/Spss.php +++ b/classes/Gems/Export/Spss.php @@ -62,6 +62,17 @@ class Gems_Export_Spss extends Gems_Export_ExportAbstract implements Gems_Export * @var int */ public $defaultNum...
Fixed SPSS export with UTF-8 by adding a BOM
GemsTracker_gemstracker-library
train
c175f9d092fce4751057caca604573a4de2108f3
diff --git a/lib/jsi/typelike_modules.rb b/lib/jsi/typelike_modules.rb index <HASH>..<HASH> 100644 --- a/lib/jsi/typelike_modules.rb +++ b/lib/jsi/typelike_modules.rb @@ -37,14 +37,14 @@ module JSI # array of object) cannot be expressed as json def self.as_json(object, *opt) if object.respond_to?(:to...
Typelike.as_json calls #to_hash / #to_ary before map if the object doesn't respond to #map itself
notEthan_jsi
train
9f09ad4797d97e1b0602b14cdff749c4c7cd1d6e
diff --git a/lib/with_model/dsl.rb b/lib/with_model/dsl.rb index <HASH>..<HASH> 100644 --- a/lib/with_model/dsl.rb +++ b/lib/with_model/dsl.rb @@ -7,17 +7,28 @@ module WithModel @example_group = example_group @table_name = table_name = "with_model_#{name}_#{$$}" - @model_initialization = lambda {} ...
Create constants that live for the duration of the example group.
Casecommons_with_model
train
571d72f4def970601c1e53689eef97ee1060f63a
diff --git a/jparsec/src/main/java/org/codehaus/jparsec/Parser.java b/jparsec/src/main/java/org/codehaus/jparsec/Parser.java index <HASH>..<HASH> 100644 --- a/jparsec/src/main/java/org/codehaus/jparsec/Parser.java +++ b/jparsec/src/main/java/org/codehaus/jparsec/Parser.java @@ -124,10 +124,13 @@ public abstract class P...
until doesn't consume input; improve test case and doc
jparsec_jparsec
train
542b21c84ac4598dd5864776c7e7537b61ddf981
diff --git a/tests/bindings/progressBindingBehaviors.js b/tests/bindings/progressBindingBehaviors.js index <HASH>..<HASH> 100644 --- a/tests/bindings/progressBindingBehaviors.js +++ b/tests/bindings/progressBindingBehaviors.js @@ -4,14 +4,19 @@ it('Should add "progress" class to target element', function() { ...
Updated progress binding tests for usage of jasmine-jquery
faulknercs_Knockstrap
train
e9fbca3d6c9ea82cf99df385d7254f9e3b405c0d
diff --git a/src/Subscription.php b/src/Subscription.php index <HASH>..<HASH> 100644 --- a/src/Subscription.php +++ b/src/Subscription.php @@ -23,11 +23,7 @@ class Subscription extends Entity { $relativeUrl = $this->getEntityUrl() . $this->id . '/cancel'; - $data = [ - 'cancel_at_cycle...
[subscriptions] Changed the default cancellation behaviour
razorpay_razorpay-php
train
03a4a2a20c44f18ef6b5e9cac0c8403043127936
diff --git a/src/Distance.php b/src/Distance.php index <HASH>..<HASH> 100644 --- a/src/Distance.php +++ b/src/Distance.php @@ -74,10 +74,3 @@ class Distance return $items[$distances[min(array_keys($distances))]]; } } - -/** - * Distance Exception - * - * @author Jeroen Desloovere <info@jeroendesloovere.b...
DistanceException removed Because it was not used
jeroendesloovere_distance
train
8fa72e93b27b5ea5ff3febd99f043fbf2dc8d4f5
diff --git a/handshake.rb b/handshake.rb index <HASH>..<HASH> 100644 --- a/handshake.rb +++ b/handshake.rb @@ -334,6 +334,7 @@ module Handshake end def check_returns!(*args) + puts "checking returns; method is #{@method_name}, accepts is #{@accepts.inspect}, returns is #{@returns.inspect}" @retu...
changing return values; not all tests pass
bguthrie_handshake
train
0e18604d4bb6156639b160dc09ea44bf8ec4e38d
diff --git a/src/photini/__init__.py b/src/photini/__init__.py index <HASH>..<HASH> 100644 --- a/src/photini/__init__.py +++ b/src/photini/__init__.py @@ -1,4 +1,4 @@ from __future__ import unicode_literals __version__ = '2020.8.0' -build = '1491 (8066ad6)' +build = '1492 (c403b5f)' diff --git a/src/photini/imageli...
Remove processEvents from show_thumbnail Processing events could cause problems when importer runs at high speed (e.g. copying files on local disc) as discussed in bug #<I>.
jim-easterbrook_Photini
train
8a3839a13dbffb6440e1075309d5b961397c97b2
diff --git a/src/MediaCollection/MediaCollection.php b/src/MediaCollection/MediaCollection.php index <HASH>..<HASH> 100644 --- a/src/MediaCollection/MediaCollection.php +++ b/src/MediaCollection/MediaCollection.php @@ -2,8 +2,8 @@ namespace Spatie\MediaLibrary\MediaCollection; -use Illuminate\Support\Traits\Macroa...
Apply fixes from StyleCI (#<I>)
spatie_laravel-medialibrary
train
c720679e4753939584a357e8e9d2d21c55cc628a
diff --git a/hepdata_converter/parsers/yaml_parser.py b/hepdata_converter/parsers/yaml_parser.py index <HASH>..<HASH> 100644 --- a/hepdata_converter/parsers/yaml_parser.py +++ b/hepdata_converter/parsers/yaml_parser.py @@ -63,7 +63,9 @@ class YAML(Parser): # validator for table data data_file_validato...
yaml parser: check for documents with 'data_file' in submission.yaml * Skip empty YAML documents, e.g. terminating "---" line. * Information about whole submission is optional as first YAML document.
HEPData_hepdata-converter
train
0d4ecd10190c76cfb87b9d7a799d27c2c4b47ad9
diff --git a/flask_restaction/resource.py b/flask_restaction/resource.py index <HASH>..<HASH> 100644 --- a/flask_restaction/resource.py +++ b/flask_restaction/resource.py @@ -167,7 +167,7 @@ class Resource(with_metaclass(ResourceViewType, View)): if method in ["get", "delete"]: data = requ...
fix content-type has charset=utf-8 can't get request json
guyskk_flask-restaction
train
d6b55fc677874cfd0d308ec30b57f82573662305
diff --git a/lib/hmac/signer.rb b/lib/hmac/signer.rb index <HASH>..<HASH> 100644 --- a/lib/hmac/signer.rb +++ b/lib/hmac/signer.rb @@ -96,9 +96,6 @@ module HMAC # # @return [Bool] true if the signature matches def validate_signature(signature, params) - puts params.inspect - puts generate_signa...
use Time.gm instead of Time.local in tests This should fix the travis issues for good revert debug prints that were needed for test debugging
Asquera_warden-hmac-authentication
train
85d22929a6beb2fa7f33dc6a4bc45d6f533e4a7d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -31,13 +31,13 @@ history = '' install_requires_replacements = { # "-e git+https://github.com/konradkonrad/pyethapp@71f940c6d287b98a35ef524f4c5e3c13d530bfc5#egg=pyethapp": "pyethapp", - "-e git+https://github.com/Left...
Correct install_requires_replacements Also skip lines starting with #
raiden-network_raiden
train
dc5eb3235881a6bc08b36494904435130d36933c
diff --git a/R/h2o-package/R/Classes.R b/R/h2o-package/R/Classes.R index <HASH>..<HASH> 100644 --- a/R/h2o-package/R/Classes.R +++ b/R/h2o-package/R/Classes.R @@ -1203,7 +1203,6 @@ summary.H2OParsedData <- function(object, ...) { if(ncol(object) > .MAX_INSPECT_COL_VIEW) warning(object@key, " has greater than ",...
Fix for PUB-<I>. Sigh, Michal says to throw illegal argument exception, even though R will return an empty data frame.
h2oai_h2o-2
train
39c17945b8923c6848cac9ff89e5b1b7db78c161
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,7 @@ setup( author_email='polyenoom@gmail.com', url="https://github.com/nanvel/tornado-botocore", packages=find_packages(), + package_data={'': ['requirements.txt']}, include_package_data=True,...
include requirements.txt into package data
nanvel_tornado-botocore
train
a51b48ca1b06c5444b0e158f1613c16a48fe5b78
diff --git a/rb/spec/unit/selenium/webdriver/remote/http/default_spec.rb b/rb/spec/unit/selenium/webdriver/remote/http/default_spec.rb index <HASH>..<HASH> 100644 --- a/rb/spec/unit/selenium/webdriver/remote/http/default_spec.rb +++ b/rb/spec/unit/selenium/webdriver/remote/http/default_spec.rb @@ -29,6 +29,8 @@ module ...
JariBakken: Update spec to check host of proxied HTTP client. r<I>
SeleniumHQ_selenium
train
f3bec1ef661591a85a4aac50618d2beb58634a11
diff --git a/TYPO3.Flow/Tests/Unit/Security/ACL/PolicyServiceTest.php b/TYPO3.Flow/Tests/Unit/Security/ACL/PolicyServiceTest.php index <HASH>..<HASH> 100644 --- a/TYPO3.Flow/Tests/Unit/Security/ACL/PolicyServiceTest.php +++ b/TYPO3.Flow/Tests/Unit/Security/ACL/PolicyServiceTest.php @@ -208,7 +208,7 @@ class PolicyServi...
[+BUGFIX] FLOW3 (Security): Added missing testcase change for the previous commit. Original-Commit-Hash: bf<I>c<I>f1d6e<I>c<I>a<I>ede<I>e<I>
neos_flow-development-collection
train
41e75ff916284469e4ae19612756b28b788e0d44
diff --git a/apiserver/facades/client/client/filtering.go b/apiserver/facades/client/client/filtering.go index <HASH>..<HASH> 100644 --- a/apiserver/facades/client/client/filtering.go +++ b/apiserver/facades/client/client/filtering.go @@ -186,6 +186,9 @@ func unitMatchExposure(u *state.Unit, patterns []string) (bool, b...
unassigned units fix for machine status filtering
juju_juju
train
925d95817b130d0363d2c4d6888a3b91db46f37b
diff --git a/leaflet_storage/urls.py b/leaflet_storage/urls.py index <HASH>..<HASH> 100644 --- a/leaflet_storage/urls.py +++ b/leaflet_storage/urls.py @@ -1,6 +1,7 @@ from django.conf.urls import patterns, url -from django.views.decorators.csrf import csrf_exempt from django.contrib.auth.views import login +from djan...
Explicitely never cache forms
umap-project_django-leaflet-storage
train
4643a1c26d6851e8c3488c62271a6b17feffbb66
diff --git a/server/repocreds/repocreds.go b/server/repocreds/repocreds.go index <HASH>..<HASH> 100644 --- a/server/repocreds/repocreds.go +++ b/server/repocreds/repocreds.go @@ -75,7 +75,7 @@ func (s *Server) CreateRepositoryCredentials(ctx context.Context, q *repocredspk return nil, status.Errorf(codes.InvalidArgu...
fix: fix nil pointer dereference in CreateRepositoryCredentials method (#<I>)
argoproj_argo-cd
train
7eb38eac5fd0583e5c898c390b6e74346ffe47fb
diff --git a/src/utilities/__tests__/buildClientSchema-test.js b/src/utilities/__tests__/buildClientSchema-test.js index <HASH>..<HASH> 100644 --- a/src/utilities/__tests__/buildClientSchema-test.js +++ b/src/utilities/__tests__/buildClientSchema-test.js @@ -57,6 +57,22 @@ describe('Type System: build schema from intro...
buildClientSchema: improve coverage (#<I>)
graphql_graphql-js
train
419362a111376c3acc2addd5dcadae210c3840fc
diff --git a/lib/server.js b/lib/server.js index <HASH>..<HASH> 100644 --- a/lib/server.js +++ b/lib/server.js @@ -82,8 +82,12 @@ function handleResponse (opts, newReq, resp, response) { resp.writeHead(response.status, '', response.headers); resp.end(body); } else { - if (r...
Include an Error instance in the log warning
wikimedia_restbase
train
b850f97db991250d969a3a6da5f4ee479e8934fd
diff --git a/src/main/java/org/filteredpush/qc/date/DateUtils.java b/src/main/java/org/filteredpush/qc/date/DateUtils.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/filteredpush/qc/date/DateUtils.java +++ b/src/main/java/org/filteredpush/qc/date/DateUtils.java @@ -1749,7 +1749,7 @@ public class DateUtils { ...
ISSUE: PURPOSE: Preventing null pointer exception on problem case in date parsing. DESCRIPTION: Adding test for extractDate returning null before asking for the dayOfYear from it.
FilteredPush_event_date_qc
train
6fbe09a4b206acbf1a13be68cdeed863795fa296
diff --git a/model/monitorCache/implementation/SimpleMonitoringStorage.php b/model/monitorCache/implementation/SimpleMonitoringStorage.php index <HASH>..<HASH> 100644 --- a/model/monitorCache/implementation/SimpleMonitoringStorage.php +++ b/model/monitorCache/implementation/SimpleMonitoringStorage.php @@ -474,7 +474,6 ...
fix: escape value for postgres jsonb (cherry picked from commit c<I>a<I>ddf6d<I>f0cb<I>c<I>b<I>d3cd<I>ed)
oat-sa_extension-tao-proctoring
train
a228e56044def521d49ed73d352783401404a67e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( "pyethash>=0.1.27,<1.0.0", "py-ecc>=1.4.2,<2.0.0", "rlp>=0.4.7,<1.0.0", - "eth-keys>=0.2.0b2,<1.0.0", + "eth-keys>=0.2.0b3,<1.0.0", "trie>=1.3.0,<2.0.0", ...
fix <I> (#<I>)
ethereum_py-evm
train
9b82b208985b0683ce7509cf18da3af40d8a4cc0
diff --git a/views/js/qtiCreator/model/Math.js b/views/js/qtiCreator/model/Math.js index <HASH>..<HASH> 100755 --- a/views/js/qtiCreator/model/Math.js +++ b/views/js/qtiCreator/model/Math.js @@ -1,3 +1,20 @@ +/* + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU G...
Add file header on qtiCreator/model/Math
oat-sa_extension-tao-itemqti
train
3c5ee23d8c56491f87b5f17a079cb62461b32d91
diff --git a/components/workflow/src/main/java/org/openengsb/core/workflow/internal/WorkflowServiceImpl.java b/components/workflow/src/main/java/org/openengsb/core/workflow/internal/WorkflowServiceImpl.java index <HASH>..<HASH> 100644 --- a/components/workflow/src/main/java/org/openengsb/core/workflow/internal/Workflow...
[OPENENGSB-<I>] wrap ConsequenceException so that the JSON-wrapper can serialize it
openengsb_openengsb
train
bf14453af93cae316394c2babee383dff9b107f5
diff --git a/railties/guides/rails_guides/levenshtein.rb b/railties/guides/rails_guides/levenshtein.rb index <HASH>..<HASH> 100644 --- a/railties/guides/rails_guides/levenshtein.rb +++ b/railties/guides/rails_guides/levenshtein.rb @@ -1,112 +1,29 @@ -# -# Levenshtein distance algorithm implementation for Ruby, with UTF...
replace edit distance implementation with one written from scratch to avoid license issues
rails_rails
train
1f688de67eb589c5c3f619b49bd395bad4831769
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name='pimento', - version='0.2.0', + version='0.3.0', description='Simple CLI Menus', long_description='Python Menus. Make an interactive...
Update version to <I>. Fixes #<I>
toejough_pimento
train
46aa7d87ba5a26670468e13e60f8746f7fda694c
diff --git a/Session.php b/Session.php index <HASH>..<HASH> 100644 --- a/Session.php +++ b/Session.php @@ -745,9 +745,6 @@ class Session implements \IteratorAggregate return false; } - // Save values - $values = $_SESSION; - // Keep session config $cookie = session_get_cookie_params();
Code cleanup based on PhpStorm inspector
joomla-framework_session
train
f2d4caf7f481950e360305c59fa9ef0cd89f0968
diff --git a/phypno/ioeeg/phypno.py b/phypno/ioeeg/phypno.py index <HASH>..<HASH> 100644 --- a/phypno/ioeeg/phypno.py +++ b/phypno/ioeeg/phypno.py @@ -3,7 +3,7 @@ from datetime import datetime, timedelta from json import dump, load from pathlib import Path -from numpy import memmap +from numpy import c_, empty, NaN,...
pad with NaN if it requests data interval outside of data in memory for phypno
wonambi-python_wonambi
train
c731fea31fc7720d388bbbdf7f7b32d07b9d5da4
diff --git a/picopt.py b/picopt.py index <HASH>..<HASH> 100755 --- a/picopt.py +++ b/picopt.py @@ -5,7 +5,7 @@ Runs pictures through image specific external optimizers from __future__ import print_function from __future__ import division -__version__ = '0.9.1' +__version__ = '0.9.2' import sys import os @@ -411...
wrap subprocs in exception printers and re-raisers
ajslater_picopt
train
2a8884b5b182d2cddad892fcf85f5dad8d5e277e
diff --git a/microsoftbotframework/conversationoperations.py b/microsoftbotframework/conversationoperations.py index <HASH>..<HASH> 100644 --- a/microsoftbotframework/conversationoperations.py +++ b/microsoftbotframework/conversationoperations.py @@ -11,7 +11,7 @@ class ReplyToActivity(Activity): ...
comments fixed and WIP-test cases
mbrown1508_microsoftbotframework
train
a425737c2f20d04739ee9e08c2c9614f21888782
diff --git a/modules/social_features/social_group/modules/social_group_flexible_group/src/Plugin/views/filter/FlexibleGroupNodeAccess.php b/modules/social_features/social_group/modules/social_group_flexible_group/src/Plugin/views/filter/FlexibleGroupNodeAccess.php index <HASH>..<HASH> 100644 --- a/modules/social_featur...
Issue #<I> by robertragas: change or condition to and
goalgorilla_open_social
train
aeab1c8b0db6b3afd2cf461caa61190866b19f2b
diff --git a/src/Waavi/Translation/Models/Language.php b/src/Waavi/Translation/Models/Language.php index <HASH>..<HASH> 100644 --- a/src/Waavi/Translation/Models/Language.php +++ b/src/Waavi/Translation/Models/Language.php @@ -4,19 +4,33 @@ use LaravelBook\Ardent\Ardent; class Language extends Ardent { + /** + ...
Improved comments and added method getSuggestedTranslations to LanguageEntry.
Waavi_translation
train
88fa9a6424daf819d70f64371acf7a46dd619fc6
diff --git a/lib/dm-core/associations/one_to_many.rb b/lib/dm-core/associations/one_to_many.rb index <HASH>..<HASH> 100644 --- a/lib/dm-core/associations/one_to_many.rb +++ b/lib/dm-core/associations/one_to_many.rb @@ -321,7 +321,7 @@ module DataMapper # TODO: document # @api private def inve...
Added Resource#readonly? * An anonymous Resource is now marked as readonly rather than frozen * Stop using freeze internally within Resource, which was causing bugs with memoized internal values.
datamapper_dm-core
train
8ee1726152f6abc87c24b7f3831de77a8e1942ec
diff --git a/code/fields/MultiValueListField.php b/code/fields/MultiValueListField.php index <HASH>..<HASH> 100644 --- a/code/fields/MultiValueListField.php +++ b/code/fields/MultiValueListField.php @@ -34,6 +34,8 @@ class MultiValueListField extends MultiValueTextField { } public function Field() { + Requiremen...
BUGFIX: Ensure jquery is included
symbiote_silverstripe-multivaluefield
train
960eb64dd5878d4cf2316f0d86e3d63a42ea6336
diff --git a/components/AppContainer.js b/components/AppContainer.js index <HASH>..<HASH> 100644 --- a/components/AppContainer.js +++ b/components/AppContainer.js @@ -1,7 +1,7 @@ import {hot} from 'react-hot-loader/root'; import React from 'react'; import App from "./App"; -import configs from 'data/configs/app'; +i...
refactor: data => storage,兼容 laravel 的目录结构
miaoxing_app
train
1c50095c548634cfe72fb852550330c063f5f146
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ DESCRIPTION = "Derived climate variables built with xarray." URL = "https://github.com/Ouranosinc/xclim" AUTHOR = "Travis Logan" AUTHOR_EMAIL = "logan.travis@ouranos.ca" -REQUIRES_PYTHON = ">=3.6.0" +REQUIRES_P...
Update required Python to >=<I>
Ouranosinc_xclim
train
abf8b5c78c1b5b58a6fa2410cd021f35e3aa3b57
diff --git a/core/ClientController.js b/core/ClientController.js index <HASH>..<HASH> 100644 --- a/core/ClientController.js +++ b/core/ClientController.js @@ -44,13 +44,13 @@ class ClientController extends EventEmitter { _setupNavigateListener () { var context = this.context; - /** - * type is one of - * ...
Fixing some cosmetic issues brought up in pull request #<I>: tabs vs. spaces and eliminating an obsolete comment
redfin_react-server
train
57c1a14440e310ee9ba936005a631c8e65c4c0e0
diff --git a/lib/pact/mock_service/cli.rb b/lib/pact/mock_service/cli.rb index <HASH>..<HASH> 100755 --- a/lib/pact/mock_service/cli.rb +++ b/lib/pact/mock_service/cli.rb @@ -40,8 +40,6 @@ module Pact service_options[:log_file] = log end - cert_name = - mock_service = Pact::Consume...
Added support to run the mock service on SSL. Important for browser-based consumers.
pact-foundation_pact-mock_service
train
d5e67ae49b6a178a1c43f236ca96ff6f1fc38574
diff --git a/core/src/main/java/me/prettyprint/cassandra/jndi/CassandraClientJndiResourceFactory.java b/core/src/main/java/me/prettyprint/cassandra/jndi/CassandraClientJndiResourceFactory.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/me/prettyprint/cassandra/jndi/CassandraClientJndiResourceFactory.java +++ ...
added comments, cleanup up var names
hector-client_hector
train
0f11c3ae9994da6ff4d320899b5a3b92b62499f7
diff --git a/lib/docomoru/arguments.rb b/lib/docomoru/arguments.rb index <HASH>..<HASH> 100644 --- a/lib/docomoru/arguments.rb +++ b/lib/docomoru/arguments.rb @@ -24,7 +24,7 @@ module Docomoru end def method_name - ARGV[0] + @argv[0] end def params
Refer given argv than ARGV
r7kamura_docomoru
train
abb1e56e6354087218b0aaa30beedc8997a77a68
diff --git a/tests/unit/system/trim-test.js b/tests/unit/system/trim-test.js index <HASH>..<HASH> 100644 --- a/tests/unit/system/trim-test.js +++ b/tests/unit/system/trim-test.js @@ -1,4 +1,4 @@ -import trim from 'ember-file-upload/system/trim'; +/* global require */ import { module, test @@ -6,10 +6,26 @@ impor...
test both native and polyfill versions of uuid
adopted-ember-addons_ember-file-upload
train
d887b30564bc19f3fa6080cfde3d10b1208081a2
diff --git a/tests/components/footer.spec.js b/tests/components/footer.spec.js index <HASH>..<HASH> 100644 --- a/tests/components/footer.spec.js +++ b/tests/components/footer.spec.js @@ -23,11 +23,11 @@ describe('Footer component', () => { })); describe('Footer while not logged in', () => { - it('sho...
Check for amount of li's
monomelodies_monad
train
e81d2e2dd4d2ab4538acff25a0f0f4b83a2e547a
diff --git a/py3status/modules/net_rate.py b/py3status/modules/net_rate.py index <HASH>..<HASH> 100644 --- a/py3status/modules/net_rate.py +++ b/py3status/modules/net_rate.py @@ -162,7 +162,7 @@ class Py3status: # get the deltas into variable delta = deltas[interface] if interface else None ...
net_rate: prevent errors after resuming from sleep (#<I>)
ultrabug_py3status
train
9d5f2020d342a4757408d34b548656805f718e91
diff --git a/layered/plot.py b/layered/plot.py index <HASH>..<HASH> 100644 --- a/layered/plot.py +++ b/layered/plot.py @@ -2,7 +2,6 @@ import collections import warnings import threading import time -import numpy as np import matplotlib.pyplot as plt import matplotlib.cbook @@ -10,48 +9,29 @@ import matplotlib.c...
Add second plot for testing error (close #7)
danijar_layered
train
478539f7f5cf32cfb38b5954646d02ee056ac49d
diff --git a/lib/cfoundry/v1/app.rb b/lib/cfoundry/v1/app.rb index <HASH>..<HASH> 100644 --- a/lib/cfoundry/v1/app.rb +++ b/lib/cfoundry/v1/app.rb @@ -201,10 +201,21 @@ module CFoundry::V1 @manifest[:env] = hash.collect { |k, v| "#{k}=#{v}" } end + def services + manifest[:services].collect do |na...
update v1 App#services and App#services= Change-Id: Ia5ff<I>f<I>dfa0d<I>debc<I>fd<I>
cloudfoundry-attic_cfoundry
train
7beb0ec8c324b0572071648c73f76dace76460b7
diff --git a/platforms/joystick/joystick_driver_test.go b/platforms/joystick/joystick_driver_test.go index <HASH>..<HASH> 100644 --- a/platforms/joystick/joystick_driver_test.go +++ b/platforms/joystick/joystick_driver_test.go @@ -100,7 +100,7 @@ func TestDriverHandleEvent(t *testing.T) { } // down button press -...
Update the joystick driver test to read DPAD properly
hybridgroup_gobot
train
7b126a8400dd6705ebf4ddad4cab5873839de278
diff --git a/server/pages/index.js b/server/pages/index.js index <HASH>..<HASH> 100644 --- a/server/pages/index.js +++ b/server/pages/index.js @@ -372,6 +372,11 @@ module.exports = function() { app.get( '/log-in/:lang?', setUpLoggedOutRoute, serverRender ); } + if ( config.isEnabled( 'jetpack/connect' ) ) { + a...
Jetpack-connect: Add server route
Automattic_wp-calypso
train
1bafe5e3af51220a5bbf6068d1d816852a2d4d01
diff --git a/test/cursor.test.js b/test/cursor.test.js index <HASH>..<HASH> 100644 --- a/test/cursor.test.js +++ b/test/cursor.test.js @@ -930,7 +930,20 @@ describe('Cursor', function () { describe("Live query", function() { - it("Live query test", function(done) { + beforeEach(function(done) { + d....
Live query: added tests for checking if the live query doesn't update for DB operations which won't affect it's results
Ivshti_linvodb3
train
aeceb153f86e3f3533f2d9972d7e2e8cf49a5065
diff --git a/src/notebook/epics/saving.js b/src/notebook/epics/saving.js index <HASH>..<HASH> 100644 --- a/src/notebook/epics/saving.js +++ b/src/notebook/epics/saving.js @@ -33,7 +33,9 @@ export function saveEpic(action$) { commutable.toJS( action.notebook.update('cellMap', (cells) => ...
refactor(saving): Update save epic notebook cleanup
nteract_nteract
train
248462f825c62187227690fc805e23c6d12093ad
diff --git a/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java b/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java +++ b/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java @@ -1494,8 +1494,8 @@ pub...
refactor(JdbcTableWriter.java): Provided spec table name to delete methods
conveyal_gtfs-lib
train
7c846dbda45dadb05ad6103f1f02ad88b2ddb01b
diff --git a/lib/goodcheck/cli.rb b/lib/goodcheck/cli.rb index <HASH>..<HASH> 100644 --- a/lib/goodcheck/cli.rb +++ b/lib/goodcheck/cli.rb @@ -1,7 +1,5 @@ require "optparse" -Version = Goodcheck::VERSION - module Goodcheck class CLI attr_reader :stdout diff --git a/test/smoke_test.rb b/test/smoke_test.rb in...
Remove needless global `Version` constant (#<I>)
sider_goodcheck
train
3427dab7022b9cf19d97aa2eb6b4f756dad374da
diff --git a/lib/testpipeline.js b/lib/testpipeline.js index <HASH>..<HASH> 100644 --- a/lib/testpipeline.js +++ b/lib/testpipeline.js @@ -29,17 +29,22 @@ var TestPipeline = function (opts, callback) { opts = _fillOptionDefaults(opts); var chainenv = opts.state.state.pointers[opts.state.state.head]; + if(/^(MO...
tests can be run on remote chains with unsufficient funds
nexusdev_dapple-test
train
61b9894d6e8bdff3b22735331172a0222a9a3d26
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -112,12 +112,10 @@ setup( swig_opts=swig_opts, include_dirs=include_dirs) ], - # we have fixed dependency versions to guarantee, what works # however, you can probably safel...
Updated setup.py package requirements
estnltk_estnltk
train
0e9c4617f12cab937c5e9928a81070e6132524bd
diff --git a/aws/resource_aws_codebuild_project_test.go b/aws/resource_aws_codebuild_project_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_codebuild_project_test.go +++ b/aws/resource_aws_codebuild_project_test.go @@ -3398,7 +3398,7 @@ resource "aws_codebuild_project" "test" { func testAccAWSCodeBuildProj...
tests/resource/codebuild_project: Fix hardcoded regions
terraform-providers_terraform-provider-aws
train
fdf6667af323e15b7fe79fa43745c9a99bc6dcd0
diff --git a/testsuite/shared/src/main/java/org/jboss/as/test/integration/domain/management/util/DomainLifecycleUtil.java b/testsuite/shared/src/main/java/org/jboss/as/test/integration/domain/management/util/DomainLifecycleUtil.java index <HASH>..<HASH> 100644 --- a/testsuite/shared/src/main/java/org/jboss/as/test/inte...
Set up application realm stuff in domain tests so servers don't complain
wildfly_wildfly
train
68d14273708d5128c23a3b33766e8710b3a9e916
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,12 @@ You can overwrite a function like this: Check the source code for more details. +# Globals + +`$.featherlight` has the following globals: + + current: function() /* returns the currently opened feath...
+ $.featherlight.current
noelboss_featherlight
train
5eb35d80e0b6a430fecead35b813aa5925273090
diff --git a/main/src/main/java/com/google/android/apps/muzei/SourceManager.java b/main/src/main/java/com/google/android/apps/muzei/SourceManager.java index <HASH>..<HASH> 100644 --- a/main/src/main/java/com/google/android/apps/muzei/SourceManager.java +++ b/main/src/main/java/com/google/android/apps/muzei/SourceManage...
Unselect sources that have targetSdkVersion >= <I> The MuzeiArtSource API is incompatible with apps that target Android O or higher. Ensure that these are disabled if we detect that the targetSdkVersion was changed to be <I>+
romannurik_muzei
train
6ae11f7c60123bd783634cc455dce2ffe7dde752
diff --git a/python2/HTSeq/scripts/count.py b/python2/HTSeq/scripts/count.py index <HASH>..<HASH> 100644 --- a/python2/HTSeq/scripts/count.py +++ b/python2/HTSeq/scripts/count.py @@ -44,7 +44,7 @@ def count_reads_in_features(sam_filenames, gff_filename, read.optional_fields.append(('XF', assignment)) ...
Bugfix for htseq-count issue #<I> -o flag
simon-anders_htseq
train
b91da389d9c7d6e025f36e1fef49591b230ba7ad
diff --git a/RELEASE.rst b/RELEASE.rst index <HASH>..<HASH> 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -124,6 +124,7 @@ pandas 0.11.1 - Fix indexing issue in ndim >= 3 with ``iloc`` (GH3617_) - Correctly parse date columns with embedded (nan/NaT) into datetime64[ns] dtype in ``read_csv`` when ``parse_date...
BUG: Fix not consolidating before to_csv (GH<I>_)
pandas-dev_pandas
train
a32df8c8e9ebb9d9e6c9ba4c9b8c6be1e2b5ddba
diff --git a/neurom/analysis/morphmath.py b/neurom/analysis/morphmath.py index <HASH>..<HASH> 100644 --- a/neurom/analysis/morphmath.py +++ b/neurom/analysis/morphmath.py @@ -83,12 +83,11 @@ def angle_3points(p0, p1, p2): Returns: Angle in radians between (p1-p0) and (p2-p0). - nan if p0==p1 or p...
fix: morphmath.angle_3points could not cope with collinear vectors Add new tests for pi radians and zero angles and change the implementation of angle calculation to a more robust one using atan2 instead of acos..
BlueBrain_NeuroM
train
acd8759d4b9ece929d8b12589eff88250bbe5bf3
diff --git a/src/sap.ui.core/src/sap/ui/model/analytics/AnalyticalBinding.js b/src/sap.ui.core/src/sap/ui/model/analytics/AnalyticalBinding.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.core/src/sap/ui/model/analytics/AnalyticalBinding.js +++ b/src/sap.ui.core/src/sap/ui/model/analytics/AnalyticalBinding.js @@ -1740,...
[FIX] AnalyticalBinding: typo Added forgotten index operator in array assignment. Change-Id: Ibe<I>f4ef<I>eef<I>cf<I>de<I>c<I>a
SAP_openui5
train
cad52160a4d980c856f1a6464c680724f3879186
diff --git a/cid.go b/cid.go index <HASH>..<HASH> 100644 --- a/cid.go +++ b/cid.go @@ -133,7 +133,7 @@ var CodecToStr = map[uint64]string{ // compatibility with the plain-multihash format used used in IPFS. // NewCidV1 should be used preferentially. func NewCidV0(mhash mh.Multihash) Cid { - return Cid(mhash) + retur...
Ensure we always have a valid Cid by hiding the type in a struct.
ipfs_go-cid
train
faa751af6fdf23cb855618c40fa96130c37eca97
diff --git a/Testing/Fakes/MailFake.php b/Testing/Fakes/MailFake.php index <HASH>..<HASH> 100644 --- a/Testing/Fakes/MailFake.php +++ b/Testing/Fakes/MailFake.php @@ -4,6 +4,7 @@ namespace Illuminate\Support\Testing\Fakes; use Illuminate\Support\Collection; use Illuminate\Contracts\Mail\Mailer; +use Illuminate\Cont...
handle sent mail recipients set from mailable
illuminate_support
train
a80f83382d851597d9ae1234bb5cbe7c1d969ce6
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * [#1988](https://github.com/bbatsov/rubocop/issues/1988): Fix bug in `Style/ParallelAssignment` when assigning from `Module::CONSTANT`. ([@rrosenblum][]) * [#1995](https://github.com/bbatsov/r...
[Fix #<I>] Add support for lazy enumerables in `Performance/Detect`
rubocop-hq_rubocop
train
cb49c3f3cc089768824558424cd630ce6602531a
diff --git a/lib/Widget/Db.php b/lib/Widget/Db.php index <HASH>..<HASH> 100644 --- a/lib/Widget/Db.php +++ b/lib/Widget/Db.php @@ -145,7 +145,7 @@ class Db extends AbstractWidget */ public function __invoke($table) { - return $this->from($table); + return $this->createQueryBuilder($table);...
removed 'from' method to avoid confuse
twinh_wei
train
ceac1b87dd750639f31d3ac96adc5f031798bc41
diff --git a/mordred.py b/mordred.py index <HASH>..<HASH> 100755 --- a/mordred.py +++ b/mordred.py @@ -341,13 +341,13 @@ class TaskPanels(Task): """ def __remove_alias(self, es_url, alias): - alias_url = urljoin(es_url, "_alias/"+alias) + alias_url = urljoin(es_url+"/", "_alias/"+alias) ...
[mordred] Add a final "/" to baseurl in urljoin to be sure the full url is used
chaoss_grimoirelab-sirmordred
train
662c8fe8d21ced5325efd5c94695b493ea82ddf6
diff --git a/djstripe/models/core.py b/djstripe/models/core.py index <HASH>..<HASH> 100644 --- a/djstripe/models/core.py +++ b/djstripe/models/core.py @@ -783,7 +783,8 @@ class Customer(StripeModel): def subscribe(self, price=None, plan=None, charge_immediately=True, **kwargs): """ - Subscribes t...
Fix Customer.subscribe() (generated request was invalid)
dj-stripe_dj-stripe
train
70e5d371e9621ccc711fbaf630df96d4c225ddd4
diff --git a/tests/Doctrine/Tests/DBAL/Platforms/SQLServer2012PlatformTest.php b/tests/Doctrine/Tests/DBAL/Platforms/SQLServer2012PlatformTest.php index <HASH>..<HASH> 100644 --- a/tests/Doctrine/Tests/DBAL/Platforms/SQLServer2012PlatformTest.php +++ b/tests/Doctrine/Tests/DBAL/Platforms/SQLServer2012PlatformTest.php @...
Add fixed test for SQLServer<I>PlatformTest to complement new one in AbstractSQLS...Test
doctrine_dbal
train
c643ea4e70f9d75d3ad138f4d38239320a8d34c3
diff --git a/src/PageBuilder/Model/AbstractModelFactory.php b/src/PageBuilder/Model/AbstractModelFactory.php index <HASH>..<HASH> 100755 --- a/src/PageBuilder/Model/AbstractModelFactory.php +++ b/src/PageBuilder/Model/AbstractModelFactory.php @@ -60,12 +60,12 @@ class AbstractModelFactory implements AbstractFactoryInte...
build site object on first retieval
odiaseo_pagebuilder
train
ad59eee3773624c1da3f87af99c7df25aeac641c
diff --git a/reaper/reaper.go b/reaper/reaper.go index <HASH>..<HASH> 100644 --- a/reaper/reaper.go +++ b/reaper/reaper.go @@ -9,6 +9,7 @@ import ( "sync" "github.com/containerd/containerd/sys" + "github.com/pkg/errors" ) // Reap should be called when the process receives an SIGCHLD. Reap will reap @@ -57,10...
Make reaper.Monitor returns an error when exit code is not 0
containerd_containerd
train
5aa026afec75b8569518d890ff58cfc18acb1367
diff --git a/interfaces/python/infomap.py b/interfaces/python/infomap.py index <HASH>..<HASH> 100644 --- a/interfaces/python/infomap.py +++ b/interfaces/python/infomap.py @@ -63,14 +63,10 @@ class Infomap(InfomapWrapper): def add_node(self, node_id, name=None, teleportation_weight=None): """Add a node. ...
docs: Remove confusing add_node and set_name notes
mapequation_infomap
train
5c980cde22d85a79eec64f25fb0e31ffa0990c16
diff --git a/all_repos/clone.py b/all_repos/clone.py index <HASH>..<HASH> 100644 --- a/all_repos/clone.py +++ b/all_repos/clone.py @@ -108,7 +108,8 @@ def main(argv=None): with mapper.thread_mapper(args.jobs) as do_map: mapper.exhaust(do_map(_fetch_reset, todo)) - # TODO: write these last + # writ...
Do not crash when no repositories are returned
asottile_all-repos
train
0b7c8dcf7a96df8120f2f1fa98ab81e10b1abf78
diff --git a/src/driver/Oracle.php b/src/driver/Oracle.php index <HASH>..<HASH> 100644 --- a/src/driver/Oracle.php +++ b/src/driver/Oracle.php @@ -13,8 +13,18 @@ class Oracle extends AbstractDriver { if ($this->lnk === null) { $this->lnk = ($this->settings->persist) ? - @oc...
removing code smell from oracle driver
vakata_database
train
2781cb83c1496ec8d9c3abc07e655d954ad00ed1
diff --git a/salt/transport/__init__.py b/salt/transport/__init__.py index <HASH>..<HASH> 100644 --- a/salt/transport/__init__.py +++ b/salt/transport/__init__.py @@ -10,6 +10,20 @@ from salt.transport.client import ReqChannel class Channel(ReqChannel): @staticmethod def factory(opts, **kwargs): + # D...
Make sure to hand out RAET channels on the old interface
saltstack_salt
train
0f4bb5485a3b33720cc105e330e2adae83af5eb3
diff --git a/lib/locomotive/steam/middlewares/auth.rb b/lib/locomotive/steam/middlewares/auth.rb index <HASH>..<HASH> 100644 --- a/lib/locomotive/steam/middlewares/auth.rb +++ b/lib/locomotive/steam/middlewares/auth.rb @@ -179,7 +179,7 @@ module Locomotive::Steam end def disable_email - [1,...
Fix params are passed like string so we should add the string "1" as True for the option disable email
locomotivecms_steam
train
b6b08d917abf2a5c407c4cbebd6e7c5dfec417aa
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -90,7 +90,7 @@ export const render = (colors) => { exec "hi Conceal guifg=".s:shade2 exec "hi Cursor guifg=".s:shade0 exec "hi CursorColumn guibg=".s:shade1 - exec "hi CursorLine guibg=".s:shade1 + e...
Fixing styles for the cursor line.
mjswensen_themer
train
3f3a2d085293ae20f3eddff5a34182b924b3df82
diff --git a/intranet/apps/eighth/models.py b/intranet/apps/eighth/models.py index <HASH>..<HASH> 100644 --- a/intranet/apps/eighth/models.py +++ b/intranet/apps/eighth/models.py @@ -131,8 +131,6 @@ class EighthRoom(AbstractBaseEighthModel): return "Rm. {}".format(self.name) if self.name.startswit...
perf: the trailers are gone; don't handle 'Weyanoke' rooms separately BREAKING CHANGE: Weyanoke trailers are no longer handled separately
tjcsl_ion
train
c47c85d9896eae3104eb3405900d3b926f6b13eb
diff --git a/lib/node-raphael.js b/lib/node-raphael.js index <HASH>..<HASH> 100644 --- a/lib/node-raphael.js +++ b/lib/node-raphael.js @@ -30,7 +30,7 @@ exports.svg.generate = function (width, height) { doc.implementation.addFeature( "http://www.w3.org/TR/SVG11/feature#BasicStructure", "1.1"); - ...
some fixes to get it beack running and working
dodo_node-raphael
train
b19c5a48ba20c66105f4c87d45c484598534d801
diff --git a/tests/unit_project/test_photos/test_photo.py b/tests/unit_project/test_photos/test_photo.py index <HASH>..<HASH> 100644 --- a/tests/unit_project/test_photos/test_photo.py +++ b/tests/unit_project/test_photos/test_photo.py @@ -36,6 +36,8 @@ class TestPhoto(DatabaseTestCase): self.photo.image.save("...
Test refactor: extract thumbnail path
ella_ella
train
fae3fd08b64f659a43a0e66a79c2674639a9b2ea
diff --git a/Kwf/Update/20151012UploadsDimensions.php b/Kwf/Update/20151012UploadsDimensions.php index <HASH>..<HASH> 100644 --- a/Kwf/Update/20151012UploadsDimensions.php +++ b/Kwf/Update/20151012UploadsDimensions.php @@ -51,7 +51,7 @@ class Kwf_Update_20151012UploadsDimensions extends Kwf_Update foreach ($it...
fixed calculate dimensions update, getimagesize returns false on error now problem when file is empty
koala-framework_koala-framework
train
62cba4430443404ae729084a60d769fe8947ccb0
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,7 @@ #!/usr/bin/env python #coding=utf-8 +import os from setuptools import setup try: @@ -17,7 +18,6 @@ __title__ = 'pyecharts' __description__ = 'Python echarts, make charting easier' __url__ = 'https://gith...
:tractor: reference kennethreitz setup.py for humans. write version in a single place(_version.py) and reuse it in setup.py
pyecharts_pyecharts
train
cf48317e6fb6513d0c567d00d92984a9692e5acc
diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -111,6 +111,13 @@ class Configuration implements ConfigurationInterface ->scalarNode(...
Allow user to configure the default marker position
egeloen_IvoryGoogleMapBundle
train
335e8647635fc3590d55a702747bdef512d8435f
diff --git a/src/BjyAuthorize/Provider/Identity/ZfcUserZendDb.php b/src/BjyAuthorize/Provider/Identity/ZfcUserZendDb.php index <HASH>..<HASH> 100644 --- a/src/BjyAuthorize/Provider/Identity/ZfcUserZendDb.php +++ b/src/BjyAuthorize/Provider/Identity/ZfcUserZendDb.php @@ -69,6 +69,7 @@ class ZfcUserZendDb implements Prov...
Adding TODO annotation for missing configuration availability in the identity provider
bjyoungblood_BjyAuthorize
train
8a91dd9a7fca24554e8a9ea351eb7277b2170ff2
diff --git a/gobblin-service/src/main/java/org/apache/gobblin/service/modules/flowgraph/BaseFlowEdge.java b/gobblin-service/src/main/java/org/apache/gobblin/service/modules/flowgraph/BaseFlowEdge.java index <HASH>..<HASH> 100644 --- a/gobblin-service/src/main/java/org/apache/gobblin/service/modules/flowgraph/BaseFlowEd...
[GOBBLIN-<I>] Catch all exceptions when getting flow template at runtime Closes #<I> from jack-moseley/observer-error- handling
apache_incubator-gobblin
train
81c4531d5b29c217c323a2f651df7b69799e24e6
diff --git a/public/src/Route/Link.php b/public/src/Route/Link.php index <HASH>..<HASH> 100644 --- a/public/src/Route/Link.php +++ b/public/src/Route/Link.php @@ -53,18 +53,18 @@ class Link extends Route { if(!empty($link)) { $link .= (!preg_match("/\.css$/i", $link) ? ".css" : ""); - ...
create js and css on assetsPublic with unique name
edineibauer_uebRoute
train
c8d8d71d1e05a17e269008dbacf8dbd6d4fa9f76
diff --git a/sdk/spring/azure-spring-boot/src/main/java/com/azure/spring/autoconfigure/aad/AADAuthenticationProperties.java b/sdk/spring/azure-spring-boot/src/main/java/com/azure/spring/autoconfigure/aad/AADAuthenticationProperties.java index <HASH>..<HASH> 100644 --- a/sdk/spring/azure-spring-boot/src/main/java/com/az...
Enable disable aad authonication by remove properties (#<I>)
Azure_azure-sdk-for-java
train
ce7ab24720b4540cc1b22126246b571b29166ede
diff --git a/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/DevMojo.java b/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/DevMojo.java index <HASH>..<HASH> 100644 --- a/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/DevMojo.java +++ b/liberty-maven-plugi...
When you start a server check the dependencies and create features if any are missing.
WASdev_ci.maven
train
479442e6828c49f046df48ae8e3eb5d25f2b833a
diff --git a/drivers/docker/config.go b/drivers/docker/config.go index <HASH>..<HASH> 100644 --- a/drivers/docker/config.go +++ b/drivers/docker/config.go @@ -354,6 +354,7 @@ var ( "extra_hosts": hclspec.NewAttr("extra_hosts", "list(string)", false), "force_pull": hclspec.NewAttr("force_pull", "boo...
Add support for --init to docker driver.
hashicorp_nomad
train