@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">
|
|
@@ -379,20 +373,20 @@
|
|
|
379
373
|
<span class="cline-any cline-neutral"> </span>
|
|
380
374
|
<span class="cline-any cline-neutral"> </span>
|
|
381
375
|
<span class="cline-any cline-yes">41x</span>
|
|
382
|
-
<span class="cline-any cline-yes">
|
|
383
|
-
<span class="cline-any cline-yes">
|
|
376
|
+
<span class="cline-any cline-yes">191x</span>
|
|
377
|
+
<span class="cline-any cline-yes">191x</span>
|
|
384
378
|
<span class="cline-any cline-neutral"> </span>
|
|
385
|
-
<span class="cline-any cline-yes">
|
|
386
|
-
<span class="cline-any cline-yes">
|
|
379
|
+
<span class="cline-any cline-yes">191x</span>
|
|
380
|
+
<span class="cline-any cline-yes">109x</span>
|
|
387
381
|
<span class="cline-any cline-neutral"> </span>
|
|
388
|
-
<span class="cline-any cline-yes">
|
|
389
|
-
<span class="cline-any cline-yes">
|
|
390
|
-
<span class="cline-any cline-yes">
|
|
382
|
+
<span class="cline-any cline-yes">191x</span>
|
|
383
|
+
<span class="cline-any cline-yes">191x</span>
|
|
384
|
+
<span class="cline-any cline-yes">191x</span>
|
|
391
385
|
<span class="cline-any cline-neutral"> </span>
|
|
392
386
|
<span class="cline-any cline-neutral"> </span>
|
|
393
387
|
<span class="cline-any cline-neutral"> </span>
|
|
394
388
|
<span class="cline-any cline-neutral"> </span>
|
|
395
|
-
<span class="cline-any cline-yes">
|
|
389
|
+
<span class="cline-any cline-yes">150x</span>
|
|
396
390
|
<span class="cline-any cline-neutral"> </span>
|
|
397
391
|
<span class="cline-any cline-neutral"> </span>
|
|
398
392
|
<span class="cline-any cline-no"> </span>
|
|
@@ -422,9 +416,9 @@
|
|
|
422
416
|
<span class="cline-any cline-neutral"> </span>
|
|
423
417
|
<span class="cline-any cline-neutral"> </span>
|
|
424
418
|
<span class="cline-any cline-yes">41x</span>
|
|
425
|
-
<span class="cline-any cline-yes">
|
|
426
|
-
<span class="cline-any cline-yes">
|
|
427
|
-
<span class="cline-any cline-yes">
|
|
419
|
+
<span class="cline-any cline-yes">113x</span>
|
|
420
|
+
<span class="cline-any cline-yes">113x</span>
|
|
421
|
+
<span class="cline-any cline-yes">83x</span>
|
|
428
422
|
<span class="cline-any cline-neutral"> </span>
|
|
429
423
|
<span class="cline-any cline-neutral"> </span>
|
|
430
424
|
<span class="cline-any cline-yes">30x</span>
|
|
@@ -648,15 +642,15 @@ exports.attachFullLinkedDocs = async (table, rows) => {
|
|
|
648
642
|
const linkedTables = []
|
|
649
643
|
for (let row of rows) {
|
|
650
644
|
for (let link of links.filter(link => link.thisId === row._id)) {
|
|
651
|
-
|
|
645
|
+
if (row[link.fieldName] == null) {
|
|
652
646
|
row[link.fieldName] = []
|
|
653
647
|
}
|
|
654
648
|
const linkedRow = linked.find(row => row._id === link.id)
|
|
655
|
-
|
|
649
|
+
if (linkedRow) {
|
|
656
650
|
const linkedTableId =
|
|
657
651
|
linkedRow.tableId || <span class="branch-1 cbranch-no" title="branch not covered" >getRelatedTableForField(table, link.fieldName)</span>
|
|
658
652
|
const linkedTable = await getLinkedTable(linkedTableId, linkedTables)
|
|
659
|
-
|
|
653
|
+
if (linkedTable) {
|
|
660
654
|
row[link.fieldName].push(processFormulas(linkedTable, linkedRow))
|
|
661
655
|
}
|
|
662
656
|
}
|
|
@@ -702,9 +696,10 @@ exports.squashLinksToPrimaryDisplay = async (table, enriched) => {
|
|
|
702
696
|
</div><!-- /wrapper -->
|
|
703
697
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
704
698
|
Code coverage generated by
|
|
705
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
706
|
-
at Tue Apr 26 2022
|
|
699
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
700
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
707
701
|
</div>
|
|
702
|
+
</div>
|
|
708
703
|
<script src="../../prettify.js"></script>
|
|
709
704
|
<script>
|
|
710
705
|
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">
|
|
@@ -264,8 +258,8 @@
|
|
|
264
258
|
<span class="cline-any cline-neutral"> </span>
|
|
265
259
|
<span class="cline-any cline-neutral"> </span>
|
|
266
260
|
<span class="cline-any cline-yes">41x</span>
|
|
267
|
-
<span class="cline-any cline-yes">
|
|
268
|
-
<span class="cline-any cline-yes">
|
|
261
|
+
<span class="cline-any cline-yes">113x</span>
|
|
262
|
+
<span class="cline-any cline-yes">322x</span>
|
|
269
263
|
<span class="cline-any cline-yes">53x</span>
|
|
270
264
|
<span class="cline-any cline-neutral"> </span>
|
|
271
265
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -350,7 +344,7 @@ exports.getLinkDocuments = async function (args) {
|
|
|
350
344
|
return false
|
|
351
345
|
}
|
|
352
346
|
const unique = foundIds.indexOf(link.id) === -1
|
|
353
|
-
|
|
347
|
+
if (unique) {
|
|
354
348
|
foundIds.push(link.id)
|
|
355
349
|
}
|
|
356
350
|
return unique
|
|
@@ -392,7 +386,7 @@ exports.getLinkedTable = async (id, tables) => {
|
|
|
392
386
|
return linkedTable
|
|
393
387
|
}
|
|
394
388
|
linkedTable = await db.get(id)
|
|
395
|
-
|
|
389
|
+
if (linkedTable) {
|
|
396
390
|
tables.push(linkedTable)
|
|
397
391
|
}
|
|
398
392
|
return linkedTable
|
|
@@ -417,9 +411,10 @@ exports.getRelatedTableForField = (table, fieldName) => {
|
|
|
417
411
|
</div><!-- /wrapper -->
|
|
418
412
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
419
413
|
Code coverage generated by
|
|
420
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
421
|
-
at Tue Apr 26 2022
|
|
414
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
415
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
422
416
|
</div>
|
|
417
|
+
</div>
|
|
423
418
|
<script src="../../prettify.js"></script>
|
|
424
419
|
<script>
|
|
425
420
|
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">
|
|
@@ -68,10 +62,10 @@
|
|
|
68
62
|
<a name='L3'></a><a href='#L3'>3</a>
|
|
69
63
|
<a name='L4'></a><a href='#L4'>4</a>
|
|
70
64
|
<a name='L5'></a><a href='#L5'>5</a>
|
|
71
|
-
<a name='L6'></a><a href='#L6'>6</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">
|
|
65
|
+
<a name='L6'></a><a href='#L6'>6</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">55x</span>
|
|
72
66
|
<span class="cline-any cline-neutral"> </span>
|
|
73
|
-
<span class="cline-any cline-yes">
|
|
74
|
-
<span class="cline-any cline-yes">
|
|
67
|
+
<span class="cline-any cline-yes">55x</span>
|
|
68
|
+
<span class="cline-any cline-yes">1001x</span>
|
|
75
69
|
<span class="cline-any cline-neutral"> </span>
|
|
76
70
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">const { v4 } = require("uuid")
|
|
77
71
|
|
|
@@ -84,9 +78,10 @@ module.exports = function () {
|
|
|
84
78
|
</div><!-- /wrapper -->
|
|
85
79
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
86
80
|
Code coverage generated by
|
|
87
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
88
|
-
at Tue Apr 26 2022
|
|
81
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
82
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
89
83
|
</div>
|
|
84
|
+
</div>
|
|
90
85
|
<script src="../prettify.js"></script>
|
|
91
86
|
<script>
|
|
92
87
|
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">
|
|
@@ -454,7 +448,7 @@
|
|
|
454
448
|
<a name='L389'></a><a href='#L389'>389</a>
|
|
455
449
|
<a name='L390'></a><a href='#L390'>390</a>
|
|
456
450
|
<a name='L391'></a><a href='#L391'>391</a>
|
|
457
|
-
<a name='L392'></a><a href='#L392'>392</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">
|
|
451
|
+
<a name='L392'></a><a href='#L392'>392</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">55x</span>
|
|
458
452
|
<span class="cline-any cline-neutral"> </span>
|
|
459
453
|
<span class="cline-any cline-neutral"> </span>
|
|
460
454
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -465,17 +459,17 @@
|
|
|
465
459
|
<span class="cline-any cline-neutral"> </span>
|
|
466
460
|
<span class="cline-any cline-neutral"> </span>
|
|
467
461
|
<span class="cline-any cline-neutral"> </span>
|
|
468
|
-
<span class="cline-any cline-yes">
|
|
462
|
+
<span class="cline-any cline-yes">55x</span>
|
|
469
463
|
<span class="cline-any cline-neutral"> </span>
|
|
470
|
-
<span class="cline-any cline-yes">
|
|
464
|
+
<span class="cline-any cline-yes">55x</span>
|
|
471
465
|
<span class="cline-any cline-neutral"> </span>
|
|
472
|
-
<span class="cline-any cline-yes">
|
|
466
|
+
<span class="cline-any cline-yes">55x</span>
|
|
473
467
|
<span class="cline-any cline-neutral"> </span>
|
|
474
468
|
<span class="cline-any cline-neutral"> </span>
|
|
475
469
|
<span class="cline-any cline-neutral"> </span>
|
|
476
470
|
<span class="cline-any cline-neutral"> </span>
|
|
477
471
|
<span class="cline-any cline-neutral"> </span>
|
|
478
|
-
<span class="cline-any cline-yes">
|
|
472
|
+
<span class="cline-any cline-yes">55x</span>
|
|
479
473
|
<span class="cline-any cline-neutral"> </span>
|
|
480
474
|
<span class="cline-any cline-neutral"> </span>
|
|
481
475
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -499,22 +493,22 @@
|
|
|
499
493
|
<span class="cline-any cline-neutral"> </span>
|
|
500
494
|
<span class="cline-any cline-neutral"> </span>
|
|
501
495
|
<span class="cline-any cline-neutral"> </span>
|
|
502
|
-
<span class="cline-any cline-yes">
|
|
496
|
+
<span class="cline-any cline-yes">55x</span>
|
|
503
497
|
<span class="cline-any cline-neutral"> </span>
|
|
504
498
|
<span class="cline-any cline-neutral"> </span>
|
|
505
499
|
<span class="cline-any cline-neutral"> </span>
|
|
506
500
|
<span class="cline-any cline-neutral"> </span>
|
|
507
|
-
<span class="cline-any cline-yes">
|
|
501
|
+
<span class="cline-any cline-yes">55x</span>
|
|
508
502
|
<span class="cline-any cline-neutral"> </span>
|
|
509
503
|
<span class="cline-any cline-neutral"> </span>
|
|
510
504
|
<span class="cline-any cline-neutral"> </span>
|
|
511
|
-
<span class="cline-any cline-yes">
|
|
505
|
+
<span class="cline-any cline-yes">55x</span>
|
|
512
506
|
<span class="cline-any cline-neutral"> </span>
|
|
513
507
|
<span class="cline-any cline-neutral"> </span>
|
|
514
508
|
<span class="cline-any cline-neutral"> </span>
|
|
515
|
-
<span class="cline-any cline-yes">
|
|
509
|
+
<span class="cline-any cline-yes">55x</span>
|
|
516
510
|
<span class="cline-any cline-neutral"> </span>
|
|
517
|
-
<span class="cline-any cline-yes">
|
|
511
|
+
<span class="cline-any cline-yes">55x</span>
|
|
518
512
|
<span class="cline-any cline-neutral"> </span>
|
|
519
513
|
<span class="cline-any cline-neutral"> </span>
|
|
520
514
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -522,25 +516,25 @@
|
|
|
522
516
|
<span class="cline-any cline-neutral"> </span>
|
|
523
517
|
<span class="cline-any cline-neutral"> </span>
|
|
524
518
|
<span class="cline-any cline-neutral"> </span>
|
|
525
|
-
<span class="cline-any cline-yes">
|
|
526
|
-
<span class="cline-any cline-yes">
|
|
527
|
-
<span class="cline-any cline-yes">
|
|
528
|
-
<span class="cline-any cline-yes">
|
|
529
|
-
<span class="cline-any cline-yes">
|
|
530
|
-
<span class="cline-any cline-yes">
|
|
531
|
-
<span class="cline-any cline-yes">
|
|
532
|
-
<span class="cline-any cline-yes">
|
|
533
|
-
<span class="cline-any cline-yes">
|
|
534
|
-
<span class="cline-any cline-yes">
|
|
535
|
-
<span class="cline-any cline-yes">
|
|
536
|
-
<span class="cline-any cline-yes">
|
|
537
|
-
<span class="cline-any cline-yes">
|
|
538
|
-
<span class="cline-any cline-yes">
|
|
519
|
+
<span class="cline-any cline-yes">55x</span>
|
|
520
|
+
<span class="cline-any cline-yes">55x</span>
|
|
521
|
+
<span class="cline-any cline-yes">55x</span>
|
|
522
|
+
<span class="cline-any cline-yes">55x</span>
|
|
523
|
+
<span class="cline-any cline-yes">55x</span>
|
|
524
|
+
<span class="cline-any cline-yes">55x</span>
|
|
525
|
+
<span class="cline-any cline-yes">55x</span>
|
|
526
|
+
<span class="cline-any cline-yes">55x</span>
|
|
527
|
+
<span class="cline-any cline-yes">55x</span>
|
|
528
|
+
<span class="cline-any cline-yes">55x</span>
|
|
529
|
+
<span class="cline-any cline-yes">55x</span>
|
|
530
|
+
<span class="cline-any cline-yes">55x</span>
|
|
531
|
+
<span class="cline-any cline-yes">55x</span>
|
|
532
|
+
<span class="cline-any cline-yes">55x</span>
|
|
539
533
|
<span class="cline-any cline-neutral"> </span>
|
|
540
|
-
<span class="cline-any cline-yes">
|
|
541
|
-
<span class="cline-any cline-yes">
|
|
534
|
+
<span class="cline-any cline-yes">55x</span>
|
|
535
|
+
<span class="cline-any cline-yes">55x</span>
|
|
542
536
|
<span class="cline-any cline-neutral"> </span>
|
|
543
|
-
<span class="cline-any cline-yes">
|
|
537
|
+
<span class="cline-any cline-yes">55x</span>
|
|
544
538
|
<span class="cline-any cline-yes">74x</span>
|
|
545
539
|
<span class="cline-any cline-neutral"> </span>
|
|
546
540
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -557,31 +551,31 @@
|
|
|
557
551
|
<span class="cline-any cline-neutral"> </span>
|
|
558
552
|
<span class="cline-any cline-neutral"> </span>
|
|
559
553
|
<span class="cline-any cline-neutral"> </span>
|
|
560
|
-
<span class="cline-any cline-yes">
|
|
561
|
-
<span class="cline-any cline-yes">
|
|
554
|
+
<span class="cline-any cline-yes">903x</span>
|
|
555
|
+
<span class="cline-any cline-yes">888x</span>
|
|
562
556
|
<span class="cline-any cline-neutral"> </span>
|
|
563
|
-
<span class="cline-any cline-yes">
|
|
557
|
+
<span class="cline-any cline-yes">903x</span>
|
|
564
558
|
<span class="cline-any cline-neutral"> </span>
|
|
565
559
|
<span class="cline-any cline-neutral"> </span>
|
|
566
560
|
<span class="cline-any cline-neutral"> </span>
|
|
567
561
|
<span class="cline-any cline-neutral"> </span>
|
|
568
562
|
<span class="cline-any cline-neutral"> </span>
|
|
569
563
|
<span class="cline-any cline-neutral"> </span>
|
|
570
|
-
<span class="cline-any cline-yes">
|
|
564
|
+
<span class="cline-any cline-yes">55x</span>
|
|
571
565
|
<span class="cline-any cline-neutral"> </span>
|
|
572
566
|
<span class="cline-any cline-neutral"> </span>
|
|
573
567
|
<span class="cline-any cline-neutral"> </span>
|
|
574
568
|
<span class="cline-any cline-neutral"> </span>
|
|
575
|
-
<span class="cline-any cline-yes">
|
|
576
|
-
<span class="cline-any cline-yes">
|
|
569
|
+
<span class="cline-any cline-yes">55x</span>
|
|
570
|
+
<span class="cline-any cline-yes">222x</span>
|
|
577
571
|
<span class="cline-any cline-neutral"> </span>
|
|
578
572
|
<span class="cline-any cline-neutral"> </span>
|
|
579
573
|
<span class="cline-any cline-neutral"> </span>
|
|
580
574
|
<span class="cline-any cline-neutral"> </span>
|
|
581
575
|
<span class="cline-any cline-neutral"> </span>
|
|
582
576
|
<span class="cline-any cline-neutral"> </span>
|
|
583
|
-
<span class="cline-any cline-yes">
|
|
584
|
-
<span class="cline-any cline-yes">
|
|
577
|
+
<span class="cline-any cline-yes">55x</span>
|
|
578
|
+
<span class="cline-any cline-yes">106x</span>
|
|
585
579
|
<span class="cline-any cline-neutral"> </span>
|
|
586
580
|
<span class="cline-any cline-neutral"> </span>
|
|
587
581
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -592,9 +586,9 @@
|
|
|
592
586
|
<span class="cline-any cline-neutral"> </span>
|
|
593
587
|
<span class="cline-any cline-neutral"> </span>
|
|
594
588
|
<span class="cline-any cline-neutral"> </span>
|
|
595
|
-
<span class="cline-any cline-yes">
|
|
596
|
-
<span class="cline-any cline-yes">
|
|
597
|
-
<span class="cline-any cline-yes">
|
|
589
|
+
<span class="cline-any cline-yes">55x</span>
|
|
590
|
+
<span class="cline-any cline-yes">16x</span>
|
|
591
|
+
<span class="cline-any cline-yes">4x</span>
|
|
598
592
|
<span class="cline-any cline-neutral"> </span>
|
|
599
593
|
<span class="cline-any cline-neutral"> </span>
|
|
600
594
|
<span class="cline-any cline-yes">12x</span>
|
|
@@ -607,7 +601,7 @@
|
|
|
607
601
|
<span class="cline-any cline-neutral"> </span>
|
|
608
602
|
<span class="cline-any cline-neutral"> </span>
|
|
609
603
|
<span class="cline-any cline-neutral"> </span>
|
|
610
|
-
<span class="cline-any cline-yes">
|
|
604
|
+
<span class="cline-any cline-yes">55x</span>
|
|
611
605
|
<span class="cline-any cline-no"> </span>
|
|
612
606
|
<span class="cline-any cline-neutral"> </span>
|
|
613
607
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -620,15 +614,15 @@
|
|
|
620
614
|
<span class="cline-any cline-neutral"> </span>
|
|
621
615
|
<span class="cline-any cline-neutral"> </span>
|
|
622
616
|
<span class="cline-any cline-neutral"> </span>
|
|
623
|
-
<span class="cline-any cline-yes">
|
|
624
|
-
<span class="cline-any cline-yes">
|
|
625
|
-
<span class="cline-any cline-yes">
|
|
617
|
+
<span class="cline-any cline-yes">55x</span>
|
|
618
|
+
<span class="cline-any cline-yes">265x</span>
|
|
619
|
+
<span class="cline-any cline-yes">265x</span>
|
|
626
620
|
<span class="cline-any cline-neutral"> </span>
|
|
627
621
|
<span class="cline-any cline-neutral"> </span>
|
|
628
622
|
<span class="cline-any cline-neutral"> </span>
|
|
629
623
|
<span class="cline-any cline-neutral"> </span>
|
|
630
624
|
<span class="cline-any cline-neutral"> </span>
|
|
631
|
-
<span class="cline-any cline-yes">
|
|
625
|
+
<span class="cline-any cline-yes">55x</span>
|
|
632
626
|
<span class="cline-any cline-yes">3x</span>
|
|
633
627
|
<span class="cline-any cline-neutral"> </span>
|
|
634
628
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -637,14 +631,14 @@
|
|
|
637
631
|
<span class="cline-any cline-neutral"> </span>
|
|
638
632
|
<span class="cline-any cline-neutral"> </span>
|
|
639
633
|
<span class="cline-any cline-neutral"> </span>
|
|
640
|
-
<span class="cline-any cline-yes">
|
|
634
|
+
<span class="cline-any cline-yes">55x</span>
|
|
641
635
|
<span class="cline-any cline-yes">193x</span>
|
|
642
636
|
<span class="cline-any cline-neutral"> </span>
|
|
643
637
|
<span class="cline-any cline-neutral"> </span>
|
|
644
638
|
<span class="cline-any cline-neutral"> </span>
|
|
645
639
|
<span class="cline-any cline-neutral"> </span>
|
|
646
640
|
<span class="cline-any cline-neutral"> </span>
|
|
647
|
-
<span class="cline-any cline-yes">
|
|
641
|
+
<span class="cline-any cline-yes">55x</span>
|
|
648
642
|
<span class="cline-any cline-yes">2x</span>
|
|
649
643
|
<span class="cline-any cline-yes">2x</span>
|
|
650
644
|
<span class="cline-any cline-yes">1x</span>
|
|
@@ -655,15 +649,15 @@
|
|
|
655
649
|
<span class="cline-any cline-neutral"> </span>
|
|
656
650
|
<span class="cline-any cline-neutral"> </span>
|
|
657
651
|
<span class="cline-any cline-neutral"> </span>
|
|
658
|
-
<span class="cline-any cline-yes">
|
|
659
|
-
<span class="cline-any cline-yes">
|
|
652
|
+
<span class="cline-any cline-yes">55x</span>
|
|
653
|
+
<span class="cline-any cline-yes">227x</span>
|
|
660
654
|
<span class="cline-any cline-neutral"> </span>
|
|
661
655
|
<span class="cline-any cline-neutral"> </span>
|
|
662
656
|
<span class="cline-any cline-neutral"> </span>
|
|
663
657
|
<span class="cline-any cline-neutral"> </span>
|
|
664
658
|
<span class="cline-any cline-neutral"> </span>
|
|
665
659
|
<span class="cline-any cline-neutral"> </span>
|
|
666
|
-
<span class="cline-any cline-yes">
|
|
660
|
+
<span class="cline-any cline-yes">55x</span>
|
|
667
661
|
<span class="cline-any cline-yes">20x</span>
|
|
668
662
|
<span class="cline-any cline-neutral"> </span>
|
|
669
663
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -678,7 +672,7 @@
|
|
|
678
672
|
<span class="cline-any cline-neutral"> </span>
|
|
679
673
|
<span class="cline-any cline-neutral"> </span>
|
|
680
674
|
<span class="cline-any cline-neutral"> </span>
|
|
681
|
-
<span class="cline-any cline-yes">
|
|
675
|
+
<span class="cline-any cline-yes">55x</span>
|
|
682
676
|
<span class="cline-any cline-neutral"> </span>
|
|
683
677
|
<span class="cline-any cline-neutral"> </span>
|
|
684
678
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -695,7 +689,7 @@
|
|
|
695
689
|
<span class="cline-any cline-neutral"> </span>
|
|
696
690
|
<span class="cline-any cline-neutral"> </span>
|
|
697
691
|
<span class="cline-any cline-neutral"> </span>
|
|
698
|
-
<span class="cline-any cline-yes">
|
|
692
|
+
<span class="cline-any cline-yes">55x</span>
|
|
699
693
|
<span class="cline-any cline-no"> </span>
|
|
700
694
|
<span class="cline-any cline-neutral"> </span>
|
|
701
695
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -703,66 +697,66 @@
|
|
|
703
697
|
<span class="cline-any cline-neutral"> </span>
|
|
704
698
|
<span class="cline-any cline-neutral"> </span>
|
|
705
699
|
<span class="cline-any cline-neutral"> </span>
|
|
706
|
-
<span class="cline-any cline-yes">
|
|
707
|
-
<span class="cline-any cline-yes">
|
|
708
|
-
<span class="cline-any cline-yes">
|
|
700
|
+
<span class="cline-any cline-yes">55x</span>
|
|
701
|
+
<span class="cline-any cline-yes">200x</span>
|
|
702
|
+
<span class="cline-any cline-yes">200x</span>
|
|
709
703
|
<span class="cline-any cline-no"> </span>
|
|
710
704
|
<span class="cline-any cline-neutral"> </span>
|
|
711
|
-
<span class="cline-any cline-yes">
|
|
705
|
+
<span class="cline-any cline-yes">200x</span>
|
|
712
706
|
<span class="cline-any cline-neutral"> </span>
|
|
713
707
|
<span class="cline-any cline-neutral"> </span>
|
|
714
708
|
<span class="cline-any cline-neutral"> </span>
|
|
715
709
|
<span class="cline-any cline-neutral"> </span>
|
|
716
710
|
<span class="cline-any cline-neutral"> </span>
|
|
717
711
|
<span class="cline-any cline-neutral"> </span>
|
|
718
|
-
<span class="cline-any cline-yes">
|
|
719
|
-
<span class="cline-any cline-yes">
|
|
720
|
-
<span class="cline-any cline-yes">
|
|
721
|
-
<span class="cline-any cline-yes">
|
|
712
|
+
<span class="cline-any cline-yes">55x</span>
|
|
713
|
+
<span class="cline-any cline-yes">200x</span>
|
|
714
|
+
<span class="cline-any cline-yes">200x</span>
|
|
715
|
+
<span class="cline-any cline-yes">200x</span>
|
|
722
716
|
<span class="cline-any cline-neutral"> </span>
|
|
723
717
|
<span class="cline-any cline-neutral"> </span>
|
|
724
718
|
<span class="cline-any cline-neutral"> </span>
|
|
725
719
|
<span class="cline-any cline-neutral"> </span>
|
|
726
720
|
<span class="cline-any cline-neutral"> </span>
|
|
727
721
|
<span class="cline-any cline-neutral"> </span>
|
|
728
|
-
<span class="cline-any cline-yes">
|
|
722
|
+
<span class="cline-any cline-yes">55x</span>
|
|
729
723
|
<span class="cline-any cline-yes">5x</span>
|
|
730
724
|
<span class="cline-any cline-neutral"> </span>
|
|
731
725
|
<span class="cline-any cline-neutral"> </span>
|
|
732
726
|
<span class="cline-any cline-neutral"> </span>
|
|
733
727
|
<span class="cline-any cline-neutral"> </span>
|
|
734
728
|
<span class="cline-any cline-neutral"> </span>
|
|
735
|
-
<span class="cline-any cline-yes">
|
|
736
|
-
<span class="cline-any cline-yes">
|
|
729
|
+
<span class="cline-any cline-yes">55x</span>
|
|
730
|
+
<span class="cline-any cline-yes">213x</span>
|
|
737
731
|
<span class="cline-any cline-neutral"> </span>
|
|
738
732
|
<span class="cline-any cline-neutral"> </span>
|
|
739
733
|
<span class="cline-any cline-neutral"> </span>
|
|
740
734
|
<span class="cline-any cline-neutral"> </span>
|
|
741
735
|
<span class="cline-any cline-neutral"> </span>
|
|
742
736
|
<span class="cline-any cline-neutral"> </span>
|
|
743
|
-
<span class="cline-any cline-yes">
|
|
737
|
+
<span class="cline-any cline-yes">55x</span>
|
|
744
738
|
<span class="cline-any cline-yes">19x</span>
|
|
745
739
|
<span class="cline-any cline-neutral"> </span>
|
|
746
740
|
<span class="cline-any cline-neutral"> </span>
|
|
747
741
|
<span class="cline-any cline-neutral"> </span>
|
|
748
742
|
<span class="cline-any cline-neutral"> </span>
|
|
749
743
|
<span class="cline-any cline-neutral"> </span>
|
|
750
|
-
<span class="cline-any cline-yes">
|
|
751
|
-
<span class="cline-any cline-yes">
|
|
744
|
+
<span class="cline-any cline-yes">55x</span>
|
|
745
|
+
<span class="cline-any cline-yes">215x</span>
|
|
752
746
|
<span class="cline-any cline-neutral"> </span>
|
|
753
747
|
<span class="cline-any cline-neutral"> </span>
|
|
754
748
|
<span class="cline-any cline-neutral"> </span>
|
|
755
749
|
<span class="cline-any cline-neutral"> </span>
|
|
756
750
|
<span class="cline-any cline-neutral"> </span>
|
|
757
751
|
<span class="cline-any cline-neutral"> </span>
|
|
758
|
-
<span class="cline-any cline-yes">
|
|
752
|
+
<span class="cline-any cline-yes">55x</span>
|
|
759
753
|
<span class="cline-any cline-yes">10x</span>
|
|
760
754
|
<span class="cline-any cline-neutral"> </span>
|
|
761
755
|
<span class="cline-any cline-neutral"> </span>
|
|
762
756
|
<span class="cline-any cline-neutral"> </span>
|
|
763
757
|
<span class="cline-any cline-neutral"> </span>
|
|
764
758
|
<span class="cline-any cline-neutral"> </span>
|
|
765
|
-
<span class="cline-any cline-yes">
|
|
759
|
+
<span class="cline-any cline-yes">55x</span>
|
|
766
760
|
<span class="cline-any cline-yes">2x</span>
|
|
767
761
|
<span class="cline-any cline-neutral"> </span>
|
|
768
762
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -770,7 +764,7 @@
|
|
|
770
764
|
<span class="cline-any cline-neutral"> </span>
|
|
771
765
|
<span class="cline-any cline-neutral"> </span>
|
|
772
766
|
<span class="cline-any cline-neutral"> </span>
|
|
773
|
-
<span class="cline-any cline-yes">
|
|
767
|
+
<span class="cline-any cline-yes">55x</span>
|
|
774
768
|
<span class="cline-any cline-yes">39x</span>
|
|
775
769
|
<span class="cline-any cline-neutral"> </span>
|
|
776
770
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -779,7 +773,7 @@
|
|
|
779
773
|
<span class="cline-any cline-neutral"> </span>
|
|
780
774
|
<span class="cline-any cline-neutral"> </span>
|
|
781
775
|
<span class="cline-any cline-neutral"> </span>
|
|
782
|
-
<span class="cline-any cline-yes">
|
|
776
|
+
<span class="cline-any cline-yes">55x</span>
|
|
783
777
|
<span class="cline-any cline-yes">4x</span>
|
|
784
778
|
<span class="cline-any cline-neutral"> </span>
|
|
785
779
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -787,7 +781,7 @@
|
|
|
787
781
|
<span class="cline-any cline-neutral"> </span>
|
|
788
782
|
<span class="cline-any cline-neutral"> </span>
|
|
789
783
|
<span class="cline-any cline-neutral"> </span>
|
|
790
|
-
<span class="cline-any cline-yes">
|
|
784
|
+
<span class="cline-any cline-yes">55x</span>
|
|
791
785
|
<span class="cline-any cline-yes">131x</span>
|
|
792
786
|
<span class="cline-any cline-neutral"> </span>
|
|
793
787
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -796,7 +790,7 @@
|
|
|
796
790
|
<span class="cline-any cline-neutral"> </span>
|
|
797
791
|
<span class="cline-any cline-neutral"> </span>
|
|
798
792
|
<span class="cline-any cline-neutral"> </span>
|
|
799
|
-
<span class="cline-any cline-yes">
|
|
793
|
+
<span class="cline-any cline-yes">55x</span>
|
|
800
794
|
<span class="cline-any cline-yes">4x</span>
|
|
801
795
|
<span class="cline-any cline-yes">3x</span>
|
|
802
796
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -812,15 +806,15 @@
|
|
|
812
806
|
<span class="cline-any cline-neutral"> </span>
|
|
813
807
|
<span class="cline-any cline-neutral"> </span>
|
|
814
808
|
<span class="cline-any cline-neutral"> </span>
|
|
815
|
-
<span class="cline-any cline-yes">
|
|
809
|
+
<span class="cline-any cline-yes">55x</span>
|
|
816
810
|
<span class="cline-any cline-no"> </span>
|
|
817
811
|
<span class="cline-any cline-neutral"> </span>
|
|
818
812
|
<span class="cline-any cline-neutral"> </span>
|
|
819
|
-
<span class="cline-any cline-yes">
|
|
813
|
+
<span class="cline-any cline-yes">55x</span>
|
|
820
814
|
<span class="cline-any cline-yes">10x</span>
|
|
821
815
|
<span class="cline-any cline-neutral"> </span>
|
|
822
816
|
<span class="cline-any cline-neutral"> </span>
|
|
823
|
-
<span class="cline-any cline-yes">
|
|
817
|
+
<span class="cline-any cline-yes">55x</span>
|
|
824
818
|
<span class="cline-any cline-no"> </span>
|
|
825
819
|
<span class="cline-any cline-no"> </span>
|
|
826
820
|
<span class="cline-any cline-no"> </span>
|
|
@@ -828,18 +822,18 @@
|
|
|
828
822
|
<span class="cline-any cline-no"> </span>
|
|
829
823
|
<span class="cline-any cline-neutral"> </span>
|
|
830
824
|
<span class="cline-any cline-neutral"> </span>
|
|
831
|
-
<span class="cline-any cline-yes">
|
|
825
|
+
<span class="cline-any cline-yes">55x</span>
|
|
832
826
|
<span class="cline-any cline-yes">1x</span>
|
|
833
827
|
<span class="cline-any cline-neutral"> </span>
|
|
834
828
|
<span class="cline-any cline-neutral"> </span>
|
|
835
|
-
<span class="cline-any cline-yes">
|
|
829
|
+
<span class="cline-any cline-yes">55x</span>
|
|
836
830
|
<span class="cline-any cline-no"> </span>
|
|
837
831
|
<span class="cline-any cline-neutral"> </span>
|
|
838
832
|
<span class="cline-any cline-neutral"> </span>
|
|
839
833
|
<span class="cline-any cline-neutral"> </span>
|
|
840
834
|
<span class="cline-any cline-neutral"> </span>
|
|
841
835
|
<span class="cline-any cline-neutral"> </span>
|
|
842
|
-
<span class="cline-any cline-yes">
|
|
836
|
+
<span class="cline-any cline-yes">55x</span>
|
|
843
837
|
<span class="cline-any cline-yes">60x</span>
|
|
844
838
|
<span class="cline-any cline-neutral"> </span>
|
|
845
839
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -1242,9 +1236,10 @@ exports.getMultiIDParams = ids => {
|
|
|
1242
1236
|
</div><!-- /wrapper -->
|
|
1243
1237
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
1244
1238
|
Code coverage generated by
|
|
1245
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
1246
|
-
at Tue Apr 26 2022
|
|
1239
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
1240
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
1247
1241
|
</div>
|
|
1242
|
+
</div>
|
|
1248
1243
|
<script src="../prettify.js"></script>
|
|
1249
1244
|
<script>
|
|
1250
1245
|
window.onload = function () {
|