hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
2ada0f11cd2149158c1928dcd81c3531cc1d7229
diff --git a/lib/capybara/selector.rb b/lib/capybara/selector.rb index <HASH>..<HASH> 100644 --- a/lib/capybara/selector.rb +++ b/lib/capybara/selector.rb @@ -84,7 +84,7 @@ module Capybara end Capybara.add_selector(:xpath) do - xpath { |xpath, options| xpath } + xpath { |xpath| xpath } end Capybara.add_select...
Show that the selector API works with any number of arguments to xpath
teamcapybara_capybara
train
987c0b95f01737e4726445e1348e3e1b244f965b
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -144,7 +144,6 @@ func (client *client) Config() *Config { } func (client *client) Close() error { - // Check to see whether the client is closed if client.Closed() { // Chances are this is being called from a defe...
Consistently return ErrClosedClient when calling an exported function on a closed client
Shopify_sarama
train
ce9841b2b4ae410f63204bae83128a0d0b5b5fe8
diff --git a/lib/ContextHelpers/Uri.js b/lib/ContextHelpers/Uri.js index <HASH>..<HASH> 100644 --- a/lib/ContextHelpers/Uri.js +++ b/lib/ContextHelpers/Uri.js @@ -120,14 +120,4 @@ UriContextHelper.prototype.params = function(inUrl){ return this._router.pathVariables(this._self); }; -UriContextHelper.prototype.hel...
removed $.uri.help(). never used it.
cainus_percolator
train
b4d7389065e3b4c58acbe009e7d4daa84c2c211b
diff --git a/tempodb/protocol/objects.py b/tempodb/protocol/objects.py index <HASH>..<HASH> 100644 --- a/tempodb/protocol/objects.py +++ b/tempodb/protocol/objects.py @@ -161,7 +161,7 @@ class SingleValue(JSONSerializable): super(SingleValue, self).__init__(json_text, response) self.series = Series(se...
make sure single value objects use the tz if its there
tempodb_tempodb-python
train
5d9e59131312f83f925e2ce59865bcb537976422
diff --git a/activesupport/test/share_lock_test.rb b/activesupport/test/share_lock_test.rb index <HASH>..<HASH> 100644 --- a/activesupport/test/share_lock_test.rb +++ b/activesupport/test/share_lock_test.rb @@ -341,38 +341,37 @@ class ShareLockTest < ActiveSupport::TestCase threads.each(&:kill) if threads end ...
Fix a nonsensical ShareLock test.
rails_rails
train
f6f3a15f90136d740b819b4d1ab28b20f5f94943
diff --git a/common/src/main/java/org/cloudfoundry/identity/uaa/oauth/token/UaaTokenServices.java b/common/src/main/java/org/cloudfoundry/identity/uaa/oauth/token/UaaTokenServices.java index <HASH>..<HASH> 100644 --- a/common/src/main/java/org/cloudfoundry/identity/uaa/oauth/token/UaaTokenServices.java +++ b/common/src...
If no scopes are granted in a token, the uaa will return an error.
cloudfoundry_uaa
train
928b169b77eaf74a5a26ecf6fe7010782becd174
diff --git a/scenarios/kubernetes_janitor.py b/scenarios/kubernetes_janitor.py index <HASH>..<HASH> 100755 --- a/scenarios/kubernetes_janitor.py +++ b/scenarios/kubernetes_janitor.py @@ -92,6 +92,7 @@ PR_PROJECTS = { 'k8s-jkns-pr-node-e2e': 3, 'k8s-jkns-pr-gce-gpus': 3, 'k8s-gke-gpu-pr': 3, + 'k8s-pre...
Enable janitor for scalability presubmits' project
kubernetes_test-infra
train
0007006c184c64128caa96b82dafa3db0ea1101f
diff --git a/gitlab/exceptions.py b/gitlab/exceptions.py index <HASH>..<HASH> 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -107,6 +107,10 @@ class GitlabTransferProjectError(GitlabOperationError): pass +class GitlabGroupTransferError(GitlabOperationError): + pass + + class GitlabProjectD...
feat: add support for Groups API method `transfer()`
python-gitlab_python-gitlab
train
722b4ce18c81152ba0a5f402f695a8db9b969d5c
diff --git a/course/lib.php b/course/lib.php index <HASH>..<HASH> 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1355,11 +1355,11 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false, if ($accessiblebutdim || !$mod->uservisible) { echo '<div clas...
course-ajax MDL-<I> Minor tweaking of label output to ensure it is always contained in a div
moodle_moodle
train
87f886a1cc10cb43b1ee0dacc36435cbcf70650a
diff --git a/src/main/java/com/ibm/watson/developer_cloud/natural_language_classifier/v1/NaturalLanguageClassifier.java b/src/main/java/com/ibm/watson/developer_cloud/natural_language_classifier/v1/NaturalLanguageClassifier.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/ibm/watson/developer_cloud/natural_lang...
Add a topConfidence field to the Classification result from NLC #<I>
watson-developer-cloud_java-sdk
train
fcd969d4bb38e33001d71dbbe6c6ab173c021bd6
diff --git a/galpy/actionAngle_src/actionAngleIsochroneApprox.py b/galpy/actionAngle_src/actionAngleIsochroneApprox.py index <HASH>..<HASH> 100644 --- a/galpy/actionAngle_src/actionAngleIsochroneApprox.py +++ b/galpy/actionAngle_src/actionAngleIsochroneApprox.py @@ -13,7 +13,10 @@ # ##################################...
estimate a scale for the approximate scale radius
jobovy_galpy
train
0fbe445ff332010525d0ec7956db009ce45a4798
diff --git a/bin/init.js b/bin/init.js index <HASH>..<HASH> 100644 --- a/bin/init.js +++ b/bin/init.js @@ -35,7 +35,7 @@ module.exports = async (appName, repo, rawArgs) => { * */ console.log(reset.cyan.underline('\t Application is creating')) - await executeCommand(`git clone ${repo} ${appName}`) + ...
changed dynamic name of pull repo file to auto
kasarda_kasarda
train
940a107ee56624a12d566b2a9487cba3843f1549
diff --git a/test/twin/collection_test.rb b/test/twin/collection_test.rb index <HASH>..<HASH> 100644 --- a/test/twin/collection_test.rb +++ b/test/twin/collection_test.rb @@ -91,14 +91,22 @@ class TwinCollectionActiveRecordTest < MiniTest::Spec let (:album) { Album.create(name: "The Rest Is Silence") } let (:so...
add more tests for collection semantics.
apotonick_disposable
train
f1fc1ddd180305b22850dee96f24f7eee6a5ace3
diff --git a/config/environment.rb b/config/environment.rb index <HASH>..<HASH> 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -5,4 +5,9 @@ ActiveSupport::Inflector.inflections do |inflect| # "series".singularize #=> "series" inflect.uncountable 'series' -end \ No newline at end of file +end...
making sure the applications css and js are precompiled
thebeansgroup_ems
train
ac407eae66b418e3a1b8e3f506242035b0a230b0
diff --git a/src/GitHub_Updater/API.php b/src/GitHub_Updater/API.php index <HASH>..<HASH> 100644 --- a/src/GitHub_Updater/API.php +++ b/src/GitHub_Updater/API.php @@ -340,7 +340,7 @@ class API { ]; foreach ( $segments as $segment => $value ) { - $endpoint = str_replace( '/:' . $segment, '/' . sanitize_text_fi...
fix to only get `:owner`, `:repo`, `:branch` needed as Bitbucket Server uses `~:owner`
afragen_github-updater
train
578fe72ac10718b3b30c4f3114cdb32bd8d20de3
diff --git a/lib/geocoder/googlegeocoder.js b/lib/geocoder/googlegeocoder.js index <HASH>..<HASH> 100644 --- a/lib/geocoder/googlegeocoder.js +++ b/lib/geocoder/googlegeocoder.js @@ -231,6 +231,9 @@ GoogleGeocoder.prototype._formatResult = function (result) { case 'establishment': extractedObj.extra.est...
fix(*): neighboorhood is now retrivied. Geocode url example: <URL>
nchaulet_node-geocoder
train
b6ed295858ac985ae79c4e1ca7ecc9f624577ab6
diff --git a/src/Ulrichsg/Getopt.php b/src/Ulrichsg/Getopt.php index <HASH>..<HASH> 100644 --- a/src/Ulrichsg/Getopt.php +++ b/src/Ulrichsg/Getopt.php @@ -25,6 +25,7 @@ namespace Ulrichsg; * It is a more powerful, object-oriented alternative to PHP's built-in getopt() function. * * @version 1.3.0 + * @version 201...
Added getOperand(index) to retrieve a specific operand and not just the entire array.
xinc-develop_xinc-getopt
train
baf399e65ac1c5148db834e4d6eb38be74293663
diff --git a/src/calmjs/artifact.py b/src/calmjs/artifact.py index <HASH>..<HASH> 100644 --- a/src/calmjs/artifact.py +++ b/src/calmjs/artifact.py @@ -471,20 +471,26 @@ class BaseArtifactRegistry(BaseRegistry): def extract_builder_result(self, builder_result): return extract_builder_result(builder_result)...
Split artifact registry 'iter_builders_for' - Have a standalone iterator that produces only the export targets along with the entry point.
calmjs_calmjs
train
756d6d970261f61745e03a7f9c8af1161ff10fae
diff --git a/projects/samskivert/src/java/com/samskivert/swing/dnd/DnDManager.java b/projects/samskivert/src/java/com/samskivert/swing/dnd/DnDManager.java index <HASH>..<HASH> 100644 --- a/projects/samskivert/src/java/com/samskivert/swing/dnd/DnDManager.java +++ b/projects/samskivert/src/java/com/samskivert/swing/dnd/D...
- listen for mouseExited during a drag and clear the target - broke enter/exit/released into their own methods - don't assume components don't have their own custom cursors, restore their old cursors when we're done with them. git-svn-id: <URL>
samskivert_samskivert
train
a538a996cf8221cb32dfcdcaf86ae01fd16a7f60
diff --git a/lib/express_templates/components/form_for.rb b/lib/express_templates/components/form_for.rb index <HASH>..<HASH> 100644 --- a/lib/express_templates/components/form_for.rb +++ b/lib/express_templates/components/form_for.rb @@ -39,9 +39,9 @@ module ExpressTemplates @fields << Select.new(name, option...
[#<I>] WIP: Modify radio_button_tag to collection_radio_buttons for form_for component
aelogica_express_templates
train
a0019ed37d6bfb7ee3c1f8d237d65154d89f1000
diff --git a/workers/testLaunchWorker.js b/workers/testLaunchWorker.js index <HASH>..<HASH> 100644 --- a/workers/testLaunchWorker.js +++ b/workers/testLaunchWorker.js @@ -43,10 +43,20 @@ class WorkerStream2 extends Duplex { ? new Worker(path) : path + this.bufferedData = undefined + this.requested...
feat(workerstream with backpressure): added basic backpressure support to custom worker stream
usco_usco-stl-parser
train
5f483bdcd807d3af7cfc9f2712c9849655a5fd3a
diff --git a/djohno/tests/test_djohno.py b/djohno/tests/test_djohno.py index <HASH>..<HASH> 100644 --- a/djohno/tests/test_djohno.py +++ b/djohno/tests/test_djohno.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- from contextlib import contextmanager from django.test import TestCase from django.contrib.auth.models import...
The test is all ASCII now
dominicrodger_djohno
train
cc721122595eb49b5df941d463e83210585582d3
diff --git a/libraries/Maniaplanet/WebServices/HTTPClient.php b/libraries/Maniaplanet/WebServices/HTTPClient.php index <HASH>..<HASH> 100644 --- a/libraries/Maniaplanet/WebServices/HTTPClient.php +++ b/libraries/Maniaplanet/WebServices/HTTPClient.php @@ -18,7 +18,7 @@ namespace Maniaplanet\WebServices; */ abstract c...
Fix a bug which was preventing to use the WS anonymously git-svn-id: <URL>
maniaplanet_maniaplanet-ws-sdk
train
4f1442c10375a18ec5db4337aebba502316b6d1d
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -8,6 +8,10 @@ module.exports = { }; function addAsync(app) { + app.routeAsync = function() { + return addAsync(this.route.apply(this, arguments)); + }; + app.useAsync = function() { const fn = arguments[argume...
feat: add `routeAsync()` to support chaining syntax with `getAsync()`, etc Fix #9
vkarpov15_awaitjs-express
train
26c6bd56b938b91e9ca1066ed8297c160d739961
diff --git a/react.js b/react.js index <HASH>..<HASH> 100644 --- a/react.js +++ b/react.js @@ -7,15 +7,15 @@ module.exports = { rules: { - "jsx-closing-bracket-location": "off", - "jsx-curly-spacing": "off", - "jsx-equals-spacing": "off", - "jsx-first-prop-new-line": "off", - "jsx-indent": "off", -...
Fix react rules I had forgotten to prefix them with `react/` -.- Apparently ESLint does not warn about unknown rules when they are set to `0` or `"off"`.
prettier_eslint-config-prettier
train
bbe0e553b35629d9cbe762850fcd9dcebd06f692
diff --git a/email.go b/email.go index <HASH>..<HASH> 100644 --- a/email.go +++ b/email.go @@ -242,7 +242,7 @@ func (e *Email) AttachFile(filename string) (a *Attachment, err error) { func (e *Email) msgHeaders() (textproto.MIMEHeader, error) { res := make(textproto.MIMEHeader, len(e.Headers)+4) if e.Headers != ni...
fixed MIME-Version header handling This header is now copied from the Headers field. Casing has been fixed to reflect usage.
jordan-wright_email
train
739f56d93852d9f7d2ac943b904446493abfada3
diff --git a/lib/pgsync/init.rb b/lib/pgsync/init.rb index <HASH>..<HASH> 100644 --- a/lib/pgsync/init.rb +++ b/lib/pgsync/init.rb @@ -70,11 +70,11 @@ module PgSync end def laravel? - File.exist?("artisan") + File.exist?("artisan") rescue false end def rails? - File.exist?("bin/ra...
Rescue permissions errors [skip ci]
ankane_pgsync
train
dfac6e97b28c4084e623933e46008420d92b3d33
diff --git a/lib/wool/analysis/annotations/source_location_annotation.rb b/lib/wool/analysis/annotations/source_location_annotation.rb index <HASH>..<HASH> 100644 --- a/lib/wool/analysis/annotations/source_location_annotation.rb +++ b/lib/wool/analysis/annotations/source_location_annotation.rb @@ -31,9 +31,9 @@ module ...
Refactored the backtracking/forwardtracking helper methods to be pure functions.
michaeledgar_laser
train
8f035237adb667caf5f268efc52e9de9e75898f6
diff --git a/fs/dir.go b/fs/dir.go index <HASH>..<HASH> 100644 --- a/fs/dir.go +++ b/fs/dir.go @@ -211,10 +211,10 @@ func (d *dir) checkInvariants() { // Check each child modification. Build a list of names we've seen while // doing so. - var childModificationsNames sort.StringSlice + var listNames sort.StringSli...
Finished dir.checkInvariants.
jacobsa_ratelimit
train
bb9332e450ebbfdd141c24ae8a37a09251fb550b
diff --git a/fireplace/carddata/minions/neutral/legendary.py b/fireplace/carddata/minions/neutral/legendary.py index <HASH>..<HASH> 100644 --- a/fireplace/carddata/minions/neutral/legendary.py +++ b/fireplace/carddata/minions/neutral/legendary.py @@ -50,6 +50,12 @@ class EX1_563(Card): spellpower = 5 +# Illidan S...
Implement Illidan Stormrage, with tests
jleclanche_fireplace
train
58231bc2d5043d470de3d96e0fb1faa03d9f2768
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -7,13 +7,14 @@ except IOError: setup( name="budget", - version="0.1.0", + version="0.0.1", description="Personal Finance", license="GPL v2.0", author="Marc Thomas", author_email = "mat@mthx.or...
Added the inclusion of non-python files into pip install
mthxx_Budget
train
7622208b8da290262dd16b465f6e754a03927333
diff --git a/bin/dolo-matlab b/bin/dolo-matlab index <HASH>..<HASH> 100755 --- a/bin/dolo-matlab +++ b/bin/dolo-matlab @@ -7,7 +7,7 @@ from dolo import __version__ parser = argparse.ArgumentParser(description='Matlab compiler') parser.add_argument('-v','--version', action='version', version=__version__) - +parser.a...
Restored computation of symbolic derivatives in matlab compiler.
EconForge_dolo
train
43a44e3cba1ef5d980647c7a4cfb33b344f91949
diff --git a/distutils/unixccompiler.py b/distutils/unixccompiler.py index <HASH>..<HASH> 100644 --- a/distutils/unixccompiler.py +++ b/distutils/unixccompiler.py @@ -365,6 +365,22 @@ class UnixCCompiler(CCompiler): data to go on: GCC seems to prefer the shared library, so assume that *all* Unix C com...
Add tests capturing failure. Ref pypa/distutils#<I>.
pypa_setuptools
train
b0ca2a4e87c4200e9518a8f8a2e34e8342b7bc74
diff --git a/base/CrudController.php b/base/CrudController.php index <HASH>..<HASH> 100644 --- a/base/CrudController.php +++ b/base/CrudController.php @@ -6,6 +6,7 @@ use extpoint\yii2\widgets\ActiveForm; use Yii; use yii\data\ActiveDataProvider; use yii\helpers\ArrayHelper; +use yii\helpers\Inflector; use yii\web\...
fix controller id in crud controller + fix render gridview filters
ExtPoint_yii2-core
train
d07d933bec71675138a73ba53771c45c4f545801
diff --git a/server/auth/sso/sso.go b/server/auth/sso/sso.go index <HASH>..<HASH> 100644 --- a/server/auth/sso/sso.go +++ b/server/auth/sso/sso.go @@ -264,7 +264,14 @@ func (s *sso) HandleCallback(w http.ResponseWriter, r *http.Request) { Secure: s.secure, }) redirect := s.baseHRef - if cookie.Value != "" { + ...
require sso redirect url to be an argo url (#<I>)
argoproj_argo
train
d47bc09d502da7d32bdf1e32c5390e1f395354bb
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ import versioneer if sys.version_info < (3, 6): error = """ andes does not support Python <= {0}.{1}. -Python 3.7 and above is required. Check your Python version like so: +Python 3.6 and above is required....
Updated project description in setup.py
cuihantao_andes
train
92fb0df04b5b0e31aa554c7f0ef621d553d135a2
diff --git a/src/Loader.js b/src/Loader.js index <HASH>..<HASH> 100644 --- a/src/Loader.js +++ b/src/Loader.js @@ -72,14 +72,6 @@ function Loader(baseUrl, concurrency) { this._boundLoadResource = this._loadResource.bind(this); /** - * The `_onLoad` function bound with this object context. - * - ...
fix some issues caused by abort changes
englercj_resource-loader
train
e62852ef66eb4feeb03878b162bdcff9b066a95f
diff --git a/src/main/java/io/lettuce/core/protocol/ChannelLogDescriptor.java b/src/main/java/io/lettuce/core/protocol/ChannelLogDescriptor.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/lettuce/core/protocol/ChannelLogDescriptor.java +++ b/src/main/java/io/lettuce/core/protocol/ChannelLogDescriptor.java @@ -1...
Align log prefix for CommandHandler and ConnectionWatchdog #<I> Motivation: Debug log of CommandHandler and ConnectionWatchdog is hard to read because the log prefix varies between CommandHandler and ConnectionWatchdog.
lettuce-io_lettuce-core
train
531d7e38efb7ab6fd7f3641a49b0b9cad50a87af
diff --git a/utils_morphometrics.py b/utils_morphometrics.py index <HASH>..<HASH> 100644 --- a/utils_morphometrics.py +++ b/utils_morphometrics.py @@ -1,4 +1,59 @@ +def apply_mods(mass_kg, dens_kgm3, mod_type, n_mods, length=None, girth=None, + dsw_kgm3=1028.0): + '''Estimate change in buoyancy with floats ...
added apply_mods(), total_buoyancy() routines, changed dsw and others to units kg/m^3
ryanjdillon_pyotelem
train
7dc3231119bae0399b1b8f197e5d79650dc24019
diff --git a/spyder/plugins/ipythonconsole/plugin.py b/spyder/plugins/ipythonconsole/plugin.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/ipythonconsole/plugin.py +++ b/spyder/plugins/ipythonconsole/plugin.py @@ -443,7 +443,7 @@ class IPythonConsole(SpyderDockablePlugin): Notes ----- - ...
IPython console: Remove missing word in docstring
spyder-ide_spyder
train
c18b5bd3398296bcc43ca9281da58cc2f901b91c
diff --git a/lib/instance/cook/cook.rb b/lib/instance/cook/cook.rb index <HASH>..<HASH> 100644 --- a/lib/instance/cook/cook.rb +++ b/lib/instance/cook/cook.rb @@ -94,6 +94,7 @@ module RightScale EM.run do begin AuditStub.instance.init(options) + check_for_missing_inputs(bundle) ...
acu<I> check for missing inputs before operational recipes execution
rightscale_right_link
train
971a5ebd63306dc7dd6e8575020cf2a4bce1e119
diff --git a/test_cookies.py b/test_cookies.py index <HASH>..<HASH> 100644 --- a/test_cookies.py +++ b/test_cookies.py @@ -418,8 +418,7 @@ class TestDefinitions(object): for c in "123456789": assert not match(c) assert match("Max-Age=%s" % c) - assert not match("Max-Age=0") - ...
update max_age_av test to allow leading 0
sashahart_cookies
train
00861bb7c740517d9aeec32541ffeb38646178fa
diff --git a/assets/angular/stream.js b/assets/angular/stream.js index <HASH>..<HASH> 100644 --- a/assets/angular/stream.js +++ b/assets/angular/stream.js @@ -9,10 +9,11 @@ Rapidoid.plugin(function(app) { this.lastId = ''; this.dataUrl = dataUrl; this.cols = 1; + this.r...
Stopping the infinite stream when no data is available anymore.
rapidoid_rapidoid
train
f6262eb2f688f4953980f8193dcaa4a7bc2018cd
diff --git a/test/erratic_autopath_test.go b/test/erratic_autopath_test.go index <HASH>..<HASH> 100644 --- a/test/erratic_autopath_test.go +++ b/test/erratic_autopath_test.go @@ -14,7 +14,7 @@ func setupProxyTargetCoreDNS(t *testing.T, fn func(string)) { if err != nil { t.Fatal(err) } - defer os.Remove(tmpdir) +...
cleanup tempfiles for erratic_autopath_test (#<I>)
coredns_coredns
train
677f54c0a242e359e019a8446906f97587ccf4fe
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -183,7 +183,10 @@ setup( name="splunk-sdk", - packages = ["splunklib"], + packages = ["splunklib", + "splunklib.modularinput", + "splunklib.searchcommands", + "splunk...
Add missing packages to setup.py.
splunk_splunk-sdk-python
train
0c7e80ceeb7cf874286dbd6a48efc46fc6fe955f
diff --git a/src/main/java/com/couchbase/lite/replicator/ChangeTracker.java b/src/main/java/com/couchbase/lite/replicator/ChangeTracker.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/couchbase/lite/replicator/ChangeTracker.java +++ b/src/main/java/com/couchbase/lite/replicator/ChangeTracker.java @@ -442,7 +44...
Issue #<I> - fix the way that filterparams were treated <URL>
couchbase_couchbase-lite-java-core
train
4e833d2429b56d3be081b5c5331f8bc8434b6c49
diff --git a/public/js/editors/panel.js b/public/js/editors/panel.js index <HASH>..<HASH> 100644 --- a/public/js/editors/panel.js +++ b/public/js/editors/panel.js @@ -435,7 +435,7 @@ Panel.prototype = { editor.setCursor({ line: (sessionStorage.getItem('line') || blank || 0) * 1, ch: (sessionStorage.getIt...
Wait a little longer to set panel & editor focus
jsbin_jsbin
train
aa0f99d8dc6da26839f073e8d665fcecb04d78bc
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Follow these simple steps to create a gem and install it git clone git://github.com/katta/fakerest.git cd fakerest - rake + rake package gem install pkg/fakerest-0.0.1.gem Once ...
added mocking library and tests for user requests response body
katta_fakerest
train
448977981efa2c45b0cb4e0eb2777cca49053ac8
diff --git a/src/components/pickers/mixins/date-table.js b/src/components/pickers/mixins/date-table.js index <HASH>..<HASH> 100644 --- a/src/components/pickers/mixins/date-table.js +++ b/src/components/pickers/mixins/date-table.js @@ -53,10 +53,8 @@ export default { 0 ).getDate() - const day = ne...
fixed bug where VDatePicker would place dates on incorrect weekdays (#<I>)
vuetifyjs_vuetify
train
e88f56aeca37efc9f6d8517e1910ab8987bfd361
diff --git a/Model/ImportExport/Import/SampleFile.php b/Model/ImportExport/Import/SampleFile.php index <HASH>..<HASH> 100644 --- a/Model/ImportExport/Import/SampleFile.php +++ b/Model/ImportExport/Import/SampleFile.php @@ -113,6 +113,7 @@ class SampleFile $defaultData ); + // Create a tre...
[<I>] Add a comment to import sample file model nodes data method
SnowdogApps_magento2-menu
train
a33ecd14480f0f482354ef462bf19172bf2440d2
diff --git a/pycdlib/pycdlib.py b/pycdlib/pycdlib.py index <HASH>..<HASH> 100644 --- a/pycdlib/pycdlib.py +++ b/pycdlib/pycdlib.py @@ -683,42 +683,6 @@ def _create_ptr(vd): vd.root_directory_record().set_ptr(ptr) -def _full_path_from_dirrecord(rec, use_rr): - ''' - An internal function to create the full...
Improve full_path_from_dirrecord. Remove the unnecessary indirection to a function, and allow it to return the rock ridge version of the path instead. Also add tests for all of this.
clalancette_pycdlib
train
1aa923929ab8d742ed1fac3f528704787059f662
diff --git a/blueprints/initializer-test/mocha-rfc-232-files/__root__/__testType__/__path__/__name__-test.js b/blueprints/initializer-test/mocha-rfc-232-files/__root__/__testType__/__path__/__name__-test.js index <HASH>..<HASH> 100644 --- a/blueprints/initializer-test/mocha-rfc-232-files/__root__/__testType__/__path__/...
Fix initializer blueprint for ember-mocha <I> The previous PR #<I> and its last-minute change to remove `setupTest()` introduced a very stupid error! 🤦‍♂️
emberjs_ember.js
train
a1d6165763eed6a2c4c241912efd1638f61f6979
diff --git a/lib/params.js b/lib/params.js index <HASH>..<HASH> 100644 --- a/lib/params.js +++ b/lib/params.js @@ -62,7 +62,7 @@ module.exports = function (program) { { name: 'packageName', type: 'input', - message: "Please enter your app's package name (name of your exe): ", + me...
Clarified input for "package name" I entered "MyApp.exe" and wondered why it failed - went through the error message and deduced that it probably should be without the ".exe". Hope this prevents others from doing the same mistake as I did.
felixrieseberg_electron-windows-store
train
48ad2f40b575b72b674f63c19921ad306cecc8d6
diff --git a/doc/source/whatsnew/v0.19.0.txt b/doc/source/whatsnew/v0.19.0.txt index <HASH>..<HASH> 100644 --- a/doc/source/whatsnew/v0.19.0.txt +++ b/doc/source/whatsnew/v0.19.0.txt @@ -1507,7 +1507,7 @@ Bug Fixes - Bug in ``Series`` and ``Index`` comparison may output incorrect result if it contains ``NaT`` with ``o...
BUG: add check for infinity in __call__ of EngFormatter EngFormatter throws an exception if passed 'inf' as below. This patch checks for infinity and just returns 'inf' in that case. xref #<I>
pandas-dev_pandas
train
b96f176cc1afa11792256815195449a3228a3839
diff --git a/lib/toml-rb/dumper.rb b/lib/toml-rb/dumper.rb index <HASH>..<HASH> 100644 --- a/lib/toml-rb/dumper.rb +++ b/lib/toml-rb/dumper.rb @@ -93,12 +93,12 @@ module TomlRB obj.strftime("%Y-%m-%dT%H:%M:%SZ") elsif obj.is_a?(Date) obj.strftime("%Y-%m-%d") - elsif obj.is_a? Regexp + ...
Fix linter and sytle-inconsistency.
emancu_toml-rb
train
0e2280c07f84fe4245719425744aca721cf12ce8
diff --git a/lib/manager/npm/post-update/lerna.js b/lib/manager/npm/post-update/lerna.js index <HASH>..<HASH> 100644 --- a/lib/manager/npm/post-update/lerna.js +++ b/lib/manager/npm/post-update/lerna.js @@ -34,10 +34,10 @@ async function generateLockFiles( logger.debug('Using lerna version ' + lernaVersion); ...
fix(npm): better skipInstalls check
renovatebot_renovate
train
8ffe7b95024fd2062f5a930f81371210be80b4cb
diff --git a/serveit/server.py b/serveit/server.py index <HASH>..<HASH> 100644 --- a/serveit/server.py +++ b/serveit/server.py @@ -9,6 +9,26 @@ from .log_utils import get_logger logger = get_logger(__name__) +def exception_log_and_respond(exception, logger, message, status_code): + """Log an error and send json...
Add exception handling for data loading errors Also expands logging and response details for exception responses
rtlee9_serveit
train
d1f7c1bd8cb75e0fe8f9b10bed8d111861d05680
diff --git a/src/main/java/org/primefaces/component/confirmdialog/ConfirmDialogRenderer.java b/src/main/java/org/primefaces/component/confirmdialog/ConfirmDialogRenderer.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/primefaces/component/confirmdialog/ConfirmDialogRenderer.java +++ b/src/main/java/org/primefa...
Added visible attribute and behavior to confirm dialog.
primefaces_primefaces
train
44dbe547d9e55d58780eb0a475791d44b66d719f
diff --git a/core/core-impl/src/main/java/org/project/neutrino/nfvo/core/core/ResourceManagement.java b/core/core-impl/src/main/java/org/project/neutrino/nfvo/core/core/ResourceManagement.java index <HASH>..<HASH> 100644 --- a/core/core-impl/src/main/java/org/project/neutrino/nfvo/core/core/ResourceManagement.java +++ ...
refactored by restructuring of vim interfaces
openbaton_openbaton-client
train
7103abbd9c3749df0e5d994003a5428e9aa7b013
diff --git a/src/Renderer/Rich.php b/src/Renderer/Rich.php index <HASH>..<HASH> 100644 --- a/src/Renderer/Rich.php +++ b/src/Renderer/Rich.php @@ -67,7 +67,6 @@ class Kint_Renderer_Rich extends Kint_Renderer private static $been_run = false; private $mod_return = false; - private $mod_clean = false; ...
Renderer_Rich: Remove mod_clean code If you use @ and - together your return will be cast to an int so this is essentially useless code
kint-php_kint
train
a0648e7d202a68d31d6307b7abbc65edea6cb5c9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -3,11 +3,11 @@ tmtoolkit setuptools based setup module """ from setuptools import setup - +import tmtoolkit setup( - name='tmtoolkit', - version='0.5.0', + name=tmtoolkit.__title__, + version=tmtoolkit.__ver...
set to devel. version update setup
WZBSocialScienceCenter_tmtoolkit
train
a1f7ac811cb424eeb4344c627f9251c086864105
diff --git a/tests/unit_mambustruct.py b/tests/unit_mambustruct.py index <HASH>..<HASH> 100644 --- a/tests/unit_mambustruct.py +++ b/tests/unit_mambustruct.py @@ -1375,7 +1375,7 @@ class MambuStructConnectTests(unittest.TestCase): from MambuPy.rest import mambuclient, mambuuser -class mambustructFunctionTests(unit...
Change name class for to match with the regular expression
jstitch_MambuPy
train
e8c6d0079140641e75ce6603b30b08ba53642ff2
diff --git a/redisson/src/main/java/org/redisson/command/RedisExecutor.java b/redisson/src/main/java/org/redisson/command/RedisExecutor.java index <HASH>..<HASH> 100644 --- a/redisson/src/main/java/org/redisson/command/RedisExecutor.java +++ b/redisson/src/main/java/org/redisson/command/RedisExecutor.java @@ -505,7 +50...
Use connection pool optimization only if size less than <I> connections.
redisson_redisson
train
f90b22b67d98605a3a774ff679f80a8dc50a1cf2
diff --git a/liberty-maven-plugin/src/main/java/net/wasdev/wlp/maven/plugins/applications/InstallAppMojoSupport.java b/liberty-maven-plugin/src/main/java/net/wasdev/wlp/maven/plugins/applications/InstallAppMojoSupport.java index <HASH>..<HASH> 100644 --- a/liberty-maven-plugin/src/main/java/net/wasdev/wlp/maven/plugins...
war file name from liberty-assembly
WASdev_ci.maven
train
77e2d2b6c4cd76792c6cf4e93fc506eb906c552f
diff --git a/src/main/java/org/javamoney/moneta/ExchangeRateBuilder.java b/src/main/java/org/javamoney/moneta/ExchangeRateBuilder.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/javamoney/moneta/ExchangeRateBuilder.java +++ b/src/main/java/org/javamoney/moneta/ExchangeRateBuilder.java @@ -19,9 +19,7 @@ import ...
Update ExchangeRateBuilder.java @deprecated in JavaDoc is enough
JavaMoney_jsr354-ri
train
36ea8e6a3bb75753dd64032d1a8ebff0ffcdca68
diff --git a/railties/lib/rails/generators/rails/app/app_generator.rb b/railties/lib/rails/generators/rails/app/app_generator.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/generators/rails/app/app_generator.rb +++ b/railties/lib/rails/generators/rails/app/app_generator.rb @@ -351,7 +351,6 @@ module Rails ...
return argv from the insert method
rails_rails
train
677d4d6dbcca5263326eaa1f52e9fb16e156b7b8
diff --git a/test/e2e/e2e.go b/test/e2e/e2e.go index <HASH>..<HASH> 100644 --- a/test/e2e/e2e.go +++ b/test/e2e/e2e.go @@ -22,6 +22,7 @@ import ( "os" "path" "strings" + "sync" "testing" "time" @@ -189,12 +190,54 @@ var _ = ginkgo.SynchronizedBeforeSuite(func() []byte { }) +type CleanupActionHandle *in...
e2e: Call AfterEach handlers in case of an abort I was tired of aborted tests leaving debris in my cluster.
kubernetes_kubernetes
train
70f9d038c7ac52a4a20fa532d8715f9e3c106bdc
diff --git a/src/com/google/javascript/jscomp/SymbolTable.java b/src/com/google/javascript/jscomp/SymbolTable.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/SymbolTable.java +++ b/src/com/google/javascript/jscomp/SymbolTable.java @@ -761,7 +761,7 @@ public final class SymbolTable { // let ...
Remove symbols that represent goog.module calls and span the whole file. They aren't useful for indexing as they don't provide additional info. Instead they throw off some static analysis tooling. Tested: existing tests PiperOrigin-RevId: <I>
google_closure-compiler
train
df233b8dc9ca52c2018f8e865b4176934e2f3645
diff --git a/hangups/channel.py b/hangups/channel.py index <HASH>..<HASH> 100644 --- a/hangups/channel.py +++ b/hangups/channel.py @@ -5,6 +5,11 @@ Engine Channel. The source for the JavaScript client appears to be available in closure-library as "webchannel": https://github.com/google/closure-library/tree/master...
Add a few more comments to channel.py
tdryer_hangups
train
efcfa71f02ad7515840562842399c761089a3144
diff --git a/src/plugins/XHRUpload.js b/src/plugins/XHRUpload.js index <HASH>..<HASH> 100644 --- a/src/plugins/XHRUpload.js +++ b/src/plugins/XHRUpload.js @@ -22,6 +22,7 @@ module.exports = class XHRUpload extends Plugin { responseUrlFieldName: 'url', bundle: true, headers: {}, + timeout: 30 *...
xhrupload: stop trying to upload if it stalled
transloadit_uppy
train
f6e1645efb4d999dcde1bfea0f72a6f7f7af07f2
diff --git a/packages/storage/rollup.config.exp.js b/packages/storage/rollup.config.exp.js index <HASH>..<HASH> 100644 --- a/packages/storage/rollup.config.exp.js +++ b/packages/storage/rollup.config.exp.js @@ -31,6 +31,8 @@ const deps = [ '@firebase/app' ]; +const nodeDeps = [...deps, 'util']; + const es5Plugin...
fix storage node build (#<I>)
firebase_firebase-js-sdk
train
7a386a01bbe19392b78694d8afca69474e224921
diff --git a/classes/ValidFormBuilder/Textarea.php b/classes/ValidFormBuilder/Textarea.php index <HASH>..<HASH> 100644 --- a/classes/ValidFormBuilder/Textarea.php +++ b/classes/ValidFormBuilder/Textarea.php @@ -108,7 +108,14 @@ class Textarea extends Element $varValue = $this->__getValue($submitted, $intCount)...
Started removeLabel implementation for dynamic textareas
validformbuilder_validformbuilder
train
0ca5ac3254ad286445d6ddc0ebc7d481de903ed9
diff --git a/src/Valkyrja/Console/Kernels/Kernel.php b/src/Valkyrja/Console/Kernels/Kernel.php index <HASH>..<HASH> 100644 --- a/src/Valkyrja/Console/Kernels/Kernel.php +++ b/src/Valkyrja/Console/Kernels/Kernel.php @@ -16,6 +16,7 @@ namespace Valkyrja\Console\Kernels; use Throwable; use Valkyrja\Application\Applicati...
Only set exitCode to failure upon an exception/throwable catch.
valkyrjaio_valkyrja
train
62306de87f4468c26de84bb135307a51d3606b00
diff --git a/src/main/java/org/java_websocket/server/WebSocketServer.java b/src/main/java/org/java_websocket/server/WebSocketServer.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/java_websocket/server/WebSocketServer.java +++ b/src/main/java/org/java_websocket/server/WebSocketServer.java @@ -325,6 +325,7 @@ p...
Fixed fatal error in buffer management which could cause buffers to be used more than once at the time resulting in strange protocol errors.
TooTallNate_Java-WebSocket
train
aba7e4c25aae9a561cf4be4a90ecba8e449e8af1
diff --git a/domt.js b/domt.js index <HASH>..<HASH> 100644 --- a/domt.js +++ b/domt.js @@ -58,13 +58,39 @@ Filters.prototype.unesc = function(val) { Filters.prototype.json = function(val) { return JSON.stringify(val); }; -Filters.prototype.no = function(val) { - if (val == null) return ""; +Filters.prototype.int = ...
Some new, hopefully clearer, filters
kapouer_domt
train
7d5bdddaa639a4f2588111f2d5cc937f7ffd8da4
diff --git a/packages/@uppy/url/src/index.js b/packages/@uppy/url/src/index.js index <HASH>..<HASH> 100644 --- a/packages/@uppy/url/src/index.js +++ b/packages/@uppy/url/src/index.js @@ -150,11 +150,12 @@ module.exports = class Url extends Plugin { .then((tagFile) => { this.uppy.log('[Url] Adding remote...
return fileId or error in plugin.addFile (#<I>) In the case of an invalid URL, this is no proper way to handle an error. `uppy.state.info` only show the error without any info that due to which URL error was thrown. So returning the error or file so it can be handled as need. throwing the error will not be backward ...
transloadit_uppy
train
122a21a53ab19704e58a5a041177faf8f357ac5b
diff --git a/allennlp/training/tensorboard_writer.py b/allennlp/training/tensorboard_writer.py index <HASH>..<HASH> 100644 --- a/allennlp/training/tensorboard_writer.py +++ b/allennlp/training/tensorboard_writer.py @@ -141,7 +141,7 @@ class TensorboardWriter: def log_metrics(self, train_metric...
changed log-to-console flags (#<I>)
allenai_allennlp
train
b74761b52daec5a09734a66c63cc2989b7b055af
diff --git a/salt/modules/status.py b/salt/modules/status.py index <HASH>..<HASH> 100644 --- a/salt/modules/status.py +++ b/salt/modules/status.py @@ -339,6 +339,7 @@ def meminfo(): def cpuinfo(): ''' + ..versionchanged:: 2016.3.2 Return the CPU info for this minion CLI Example: @@ -367,7 +368,7 ...
make status.cpuinfo support Solaris like platforms and OpenBSD
saltstack_salt
train
474bad4698416bf14df79011815c5bf3f5aa59d4
diff --git a/grade/report/grader/index.php b/grade/report/grader/index.php index <HASH>..<HASH> 100644 --- a/grade/report/grader/index.php +++ b/grade/report/grader/index.php @@ -58,20 +58,28 @@ function grader_report_print_toggle($type, $baseurl, $return=false) { } -/// processing posted grades here +/// processi...
MDL-<I> Enabling multiple feedback and grades update. Feedbacks now working, but grades don't (at least scales don't)
moodle_moodle
train
516ea29079c51b8c59c393b7419abe212349fb1b
diff --git a/Symfony/CS/Tests/Fixer/PSR2/BracesFixerTest.php b/Symfony/CS/Tests/Fixer/PSR2/BracesFixerTest.php index <HASH>..<HASH> 100644 --- a/Symfony/CS/Tests/Fixer/PSR2/BracesFixerTest.php +++ b/Symfony/CS/Tests/Fixer/PSR2/BracesFixerTest.php @@ -1076,10 +1076,7 @@ if (true) { }', ), arra...
BracesFixerTest - no \n line in \r\n test
FriendsOfPHP_PHP-CS-Fixer
train
f8482ae258381e4367ccc297370830a9c53de958
diff --git a/packages/core-js/internals/define-built-in-accessor.js b/packages/core-js/internals/define-built-in-accessor.js index <HASH>..<HASH> 100644 --- a/packages/core-js/internals/define-built-in-accessor.js +++ b/packages/core-js/internals/define-built-in-accessor.js @@ -2,7 +2,7 @@ var makeBuiltIn = require('.....
simplify `define-built-in-accessor`
zloirock_core-js
train
82cf41c742d13b82a8929920aa5975b61a0c56fb
diff --git a/lib/big_brother/node.rb b/lib/big_brother/node.rb index <HASH>..<HASH> 100644 --- a/lib/big_brother/node.rb +++ b/lib/big_brother/node.rb @@ -17,8 +17,9 @@ module BigBrother def monitor(cluster) new_weight = _determine_weight(cluster) + return unless cluster.monitored? if new_weig...
do not update the weight of a node if its cluster is no longer monitored.
braintree_big_brother
train
b1a6718cdb4ddf79d692be238b5d3bf47dcdcd41
diff --git a/src/nu/validator/datatype/IntegrityMetadata.java b/src/nu/validator/datatype/IntegrityMetadata.java index <HASH>..<HASH> 100644 --- a/src/nu/validator/datatype/IntegrityMetadata.java +++ b/src/nu/validator/datatype/IntegrityMetadata.java @@ -37,7 +37,7 @@ public final class IntegrityMetadata extends Abstra...
Fix regular expression of the hash-expression/hash-source.
validator_validator
train
cba58bffc4d063803463c325054742ed51739c8e
diff --git a/jptsmeta.py b/jptsmeta.py index <HASH>..<HASH> 100644 --- a/jptsmeta.py +++ b/jptsmeta.py @@ -578,9 +578,18 @@ class JPTSMeta(object): def getRelatedArticle(self): """ - - """ - return None + <related-article> is an optional element, 0 or more, within + <...
getRelatedArticle() now includes a docstring with some explanation about how it may be handled. It collects the nodes into a list but does no processing
SavinaRoja_OpenAccess_EPUB
train
2c7af58bb1f069361e6d6b3affd4ad5d488def24
diff --git a/library/CM/Util.php b/library/CM/Util.php index <HASH>..<HASH> 100644 --- a/library/CM/Util.php +++ b/library/CM/Util.php @@ -41,7 +41,7 @@ class CM_Util { } $value = get_class($argument); if ($argument instanceof CM_Model_Abstract) { - $value .= '(' . ...
Don't assume that model has id, some don't
cargomedia_cm
train
f325b409aa247308d82af9964d6f4b717d393bd3
diff --git a/lib/puppet/util/network_device/cisco/device.rb b/lib/puppet/util/network_device/cisco/device.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/util/network_device/cisco/device.rb +++ b/lib/puppet/util/network_device/cisco/device.rb @@ -70,7 +70,8 @@ class Puppet::Util::NetworkDevice::Cisco::Device < Puppet::...
Fix #<I> - GigabitEthernet/TenGigabitEthernet are uncorrectly parsed The interface name abbreviation to canonical name doesn't return the correct name for GigabitEthernet and doesn't support TenGigabitEthernet interfaces.
puppetlabs_puppet
train
44755527b7ba00b5df1391f999ddc31c8f504d96
diff --git a/pymc/tests/test_distributions.py b/pymc/tests/test_distributions.py index <HASH>..<HASH> 100644 --- a/pymc/tests/test_distributions.py +++ b/pymc/tests/test_distributions.py @@ -54,10 +54,25 @@ Vec2small = Domain([ ], edges = ([ -25, -25], [25, 25])) -PdMatrix = Domain([ +Vec3small = Domain([ ...
worked out bugs in mv test
pymc-devs_pymc
train
3a202c49e3fcf44dafa637dc123e943a740a83b9
diff --git a/lib/lobot/cli.rb b/lib/lobot/cli.rb index <HASH>..<HASH> 100644 --- a/lib/lobot/cli.rb +++ b/lib/lobot/cli.rb @@ -23,9 +23,9 @@ module Lobot desc "create", "Create a new Lobot server using EC2" def create server = amazon.with_key_pair(lobot_config.server_ssh_pubkey) do |keypair_name| - ...
Added 'security_group' to cli
pivotal-legacy_lobot
train
651c7106b24a3503c1225ad15445f1ac58b0ba7e
diff --git a/conn_test.go b/conn_test.go index <HASH>..<HASH> 100644 --- a/conn_test.go +++ b/conn_test.go @@ -38,6 +38,72 @@ func TestConn_Create(t *testing.T) { m.AssertExpectations(t) } +func TestConn_DestroyOne(t *testing.T) { + assert2 := assert.New(t) + + m := new(queryMock) + + data := []byte{ + 0x02, 0x00...
Add some tests and fix broken code along the way
digineo_go-ipset
train
01711bbb8e1d6a09c9b68780c556c1fe4dcfae8b
diff --git a/Bundle/BusinessEntityBundle/EventSubscriber/BusinessEntitySubscriber.php b/Bundle/BusinessEntityBundle/EventSubscriber/BusinessEntitySubscriber.php index <HASH>..<HASH> 100644 --- a/Bundle/BusinessEntityBundle/EventSubscriber/BusinessEntitySubscriber.php +++ b/Bundle/BusinessEntityBundle/EventSubscriber/Bu...
Update ViewReference for translatable class instead of translation class
Victoire_victoire
train
0c68841572069eacb10caa2fcffa109b0de9d381
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ setup( packages = find_packages("src"), package_dir = {'': 'src'}, provides = ['pymlab'], + install_requires = [ 'hidapi' ] keywords = 'TWI IIC I2C USB sensors drivers', lice...
Dependency for hidapi was added to setup.py
MLAB-project_pymlab
train
dc30156fb811eca35d50607b84205eab3c1d0c5c
diff --git a/test/e2e/common/pods.go b/test/e2e/common/pods.go index <HASH>..<HASH> 100644 --- a/test/e2e/common/pods.go +++ b/test/e2e/common/pods.go @@ -901,27 +901,23 @@ var _ = framework.KubeDescribe("Pods", func() { } ginkgo.By("creating a Pod with a static label") _, err := f.ClientSet.CoreV1().Pods(test...
Update error handling formatting, handling of type conversion in watch event loop
kubernetes_kubernetes
train
0d4bf94017ae418d299ae67dff492b929fc6f35c
diff --git a/src/Psalm/Type/Union.php b/src/Psalm/Type/Union.php index <HASH>..<HASH> 100644 --- a/src/Psalm/Type/Union.php +++ b/src/Psalm/Type/Union.php @@ -94,6 +94,9 @@ class Union public function __toString() { + if (empty($this->types)) { + return ''; + } $s = ''; ...
Return an empty string on magic __toString method We can't throw exceptions here, due to engine constraints.
vimeo_psalm
train
21e0f2b77583bd0994bb1a2584029aca38191ab5
diff --git a/History.md b/History.md index <HASH>..<HASH> 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,6 @@ ## [Git master](https://github.com/cucumber/cucumber-jvm/compare/v1.0.0.RC20...master) +* [Core] Wrong message when runner on a non existing tag on feature ([#245](https://github.com/cucumber/cucumber-j...
Better error message when filters are too strict. Closes #<I>.
cucumber_cucumber-jvm
train
250d2e6fbe0894e40621f851d1f65ff1ae1308d7
diff --git a/ioc_writer/ioc_api.py b/ioc_writer/ioc_api.py index <HASH>..<HASH> 100644 --- a/ioc_writer/ioc_api.py +++ b/ioc_writer/ioc_api.py @@ -128,7 +128,7 @@ class IOC(object): # parameters node is not required by schema; but we add it if it is not present parameters_node = ioc_et.make_pa...
Remove extraneous parens
mandiant_ioc_writer
train
7d3dae7ccc7a83842a1d1103e373a00629c00b67
diff --git a/luigi/contrib/s3.py b/luigi/contrib/s3.py index <HASH>..<HASH> 100644 --- a/luigi/contrib/s3.py +++ b/luigi/contrib/s3.py @@ -388,17 +388,29 @@ class S3Client(FileSystem): # download the file self.s3.meta.client.download_file(bucket, key, destination_local_path) - def get_as_string(s...
S3Client improvements (#<I>) * introduced new method get_as_bytes optional arg for get_as_string * added test * added docstring
spotify_luigi
train
8873c2c96fb2ec233d55ada3f538fe2183172de4
diff --git a/wayback-webapp/src/main/webapp/replay/client-rewrite.js b/wayback-webapp/src/main/webapp/replay/client-rewrite.js index <HASH>..<HASH> 100644 --- a/wayback-webapp/src/main/webapp/replay/client-rewrite.js +++ b/wayback-webapp/src/main/webapp/replay/client-rewrite.js @@ -17,10 +17,12 @@ function xLateUrl(aCo...
BUGFIX: check that urls have not already been rewritten(on the server, for example) before rewriting. git-svn-id: <URL>
iipc_openwayback
train
79c339ee295c8b41dd0bbbb814edf0660d6723bc
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,8 @@ VERSION = pyramid.__version__ # get the installation requirements: with open('requirements.txt') as req: - REQUIREMENTS = req.read().split(os.linesep) + REQUIREMENTS = [l for l in req.read().split(os.l...
Is requirements.txt order sensitive?
tgsmith61591_pmdarima
train
decaeb5d8dc1b4f5cb9064a5a05bf214ab58f6b2
diff --git a/polyaxon/api/versions/views.py b/polyaxon/api/versions/views.py index <HASH>..<HASH> 100644 --- a/polyaxon/api/versions/views.py +++ b/polyaxon/api/versions/views.py @@ -1,6 +1,6 @@ -from rest_framework.generics import RetrieveAPIView from rest_framework.response import Response +from api.endpoint.base ...
Update versions' apis with new endpoint
polyaxon_polyaxon
train
31b508cc9f9d7419de9d834c8859c639dee6df9b
diff --git a/source/org/jivesoftware/smack/XMPPConnection.java b/source/org/jivesoftware/smack/XMPPConnection.java index <HASH>..<HASH> 100644 --- a/source/org/jivesoftware/smack/XMPPConnection.java +++ b/source/org/jivesoftware/smack/XMPPConnection.java @@ -562,6 +562,19 @@ public class XMPPConnection { } ...
1. Closes reader and writer when the connection is closed. SMACK-<I> 2. Closes reader and writer and shuts down PacketReader and PacketWriter if an exception occurs while initializing the connection. SMACK-<I> git-svn-id: <URL>
igniterealtime_Smack
train