@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
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for api/routes/application.js</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../../index.html">All files</a> / <a href="index.html">api/routes</a> application.js</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">100% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>8/8</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">100% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>0/0</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>0/0</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>8/8</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
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
|
+
</p>
|
|
57
|
+
</div>
|
|
58
|
+
<div class='status-line high'></div>
|
|
59
|
+
<pre><table class="coverage">
|
|
60
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
61
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
62
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
63
|
+
<a name='L4'></a><a href='#L4'>4</a>
|
|
64
|
+
<a name='L5'></a><a href='#L5'>5</a>
|
|
65
|
+
<a name='L6'></a><a href='#L6'>6</a>
|
|
66
|
+
<a name='L7'></a><a href='#L7'>7</a>
|
|
67
|
+
<a name='L8'></a><a href='#L8'>8</a>
|
|
68
|
+
<a name='L9'></a><a href='#L9'>9</a>
|
|
69
|
+
<a name='L10'></a><a href='#L10'>10</a>
|
|
70
|
+
<a name='L11'></a><a href='#L11'>11</a>
|
|
71
|
+
<a name='L12'></a><a href='#L12'>12</a>
|
|
72
|
+
<a name='L13'></a><a href='#L13'>13</a>
|
|
73
|
+
<a name='L14'></a><a href='#L14'>14</a>
|
|
74
|
+
<a name='L15'></a><a href='#L15'>15</a>
|
|
75
|
+
<a name='L16'></a><a href='#L16'>16</a>
|
|
76
|
+
<a name='L17'></a><a href='#L17'>17</a>
|
|
77
|
+
<a name='L18'></a><a href='#L18'>18</a>
|
|
78
|
+
<a name='L19'></a><a href='#L19'>19</a>
|
|
79
|
+
<a name='L20'></a><a href='#L20'>20</a>
|
|
80
|
+
<a name='L21'></a><a href='#L21'>21</a>
|
|
81
|
+
<a name='L22'></a><a href='#L22'>22</a>
|
|
82
|
+
<a name='L23'></a><a href='#L23'>23</a>
|
|
83
|
+
<a name='L24'></a><a href='#L24'>24</a>
|
|
84
|
+
<a name='L25'></a><a href='#L25'>25</a>
|
|
85
|
+
<a name='L26'></a><a href='#L26'>26</a>
|
|
86
|
+
<a name='L27'></a><a href='#L27'>27</a>
|
|
87
|
+
<a name='L28'></a><a href='#L28'>28</a>
|
|
88
|
+
<a name='L29'></a><a href='#L29'>29</a>
|
|
89
|
+
<a name='L30'></a><a href='#L30'>30</a>
|
|
90
|
+
<a name='L31'></a><a href='#L31'>31</a>
|
|
91
|
+
<a name='L32'></a><a href='#L32'>32</a>
|
|
92
|
+
<a name='L33'></a><a href='#L33'>33</a>
|
|
93
|
+
<a name='L34'></a><a href='#L34'>34</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">24x</span>
|
|
94
|
+
<span class="cline-any cline-yes">24x</span>
|
|
95
|
+
<span class="cline-any cline-yes">24x</span>
|
|
96
|
+
<span class="cline-any cline-yes">24x</span>
|
|
97
|
+
<span class="cline-any cline-yes">24x</span>
|
|
98
|
+
<span class="cline-any cline-neutral"> </span>
|
|
99
|
+
<span class="cline-any cline-yes">24x</span>
|
|
100
|
+
<span class="cline-any cline-neutral"> </span>
|
|
101
|
+
<span class="cline-any cline-yes">24x</span>
|
|
102
|
+
<span class="cline-any cline-neutral"> </span>
|
|
103
|
+
<span class="cline-any cline-neutral"> </span>
|
|
104
|
+
<span class="cline-any cline-neutral"> </span>
|
|
105
|
+
<span class="cline-any cline-neutral"> </span>
|
|
106
|
+
<span class="cline-any cline-neutral"> </span>
|
|
107
|
+
<span class="cline-any cline-neutral"> </span>
|
|
108
|
+
<span class="cline-any cline-neutral"> </span>
|
|
109
|
+
<span class="cline-any cline-neutral"> </span>
|
|
110
|
+
<span class="cline-any cline-neutral"> </span>
|
|
111
|
+
<span class="cline-any cline-neutral"> </span>
|
|
112
|
+
<span class="cline-any cline-neutral"> </span>
|
|
113
|
+
<span class="cline-any cline-neutral"> </span>
|
|
114
|
+
<span class="cline-any cline-neutral"> </span>
|
|
115
|
+
<span class="cline-any cline-neutral"> </span>
|
|
116
|
+
<span class="cline-any cline-neutral"> </span>
|
|
117
|
+
<span class="cline-any cline-neutral"> </span>
|
|
118
|
+
<span class="cline-any cline-neutral"> </span>
|
|
119
|
+
<span class="cline-any cline-neutral"> </span>
|
|
120
|
+
<span class="cline-any cline-neutral"> </span>
|
|
121
|
+
<span class="cline-any cline-neutral"> </span>
|
|
122
|
+
<span class="cline-any cline-neutral"> </span>
|
|
123
|
+
<span class="cline-any cline-neutral"> </span>
|
|
124
|
+
<span class="cline-any cline-neutral"> </span>
|
|
125
|
+
<span class="cline-any cline-yes">24x</span>
|
|
126
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">const Router = require("@koa/router")
|
|
127
|
+
const controller = require("../controllers/application")
|
|
128
|
+
const authorized = require("../../middleware/authorized")
|
|
129
|
+
const { BUILDER } = require("@budibase/backend-core/permissions")
|
|
130
|
+
const usage = require("../../middleware/usageQuota")
|
|
131
|
+
|
|
132
|
+
const router = Router()
|
|
133
|
+
|
|
134
|
+
router
|
|
135
|
+
.post("/api/applications/:appId/sync", authorized(BUILDER), controller.sync)
|
|
136
|
+
.post("/api/applications", authorized(BUILDER), usage, controller.create)
|
|
137
|
+
.get("/api/applications/:appId/definition", controller.fetchAppDefinition)
|
|
138
|
+
.get("/api/applications", controller.fetch)
|
|
139
|
+
.get("/api/applications/:appId/appPackage", controller.fetchAppPackage)
|
|
140
|
+
.put("/api/applications/:appId", authorized(BUILDER), controller.update)
|
|
141
|
+
.post(
|
|
142
|
+
"/api/applications/:appId/client/update",
|
|
143
|
+
authorized(BUILDER),
|
|
144
|
+
controller.updateClient
|
|
145
|
+
)
|
|
146
|
+
.post(
|
|
147
|
+
"/api/applications/:appId/client/revert",
|
|
148
|
+
authorized(BUILDER),
|
|
149
|
+
controller.revertClient
|
|
150
|
+
)
|
|
151
|
+
.delete(
|
|
152
|
+
"/api/applications/:appId",
|
|
153
|
+
authorized(BUILDER),
|
|
154
|
+
usage,
|
|
155
|
+
controller.delete
|
|
156
|
+
)
|
|
157
|
+
|
|
158
|
+
module.exports = router
|
|
159
|
+
</pre></td></tr></table></pre>
|
|
160
|
+
|
|
161
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
162
|
+
</div><!-- /wrapper -->
|
|
163
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
164
|
+
Code coverage generated by
|
|
165
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
166
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
167
|
+
</div>
|
|
168
|
+
</div>
|
|
169
|
+
<script src="../../prettify.js"></script>
|
|
170
|
+
<script>
|
|
171
|
+
window.onload = function () {
|
|
172
|
+
prettyPrint();
|
|
173
|
+
};
|
|
174
|
+
</script>
|
|
175
|
+
<script src="../../sorter.js"></script>
|
|
176
|
+
<script src="../../block-navigation.js"></script>
|
|
177
|
+
</body>
|
|
178
|
+
</html>
|
|
179
|
+
|
|
@@ -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">
|
|
@@ -93,9 +87,10 @@ module.exports = router
|
|
|
93
87
|
</div><!-- /wrapper -->
|
|
94
88
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
89
|
Code coverage generated by
|
|
96
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
97
|
-
at Tue Apr 26 2022
|
|
90
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
91
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
98
92
|
</div>
|
|
93
|
+
</div>
|
|
99
94
|
<script src="../../prettify.js"></script>
|
|
100
95
|
<script>
|
|
101
96
|
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">
|
|
@@ -294,9 +288,10 @@ module.exports = router
|
|
|
294
288
|
</div><!-- /wrapper -->
|
|
295
289
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
296
290
|
Code coverage generated by
|
|
297
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
298
|
-
at Tue Apr 26 2022
|
|
291
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
292
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
299
293
|
</div>
|
|
294
|
+
</div>
|
|
300
295
|
<script src="../../prettify.js"></script>
|
|
301
296
|
<script>
|
|
302
297
|
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">
|
|
@@ -111,9 +105,10 @@ module.exports = router
|
|
|
111
105
|
</div><!-- /wrapper -->
|
|
112
106
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
113
107
|
Code coverage generated by
|
|
114
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
115
|
-
at Tue Apr 26 2022
|
|
108
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
109
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
116
110
|
</div>
|
|
111
|
+
</div>
|
|
117
112
|
<script src="../../prettify.js"></script>
|
|
118
113
|
<script>
|
|
119
114
|
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">
|
|
@@ -111,9 +105,10 @@ module.exports = router
|
|
|
111
105
|
</div><!-- /wrapper -->
|
|
112
106
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
113
107
|
Code coverage generated by
|
|
114
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
115
|
-
at Tue Apr 26 2022
|
|
108
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
109
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
116
110
|
</div>
|
|
111
|
+
</div>
|
|
117
112
|
<script src="../../prettify.js"></script>
|
|
118
113
|
<script>
|
|
119
114
|
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">
|
|
@@ -222,9 +216,10 @@ module.exports = router
|
|
|
222
216
|
</div><!-- /wrapper -->
|
|
223
217
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
224
218
|
Code coverage generated by
|
|
225
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
226
|
-
at Tue Apr 26 2022
|
|
219
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
220
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
227
221
|
</div>
|
|
222
|
+
</div>
|
|
228
223
|
<script src="../../prettify.js"></script>
|
|
229
224
|
<script>
|
|
230
225
|
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">
|
|
@@ -120,9 +114,10 @@ module.exports = router
|
|
|
120
114
|
</div><!-- /wrapper -->
|
|
121
115
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
122
116
|
Code coverage generated by
|
|
123
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
124
|
-
at Tue Apr 26 2022
|
|
117
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
118
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
125
119
|
</div>
|
|
120
|
+
</div>
|
|
126
121
|
<script src="../../prettify.js"></script>
|
|
127
122
|
<script>
|
|
128
123
|
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">
|
|
@@ -130,7 +124,7 @@ function redirectPath(path) {
|
|
|
130
124
|
.delete(`/api/${path}/:devPath(.*)`, controller.buildRedirectDelete(path))
|
|
131
125
|
}
|
|
132
126
|
|
|
133
|
-
|
|
127
|
+
if (env.isDev() || <span class="branch-1 cbranch-no" title="branch not covered" >env.isTest())</span> {
|
|
134
128
|
redirectPath("global")
|
|
135
129
|
redirectPath("system")
|
|
136
130
|
}
|
|
@@ -147,9 +141,10 @@ module.exports = router
|
|
|
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 () {
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">97.21% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>244/251</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
33
|
<span class="strong">50% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>3/6</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">97.21% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>244/251</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">
|
|
@@ -108,6 +102,21 @@
|
|
|
108
102
|
<td data-value="7" class="abs high">7/7</td>
|
|
109
103
|
</tr>
|
|
110
104
|
|
|
105
|
+
<tr>
|
|
106
|
+
<td class="file high" data-value="application.js"><a href="application.js.html">application.js</a></td>
|
|
107
|
+
<td data-value="100" class="pic high">
|
|
108
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
109
|
+
</td>
|
|
110
|
+
<td data-value="100" class="pct high">100%</td>
|
|
111
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
112
|
+
<td data-value="100" class="pct high">100%</td>
|
|
113
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
114
|
+
<td data-value="100" class="pct high">100%</td>
|
|
115
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
116
|
+
<td data-value="100" class="pct high">100%</td>
|
|
117
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
118
|
+
</tr>
|
|
119
|
+
|
|
111
120
|
<tr>
|
|
112
121
|
<td class="file high" data-value="auth.js"><a href="auth.js.html">auth.js</a></td>
|
|
113
122
|
<td data-value="100" class="pic high">
|
|
@@ -228,6 +237,21 @@
|
|
|
228
237
|
<td data-value="12" class="abs high">12/12</td>
|
|
229
238
|
</tr>
|
|
230
239
|
|
|
240
|
+
<tr>
|
|
241
|
+
<td class="file high" data-value="index.js"><a href="index.js.html">index.js</a></td>
|
|
242
|
+
<td data-value="100" class="pic high">
|
|
243
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
244
|
+
</td>
|
|
245
|
+
<td data-value="100" class="pct high">100%</td>
|
|
246
|
+
<td data-value="31" class="abs high">31/31</td>
|
|
247
|
+
<td data-value="100" class="pct high">100%</td>
|
|
248
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
249
|
+
<td data-value="100" class="pct high">100%</td>
|
|
250
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
251
|
+
<td data-value="100" class="pct high">100%</td>
|
|
252
|
+
<td data-value="31" class="abs high">31/31</td>
|
|
253
|
+
</tr>
|
|
254
|
+
|
|
231
255
|
<tr>
|
|
232
256
|
<td class="file high" data-value="integration.js"><a href="integration.js.html">integration.js</a></td>
|
|
233
257
|
<td data-value="100" class="pic high">
|
|
@@ -348,6 +372,21 @@
|
|
|
348
372
|
<td data-value="7" class="abs high">7/7</td>
|
|
349
373
|
</tr>
|
|
350
374
|
|
|
375
|
+
<tr>
|
|
376
|
+
<td class="file high" data-value="row.js"><a href="row.js.html">row.js</a></td>
|
|
377
|
+
<td data-value="100" class="pic high">
|
|
378
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
379
|
+
</td>
|
|
380
|
+
<td data-value="100" class="pct high">100%</td>
|
|
381
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
382
|
+
<td data-value="100" class="pct high">100%</td>
|
|
383
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
384
|
+
<td data-value="100" class="pct high">100%</td>
|
|
385
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
386
|
+
<td data-value="100" class="pct high">100%</td>
|
|
387
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
388
|
+
</tr>
|
|
389
|
+
|
|
351
390
|
<tr>
|
|
352
391
|
<td class="file high" data-value="screen.js"><a href="screen.js.html">screen.js</a></td>
|
|
353
392
|
<td data-value="100" class="pic high">
|
|
@@ -378,6 +417,21 @@
|
|
|
378
417
|
<td data-value="7" class="abs low">0/7</td>
|
|
379
418
|
</tr>
|
|
380
419
|
|
|
420
|
+
<tr>
|
|
421
|
+
<td class="file high" data-value="static.js"><a href="static.js.html">static.js</a></td>
|
|
422
|
+
<td data-value="100" class="pic high">
|
|
423
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
424
|
+
</td>
|
|
425
|
+
<td data-value="100" class="pct high">100%</td>
|
|
426
|
+
<td data-value="12" class="abs high">12/12</td>
|
|
427
|
+
<td data-value="50" class="pct medium">50%</td>
|
|
428
|
+
<td data-value="2" class="abs medium">1/2</td>
|
|
429
|
+
<td data-value="100" class="pct high">100%</td>
|
|
430
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
431
|
+
<td data-value="100" class="pct high">100%</td>
|
|
432
|
+
<td data-value="12" class="abs high">12/12</td>
|
|
433
|
+
</tr>
|
|
434
|
+
|
|
381
435
|
<tr>
|
|
382
436
|
<td class="file high" data-value="table.js"><a href="table.js.html">table.js</a></td>
|
|
383
437
|
<td data-value="100" class="pic high">
|
|
@@ -460,9 +514,10 @@
|
|
|
460
514
|
</div><!-- /wrapper -->
|
|
461
515
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
462
516
|
Code coverage generated by
|
|
463
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
464
|
-
at Tue Apr 26 2022
|
|
517
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
518
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
465
519
|
</div>
|
|
520
|
+
</div>
|
|
466
521
|
<script src="../../prettify.js"></script>
|
|
467
522
|
<script>
|
|
468
523
|
window.onload = function () {
|