hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
6565c16be471c2024ea44db110ad642791509534
diff --git a/tests/unit/utils/test_ssdp.py b/tests/unit/utils/test_ssdp.py index <HASH>..<HASH> 100644 --- a/tests/unit/utils/test_ssdp.py +++ b/tests/unit/utils/test_ssdp.py @@ -15,6 +15,7 @@ from tests.support.mock import ( import salt.exceptions import salt.state from salt.utils import ssdp +import datetime tr...
Add unit test for outdated timestamp at no reply
saltstack_salt
train
e0bc8630a07c35b40bfedc41a2c4c7839cbd5f33
diff --git a/estnltk/taggers/morph_analysis/userdict_tagger.py b/estnltk/taggers/morph_analysis/userdict_tagger.py index <HASH>..<HASH> 100644 --- a/estnltk/taggers/morph_analysis/userdict_tagger.py +++ b/estnltk/taggers/morph_analysis/userdict_tagger.py @@ -158,9 +158,11 @@ class UserDictTagger(Retagger): ...
Updated DeprecationWarnings in UserDictTagger
estnltk_estnltk
train
a775866a401c3e4ec15dcc366c1a6fbe3e5c3b9f
diff --git a/telluric/georaster.py b/telluric/georaster.py index <HASH>..<HASH> 100644 --- a/telluric/georaster.py +++ b/telluric/georaster.py @@ -878,7 +878,7 @@ class GeoRaster2(WindowMethodsMixin, _Raster): os.makedirs(folder, exist_ok=True) internal_mask = kwargs.get('GDAL_TIFF_INTERNAL_MASK...
Preserve nodata value while saving raster
satellogic_telluric
train
7d8e7cbc25a0f2c510e472d8ed17876c3d951511
diff --git a/src/JsonLd/Context.php b/src/JsonLd/Context.php index <HASH>..<HASH> 100644 --- a/src/JsonLd/Context.php +++ b/src/JsonLd/Context.php @@ -141,6 +141,9 @@ class Context case 'contact_point': return new ContextTypes\ContactPoint($data); break; + case ...
add creative work as a valid context type
Torann_json-ld
train
b99075469f6f2623aeb9126df7a5b70b353e9900
diff --git a/public/javascript/pump/view.js b/public/javascript/pump/view.js index <HASH>..<HASH> 100644 --- a/public/javascript/pump/view.js +++ b/public/javascript/pump/view.js @@ -557,40 +557,22 @@ "click #post-picture-button": "postPictureModal" }, postNoteModal: function() { - ...
Quicker startup for posting modals
pump-io_pump.io
train
4f719af68f3f33d7f1b2b9b00d24972e30721509
diff --git a/src/main/java/io/fabric8/maven/docker/log/DefaultLogCallback.java b/src/main/java/io/fabric8/maven/docker/log/DefaultLogCallback.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/fabric8/maven/docker/log/DefaultLogCallback.java +++ b/src/main/java/io/fabric8/maven/docker/log/DefaultLogCallback.java @...
Fixed trailing newlines which seems to have been addded to latest Docker log outputs
fabric8io_docker-maven-plugin
train
2c25ac69909e1f69aee2a4550ad9b298eff1adc3
diff --git a/spec/integration/cli_property_management_spec.rb b/spec/integration/cli_property_management_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/cli_property_management_spec.rb +++ b/spec/integration/cli_property_management_spec.rb @@ -5,7 +5,7 @@ describe 'Bosh::Spec::IntegrationTest::CliUsage prope...
[#<I>] Beef up integration spec to soon replace a bat spec
cloudfoundry_bosh
train
69784ae0c9610f137c55299d5f3b0bd93b08863b
diff --git a/src/php/Webforge/CmsBundle/Imagine/MetaWebPathResolver.php b/src/php/Webforge/CmsBundle/Imagine/MetaWebPathResolver.php index <HASH>..<HASH> 100644 --- a/src/php/Webforge/CmsBundle/Imagine/MetaWebPathResolver.php +++ b/src/php/Webforge/CmsBundle/Imagine/MetaWebPathResolver.php @@ -12,14 +12,18 @@ class Met...
use the arrayCache in the same locations (because of filestat in unix)
webforge-labs_cms
train
47a1d567379368deabe359af0b7d8682168baac1
diff --git a/tests/acceptance/components/flexberry-objectlistview/folv-edit-button-in-row-test.js b/tests/acceptance/components/flexberry-objectlistview/folv-edit-button-in-row-test.js index <HASH>..<HASH> 100644 --- a/tests/acceptance/components/flexberry-objectlistview/folv-edit-button-in-row-test.js +++ b/tests/acce...
Correct open editform by row button test
Flexberry_ember-flexberry
train
87ab15373e85edeca2a787f24af71d6df2fedc33
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -34,15 +34,15 @@ class bump_version(Command): self.part = part or "patch" def bumpversion(self, part, tag=False, message=None): - """ Run bumpversion.main() with the specified arguments, and return the -...
[setup.py] minor
googlefonts_ufo2ft
train
dbe963ce82e729002c48038ebb0dfabda34f783c
diff --git a/src/command.js b/src/command.js index <HASH>..<HASH> 100644 --- a/src/command.js +++ b/src/command.js @@ -6,7 +6,7 @@ const fs = require('fs'); const url = require('url'); const util = require('util'); const {querySuccessCb, queryErrorCb} = require('./callbacks.js'); -const getQueryFromTerminalUI = requ...
Allowing CLI to accept multiple user inputs (#<I>)
hasura_graphqurl
train
e81e8ad4f8a7daac9ba0b4ed2801dbdda701660b
diff --git a/pyang/plugins/tree.py b/pyang/plugins/tree.py index <HASH>..<HASH> 100644 --- a/pyang/plugins/tree.py +++ b/pyang/plugins/tree.py @@ -142,7 +142,7 @@ def print_node(s, module, fd, prefix, width): else: if s.keyword == 'leaf-list': name += '*' - elif s.keyword == 'leaf': + ...
do not mark keys as '?' in pyang -f tree
mbj4668_pyang
train
f962730f7f420573bd07201b8d19db87e1ae517c
diff --git a/lib/cancan/model_adapters/active_record_4_adapter.rb b/lib/cancan/model_adapters/active_record_4_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/cancan/model_adapters/active_record_4_adapter.rb +++ b/lib/cancan/model_adapters/active_record_4_adapter.rb @@ -18,6 +18,21 @@ module CanCan relation ...
Convert enum values to integers during comparison Fixes Issue #<I>.
CanCanCommunity_cancancan
train
eb54454c5f8bc1be0dd5adc48c9b48017f46d494
diff --git a/docs/history.rst b/docs/history.rst index <HASH>..<HASH> 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,7 +1,12 @@ Changelog ========= -3.21.2 +3.20.3 +------ + +- Catch an operational exceptions when checking if a process is still alive + +3.20.2 ------ - Catch a few operational except...
Handle FileNotFoundError when checking if a process is alive
gmr_rejected
train
9a2570d9d1d0c649d1e1ae50eafcf79a7f76b0bc
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -33,7 +33,7 @@ function SuperScript(options, callback) { this._plugins = []; this.normalize = null; this.question = null; - + Utils.mkdirSync("./plugins"); this.loadPlugins("./plugins"); this.loadPlugins(pr...
Allow empty message to continue if there is extraScope Allows bot to handle messages that are empty when cleaned, but may have data that the bot should process (e.g. images and emoji).
superscriptjs_superscript
train
4c3e01abfeebd10a828e9bfdcf6f86375171ae15
diff --git a/hypertools/plot/plot.py b/hypertools/plot/plot.py index <HASH>..<HASH> 100644 --- a/hypertools/plot/plot.py +++ b/hypertools/plot/plot.py @@ -53,7 +53,7 @@ def plot(x,*args,**kwargs): x = normalizer(x, normalize=normalize) del kwargs['normalize'] else: - x = normalizer(x, norm...
set normalize to False by default when using the hyp.plot function
ContextLab_hypertools
train
2e14634cc4d23893a4cda03d5d14db0074b3e591
diff --git a/raiden/storage/serialize.py b/raiden/storage/serialize.py index <HASH>..<HASH> 100644 --- a/raiden/storage/serialize.py +++ b/raiden/storage/serialize.py @@ -1,3 +1,9 @@ +""" This module contains logic for automatically importing modules/objects, +this means that arbitrary modules are imported and potentia...
Added documentation to the JSON encoder/decoder Extended the documentation of the JSON encoder and decoder classes, pointing out the automatic module loading and simplifing the existing code.
raiden-network_raiden
train
31e36a8f2836520f6ec7244180a21043449f3249
diff --git a/library/Garp/Content/Api/Rest.php b/library/Garp/Content/Api/Rest.php index <HASH>..<HASH> 100644 --- a/library/Garp/Content/Api/Rest.php +++ b/library/Garp/Content/Api/Rest.php @@ -197,6 +197,17 @@ class Garp_Content_Api_Rest { 'default' => Garp_I18n::getDefaultLocale() ); + ...
Added asset URLs to OPTIONS response
grrr-amsterdam_garp3
train
25df2e874bca5eb6148ec86d0988a9b083540e3d
diff --git a/plugin/YamlWriters/V2/V2TraefikRancherYamlWriterVersion.php b/plugin/YamlWriters/V2/V2TraefikRancherYamlWriterVersion.php index <HASH>..<HASH> 100644 --- a/plugin/YamlWriters/V2/V2TraefikRancherYamlWriterVersion.php +++ b/plugin/YamlWriters/V2/V2TraefikRancherYamlWriterVersion.php @@ -4,6 +4,7 @@ use Ranch...
added priority writer to v2 yaml writer
ipunkt_rancherize-publish-traefik-rancher
train
72944576ba1b1d47e64c30e9c4cf38be27d4a13a
diff --git a/lib/yard/logging.rb b/lib/yard/logging.rb index <HASH>..<HASH> 100644 --- a/lib/yard/logging.rb +++ b/lib/yard/logging.rb @@ -164,6 +164,7 @@ module YARD def enter_level(new_level = level, &block) old_level, self.level = level, new_level yield + ensure self.level = old_level ...
Logger#enter_level rolls back change if an uncaught exception is raised This helps to prevent one failing test from influencing the results of others.
lsegal_yard
train
2d389543136994902069bc329ed22d93c67b21a3
diff --git a/kernel/classes/ezcontentclass.php b/kernel/classes/ezcontentclass.php index <HASH>..<HASH> 100644 --- a/kernel/classes/ezcontentclass.php +++ b/kernel/classes/ezcontentclass.php @@ -1606,7 +1606,7 @@ You will need to change the class of the node by using the swap functionality.' $sql = "UPDATE ez...
- Fixed some issues with ezoracle and sql bitoperations. - Fixed long indentifier name in sql query in order to be compatible with oracle. git-svn-id: file:///home/patrick.allaert/svn-git/ezp-repo/ezpublish/trunk@<I> a<I>eee8c-daba-<I>-acae-fa<I>f<I>
ezsystems_ezpublish-legacy
train
d517726f49f29f0880c86497b564ce9cc49e2b7c
diff --git a/src/you_get/extractors/google.py b/src/you_get/extractors/google.py index <HASH>..<HASH> 100644 --- a/src/you_get/extractors/google.py +++ b/src/you_get/extractors/google.py @@ -74,15 +74,23 @@ def google_download(url, output_dir = '.', merge = True, info_only = False, **kw filename = pars...
[google] download the image
soimort_you-get
train
5adc7d660adb3a09ed9a296793d81d2263040af2
diff --git a/wordcloud.js b/wordcloud.js index <HASH>..<HASH> 100644 --- a/wordcloud.js +++ b/wordcloud.js @@ -332,30 +332,35 @@ if (!window.clearImmediate) { var escapeTime; /* function for getting the color of the text */ - var wordColor = function wordColor(word, weight, fontSize, radius, theta) { - ...
Remove extra wordColor logic in the loop
timdream_wordcloud2.js
train
c71d5f71e1f95cfa6cb16caf0b54978770c0cf42
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -1243,10 +1243,10 @@ Pod.prototype = { modelName = 'account_auth', accountInfo = req.remoteUser, accountId = accountInfo.getId(); - + if(!profile) profile = {} - + // upsert oAuth documen...
always have _oAuthRefresh in prototype
bipio-server_bip-pod
train
2f8cae5114c202ff546d1b9291f023802b46cdfe
diff --git a/moneyed/test_moneyed_classes.py b/moneyed/test_moneyed_classes.py index <HASH>..<HASH> 100644 --- a/moneyed/test_moneyed_classes.py +++ b/moneyed/test_moneyed_classes.py @@ -136,7 +136,7 @@ class TestMoney: one_million_pln = Money('1000000', 'PLN') # Two decimal places by default ...
Change test to reflect intended functionality Tests were failing due to `pl_PL` now reverting to `DEFAULT` due to not having a sign definition set for USD.
limist_py-moneyed
train
a7d21aaae8d86f5421144af4613f81471825ef2d
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -10,6 +10,18 @@ var chaiAsPromised = require('chai-as-promised'); chai.use(chaiAsPromised); var vendSdk = require('./../vend')({}); +var _ = require('underscore'); + +var getConnectionInfo = function() { + ...
added tests for vend-nodejs-sdk when a refreshToken is available ✓ can fetch a product by ID ✓ can create a customer
ShoppinPal_vend-nodejs-sdk
train
ed7570f924ad30cfd15c40db0e8dc16476fd3cbe
diff --git a/src/geo/measurer/Measurer.js b/src/geo/measurer/Measurer.js index <HASH>..<HASH> 100644 --- a/src/geo/measurer/Measurer.js +++ b/src/geo/measurer/Measurer.js @@ -36,6 +36,15 @@ maptalks.MeasurerUtil = { }, /** + * Whether the measurer is based on earth sphere + * @param {Object} measu...
add isSphere in MeasureUtil, fix antiMeridian in IDENTITY projection
maptalks_maptalks.js
train
53af223d03804dd7d297b0cb8dc06d6a079d8f18
diff --git a/src/v2/commands/setup.js b/src/v2/commands/setup.js index <HASH>..<HASH> 100644 --- a/src/v2/commands/setup.js +++ b/src/v2/commands/setup.js @@ -53,8 +53,8 @@ function installModule(moduleName) { return exec(`npm install ${moduleName}`); } -function requireTask(taskList, taskConfig) { - return requ...
Implement alias of import name and tasks
findmypast_usher
train
3bdb96d4072376a524bba9b4ecd2762ecf0eb9eb
diff --git a/voltron/lldbcmd.py b/voltron/lldbcmd.py index <HASH>..<HASH> 100644 --- a/voltron/lldbcmd.py +++ b/voltron/lldbcmd.py @@ -66,8 +66,11 @@ class LLDBHelper (DebuggerHelper): def get_registers(self): log.debug('Getting registers') - objs = get_frame().GetRegisters() - objs = list...
Deal sanely with several groups of registers from lldb
snare_voltron
train
4a53b1330ee2d691f0fc0a63a465ba367723a41b
diff --git a/django_markdown/static/django_markdown/editor.js b/django_markdown/static/django_markdown/editor.js index <HASH>..<HASH> 100644 --- a/django_markdown/static/django_markdown/editor.js +++ b/django_markdown/static/django_markdown/editor.js @@ -1,10 +1,11 @@ -(function($) { - var config = JSON.parse($("#ma...
FIX: Multiple editors with different selectors/configs * Changes config JSON element from using an id to a class. * Adds the ability to load multiple JSON config elements. * Moves the `editor.js` inclusion from the template to the widget.
sv0_django-markdown-app
train
bea35b39cffbe9d4ac1d9e3653ead11ca0a1999e
diff --git a/suitcase/fields.py b/suitcase/fields.py index <HASH>..<HASH> 100644 --- a/suitcase/fields.py +++ b/suitcase/fields.py @@ -370,7 +370,7 @@ class DispatchTarget(BaseField): if self.length_provider is None: return None else: - return self.length_provider.getval() ...
Fixed inconsistencies with getting the length from LengthProviders
digidotcom_python-suitcase
train
12bdebb47ed53f4730ed5b3f5b5a5235e183bf83
diff --git a/src/util/macros.js b/src/util/macros.js index <HASH>..<HASH> 100644 --- a/src/util/macros.js +++ b/src/util/macros.js @@ -8,6 +8,11 @@ export const supportedMacros = [ 'APPBUNDLE', 'ASSETURI', 'BLOCKEDADCATEGORIES', + 'BREAKMAXADLENGTH', + 'BREAKMAXADS', + 'BREAKMAXDURATION', + 'BREAKMINADLENG...
[tracker] add macro support of BREAKMAXDURATION, BREAKMINDURATION, BREAKMAXADS, BREAKMINADLENGTH, BREAKMAXADLENGTH
dailymotion_vast-client-js
train
6fcd2b476319b3a538939221c8443e072ffe6f86
diff --git a/lib/os/bbos.rb b/lib/os/bbos.rb index <HASH>..<HASH> 100644 --- a/lib/os/bbos.rb +++ b/lib/os/bbos.rb @@ -61,7 +61,7 @@ module BBLib .split("\n") .reject{ |l| !(l.include?(':') || l.include?('=')) } .map{|l| l.msplit('=',':') } - .map{ |a| [a.first....
Added an uncapsulation to data from the etc/release file to remove surrounding quotes.
bblack16_bblib-ruby
train
b03784cc581f65e3b3a894e784cfa8bacb877f80
diff --git a/yandextank/plugins/NeUploader/plugin.py b/yandextank/plugins/NeUploader/plugin.py index <HASH>..<HASH> 100644 --- a/yandextank/plugins/NeUploader/plugin.py +++ b/yandextank/plugins/NeUploader/plugin.py @@ -49,8 +49,11 @@ class Plugin(AbstractPlugin, MonitoringDataListener): } def _clean...
Fix empty uploader tags when uploader is disabled
yandex_yandex-tank
train
7eafd412e2329347fbda2f6a5ec03cc6298bb661
diff --git a/zinnia_html5/__init__.py b/zinnia_html5/__init__.py index <HASH>..<HASH> 100644 --- a/zinnia_html5/__init__.py +++ b/zinnia_html5/__init__.py @@ -1,5 +1,5 @@ """zinnia_html5""" -__version__ = '0.3' +__version__ = '0.3.1' __license__ = 'BSD License' __author__ = 'Fantomas42'
Bumping to version <I>
django-blog-zinnia_zinnia-theme-html5
train
2bf1f44a8bb4b70cb394abc879394a78ab0aa996
diff --git a/tests/test.py b/tests/test.py index <HASH>..<HASH> 100644 --- a/tests/test.py +++ b/tests/test.py @@ -60,6 +60,23 @@ def test_revert(): eq_(preset_test.mult(4), P.mult(4)) +def test_contains(): + + P = presets.Preset(preset_test) + P['b'] = 3 + + assert 'b' in P + assert 'c' not in P +...
added a test for setter-getter
bmcfee_presets
train
7cd9feab72bece5339326cc0ea4ec0d2f87eb418
diff --git a/apps/blastplus.py b/apps/blastplus.py index <HASH>..<HASH> 100755 --- a/apps/blastplus.py +++ b/apps/blastplus.py @@ -9,6 +9,8 @@ import logging from optparse import OptionParser from subprocess import Popen, PIPE from multiprocessing import Lock, Pool +from itertools import islice +from Bio import SeqI...
modify multi-threading in apps.blastplus
tanghaibao_jcvi
train
85924bab1a0e67562fd8c15eec7dccb838f98025
diff --git a/lib/workflow-redis-backend.js b/lib/workflow-redis-backend.js index <HASH>..<HASH> 100644 --- a/lib/workflow-redis-backend.js +++ b/lib/workflow-redis-backend.js @@ -385,7 +385,7 @@ WorkflowRedisBackend.prototype.nextJob = function (index, callback) { WorkflowRedisBackend.prototype.runJob = function (uuid...
Closes GH-<I>: Use redis.watch to lock a job before running.
joyent_node-workflow
train
cc4e795bb2b074bc386f32b547edddfb15e8c653
diff --git a/lib/param_validator.js b/lib/param_validator.js index <HASH>..<HASH> 100644 --- a/lib/param_validator.js +++ b/lib/param_validator.js @@ -160,6 +160,7 @@ AWS.ParamValidator = AWS.util.inherit({ var types = ['Buffer', 'Stream', 'File', 'Blob', 'ArrayBuffer', 'DataView']; if (value) { for (v...
Fix param validation on payloads
aws_aws-sdk-js
train
858f6c1d1ed7660daf003752138153c5dcce8dac
diff --git a/sos/sosreport.py b/sos/sosreport.py index <HASH>..<HASH> 100644 --- a/sos/sosreport.py +++ b/sos/sosreport.py @@ -912,11 +912,13 @@ class SoSReport(object): self._set_archive() self._make_archive_paths() return - except OSError as e: + except (OSError, I...
Handle IOError exceptions in SoSReport Write operations raise IOError instead of OSError and do not expose a filename attribute.
sosreport_sos
train
0dfb5eed78ee0ddc746de8fe74af93a616a00c19
diff --git a/aegean.py b/aegean.py index <HASH>..<HASH> 100644 --- a/aegean.py +++ b/aegean.py @@ -1370,7 +1370,7 @@ def pix2sky(pixel): """ x,y=pixel #wcs and pyfits have oposite ideas of x/y - skybox = global_data.wcs.wcs_pix2sky([[y,x]],1) + skybox = global_data.wcs.wcs_pix2world([[y,x]],1) ...
wcs_sky2pix and pix2sky replaced with wcs_world2pix and pix2world
PaulHancock_Aegean
train
c2a69f53e9d1322792414008875f978959a2d571
diff --git a/rocketbelt/components/busy-indicators/rocketbelt.progress-indicators.js b/rocketbelt/components/busy-indicators/rocketbelt.progress-indicators.js index <HASH>..<HASH> 100644 --- a/rocketbelt/components/busy-indicators/rocketbelt.progress-indicators.js +++ b/rocketbelt/components/busy-indicators/rocketbelt....
No Duplicate Busy Overlays mutation concept was flagging same is-busyable element multiple times if it change classes multiple times simultaneously thus creating multiple overlays
Pier1_rocketbelt
train
5b85a9a8b36828d3b119534adb68cd7c75326391
diff --git a/example/ApplicatorLiftTest.php b/example/ApplicatorLiftTest.php index <HASH>..<HASH> 100644 --- a/example/ApplicatorLiftTest.php +++ b/example/ApplicatorLiftTest.php @@ -2,7 +2,6 @@ namespace example; -use Widmogrod\Monad; use Widmogrod\Functional as f; use Widmogrod\Primitive\Listt; @@ -13,36 +12...
Listt appliactive has now valid implementation
widmogrod_php-functional
train
5461b84a6c6f1025ff6c97496238afbb898b998b
diff --git a/tests/Database/Brokers/ListBrokerTest.php b/tests/Database/Brokers/ListBrokerTest.php index <HASH>..<HASH> 100644 --- a/tests/Database/Brokers/ListBrokerTest.php +++ b/tests/Database/Brokers/ListBrokerTest.php @@ -47,7 +47,7 @@ class ListBrokerTest extends TestCase self::assertEquals("Aquaman", $r...
test: add tests for ListBroker
dadajuice_zephyrus
train
402874a67ba8f7fd21bcb12bc14a904a28396dab
diff --git a/src/date.js b/src/date.js index <HASH>..<HASH> 100644 --- a/src/date.js +++ b/src/date.js @@ -21,8 +21,8 @@ function DateSchema() { if (this.isType(value)) return value; value = isoParse(value); - // 0 is a valid timestamp equivalent to 1970-01-01T00:00:00Z(unix epoch) - return va...
fix: date strings before <I> too (#<I>)
jquense_yup
train
4e6ad97e4208881b8658a1b867fd2d6c24bc4456
diff --git a/src/Dandomain/Api/Api.php b/src/Dandomain/Api/Api.php index <HASH>..<HASH> 100644 --- a/src/Dandomain/Api/Api.php +++ b/src/Dandomain/Api/Api.php @@ -46,7 +46,7 @@ class Api { curl_close($ch); if($info['http_code'] != 200) { - throw new \RuntimeException('HTTP ERROR', $info['...
Updated Api.php with a new method
loevgaard_dandomain-api
train
9b995fba50ddd7932fefd5d902afc3d85b9fb618
diff --git a/lib/yelp/client/search.rb b/lib/yelp/client/search.rb index <HASH>..<HASH> 100644 --- a/lib/yelp/client/search.rb +++ b/lib/yelp/client/search.rb @@ -5,6 +5,9 @@ module Yelp module Search PATH = '/v2/search' + BOUNDING_BOX = [:sw_latitude, :sw_longitude, :ne_latitude, :ne_longitude] + ...
Add method to search by bounding box
Yelp_yelp-ruby
train
587a5b577b754d5d0e3fc7fde5882f5b4048a77f
diff --git a/lib/rails/generators/neo4j_generator.rb b/lib/rails/generators/neo4j_generator.rb index <HASH>..<HASH> 100644 --- a/lib/rails/generators/neo4j_generator.rb +++ b/lib/rails/generators/neo4j_generator.rb @@ -9,15 +9,47 @@ end module Neo4j::Generators::MigrationHelper extend ActiveSupport::Concern + de...
fix: gets correct name when run with :revoke
neo4jrb_neo4j
train
934c8b34f31d2b5d031def97ae9fa4c15c664240
diff --git a/cqlengine/columns.py b/cqlengine/columns.py index <HASH>..<HASH> 100644 --- a/cqlengine/columns.py +++ b/cqlengine/columns.py @@ -585,10 +585,20 @@ class List(BaseContainerColumn): if val is None or val == prev: return [] + elif prev is None: return _insert() +...
fixing bug that would cause failures when updating a model with an empty list
cqlengine_cqlengine
train
98cf70ac9767315f3b2d6bfcb70236debf53fdaa
diff --git a/holoviews/core/data/image.py b/holoviews/core/data/image.py index <HASH>..<HASH> 100644 --- a/holoviews/core/data/image.py +++ b/holoviews/core/data/image.py @@ -140,13 +140,9 @@ class ImageInterface(GridInterface): if not any([isinstance(el, slice) for el in coords]): return dataset....
Simplified ImageInterface.select
pyviz_holoviews
train
e2ffe580c8ba89343ae9e0522353fce4392b0e8c
diff --git a/SystemInfo/Collector/EzSystemInfoCollector.php b/SystemInfo/Collector/EzSystemInfoCollector.php index <HASH>..<HASH> 100644 --- a/SystemInfo/Collector/EzSystemInfoCollector.php +++ b/SystemInfo/Collector/EzSystemInfoCollector.php @@ -167,7 +167,7 @@ class EzSystemInfoCollector implements SystemInfoCollecto...
[TTL] Bump EOL for TTL a bit more for <I>
ezsystems_ez-support-tools
train
cc8f46ada8331a81e5d2df234608b299eb09ff17
diff --git a/lib/sensu-handler.rb b/lib/sensu-handler.rb index <HASH>..<HASH> 100644 --- a/lib/sensu-handler.rb +++ b/lib/sensu-handler.rb @@ -36,8 +36,31 @@ module Sensu end end + SITE_CONFIG_DIR = '/etc/sensu/site-config' + + attr_accessor :config + + @@site_config = nil + class << self + ...
Add a Handler site_config class method for reading JSON configs
sensu-plugins_sensu-plugin
train
a4c7f9c6bea646035ab26ddea6414d13a0987c85
diff --git a/go.go b/go.go index <HASH>..<HASH> 100644 --- a/go.go +++ b/go.go @@ -53,13 +53,17 @@ func GoCrossCompile(dir string, platform Platform, outputTpl string, ldflags str // Go prefixes the import directory with '_' when it is outside // the GOPATH.For this, we just drop it since we move to that // direc...
only chdir when building a non-gopath package
mitchellh_gox
train
47128cd0a170a7691269a44d297af30a324c3a4a
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -17,6 +17,7 @@ var windows = { dialogs: new Set() } var ssbConfig = null +var quitting = false electron.app.on('ready', () => { setupContext('ssb', { @@ -49,7 +50,13 @@ electron.app.on('ready', () => { }) el...
on macOS: hide instead of closing main window to ensure notifications keep working related to #<I>
ssbc_patchwork
train
b7b97f1d72ceaab8bd296193c314d5cde083301c
diff --git a/course/format/weeks/lib.php b/course/format/weeks/lib.php index <HASH>..<HASH> 100644 --- a/course/format/weeks/lib.php +++ b/course/format/weeks/lib.php @@ -516,18 +516,20 @@ class format_weeks extends format_base { // Use one DB query to retrieve necessary fields in course, value for automatic...
MDL-<I> format_weeks: Cannot group by TEXT in Oracle Perform the grouping in subquery and later simply join with the table containing the TEXT col.
moodle_moodle
train
df0e70896984f971bcf7a26f6fb2b45675863914
diff --git a/api/app/handler.go b/api/app/handler.go index <HASH>..<HASH> 100644 --- a/api/app/handler.go +++ b/api/app/handler.go @@ -52,7 +52,10 @@ func AppList(w http.ResponseWriter, r *http.Request, u *auth.User) error { if err != nil { return err } - + if len(apps) == 0 { + w.WriteHeader(http.StatusNoConte...
app list handler should return <I> when app list is nil
tsuru_tsuru
train
6bf20465abc5d2d0223902f50453ed7725aebd5e
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -46,6 +46,7 @@ exports.analyze = function(ast) { break; case 'CatchClause': + scope.declare(node.param); break; case 'ConditionalExpression': @@ -86,7 +87,7 @@ exports...
support scopes for CatchClause and WithStatement
nkzawa_ast-scope
train
bb5a955c2e146d8cf198ae5ac4c50bb28a194f58
diff --git a/src/Illuminate/Support/Collection.php b/src/Illuminate/Support/Collection.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Support/Collection.php +++ b/src/Illuminate/Support/Collection.php @@ -11,6 +11,7 @@ use CachingIterator; use JsonSerializable; use IteratorAggregate; use InvalidArgumentExcepti...
Add dump method to Collection class (#<I>) * Add dump method * cs fix * add support for labels
laravel_framework
train
66222b2f8d0b2721c0ea10d77b666e8c6504e29a
diff --git a/packages/ember-handlebars/tests/handlebars_test.js b/packages/ember-handlebars/tests/handlebars_test.js index <HASH>..<HASH> 100644 --- a/packages/ember-handlebars/tests/handlebars_test.js +++ b/packages/ember-handlebars/tests/handlebars_test.js @@ -776,6 +776,7 @@ test("should update the block when object...
Disable some efficiency testing that will be fulfilled by Priority Queue
emberjs_ember.js
train
f993a24158c832d8c0fc76b63b3bc34074a40e5f
diff --git a/src/Ukey1/ApiClient/Request.php b/src/Ukey1/ApiClient/Request.php index <HASH>..<HASH> 100644 --- a/src/Ukey1/ApiClient/Request.php +++ b/src/Ukey1/ApiClient/Request.php @@ -222,8 +222,7 @@ class Request $this->httpClient = new Client( [ "base_uri" => $thi...
Redirects allowed In near future we may change API URL, so it's necessary to allow redirects by default.
asaritech_ukey1-php-sdk
train
cb270d9c14a7df59bf0dd0feee72a07f20a5431b
diff --git a/initializers/initChatRooms.js b/initializers/initChatRooms.js index <HASH>..<HASH> 100644 --- a/initializers/initChatRooms.js +++ b/initializers/initChatRooms.js @@ -5,7 +5,7 @@ var initChatRooms = function(api, next){ if(api.redis.enable === false){ api.chatRoom.rooms = {}; }else{ - api.chatRoom.r...
chat prefix should only have one :
actionhero_actionhero
train
0de3d839e6edbf0898d0a12ad5f6aebd4dc87aa5
diff --git a/src/xterm.js b/src/xterm.js index <HASH>..<HASH> 100644 --- a/src/xterm.js +++ b/src/xterm.js @@ -1352,12 +1352,6 @@ Terminal.prototype.write = function(data) { this.refreshStart = this.y; this.refreshEnd = this.y; - // if (this.ybase !== this.ydisp) { - // this.ydisp = this.ybase; - // this...
Improve experience and add test - Scroll to bottom on keydown (when scrolled up) - Add test to ensure above behavior
xtermjs_xterm.js
train
446a93e2c2b13e75ca50cf839ef0b014baf8a571
diff --git a/suds/xsd/sxbasic.py b/suds/xsd/sxbasic.py index <HASH>..<HASH> 100644 --- a/suds/xsd/sxbasic.py +++ b/suds/xsd/sxbasic.py @@ -564,7 +564,7 @@ class Import(SchemaObject): self.opened = True log.debug("%s, importing ns='%s', location='%s'", self.id, self.ns[1], self.location) -...
mark XSD schema Import.locate method as private
suds-community_suds
train
0a42dd1c207d236d869a2c001edd64a530ade3d0
diff --git a/stripe/__init__.py b/stripe/__init__.py index <HASH>..<HASH> 100644 --- a/stripe/__init__.py +++ b/stripe/__init__.py @@ -329,7 +329,9 @@ class APIRequestor(object): # However, that's ok because the CA bundle they use recognizes # api.stripe.com. args['validate_certificate'] = verify_ssl_cer...
Time out GAE requests after <I> seconds
stripe_stripe-python
train
f09dd3e3a5cc43d7af90d26f91399c85ceb70ad0
diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java index <HASH>..<HASH> 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java @@ -15,15 +15,13 ...
[Java] Ignore ClusterTest for now.
real-logic_aeron
train
13be82dd4a11162d336280ea22df5b391e38bce4
diff --git a/pymongo/connection.py b/pymongo/connection.py index <HASH>..<HASH> 100644 --- a/pymongo/connection.py +++ b/pymongo/connection.py @@ -552,7 +552,9 @@ class Connection(common.BaseObject): elif "primary" in response: candidate = _partition_node(response["primary"]) ...
Raise a useful exception when we skip a secondary.
mongodb_mongo-python-driver
train
9f77a76b17655d4a9d9fa6bb6e410a6657114098
diff --git a/bindings/ruby/tests/_client.rb b/bindings/ruby/tests/_client.rb index <HASH>..<HASH> 100644 --- a/bindings/ruby/tests/_client.rb +++ b/bindings/ruby/tests/_client.rb @@ -4,6 +4,8 @@ require 'yaml' +require 'auth-callback' + class Client @@clients = YAML.load( File.open( File.join(File.dirname(__FI...
require auth-callback in tests to request authentication data
Openwsman_openwsman
train
f745d65c78664eb65ec5ba97d8b639c7e36129a2
diff --git a/src/base/Controller.php b/src/base/Controller.php index <HASH>..<HASH> 100644 --- a/src/base/Controller.php +++ b/src/base/Controller.php @@ -158,7 +158,7 @@ class Controller extends \yii\web\Controller if (!is_array($condition) || $containsIntKeys) { $condition = ['id' => $condition]...
Base Contoller - findModels enhanced to use ModelSearch
hiqdev_hipanel-core
train
b0679bc0217529f97898a63418ea9a3ace1f7c2d
diff --git a/tofu/geom/_core.py b/tofu/geom/_core.py index <HASH>..<HASH> 100644 --- a/tofu/geom/_core.py +++ b/tofu/geom/_core.py @@ -3866,22 +3866,32 @@ class Config(utils.ToFuObject): # -- Getting OUT structures ------------------------------------------- lS = [ss for ss in lS if ss._InOut == "out"...
[Issue#<I>] None when len(lS) == 0
ToFuProject_tofu
train
ab6734074d552678c483c22ec4fdaf4bfb6d0e5c
diff --git a/salt/cloud/clouds/rackspace.py b/salt/cloud/clouds/rackspace.py index <HASH>..<HASH> 100644 --- a/salt/cloud/clouds/rackspace.py +++ b/salt/cloud/clouds/rackspace.py @@ -120,31 +120,11 @@ def get_conn(): search_global=False, default=False ) - compute_region = config.get_cloud_conf...
fix libcloud usage for rackspace
saltstack_salt
train
966e012b653897bf9b862247eca4a6ed45452c82
diff --git a/tests/test_httpserver.py b/tests/test_httpserver.py index <HASH>..<HASH> 100644 --- a/tests/test_httpserver.py +++ b/tests/test_httpserver.py @@ -82,7 +82,6 @@ class TestHttpserver(unittest.TestCase): assert response.startswith(b'HTTP/1.1 200 OK\r\n') head, body = response.split(b'\r\n\r\...
Fix double (and erroneous) assertion in test
thomwiggers_httpserver
train
c34cf576d3014ce0222b7c0840281d02cc5c95d1
diff --git a/lib/dialect/postgres.js b/lib/dialect/postgres.js index <HASH>..<HASH> 100644 --- a/lib/dialect/postgres.js +++ b/lib/dialect/postgres.js @@ -718,7 +718,7 @@ Postgres.prototype.visitColumn = function(columnNode) { columnNode.name + ' (REFERENCES statements within CREATE TABLE and ADD ...
Minor bug fix to assert existence of columnNode.references.column (previously checked for columnNode.references.table twice)
brianc_node-sql
train
8a27de9103711d2793dea27125833dd4ad19ed84
diff --git a/datasketch/hyperloglog.py b/datasketch/hyperloglog.py index <HASH>..<HASH> 100644 --- a/datasketch/hyperloglog.py +++ b/datasketch/hyperloglog.py @@ -1,5 +1,6 @@ import struct, copy import numpy as np +import warnings try: from .hyperloglog_const import _thresholds, _raw_estimate, _bias except Imp...
HyperLogLog: add warning for when estimate is close to error correction threshold (#<I>) HyperLogLog: add warning for when estimate is close to error correction threshold
ekzhu_datasketch
train
f72db69d6568e6dcc1d7e5af68e034574e3114e4
diff --git a/tests/test_face_recognition.py b/tests/test_face_recognition.py index <HASH>..<HASH> 100644 --- a/tests/test_face_recognition.py +++ b/tests/test_face_recognition.py @@ -182,9 +182,20 @@ class Test_face_recognition(unittest.TestCase): self.assertEqual(type(match_results), list) self.asser...
Improve CLI tests to actually test the CLI functionality
ageitgey_face_recognition
train
6cc4a8f25037a1e337e9727c55c326e4aa2dc31b
diff --git a/law/contrib/pyarrow/util.py b/law/contrib/pyarrow/util.py index <HASH>..<HASH> 100644 --- a/law/contrib/pyarrow/util.py +++ b/law/contrib/pyarrow/util.py @@ -52,8 +52,12 @@ def merge_parquet_files(src_paths, dst_path, force=True, callback=None, writer_o if not callable(callback): callback = l...
Improve path handling in pyarrow contrib function for parquet merging.
riga_law
train
333816591f64308a3797f450ec6afbf499ea9783
diff --git a/src/Product/Product.php b/src/Product/Product.php index <HASH>..<HASH> 100644 --- a/src/Product/Product.php +++ b/src/Product/Product.php @@ -35,24 +35,23 @@ class Product public function getFirstValueOfAttribute($attributeCode) { $attributeValues = $this->getAllValuesOfAttribute($attrib...
Issue #<I>: Make Product::getAllValuesOfAttribute() return an empty array if the attribtue is not present
lizards-and-pumpkins_catalog
train
5fb590fe1288ca5a762231d8c996bcdb59aa1313
diff --git a/generators/statistics.js b/generators/statistics.js index <HASH>..<HASH> 100644 --- a/generators/statistics.js +++ b/generators/statistics.js @@ -44,7 +44,7 @@ class Statistics { this.doNotAskCounter = this.config.get('doNotAskCounter'); this.optOut = this.config.get('optOut'); t...
Disable insight when CI env var is true.
jhipster_generator-jhipster
train
ed7242f0dc06f3e462555f2cf95ee2d176d8c786
diff --git a/src/main/java/com/bullhornsdk/data/api/StandardBullhornData.java b/src/main/java/com/bullhornsdk/data/api/StandardBullhornData.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/bullhornsdk/data/api/StandardBullhornData.java +++ b/src/main/java/com/bullhornsdk/data/api/StandardBullhornData.java @@ -6...
fix for findMultipleEntities call when one id is passed in
bullhorn_sdk-rest
train
3006f5fbfc81ff782a6d14435069cee2c83f257e
diff --git a/bosh_cli/lib/cli/commands/log_management.rb b/bosh_cli/lib/cli/commands/log_management.rb index <HASH>..<HASH> 100644 --- a/bosh_cli/lib/cli/commands/log_management.rb +++ b/bosh_cli/lib/cli/commands/log_management.rb @@ -8,8 +8,9 @@ module Bosh::Cli::Command option '--only filter1,filter2,...', Array...
Ignore --all flag for logs command The default behavior is to fetch all the logs, and the agent isn't expecting to receive an 'all' filter.
cloudfoundry_bosh
train
5b73a251b210202bfa7bf06ebffa4093499f87de
diff --git a/safe/storage/metadata_utilities.py b/safe/storage/metadata_utilities.py index <HASH>..<HASH> 100644 --- a/safe/storage/metadata_utilities.py +++ b/safe/storage/metadata_utilities.py @@ -150,7 +150,7 @@ def read_iso_metadata(keyword_filename): root = tree.getroot() keyword_element = root.find(IS...
added tests for writing xml metadata
inasafe_inasafe
train
ab7226c4d09196cdf7ae9fca2af3f2bbbd59a329
diff --git a/upload/install/controller/upgrade.php b/upload/install/controller/upgrade.php index <HASH>..<HASH> 100644 --- a/upload/install/controller/upgrade.php +++ b/upload/install/controller/upgrade.php @@ -8,7 +8,7 @@ class ControllerUpgrade extends Controller { $this->model_upgrade->mysql(); - //$...
removed // from the redirect in the upgrade script
opencart_opencart
train
1c094da40d350b68f68162c8d65f2c59bb54b2c8
diff --git a/agent/consul/state/catalog_events_test.go b/agent/consul/state/catalog_events_test.go index <HASH>..<HASH> 100644 --- a/agent/consul/state/catalog_events_test.go +++ b/agent/consul/state/catalog_events_test.go @@ -4,12 +4,15 @@ import ( "fmt" "testing" + "github.com/google/go-cmp/cmp" + "github.com/g...
state: use go-cmp for comparison The output of the previous assertions made it impossible to debug the tests without code changes. With go-cmp comparing the entire slice we can see the full diffs making it easier to debug failures.
hashicorp_consul
train
c25cc0b3d6a9bce8f758c42b8154cb51751d0424
diff --git a/themed_tk.py b/themed_tk.py index <HASH>..<HASH> 100644 --- a/themed_tk.py +++ b/themed_tk.py @@ -55,6 +55,7 @@ if __name__ == "__main__": def test_themes_available(self): available_themes = self.tk.get_themes() for theme in self.themes: + print(theme) ...
Added print to check Travis-CI build
RedFantom_ttkthemes
train
278ea90d66881514bea19e099b1098349dd789c9
diff --git a/bika/lims/browser/calcs.py b/bika/lims/browser/calcs.py index <HASH>..<HASH> 100644 --- a/bika/lims/browser/calcs.py +++ b/bika/lims/browser/calcs.py @@ -181,8 +181,6 @@ class ajaxCalculateAnalysisEntry(BrowserView): mapping[i['keyword']] = i['value'] # Grab values f...
HEALTH-<I>: Permit non-floatable interimfields and results This was always permitted with a simple instrument import, but when interimfields and calculations get involved there were some assumptions made.
senaite_senaite.core
train
6b6181f5fe7b9c28649306d60b7ace7e78beb454
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -16,7 +16,7 @@ let ignoreRegex; export default ({ types: t }) => ({ visitor: { - ImportDeclaration (path, state) { + ImportDeclaration(path, state) { const { ignorePattern } = state.opts; ...
#<I> fix bugs and formatting.
airbnb_babel-plugin-inline-react-svg
train
2ade1982558b6c2f64e7eac86c40e1e1253118f9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,13 +5,13 @@ from setuptools import setup setup( name="aiounifi", packages=["aiounifi"], - version="28", + version="29", description="An asynchronous Python library for communicating with Unifi Controll...
Bump to <I> (#<I>)
Kane610_aiounifi
train
772a23e17a3fdef6bdf4b43b8abe58f1fd8f3f70
diff --git a/interact.js b/interact.js index <HASH>..<HASH> 100644 --- a/interact.js +++ b/interact.js @@ -2197,6 +2197,9 @@ if (claimedPointerIndex !== -1) { return; } + else { + claimedPointers.push(id); + } ...
Claim pointers the first time that they are added
taye_interact.js
train
ee09bb6c8c2c4192826b27d8588cacf6b6a0191a
diff --git a/tests/builder/features_test.py b/tests/builder/features_test.py index <HASH>..<HASH> 100644 --- a/tests/builder/features_test.py +++ b/tests/builder/features_test.py @@ -18,6 +18,7 @@ import os from textwrap import dedent from glyphsLib import to_glyphs, to_ufos, classes +from glyphsLib.builder.feature...
add test for incomplete glyphOrder with _build_gdef
googlefonts_glyphsLib
train
8d23974580dcd7ea5706628918e096df07d9505d
diff --git a/src/Common/Logger.php b/src/Common/Logger.php index <HASH>..<HASH> 100644 --- a/src/Common/Logger.php +++ b/src/Common/Logger.php @@ -24,6 +24,8 @@ namespace MicrosoftAzure\Storage\Common; +use MicrosoftAzure\Storage\Common\Internal\Resources; + /** * Logger class for debugging purpose. *
Import Resources from correct namespace MicrosoftAzure\Storage\Common\Internal\Logger was moved to MicrosoftAzure\Storage\Common\Logger
Azure_azure-storage-php
train
ee66dc69e3bedf2852b530ac0c81495d06daa4d9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ setup( 'Programming Language :: Python :: 3.7' ], keywords='cli', - packages=find_packages(exclude=['docs', 'tests*', 'workspace', 'workspace_jam']), + packages=find_packages(exclude=['d...
Removed workspaces from release script.
Jammy2211_PyAutoLens
train
763e983f82d7e8469fd30d46e2ccc0fba69cb47d
diff --git a/src/Connection.php b/src/Connection.php index <HASH>..<HASH> 100644 --- a/src/Connection.php +++ b/src/Connection.php @@ -285,6 +285,6 @@ class Connection extends \Doctrine\DBAL\Connection */ public function isUpdateQuery($query) { - return !preg_match('/^[\s\n\r\t(]*(select|show) /i...
Fixed issue not retrying queries when there is a new line after SELECT syntax
facile-it_doctrine-mysql-come-back
train
b3d9200ec1ecb30cc92968bf8b58a1c0be62bf8d
diff --git a/features/bootstrap/FeatureContext.php b/features/bootstrap/FeatureContext.php index <HASH>..<HASH> 100644 --- a/features/bootstrap/FeatureContext.php +++ b/features/bootstrap/FeatureContext.php @@ -134,10 +134,11 @@ class FeatureContext implements Context $this->process->setWorkingDirectory(getcwd...
Fixed the escaping of the format settings on Windows
Behat_Behat
train
939407ef6329808ee6f1a7ec1e4a9c5538bdabbd
diff --git a/_pytest/config.py b/_pytest/config.py index <HASH>..<HASH> 100644 --- a/_pytest/config.py +++ b/_pytest/config.py @@ -655,20 +655,17 @@ class Argument: self._long_opts.append(opt) def __repr__(self): - retval = 'Argument(' + args = [] if self._short_opts: - ...
Simplify Argument.__repr__ I have came across this when noticing that universal-ctags fails to parse this correctly (<URL>).
pytest-dev_pytest
train
a239d9dcb1c0c7ccb29c781376e845e925428148
diff --git a/src/components/Form.js b/src/components/Form.js index <HASH>..<HASH> 100644 --- a/src/components/Form.js +++ b/src/components/Form.js @@ -133,6 +133,11 @@ export default class Form extends Component { } getUsedFormData = (formData, fields) => { + //for the case of a single input form + if (fi...
handle case where the form is a single input
mozilla-services_react-jsonschema-form
train
6e111e860c1a82dde6b0b223dd60709d28917019
diff --git a/sdk/dist/cc.angular.js b/sdk/dist/cc.angular.js index <HASH>..<HASH> 100644 --- a/sdk/dist/cc.angular.js +++ b/sdk/dist/cc.angular.js @@ -3567,4 +3567,4 @@ angular.module('sdk.filter', [ 'sdk.filter.currency' ]); -})(window, window....
fix(sdk): fix wrong intro file
sofa_angular-sofa-scrolling-shadow
train
47e673a23fc33b379a37001644788404685391ef
diff --git a/lib/github-backup.rb b/lib/github-backup.rb index <HASH>..<HASH> 100644 --- a/lib/github-backup.rb +++ b/lib/github-backup.rb @@ -91,7 +91,7 @@ class Github::Backup def backup_repository_initial(repository) FileUtils::cd(backup_root) do - shell("git clone --mirror -n #{repository.clone_url}"...
Use ssh_url rather than clone_url clone_url seems to always return the HTTP URL so asks for authentication for private repos.
ddollar_github-backup
train
aa4637ebf367c9a35d6d0154c4122194e181c425
diff --git a/src/WatcherCommand.php b/src/WatcherCommand.php index <HASH>..<HASH> 100644 --- a/src/WatcherCommand.php +++ b/src/WatcherCommand.php @@ -11,7 +11,7 @@ use Symfony\Component\Console\Output\OutputInterface; class WatcherCommand extends Command { - const PHPUNIT_WATCH_CONFIG_FILENAME = "/.phpunit-watc...
Apply fixes from StyleCI (#<I>)
spatie_phpunit-watcher
train
ca2354fce9997fd4f0c83ca541c6e351b3db9f66
diff --git a/packages/blueprint/lib/index.js b/packages/blueprint/lib/index.js index <HASH>..<HASH> 100644 --- a/packages/blueprint/lib/index.js +++ b/packages/blueprint/lib/index.js @@ -101,3 +101,10 @@ exports.emit = function () { emit.apply (messenger, arguments); }; +/** + * Destroy the framework. Once this m...
Added support for destroying the framework
onehilltech_blueprint
train
bb06796812ce265589b54a0b7754eaa235764358
diff --git a/saunter/testcase/remotecontrol.py b/saunter/testcase/remotecontrol.py index <HASH>..<HASH> 100644 --- a/saunter/testcase/remotecontrol.py +++ b/saunter/testcase/remotecontrol.py @@ -87,7 +87,7 @@ class SaunterTestCase(BaseTestCase): zipped.write(filename, filename[path_root:]) ...
fixing error reporting when profile isn't found
Element-34_py.saunter
train
280e071fc579e866eb9fdc814622b7f302af16f0
diff --git a/spec/inputs/select_input_spec.rb b/spec/inputs/select_input_spec.rb index <HASH>..<HASH> 100644 --- a/spec/inputs/select_input_spec.rb +++ b/spec/inputs/select_input_spec.rb @@ -230,11 +230,7 @@ describe 'select input' do end it "should call author.(scoped|where) with association conditions" do...
no need for Rails 3 case here
justinfrench_formtastic
train