hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
41f56e45b49ec1966a72cba12955bc1185cf7284
diff --git a/eth_account/_utils/structured_data/validation.py b/eth_account/_utils/structured_data/validation.py index <HASH>..<HASH> 100644 --- a/eth_account/_utils/structured_data/validation.py +++ b/eth_account/_utils/structured_data/validation.py @@ -63,21 +63,30 @@ def validate_field_declared_only_once_in_struct(f...
fix: only one of the domain fields needs to be included, not all
ethereum_eth-account
train
d42ad81791bfee4e310501788bce940c093cfd63
diff --git a/src/scanner/index.js b/src/scanner/index.js index <HASH>..<HASH> 100644 --- a/src/scanner/index.js +++ b/src/scanner/index.js @@ -102,7 +102,17 @@ class Scanner { // Multi-character tokens default: - const IDENTIFIERS = /[_a-z]/i + const NUMBERS = /[0-9]/ + if (NUMBERS....
Allow numbers in identifiers (except for the beginning)
aragon_radspec
train
7a3e36c1af0903c72f491fcbbe609d827c70ae97
diff --git a/src/utils/gulp/gulp-tasks-dev.js b/src/utils/gulp/gulp-tasks-dev.js index <HASH>..<HASH> 100644 --- a/src/utils/gulp/gulp-tasks-dev.js +++ b/src/utils/gulp/gulp-tasks-dev.js @@ -77,7 +77,7 @@ module.exports = function(gulp, options, webpackConfig, dist) { var devServerConfig = { contentBase: ...
Added feature to invoke dev server reloads manually
grommet_grommet
train
cd3fa2a7be080ef1cc4abed2073b4521b3622d12
diff --git a/tests/testrunner_test.py b/tests/testrunner_test.py index <HASH>..<HASH> 100644 --- a/tests/testrunner_test.py +++ b/tests/testrunner_test.py @@ -9,11 +9,14 @@ import os.path as op from mock import Mock from purkinje_pytest import testrunner as sut -obs_mock = Mock() + +@pytest.fixture +def obs_mock():...
new test case: keyboard interruption of test runner
bbiskup_pytest-purkinje
train
d0d8ccb86e7fe64613641c4648d75de3dd0a09f7
diff --git a/achilles-core/src/main/java/info/archinnov/achilles/internal/statement/wrapper/AbstractStatementWrapper.java b/achilles-core/src/main/java/info/archinnov/achilles/internal/statement/wrapper/AbstractStatementWrapper.java index <HASH>..<HASH> 100644 --- a/achilles-core/src/main/java/info/archinnov/achilles/i...
Make test more resilient by catching TraceRetrievalException
doanduyhai_Achilles
train
331113ca173cc8baf3de4b2e71e00150b3bb4d64
diff --git a/target/js/browser.maker.js b/target/js/browser.maker.js index <HASH>..<HASH> 100644 --- a/target/js/browser.maker.js +++ b/target/js/browser.maker.js @@ -2686,6 +2686,7 @@ var MakerJs; * Measures the smallest rectangle which contains a model. * * @param modelToMeasure The mode...
add comments for measure.Atlas
Microsoft_maker.js
train
5f1792ef069e56e9b19d6e6a49b8d072f15d8724
diff --git a/spyder/plugins/findinfiles/widgets.py b/spyder/plugins/findinfiles/widgets.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/findinfiles/widgets.py +++ b/spyder/plugins/findinfiles/widgets.py @@ -677,16 +677,26 @@ class LineMatchItem(QTreeWidgetItem): class FileMatchItem(QTreeWidgetItem): - de...
Find: Show directory name relative to the path we're searching in Also use a dimmer color for it.
spyder-ide_spyder
train
1c57a33a73689c4cf2b8d506cf3466f1df4c1cd1
diff --git a/hazelcast/src/main/java/com/hazelcast/spi/impl/BinaryOperationFactory.java b/hazelcast/src/main/java/com/hazelcast/spi/impl/BinaryOperationFactory.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/spi/impl/BinaryOperationFactory.java +++ b/hazelcast/src/main/java/com/hazelcast/sp...
Added javadoc to BinaryOperationFactory
hazelcast_hazelcast
train
4dff2004308a7a1e5b9afc7a5b3b9cb515e12514
diff --git a/git/index/base.py b/git/index/base.py index <HASH>..<HASH> 100644 --- a/git/index/base.py +++ b/git/index/base.py @@ -490,8 +490,8 @@ class IndexFile(LazyMixin, diff.Diffable, Serializable): return path_map @classmethod - def entry_key(cls, entry: Union[Tuple[BaseIndexEntry], Tuple[PathL...
Add initial types to IndexFile .init() to _to_relative_path()
gitpython-developers_GitPython
train
12b304d981b840d054c64341591de2571fe7734d
diff --git a/middleware/file/xfr.go b/middleware/file/xfr.go index <HASH>..<HASH> 100644 --- a/middleware/file/xfr.go +++ b/middleware/file/xfr.go @@ -16,13 +16,13 @@ type ( } ) -// Serve an AXFR (or maybe later an IXFR) as well. +// Serve an AXFR (and fallback of IXFR) as well. func (x Xfr) ServeDNS(ctx context....
Allow IXFR as well (#<I>)
coredns_coredns
train
3bfc46db9d8e61ea98fc27e38d86988469913cda
diff --git a/library/src/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.java b/library/src/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.java index <HASH>..<HASH> 100644 --- a/library/src/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.java +++ b/library/src/com/nostra13/...
Issue #<I> : Buffer size 8K -> <I>K
nostra13_Android-Universal-Image-Loader
train
11fd5c4215bd4dbd8d25d5f29e845f0cbf692bd7
diff --git a/lib/materialize-sass.rb b/lib/materialize-sass.rb index <HASH>..<HASH> 100644 --- a/lib/materialize-sass.rb +++ b/lib/materialize-sass.rb @@ -3,6 +3,13 @@ require "materialize-sass/version" module Materialize module Sass class Engine < ::Rails::Engine + initializer 'bootstrap-sass.assets.prec...
Add assets folder to sprockets assets path
mkhairi_materialize-sass
train
9468022c3fa317ffdb503abd9418edd82ebd9b52
diff --git a/ember_debug/adapters/web-extension.js b/ember_debug/adapters/web-extension.js index <HASH>..<HASH> 100644 --- a/ember_debug/adapters/web-extension.js +++ b/ember_debug/adapters/web-extension.js @@ -1,4 +1,5 @@ -import BasicAdapter from "./basic"; +import BasicAdapter from './basic'; + const Ember = window...
Fix setting _channel by moving before super call (#<I>)
emberjs_ember-inspector
train
cf30fafb55a930dfd8927e35043dc9f8ead0b7eb
diff --git a/spring-boot-starter-data-jpa-eclipselink/src/main/java/org/springframework/boot/autoconfigure/orm/jpa/EclipselinkJpaAutoconfiguration.java b/spring-boot-starter-data-jpa-eclipselink/src/main/java/org/springframework/boot/autoconfigure/orm/jpa/EclipselinkJpaAutoconfiguration.java index <HASH>..<HASH> 100644...
fix condition to 'noMatch' if no EclipselinkEntityManager was found
zalando-stups_booties
train
600ace2ca9a518964246258c78ea2f7de6689585
diff --git a/devices.js b/devices.js index <HASH>..<HASH> 100755 --- a/devices.js +++ b/devices.js @@ -13144,6 +13144,24 @@ const devices = [ exposes: [e.cover_position(), e.battery()], }, + // Yookee + { + zigbeeModel: ['D10110'], + model: 'D10110', + vendor: 'Yookee', + ...
Add support for yookee cover (#<I>)
Koenkk_zigbee-shepherd-converters
train
9ab694a38f8c024da2a5121da2e4eeca43e05d28
diff --git a/genericm2m/genericm2m_tests/models.py b/genericm2m/genericm2m_tests/models.py index <HASH>..<HASH> 100644 --- a/genericm2m/genericm2m_tests/models.py +++ b/genericm2m/genericm2m_tests/models.py @@ -1,4 +1,7 @@ -from django.contrib.contenttypes.generic import GenericForeignKey +try: + from django.contrib...
Moved import of `GenericForeignKey` > RemovedInDjango<I>Warning: django.contrib.contenttypes.generic is deprecated and will be removed in Django <I>. > Its contents have been moved to the fields, forms, and admin submodules of django.contrib.contenttypes.
coleifer_django-generic-m2m
train
cfcf3b2bbfd95a447beff23b282e893e2abdf0c4
diff --git a/cordova-lib/src/cordova/metadata/ios_parser.js b/cordova-lib/src/cordova/metadata/ios_parser.js index <HASH>..<HASH> 100644 --- a/cordova-lib/src/cordova/metadata/ios_parser.js +++ b/cordova-lib/src/cordova/metadata/ios_parser.js @@ -122,7 +122,10 @@ module.exports.prototype = { {dest: 'Resour...
CB-<I> - [iOS 8] Support new iPhone 6 and 6 Plus Images in the CLI config.xml (closes #<I>)
apache_cordova-lib
train
ab436a4a2f6a55c944e3f389a83625e780586f1d
diff --git a/spec/Fixture/Jit/Patcher/Monkey/Class.php b/spec/Fixture/Jit/Patcher/Monkey/Class.php index <HASH>..<HASH> 100644 --- a/spec/Fixture/Jit/Patcher/Monkey/Class.php +++ b/spec/Fixture/Jit/Patcher/Monkey/Class.php @@ -150,7 +150,7 @@ class Example extends \Kahlan\Fixture\Parent return $thi...
Also ignore backslashed introspection functions.
kahlan_kahlan
train
c3badb14c2caf45472af2d253dbf9f0df41441ce
diff --git a/spillway/filters.py b/spillway/filters.py index <HASH>..<HASH> 100644 --- a/spillway/filters.py +++ b/spillway/filters.py @@ -7,9 +7,7 @@ class GeoQuerySetFilter(BaseFilterBackend): precision = 4 def filter_queryset(self, request, queryset, view): - #params = view.form.cleaned_data - ...
Add clean_params() method to QueryFormMixin
bkg_django-spillway
train
696d2df180116f8e0c1151ad52742339e00631b7
diff --git a/test/v2_integration.py b/test/v2_integration.py index <HASH>..<HASH> 100644 --- a/test/v2_integration.py +++ b/test/v2_integration.py @@ -361,6 +361,20 @@ def test_overlapping_wildcard(): finally: cleanup() +def test_highrisk_blocklist(): + """ + Test issuance for a subdomain of a Hig...
tests: add int. test for highrisk blocklist. (#<I>)
letsencrypt_boulder
train
fefd96f7e86d797c9d03439237e0387f06d83736
diff --git a/lib/android/app/src/main/java/com/reactnativenavigation/views/ComponentLayout.java b/lib/android/app/src/main/java/com/reactnativenavigation/views/ComponentLayout.java index <HASH>..<HASH> 100644 --- a/lib/android/app/src/main/java/com/reactnativenavigation/views/ComponentLayout.java +++ b/lib/android/app/...
InterceptTouchOutside only when requested explicitly by the user This works around an issue with RN's view reconciliation when the root component has no background color defined.
wix_react-native-navigation
train
b3af69c09a0e44eff4ba3c771986b8b3c2486c9d
diff --git a/bot/manager.py b/bot/manager.py index <HASH>..<HASH> 100644 --- a/bot/manager.py +++ b/bot/manager.py @@ -17,6 +17,7 @@ from bot.action.standard.admin.fail import FailAction from bot.action.standard.admin.instance import InstanceAction from bot.action.standard.admin.state import StateAction from bot.act...
Make /start response to be async using AsyncApiAction
alvarogzp_telegram-bot-framework
train
44d440027d6e5a21041be3ee67d6fc73d8150af9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -96,9 +96,13 @@ if USE_CYTHON: print("") print("Using Cython !!!!!!!!!") print("") - extensions = [Extension(name="tofu.geom."+gg, sources=["tofu/geom/"+gg+".pyx"], define_macros=[('CYTHON_TRACE_NOGIL', '1'...
[LOS] NOT finished. implemented cython ray_tracing method slower that numpy's path.contains_point
ToFuProject_tofu
train
412e0facc84af93307817a83bd9b4540cc88af06
diff --git a/cmd/notary/tuf.go b/cmd/notary/tuf.go index <HASH>..<HASH> 100644 --- a/cmd/notary/tuf.go +++ b/cmd/notary/tuf.go @@ -367,9 +367,12 @@ func getTransport(gun string, readOnly bool) http.RoundTripper { } } + insecureSkipVerify := false + if mainViper.IsSet("remote_server.skipTLSVerify") { + insecureS...
Explicitly check the skip tls verify boolean in notary client
theupdateframework_notary
train
d39f3a2094bfaf4b24f000dc8db70a6ee1a7e236
diff --git a/spec/stream.spec.js b/spec/stream.spec.js index <HASH>..<HASH> 100644 --- a/spec/stream.spec.js +++ b/spec/stream.spec.js @@ -93,7 +93,7 @@ describe("Streaming Queries", function() { }); - it("should return the initial result", function() { + it.skip("should return the initial result", function() ...
-Prevent double publishing for stateful queries
Baqend_js-sdk
train
f5d688ea121c8d9249d1c4e274bf1616199ebaba
diff --git a/src/FastRoute/Router.php b/src/FastRoute/Router.php index <HASH>..<HASH> 100644 --- a/src/FastRoute/Router.php +++ b/src/FastRoute/Router.php @@ -75,8 +75,8 @@ class Router implements RouterInterface case \FastRoute\Dispatcher::FOUND: $handler = $routeInfo[1]; ...
renamed bag/keep to {get|set}Attribute,
TuumPHP_Router
train
0293ca444dc6813436da3f82c96f360f84bdc5c3
diff --git a/src/article/shared/EditorPanel.js b/src/article/shared/EditorPanel.js index <HASH>..<HASH> 100644 --- a/src/article/shared/EditorPanel.js +++ b/src/article/shared/EditorPanel.js @@ -57,6 +57,7 @@ export default class EditorPanel extends Component { this.editorSession.initialize() this.appState.ad...
Rerender EditorPanel when settings are updated.
substance_texture
train
3bea9c9f1ceeb3a4145838fbbce4e7218a682abe
diff --git a/structr-ui/src/main/java/org/structr/web/common/FileHelper.java b/structr-ui/src/main/java/org/structr/web/common/FileHelper.java index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/java/org/structr/web/common/FileHelper.java +++ b/structr-ui/src/main/java/org/structr/web/common/FileHelper.java @@ -450,7...
Bugfix: Allow saving the filesize for files with 0 bytes
structr_structr
train
292a9be350a470c23b07cb69cd46ee1d1893885b
diff --git a/test/helpers/test-get-user.js b/test/helpers/test-get-user.js index <HASH>..<HASH> 100644 --- a/test/helpers/test-get-user.js +++ b/test/helpers/test-get-user.js @@ -51,7 +51,9 @@ describe('getUser', function() { * used. */ function fakeInit(app) { - var config = require('stormpath/lib/con...
Fixing tests to not mutate the default state object
stormpath_express-stormpath
train
d09fa2ae4c62b0a30c393beb78626bc1dfefa04d
diff --git a/lib/ExportsFieldPlugin.js b/lib/ExportsFieldPlugin.js index <HASH>..<HASH> 100644 --- a/lib/ExportsFieldPlugin.js +++ b/lib/ExportsFieldPlugin.js @@ -7,6 +7,7 @@ const path = require("path"); const DescriptionFileUtils = require("./DescriptionFileUtils"); +const forEachBail = require("./forEachBail"); ...
use forEachBail in ExportsFieldPlugin improve error reporting
webpack_enhanced-resolve
train
467b6aaaac0964231f85d3d87c60076b688cc5f1
diff --git a/lib/express/core.js b/lib/express/core.js index <HASH>..<HASH> 100644 --- a/lib/express/core.js +++ b/lib/express/core.js @@ -19,9 +19,10 @@ Route = Class({ // --- Router +var captures = [], + params = {} + Router = Class({ - captures: [], - params: {}, route: function(request){ this.req...
Fixed param() with multiple placeholders
expressjs_express
train
41626eee42c4cd91a04f00e013b72faab66509d5
diff --git a/threadedcomments/models.py b/threadedcomments/models.py index <HASH>..<HASH> 100644 --- a/threadedcomments/models.py +++ b/threadedcomments/models.py @@ -11,7 +11,7 @@ class ThreadedComment(Comment): path = models.TextField(null=True, blank=True, db_index=True) def _get_depth(self): - ...
Decided it was fine for the depth to be 1-based instead of 0-based, so we don't need to remove 1 from the length of the split path field.
HonzaKral_django-threadedcomments
train
f71c8d6a6c8b543ac63cbbd6e6c409c3a0ad9efb
diff --git a/src/tabris/Events.js b/src/tabris/Events.js index <HASH>..<HASH> 100644 --- a/src/tabris/Events.js +++ b/src/tabris/Events.js @@ -131,7 +131,7 @@ export default { const value = callback.fn.call(callback.ctx || this, dispatchObject); if (value instanceof Promise) { value.c...
Improve error asynchronous error handling In case of asynchronous listeners rejecting the error should be printed with a source-mapped stack trace. This is only the case when calling `toString()`, since this method is patched by tabris. Change-Id: Ia<I>a<I>f2f<I>a3ddb<I>d<I>f4a<I>f2f8e
eclipsesource_tabris-js
train
77e9b9e910a918b17dc33fb4c86e4bf7f26d37b3
diff --git a/v2/security_group.go b/v2/security_group.go index <HASH>..<HASH> 100644 --- a/v2/security_group.go +++ b/v2/security_group.go @@ -220,9 +220,7 @@ func (c *Client) CreateSecurityGroupRule( // Look for an unknown rule: if we find one we hope it's the one we've just created. for _, r := range sgUpdated....
v2: fix CreateSecurityGroupRule() method This change fixes a bug in the `Client.CreateSecurityGroupRule()` method, where a crash would occur when creating a rule without a start/end port (e.g. ICMP rules).
exoscale_egoscale
train
95a74c6728a68cd7204f6346e60873244a4be58e
diff --git a/helpers.go b/helpers.go index <HASH>..<HASH> 100644 --- a/helpers.go +++ b/helpers.go @@ -3,6 +3,7 @@ package gorma import ( "fmt" "strings" + "unicode" "bitbucket.org/pkg/inflect" @@ -150,6 +151,44 @@ func pkUpdateFields(pks map[string]PrimaryKey) string { func lower(s string) string { retur...
fix camel/snake case issues
goadesign_gorma
train
bb0fc5a8383dff07f22208e842345e0cac91b76f
diff --git a/src/Picqer/Financials/Moneybird/Moneybird.php b/src/Picqer/Financials/Moneybird/Moneybird.php index <HASH>..<HASH> 100644 --- a/src/Picqer/Financials/Moneybird/Moneybird.php +++ b/src/Picqer/Financials/Moneybird/Moneybird.php @@ -19,6 +19,7 @@ use Picqer\Financials\Moneybird\Entities\PurchaseInvoiceDetail;...
Added missing factory for RecurringSalesInvoiceDetail
picqer_moneybird-php-client
train
b902bd9d9a4993aaf2cfc609701f3aa3e266b9e6
diff --git a/lib/apiUrl.js b/lib/apiUrl.js index <HASH>..<HASH> 100644 --- a/lib/apiUrl.js +++ b/lib/apiUrl.js @@ -11,10 +11,8 @@ module.exports = function apiUrl(path, options, tokenNeeded) { var queryObj = {}; - if(options.oauth) - return protocol + '://' + proxyHost + '/' + path; - if (tokenNeeded) { + ...
Query must still be created to properly pass strict mode
pipedrive_client-nodejs
train
a951c0e49c43d345d73219e642e0810db77939c0
diff --git a/tests/src/test/java/com/orientechnologies/orient/test/database/auto/ByteArrayKeyTest.java b/tests/src/test/java/com/orientechnologies/orient/test/database/auto/ByteArrayKeyTest.java index <HASH>..<HASH> 100644 --- a/tests/src/test/java/com/orientechnologies/orient/test/database/auto/ByteArrayKeyTest.java +...
Issue <I> was partially fixed.
orientechnologies_orientdb
train
4809841321634ae8787a90e23e543f17cf2f3b80
diff --git a/leancloud/utils.py b/leancloud/utils.py index <HASH>..<HASH> 100644 --- a/leancloud/utils.py +++ b/leancloud/utils.py @@ -140,6 +140,7 @@ def decode(key, value): if meta_data: f._metadata = meta_data f._url = value["url"] + f._successful_url = value["url"] f.i...
fix: missing url attribute when decoding file object Thank 沉寂 for bringing this to our attention.
leancloud_python-sdk
train
a4f73c81e8460ce64f77c51599ddc5e1e9de50f0
diff --git a/tuning/curve.py b/tuning/curve.py index <HASH>..<HASH> 100644 --- a/tuning/curve.py +++ b/tuning/curve.py @@ -759,7 +759,7 @@ def to_poynting_curve(curve, save_directory): headers = collections.OrderedDict() headers['file created'] = timestamp.RFC3339 headers['interaction'] = curve.interacti...
capitalization in to poynting curve
wright-group_WrightTools
train
869fc840ea470f915f2d5eedafb2ff50400c41e4
diff --git a/test/express-adapter.test.js b/test/express-adapter.test.js index <HASH>..<HASH> 100644 --- a/test/express-adapter.test.js +++ b/test/express-adapter.test.js @@ -12,14 +12,22 @@ suite('Adaption for express application', function() { var testRestPlugin = { api: new command.HTTPCommand({ path:...
Update tests for the new style of command definitions
droonga_express-droonga
train
ae828c446885cd068e5a0a1b7fb4a75b459764a1
diff --git a/estnltk/storage/postgres/collection.py b/estnltk/storage/postgres/collection.py index <HASH>..<HASH> 100755 --- a/estnltk/storage/postgres/collection.py +++ b/estnltk/storage/postgres/collection.py @@ -1050,6 +1050,9 @@ class PgCollection: (technically, you can create duplicates, because there is ...
Updated collection.export_layer doc
estnltk_estnltk
train
b3ad5a2d2372333cc07790d829483febbaab9429
diff --git a/example-integrations/angular/.bolt/.boltrc.js b/example-integrations/angular/.bolt/.boltrc.js index <HASH>..<HASH> 100644 --- a/example-integrations/angular/.bolt/.boltrc.js +++ b/example-integrations/angular/.bolt/.boltrc.js @@ -21,7 +21,6 @@ const config = { '@bolt/components-chip-list', '@...
feature: remove references to `critial-css`
bolt-design-system_bolt
train
7787fa4d464d4f9557a47bac8ba90abf11b31a42
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -92,6 +92,7 @@ gulp.task('tag', function() { gulp.task('release', function(cb) { runSequence( + 'default', 'bump', 'bump-commit', 'tag',
Make sure we run default tests before releasing.
petejohanson_hy-res
train
8054ed3778386045f236495b3c0ac5767cead22d
diff --git a/mvvmfx/src/test/java/de/saxsys/mvvmfx/utils/commands/CompositeCommandTest.java b/mvvmfx/src/test/java/de/saxsys/mvvmfx/utils/commands/CompositeCommandTest.java index <HASH>..<HASH> 100644 --- a/mvvmfx/src/test/java/de/saxsys/mvvmfx/utils/commands/CompositeCommandTest.java +++ b/mvvmfx/src/test/java/de/saxs...
#<I> set failing test to ignore as a temporal fix
sialcasa_mvvmFX
train
ae67f8201f18221fb778307eb447c81f4244a5fa
diff --git a/admin/tool/generator/classes/site_backend.php b/admin/tool/generator/classes/site_backend.php index <HASH>..<HASH> 100644 --- a/admin/tool/generator/classes/site_backend.php +++ b/admin/tool/generator/classes/site_backend.php @@ -189,7 +189,8 @@ class tool_generator_site_backend extends tool_generator_back...
MDL-<I> Use moodle collator for NATURAL sort
moodle_moodle
train
46631d0cdde44290a86b523d4c2544dd79c961a7
diff --git a/pythonforandroid/recipes/python2/__init__.py b/pythonforandroid/recipes/python2/__init__.py index <HASH>..<HASH> 100644 --- a/pythonforandroid/recipes/python2/__init__.py +++ b/pythonforandroid/recipes/python2/__init__.py @@ -30,7 +30,8 @@ class Python2Recipe(Recipe): self.apply_patch(join('patche...
Small changes to vispy and python2 recipes
kivy_python-for-android
train
f6f6d7b90f7f4b40be60593fd3c4265028246f8c
diff --git a/lib/file_system_backend.js b/lib/file_system_backend.js index <HASH>..<HASH> 100644 --- a/lib/file_system_backend.js +++ b/lib/file_system_backend.js @@ -31,8 +31,10 @@ class FileSystem { page.exposeFunction('registerFileSystem', this._registerFileSystem.bind(this)), page.exposeFunction('file...
fix(debug_frontend): improve frontend debugging experience (#<I>) When NDB_DEBUG_FRONTEND is set we should route each call to frontend through setTimeout, otherwise as soon as we pause at breakpoint on frontend side, all calls will be processed in incorrect order.
GoogleChromeLabs_ndb
train
0eda06b5ead3e0e9e05743705eb15d5a2e7ab5fd
diff --git a/lib/saddle/endpoint.rb b/lib/saddle/endpoint.rb index <HASH>..<HASH> 100644 --- a/lib/saddle/endpoint.rb +++ b/lib/saddle/endpoint.rb @@ -24,11 +24,8 @@ module Saddle # Generic request wrapper def request(method, action, params={}, options={}) # Augment in interesting options - option...
Make changes suggested in code review. Primarily: remove [:saddle][:saddle].
mLewisLogic_saddle
train
813f55f60f9538f65a61527994227803bdff35fd
diff --git a/lib/diff-array.js b/lib/diff-array.js index <HASH>..<HASH> 100644 --- a/lib/diff-array.js +++ b/lib/diff-array.js @@ -164,18 +164,16 @@ var diffObjectChanges = function (oldItem, newItem) { // Diffs two objects and returns the keys that have been removed. // Can be used to construct a Mongo {$unset: {}} ...
(refractor): unite the change functions (diff and copy) to reuse each other.
Urigo_angular-meteor
train
c102dc8ba21b2077068afe428915f2208cd932ef
diff --git a/soda/commands/commands.go b/soda/commands/commands.go index <HASH>..<HASH> 100644 --- a/soda/commands/commands.go +++ b/soda/commands/commands.go @@ -13,6 +13,12 @@ import ( // _ "github.com/mattes/migrate/driver/sqlite3" ) +var commonFlags = []cli.Flag{ + EnvFlag, + ConfigFlag, + DebugFlag, +} + var...
fixed issue with create/drop not working
gobuffalo_pop
train
deddd1fff00039f83faa054aab6bc90e8dc00e9e
diff --git a/corc-core/src/main/java/com/hotels/corc/mapred/CorcInputFormat.java b/corc-core/src/main/java/com/hotels/corc/mapred/CorcInputFormat.java index <HASH>..<HASH> 100644 --- a/corc-core/src/main/java/com/hotels/corc/mapred/CorcInputFormat.java +++ b/corc-core/src/main/java/com/hotels/corc/mapred/CorcInputForma...
Extra logging for declared and selected columns
HotelsDotCom_corc
train
ccb4f760223c42ebfffda062eb1eaa4f5eeb5c32
diff --git a/calais.gemspec b/calais.gemspec index <HASH>..<HASH> 100644 --- a/calais.gemspec +++ b/calais.gemspec @@ -41,7 +41,6 @@ Gem::Specification.new do |s| s.add_dependency("nokogiri", ">= 1.3.3") s.add_dependency("json", ">= 1.1.3") - s.add_dependency("curb", ">= 0.1.4") s.add_development_dependen...
Removes curb dependency in favor of ruby core net/http
abhay_calais
train
e3cd8e7be2154e7e1618325e57d68e3adc0b27ac
diff --git a/install/local/addPortableSharedLibraries.php b/install/local/addPortableSharedLibraries.php index <HASH>..<HASH> 100644 --- a/install/local/addPortableSharedLibraries.php +++ b/install/local/addPortableSharedLibraries.php @@ -41,4 +41,5 @@ $registry->registerFromFile('OAT/util/EventMgr', $installBasePath ....
added transform-helper to install/update routine
oat-sa_extension-tao-itemqti
train
07f06f1ef84153d9686d78bf67a11e9185c53bf6
diff --git a/neo/Prompt/Commands/Invoke.py b/neo/Prompt/Commands/Invoke.py index <HASH>..<HASH> 100644 --- a/neo/Prompt/Commands/Invoke.py +++ b/neo/Prompt/Commands/Invoke.py @@ -30,6 +30,7 @@ from neo.Fixed8 import Fixed8 from neo.Core.Blockchain import Blockchain +from neo.VM.OpCode import * from neo.BigInteger...
put array length and PACK at end of array
CityOfZion_neo-python
train
268c77e641f92950426c14a0dcf2743f1c34bfe9
diff --git a/emma2/coordinates/transform/masstransform/filetransform.py b/emma2/coordinates/transform/masstransform/filetransform.py index <HASH>..<HASH> 100644 --- a/emma2/coordinates/transform/masstransform/filetransform.py +++ b/emma2/coordinates/transform/masstransform/filetransform.py @@ -10,7 +10,7 @@ This could ...
derive transform class from 'object', to make usage of 'isinstance' work
markovmodel_PyEMMA
train
87b04cac813bf5c5795998b3c1b75cf3c676bf87
diff --git a/lib/usb_connection.js b/lib/usb_connection.js index <HASH>..<HASH> 100644 --- a/lib/usb_connection.js +++ b/lib/usb_connection.js @@ -1,7 +1,8 @@ var util = require('util'), Duplex = require('stream').Duplex, Promise = require('bluebird'), - EventEmitter = require('events').EventEmitter; + EventEm...
Switch to USB data streaming rather than transfer
tessel_t2-cli
train
63ca34f18b4cd153a042cac570fa2fa087b709a3
diff --git a/OpenPNM/Network/__DelaunayCubic__.py b/OpenPNM/Network/__DelaunayCubic__.py index <HASH>..<HASH> 100644 --- a/OpenPNM/Network/__DelaunayCubic__.py +++ b/OpenPNM/Network/__DelaunayCubic__.py @@ -46,6 +46,8 @@ class DelaunayCubic(Delaunay): self._arr = np.atleast_3d(np.empty(shape)) eli...
Make sure DelaunayCubic works with no arguments
PMEAL_OpenPNM
train
a17d8f5e51e33e59d56f70c79c2115dc99e2e676
diff --git a/lib/Cldr.js b/lib/Cldr.js index <HASH>..<HASH> 100644 --- a/lib/Cldr.js +++ b/lib/Cldr.js @@ -444,13 +444,21 @@ Cldr.prototype = { }); } - if (options.exemplarCharacters) { + if (options.characters) { localeData.exem...
--exemplarcharacters => --characters, include ellipsis and moreInformation.
papandreou_node-cldr
train
c509dfd5d7ba03cccfed2598c13e4191018f93e7
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -6,11 +6,11 @@ import EventEmitter from 'events' // Packages import bytes from 'bytes' import chalk from 'chalk' -import retry from 'async-retry' -import {parse as parseIni} from 'ini' -import {readFile} fro...
Support basic file modes (#<I>) now-cli should pass file mode bits when creating a deployment.
zeit_now-cli
train
3fed554f45717290ca74e798ff0d5523ff051c32
diff --git a/src/main/java/com/netflix/zeno/fastblob/state/FastBlobTypeDeserializationState.java b/src/main/java/com/netflix/zeno/fastblob/state/FastBlobTypeDeserializationState.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/netflix/zeno/fastblob/state/FastBlobTypeDeserializationState.java +++ b/src/main/java...
Adding maxOrdinal method to FastBlobTypeDeserialization state, required by FlatBlob
Netflix_zeno
train
407ce02efaed63bfef8a4e386bd9f00805fbe148
diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/PlanOptimizersFactory.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/PlanOptimizersFactory.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/sql/planner/PlanOptimizersFactory.java +++ b/presto-mai...
Run prune unreferenced outputs one more time for predicate pushdown
prestodb_presto
train
11a3e27db536f70984ee3fc988c22a5b2aa300ac
diff --git a/lib/Context/Process.php b/lib/Context/Process.php index <HASH>..<HASH> 100644 --- a/lib/Context/Process.php +++ b/lib/Context/Process.php @@ -98,7 +98,7 @@ class Process implements Context { $command = \implode(" ", [ \escapeshellarg($binary), $this->formatOptions($option...
Escape script path in Process command (#<I>)
amphp_parallel
train
be9ee41c13e767aa8179b5a49d2808933b17ac88
diff --git a/app/controllers/UsersController.java b/app/controllers/UsersController.java index <HASH>..<HASH> 100644 --- a/app/controllers/UsersController.java +++ b/app/controllers/UsersController.java @@ -172,7 +172,7 @@ public class UsersController extends AuthenticatedController { User user = userService.l...
Rely on graylog server to manage user preferences
Graylog2_graylog2-server
train
beb1a013db3b31498f479854c9bbfe6fc4a9b98f
diff --git a/api/tasks.go b/api/tasks.go index <HASH>..<HASH> 100644 --- a/api/tasks.go +++ b/api/tasks.go @@ -103,6 +103,9 @@ type ReschedulePolicy struct { } func (r *ReschedulePolicy) Merge(rp *ReschedulePolicy) { + if rp == nil { + return + } if rp.Interval != nil { r.Interval = rp.Interval } @@ -432,7 ...
Always merge with default reschedule policy if its not nil
hashicorp_nomad
train
735f53fab7b34cc6d4465217ac88843ebbf0e5e4
diff --git a/elpy/ropebackend.py b/elpy/ropebackend.py index <HASH>..<HASH> 100644 --- a/elpy/ropebackend.py +++ b/elpy/ropebackend.py @@ -89,7 +89,6 @@ class RopeBackend(object): except (rope.base.exceptions.BadIdentifierError, rope.base.exceptions.ModuleSyntaxError, Indentat...
Add comments to indicate which Rope bugs we're testing for.
jorgenschaefer_elpy
train
25ec571de4210b91c59b92c92258d6dea86d4c67
diff --git a/database/migrations/create_likes_table.php b/database/migrations/create_likes_table.php index <HASH>..<HASH> 100755 --- a/database/migrations/create_likes_table.php +++ b/database/migrations/create_likes_table.php @@ -1,13 +1,6 @@ <?php -/* - * This file is part of Laravel Likeable. - * - * (c) Brian Fa...
Try to fix the mess StyleCI makes
faustbrian_Laravel-Likeable
train
efd383703a6cbd5b78456417ad04bcc33d4b42ba
diff --git a/salesforce/fields.py b/salesforce/fields.py index <HASH>..<HASH> 100644 --- a/salesforce/fields.py +++ b/salesforce/fields.py @@ -64,9 +64,9 @@ class SalesforceAutoField(fields.AutoField): def contribute_to_class(self, cls, name): name = name if self.name is None else self.name - if name != SF_PK o...
Migrations: more similar to normal migrations in Django.
django-salesforce_django-salesforce
train
198740af3e778f413d89c4acf70a5bafd180b8d6
diff --git a/upoints/utils.py b/upoints/utils.py index <HASH>..<HASH> 100644 --- a/upoints/utils.py +++ b/upoints/utils.py @@ -175,7 +175,7 @@ def repr_assist(obj, remap=None): data.append(str(value)) return obj.__class__.__name__ + '(' + ", ".join(data) + ')' -def prepare_read(data, method="readlin...
Added support for custom modes to prepare_read function.
JNRowe_upoints
train
0bf6c57a473137d6bb2763ad528c4df7ae7d0961
diff --git a/src/RunningTool.php b/src/RunningTool.php index <HASH>..<HASH> 100644 --- a/src/RunningTool.php +++ b/src/RunningTool.php @@ -44,14 +44,11 @@ class RunningTool return $this->allowedErrorsCount; } - public function areErrorsIgnored() + public function analyzeResult($hasNoOutput = false...
Summary - extract analyzing exit code
EdgedesignCZ_phpqa
train
25fdad98f2ab818eb92bf9600356e206f9eeef54
diff --git a/src/lib/compile-route.js b/src/lib/compile-route.js index <HASH>..<HASH> 100644 --- a/src/lib/compile-route.js +++ b/src/lib/compile-route.js @@ -186,7 +186,6 @@ const generateMatcher = (route, config) => { } const limitMatcher = (route) => { - if (!route.repeat) { return; } diff --git a/src/lib...
Subclassing and repeat (#<I>) * added tests for done-ness isolation * added tests for done-ness isolation * turned all tests back on * refined tests, and fixed scoping of repeat
wheresrhys_fetch-mock
train
f5e6213af378a9e088e77b962bb3fefd8624cac9
diff --git a/UIUtils/conform/index.js b/UIUtils/conform/index.js index <HASH>..<HASH> 100644 --- a/UIUtils/conform/index.js +++ b/UIUtils/conform/index.js @@ -15,13 +15,13 @@ import {findDOMNode} from 'react-dom'; * Each must be able to be mixed and matched without overwriting each other, * with the exception of `i...
Refactor conformance checker to not use refs
enigma-io_boundless
train
3441fd7417c1b0f6168446da8a4c20fd065f5b7d
diff --git a/bench.go b/bench.go index <HASH>..<HASH> 100644 --- a/bench.go +++ b/bench.go @@ -4,15 +4,20 @@ Package bench provides a generic framework for performing latency benchmarks. package bench import ( + "context" + "math" "sync" "time" + "golang.org/x/time/rate" + "github.com/codahale/hdrhistogram"...
Use Token Bucket based rate limiter instead of busy loop
tylertreat_bench
train
1697b5164d17c54e98aead0c114a347c205ea0d8
diff --git a/resultdb/cmd/recorder/finalize_invocation.go b/resultdb/cmd/recorder/finalize_invocation.go index <HASH>..<HASH> 100644 --- a/resultdb/cmd/recorder/finalize_invocation.go +++ b/resultdb/cmd/recorder/finalize_invocation.go @@ -60,11 +60,11 @@ func (s *recorderServer) FinalizeInvocation(ctx context.Context, ...
[resultdb] Fix flake err variable was shadowed. R=<EMAIL> Bug: <I> Change-Id: Ib<I>ded<I>df<I>a<I>bb<I>b<I>fabcb<I> Reviewed-on: <URL>
luci_luci-go
train
e468fd406d5fe199b7a81bfea710d8dd06544384
diff --git a/src/main/java/com/contentful/java/cda/SyncQuery.java b/src/main/java/com/contentful/java/cda/SyncQuery.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/contentful/java/cda/SyncQuery.java +++ b/src/main/java/com/contentful/java/cda/SyncQuery.java @@ -24,7 +24,7 @@ public class SyncQuery { this....
polish: set type only on initial sync
contentful_contentful.java
train
16e92b79c8d1a874d73ff70181a8849774ffa5a6
diff --git a/packages/node_modules/samples/browser-single-party-call/app.js b/packages/node_modules/samples/browser-single-party-call/app.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/samples/browser-single-party-call/app.js +++ b/packages/node_modules/samples/browser-single-party-call/app.js @@ -42,10 +42...
fix(samples): handle PSTN users for incoming calls
webex_spark-js-sdk
train
71c241824ff38158c18792bd4f79cb056f326548
diff --git a/bokeh/session.py b/bokeh/session.py index <HASH>..<HASH> 100644 --- a/bokeh/session.py +++ b/bokeh/session.py @@ -44,7 +44,7 @@ class Session(object): self._dirty = True # This stores a reference to all models in the object graph. # Eventually consider making this be weakrefs? - ...
session._models now is a dict that stores objects by their id _
bokeh_bokeh
train
c8f014ff1f68bca8deb22f57dd8c7fde9deb7030
diff --git a/actionpack/test/dispatch/session/cookie_store_test.rb b/actionpack/test/dispatch/session/cookie_store_test.rb index <HASH>..<HASH> 100644 --- a/actionpack/test/dispatch/session/cookie_store_test.rb +++ b/actionpack/test/dispatch/session/cookie_store_test.rb @@ -13,8 +13,9 @@ class CookieStoreTest < ActionD...
Embrace the instantiation in loving parens <3
rails_rails
train
7af002134285ef40ab8758af947d3e8cd7ed6a7a
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -31,7 +31,7 @@ type Client struct { // The maximum number of pending requests in the queue. // Default is 32768. - PendingRequestsCount int + PendingRequests int // Delay between request flushes. // Default val...
PendingRequestsCount renamed to PendingRequests
valyala_gorpc
train
cf87338fd741916d89c0c94c215dac869ff0d7c2
diff --git a/indra/sources/tees/parse_tees.py b/indra/sources/tees/parse_tees.py index <HASH>..<HASH> 100644 --- a/indra/sources/tees/parse_tees.py +++ b/indra/sources/tees/parse_tees.py @@ -471,10 +471,12 @@ def tees_parse_networkx_to_dot(G, output_file, subgraph_nodes): mentioned_nodes = set() for...
Updated TEES processor to work with networkx 2
sorgerlab_indra
train
0a3e94049ef36bfd1dbc16b9a963c053ff1a464a
diff --git a/jodd-bean/src/main/java/jodd/bean/BeanVisitor.java b/jodd-bean/src/main/java/jodd/bean/BeanVisitor.java index <HASH>..<HASH> 100644 --- a/jodd-bean/src/main/java/jodd/bean/BeanVisitor.java +++ b/jodd-bean/src/main/java/jodd/bean/BeanVisitor.java @@ -7,14 +7,14 @@ import jodd.introspector.ClassIntrospector;...
BeanVisitor refactored so it can be better implemented for property matching
oblac_jodd
train
9b3eae2a126ba2e1b5b2d9dc2604259de0d78a0f
diff --git a/contribs/gmf/src/backgroundlayerselector/component.js b/contribs/gmf/src/backgroundlayerselector/component.js index <HASH>..<HASH> 100644 --- a/contribs/gmf/src/backgroundlayerselector/component.js +++ b/contribs/gmf/src/backgroundlayerselector/component.js @@ -204,7 +204,7 @@ exports.Controller_.prototype...
Use undefined to check opacity value
camptocamp_ngeo
train
9e5e871bb496fac58ffaf3e0c2a943f398068763
diff --git a/api/src/main/java/com/capitalone/dashboard/service/BuildServiceImpl.java b/api/src/main/java/com/capitalone/dashboard/service/BuildServiceImpl.java index <HASH>..<HASH> 100644 --- a/api/src/main/java/com/capitalone/dashboard/service/BuildServiceImpl.java +++ b/api/src/main/java/com/capitalone/dashboard/ser...
Comment out broken logic around finding CollectorItems using the "nice name"; fixed bug in find or create environment stage logic
Hygieia_Hygieia
train
18b39d6384ee8de3bc98b8c94e9f173cd0c09d5b
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -36,8 +36,8 @@ module.exports = function (config) { htmlReporter: { outputFile: 'report/testReport.html', // Optional - pageTitle: 'Unit Tests', - subPageTitle: 'A sample projec...
Update karma conf, more progress for class
austinksmith_Hamsters.js
train
8c92a200dce5270dede9d128a91bdb5b95997dd0
diff --git a/bigquery/docs/snippets.py b/bigquery/docs/snippets.py index <HASH>..<HASH> 100644 --- a/bigquery/docs/snippets.py +++ b/bigquery/docs/snippets.py @@ -179,7 +179,7 @@ def test_create_table_cmek(client, to_delete): # Set the encryption key to use for the table. # TODO: Replace this key with a key y...
refactor(bigquery): use multi-regional key path for CMEK in snippets (#<I>) * refactor(bigquery): use multi-regional key path for CMEK in snippets * black reformat
googleapis_google-cloud-python
train
172b515fa5fa7595833efb5c4e8a9d9c824ffbdf
diff --git a/.eslintrc b/.eslintrc index <HASH>..<HASH> 100644 --- a/.eslintrc +++ b/.eslintrc @@ -240,10 +240,7 @@ "int32Hint": false } ], - "space-return-throw-case": [ - 2, - "always" - ], + "space-return-throw-case": 2, "space-unary-ops": [ 2, { @@ -257,6 +...
fix lint issues found by newer eslint
graphql_graphql-js
train
cf781bc595dd8eafbe6d3080ec8326766342a23e
diff --git a/breadability/utils.py b/breadability/utils.py index <HASH>..<HASH> 100644 --- a/breadability/utils.py +++ b/breadability/utils.py @@ -4,17 +4,16 @@ def cached_property(getter): """ Decorator that converts a method into memoized property. - The decorator will work as expected only for immutabl...
Updated implementation of cached property Cached value of properties are stored in instance's '__dict__'.
bookieio_breadability
train
85e463b43ce1be46600680cea59c2092f4157eed
diff --git a/src/Ouzo/Goodies/Utilities/Arrays.php b/src/Ouzo/Goodies/Utilities/Arrays.php index <HASH>..<HASH> 100644 --- a/src/Ouzo/Goodies/Utilities/Arrays.php +++ b/src/Ouzo/Goodies/Utilities/Arrays.php @@ -15,6 +15,7 @@ use InvalidArgumentException; class Arrays { const TREAT_NULL_AS_VALUE = 1; + const R...
added Arrays::removeNestedKey can also remove arrays that are empty when key is removed
letsdrink_ouzo
train
0a4dd3aba7b392d00e4a07874df19dc54d34e670
diff --git a/ethereum-tx.gemspec b/ethereum-tx.gemspec index <HASH>..<HASH> 100644 --- a/ethereum-tx.gemspec +++ b/ethereum-tx.gemspec @@ -1,11 +1,11 @@ # coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) -require 'ethereum' +require 'ethereum/tx' Gem...
Use require_relative to grab the right file
se3000_ruby-eth
train
7f24dba32d21cde55fe8e08f0464360d342c7c03
diff --git a/marrow/mongo/core/field/plugin.py b/marrow/mongo/core/field/plugin.py index <HASH>..<HASH> 100644 --- a/marrow/mongo/core/field/plugin.py +++ b/marrow/mongo/core/field/plugin.py @@ -22,6 +22,7 @@ class PluginReference(Field): namespace = Attribute() # The plugin namespace to use when loading. expli...
Allow for dynamic namepaces, DRY.
marrow_mongo
train
cc74beee2e16a79428adb9c54149c0c592256846
diff --git a/src/document.js b/src/document.js index <HASH>..<HASH> 100644 --- a/src/document.js +++ b/src/document.js @@ -237,7 +237,10 @@ Document.Prototype = function() { return a.property === property; }); for (var idx = 0; idx < annotations.length; idx++) { - Operator.TextOperation.Range.tran...
Trigger an event if an annotation has been changed.
substance_document
train
014d11b79338a8daf855d374ea8d6ab1e95b1fd5
diff --git a/naming/src/main/java/org/jboss/as/naming/ExternalContextObjectFactory.java b/naming/src/main/java/org/jboss/as/naming/ExternalContextObjectFactory.java index <HASH>..<HASH> 100644 --- a/naming/src/main/java/org/jboss/as/naming/ExternalContextObjectFactory.java +++ b/naming/src/main/java/org/jboss/as/naming...
WFLY-<I> make cached context proxy use the same protection domain of the context
wildfly_wildfly
train
15e75dfccb6dfb3a92fe044aceaea5cd59353db6
diff --git a/lib/pdf2img.js b/lib/pdf2img.js index <HASH>..<HASH> 100644 --- a/lib/pdf2img.js +++ b/lib/pdf2img.js @@ -100,7 +100,7 @@ class Pdf2Img { var inputStream = fs.createReadStream(input); var outputFile = this.options.outputdir + this.options.outputname + '_' + page + ...
apply OOP encapsulation to support concurrent calls
fitraditya_node-pdf2img
train
9b5c9df321b5f9556859b8f3a0d90978b0cff331
diff --git a/core/dnsserver/register.go b/core/dnsserver/register.go index <HASH>..<HASH> 100644 --- a/core/dnsserver/register.go +++ b/core/dnsserver/register.go @@ -16,7 +16,6 @@ const serverType = "dns" func init() { flag.StringVar(&Port, "port", DefaultPort, "Default port") - flag.BoolVar(&Quiet, "quiet", fals...
Don't register quiet flag in register.go (#<I>) This clashes to Caddy, which also has its own quiet flag. Move stuff around a bit, also to prevent cyclic imports.
coredns_coredns
train
8d1b2471f4b43266e1a9ffa44677e9b8aeac4d71
diff --git a/aws/resource_aws_secretsmanager_secret_policy_test.go b/aws/resource_aws_secretsmanager_secret_policy_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_secretsmanager_secret_policy_test.go +++ b/aws/resource_aws_secretsmanager_secret_policy_test.go @@ -70,6 +70,7 @@ func TestAccAwsSecretsManagerSe...
tests/r/secretsmanager_secret_policy: Add ErrorCheck
terraform-providers_terraform-provider-aws
train
0bbc3bc8fb9ef514d5c78cf3b2169fbca398b204
diff --git a/sirmordred/task.py b/sirmordred/task.py index <HASH>..<HASH> 100644 --- a/sirmordred/task.py +++ b/sirmordred/task.py @@ -213,13 +213,6 @@ class Task(): clean, enrich_backend) enrich_backend.set_elastic(elastic_enrich) - if 'github' in self.conf.keys(...
[sirmordred] Remove support for github commit This code removes the support to include author and committer information extracted from github commits, when enriching git data. Thus, the code used to initialize the github token needed to query the API is removed.
chaoss_grimoirelab-sirmordred
train
bab93959c5ce52d7dddf99bc08499a9822eb005f
diff --git a/src/Request/Api/BaseRequest.php b/src/Request/Api/BaseRequest.php index <HASH>..<HASH> 100644 --- a/src/Request/Api/BaseRequest.php +++ b/src/Request/Api/BaseRequest.php @@ -60,7 +60,7 @@ abstract class BaseRequest implements IRequest { if ($arg instanceof IMergeableArgument) { i...
feat(argument): Change how glue is defined For the mergeable argument. BREAKING CHANGE: IMergeableArgument::glue() is now static.
zerospam_sdk-framework
train
cec35d6be0be61d7b7474a6b6620539a858b624f
diff --git a/db/storage.go b/db/storage.go index <HASH>..<HASH> 100644 --- a/db/storage.go +++ b/db/storage.go @@ -19,10 +19,9 @@ import ( ) var ( - conn = make(map[string]*session) // pool of connections - mut sync.RWMutex // for pool thread safety - ticker *time.Ticker ...
db: remove the maxIdleTime thing It doesn't help much, and leads to bad code.
tsuru_tsuru
train
73d7652524b263e42f456c6cc9f7a699df56286d
diff --git a/ue4cli/__main__.py b/ue4cli/__main__.py index <HASH>..<HASH> 100644 --- a/ue4cli/__main__.py +++ b/ue4cli/__main__.py @@ -2,8 +2,8 @@ from .cli import main import os, sys if __name__ == '__main__': - - # Rewrite sys.argv[0] so our help prompts display the correct base command - interpreter = sys....
Make indentation in __main__.py consistent with other files
adamrehn_ue4cli
train
ae3c98824cf9aec85cbf9e0250c2f6fd20ad0f23
diff --git a/lib/omise/OmiseCapabilities.php b/lib/omise/OmiseCapabilities.php index <HASH>..<HASH> 100644 --- a/lib/omise/OmiseCapabilities.php +++ b/lib/omise/OmiseCapabilities.php @@ -7,9 +7,9 @@ class OmiseCapabilities extends OmiseApiResource /** * @var array of the filterable keys. */ - const...
Fixes issue with use of array constant (mandated PHP <I>+) Also switches to short array syntax as we're now mandating PHP <I>+
omise_omise-php
train