hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
577d62fe754650521a74ebbe6c0ae2a37b30129c
diff --git a/bulbs/api/views.py b/bulbs/api/views.py index <HASH>..<HASH> 100644 --- a/bulbs/api/views.py +++ b/bulbs/api/views.py @@ -454,6 +454,8 @@ class ContentResolveViewSet(viewsets.ReadOnlyModelViewSet): content = get_object_or_404(Content, pk=match.kwargs.get('pk')) return Response(C...
Raise <I> on missing "url" param
theonion_django-bulbs
train
89538af207aac90354207274d24e40760b0a350b
diff --git a/src/Fixer/FunctionNotation/VoidReturnFixer.php b/src/Fixer/FunctionNotation/VoidReturnFixer.php index <HASH>..<HASH> 100644 --- a/src/Fixer/FunctionNotation/VoidReturnFixer.php +++ b/src/Fixer/FunctionNotation/VoidReturnFixer.php @@ -21,6 +21,7 @@ use PhpCsFixer\FixerDefinition\VersionSpecificCodeSample; ...
VoidReturnFixer - handle functions containing anonymous functions/classes
FriendsOfPHP_PHP-CS-Fixer
train
52d6bf98883e5c11d2e167520263a0274bc82618
diff --git a/src/Indatus/Dispatcher/Scheduling/ScheduledCommandInterface.php b/src/Indatus/Dispatcher/Scheduling/ScheduledCommandInterface.php index <HASH>..<HASH> 100644 --- a/src/Indatus/Dispatcher/Scheduling/ScheduledCommandInterface.php +++ b/src/Indatus/Dispatcher/Scheduling/ScheduledCommandInterface.php @@ -23,7 ...
Resolved issues with $scheduler instance used within multiple commands
Indatus_dispatcher
train
ea2121610d1cd5c1a12c20b33886b3318edc1d1d
diff --git a/spec/smoke/source/yql_spec.rb b/spec/smoke/source/yql_spec.rb index <HASH>..<HASH> 100644 --- a/spec/smoke/source/yql_spec.rb +++ b/spec/smoke/source/yql_spec.rb @@ -26,6 +26,30 @@ describe "YQL" do Smoke[:search].items.should be_an_instance_of(Array) end + describe "select" do + before do ...
Added a test case for selecting single fields in a YQL query and tested output from such a query
benschwarz_smoke
train
bf9a2168e74b0db587043c007e92a30c099bee26
diff --git a/client/allocrunner/interfaces/task_lifecycle.go b/client/allocrunner/interfaces/task_lifecycle.go index <HASH>..<HASH> 100644 --- a/client/allocrunner/interfaces/task_lifecycle.go +++ b/client/allocrunner/interfaces/task_lifecycle.go @@ -117,11 +117,11 @@ type TaskPoststartHook interface { type TaskKillRe...
Rename TaskKillHook to TaskPreKillHook to more closely match usage Also added/fixed comments
hashicorp_nomad
train
1e81d346da47a509b454e1ba0772bf76bc88b8e3
diff --git a/gutenberg/download.py b/gutenberg/download.py index <HASH>..<HASH> 100644 --- a/gutenberg/download.py +++ b/gutenberg/download.py @@ -107,7 +107,8 @@ def makedirs(path): def download_corpus(todir, filetypes, langs, offset, delay=2): - """Downloads the entire Project Gutenberg corpus to disk. + "...
Download one of ASCII or ISO etext, never both
c-w_gutenberg
train
d4f65374a95240b4b151fffb0f762fdcc667b065
diff --git a/ssbio/core/protein.py b/ssbio/core/protein.py index <HASH>..<HASH> 100644 --- a/ssbio/core/protein.py +++ b/ssbio/core/protein.py @@ -16,10 +16,10 @@ from six.moves.urllib.error import URLError from Bio.Seq import Seq from Bio import SeqIO -from Bio.SeqFeature import SeqFeature, FeatureLocation +from B...
Add new methods to extract subsequence based on letter_annotation as well as map from structure residue numbers back to sequence (cherry picked from commit 7cd<I>f8)
SBRG_ssbio
train
d3e82b1114dcdf7a04723c5227255552c369d0be
diff --git a/integration-tests/src/test/java/org/apache/druid/tests/indexer/AbstractStreamIndexingTest.java b/integration-tests/src/test/java/org/apache/druid/tests/indexer/AbstractStreamIndexingTest.java index <HASH>..<HASH> 100644 --- a/integration-tests/src/test/java/org/apache/druid/tests/indexer/AbstractStreamInde...
speed up test (#<I>)
apache_incubator-druid
train
165ac6a21152f9d461c877a67767184bb19e2575
diff --git a/socketio/__init__.py b/socketio/__init__.py index <HASH>..<HASH> 100644 --- a/socketio/__init__.py +++ b/socketio/__init__.py @@ -12,8 +12,33 @@ def socketio_manage(environ, namespaces, request=None): """Main SocketIO management function, call from within your Framework of choice's view. - T...
The GLOBAL_NS is now an empty string '', we'll want to have that in the documentation.
abourget_gevent-socketio
train
9f27126779ab1c6e10ac90a7ccfafc3479ea5c5f
diff --git a/test/spec/bundler/chunkedBundleBuilder.js b/test/spec/bundler/chunkedBundleBuilder.js index <HASH>..<HASH> 100644 --- a/test/spec/bundler/chunkedBundleBuilder.js +++ b/test/spec/bundler/chunkedBundleBuilder.js @@ -81,4 +81,31 @@ ${wrapModule(dep2, 3)} expect(combineSourceMap.removeComments(result))....
adding unit test to test the bundle builder with ES<I> import/export statements, including dynamic imports
MiguelCastillo_bit-bundler
train
9b46361a7325dd77329b4c26f2e9e9fdf212bce3
diff --git a/src/Config/Loader/FileLoader/Json.php b/src/Config/Loader/FileLoader/Json.php index <HASH>..<HASH> 100644 --- a/src/Config/Loader/FileLoader/Json.php +++ b/src/Config/Loader/FileLoader/Json.php @@ -56,7 +56,7 @@ class Json extends FileLoaderAbstract } /** - * Return whether or not the passe...
fix issue #<I> (#<I>) Corrects a typo in the documentation.
theorchard_monolog-cascade
train
878198cefae028386c6dc800ccbf18f2b9cbff3f
diff --git a/src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordValidatorTest.php b/src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordValidatorTest.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordValidat...
[Security] validate empty passwords again
symfony_symfony
train
b105952663ccaf9e31be9aedce459269b17d0686
diff --git a/regions/io/read_ds9.py b/regions/io/read_ds9.py index <HASH>..<HASH> 100644 --- a/regions/io/read_ds9.py +++ b/regions/io/read_ds9.py @@ -211,16 +211,18 @@ def ds9_region_list_to_objects(region_list): return output_list -def ds9_string_to_objects(region_string, warn_skipped=False): +def ds9_string...
change error handling to @cdeil's recommendations
astropy_regions
train
6ed7378b11fcab952d4c1c683dcb71040934eafc
diff --git a/src/Taskforcedev/User/Controllers/UserController.php b/src/Taskforcedev/User/Controllers/UserController.php index <HASH>..<HASH> 100644 --- a/src/Taskforcedev/User/Controllers/UserController.php +++ b/src/Taskforcedev/User/Controllers/UserController.php @@ -98,13 +98,16 @@ class UserController extends \Con...
Attempting to finalize registration redirects
taskforcedev_user
train
ca3aa504cf6169966855f3ab7a8e1efe77fced0f
diff --git a/aiogram/bot/api.py b/aiogram/bot/api.py index <HASH>..<HASH> 100644 --- a/aiogram/bot/api.py +++ b/aiogram/bot/api.py @@ -99,17 +99,17 @@ async def _check_result(method_name, response): exceptions.MethodNotKnown.throw() raise exceptions.NotFound(description) elif response.status ...
Wow. Fail. Wrong method name.
aiogram_aiogram
train
475d1e040b09583929ec528e0f1f68cba85c3048
diff --git a/lib/open_geo_db/database.rb b/lib/open_geo_db/database.rb index <HASH>..<HASH> 100644 --- a/lib/open_geo_db/database.rb +++ b/lib/open_geo_db/database.rb @@ -6,7 +6,7 @@ module OpenGeoDb def initialize(config) @database = config["database"] @username = config["username"] - @password...
Should not try to check if password is non-empty
kostia_open_geo_db
train
9569507781c68015c6ead38426e67c76e6aae2f5
diff --git a/src/utils/callAjax.js b/src/utils/callAjax.js index <HASH>..<HASH> 100644 --- a/src/utils/callAjax.js +++ b/src/utils/callAjax.js @@ -8,6 +8,7 @@ export default (url, callback)=> { } } } + httpRequest.setRequestHeader("Accept", "application/json") httpRequest.open('GET', ...
explicitly accept json in ajax requests The ajax request is parsing the result as JSON, however this isn't being set in the headers. Firefox adds default headers for text/html, text/xml etc. This means that some frameworks like Laravel, Umbraco etc start to automatically return the data as XML, breaking the typeahe...
yuche_vue-strap
train
432344eb2ad0c0d1015366e7c23568e6d26c4f7c
diff --git a/dist/aframe-xr.js b/dist/aframe-xr.js index <HASH>..<HASH> 100644 --- a/dist/aframe-xr.js +++ b/dist/aframe-xr.js @@ -6263,7 +6263,7 @@ AFRAME.registerComponent('xranchor', { updateFrame: function updateFrame(data) { var frame = data.detail; - var anchorOffset = this.el.anchorOffset; + var ...
upload dev build (keep forgetting to build it)
mozilla_aframe-xr
train
4c7021da186a56e683c93da6d65459b408373765
diff --git a/pyjade/ext/django/loader.py b/pyjade/ext/django/loader.py index <HASH>..<HASH> 100644 --- a/pyjade/ext/django/loader.py +++ b/pyjade/ext/django/loader.py @@ -71,7 +71,7 @@ class Loader(BaseLoader): if not hasattr(template, 'render'): try: template = get_te...
Taking in account the case when the source variable is not defined and an UnboundLocalError exception is raised
syrusakbary_pyjade
train
b232003a9c24b3cb4163c11e520debb70d74cdd0
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -10,7 +10,6 @@ end require File.expand_path("../../config/environment", __FILE__) require 'rspec/rails' -require 'rspec/autorun' require 'rr' require 'webmock/rspec' @@ -49,7...
Follow the deprecation warnings after upgrading RSpec to 3.
huginn_huginn
train
c87eb4629f9b0049483ddbba369012dfd2d423ba
diff --git a/lib/bugsnag/integrations/rack.rb b/lib/bugsnag/integrations/rack.rb index <HASH>..<HASH> 100644 --- a/lib/bugsnag/integrations/rack.rb +++ b/lib/bugsnag/integrations/rack.rb @@ -25,7 +25,7 @@ module Bugsnag # Hook up rack-based notification middlewares config.middleware.insert_before([Bug...
Fix typo in Rack / Clearance integration
bugsnag_bugsnag-ruby
train
56e6eefe943fdbf6dc977e9bdcbf14f5d37d10f5
diff --git a/lib/disneytokyo/index.js b/lib/disneytokyo/index.js index <HASH>..<HASH> 100644 --- a/lib/disneytokyo/index.js +++ b/lib/disneytokyo/index.js @@ -369,33 +369,31 @@ class DisneyTokyoPark extends Park { * @returns {Promise<Object>} `rideID` to English names */ GetRideNames() { - retur...
[!] Fix tokyo disney wait times not fetching because ride names were unavailable * Old API was shutdown, so having to parse them out from HTML manually
cubehouse_themeparks
train
41e0f3a84def77e1a11243e9c1d22d804fb3375e
diff --git a/src/Html/MutableAttributesTrait.php b/src/Html/MutableAttributesTrait.php index <HASH>..<HASH> 100644 --- a/src/Html/MutableAttributesTrait.php +++ b/src/Html/MutableAttributesTrait.php @@ -22,6 +22,8 @@ trait MutableAttributesTrait { * @param string $class * * @return $this + * + * @see Mu...
MutableAttributesTrait: Doc: Add @see comments pointing to interface methods.
donquixote_cellbrush
train
7e59a92f881cc9e240a2feebd34a24e6183bb2ea
diff --git a/plotnine/stats/stat_bin_2d.py b/plotnine/stats/stat_bin_2d.py index <HASH>..<HASH> 100644 --- a/plotnine/stats/stat_bin_2d.py +++ b/plotnine/stats/stat_bin_2d.py @@ -69,7 +69,7 @@ class stat_bin_2d(stat): drop = params['drop'] weight = data.get('weight') - if not weight: + ...
Fix broken stat_bin_2d plus a `if not array` bug It broke when the `fuzzybreaks()` signature was changed.
has2k1_plotnine
train
9a9f59fcc6e7b93465ce9848b52a473477dff64a
diff --git a/src/Illuminate/Database/Eloquent/Model.php b/src/Illuminate/Database/Eloquent/Model.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Database/Eloquent/Model.php +++ b/src/Illuminate/Database/Eloquent/Model.php @@ -990,6 +990,16 @@ abstract class Model implements Arrayable, ArrayAccess, Jsonable, JsonSe...
refactor: extract attribute getter for insert.
laravel_framework
train
b857e7497d4b6655b97d4b9a1a4be5222f897e75
diff --git a/src/main/java/com/jamesmurty/utils/XMLBuilder.java b/src/main/java/com/jamesmurty/utils/XMLBuilder.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/jamesmurty/utils/XMLBuilder.java +++ b/src/main/java/com/jamesmurty/utils/XMLBuilder.java @@ -327,6 +327,10 @@ public class XMLBuilder { * Add a ...
When adding elements to builder, assignment of namespace URIs is now automatic (and required) within a namespaced document. In short, elements can be added without explicitly specifying the namespace URI every time. git-svn-id: <URL>
jmurty_java-xmlbuilder
train
b504eb28d2d1f77cd48a8207372aacb37884b087
diff --git a/MAVProxy/modules/mavproxy_log.py b/MAVProxy/modules/mavproxy_log.py index <HASH>..<HASH> 100644 --- a/MAVProxy/modules/mavproxy_log.py +++ b/MAVProxy/modules/mavproxy_log.py @@ -136,4 +136,6 @@ def idle_task(): '''handle missing log data''' state = mpstate.log_state if state.download_last_ti...
log: prevent flood of log data requests
ArduPilot_MAVProxy
train
69250f339eaeb4974aa33398d833483da893114f
diff --git a/src/Window.js b/src/Window.js index <HASH>..<HASH> 100644 --- a/src/Window.js +++ b/src/Window.js @@ -1010,8 +1010,8 @@ const _makeRequestAnimationFrame = window => (fn, priority = 0) => { const rafCbs = []; window[symbols.rafCbsSymbol] = rafCbs; - const timeouts = []; - const intervals = []; + ...
Small timeouts/itervals cleanup
exokitxr_exokit
train
cf9f22a1be6dd5fb5423d52dbf50ce6eb35c2500
diff --git a/src/Rewrite_Command.php b/src/Rewrite_Command.php index <HASH>..<HASH> 100644 --- a/src/Rewrite_Command.php +++ b/src/Rewrite_Command.php @@ -27,6 +27,7 @@ * * @package wp-cli */ +// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound -- for back compat this class shouldn'...
PHPCS: ignore the class naming convention for this class We should avoid renaming this class to prevent any back-compat issues
wp-cli_rewrite-command
train
31cac625fbbf4518ddd1fb8f3926190ea5da1563
diff --git a/sentry/plugins/sentry_redmine/models.py b/sentry/plugins/sentry_redmine/models.py index <HASH>..<HASH> 100644 --- a/sentry/plugins/sentry_redmine/models.py +++ b/sentry/plugins/sentry_redmine/models.py @@ -28,29 +28,26 @@ class CreateRedmineIssue(GroupActionProvider): if request.POST: ...
Communicating with rails API ugliness is not working (Redmine tests pass).
elastic_apm-agent-python
train
f91d6f49087e19320c4ef883fe00b06508e036c6
diff --git a/src/main/java/com/omertron/omdbapi/model/OmdbVideoBasic.java b/src/main/java/com/omertron/omdbapi/model/OmdbVideoBasic.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/omertron/omdbapi/model/OmdbVideoBasic.java +++ b/src/main/java/com/omertron/omdbapi/model/OmdbVideoBasic.java @@ -34,6 +34,8 @@ pub...
There are two plot lengths, one short, one long. The short should be accessible.
Omertron_api-omdb
train
a8dcf4b5b47601983a55e33a094e260f035e6506
diff --git a/lib/core/Socket.js b/lib/core/Socket.js index <HASH>..<HASH> 100644 --- a/lib/core/Socket.js +++ b/lib/core/Socket.js @@ -240,6 +240,8 @@ this.connected = true; this.connecting = false; this.node.emit('SOCKET_CONNECT'); + + // The testing framework expects this, do not rem...
Added "don't remove" comment
nodeGame_nodegame-client
train
fc86a10796be77a6330d496fc69e1d050dad7448
diff --git a/lib/vagrant/ui.rb b/lib/vagrant/ui.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/ui.rb +++ b/lib/vagrant/ui.rb @@ -288,6 +288,9 @@ module Vagrant opts = @opts.merge(opts) + # Default the bold option if its not given + opts[:bold] = type == :output if !opts.has_key?(:bold) + ...
core: only bold when output is part of a machine
hashicorp_vagrant
train
750d33f964728227c4926d35692285622d58e95b
diff --git a/elasticmodels/__init__.py b/elasticmodels/__init__.py index <HASH>..<HASH> 100644 --- a/elasticmodels/__init__.py +++ b/elasticmodels/__init__.py @@ -22,9 +22,9 @@ def make_searchable(object, refresh=True): id = index.id(object) body = index.prepare(object) - es().index(index=settings.ELASTI...
Derp. The ES index setting changed and I forgot to update it here. I need some unit tests
PSU-OIT-ARC_elasticmodels
train
0a4257549019e4b1e512b17e124ac4a6c614fe49
diff --git a/vendor/github.com/astaxie/beego/swagger/swagger.go b/vendor/github.com/astaxie/beego/swagger/swagger.go index <HASH>..<HASH> 100644 --- a/vendor/github.com/astaxie/beego/swagger/swagger.go +++ b/vendor/github.com/astaxie/beego/swagger/swagger.go @@ -141,7 +141,7 @@ type Propertie struct { // Response as...
Do no omit response description [swagger specs](<URL>) requires each response to have a description. Otherwise, ignorable error will be generated. This PR makes sure that description field is not omitted in the event that user did not give a description.
beego_bee
train
bb262753b6d27a116ec41bfa58fba8a4aa45b9d7
diff --git a/lib/rango/helpers/assets.rb b/lib/rango/helpers/assets.rb index <HASH>..<HASH> 100644 --- a/lib/rango/helpers/assets.rb +++ b/lib/rango/helpers/assets.rb @@ -1,5 +1,8 @@ # encoding: utf-8 +# TODO: javascript "application" => media/javascripts/application.js +# ... but what if I need full path? It should...
image helper, fixed stylesheet to look at <media-dir>/stylesheets
botanicus_rango
train
30c10419c0ae6149e520f8355f32980f0ffdad65
diff --git a/fut14/core.py b/fut14/core.py index <HASH>..<HASH> 100644 --- a/fut14/core.py +++ b/fut14/core.py @@ -397,14 +397,17 @@ class Core(object): return self.__sendToPile__('watchlist', trade_id) def relist(self, clean=False): - """Relist all tradepile.""" + """Relist all tradep...
core: relist returns number of delted/sold if clean parameter was set
futapi_fut
train
4129ace5c79deb04f69942c930e4b4d1cd72bd7b
diff --git a/src/com/google/javascript/jscomp/ant/CompileTask.java b/src/com/google/javascript/jscomp/ant/CompileTask.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/ant/CompileTask.java +++ b/src/com/google/javascript/jscomp/ant/CompileTask.java @@ -83,6 +83,7 @@ public final class CompileTask ...
Added pass-through of angularPass option to ant task Although the "--angular-pass" option is available when invoking the compiler from the command line, it was not yet available in the ant plugin. This change adds support for angular pass by accepting it as an attribute and passing in the compiler options.
google_closure-compiler
train
3c56c0637a520e90c0544332b30466815878d7d2
diff --git a/default_handler.go b/default_handler.go index <HASH>..<HASH> 100644 --- a/default_handler.go +++ b/default_handler.go @@ -147,7 +147,7 @@ func (m exportedMethod) Call(args ...interface{}) ([]interface{}, error) { for i, val := range ret { out[i] = val.Interface() } - if nilErr { + if nilErr || err =...
Add tests, catch case where developer does not handle error
godbus_dbus
train
ba1450f1d44d064fb3efd34b9b25ba6bcf15457b
diff --git a/gubernator/filters.py b/gubernator/filters.py index <HASH>..<HASH> 100644 --- a/gubernator/filters.py +++ b/gubernator/filters.py @@ -196,7 +196,7 @@ def do_tg_url(testgrid_query, test_name=''): def do_gcs_browse_url(gcs_path): - return 'https://console.cloud.google.com/storage/browser' + gcs_path ...
Make Gubernator point at gcsweb for artifact browsing (no login required!).
kubernetes_test-infra
train
acebc2ab3849aef782e3d893999e9f0377f320ce
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -12,16 +12,30 @@ var merge = require('merge-stream'); var compilation = tsb.create(assign({ verbose: true }, require('./src/tsconfig.json').compilerOptions)); var tsSources = 'src/**/*.ts'; +var outFolder = 'li...
[gulpfile] compile to vscode-json
Microsoft_vscode-json-languageservice
train
c21dff94cace15b94655116cf2d3c93eed2b1a3c
diff --git a/src/Helper.php b/src/Helper.php index <HASH>..<HASH> 100644 --- a/src/Helper.php +++ b/src/Helper.php @@ -76,7 +76,7 @@ class Helper } $arrIp = explode(',', $the_ip); - return filter_var(trim(trim($arrIp[0]),'[]'), FILTER_VALIDATE_IP); + return filter_var(trim(trim($arrIp[...
Updated splitaddress helper to cut the housenumber at <I> characters
paynl_sdk
train
a2d55f72dab30ea754e349496f968f15b037ba9b
diff --git a/nion/swift/ProjectPanel.py b/nion/swift/ProjectPanel.py index <HASH>..<HASH> 100644 --- a/nion/swift/ProjectPanel.py +++ b/nion/swift/ProjectPanel.py @@ -26,7 +26,7 @@ def reveal_project(project_path: pathlib.Path) -> None: if sys.platform == "darwin": subprocess.Popen(["open", "-R", str(proj...
Adjust commands to show project location on Windows.
nion-software_nionswift
train
3fb52687bcded44a8931baa65157b93451adbb2e
diff --git a/app/app.go b/app/app.go index <HASH>..<HASH> 100644 --- a/app/app.go +++ b/app/app.go @@ -25,7 +25,6 @@ import ( "io" "labix.org/v2/mgo/bson" "launchpad.net/~niemeyer/goyaml/beta" - "os" "path" "regexp" "sort" @@ -548,12 +547,7 @@ func (app *App) runHook(w io.Writer, cmds []string, kind string)...
app: delete deployHooksAbsPath It never worked, and it's too hard to get it right. I'm going to update our docs.
tsuru_tsuru
train
767e2802e2815c424c9df81c7159a8b727d3edba
diff --git a/gapy/__init__.py b/gapy/__init__.py index <HASH>..<HASH> 100644 --- a/gapy/__init__.py +++ b/gapy/__init__.py @@ -1,3 +1,3 @@ __title__ = "gapy" -__version__ = "0.0.6" +__version__ = "0.0.7" __author__ = "Rob Young"
Bumpy version to <I>
alphagov_gapy
train
9b34f28aa0ff267c4436c46974cfc47e641e61ad
diff --git a/lib/savon/options.rb b/lib/savon/options.rb index <HASH>..<HASH> 100644 --- a/lib/savon/options.rb +++ b/lib/savon/options.rb @@ -268,6 +268,15 @@ module Savon @options[:ssl_ca_cert] = cert end + # Sets the ca cert path. + def ssl_ca_cert_path(path) + @options[:ssl_ca_cert_path] = ...
Added ssl_ca_path and ssl_cert_store to globals (#<I>)
savonrb_savon
train
9e4c59ba415172462da104df8531976fa951cf52
diff --git a/pandas/core/array_algos/putmask.py b/pandas/core/array_algos/putmask.py index <HASH>..<HASH> 100644 --- a/pandas/core/array_algos/putmask.py +++ b/pandas/core/array_algos/putmask.py @@ -126,6 +126,8 @@ def putmask_without_repeat( mask : np.ndarray[bool] new : Any """ + new = setitem_datet...
REF: remove Block.putmask fallback to where (#<I>)
pandas-dev_pandas
train
a128621340a8b8c6e89b4a054365f671c00fe9e8
diff --git a/packages/create/src/generators/app-lit-element/templates/static-scaffold-testing/components/page-main/test/page-main.test.js b/packages/create/src/generators/app-lit-element/templates/static-scaffold-testing/components/page-main/test/page-main.test.js index <HASH>..<HASH> 100644 --- a/packages/create/src/g...
feat(create): add a<I>y and snapshot tests
open-wc_open-wc
train
4ccf9cf06f3ff7ca5c49c078b527a192affca759
diff --git a/src/Psalm/Checker/StatementsChecker.php b/src/Psalm/Checker/StatementsChecker.php index <HASH>..<HASH> 100644 --- a/src/Psalm/Checker/StatementsChecker.php +++ b/src/Psalm/Checker/StatementsChecker.php @@ -1747,16 +1747,26 @@ class StatementsChecker } if ($return...
Do not just return last successful type found
vimeo_psalm
train
abcb06c5cae417551960b85d9b0257b2c0590260
diff --git a/code/pagetypes/EventHolder.php b/code/pagetypes/EventHolder.php index <HASH>..<HASH> 100644 --- a/code/pagetypes/EventHolder.php +++ b/code/pagetypes/EventHolder.php @@ -407,7 +407,7 @@ class EventHolder_Controller extends Page_Controller { $dateTo->setConfig('showcalendar', true); $actions = new F...
Add .btn-primary back in, to better support other themes
silverstripe_cwp
train
2363043b1f6849ff279b1d83043b0efa34c20336
diff --git a/fuel/datasets/binarized_mnist.py b/fuel/datasets/binarized_mnist.py index <HASH>..<HASH> 100644 --- a/fuel/datasets/binarized_mnist.py +++ b/fuel/datasets/binarized_mnist.py @@ -49,6 +49,7 @@ class BinarizedMNIST(InMemoryDataset): """ provides_sources = ('features',) + base_path = os.path.jo...
Factor out data path in BinarizedMNIST
mila-iqia_fuel
train
66f4b99beeb40fe1bc60b75184ae0f0cd8348f3d
diff --git a/src/components/_gapminder/indicatorpicker/indicatorpicker.js b/src/components/_gapminder/indicatorpicker/indicatorpicker.js index <HASH>..<HASH> 100644 --- a/src/components/_gapminder/indicatorpicker/indicatorpicker.js +++ b/src/components/_gapminder/indicatorpicker/indicatorpicker.js @@ -153,6 +153,7 @@ ...
Attempt to fix indicator picker problem (atomic)
vizabi_vizabi
train
56784bdebf60dc680c5ed8f312b26e3928ff7701
diff --git a/nhe/mfd/evenly_discretized.py b/nhe/mfd/evenly_discretized.py index <HASH>..<HASH> 100644 --- a/nhe/mfd/evenly_discretized.py +++ b/nhe/mfd/evenly_discretized.py @@ -15,7 +15,7 @@ class EvenlyDiscretized(BaseMFD): See :class:`nhe.mfd.base.BaseMFD`. :param occurrence_rates: The list o...
mfd: docs improvement per review comments
gem_oq-engine
train
8fed5cb0687b3d9f4c62597bea5dec4e1567f6be
diff --git a/host/scan_ext_trigger_stop_mode.py b/host/scan_ext_trigger_stop_mode.py index <HASH>..<HASH> 100644 --- a/host/scan_ext_trigger_stop_mode.py +++ b/host/scan_ext_trigger_stop_mode.py @@ -28,7 +28,7 @@ logging.basicConfig(level=logging.INFO, format="%(asctime)s [%(levelname)-8s] (% scan_configuration = {...
MAINT: renaming of variables, deactivating debug output
SiLab-Bonn_pyBAR
train
a2d7231554da608bf7033331ef7e96d136163669
diff --git a/src/flowcode/ceibo/EntityManager.php b/src/flowcode/ceibo/EntityManager.php index <HASH>..<HASH> 100755 --- a/src/flowcode/ceibo/EntityManager.php +++ b/src/flowcode/ceibo/EntityManager.php @@ -125,18 +125,23 @@ class EntityManager { foreach ($mapper->getRelations() as $relation) { if...
Implement query builder for PDO statements
flowcode_ceibo
train
03ab2ea391f41ee82a9b005cef48b6bdf5abe9bf
diff --git a/src/main/java/org/unbescape/javascript/JavaScriptEscapeUtil.java b/src/main/java/org/unbescape/javascript/JavaScriptEscapeUtil.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/unbescape/javascript/JavaScriptEscapeUtil.java +++ b/src/main/java/org/unbescape/javascript/JavaScriptEscapeUtil.java @@ -3...
Minor fixes on Reader-based escape operations
unbescape_unbescape
train
92ea2ea8d87051465d79589afd33b3f0c437ee89
diff --git a/spec/poller/http/http_poller_spec.rb b/spec/poller/http/http_poller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/poller/http/http_poller_spec.rb +++ b/spec/poller/http/http_poller_spec.rb @@ -45,7 +45,7 @@ module Poller require 'matchers/http/response_body_contains' it 'succeeds in ...
Fix rubocop findings regarding use of quotes
mkrogemann_poller
train
e776ec1bc29c6e1fd72aeb59e6fd0a16f02a0e4c
diff --git a/deisctl/cmd/cmd.go b/deisctl/cmd/cmd.go index <HASH>..<HASH> 100644 --- a/deisctl/cmd/cmd.go +++ b/deisctl/cmd/cmd.go @@ -580,6 +580,8 @@ Options: "deis-store-metadata.service", "deis-store-monitor.service", "deis-store-volume.service", + "deis-swarm-manager.service", + "deis-swarm-node.service"...
fix(deisctl): include swarm in refresh-units command
deis_deis
train
0859bdd306c5890d4e495b477e229e24f4cef417
diff --git a/test/MarketContractOraclize.js b/test/MarketContractOraclize.js index <HASH>..<HASH> 100644 --- a/test/MarketContractOraclize.js +++ b/test/MarketContractOraclize.js @@ -5,6 +5,11 @@ const CollateralToken = artifacts.require("CollateralToken"); const OrderLib = artifacts.require("OrderLib"); const utilit...
Add test for expired order in MarketContractOraclize
MARKETProtocol_MARKETProtocol
train
4291340b4bb51f28df9711e31c10dbcb14bb64f4
diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java index <HASH>..<HASH> 100644 --- a/gremlin-core/src/main/java/org/apache/tinkerpop/g...
simplified constructor for TraverserMapReduce.
apache_tinkerpop
train
9fc3343a04a3b389f233dfbb1266cc662e83a68e
diff --git a/src/readStream.js b/src/readStream.js index <HASH>..<HASH> 100644 --- a/src/readStream.js +++ b/src/readStream.js @@ -1,11 +1,11 @@ var combinedStream = require('combined-stream'); -var parse = require('csv-stream'); var fs = require('fs'); var through2 = require('through2'); var path = require('path')...
switched over to abstracted csv-parse
pelias_whosonfirst
train
e9996178aacc065c2c5b04fbeca00f2cd494a755
diff --git a/lib/backup/storage/rsync.rb b/lib/backup/storage/rsync.rb index <HASH>..<HASH> 100644 --- a/lib/backup/storage/rsync.rb +++ b/lib/backup/storage/rsync.rb @@ -68,7 +68,9 @@ module Backup ## # Establishes a connection to the remote server and returns the Net::SSH object. def connection -...
use block with Net::SSH.start to close connection
backup_backup
train
18cd6c2d9b48fca6855c93a976d3729ad8cc03ee
diff --git a/core/src/main/java/com/orientechnologies/orient/core/record/impl/ODocument.java b/core/src/main/java/com/orientechnologies/orient/core/record/impl/ODocument.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/record/impl/ODocument.java +++ b/core/src/main/java/com/or...
ODocument.fieldNames() now returns a Set<String> instead of String[]. This avoid the creation of an array when you need to iterate over the fields.
orientechnologies_orientdb
train
db1f469168b58d58a86dc1daf6aeb8c896414137
diff --git a/icekit/publishing/utils.py b/icekit/publishing/utils.py index <HASH>..<HASH> 100644 --- a/icekit/publishing/utils.py +++ b/icekit/publishing/utils.py @@ -1,5 +1,6 @@ import urlparse +from django.apps import apps from django.http import QueryDict from django.utils.crypto import get_random_string, salte...
Add utility method `get_publishable_models()`, re #5 #<I>
ic-labs_django-icekit
train
316e453ef9fc9411bc13752ac01247529169197c
diff --git a/sonnet/python/modules/base_info.py b/sonnet/python/modules/base_info.py index <HASH>..<HASH> 100644 --- a/sonnet/python/modules/base_info.py +++ b/sonnet/python/modules/base_info.py @@ -59,12 +59,8 @@ def _is_namedtuple(obj): def _is_iterable(obj): - """Returns true if the object is iterable.""" - t...
Make `base_info._is_iterable` safer by only returning True for supported types: list, tuple and dict. PiperOrigin-RevId: <I>
deepmind_sonnet
train
a2912c08cc382496f852a78c1b3c2e41f3be899a
diff --git a/tofu/tests/__init__.py b/tofu/tests/__init__.py index <HASH>..<HASH> 100644 --- a/tofu/tests/__init__.py +++ b/tofu/tests/__init__.py @@ -8,4 +8,5 @@ from . import tests04_spectro from . import tests05_nist from . import tests06_mesh from . import tests07_inversions +from . import tests08_diagnostics f...
[#<I>] Added unit tests on diags to __init__.py
ToFuProject_tofu
train
f79ff8a3914489484b8462d01f523142923d1d66
diff --git a/lib/cluster/worker.js b/lib/cluster/worker.js index <HASH>..<HASH> 100644 --- a/lib/cluster/worker.js +++ b/lib/cluster/worker.js @@ -135,41 +135,37 @@ module.exports = function(context) { function isReady(res, slice, msg, specData, sliceLogger) { //res may return null if no data was receiv...
added guards to marking slice as failed (#<I>)
terascope_teraslice
train
3819557abef3bd6d6d42bc73087ba93f6175bf8c
diff --git a/src/client/js/Panels/PartBrowser/PartBrowserPanelControl.js b/src/client/js/Panels/PartBrowser/PartBrowserPanelControl.js index <HASH>..<HASH> 100644 --- a/src/client/js/Panels/PartBrowser/PartBrowserPanelControl.js +++ b/src/client/js/Panels/PartBrowser/PartBrowserPanelControl.js @@ -88,9 +88,13 @@ define...
#<I> connection drawing the bad type handling of meta nodes were checked and valid target point now visible again Former-commit-id: fa<I>c0b7c<I>c6ff4c<I>e<I>e<I>fd<I>
webgme_webgme-engine
train
4fcc67c19994457f648a5c8eedaa8d50bb66981a
diff --git a/scapy/layers/inet.py b/scapy/layers/inet.py index <HASH>..<HASH> 100644 --- a/scapy/layers/inet.py +++ b/scapy/layers/inet.py @@ -213,7 +213,8 @@ TCPOptions = ( 8 : ("Timestamp","!II"), 14 : ("AltChkSum","!BH"), 15 : ("AltChkSumOpt",None), - ...
add TCP User Timout Option (RFC <I>) Allow one to send the TCP User Timeout Option described in RFC <I> in a crafted TCP segment.
secdev_scapy
train
83b463cc784a71456d312bce5ed4cf8567dd858d
diff --git a/src/docs/formatter.js b/src/docs/formatter.js index <HASH>..<HASH> 100644 --- a/src/docs/formatter.js +++ b/src/docs/formatter.js @@ -27,6 +27,17 @@ function format(docfile) { var fqn = tagValues.fqn !== ''? tagValues.fqn: name; name = tagValues.name !== ''? tagValues.name: name + javadoc.fi...
+ check for fqn duplication
mchalapuk_hyper-text-slider
train
66d8b9335f86fa02391b10bcd7cc37c2d4650310
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ ToFu **Warning** This Pypi package focuses on tomography for fusion research. -It uses the same name as a previous package dedicated to a testing framework coupling fixtures and tests loosely, now re...
Trying to upload on Pypi - <I>
ToFuProject_tofu
train
8f1c1f3d64243b7369fe2d4a71c2f09652d380be
diff --git a/benchexec/localexecution.py b/benchexec/localexecution.py index <HASH>..<HASH> 100644 --- a/benchexec/localexecution.py +++ b/benchexec/localexecution.py @@ -501,7 +501,7 @@ class _Worker(threading.Thread): for key, value in result.items(): if key == 'walltime': - run...
bug fix: walltime measurements were ignored and lost
sosy-lab_benchexec
train
8ec4ecab17e2f35347c1e835859711d4cc68754c
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -25,7 +25,7 @@ module.exports = { "computed-property-spacing": [ 2, "always" ], "dot-notation": [ 2 ], "indent": [ 2, "tab", { "SwitchCase": 1 } ], - "max-len": ...
Switch to <I> col line lengths
ianpaschal_aurora
train
ed922b70029fd4a71af5e7a7e9f7b5a8227be9af
diff --git a/abaaso.js b/abaaso.js index <HASH>..<HASH> 100644 --- a/abaaso.js +++ b/abaaso.js @@ -40,8 +40,8 @@ * See @link for the development roadmap * * Events: ready Fires when the DOM is available (safe for GUI creation) - * render Fires after the window resources have loaded (safe fo...
Revised abaaso event comments
avoidwork_abaaso
train
f8e7137e7f48670b32b97b7f7963777e4e541b7d
diff --git a/Kwc/Shop/Cart/OrderData.php b/Kwc/Shop/Cart/OrderData.php index <HASH>..<HASH> 100644 --- a/Kwc/Shop/Cart/OrderData.php +++ b/Kwc/Shop/Cart/OrderData.php @@ -95,15 +95,17 @@ class Kwc_Shop_Cart_OrderData 'text' => trlKwf('value of goods').':', 'amount' => $subTotal ); - ...
don't add vat related sumRows if vatRate is not set
koala-framework_koala-framework
train
890536f554f141e606d62a477f1156390d86528d
diff --git a/parquet2hive_modules/parquet2hivelib.py b/parquet2hive_modules/parquet2hivelib.py index <HASH>..<HASH> 100644 --- a/parquet2hive_modules/parquet2hivelib.py +++ b/parquet2hive_modules/parquet2hivelib.py @@ -34,6 +34,8 @@ def get_bash_cmd(dataset, success_only = False, recent_versions = None, version f...
Handle nested datasets correctly Nested datasets were previously incorrectly named. The name of the dataset is now not the entire prefix, but just the last dir in the prefix. In addition, nested datasets that are now called out as ignored. In the future we plan on support these, but not currently.
mozilla_parquet2hive
train
c75ba879bb4d855cba8bd14abfdf7cdb93927ba5
diff --git a/mod/choice/lib.php b/mod/choice/lib.php index <HASH>..<HASH> 100644 --- a/mod/choice/lib.php +++ b/mod/choice/lib.php @@ -242,20 +242,43 @@ function choice_user_submit_response($formanswer, $choice, $userid, $courseid, $ $current = get_record('choice_answers', 'choiceid', $choice->id, 'userid', $use...
MDL-<I>: Choice limited answers don't work with group mode
moodle_moodle
train
eb4fb4f87e9165ebb7282ed3e94b7dc60684c81d
diff --git a/examples/RegexTest.php b/examples/RegexTest.php index <HASH>..<HASH> 100644 --- a/examples/RegexTest.php +++ b/examples/RegexTest.php @@ -11,7 +11,7 @@ class RegexTest extends \PHPUnit_Framework_TestCase Generator\regex("[a-z]{10}"), ]) ->then(function($string) { - ...
Setup RegexTest as example and in end2end
giorgiosironi_eris
train
5a3a504419bdf792b6232caef528f92d7c952257
diff --git a/lib/models/image.rb b/lib/models/image.rb index <HASH>..<HASH> 100644 --- a/lib/models/image.rb +++ b/lib/models/image.rb @@ -34,7 +34,7 @@ module ErnieBrodeur self.height = i[:height] self.format = i[:type] self.transparency = i[:transparency] - self.ratio = width...
Dropped a word in identify so it works, round ratio to 3 digits.
erniebrodeur_bini
train
c5948d1889e3d6c64bdf1572fb6396acb802ca69
diff --git a/pandas/core/reshape/tile.py b/pandas/core/reshape/tile.py index <HASH>..<HASH> 100644 --- a/pandas/core/reshape/tile.py +++ b/pandas/core/reshape/tile.py @@ -4,7 +4,6 @@ Quantilization functions and related stuff import numpy as np from pandas._libs import Timedelta, Timestamp -from pandas._libs.interv...
CLN: Simplify logic in _format_labels function for cut/qcut (#<I>)
pandas-dev_pandas
train
3c5f7c8c59a1fe29355b3006f7f1d97a955beb1d
diff --git a/java/client/test/org/openqa/selenium/remote/RemotableByTest.java b/java/client/test/org/openqa/selenium/remote/RemotableByTest.java index <HASH>..<HASH> 100644 --- a/java/client/test/org/openqa/selenium/remote/RemotableByTest.java +++ b/java/client/test/org/openqa/selenium/remote/RemotableByTest.java @@ -3...
[java] Fixing Java 8 compatibility issues
SeleniumHQ_selenium
train
2499f5fa7effb98960b3e09533f4e190b35c3133
diff --git a/ui/src/status/containers/StatusPage.js b/ui/src/status/containers/StatusPage.js index <HASH>..<HASH> 100644 --- a/ui/src/status/containers/StatusPage.js +++ b/ui/src/status/containers/StatusPage.js @@ -1,13 +1,15 @@ import React, {Component, PropTypes} from 'react' +import {connect} from 'react-redux' im...
Refactor skeleton to accommodate graph vs non-graph cells Connect StatusPage to router props, ex. source
influxdata_influxdb
train
95a716d593672ce2e1bf208154785838fba5c9d7
diff --git a/pyrax/cf_wrapper/client.py b/pyrax/cf_wrapper/client.py index <HASH>..<HASH> 100644 --- a/pyrax/cf_wrapper/client.py +++ b/pyrax/cf_wrapper/client.py @@ -346,7 +346,7 @@ class CFClient(object): def move_object(self, container, obj_name, new_container, new_obj_name=None): """ Works ju...
Fixed some typos in the docstrings.
pycontribs_pyrax
train
ab656051b4bb18d2935b8a4f7c77141503bfb597
diff --git a/src/stats/QueryStats.java b/src/stats/QueryStats.java index <HASH>..<HASH> 100644 --- a/src/stats/QueryStats.java +++ b/src/stats/QueryStats.java @@ -249,7 +249,7 @@ public class QueryStats { executed = 1; query_start_ns = DateTime.nanoTime(); query_start_ms = DateTime.currentTimeMillis(); -...
Fix #<I> by making the overall stats a concurrent map. Doh.
OpenTSDB_opentsdb
train
edc53a74553f19c2ec83ab7c12945758ba6084bf
diff --git a/flink-java/src/main/java/org/apache/flink/api/java/Utils.java b/flink-java/src/main/java/org/apache/flink/api/java/Utils.java index <HASH>..<HASH> 100644 --- a/flink-java/src/main/java/org/apache/flink/api/java/Utils.java +++ b/flink-java/src/main/java/org/apache/flink/api/java/Utils.java @@ -53,7 +53,7 @@...
[FLINK-<I>] [java api] [runtime] Fix array index out of bounds exceptions This closes #<I>
apache_flink
train
6afca2def4858fb4a069c224b2f2041f933e8fe5
diff --git a/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/IOHandler.java b/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/IOHandler.java index <HASH>..<HASH> 100644 --- a/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/IOHandler.java +++ b/proton-j/src/main/java/org/apache/qpid/prot...
PROTON-<I>: IOException doesn't necessarily catch java.nio.channels.UnresolvedAddressException which is thrown when server is unavailable. This will cause reactor to fail and require a client restart. changing to Exception and close transport, so client can recover from failure even if 1 server is down without stopping...
apache_qpid-proton
train
1b0b8a2b359f47f2dd2d2d3a39ffee395816d3d6
diff --git a/rkt/list.go b/rkt/list.go index <HASH>..<HASH> 100644 --- a/rkt/list.go +++ b/rkt/list.go @@ -212,18 +212,13 @@ func fmtNets(nis []netinfo.NetInfo) string { } func getImageName(p *pod, appName types.ACName) (string, error) { - aim, err := p.getAppsImageManifests() + aim, err := p.getAppImageManifest(ap...
rkt: change getAppsImageManifests to getAppImageManifest Because we already had the app names, it's better to get a specific app's image manifest rather than getting the image manifests from all the apps and forcing the caller to sort through those.
rkt_rkt
train
229a48d706545eee8bc5a2d1982f755ba09e1ede
diff --git a/pkg/fqdn/dnsproxy/proxy_test.go b/pkg/fqdn/dnsproxy/proxy_test.go index <HASH>..<HASH> 100644 --- a/pkg/fqdn/dnsproxy/proxy_test.go +++ b/pkg/fqdn/dnsproxy/proxy_test.go @@ -179,7 +179,7 @@ var ( dstPort = uint16(53) // Set below when we setup the server! ) -func (s *DNSProxyTestSuite) SetUpSuite(c *C...
fqdn/dnsproxy: Close TCP and UDP server after each test To avoid concurrency issues across multiple tests we should shutdown and set up the TCP and UDP servers for each individual test.
cilium_cilium
train
e4859633c8cb0833be91d32f33c007ba5188673a
diff --git a/translator/utils.go b/translator/utils.go index <HASH>..<HASH> 100644 --- a/translator/utils.go +++ b/translator/utils.go @@ -27,8 +27,13 @@ func GetAllDependencies(pkg string, config *types.Config) ([]*types.Package, err if err != nil { return err } + var imps []string for _, imp := range ty...
Trying to get more determinism into package order.
gopherjs_gopherjs
train
d509946bef081161c5c4ceba3b13e4efbabc313a
diff --git a/kv/notification_rule.go b/kv/notification_rule.go index <HASH>..<HASH> 100644 --- a/kv/notification_rule.go +++ b/kv/notification_rule.go @@ -404,19 +404,17 @@ func (s *Service) forEachNotificationRule(ctx context.Context, tx Tx, descending return err } - cur, err := bkt.Cursor() - if err != nil { -...
fix(kv): update notification rules to use the new forward cursor (#<I>)
influxdata_influxdb
train
898ee735e65b4da2985487105c1b38207d1c76cb
diff --git a/src/test/java/org/junit/contrib/truth/delegatetest/DelegationTest.java b/src/test/java/org/junit/contrib/truth/delegatetest/DelegationTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/junit/contrib/truth/delegatetest/DelegationTest.java +++ b/src/test/java/org/junit/contrib/truth/delegatetest/D...
fix up extensibility tests with better names, plus a failure test.
google_truth
train
a5ff43d6354f108898e98ef66d07a0650bc9e4ef
diff --git a/src/Projection/PdoEventStoreProjector.php b/src/Projection/PdoEventStoreProjector.php index <HASH>..<HASH> 100644 --- a/src/Projection/PdoEventStoreProjector.php +++ b/src/Projection/PdoEventStoreProjector.php @@ -522,6 +522,7 @@ EOT; try { do { $eventStreams = []; + ...
free up memory from PDO statement before next run
prooph_pdo-event-store
train
c18e2681723518ceaf2067bc92a2488fa8ef501c
diff --git a/src/math/shape.js b/src/math/shape.js index <HASH>..<HASH> 100644 --- a/src/math/shape.js +++ b/src/math/shape.js @@ -500,7 +500,8 @@ /* */ /*********************************************************************************...
Fixed debug drawing of the ellipse
melonjs_melonJS
train
ebf3be7eac70accf3f79ca81190360230c3932a0
diff --git a/gitmediaclient/credentials.go b/gitmediaclient/credentials.go index <HASH>..<HASH> 100644 --- a/gitmediaclient/credentials.go +++ b/gitmediaclient/credentials.go @@ -25,7 +25,7 @@ func execCreds(input Creds, subCommand string) (*CredentialCmd, error) { } if err != nil { - return cmd, fmt.Errorf("'gi...
It's easier if we just don't hook stderr up at all, since we can never use it anyway
git-lfs_git-lfs
train
ef07a9ec4826cc950574d496fa65d5b4488d068a
diff --git a/cassandra/protocol.py b/cassandra/protocol.py index <HASH>..<HASH> 100644 --- a/cassandra/protocol.py +++ b/cassandra/protocol.py @@ -531,6 +531,34 @@ RESULT_KIND_SET_KEYSPACE = 0x0003 RESULT_KIND_PREPARED = 0x0004 RESULT_KIND_SCHEMA_CHANGE = 0x0005 +class CassandraTypeCodes(object): + CUSTOM_TYPE =...
Type code "enum" in protocol
datastax_python-driver
train
9f3eb3327882d1d346acf176f6f0d8291215d77b
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -6,6 +6,7 @@ const hasOwnProperty = queue.hasOwnProperty; const origin = "https://cdn.jsdelivr.net/npm/"; const identifierRe = /^((?:@[^/@]+\/)?[^/@]+)(?:@([^/]+))?(?:\/(.*))?$/; const versionRe = /^\d+\.\d+...
Observe jsdelivr entry.
d3_d3-require
train
b0d029baf34334c4307a625efbaa195674b995d7
diff --git a/glances/plugins/glances_ip.py b/glances/plugins/glances_ip.py index <HASH>..<HASH> 100644 --- a/glances/plugins/glances_ip.py +++ b/glances/plugins/glances_ip.py @@ -65,7 +65,8 @@ class Plugin(GlancesPlugin): self.display_curse = True # Get the public IP address once - self.publi...
Don't load public IP address if module disabled
nicolargo_glances
train
1b415e04ff85a151b6b0cf29d9d72328ef515aa9
diff --git a/satsearch/parser.py b/satsearch/parser.py index <HASH>..<HASH> 100644 --- a/satsearch/parser.py +++ b/satsearch/parser.py @@ -1,5 +1,3 @@ -import os -import json import argparse import satsearch.config as config @@ -47,6 +45,8 @@ class SatUtilsParser(argparse.ArgumentParser): config.DATADI...
remove source as cli arg and add filename
sat-utils_sat-search
train
db91520abe5a1db32928ff7c28ed80a16dd5c11e
diff --git a/api/src/main/java/net/kyori/adventure/text/ComponentBuilder.java b/api/src/main/java/net/kyori/adventure/text/ComponentBuilder.java index <HASH>..<HASH> 100644 --- a/api/src/main/java/net/kyori/adventure/text/ComponentBuilder.java +++ b/api/src/main/java/net/kyori/adventure/text/ComponentBuilder.java @@ -2...
Add decorations(Map) to component/style builders This commit introduces a new decorations method to the component and style builderthat takes in a map of text decorations and their state. This methodalready exists on the Component interface but was previously missing on the respective builders. As the style builder s...
KyoriPowered_text
train
8848650bddd00acc27a0d8e67ae1093a57793e16
diff --git a/smokes/protractor-headless.conf.js b/smokes/protractor-headless.conf.js index <HASH>..<HASH> 100644 --- a/smokes/protractor-headless.conf.js +++ b/smokes/protractor-headless.conf.js @@ -18,7 +18,13 @@ exports.config = { capabilities: { 'browserName': 'chrome', 'chromeOptions': { - ...
smokes: Provide explicit user agent to the test browser
buildbot_buildbot
train