From 5a07eb2b95fc1d8aec27f791f6cc0479d577f240 Mon Sep 17 00:00:00 2001 From: "repo-ranger[bot]" Date: Sun, 22 May 2022 14:43:22 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20badges/s?= =?UTF-8?q?hields@fd629a8d80393c3886d064b60672554792c7d02b=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- badge-maker_lib_index.js.html | 4 +- badge-maker_lib_xml.js.html | 4 +- core_base-service_base-graphql.js.html | 4 +- core_base-service_base-json.js.html | 4 +- core_base-service_base-svg-scraping.js.html | 4 +- core_base-service_base-xml.js.html | 4 +- core_base-service_base-yaml.js.html | 4 +- core_base-service_base.js.html | 4 +- core_base-service_errors.js.html | 4 +- core_base-service_graphql.js.html | 4 +- core_base-service_resource-cache.js.html | 4 +- core_server_prometheus-metrics.js.html | 4 +- core_server_server.js.html | 4 +- ...-test-runner_create-service-tester.js.html | 4 +- ...ice-test-runner_icedfrisby-shields.js.html | 4 +- ...ice-test-runner_infer-pull-request.js.html | 4 +- core_service-test-runner_runner.js.html | 4 +- ...service-test-runner_service-tester.js.html | 4 +- ...ice-test-runner_services-for-title.js.html | 4 +- core_token-pooling_token-pool.js.html | 4 +- global.html | 4 +- index.html | 4 +- module-badge-maker.html | 4 +- module-badge-maker_lib_xml-ElementList.html | 4 +- module-badge-maker_lib_xml-XmlElement.html | 4 +- module-badge-maker_lib_xml.html | 4 +- ...le-core_base-service_base-BaseService.html | 4 +- ...rvice_base-graphql-BaseGraphqlService.html | 4 +- module-core_base-service_base-graphql.html | 4 +- ...ase-service_base-json-BaseJsonService.html | 4 +- module-core_base-service_base-json.html | 4 +- ...e-svg-scraping-BaseSvgScrapingService.html | 4 +- ...e-core_base-service_base-svg-scraping.html | 4 +- ..._base-service_base-xml-BaseXmlService.html | 4 +- module-core_base-service_base-xml.html | 4 +- ...ase-service_base-yaml-BaseYamlService.html | 4 +- module-core_base-service_base-yaml.html | 4 +- module-core_base-service_base.html | 4 +- ...e-core_base-service_errors-Deprecated.html | 4 +- ...e-service_errors-ImproperlyConfigured.html | 4 +- ...core_base-service_errors-Inaccessible.html | 4 +- ..._base-service_errors-InvalidParameter.html | 4 +- ...e_base-service_errors-InvalidResponse.html | 4 +- module-core_base-service_errors-NotFound.html | 4 +- ...se-service_errors-ShieldsRuntimeError.html | 4 +- module-core_base-service_errors.html | 4 +- module-core_base-service_graphql.html | 4 +- module-core_base-service_resource-cache.html | 4 +- module-core_server_server-Server.html | 4 +- module-core_server_server.html | 4 +- ...ice-test-runner_create-service-tester.html | 4 +- ...ervice-test-runner_icedfrisby-shields.html | 4 +- ...ervice-test-runner_infer-pull-request.html | 4 +- ...ore_service-test-runner_runner-Runner.html | 4 +- module-core_service-test-runner_runner.html | 4 +- ...t-runner_service-tester-ServiceTester.html | 4 +- ...re_service-test-runner_service-tester.html | 4 +- ...ervice-test-runner_services-for-title.html | 4 +- ...e-core_token-pooling_token-pool-Token.html | 4 +- ...re_token-pooling_token-pool-TokenPool.html | 4 +- module-core_token-pooling_token-pool.html | 4 +- module-services_build-status.html | 418 ++++++++++++++++++ module-services_downloads.html | 4 +- module-services_dynamic_json-path.html | 4 +- ...ervices_steam_steam-base-BaseSteamAPI.html | 4 +- module-services_steam_steam-base.html | 4 +- services_build-status.js.html | 147 ++++++ services_downloads.js.html | 4 +- services_dynamic_json-path.js.html | 4 +- services_packagist_packagist-base.js.html | 4 +- services_steam_steam-base.js.html | 4 +- services_test-validators.js.html | 4 +- tutorial-TUTORIAL.html | 4 +- tutorial-adding-new-config-values.html | 4 +- tutorial-badge-urls.html | 4 +- tutorial-code-walkthrough.html | 4 +- tutorial-deprecating-badges.html | 4 +- tutorial-input-validation.html | 4 +- tutorial-json-format.html | 4 +- tutorial-logos.html | 4 +- tutorial-performance-testing.html | 4 +- tutorial-production-hosting.html | 4 +- tutorial-releases.html | 4 +- tutorial-self-hosting.html | 4 +- tutorial-server-secrets.html | 4 +- tutorial-service-tests.html | 4 +- 86 files changed, 733 insertions(+), 168 deletions(-) create mode 100644 module-services_build-status.html create mode 100644 services_build-status.js.html diff --git a/badge-maker_lib_index.js.html b/badge-maker_lib_index.js.html index e6f5b19c65..e985b58389 100644 --- a/badge-maker_lib_index.js.html +++ b/badge-maker_lib_index.js.html @@ -117,13 +117,13 @@ module.exports = {
diff --git a/badge-maker_lib_xml.js.html b/badge-maker_lib_xml.js.html index 8d4411bfe1..ccd2bcd11d 100644 --- a/badge-maker_lib_xml.js.html +++ b/badge-maker_lib_xml.js.html @@ -132,13 +132,13 @@ module.exports = { escapeXml, stripXmlWhitespace, XmlElement, ElementList }
diff --git a/core_base-service_base-graphql.js.html b/core_base-service_base-graphql.js.html index f69a441a12..c33c72c1a4 100644 --- a/core_base-service_base-graphql.js.html +++ b/core_base-service_base-graphql.js.html @@ -130,13 +130,13 @@ export default BaseGraphqlService
diff --git a/core_base-service_base-json.js.html b/core_base-service_base-json.js.html index 94f03812e3..9951810468 100644 --- a/core_base-service_base-json.js.html +++ b/core_base-service_base-json.js.html @@ -91,13 +91,13 @@ export default BaseJsonService
diff --git a/core_base-service_base-svg-scraping.js.html b/core_base-service_base-svg-scraping.js.html index 73719c3aa4..a85eb6b383 100644 --- a/core_base-service_base-svg-scraping.js.html +++ b/core_base-service_base-svg-scraping.js.html @@ -127,13 +127,13 @@ export default BaseSvgScrapingService
diff --git a/core_base-service_base-xml.js.html b/core_base-service_base-xml.js.html index 0c50c49fc5..041a1b82e5 100644 --- a/core_base-service_base-xml.js.html +++ b/core_base-service_base-xml.js.html @@ -106,13 +106,13 @@ export default BaseXmlService
diff --git a/core_base-service_base-yaml.js.html b/core_base-service_base-yaml.js.html index 821e833a1a..06e006c5d4 100644 --- a/core_base-service_base-yaml.js.html +++ b/core_base-service_base-yaml.js.html @@ -109,13 +109,13 @@ export default BaseYamlService
diff --git a/core_base-service_base.js.html b/core_base-service_base.js.html index 51927d3937..d972c32f90 100644 --- a/core_base-service_base.js.html +++ b/core_base-service_base.js.html @@ -613,13 +613,13 @@ export default BaseService
diff --git a/core_base-service_errors.js.html b/core_base-service_errors.js.html index 2d4ba9a52c..2c934db44d 100644 --- a/core_base-service_errors.js.html +++ b/core_base-service_errors.js.html @@ -255,13 +255,13 @@ export {
diff --git a/core_base-service_graphql.js.html b/core_base-service_graphql.js.html index 809ee0f1b7..d486cadd9d 100644 --- a/core_base-service_graphql.js.html +++ b/core_base-service_graphql.js.html @@ -87,13 +87,13 @@ export { mergeQueries }
diff --git a/core_base-service_resource-cache.js.html b/core_base-service_resource-cache.js.html index 6702318d45..47bd9243a2 100644 --- a/core_base-service_resource-cache.js.html +++ b/core_base-service_resource-cache.js.html @@ -103,13 +103,13 @@ export { getCachedResource, clearResourceCache }
diff --git a/core_server_prometheus-metrics.js.html b/core_server_prometheus-metrics.js.html index a425a25f3e..ab00aa5ed6 100644 --- a/core_server_prometheus-metrics.js.html +++ b/core_server_prometheus-metrics.js.html @@ -121,13 +121,13 @@ export default class PrometheusMetrics {
diff --git a/core_server_server.js.html b/core_server_server.js.html index 5152b87f13..a021f5bb02 100644 --- a/core_server_server.js.html +++ b/core_server_server.js.html @@ -627,13 +627,13 @@ export default Server
diff --git a/core_service-test-runner_create-service-tester.js.html b/core_service-test-runner_create-service-tester.js.html index 370ea4666d..3471e4ffee 100644 --- a/core_service-test-runner_create-service-tester.js.html +++ b/core_service-test-runner_create-service-tester.js.html @@ -68,13 +68,13 @@ export default createServiceTester
diff --git a/core_service-test-runner_icedfrisby-shields.js.html b/core_service-test-runner_icedfrisby-shields.js.html index b5648a1f23..c942e50611 100644 --- a/core_service-test-runner_icedfrisby-shields.js.html +++ b/core_service-test-runner_icedfrisby-shields.js.html @@ -140,13 +140,13 @@ export default factory
diff --git a/core_service-test-runner_infer-pull-request.js.html b/core_service-test-runner_infer-pull-request.js.html index 9518ce4914..a4fe2bbfe2 100644 --- a/core_service-test-runner_infer-pull-request.js.html +++ b/core_service-test-runner_infer-pull-request.js.html @@ -136,13 +136,13 @@ export { parseGithubPullRequestUrl, parseGithubRepoSlug, inferPullRequest }
diff --git a/core_service-test-runner_runner.js.html b/core_service-test-runner_runner.js.html index 74e4f35bd1..c3c0b39974 100644 --- a/core_service-test-runner_runner.js.html +++ b/core_service-test-runner_runner.js.html @@ -112,13 +112,13 @@ export default Runner
diff --git a/core_service-test-runner_service-tester.js.html b/core_service-test-runner_service-tester.js.html index a96fcb631b..1f9b33416d 100644 --- a/core_service-test-runner_service-tester.js.html +++ b/core_service-test-runner_service-tester.js.html @@ -178,13 +178,13 @@ export default ServiceTester
diff --git a/core_service-test-runner_services-for-title.js.html b/core_service-test-runner_services-for-title.js.html index 91b1b4f94c..51dec11c99 100644 --- a/core_service-test-runner_services-for-title.js.html +++ b/core_service-test-runner_services-for-title.js.html @@ -69,13 +69,13 @@ export default servicesForTitle
diff --git a/core_token-pooling_token-pool.js.html b/core_token-pooling_token-pool.js.html index 0f9018e668..ff971400e7 100644 --- a/core_token-pooling_token-pool.js.html +++ b/core_token-pooling_token-pool.js.html @@ -373,13 +373,13 @@ export { sanitizeToken, Token, TokenPool }
diff --git a/global.html b/global.html index 1adfb331c9..851409b4a1 100644 --- a/global.html +++ b/global.html @@ -678,13 +678,13 @@
diff --git a/index.html b/index.html index 00e2b556b0..848fe1cdef 100644 --- a/index.html +++ b/index.html @@ -217,13 +217,13 @@ under their terms and license.


diff --git a/module-badge-maker.html b/module-badge-maker.html index 6894d47d59..ead3fd1166 100644 --- a/module-badge-maker.html +++ b/module-badge-maker.html @@ -381,13 +381,13 @@
diff --git a/module-badge-maker_lib_xml-ElementList.html b/module-badge-maker_lib_xml-ElementList.html index 9a97967412..fa7d61ff48 100644 --- a/module-badge-maker_lib_xml-ElementList.html +++ b/module-badge-maker_lib_xml-ElementList.html @@ -157,13 +157,13 @@ like an XmlElement but renders multiple XML tags (not wrapped in a ).


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-badge-maker_lib_xml-XmlElement.html b/module-badge-maker_lib_xml-XmlElement.html index 0270162f8d..748b4261a5 100644 --- a/module-badge-maker_lib_xml-XmlElement.html +++ b/module-badge-maker_lib_xml-XmlElement.html @@ -468,13 +468,13 @@ element will be rendered as a self-closing element.


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-badge-maker_lib_xml.html b/module-badge-maker_lib_xml.html index 135bd0cd4a..2e3f6c4ca5 100644 --- a/module-badge-maker_lib_xml.html +++ b/module-badge-maker_lib_xml.html @@ -80,13 +80,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-BaseService.html b/module-core_base-service_base-BaseService.html index 4feb99f7b3..d87e696a2e 100644 --- a/module-core_base-service_base-BaseService.html +++ b/module-core_base-service_base-BaseService.html @@ -739,13 +739,13 @@ defined in this.route.pattern or this.route.capture


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-graphql-BaseGraphqlService.html b/module-core_base-service_base-graphql-BaseGraphqlService.html index 7077bfa50f..268f47df8b 100644 --- a/module-core_base-service_base-graphql-BaseGraphqlService.html +++ b/module-core_base-service_base-graphql-BaseGraphqlService.html @@ -823,13 +823,13 @@ an InvalidResponse.


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-graphql.html b/module-core_base-service_base-graphql.html index dee3ba70ae..0e7305dfb0 100644 --- a/module-core_base-service_base-graphql.html +++ b/module-core_base-service_base-graphql.html @@ -77,13 +77,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-json-BaseJsonService.html b/module-core_base-service_base-json-BaseJsonService.html index 419e7d7ca6..36e5b3d128 100644 --- a/module-core_base-service_base-json-BaseJsonService.html +++ b/module-core_base-service_base-json-BaseJsonService.html @@ -668,13 +668,13 @@ This can be used to extend or override the
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-json.html b/module-core_base-service_base-json.html index a747f9173d..86032bdea9 100644 --- a/module-core_base-service_base-json.html +++ b/module-core_base-service_base-json.html @@ -77,13 +77,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html b/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html index 4a75e8bd3d..eaf822e906 100644 --- a/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html +++ b/module-core_base-service_base-svg-scraping-BaseSvgScrapingService.html @@ -759,13 +759,13 @@ This can be used to extend or override the
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-svg-scraping.html b/module-core_base-service_base-svg-scraping.html index a3bf2e6939..6669429b8e 100644 --- a/module-core_base-service_base-svg-scraping.html +++ b/module-core_base-service_base-svg-scraping.html @@ -77,13 +77,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-xml-BaseXmlService.html b/module-core_base-service_base-xml-BaseXmlService.html index 690c9ca289..29517bdf0f 100644 --- a/module-core_base-service_base-xml-BaseXmlService.html +++ b/module-core_base-service_base-xml-BaseXmlService.html @@ -551,13 +551,13 @@ This can be used to extend or override the
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-xml.html b/module-core_base-service_base-xml.html index 76355c358a..6affab3f7f 100644 --- a/module-core_base-service_base-xml.html +++ b/module-core_base-service_base-xml.html @@ -77,13 +77,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-yaml-BaseYamlService.html b/module-core_base-service_base-yaml-BaseYamlService.html index 644f4eb466..bdea33083c 100644 --- a/module-core_base-service_base-yaml-BaseYamlService.html +++ b/module-core_base-service_base-yaml-BaseYamlService.html @@ -548,13 +548,13 @@ This can be used to extend or override the
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base-yaml.html b/module-core_base-service_base-yaml.html index 4b9f16bf23..e32ce44179 100644 --- a/module-core_base-service_base-yaml.html +++ b/module-core_base-service_base-yaml.html @@ -77,13 +77,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_base.html b/module-core_base-service_base.html index d279157fb8..e00cbc9cfc 100644 --- a/module-core_base-service_base.html +++ b/module-core_base-service_base.html @@ -1160,13 +1160,13 @@ when the parameter is absent. (Note that in,
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-Deprecated.html b/module-core_base-service_errors-Deprecated.html index 4c19d017f8..ed447fd52f 100644 --- a/module-core_base-service_errors-Deprecated.html +++ b/module-core_base-service_errors-Deprecated.html @@ -205,13 +205,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-ImproperlyConfigured.html b/module-core_base-service_errors-ImproperlyConfigured.html index 578238887e..c31beb2106 100644 --- a/module-core_base-service_errors-ImproperlyConfigured.html +++ b/module-core_base-service_errors-ImproperlyConfigured.html @@ -205,13 +205,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-Inaccessible.html b/module-core_base-service_errors-Inaccessible.html index 73e8158f37..97e3ec7330 100644 --- a/module-core_base-service_errors-Inaccessible.html +++ b/module-core_base-service_errors-Inaccessible.html @@ -206,13 +206,13 @@ or to wrap a 5XX response


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-InvalidParameter.html b/module-core_base-service_errors-InvalidParameter.html index 752637920a..805a919730 100644 --- a/module-core_base-service_errors-InvalidParameter.html +++ b/module-core_base-service_errors-InvalidParameter.html @@ -206,13 +206,13 @@ is invalid or unexpected


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-InvalidResponse.html b/module-core_base-service_errors-InvalidResponse.html index f27e737dc9..38935ba3a1 100644 --- a/module-core_base-service_errors-InvalidResponse.html +++ b/module-core_base-service_errors-InvalidResponse.html @@ -205,13 +205,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-NotFound.html b/module-core_base-service_errors-NotFound.html index d96f4d26de..ddba26a465 100644 --- a/module-core_base-service_errors-NotFound.html +++ b/module-core_base-service_errors-NotFound.html @@ -205,13 +205,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors-ShieldsRuntimeError.html b/module-core_base-service_errors-ShieldsRuntimeError.html index a3802e0d30..88fce0e518 100644 --- a/module-core_base-service_errors-ShieldsRuntimeError.html +++ b/module-core_base-service_errors-ShieldsRuntimeError.html @@ -378,13 +378,13 @@ should override this method.


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_errors.html b/module-core_base-service_errors.html index fde4542f33..0f40953b58 100644 --- a/module-core_base-service_errors.html +++ b/module-core_base-service_errors.html @@ -348,13 +348,13 @@ badge when we catch and render the exception (Optional)


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_graphql.html b/module-core_base-service_graphql.html index ea0b10646b..245d4530c8 100644 --- a/module-core_base-service_graphql.html +++ b/module-core_base-service_graphql.html @@ -248,13 +248,13 @@ but can't use that due to incorrect packaging.


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_base-service_resource-cache.html b/module-core_base-service_resource-cache.html index 2bfb6fb471..931c6609bf 100644 --- a/module-core_base-service_resource-cache.html +++ b/module-core_base-service_resource-cache.html @@ -489,13 +489,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_server_server-Server.html b/module-core_server_server-Server.html index 59af185e93..237a1b3c83 100644 --- a/module-core_server_server-Server.html +++ b/module-core_server_server-Server.html @@ -675,13 +675,13 @@ Start listening for requests on this.baseUrl()


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_server_server.html b/module-core_server_server.html index bb0f42ff2d..949898e68e 100644 --- a/module-core_server_server.html +++ b/module-core_server_server.html @@ -77,13 +77,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_create-service-tester.html b/module-core_service-test-runner_create-service-tester.html index 1abd655cc5..3f1d3c8a25 100644 --- a/module-core_service-test-runner_create-service-tester.html +++ b/module-core_service-test-runner_create-service-tester.html @@ -188,13 +188,13 @@ service.


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_icedfrisby-shields.html b/module-core_service-test-runner_icedfrisby-shields.html index 826e33017a..3041857495 100644 --- a/module-core_service-test-runner_icedfrisby-shields.html +++ b/module-core_service-test-runner_icedfrisby-shields.html @@ -244,13 +244,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_infer-pull-request.html b/module-core_service-test-runner_infer-pull-request.html index 439d9cf46a..b97fbeb267 100644 --- a/module-core_service-test-runner_infer-pull-request.html +++ b/module-core_service-test-runner_infer-pull-request.html @@ -464,13 +464,13 @@ of a pull request from the environment variables.


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_runner-Runner.html b/module-core_service-test-runner_runner-Runner.html index c8b99bbc77..4b2d848c63 100644 --- a/module-core_service-test-runner_runner-Runner.html +++ b/module-core_service-test-runner_runner-Runner.html @@ -562,13 +562,13 @@ overridden on instances.


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_runner.html b/module-core_service-test-runner_runner.html index 4fdc311d96..4a2d6872d3 100644 --- a/module-core_service-test-runner_runner.html +++ b/module-core_service-test-runner_runner.html @@ -77,13 +77,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_service-tester-ServiceTester.html b/module-core_service-test-runner_service-tester-ServiceTester.html index 17932ebb78..8ff31ed8e7 100644 --- a/module-core_service-test-runner_service-tester-ServiceTester.html +++ b/module-core_service-test-runner_service-tester-ServiceTester.html @@ -1120,13 +1120,13 @@ the CLI, or directly on the tester.


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_service-tester.html b/module-core_service-test-runner_service-tester.html index d64d2f7ce4..48f523b634 100644 --- a/module-core_service-test-runner_service-tester.html +++ b/module-core_service-test-runner_service-tester.html @@ -77,13 +77,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_service-test-runner_services-for-title.html b/module-core_service-test-runner_services-for-title.html index 1245d80805..188ee9522b 100644 --- a/module-core_service-test-runner_services-for-title.html +++ b/module-core_service-test-runner_services-for-title.html @@ -236,13 +236,13 @@ as an array of strings.


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_token-pooling_token-pool-Token.html b/module-core_token-pooling_token-pool-Token.html index 0116da4feb..c5e22fe200 100644 --- a/module-core_token-pooling_token-pool-Token.html +++ b/module-core_token-pooling_token-pool-Token.html @@ -709,13 +709,13 @@ stable ordering for a valid priority queue.


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_token-pooling_token-pool-TokenPool.html b/module-core_token-pooling_token-pool-TokenPool.html index 734761e068..c5cfda3382 100644 --- a/module-core_token-pooling_token-pool-TokenPool.html +++ b/module-core_token-pooling_token-pool-TokenPool.html @@ -893,13 +893,13 @@ indicate it should not be reused.


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-core_token-pooling_token-pool.html b/module-core_token-pooling_token-pool.html index c7b1bef6d7..8ece67f57a 100644 --- a/module-core_token-pooling_token-pool.html +++ b/module-core_token-pooling_token-pool.html @@ -243,13 +243,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_build-status.html b/module-services_build-status.html new file mode 100644 index 0000000000..f63e75dada --- /dev/null +++ b/module-services_build-status.html @@ -0,0 +1,418 @@ + + + + + JSDoc: Module: services/build-status + + + + + + + + + + +
+ +

Module: services/build-status

+ + + + + + +
+ +
+ + + +
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + +

Members

+ + + +

(inner, constant) isBuildStatus :object

+ + + + +
+

Joi schema for validating Build Status. +Checks if the build status is present in the list of allowed build status.

+
+ + + +
Type:
+
    +
  • + +object + + +
  • +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + +

Methods

+ + + + + + + +

(inner) renderBuildStatusBadge(attrs) → {object}

+ + + + + + +
+

Handles rendering concerns of badges that display build status. +Determines the message and color of the badge according to the build status.

+
+ + + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
attrs + + +object + + + +

Refer to individual attributes

+
Properties
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
label + + +string + + + + + + <optional>
+ + + + + +

If provided then badge label is set to this value

status + + +string + + + + + + + + + +

Build status

+ +
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + +
Returns:
+ + +
+

Badge with label, message and color properties

+
+ + + +
+
+ Type +
+
+ +object + + +
+
+ + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+ Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time) +
+ + + + + \ No newline at end of file diff --git a/module-services_downloads.html b/module-services_downloads.html index bd513eb48b..5b70199ce8 100644 --- a/module-services_downloads.html +++ b/module-services_downloads.html @@ -498,13 +498,13 @@ this value as the prefix for versioned badges, e.g. foobar@v1.23. D
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_dynamic_json-path.html b/module-services_dynamic_json-path.html index 298b2c1a30..d8046cccca 100644 --- a/module-services_dynamic_json-path.html +++ b/module-services_dynamic_json-path.html @@ -536,13 +536,13 @@ This can be used to extend or override the
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_steam_steam-base-BaseSteamAPI.html b/module-services_steam_steam-base-BaseSteamAPI.html index 4706ee064d..aef1aaabc6 100644 --- a/module-services_steam_steam-base-BaseSteamAPI.html +++ b/module-services_steam_steam-base-BaseSteamAPI.html @@ -374,13 +374,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/module-services_steam_steam-base.html b/module-services_steam_steam-base.html index f341ba3751..31305ba2e7 100644 --- a/module-services_steam_steam-base.html +++ b/module-services_steam_steam-base.html @@ -77,13 +77,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/services_build-status.js.html b/services_build-status.js.html new file mode 100644 index 0000000000..ecc5494041 --- /dev/null +++ b/services_build-status.js.html @@ -0,0 +1,147 @@ + + + + + JSDoc: Source: services/build-status.js + + + + + + + + + + +
+ +

Source: services/build-status.js

+ + + + + + +
+
+
/**
+ * @module
+ */
+
+import Joi from 'joi'
+
+const greenStatuses = [
+  'fixed',
+  'passed',
+  'passing',
+  'succeeded',
+  'success',
+  'successful',
+]
+
+const orangeStatuses = ['partially succeeded', 'unstable', 'timeout']
+
+const redStatuses = [
+  'broken',
+  'error',
+  'errored',
+  'failed',
+  'failing',
+  'failure',
+  'infrastructure_failure',
+]
+
+const otherStatuses = [
+  'aborted',
+  'building',
+  'canceled',
+  'cancelled',
+  'created',
+  'expired',
+  'initiated',
+  'no builds',
+  'no tests',
+  'not built',
+  'not run',
+  'pending',
+  'processing',
+  'queued',
+  'running',
+  'scheduled',
+  'skipped',
+  'starting',
+  'stopped',
+  'testing',
+  'waiting',
+]
+
+const allStatuses = greenStatuses
+  .concat(orangeStatuses)
+  .concat(redStatuses)
+  .concat(otherStatuses)
+
+/**
+ * Joi schema for validating Build Status.
+ * Checks if the build status is present in the list of allowed build status.
+ *
+ * @type {object}
+ */
+const isBuildStatus = Joi.equal(...allStatuses)
+
+/**
+ * Handles rendering concerns of badges that display build status.
+ * Determines the message and color of the badge according to the build status.
+ *
+ * @param {object} attrs Refer to individual attributes
+ * @param {string} [attrs.label] If provided then badge label is set to this value
+ * @param {string} attrs.status Build status
+ * @returns {object} Badge with label, message and color properties
+ */
+function renderBuildStatusBadge({ label, status }) {
+  let message
+  let color
+  if (greenStatuses.includes(status)) {
+    message = 'passing'
+    color = 'brightgreen'
+  } else if (orangeStatuses.includes(status)) {
+    message = status === 'partially succeeded' ? 'passing' : status
+    color = 'orange'
+  } else if (redStatuses.includes(status)) {
+    message = status === 'failed' ? 'failing' : status
+    color = 'red'
+  } else {
+    message = status
+  }
+  return {
+    label,
+    message,
+    color,
+  }
+}
+
+export { isBuildStatus, renderBuildStatusBadge }
+
+
+
+ + + + +
+ + + +
+ +
+ Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time) +
+ + + + + diff --git a/services_downloads.js.html b/services_downloads.js.html index 8d36d8bfdf..5df7385461 100644 --- a/services_downloads.js.html +++ b/services_downloads.js.html @@ -95,13 +95,13 @@ export { renderDownloadsBadge }
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/services_dynamic_json-path.js.html b/services_dynamic_json-path.js.html index 69860eabeb..6821246688 100644 --- a/services_dynamic_json-path.js.html +++ b/services_dynamic_json-path.js.html @@ -114,13 +114,13 @@ export default superclass =>
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/services_packagist_packagist-base.js.html b/services_packagist_packagist-base.js.html index 24df577b17..abea72a66a 100644 --- a/services_packagist_packagist-base.js.html +++ b/services_packagist_packagist-base.js.html @@ -226,13 +226,13 @@ export {
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/services_steam_steam-base.js.html b/services_steam_steam-base.js.html index a45b2771e1..04c9d40738 100644 --- a/services_steam_steam-base.js.html +++ b/services_steam_steam-base.js.html @@ -92,13 +92,13 @@ export default BaseSteamAPI
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/services_test-validators.js.html b/services_test-validators.js.html index 99852bb14a..cae9f839ea 100644 --- a/services_test-validators.js.html +++ b/services_test-validators.js.html @@ -223,13 +223,13 @@ export {
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:47 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-TUTORIAL.html b/tutorial-TUTORIAL.html index 291593538e..dc9015717b 100644 --- a/tutorial-TUTORIAL.html +++ b/tutorial-TUTORIAL.html @@ -371,13 +371,13 @@ will review your contribution.
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-adding-new-config-values.html b/tutorial-adding-new-config-values.html index f6ba767113..36193e08c4 100644 --- a/tutorial-adding-new-config-values.html +++ b/tutorial-adding-new-config-values.html @@ -54,13 +54,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-badge-urls.html b/tutorial-badge-urls.html index 9c00dc4a26..a2bc47bc94 100644 --- a/tutorial-badge-urls.html +++ b/tutorial-badge-urls.html @@ -71,13 +71,13 @@ badge is for issues, and the parameters are :user/:repo.
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-code-walkthrough.html b/tutorial-code-walkthrough.html index 1ce74702cc..cc117019f9 100644 --- a/tutorial-code-walkthrough.html +++ b/tutorial-code-walkthrough.html @@ -234,13 +234,13 @@ result over the HTTPS connection.
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-deprecating-badges.html b/tutorial-deprecating-badges.html index 3a0eb7fa51..59093cac7c 100644 --- a/tutorial-deprecating-badges.html +++ b/tutorial-deprecating-badges.html @@ -136,13 +136,13 @@ t.create('no longer available (previously number of layers)')
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-input-validation.html b/tutorial-input-validation.html index 852371af4b..ee364a5c3c 100644 --- a/tutorial-input-validation.html +++ b/tutorial-input-validation.html @@ -97,13 +97,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-json-format.html b/tutorial-json-format.html index 228bb1ed2d..f0a9faa4fd 100644 --- a/tutorial-json-format.html +++ b/tutorial-json-format.html @@ -54,13 +54,13 @@ if you have any queries regarding the JSON format.


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-logos.html b/tutorial-logos.html index bc7ff7099e..c6b4917c47 100644 --- a/tutorial-logos.html +++ b/tutorial-logos.html @@ -90,13 +90,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-performance-testing.html b/tutorial-performance-testing.html index fadfa91509..3c767e27a4 100644 --- a/tutorial-performance-testing.html +++ b/tutorial-performance-testing.html @@ -70,13 +70,13 @@ node --prof-process --preprocess -j isolate-00000244AB6ED3B0-11920-v8.log | flam
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:21 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-production-hosting.html b/tutorial-production-hosting.html index b9cbcce64f..21110f3781 100644 --- a/tutorial-production-hosting.html +++ b/tutorial-production-hosting.html @@ -229,13 +229,13 @@ via local-shields-io-production.yml (see Home

Modules

Classes

Tutorials

Global

+

Home

Modules

Classes

Tutorials

Global


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:22 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-releases.html b/tutorial-releases.html index 98931f9e26..fcbecf8565 100644 --- a/tutorial-releases.html +++ b/tutorial-releases.html @@ -73,13 +73,13 @@
- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:22 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-self-hosting.html b/tutorial-self-hosting.html index 2114e47165..1b23d0035d 100644 --- a/tutorial-self-hosting.html +++ b/tutorial-self-hosting.html @@ -167,13 +167,13 @@ Set public.requireCloudflare: true.


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:22 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-server-secrets.html b/tutorial-server-secrets.html index 35c29f3ebd..d1ef876f20 100644 --- a/tutorial-server-secrets.html +++ b/tutorial-server-secrets.html @@ -273,13 +273,13 @@ and create an API key for the YouTube Data API v3.


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:22 GMT+0000 (Coordinated Universal Time)
diff --git a/tutorial-service-tests.html b/tutorial-service-tests.html index 792747ca2c..5fef6127bf 100644 --- a/tutorial-service-tests.html +++ b/tutorial-service-tests.html @@ -240,13 +240,13 @@ comment there instead.


- Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:24:48 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.10 on Sun May 22 2022 14:43:22 GMT+0000 (Coordinated Universal Time)