@budibase/server 1.0.123-alpha.0 → 1.0.123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/builder/assets/index.68a7f4e3.css +6 -0
- package/builder/assets/index.8d4a5b33.js +1291 -0
- package/builder/assets/{vendor.5240f480.js → vendor.8e34a169.js} +1 -1
- package/builder/index.html +3 -3
- package/coverage/clover.xml +1763 -758
- package/coverage/coverage-final.json +43 -28
- package/coverage/lcov-report/api/controllers/analytics.js.html +3 -8
- package/coverage/lcov-report/api/controllers/apikeys.js.html +4 -9
- package/coverage/lcov-report/api/controllers/application.js.html +1436 -0
- package/coverage/lcov-report/api/controllers/auth.js.html +3 -8
- package/coverage/lcov-report/api/controllers/automation.js.html +3 -8
- package/coverage/lcov-report/api/controllers/backup.js.html +3 -8
- package/coverage/lcov-report/api/controllers/cloud.js.html +3 -8
- package/coverage/lcov-report/api/controllers/component.js.html +3 -8
- package/coverage/lcov-report/api/controllers/datasource.js.html +6 -11
- package/coverage/lcov-report/api/controllers/dev.js.html +3 -8
- package/coverage/lcov-report/api/controllers/index.html +26 -16
- package/coverage/lcov-report/api/controllers/integration.js.html +3 -8
- package/coverage/lcov-report/api/controllers/layout.js.html +3 -8
- package/coverage/lcov-report/api/controllers/metadata.js.html +3 -8
- package/coverage/lcov-report/api/controllers/migrations.js.html +3 -8
- package/coverage/lcov-report/api/controllers/permission.js.html +3 -8
- package/coverage/lcov-report/api/controllers/query/index.html +26 -16
- package/coverage/lcov-report/api/controllers/query/index.js.html +713 -0
- package/coverage/lcov-report/api/controllers/query/validation.js.html +3 -8
- package/coverage/lcov-report/api/controllers/role.js.html +5 -10
- package/coverage/lcov-report/api/controllers/routing.js.html +4 -9
- package/coverage/lcov-report/api/controllers/row/external.js.html +3 -8
- package/coverage/lcov-report/api/controllers/row/index.html +35 -25
- package/coverage/lcov-report/api/controllers/row/index.js.html +524 -0
- package/coverage/lcov-report/api/controllers/row/internal.js.html +24 -32
- package/coverage/lcov-report/api/controllers/row/internalSearch.js.html +16 -21
- package/coverage/lcov-report/api/controllers/row/staticFormula.js.html +19 -24
- package/coverage/lcov-report/api/controllers/row/utils.js.html +19 -33
- package/coverage/lcov-report/api/controllers/screen.js.html +4 -9
- package/coverage/lcov-report/api/controllers/script.js.html +3 -8
- package/coverage/lcov-report/api/controllers/table/bulkFormula.js.html +50 -55
- package/coverage/lcov-report/api/controllers/table/external.js.html +3 -8
- package/coverage/lcov-report/api/controllers/table/index.html +44 -19
- package/coverage/lcov-report/api/controllers/table/index.js.html +15 -20
- package/coverage/lcov-report/api/controllers/table/internal.js.html +620 -0
- package/coverage/lcov-report/api/controllers/table/utils.js.html +1331 -0
- package/coverage/lcov-report/api/controllers/templates.js.html +3 -8
- package/coverage/lcov-report/api/controllers/user.js.html +3 -8
- package/coverage/lcov-report/api/controllers/view/exporters.js.html +3 -8
- package/coverage/lcov-report/api/controllers/view/index.html +3 -8
- package/coverage/lcov-report/api/controllers/view/index.js.html +5 -10
- package/coverage/lcov-report/api/controllers/view/utils.js.html +3 -8
- package/coverage/lcov-report/api/controllers/view/viewBuilder.js.html +3 -8
- package/coverage/lcov-report/api/controllers/webhook.js.html +5 -10
- package/coverage/lcov-report/api/index.html +13 -18
- package/coverage/lcov-report/api/index.js.html +8 -28
- package/coverage/lcov-report/api/routes/analytics.js.html +3 -8
- package/coverage/lcov-report/api/routes/apikeys.js.html +3 -8
- package/coverage/lcov-report/api/routes/application.js.html +179 -0
- package/coverage/lcov-report/api/routes/auth.js.html +3 -8
- package/coverage/lcov-report/api/routes/automation.js.html +3 -8
- package/coverage/lcov-report/api/routes/backup.js.html +3 -8
- package/coverage/lcov-report/api/routes/cloud.js.html +3 -8
- package/coverage/lcov-report/api/routes/component.js.html +3 -8
- package/coverage/lcov-report/api/routes/datasource.js.html +3 -8
- package/coverage/lcov-report/api/routes/deploy.js.html +3 -8
- package/coverage/lcov-report/api/routes/dev.js.html +4 -9
- package/coverage/lcov-report/api/routes/index.html +68 -13
- package/coverage/lcov-report/api/routes/index.js.html +266 -0
- package/coverage/lcov-report/api/routes/integration.js.html +3 -8
- package/coverage/lcov-report/api/routes/layout.js.html +3 -8
- package/coverage/lcov-report/api/routes/metadata.js.html +3 -8
- package/coverage/lcov-report/api/routes/migrations.js.html +3 -8
- package/coverage/lcov-report/api/routes/permission.js.html +3 -8
- package/coverage/lcov-report/api/routes/query.js.html +3 -8
- package/coverage/lcov-report/api/routes/role.js.html +3 -8
- package/coverage/lcov-report/api/routes/routing.js.html +3 -8
- package/coverage/lcov-report/api/routes/row.js.html +908 -0
- package/coverage/lcov-report/api/routes/screen.js.html +3 -8
- package/coverage/lcov-report/api/routes/script.js.html +3 -8
- package/coverage/lcov-report/{automations/steps/loop.js.html → api/routes/static.js.html} +80 -70
- package/coverage/lcov-report/api/routes/table.js.html +3 -8
- package/coverage/lcov-report/api/routes/templates.js.html +3 -8
- package/coverage/lcov-report/api/routes/user.js.html +3 -8
- package/coverage/lcov-report/api/routes/utils/index.html +3 -8
- package/coverage/lcov-report/api/routes/utils/validators.js.html +3 -8
- package/coverage/lcov-report/api/routes/view.js.html +3 -8
- package/coverage/lcov-report/api/routes/webhook.js.html +3 -8
- package/coverage/lcov-report/automations/actions.js.html +7 -21
- package/coverage/lcov-report/automations/automationUtils.js.html +23 -64
- package/coverage/lcov-report/automations/bullboard.js.html +3 -8
- package/coverage/lcov-report/automations/index.html +37 -27
- package/coverage/lcov-report/automations/index.js.html +3 -8
- package/coverage/lcov-report/automations/steps/bash.js.html +3 -8
- package/coverage/lcov-report/automations/steps/createRow.js.html +380 -0
- package/coverage/lcov-report/automations/steps/delay.js.html +3 -8
- package/coverage/lcov-report/automations/steps/deleteRow.js.html +347 -0
- package/coverage/lcov-report/automations/steps/discord.js.html +3 -8
- package/coverage/lcov-report/automations/steps/executeQuery.js.html +3 -8
- package/coverage/lcov-report/automations/steps/executeScript.js.html +3 -8
- package/coverage/lcov-report/automations/steps/filter.js.html +3 -8
- package/coverage/lcov-report/automations/steps/index.html +41 -31
- package/coverage/lcov-report/automations/steps/integromat.js.html +3 -8
- package/coverage/lcov-report/automations/steps/outgoingWebhook.js.html +4 -9
- package/coverage/lcov-report/automations/steps/queryRows.js.html +4 -9
- package/coverage/lcov-report/automations/steps/sendSmtpEmail.js.html +3 -8
- package/coverage/lcov-report/automations/steps/serverLog.js.html +3 -8
- package/coverage/lcov-report/automations/steps/slack.js.html +3 -8
- package/coverage/lcov-report/automations/steps/updateRow.js.html +3 -8
- package/coverage/lcov-report/automations/steps/utils.js.html +9 -14
- package/coverage/lcov-report/automations/steps/zapier.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/app.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/cron.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/index.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/index.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/rowDeleted.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/rowSaved.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/rowUpdated.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/webhook.js.html +3 -8
- package/coverage/lcov-report/automations/triggers.js.html +11 -16
- package/coverage/lcov-report/automations/utils.js.html +665 -0
- package/coverage/lcov-report/block-navigation.js +0 -8
- package/coverage/lcov-report/constants/index.html +3 -8
- package/coverage/lcov-report/constants/index.js.html +42 -41
- package/coverage/lcov-report/constants/layouts.js.html +3 -8
- package/coverage/lcov-report/constants/screens.js.html +3 -8
- package/coverage/lcov-report/db/inMemoryView.js.html +3 -8
- package/coverage/lcov-report/db/index.html +3 -8
- package/coverage/lcov-report/db/index.js.html +4 -9
- package/coverage/lcov-report/db/linkedRows/LinkController.js.html +23 -25
- package/coverage/lcov-report/db/linkedRows/index.html +12 -17
- package/coverage/lcov-report/db/linkedRows/index.js.html +17 -22
- package/coverage/lcov-report/db/linkedRows/linkUtils.js.html +7 -12
- package/coverage/lcov-report/db/newid.js.html +6 -11
- package/coverage/lcov-report/db/utils.js.html +79 -84
- package/coverage/lcov-report/events/AutomationEmitter.js.html +9 -14
- package/coverage/lcov-report/events/index.html +3 -8
- package/coverage/lcov-report/events/index.js.html +4 -9
- package/coverage/lcov-report/events/utils.js.html +13 -18
- package/coverage/lcov-report/index.html +132 -137
- package/coverage/lcov-report/integrations/tests/TestConfiguration.js.html +3 -8
- package/coverage/lcov-report/integrations/tests/index.html +3 -8
- package/coverage/lcov-report/middleware/appInfo.js.html +3 -8
- package/coverage/lcov-report/middleware/authorized.js.html +458 -0
- package/coverage/lcov-report/middleware/builder.js.html +3 -8
- package/coverage/lcov-report/middleware/currentapp.js.html +15 -65
- package/coverage/lcov-report/middleware/index.html +50 -25
- package/coverage/lcov-report/middleware/joi-validator.js.html +4 -9
- package/coverage/lcov-report/middleware/publicApi.js.html +3 -8
- package/coverage/lcov-report/middleware/resourceId.js.html +3 -8
- package/coverage/lcov-report/middleware/selfhost.js.html +4 -9
- package/coverage/lcov-report/middleware/usageQuota.js.html +572 -0
- package/coverage/lcov-report/middleware/utils.js.html +3 -8
- package/coverage/lcov-report/sorter.js +0 -26
- package/coverage/lcov-report/threads/automation.js.html +90 -581
- package/coverage/lcov-report/threads/index.html +40 -30
- package/coverage/lcov-report/threads/index.js.html +296 -0
- package/coverage/lcov-report/threads/query.js.html +4 -9
- package/coverage/lcov-report/threads/utils.js.html +9 -17
- package/coverage/lcov-report/utilities/bcrypt.js.html +3 -8
- package/coverage/lcov-report/utilities/budibaseDir.js.html +3 -8
- package/coverage/lcov-report/utilities/centralPath.js.html +3 -8
- package/coverage/lcov-report/utilities/csvParser.js.html +5 -10
- package/coverage/lcov-report/utilities/global.js.html +4 -9
- package/coverage/lcov-report/utilities/index.html +3 -8
- package/coverage/lcov-report/utilities/index.js.html +6 -11
- package/coverage/lcov-report/utilities/queue/inMemoryQueue.js.html +9 -32
- package/coverage/lcov-report/utilities/queue/index.html +7 -12
- package/coverage/lcov-report/utilities/routing/index.html +3 -8
- package/coverage/lcov-report/utilities/routing/index.js.html +3 -8
- package/coverage/lcov-report/utilities/rowProcessor/index.html +27 -32
- package/coverage/lcov-report/utilities/rowProcessor/index.js.html +71 -67
- package/coverage/lcov-report/utilities/rowProcessor/utils.js.html +106 -27
- package/coverage/lcov-report/utilities/scriptRunner.js.html +3 -8
- package/coverage/lcov-report/utilities/security.js.html +4 -9
- package/coverage/lcov-report/utilities/statusCodes.js.html +3 -8
- package/coverage/lcov-report/utilities/usageQuota/index.html +34 -24
- package/coverage/lcov-report/utilities/usageQuota/index.js.html +359 -0
- package/coverage/lcov-report/utilities/usageQuota/rows.js.html +39 -44
- package/coverage/lcov-report/utilities/usageQuota/usageQuoteReset.js.html +3 -8
- package/coverage/lcov-report/utilities/users.js.html +3 -8
- package/coverage/lcov-report/utilities/workerRequests.js.html +4 -9
- package/coverage/lcov.info +3061 -1290
- package/dist/api/controllers/application.js +73 -145
- package/dist/api/controllers/deploy/index.js +36 -68
- package/dist/api/controllers/public/applications.js +9 -29
- package/dist/api/controllers/public/queries.js +7 -27
- package/dist/api/controllers/public/rows.js +12 -32
- package/dist/api/controllers/public/tables.js +2 -2
- package/dist/api/controllers/public/users.js +8 -8
- package/dist/api/controllers/public/utils.js +1 -1
- package/dist/api/controllers/query/import/index.js +3 -3
- package/dist/api/controllers/query/index.js +44 -57
- package/dist/api/controllers/row/ExternalRequest.js +27 -27
- package/dist/api/controllers/row/index.js +60 -83
- package/dist/api/controllers/row/internal.js +1 -2
- package/dist/api/controllers/row/utils.js +1 -2
- package/dist/api/controllers/static/templates/BudibaseApp.svelte +0 -3
- package/dist/api/controllers/table/bulkFormula.js +1 -2
- package/dist/api/controllers/table/internal.js +55 -40
- package/dist/api/controllers/table/utils.js +229 -271
- package/dist/api/index.js +0 -5
- package/dist/api/routes/application.js +13 -39
- package/dist/api/routes/index.js +56 -61
- package/dist/api/routes/public/index.js +9 -6
- package/dist/api/routes/public/queries.js +1 -1
- package/dist/api/routes/public/rows.js +1 -1
- package/dist/api/routes/public/tables.js +3 -3
- package/dist/api/routes/public/users.js +1 -1
- package/dist/api/routes/row.js +17 -43
- package/dist/api/routes/static.js +13 -40
- package/dist/api/routes/tests/utilities/TestFunctions.js +33 -75
- package/dist/app.js +4 -8
- package/dist/automations/actions.js +0 -3
- package/dist/automations/automationUtils.js +0 -10
- package/dist/automations/steps/createRow.js +12 -12
- package/dist/automations/steps/deleteRow.js +16 -13
- package/dist/automations/tests/utilities/index.js +11 -13
- package/dist/automations/utils.js +133 -187
- package/dist/constants/index.js +7 -5
- package/dist/db/linkedRows/LinkController.js +1 -0
- package/dist/definitions/datasource.js +0 -1
- package/dist/environment.js +3 -2
- package/dist/index.js +0 -4
- package/dist/integrations/base/sql.js +2 -2
- package/dist/integrations/base/sqlTable.js +2 -2
- package/dist/integrations/googlesheets.js +1 -1
- package/dist/integrations/index.js +0 -4
- package/dist/integrations/microsoftSqlServer.js +8 -8
- package/dist/integrations/mysql.js +9 -9
- package/dist/integrations/oracle.js +7 -7
- package/dist/integrations/postgres.js +7 -7
- package/dist/integrations/queries/sql.js +2 -2
- package/dist/integrations/rest.js +1 -1
- package/dist/middleware/authorized.js +51 -51
- package/dist/middleware/currentapp.js +1 -15
- package/dist/middleware/usageQuota.js +154 -0
- package/dist/migrations/functions/appUrls.js +1 -1
- package/dist/migrations/functions/quotas1.js +2 -6
- package/dist/migrations/functions/usageQuotas/index.js +4 -0
- package/dist/migrations/functions/usageQuotas/syncApps.js +7 -4
- package/dist/migrations/functions/usageQuotas/syncRows.js +8 -5
- package/dist/migrations/index.js +1 -17
- package/dist/package.json +4 -10
- package/dist/threads/automation.js +27 -149
- package/dist/threads/index.js +10 -36
- package/dist/threads/utils.js +0 -1
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/utilities/queue/inMemoryQueue.js +1 -6
- package/dist/utilities/rowProcessor/index.js +11 -6
- package/dist/utilities/rowProcessor/utils.js +27 -1
- package/dist/utilities/usageQuota/index.js +86 -0
- package/nodemon.json +1 -1
- package/package.json +9 -15
- package/scripts/dev/manage.js +0 -2
- package/src/api/controllers/{application.ts → application.js} +51 -118
- package/src/api/controllers/deploy/{index.ts → index.js} +29 -53
- package/src/api/controllers/public/applications.ts +2 -2
- package/src/api/controllers/public/queries.ts +1 -1
- package/src/api/controllers/public/rows.ts +1 -1
- package/src/api/controllers/query/{index.ts → index.js} +48 -51
- package/src/api/controllers/row/ExternalRequest.ts +1 -1
- package/src/api/controllers/row/{index.ts → index.js} +17 -24
- package/src/api/controllers/row/internal.js +1 -2
- package/src/api/controllers/row/utils.js +1 -4
- package/src/api/controllers/static/templates/BudibaseApp.svelte +0 -3
- package/src/api/controllers/table/bulkFormula.js +1 -1
- package/src/api/controllers/table/{internal.ts → internal.js} +48 -27
- package/src/api/controllers/table/{utils.ts → utils.js} +69 -86
- package/src/api/index.js +0 -5
- package/src/api/routes/{application.ts → application.js} +14 -8
- package/src/api/routes/index.js +62 -0
- package/src/api/routes/public/index.ts +4 -1
- package/src/api/routes/{row.ts → row.js} +15 -7
- package/src/api/routes/{static.ts → static.js} +11 -11
- package/src/api/routes/tests/misc.spec.js +37 -39
- package/src/api/routes/tests/routing.spec.js +0 -1
- package/src/api/routes/tests/utilities/{TestFunctions.ts → TestFunctions.js} +33 -57
- package/src/app.ts +2 -1
- package/src/automations/actions.js +0 -3
- package/src/automations/automationUtils.js +0 -12
- package/src/automations/steps/{createRow.ts → createRow.js} +15 -9
- package/src/automations/steps/{deleteRow.ts → deleteRow.js} +16 -10
- package/src/automations/tests/automation.spec.js +1 -0
- package/src/automations/tests/{createRow.spec.ts → createRow.spec.js} +15 -4
- package/src/automations/tests/{deleteRow.spec.ts → deleteRow.spec.js} +5 -3
- package/src/automations/tests/utilities/index.js +10 -12
- package/src/automations/{utils.ts → utils.js} +28 -39
- package/src/constants/index.js +8 -6
- package/src/db/linkedRows/LinkController.js +1 -0
- package/src/definitions/datasource.ts +0 -1
- package/src/environment.js +3 -2
- package/src/index.ts +0 -3
- package/src/integrations/index.ts +0 -4
- package/src/middleware/{authorized.ts → authorized.js} +14 -20
- package/src/middleware/currentapp.js +1 -16
- package/src/middleware/tests/usageQuota.spec.js +120 -0
- package/src/middleware/usageQuota.js +164 -0
- package/src/migrations/functions/tests/quotas1.spec.js +2 -0
- package/src/migrations/functions/usageQuotas/index.ts +5 -0
- package/src/migrations/functions/usageQuotas/syncApps.ts +6 -3
- package/src/migrations/functions/usageQuotas/syncRows.ts +6 -3
- package/src/migrations/functions/usageQuotas/tests/syncApps.spec.js +41 -0
- package/src/migrations/functions/usageQuotas/tests/syncRows.spec.js +45 -0
- package/src/migrations/index.ts +1 -13
- package/src/threads/automation.js +34 -196
- package/src/threads/{index.ts → index.js} +14 -18
- package/src/threads/utils.js +0 -1
- package/src/utilities/queue/inMemoryQueue.js +1 -7
- package/src/utilities/rowProcessor/index.js +12 -9
- package/src/utilities/rowProcessor/utils.js +29 -1
- package/src/utilities/tests/usageQuota/usageQuota.spec.js +72 -0
- package/src/utilities/usageQuota/index.js +93 -0
- package/tsconfig.json +2 -2
- package/builder/assets/index.89795487.css +0 -6
- package/builder/assets/index.be9a1b80.js +0 -1299
- package/dist/automations/steps/loop.js +0 -51
- package/dist/integrations/redis.js +0 -158
- package/dist/migrations/functions/developerQuota.js +0 -49
- package/dist/migrations/functions/publishedAppsQuota.js +0 -47
- package/dist/migrations/functions/usageQuotas/syncDevelopers.js +0 -24
- package/dist/migrations/functions/usageQuotas/syncPublishedApps.js +0 -26
- package/dist/tsconfig.build.tsbuildinfo +0 -1
- package/src/api/routes/index.ts +0 -60
- package/src/automations/steps/loop.js +0 -50
- package/src/integrations/redis.ts +0 -152
- package/src/integrations/tests/redis.spec.js +0 -60
- package/src/migrations/functions/developerQuota.ts +0 -15
- package/src/migrations/functions/publishedAppsQuota.ts +0 -13
- package/src/migrations/functions/usageQuotas/syncDevelopers.ts +0 -19
- package/src/migrations/functions/usageQuotas/syncPublishedApps.ts +0 -21
- package/src/migrations/functions/usageQuotas/tests/syncApps.spec.ts +0 -34
- package/src/migrations/functions/usageQuotas/tests/syncRows.spec.ts +0 -40
- package/tsconfig.build.json +0 -10
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line high'></div>
|
|
65
59
|
<pre><table class="coverage">
|
|
@@ -186,9 +180,10 @@ exports.downloadTemplate = async function (ctx) {
|
|
|
186
180
|
</div><!-- /wrapper -->
|
|
187
181
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
188
182
|
Code coverage generated by
|
|
189
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
190
|
-
at Tue Apr 26 2022
|
|
183
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
184
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
191
185
|
</div>
|
|
186
|
+
</div>
|
|
192
187
|
<script src="../../prettify.js"></script>
|
|
193
188
|
<script>
|
|
194
189
|
window.onload = function () {
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line low'></div>
|
|
65
59
|
<pre><table class="coverage">
|
|
@@ -771,9 +765,10 @@ exports.getFlags = <span class="fstat-no" title="function not covered" >as</span
|
|
|
771
765
|
</div><!-- /wrapper -->
|
|
772
766
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
773
767
|
Code coverage generated by
|
|
774
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
775
|
-
at Tue Apr 26 2022
|
|
768
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
769
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
776
770
|
</div>
|
|
771
|
+
</div>
|
|
777
772
|
<script src="../../prettify.js"></script>
|
|
778
773
|
<script>
|
|
779
774
|
window.onload = function () {
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line high'></div>
|
|
65
59
|
<pre><table class="coverage">
|
|
@@ -147,9 +141,10 @@ exports.ExportFormats = {
|
|
|
147
141
|
</div><!-- /wrapper -->
|
|
148
142
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
149
143
|
Code coverage generated by
|
|
150
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
151
|
-
at Tue Apr 26 2022
|
|
144
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
145
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
152
146
|
</div>
|
|
147
|
+
</div>
|
|
153
148
|
<script src="../../../prettify.js"></script>
|
|
154
149
|
<script>
|
|
155
150
|
window.onload = function () {
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line medium'></div>
|
|
65
59
|
<div class="pad1">
|
|
@@ -145,9 +139,10 @@
|
|
|
145
139
|
</div><!-- /wrapper -->
|
|
146
140
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
147
141
|
Code coverage generated by
|
|
148
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
149
|
-
at Tue Apr 26 2022
|
|
142
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
143
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
150
144
|
</div>
|
|
145
|
+
</div>
|
|
151
146
|
<script src="../../../prettify.js"></script>
|
|
152
147
|
<script>
|
|
153
148
|
window.onload = function () {
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line high'></div>
|
|
65
59
|
<pre><table class="coverage">
|
|
@@ -382,7 +376,7 @@ exports.exportView = async ctx => {
|
|
|
382
376
|
let rows = ctx.body
|
|
383
377
|
|
|
384
378
|
let schema = view && view.meta && view.meta.schema
|
|
385
|
-
|
|
379
|
+
if (!schema) {
|
|
386
380
|
const tableId = ctx.params.tableId || view.meta.tableId
|
|
387
381
|
const table = await getTable(tableId)
|
|
388
382
|
schema = table.schema
|
|
@@ -405,7 +399,7 @@ exports.exportView = async ctx => {
|
|
|
405
399
|
const schemaKeys = Object.keys(schema)
|
|
406
400
|
for (let key of schemaKeys) {
|
|
407
401
|
for (let row of rows) {
|
|
408
|
-
|
|
402
|
+
if (row[key] == null) {
|
|
409
403
|
row[key] = ""
|
|
410
404
|
}
|
|
411
405
|
}
|
|
@@ -426,9 +420,10 @@ exports.exportView = async ctx => {
|
|
|
426
420
|
</div><!-- /wrapper -->
|
|
427
421
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
428
422
|
Code coverage generated by
|
|
429
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
430
|
-
at Tue Apr 26 2022
|
|
423
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
424
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
431
425
|
</div>
|
|
426
|
+
</div>
|
|
432
427
|
<script src="../../../prettify.js"></script>
|
|
433
428
|
<script>
|
|
434
429
|
window.onload = function () {
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line medium'></div>
|
|
65
59
|
<pre><table class="coverage">
|
|
@@ -513,9 +507,10 @@ exports.getFromMemoryDoc = async (db, viewName) => {
|
|
|
513
507
|
</div><!-- /wrapper -->
|
|
514
508
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
515
509
|
Code coverage generated by
|
|
516
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
517
|
-
at Tue Apr 26 2022
|
|
510
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
511
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
518
512
|
</div>
|
|
513
|
+
</div>
|
|
519
514
|
<script src="../../../prettify.js"></script>
|
|
520
515
|
<script>
|
|
521
516
|
window.onload = function () {
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line high'></div>
|
|
65
59
|
<pre><table class="coverage">
|
|
@@ -555,9 +549,10 @@ module.exports = viewTemplate
|
|
|
555
549
|
</div><!-- /wrapper -->
|
|
556
550
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
557
551
|
Code coverage generated by
|
|
558
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
559
|
-
at Tue Apr 26 2022
|
|
552
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
553
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
560
554
|
</div>
|
|
555
|
+
</div>
|
|
561
556
|
<script src="../../../prettify.js"></script>
|
|
562
557
|
<script>
|
|
563
558
|
window.onload = function () {
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line high'></div>
|
|
65
59
|
<pre><table class="coverage">
|
|
@@ -350,7 +344,7 @@ exports.buildSchema = async ctx => {
|
|
|
350
344
|
const webhook = await db.get(ctx.params.id)
|
|
351
345
|
webhook.bodySchema = toJsonSchema(ctx.request.body)
|
|
352
346
|
// update the automation outputs
|
|
353
|
-
|
|
347
|
+
if (webhook.action.type === WebhookType.AUTOMATION) {
|
|
354
348
|
let automation = await db.get(webhook.action.target)
|
|
355
349
|
const autoOutputs = automation.definition.trigger.schema.outputs
|
|
356
350
|
let properties = webhook.bodySchema.properties
|
|
@@ -380,7 +374,7 @@ exports.trigger = async ctx => {
|
|
|
380
374
|
<span class="cstat-no" title="statement not covered" > validate(ctx.request.body, webhook.bodySchema)</span>
|
|
381
375
|
}
|
|
382
376
|
const target = await db.get(webhook.action.target)
|
|
383
|
-
|
|
377
|
+
if (webhook.action.type === WebhookType.AUTOMATION) {
|
|
384
378
|
// trigger with both the pure request and then expand it
|
|
385
379
|
// incase the user has produced a schema to bind to
|
|
386
380
|
await triggers.externalTrigger(target, {
|
|
@@ -408,9 +402,10 @@ exports.trigger = async ctx => {
|
|
|
408
402
|
</div><!-- /wrapper -->
|
|
409
403
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
410
404
|
Code coverage generated by
|
|
411
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
412
|
-
at Tue Apr 26 2022
|
|
405
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
406
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
413
407
|
</div>
|
|
408
|
+
</div>
|
|
414
409
|
<script src="../../prettify.js"></script>
|
|
415
410
|
<script>
|
|
416
411
|
window.onload = function () {
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">93.75% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>30/32</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">93.
|
|
47
|
+
<span class="strong">93.33% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>28/30</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line high'></div>
|
|
65
59
|
<div class="pad1">
|
|
@@ -80,17 +74,17 @@
|
|
|
80
74
|
</thead>
|
|
81
75
|
<tbody><tr>
|
|
82
76
|
<td class="file high" data-value="index.js"><a href="index.js.html">index.js</a></td>
|
|
83
|
-
<td data-value="
|
|
84
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
77
|
+
<td data-value="93.75" class="pic high">
|
|
78
|
+
<div class="chart"><div class="cover-fill" style="width: 93%"></div><div class="cover-empty" style="width: 7%"></div></div>
|
|
85
79
|
</td>
|
|
86
|
-
<td data-value="
|
|
87
|
-
<td data-value="
|
|
80
|
+
<td data-value="93.75" class="pct high">93.75%</td>
|
|
81
|
+
<td data-value="32" class="abs high">30/32</td>
|
|
88
82
|
<td data-value="40" class="pct low">40%</td>
|
|
89
83
|
<td data-value="5" class="abs low">2/5</td>
|
|
90
84
|
<td data-value="100" class="pct high">100%</td>
|
|
91
85
|
<td data-value="4" class="abs high">4/4</td>
|
|
92
|
-
<td data-value="93.
|
|
93
|
-
<td data-value="
|
|
86
|
+
<td data-value="93.33" class="pct high">93.33%</td>
|
|
87
|
+
<td data-value="30" class="abs high">28/30</td>
|
|
94
88
|
</tr>
|
|
95
89
|
|
|
96
90
|
</tbody>
|
|
@@ -100,9 +94,10 @@
|
|
|
100
94
|
</div><!-- /wrapper -->
|
|
101
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
96
|
Code coverage generated by
|
|
103
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
104
|
-
at Tue Apr 26 2022
|
|
97
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
105
99
|
</div>
|
|
100
|
+
</div>
|
|
106
101
|
<script src="../prettify.js"></script>
|
|
107
102
|
<script>
|
|
108
103
|
window.onload = function () {
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">93.75% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>30/32</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">93.
|
|
47
|
+
<span class="strong">93.33% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>28/30</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line high'></div>
|
|
65
59
|
<pre><table class="coverage">
|
|
@@ -151,12 +145,7 @@
|
|
|
151
145
|
<a name='L86'></a><a href='#L86'>86</a>
|
|
152
146
|
<a name='L87'></a><a href='#L87'>87</a>
|
|
153
147
|
<a name='L88'></a><a href='#L88'>88</a>
|
|
154
|
-
<a name='L89'></a><a href='#L89'>89</a>
|
|
155
|
-
<a name='L90'></a><a href='#L90'>90</a>
|
|
156
|
-
<a name='L91'></a><a href='#L91'>91</a>
|
|
157
|
-
<a name='L92'></a><a href='#L92'>92</a>
|
|
158
|
-
<a name='L93'></a><a href='#L93'>93</a>
|
|
159
|
-
<a name='L94'></a><a href='#L94'>94</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">24x</span>
|
|
148
|
+
<a name='L89'></a><a href='#L89'>89</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">24x</span>
|
|
160
149
|
<span class="cline-any cline-neutral"> </span>
|
|
161
150
|
<span class="cline-any cline-neutral"> </span>
|
|
162
151
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -168,8 +157,6 @@
|
|
|
168
157
|
<span class="cline-any cline-yes">24x</span>
|
|
169
158
|
<span class="cline-any cline-yes">24x</span>
|
|
170
159
|
<span class="cline-any cline-yes">24x</span>
|
|
171
|
-
<span class="cline-any cline-yes">24x</span>
|
|
172
|
-
<span class="cline-any cline-yes">24x</span>
|
|
173
160
|
<span class="cline-any cline-neutral"> </span>
|
|
174
161
|
<span class="cline-any cline-yes">24x</span>
|
|
175
162
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -215,15 +202,12 @@
|
|
|
215
202
|
<span class="cline-any cline-neutral"> </span>
|
|
216
203
|
<span class="cline-any cline-neutral"> </span>
|
|
217
204
|
<span class="cline-any cline-neutral"> </span>
|
|
218
|
-
<span class="cline-any cline-neutral"> </span>
|
|
219
205
|
<span class="cline-any cline-yes">24x</span>
|
|
220
206
|
<span class="cline-any cline-yes">186x</span>
|
|
221
207
|
<span class="cline-any cline-yes">186x</span>
|
|
222
208
|
<span class="cline-any cline-neutral"> </span>
|
|
223
209
|
<span class="cline-any cline-yes">39x</span>
|
|
224
210
|
<span class="cline-any cline-yes">39x</span>
|
|
225
|
-
<span class="cline-any cline-yes">39x</span>
|
|
226
|
-
<span class="cline-any cline-neutral"> </span>
|
|
227
211
|
<span class="cline-any cline-neutral"> </span>
|
|
228
212
|
<span class="cline-any cline-neutral"> </span>
|
|
229
213
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -255,14 +239,12 @@ const {
|
|
|
255
239
|
auditLog,
|
|
256
240
|
buildTenancyMiddleware,
|
|
257
241
|
} = require("@budibase/backend-core/auth")
|
|
258
|
-
const { errors } = require("@budibase/backend-core")
|
|
259
242
|
const currentApp = require("../middleware/currentapp")
|
|
260
243
|
const compress = require("koa-compress")
|
|
261
244
|
const zlib = require("zlib")
|
|
262
245
|
const { mainRoutes, staticRoutes, publicRoutes } = require("./routes")
|
|
263
246
|
const pkg = require("../../package.json")
|
|
264
247
|
const env = require("../environment")
|
|
265
|
-
const { middleware: pro } = require("@budibase/pro")
|
|
266
248
|
|
|
267
249
|
const router = new Router()
|
|
268
250
|
|
|
@@ -305,7 +287,6 @@ router
|
|
|
305
287
|
})
|
|
306
288
|
)
|
|
307
289
|
.use(currentApp)
|
|
308
|
-
.use(pro.licensing())
|
|
309
290
|
.use(auditLog)
|
|
310
291
|
|
|
311
292
|
// error handling middleware
|
|
@@ -314,12 +295,10 @@ router.use(async (ctx, next) => {
|
|
|
314
295
|
await next()
|
|
315
296
|
} catch (err) {
|
|
316
297
|
ctx.status = err.status || <span class="branch-1 cbranch-no" title="branch not covered" >err.statusCode </span>|| <span class="branch-2 cbranch-no" title="branch not covered" >500</span>
|
|
317
|
-
const error = errors.getPublicError(err)
|
|
318
298
|
ctx.body = {
|
|
319
299
|
message: err.message,
|
|
320
300
|
status: ctx.status,
|
|
321
301
|
validationErrors: err.validation,
|
|
322
|
-
error,
|
|
323
302
|
}
|
|
324
303
|
<span class="missing-if-branch" title="if path not taken" >I</span>if (env.NODE_ENV !== "jest") {
|
|
325
304
|
<span class="cstat-no" title="statement not covered" > ctx.log.error(err)</span>
|
|
@@ -348,9 +327,10 @@ module.exports = router
|
|
|
348
327
|
</div><!-- /wrapper -->
|
|
349
328
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
350
329
|
Code coverage generated by
|
|
351
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
352
|
-
at Tue Apr 26 2022
|
|
330
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
331
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
353
332
|
</div>
|
|
333
|
+
</div>
|
|
354
334
|
<script src="../prettify.js"></script>
|
|
355
335
|
<script>
|
|
356
336
|
window.onload = function () {
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line high'></div>
|
|
65
59
|
<pre><table class="coverage">
|
|
@@ -99,9 +93,10 @@ module.exports = router
|
|
|
99
93
|
</div><!-- /wrapper -->
|
|
100
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
101
95
|
Code coverage generated by
|
|
102
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
103
|
-
at Tue Apr 26 2022
|
|
96
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
104
98
|
</div>
|
|
99
|
+
</div>
|
|
105
100
|
<script src="../../prettify.js"></script>
|
|
106
101
|
<script>
|
|
107
102
|
window.onload = function () {
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line high'></div>
|
|
65
59
|
<pre><table class="coverage">
|
|
@@ -105,9 +99,10 @@ module.exports = router
|
|
|
105
99
|
</div><!-- /wrapper -->
|
|
106
100
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
107
101
|
Code coverage generated by
|
|
108
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
109
|
-
at Tue Apr 26 2022
|
|
102
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
103
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
110
104
|
</div>
|
|
105
|
+
</div>
|
|
111
106
|
<script src="../../prettify.js"></script>
|
|
112
107
|
<script>
|
|
113
108
|
window.onload = function () {
|