@budibase/server 0.9.174 → 0.9.176-alpha.2
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.7469e1e4.css → index.75ed4773.css} +1 -1
- package/builder/assets/{index.ba2741f9.js → index.d3780441.js} +34 -34
- package/builder/index.html +2 -2
- package/coverage/clover.xml +383 -207
- package/coverage/coverage-final.json +8 -6
- package/coverage/lcov-report/api/controllers/analytics.js.html +1 -1
- package/coverage/lcov-report/api/controllers/apikeys.js.html +1 -1
- package/coverage/lcov-report/api/controllers/application.js.html +1 -1
- package/coverage/lcov-report/api/controllers/auth.js.html +1 -1
- package/coverage/lcov-report/api/controllers/automation.js.html +1 -1
- package/coverage/lcov-report/api/controllers/backup.js.html +1 -1
- package/coverage/lcov-report/api/controllers/cloud.js.html +1 -1
- package/coverage/lcov-report/api/controllers/component.js.html +1 -1
- package/coverage/lcov-report/api/controllers/datasource.js.html +120 -24
- package/coverage/lcov-report/api/controllers/dev.js.html +1 -1
- package/coverage/lcov-report/api/controllers/hosting.js.html +1 -1
- package/coverage/lcov-report/api/controllers/index.html +19 -19
- package/coverage/lcov-report/api/controllers/integration.js.html +1 -1
- package/coverage/lcov-report/api/controllers/layout.js.html +1 -1
- package/coverage/lcov-report/api/controllers/metadata.js.html +1 -1
- package/coverage/lcov-report/api/controllers/permission.js.html +1 -1
- package/coverage/lcov-report/api/controllers/query.js.html +9 -3
- package/coverage/lcov-report/api/controllers/role.js.html +1 -1
- package/coverage/lcov-report/api/controllers/routing.js.html +1 -1
- package/coverage/lcov-report/api/controllers/row/external.js.html +1 -1
- package/coverage/lcov-report/api/controllers/row/index.html +14 -14
- package/coverage/lcov-report/api/controllers/row/index.js.html +1 -1
- package/coverage/lcov-report/api/controllers/row/internal.js.html +1 -1
- package/coverage/lcov-report/api/controllers/row/internalSearch.js.html +1 -1
- package/coverage/lcov-report/api/controllers/row/utils.js.html +11 -32
- package/coverage/lcov-report/api/controllers/screen.js.html +1 -1
- package/coverage/lcov-report/api/controllers/script.js.html +1 -1
- package/coverage/lcov-report/api/controllers/table/external.js.html +908 -0
- package/coverage/lcov-report/api/controllers/table/index.html +59 -29
- package/coverage/lcov-report/api/controllers/table/index.js.html +52 -376
- package/coverage/lcov-report/api/controllers/table/internal.js.html +494 -0
- package/coverage/lcov-report/api/controllers/table/utils.js.html +70 -10
- package/coverage/lcov-report/api/controllers/templates.js.html +1 -1
- package/coverage/lcov-report/api/controllers/user.js.html +1 -1
- package/coverage/lcov-report/api/controllers/view/exporters.js.html +1 -1
- package/coverage/lcov-report/api/controllers/view/index.html +1 -1
- package/coverage/lcov-report/api/controllers/view/index.js.html +1 -1
- package/coverage/lcov-report/api/controllers/view/utils.js.html +1 -1
- package/coverage/lcov-report/api/controllers/view/viewBuilder.js.html +1 -1
- package/coverage/lcov-report/api/controllers/webhook.js.html +1 -1
- package/coverage/lcov-report/api/index.html +1 -1
- package/coverage/lcov-report/api/index.js.html +1 -1
- package/coverage/lcov-report/api/routes/analytics.js.html +1 -1
- package/coverage/lcov-report/api/routes/apikeys.js.html +1 -1
- package/coverage/lcov-report/api/routes/application.js.html +1 -1
- package/coverage/lcov-report/api/routes/auth.js.html +1 -1
- package/coverage/lcov-report/api/routes/automation.js.html +1 -1
- package/coverage/lcov-report/api/routes/backup.js.html +1 -1
- package/coverage/lcov-report/api/routes/cloud.js.html +1 -1
- package/coverage/lcov-report/api/routes/component.js.html +1 -1
- package/coverage/lcov-report/api/routes/datasource.js.html +1 -1
- package/coverage/lcov-report/api/routes/deploy.js.html +1 -1
- package/coverage/lcov-report/api/routes/dev.js.html +1 -1
- package/coverage/lcov-report/api/routes/hosting.js.html +1 -1
- package/coverage/lcov-report/api/routes/index.html +1 -1
- package/coverage/lcov-report/api/routes/index.js.html +1 -1
- package/coverage/lcov-report/api/routes/integration.js.html +1 -1
- package/coverage/lcov-report/api/routes/layout.js.html +1 -1
- package/coverage/lcov-report/api/routes/metadata.js.html +1 -1
- package/coverage/lcov-report/api/routes/permission.js.html +1 -1
- package/coverage/lcov-report/api/routes/query.js.html +1 -1
- package/coverage/lcov-report/api/routes/role.js.html +1 -1
- package/coverage/lcov-report/api/routes/routing.js.html +1 -1
- package/coverage/lcov-report/api/routes/row.js.html +1 -1
- package/coverage/lcov-report/api/routes/screen.js.html +1 -1
- package/coverage/lcov-report/api/routes/script.js.html +1 -1
- package/coverage/lcov-report/api/routes/static.js.html +1 -1
- package/coverage/lcov-report/api/routes/table.js.html +1 -1
- package/coverage/lcov-report/api/routes/templates.js.html +1 -1
- package/coverage/lcov-report/api/routes/user.js.html +1 -1
- package/coverage/lcov-report/api/routes/view.js.html +1 -1
- package/coverage/lcov-report/api/routes/webhook.js.html +1 -1
- package/coverage/lcov-report/automations/actions.js.html +1 -1
- package/coverage/lcov-report/automations/automationUtils.js.html +1 -1
- package/coverage/lcov-report/automations/bullboard.js.html +1 -1
- package/coverage/lcov-report/automations/index.html +1 -1
- package/coverage/lcov-report/automations/index.js.html +1 -1
- package/coverage/lcov-report/automations/steps/bash.js.html +1 -1
- package/coverage/lcov-report/automations/steps/createRow.js.html +1 -1
- package/coverage/lcov-report/automations/steps/delay.js.html +1 -1
- package/coverage/lcov-report/automations/steps/deleteRow.js.html +1 -1
- package/coverage/lcov-report/automations/steps/discord.js.html +1 -1
- package/coverage/lcov-report/automations/steps/executeQuery.js.html +1 -1
- package/coverage/lcov-report/automations/steps/executeScript.js.html +1 -1
- package/coverage/lcov-report/automations/steps/filter.js.html +1 -1
- package/coverage/lcov-report/automations/steps/index.html +1 -1
- package/coverage/lcov-report/automations/steps/integromat.js.html +1 -1
- package/coverage/lcov-report/automations/steps/outgoingWebhook.js.html +1 -1
- package/coverage/lcov-report/automations/steps/queryRows.js.html +1 -1
- package/coverage/lcov-report/automations/steps/sendSmtpEmail.js.html +1 -1
- package/coverage/lcov-report/automations/steps/serverLog.js.html +1 -1
- package/coverage/lcov-report/automations/steps/slack.js.html +1 -1
- package/coverage/lcov-report/automations/steps/updateRow.js.html +1 -1
- package/coverage/lcov-report/automations/steps/utils.js.html +1 -1
- package/coverage/lcov-report/automations/steps/zapier.js.html +1 -1
- package/coverage/lcov-report/automations/thread.js.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/app.js.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/cron.js.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/index.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/index.js.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/rowDeleted.js.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/rowSaved.js.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/rowUpdated.js.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/webhook.js.html +1 -1
- package/coverage/lcov-report/automations/triggers.js.html +1 -1
- package/coverage/lcov-report/automations/utils.js.html +1 -1
- package/coverage/lcov-report/constants/index.html +5 -5
- package/coverage/lcov-report/constants/index.js.html +25 -4
- package/coverage/lcov-report/constants/layouts.js.html +1 -1
- package/coverage/lcov-report/constants/screens.js.html +1 -1
- package/coverage/lcov-report/db/client.js.html +1 -1
- package/coverage/lcov-report/db/inMemoryView.js.html +1 -1
- package/coverage/lcov-report/db/index.html +1 -1
- package/coverage/lcov-report/db/index.js.html +1 -1
- package/coverage/lcov-report/db/linkedRows/LinkController.js.html +1 -1
- package/coverage/lcov-report/db/linkedRows/index.html +1 -1
- package/coverage/lcov-report/db/linkedRows/index.js.html +1 -1
- package/coverage/lcov-report/db/linkedRows/linkUtils.js.html +1 -1
- package/coverage/lcov-report/db/newid.js.html +1 -1
- package/coverage/lcov-report/db/utils.js.html +1 -1
- package/coverage/lcov-report/events/AutomationEmitter.js.html +1 -1
- package/coverage/lcov-report/events/index.html +1 -1
- package/coverage/lcov-report/events/index.js.html +1 -1
- package/coverage/lcov-report/events/utils.js.html +1 -1
- package/coverage/lcov-report/index.html +38 -38
- package/coverage/lcov-report/integrations/tests/TestConfiguration.js.html +1 -1
- package/coverage/lcov-report/integrations/tests/index.html +1 -1
- package/coverage/lcov-report/middleware/appInfo.js.html +1 -1
- package/coverage/lcov-report/middleware/authorized.js.html +1 -1
- package/coverage/lcov-report/middleware/builder.js.html +1 -1
- package/coverage/lcov-report/middleware/currentapp.js.html +1 -1
- package/coverage/lcov-report/middleware/index.html +1 -1
- package/coverage/lcov-report/middleware/joi-validator.js.html +1 -1
- package/coverage/lcov-report/middleware/resourceId.js.html +1 -1
- package/coverage/lcov-report/middleware/selfhost.js.html +1 -1
- package/coverage/lcov-report/middleware/usageQuota.js.html +1 -1
- package/coverage/lcov-report/utilities/bcrypt.js.html +1 -1
- package/coverage/lcov-report/utilities/budibaseDir.js.html +1 -1
- package/coverage/lcov-report/utilities/centralPath.js.html +1 -1
- package/coverage/lcov-report/utilities/csvParser.js.html +1 -1
- package/coverage/lcov-report/utilities/global.js.html +1 -1
- package/coverage/lcov-report/utilities/index.html +1 -1
- package/coverage/lcov-report/utilities/index.js.html +1 -1
- package/coverage/lcov-report/utilities/queue/inMemoryQueue.js.html +1 -1
- package/coverage/lcov-report/utilities/queue/index.html +1 -1
- package/coverage/lcov-report/utilities/routing/index.html +1 -1
- package/coverage/lcov-report/utilities/routing/index.js.html +1 -1
- package/coverage/lcov-report/utilities/rowProcessor/index.html +1 -1
- package/coverage/lcov-report/utilities/rowProcessor/index.js.html +1 -1
- package/coverage/lcov-report/utilities/rowProcessor/utils.js.html +1 -1
- package/coverage/lcov-report/utilities/scriptRunner.js.html +1 -1
- package/coverage/lcov-report/utilities/security.js.html +1 -1
- package/coverage/lcov-report/utilities/statusCodes.js.html +1 -1
- package/coverage/lcov-report/utilities/users.js.html +1 -1
- package/coverage/lcov-report/utilities/workerRequests.js.html +1 -1
- package/coverage/lcov.info +652 -332
- package/dist/api/controllers/datasource.js +41 -14
- package/dist/api/controllers/query.js +3 -1
- package/dist/api/controllers/row/ExternalRequest.js +12 -10
- package/dist/api/controllers/row/utils.js +3 -11
- package/dist/api/controllers/table/external.js +222 -0
- package/dist/api/controllers/table/index.js +28 -121
- package/dist/api/controllers/table/internal.js +138 -0
- package/dist/api/controllers/table/utils.js +17 -0
- package/dist/constants/index.js +6 -0
- package/dist/definitions/datasource.js +3 -0
- package/dist/integrations/base/datasourcePlus.js +2 -0
- package/dist/integrations/base/sql.js +16 -11
- package/dist/integrations/base/sqlTable.js +141 -0
- package/dist/integrations/base/utils.js +30 -0
- package/dist/integrations/mysql.js +13 -7
- package/dist/integrations/postgres.js +18 -8
- package/dist/integrations/utils.js +21 -6
- package/dist/package.json +4 -4
- package/dist/tests/utilities/TestConfiguration.js +2 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/src/api/controllers/datasource.js +46 -14
- package/src/api/controllers/query.js +3 -1
- package/src/api/controllers/row/ExternalRequest.ts +12 -10
- package/src/api/controllers/row/utils.js +3 -10
- package/src/api/controllers/table/external.js +276 -0
- package/src/api/controllers/table/index.js +27 -135
- package/src/api/controllers/table/internal.js +138 -0
- package/src/api/controllers/table/utils.js +20 -0
- package/src/api/routes/tests/datasource.spec.js +2 -2
- package/src/api/routes/tests/query.spec.js +0 -1
- package/src/constants/index.js +7 -0
- package/src/definitions/common.ts +7 -1
- package/src/definitions/datasource.ts +5 -0
- package/src/integrations/base/datasourcePlus.ts +8 -0
- package/src/integrations/base/sql.ts +15 -16
- package/src/integrations/base/sqlTable.ts +167 -0
- package/src/integrations/base/utils.ts +19 -0
- package/src/integrations/mysql.ts +15 -9
- package/src/integrations/postgres.ts +19 -9
- package/src/integrations/utils.ts +22 -6
- package/src/tests/utilities/TestConfiguration.js +2 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1636017713370" clover="3.2.0">
|
|
3
|
+
<project timestamp="1636017713371" name="All files">
|
|
4
|
+
<metrics statements="4105" coveredstatements="3102" conditionals="1603" coveredconditionals="902" methods="585" coveredmethods="424" elements="6293" coveredelements="4428" complexity="0" loc="4105" ncloc="4105" packages="19" files="135" classes="135"/>
|
|
5
5
|
<package name="api">
|
|
6
6
|
<metrics statements="29" coveredstatements="27" conditionals="5" coveredconditionals="2" methods="5" coveredmethods="4"/>
|
|
7
7
|
<file name="index.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/index.js">
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
</file>
|
|
39
39
|
</package>
|
|
40
40
|
<package name="api.controllers">
|
|
41
|
-
<metrics statements="
|
|
41
|
+
<metrics statements="1036" coveredstatements="798" conditionals="332" coveredconditionals="178" methods="149" coveredmethods="113"/>
|
|
42
42
|
<file name="analytics.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/analytics.js">
|
|
43
43
|
<metrics statements="13" coveredstatements="6" conditionals="13" coveredconditionals="4" methods="2" coveredmethods="1"/>
|
|
44
44
|
<line num="1" count="23" type="stmt"/>
|
|
@@ -468,80 +468,101 @@
|
|
|
468
468
|
<line num="34" count="1" type="stmt"/>
|
|
469
469
|
</file>
|
|
470
470
|
<file name="datasource.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/datasource.js">
|
|
471
|
-
<metrics statements="
|
|
471
|
+
<metrics statements="94" coveredstatements="46" conditionals="28" coveredconditionals="7" methods="14" coveredmethods="8"/>
|
|
472
472
|
<line num="1" count="33" type="stmt"/>
|
|
473
473
|
<line num="9" count="33" type="stmt"/>
|
|
474
474
|
<line num="10" count="33" type="stmt"/>
|
|
475
475
|
<line num="11" count="33" type="stmt"/>
|
|
476
|
-
<line num="
|
|
477
|
-
<line num="14" count="
|
|
478
|
-
<line num="
|
|
476
|
+
<line num="12" count="33" type="stmt"/>
|
|
477
|
+
<line num="14" count="33" type="stmt"/>
|
|
478
|
+
<line num="15" count="2" type="stmt"/>
|
|
479
479
|
<line num="18" count="2" type="stmt"/>
|
|
480
|
-
<line num="
|
|
481
|
-
<line num="
|
|
482
|
-
<line num="
|
|
483
|
-
<line num="
|
|
484
|
-
<line num="
|
|
485
|
-
<line num="
|
|
486
|
-
<line num="43" count="
|
|
480
|
+
<line num="19" count="2" type="stmt"/>
|
|
481
|
+
<line num="24" count="2" type="stmt"/>
|
|
482
|
+
<line num="26" count="2" type="stmt"/>
|
|
483
|
+
<line num="32" count="2" type="stmt"/>
|
|
484
|
+
<line num="38" count="1" type="stmt"/>
|
|
485
|
+
<line num="40" count="2" type="stmt"/>
|
|
486
|
+
<line num="43" count="33" type="stmt"/>
|
|
487
487
|
<line num="44" count="0" type="stmt"/>
|
|
488
|
-
<line num="
|
|
488
|
+
<line num="45" count="0" type="stmt"/>
|
|
489
489
|
<line num="47" count="0" type="stmt"/>
|
|
490
|
-
<line num="
|
|
490
|
+
<line num="48" count="0" type="stmt"/>
|
|
491
491
|
<line num="50" count="0" type="stmt"/>
|
|
492
|
-
<line num="
|
|
493
|
-
<line num="
|
|
494
|
-
<line num="
|
|
492
|
+
<line num="51" count="0" type="stmt"/>
|
|
493
|
+
<line num="53" count="0" type="stmt"/>
|
|
494
|
+
<line num="54" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
495
|
+
<line num="55" count="0" type="stmt"/>
|
|
495
496
|
<line num="57" count="0" type="stmt"/>
|
|
496
|
-
<line num="
|
|
497
|
-
<line num="59" count="0" type="stmt"/>
|
|
497
|
+
<line num="60" count="33" type="stmt"/>
|
|
498
498
|
<line num="61" count="0" type="stmt"/>
|
|
499
499
|
<line num="62" count="0" type="stmt"/>
|
|
500
|
-
<line num="
|
|
500
|
+
<line num="63" count="0" type="stmt"/>
|
|
501
|
+
<line num="64" count="0" type="stmt"/>
|
|
501
502
|
<line num="66" count="0" type="stmt"/>
|
|
502
|
-
<line num="67" count="0" type="
|
|
503
|
-
<line num="
|
|
504
|
-
<line num="
|
|
503
|
+
<line num="67" count="0" type="stmt"/>
|
|
504
|
+
<line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
505
|
+
<line num="71" count="0" type="stmt"/>
|
|
506
|
+
<line num="72" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
505
507
|
<line num="73" count="0" type="stmt"/>
|
|
506
|
-
<line num="
|
|
507
|
-
<line num="
|
|
508
|
-
<line num="
|
|
509
|
-
<line num="
|
|
510
|
-
<line num="
|
|
511
|
-
<line num="
|
|
512
|
-
<line num="
|
|
513
|
-
<line num="
|
|
514
|
-
<line num="90" count="0" type="stmt"/>
|
|
508
|
+
<line num="77" count="0" type="stmt"/>
|
|
509
|
+
<line num="78" count="0" type="stmt"/>
|
|
510
|
+
<line num="79" count="0" type="stmt"/>
|
|
511
|
+
<line num="82" count="33" type="stmt"/>
|
|
512
|
+
<line num="83" count="23" type="stmt"/>
|
|
513
|
+
<line num="84" count="23" type="stmt"/>
|
|
514
|
+
<line num="85" count="23" type="stmt"/>
|
|
515
|
+
<line num="87" count="23" type="stmt"/>
|
|
515
516
|
<line num="93" count="23" type="stmt"/>
|
|
516
|
-
<line num="94" count="23" type="
|
|
517
|
-
<line num="
|
|
518
|
-
<line num="
|
|
519
|
-
<line num="
|
|
520
|
-
<line num="100" count="
|
|
521
|
-
<line num="
|
|
517
|
+
<line num="94" count="23" type="cond" truecount="1" falsecount="1"/>
|
|
518
|
+
<line num="95" count="0" type="stmt"/>
|
|
519
|
+
<line num="96" count="0" type="stmt"/>
|
|
520
|
+
<line num="97" count="0" type="stmt"/>
|
|
521
|
+
<line num="100" count="23" type="stmt"/>
|
|
522
|
+
<line num="101" count="23" type="stmt"/>
|
|
523
|
+
<line num="104" count="23" type="cond" truecount="1" falsecount="1"/>
|
|
522
524
|
<line num="105" count="23" type="stmt"/>
|
|
523
|
-
<line num="106" count="23" type="
|
|
524
|
-
<line num="
|
|
525
|
-
<line num="
|
|
526
|
-
<line num="
|
|
527
|
-
<line num="
|
|
528
|
-
<line num="
|
|
525
|
+
<line num="106" count="23" type="cond" truecount="3" falsecount="1"/>
|
|
526
|
+
<line num="107" count="0" type="stmt"/>
|
|
527
|
+
<line num="111" count="23" type="stmt"/>
|
|
528
|
+
<line num="112" count="23" type="cond" truecount="1" falsecount="1"/>
|
|
529
|
+
<line num="113" count="0" type="stmt"/>
|
|
530
|
+
<line num="115" count="23" type="stmt"/>
|
|
531
|
+
<line num="118" count="33" type="stmt"/>
|
|
529
532
|
<line num="119" count="1" type="stmt"/>
|
|
530
|
-
<line num="
|
|
531
|
-
<line num="123" count="
|
|
532
|
-
<line num="
|
|
533
|
-
<line num="
|
|
534
|
-
<line num="129" count="
|
|
535
|
-
<line num="
|
|
536
|
-
<line num="
|
|
537
|
-
<line num="
|
|
538
|
-
<line num="134" count="0" type="stmt"/>
|
|
533
|
+
<line num="122" count="1" type="stmt"/>
|
|
534
|
+
<line num="123" count="1" type="stmt"/>
|
|
535
|
+
<line num="126" count="1" type="stmt"/>
|
|
536
|
+
<line num="128" count="1" type="stmt"/>
|
|
537
|
+
<line num="129" count="1" type="stmt"/>
|
|
538
|
+
<line num="132" count="33" type="stmt"/>
|
|
539
|
+
<line num="133" count="1" type="stmt"/>
|
|
540
|
+
<line num="134" count="1" type="stmt"/>
|
|
539
541
|
<line num="138" count="33" type="stmt"/>
|
|
540
|
-
<line num="139" count="
|
|
541
|
-
<line num="
|
|
542
|
+
<line num="139" count="1" type="stmt"/>
|
|
543
|
+
<line num="140" count="1" type="stmt"/>
|
|
544
|
+
<line num="141" count="1" type="stmt"/>
|
|
542
545
|
<line num="143" count="0" type="stmt"/>
|
|
543
|
-
<line num="
|
|
544
|
-
<line num="
|
|
546
|
+
<line num="147" count="33" type="stmt"/>
|
|
547
|
+
<line num="148" count="0" type="stmt"/>
|
|
548
|
+
<line num="151" count="0" type="stmt"/>
|
|
549
|
+
<line num="152" count="0" type="stmt"/>
|
|
550
|
+
<line num="153" count="0" type="stmt"/>
|
|
551
|
+
<line num="156" count="0" type="stmt"/>
|
|
552
|
+
<line num="157" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
553
|
+
<line num="158" count="0" type="stmt"/>
|
|
554
|
+
<line num="160" count="0" type="stmt"/>
|
|
555
|
+
<line num="161" count="0" type="stmt"/>
|
|
556
|
+
<line num="163" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
557
|
+
<line num="164" count="0" type="stmt"/>
|
|
558
|
+
<line num="168" count="0" type="stmt"/>
|
|
559
|
+
<line num="169" count="0" type="stmt"/>
|
|
560
|
+
<line num="170" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
561
|
+
<line num="171" count="0" type="stmt"/>
|
|
562
|
+
<line num="172" count="0" type="stmt"/>
|
|
563
|
+
<line num="173" count="0" type="stmt"/>
|
|
564
|
+
<line num="174" count="0" type="stmt"/>
|
|
565
|
+
<line num="178" count="0" type="stmt"/>
|
|
545
566
|
</file>
|
|
546
567
|
<file name="dev.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/dev.js">
|
|
547
568
|
<metrics statements="57" coveredstatements="17" conditionals="11" coveredconditionals="0" methods="10" coveredmethods="3"/>
|
|
@@ -821,52 +842,52 @@
|
|
|
821
842
|
<line num="101" count="0" type="stmt"/>
|
|
822
843
|
<line num="102" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
823
844
|
<line num="104" count="0" type="stmt"/>
|
|
824
|
-
<line num="
|
|
825
|
-
<line num="
|
|
826
|
-
<line num="
|
|
827
|
-
<line num="
|
|
828
|
-
<line num="122" count="0" type="stmt"/>
|
|
845
|
+
<line num="108" count="0" type="stmt"/>
|
|
846
|
+
<line num="112" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
847
|
+
<line num="117" count="0" type="stmt"/>
|
|
848
|
+
<line num="118" count="0" type="stmt"/>
|
|
829
849
|
<line num="124" count="0" type="stmt"/>
|
|
830
|
-
<line num="
|
|
831
|
-
<line num="
|
|
832
|
-
<line num="
|
|
833
|
-
<line num="
|
|
834
|
-
<line num="134" count="2" type="
|
|
835
|
-
<line num="
|
|
836
|
-
<line num="136" count="1" type="stmt"/>
|
|
850
|
+
<line num="126" count="0" type="stmt"/>
|
|
851
|
+
<line num="129" count="2" type="stmt"/>
|
|
852
|
+
<line num="132" count="34" type="stmt"/>
|
|
853
|
+
<line num="133" count="2" type="stmt"/>
|
|
854
|
+
<line num="134" count="2" type="stmt"/>
|
|
855
|
+
<line num="136" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
837
856
|
<line num="137" count="1" type="stmt"/>
|
|
838
|
-
<line num="
|
|
839
|
-
<line num="
|
|
840
|
-
<line num="
|
|
857
|
+
<line num="138" count="1" type="stmt"/>
|
|
858
|
+
<line num="139" count="1" type="stmt"/>
|
|
859
|
+
<line num="141" count="2" type="stmt"/>
|
|
860
|
+
<line num="144" count="34" type="stmt"/>
|
|
841
861
|
<line num="145" count="2" type="stmt"/>
|
|
842
862
|
<line num="147" count="2" type="stmt"/>
|
|
843
|
-
<line num="149" count="2" type="
|
|
844
|
-
<line num="
|
|
845
|
-
<line num="
|
|
846
|
-
<line num="154" count="1" type="stmt"/>
|
|
863
|
+
<line num="149" count="2" type="stmt"/>
|
|
864
|
+
<line num="151" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
865
|
+
<line num="152" count="1" type="stmt"/>
|
|
847
866
|
<line num="155" count="1" type="stmt"/>
|
|
867
|
+
<line num="156" count="1" type="stmt"/>
|
|
848
868
|
<line num="157" count="1" type="stmt"/>
|
|
849
|
-
<line num="
|
|
850
|
-
<line num="
|
|
851
|
-
<line num="
|
|
852
|
-
<line num="
|
|
853
|
-
<line num="
|
|
869
|
+
<line num="159" count="1" type="stmt"/>
|
|
870
|
+
<line num="166" count="1" type="stmt"/>
|
|
871
|
+
<line num="171" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
872
|
+
<line num="172" count="0" type="stmt"/>
|
|
873
|
+
<line num="176" count="34" type="stmt"/>
|
|
854
874
|
<line num="177" count="2" type="stmt"/>
|
|
855
|
-
<line num="
|
|
875
|
+
<line num="179" count="2" type="stmt"/>
|
|
856
876
|
<line num="180" count="2" type="stmt"/>
|
|
857
|
-
<line num="182" count="2" type="
|
|
858
|
-
<line num="
|
|
859
|
-
<line num="
|
|
860
|
-
<line num="
|
|
861
|
-
<line num="
|
|
862
|
-
<line num="
|
|
863
|
-
<line num="201" count="1" type="
|
|
864
|
-
<line num="
|
|
865
|
-
<line num="
|
|
866
|
-
<line num="
|
|
867
|
-
<line num="208" count="1" type="stmt"/>
|
|
877
|
+
<line num="182" count="2" type="stmt"/>
|
|
878
|
+
<line num="184" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
879
|
+
<line num="185" count="1" type="stmt"/>
|
|
880
|
+
<line num="188" count="1" type="stmt"/>
|
|
881
|
+
<line num="192" count="1" type="stmt"/>
|
|
882
|
+
<line num="195" count="1" type="stmt"/>
|
|
883
|
+
<line num="201" count="1" type="stmt"/>
|
|
884
|
+
<line num="203" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
885
|
+
<line num="204" count="0" type="stmt"/>
|
|
886
|
+
<line num="208" count="34" type="stmt"/>
|
|
868
887
|
<line num="209" count="1" type="stmt"/>
|
|
869
888
|
<line num="210" count="1" type="stmt"/>
|
|
889
|
+
<line num="211" count="1" type="stmt"/>
|
|
890
|
+
<line num="212" count="1" type="stmt"/>
|
|
870
891
|
</file>
|
|
871
892
|
<file name="role.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/role.js">
|
|
872
893
|
<metrics statements="53" coveredstatements="47" conditionals="22" coveredconditionals="14" methods="7" coveredmethods="5"/>
|
|
@@ -1125,7 +1146,7 @@
|
|
|
1125
1146
|
</file>
|
|
1126
1147
|
</package>
|
|
1127
1148
|
<package name="api.controllers.row">
|
|
1128
|
-
<metrics statements="
|
|
1149
|
+
<metrics statements="581" coveredstatements="306" conditionals="243" coveredconditionals="82" methods="88" coveredmethods="38"/>
|
|
1129
1150
|
<file name="external.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/row/external.js">
|
|
1130
1151
|
<metrics statements="97" coveredstatements="14" conditionals="40" coveredconditionals="0" methods="13" coveredmethods="0"/>
|
|
1131
1152
|
<line num="6" count="34" type="stmt"/>
|
|
@@ -1677,7 +1698,7 @@
|
|
|
1677
1698
|
<line num="387" count="0" type="stmt"/>
|
|
1678
1699
|
</file>
|
|
1679
1700
|
<file name="utils.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/row/utils.js">
|
|
1680
|
-
<metrics statements="
|
|
1701
|
+
<metrics statements="43" coveredstatements="33" conditionals="20" coveredconditionals="11" methods="6" coveredmethods="4"/>
|
|
1681
1702
|
<line num="1" count="34" type="stmt"/>
|
|
1682
1703
|
<line num="2" count="34" type="stmt"/>
|
|
1683
1704
|
<line num="3" count="34" type="stmt"/>
|
|
@@ -1694,122 +1715,267 @@
|
|
|
1694
1715
|
<line num="22" count="1" type="stmt"/>
|
|
1695
1716
|
<line num="23" count="1" type="stmt"/>
|
|
1696
1717
|
<line num="24" count="1" type="stmt"/>
|
|
1697
|
-
<line num="
|
|
1698
|
-
<line num="
|
|
1699
|
-
<line num="
|
|
1700
|
-
<line num="
|
|
1701
|
-
<line num="
|
|
1702
|
-
<line num="37" count="19" type="
|
|
1703
|
-
<line num="
|
|
1718
|
+
<line num="27" count="34" type="stmt"/>
|
|
1719
|
+
<line num="30" count="19" type="cond" truecount="1" falsecount="1"/>
|
|
1720
|
+
<line num="31" count="0" type="stmt"/>
|
|
1721
|
+
<line num="34" count="0" type="stmt"/>
|
|
1722
|
+
<line num="35" count="0" type="stmt"/>
|
|
1723
|
+
<line num="37" count="19" type="stmt"/>
|
|
1724
|
+
<line num="39" count="16" type="cond" truecount="1" falsecount="1"/>
|
|
1725
|
+
<line num="40" count="0" type="stmt"/>
|
|
1726
|
+
<line num="42" count="16" type="stmt"/>
|
|
1727
|
+
<line num="45" count="34" type="stmt"/>
|
|
1728
|
+
<line num="46" count="74" type="cond" truecount="2" falsecount="0"/>
|
|
1729
|
+
<line num="47" count="2" type="stmt"/>
|
|
1730
|
+
<line num="48" count="2" type="stmt"/>
|
|
1731
|
+
<line num="50" count="74" type="stmt"/>
|
|
1732
|
+
<line num="51" count="74" type="stmt"/>
|
|
1733
|
+
<line num="52" count="206" type="stmt"/>
|
|
1734
|
+
<line num="54" count="206" type="cond" truecount="1" falsecount="1"/>
|
|
1735
|
+
<line num="59" count="0" type="stmt"/>
|
|
1736
|
+
<line num="64" count="206" type="cond" truecount="1" falsecount="1"/>
|
|
1737
|
+
<line num="65" count="0" type="stmt"/>
|
|
1738
|
+
<line num="66" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1739
|
+
<line num="67" count="0" type="stmt"/>
|
|
1740
|
+
<line num="70" count="206" type="cond" truecount="1" falsecount="1"/>
|
|
1741
|
+
<line num="71" count="0" type="stmt"/>
|
|
1742
|
+
<line num="76" count="206" type="stmt"/>
|
|
1743
|
+
<line num="78" count="206" type="cond" truecount="2" falsecount="0"/>
|
|
1744
|
+
<line num="80" count="74" type="stmt"/>
|
|
1745
|
+
</file>
|
|
1746
|
+
</package>
|
|
1747
|
+
<package name="api.controllers.table">
|
|
1748
|
+
<metrics statements="379" coveredstatements="201" conditionals="198" coveredconditionals="75" methods="52" coveredmethods="26"/>
|
|
1749
|
+
<file name="external.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/table/external.js">
|
|
1750
|
+
<metrics statements="120" coveredstatements="8" conditionals="63" coveredconditionals="0" methods="13" coveredmethods="0"/>
|
|
1751
|
+
<line num="1" count="34" type="stmt"/>
|
|
1752
|
+
<line num="5" count="34" type="stmt"/>
|
|
1753
|
+
<line num="11" count="34" type="stmt"/>
|
|
1754
|
+
<line num="16" count="34" type="stmt"/>
|
|
1755
|
+
<line num="17" count="34" type="stmt"/>
|
|
1756
|
+
<line num="18" count="34" type="stmt"/>
|
|
1757
|
+
<line num="27" count="0" type="stmt"/>
|
|
1758
|
+
<line num="38" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1759
|
+
<line num="39" count="0" type="stmt"/>
|
|
1704
1760
|
<line num="41" count="0" type="stmt"/>
|
|
1705
|
-
<line num="
|
|
1706
|
-
<line num="44" count="19" type="stmt"/>
|
|
1707
|
-
<line num="46" count="16" type="cond" truecount="1" falsecount="1"/>
|
|
1761
|
+
<line num="45" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1708
1762
|
<line num="47" count="0" type="stmt"/>
|
|
1709
|
-
<line num="
|
|
1710
|
-
<line num="52" count="
|
|
1711
|
-
<line num="53" count="
|
|
1712
|
-
<line num="
|
|
1713
|
-
<line num="
|
|
1714
|
-
<line num="57" count="
|
|
1715
|
-
<line num="
|
|
1716
|
-
<line num="
|
|
1717
|
-
<line num="61" count="206" type="cond" truecount="1" falsecount="1"/>
|
|
1763
|
+
<line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1764
|
+
<line num="52" count="0" type="stmt"/>
|
|
1765
|
+
<line num="53" count="0" type="stmt"/>
|
|
1766
|
+
<line num="55" count="0" type="stmt"/>
|
|
1767
|
+
<line num="56" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1768
|
+
<line num="57" count="0" type="stmt"/>
|
|
1769
|
+
<line num="59" count="0" type="stmt"/>
|
|
1770
|
+
<line num="62" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1718
1771
|
<line num="66" count="0" type="stmt"/>
|
|
1719
|
-
<line num="
|
|
1720
|
-
<line num="
|
|
1721
|
-
<line num="
|
|
1722
|
-
<line num="74" count="0" type="stmt"/>
|
|
1723
|
-
<line num="77" count="206" type="cond" truecount="1" falsecount="1"/>
|
|
1772
|
+
<line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1773
|
+
<line num="75" count="0" type="stmt"/>
|
|
1774
|
+
<line num="77" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1724
1775
|
<line num="78" count="0" type="stmt"/>
|
|
1725
|
-
<line num="
|
|
1726
|
-
<line num="
|
|
1727
|
-
<line num="
|
|
1776
|
+
<line num="80" count="0" type="stmt"/>
|
|
1777
|
+
<line num="84" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1778
|
+
<line num="85" count="0" type="stmt"/>
|
|
1779
|
+
<line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1780
|
+
<line num="93" count="0" type="stmt"/>
|
|
1781
|
+
<line num="94" count="0" type="stmt"/>
|
|
1782
|
+
<line num="95" count="0" type="stmt"/>
|
|
1783
|
+
<line num="97" count="0" type="stmt"/>
|
|
1784
|
+
<line num="113" count="0" type="stmt"/>
|
|
1785
|
+
<line num="114" count="0" type="stmt"/>
|
|
1786
|
+
<line num="115" count="0" type="stmt"/>
|
|
1787
|
+
<line num="116" count="0" type="stmt"/>
|
|
1788
|
+
<line num="117" count="0" type="stmt"/>
|
|
1789
|
+
<line num="121" count="0" type="stmt"/>
|
|
1790
|
+
<line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1791
|
+
<line num="124" count="0" type="stmt"/>
|
|
1792
|
+
<line num="125" count="0" type="stmt"/>
|
|
1793
|
+
<line num="126" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1794
|
+
<line num="127" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1795
|
+
<line num="128" count="0" type="stmt"/>
|
|
1796
|
+
<line num="133" count="0" type="stmt"/>
|
|
1797
|
+
<line num="135" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1798
|
+
<line num="136" count="0" type="stmt"/>
|
|
1799
|
+
<line num="137" count="0" type="stmt"/>
|
|
1800
|
+
<line num="142" count="0" type="stmt"/>
|
|
1801
|
+
<line num="143" count="0" type="stmt"/>
|
|
1802
|
+
<line num="144" count="0" type="stmt"/>
|
|
1803
|
+
<line num="146" count="0" type="stmt"/>
|
|
1804
|
+
<line num="149" count="0" type="stmt"/>
|
|
1805
|
+
<line num="150" count="0" type="stmt"/>
|
|
1806
|
+
<line num="151" count="0" type="stmt"/>
|
|
1807
|
+
<line num="155" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1808
|
+
<line num="158" count="34" type="stmt"/>
|
|
1809
|
+
<line num="159" count="0" type="stmt"/>
|
|
1810
|
+
<line num="160" count="0" type="stmt"/>
|
|
1811
|
+
<line num="162" count="0" type="stmt"/>
|
|
1812
|
+
<line num="163" count="0" type="stmt"/>
|
|
1813
|
+
<line num="164" count="0" type="stmt"/>
|
|
1814
|
+
<line num="171" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1815
|
+
<line num="172" count="0" type="stmt"/>
|
|
1816
|
+
<line num="175" count="0" type="stmt"/>
|
|
1817
|
+
<line num="176" count="0" type="stmt"/>
|
|
1818
|
+
<line num="177" count="0" type="stmt"/>
|
|
1819
|
+
<line num="178" count="0" type="stmt"/>
|
|
1820
|
+
<line num="180" count="0" type="stmt"/>
|
|
1821
|
+
<line num="183" count="0" type="stmt"/>
|
|
1822
|
+
<line num="184" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1823
|
+
<line num="185" count="0" type="stmt"/>
|
|
1824
|
+
<line num="187" count="0" type="stmt"/>
|
|
1825
|
+
<line num="188" count="0" type="stmt"/>
|
|
1826
|
+
<line num="190" count="0" type="stmt"/>
|
|
1827
|
+
<line num="191" count="0" type="stmt"/>
|
|
1828
|
+
<line num="192" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1829
|
+
<line num="193" count="0" type="stmt"/>
|
|
1830
|
+
<line num="199" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1831
|
+
<line num="200" count="0" type="stmt"/>
|
|
1832
|
+
<line num="202" count="0" type="stmt"/>
|
|
1833
|
+
<line num="203" count="0" type="stmt"/>
|
|
1834
|
+
<line num="206" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1835
|
+
<line num="207" count="0" type="stmt"/>
|
|
1836
|
+
<line num="213" count="0" type="stmt"/>
|
|
1837
|
+
<line num="214" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1838
|
+
<line num="215" count="0" type="stmt"/>
|
|
1839
|
+
<line num="217" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1840
|
+
<line num="218" count="0" type="stmt"/>
|
|
1841
|
+
<line num="221" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1842
|
+
<line num="222" count="0" type="stmt"/>
|
|
1843
|
+
<line num="225" count="0" type="stmt"/>
|
|
1844
|
+
<line num="226" count="0" type="stmt"/>
|
|
1845
|
+
<line num="229" count="0" type="stmt"/>
|
|
1846
|
+
<line num="231" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1847
|
+
<line num="234" count="0" type="stmt"/>
|
|
1848
|
+
<line num="236" count="0" type="stmt"/>
|
|
1849
|
+
<line num="237" count="0" type="stmt"/>
|
|
1850
|
+
<line num="238" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1851
|
+
<line num="241" count="0" type="stmt"/>
|
|
1852
|
+
<line num="245" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1853
|
+
<line num="246" count="0" type="stmt"/>
|
|
1854
|
+
<line num="247" count="0" type="stmt"/>
|
|
1855
|
+
<line num="252" count="0" type="stmt"/>
|
|
1856
|
+
<line num="253" count="0" type="stmt"/>
|
|
1857
|
+
<line num="255" count="0" type="stmt"/>
|
|
1858
|
+
<line num="258" count="34" type="stmt"/>
|
|
1859
|
+
<line num="259" count="0" type="stmt"/>
|
|
1860
|
+
<line num="260" count="0" type="stmt"/>
|
|
1861
|
+
<line num="261" count="0" type="stmt"/>
|
|
1862
|
+
<line num="263" count="0" type="stmt"/>
|
|
1863
|
+
<line num="264" count="0" type="stmt"/>
|
|
1864
|
+
<line num="265" count="0" type="stmt"/>
|
|
1865
|
+
<line num="267" count="0" type="stmt"/>
|
|
1866
|
+
<line num="268" count="0" type="stmt"/>
|
|
1867
|
+
<line num="270" count="0" type="stmt"/>
|
|
1868
|
+
<line num="272" count="0" type="stmt"/>
|
|
1869
|
+
<line num="273" count="0" type="stmt"/>
|
|
1870
|
+
<line num="275" count="0" type="stmt"/>
|
|
1728
1871
|
</file>
|
|
1729
|
-
</package>
|
|
1730
|
-
<package name="api.controllers.table">
|
|
1731
|
-
<metrics statements="227" coveredstatements="169" conditionals="120" coveredconditionals="65" methods="33" coveredmethods="23"/>
|
|
1732
1872
|
<file name="index.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/table/index.js">
|
|
1733
|
-
<metrics statements="
|
|
1873
|
+
<metrics statements="44" coveredstatements="41" conditionals="19" coveredconditionals="15" methods="9" coveredmethods="7"/>
|
|
1734
1874
|
<line num="1" count="34" type="stmt"/>
|
|
1735
1875
|
<line num="2" count="34" type="stmt"/>
|
|
1736
1876
|
<line num="3" count="34" type="stmt"/>
|
|
1877
|
+
<line num="4" count="34" type="stmt"/>
|
|
1878
|
+
<line num="5" count="34" type="stmt"/>
|
|
1737
1879
|
<line num="10" count="34" type="stmt"/>
|
|
1738
1880
|
<line num="11" count="34" type="stmt"/>
|
|
1739
|
-
<line num="
|
|
1740
|
-
<line num="
|
|
1741
|
-
<line num="
|
|
1742
|
-
<line num="
|
|
1743
|
-
<line num="
|
|
1881
|
+
<line num="14" count="101" type="cond" truecount="4" falsecount="0"/>
|
|
1882
|
+
<line num="15" count="99" type="stmt"/>
|
|
1883
|
+
<line num="17" count="101" type="cond" truecount="3" falsecount="1"/>
|
|
1884
|
+
<line num="18" count="0" type="stmt"/>
|
|
1885
|
+
<line num="19" count="101" type="cond" truecount="3" falsecount="1"/>
|
|
1886
|
+
<line num="20" count="0" type="stmt"/>
|
|
1887
|
+
<line num="22" count="101" type="stmt"/>
|
|
1888
|
+
<line num="26" count="34" type="stmt"/>
|
|
1889
|
+
<line num="27" count="1" type="stmt"/>
|
|
1744
1890
|
<line num="29" count="1" type="stmt"/>
|
|
1745
|
-
<line num="35" count="
|
|
1746
|
-
<line num="
|
|
1747
|
-
<line num="
|
|
1748
|
-
<line num="
|
|
1749
|
-
<line num="
|
|
1750
|
-
<line num="
|
|
1751
|
-
<line num="
|
|
1752
|
-
<line num="
|
|
1753
|
-
<line num="
|
|
1754
|
-
<line num="
|
|
1755
|
-
<line num="
|
|
1756
|
-
<line num="
|
|
1757
|
-
<line num="
|
|
1758
|
-
<line num="
|
|
1891
|
+
<line num="35" count="2" type="stmt"/>
|
|
1892
|
+
<line num="41" count="1" type="stmt"/>
|
|
1893
|
+
<line num="47" count="1" type="stmt"/>
|
|
1894
|
+
<line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1895
|
+
<line num="55" count="1" type="stmt"/>
|
|
1896
|
+
<line num="58" count="34" type="stmt"/>
|
|
1897
|
+
<line num="59" count="19" type="stmt"/>
|
|
1898
|
+
<line num="60" count="19" type="stmt"/>
|
|
1899
|
+
<line num="63" count="34" type="stmt"/>
|
|
1900
|
+
<line num="64" count="99" type="stmt"/>
|
|
1901
|
+
<line num="65" count="99" type="stmt"/>
|
|
1902
|
+
<line num="66" count="99" type="stmt"/>
|
|
1903
|
+
<line num="67" count="99" type="stmt"/>
|
|
1904
|
+
<line num="68" count="99" type="stmt"/>
|
|
1905
|
+
<line num="69" count="99" type="cond" truecount="2" falsecount="0"/>
|
|
1906
|
+
<line num="71" count="99" type="stmt"/>
|
|
1907
|
+
<line num="74" count="34" type="stmt"/>
|
|
1908
|
+
<line num="75" count="2" type="stmt"/>
|
|
1909
|
+
<line num="76" count="2" type="stmt"/>
|
|
1910
|
+
<line num="77" count="2" type="stmt"/>
|
|
1911
|
+
<line num="78" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1912
|
+
<line num="80" count="2" type="stmt"/>
|
|
1913
|
+
<line num="81" count="2" type="stmt"/>
|
|
1914
|
+
<line num="84" count="34" type="stmt"/>
|
|
1915
|
+
<line num="85" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1916
|
+
<line num="86" count="1" type="stmt"/>
|
|
1917
|
+
<line num="87" count="1" type="stmt"/>
|
|
1918
|
+
</file>
|
|
1919
|
+
<file name="internal.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/table/internal.js">
|
|
1920
|
+
<metrics statements="55" coveredstatements="47" conditionals="34" coveredconditionals="25" methods="4" coveredmethods="3"/>
|
|
1921
|
+
<line num="1" count="34" type="stmt"/>
|
|
1922
|
+
<line num="2" count="34" type="stmt"/>
|
|
1923
|
+
<line num="3" count="34" type="stmt"/>
|
|
1924
|
+
<line num="4" count="34" type="stmt"/>
|
|
1925
|
+
<line num="5" count="34" type="stmt"/>
|
|
1926
|
+
<line num="7" count="34" type="stmt"/>
|
|
1927
|
+
<line num="8" count="99" type="stmt"/>
|
|
1928
|
+
<line num="9" count="99" type="stmt"/>
|
|
1929
|
+
<line num="10" count="99" type="stmt"/>
|
|
1930
|
+
<line num="11" count="99" type="stmt"/>
|
|
1931
|
+
<line num="20" count="99" type="cond" truecount="4" falsecount="0"/>
|
|
1932
|
+
<line num="21" count="4" type="stmt"/>
|
|
1933
|
+
<line num="26" count="99" type="stmt"/>
|
|
1934
|
+
<line num="32" count="99" type="stmt"/>
|
|
1935
|
+
<line num="36" count="99" type="cond" truecount="4" falsecount="0"/>
|
|
1936
|
+
<line num="37" count="4" type="stmt"/>
|
|
1937
|
+
<line num="38" count="13" type="stmt"/>
|
|
1938
|
+
<line num="39" count="13" type="stmt"/>
|
|
1939
|
+
<line num="40" count="13" type="cond" truecount="3" falsecount="1"/>
|
|
1940
|
+
<line num="41" count="0" type="stmt"/>
|
|
1941
|
+
<line num="43" count="13" type="cond" truecount="3" falsecount="1"/>
|
|
1942
|
+
<line num="44" count="0" type="stmt"/>
|
|
1943
|
+
<line num="50" count="99" type="stmt"/>
|
|
1944
|
+
<line num="63" count="99" type="stmt"/>
|
|
1945
|
+
<line num="66" count="99" type="stmt"/>
|
|
1946
|
+
<line num="67" count="0" type="stmt"/>
|
|
1947
|
+
<line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1948
|
+
<line num="70" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1949
|
+
<line num="71" count="0" type="stmt"/>
|
|
1950
|
+
<line num="75" count="99" type="stmt"/>
|
|
1759
1951
|
<line num="76" count="99" type="stmt"/>
|
|
1760
|
-
<line num="
|
|
1761
|
-
<line num="
|
|
1762
|
-
<line num="82" count="13" type="stmt"/>
|
|
1763
|
-
<line num="83" count="13" type="stmt"/>
|
|
1764
|
-
<line num="84" count="13" type="cond" truecount="3" falsecount="1"/>
|
|
1765
|
-
<line num="85" count="0" type="stmt"/>
|
|
1766
|
-
<line num="87" count="13" type="cond" truecount="3" falsecount="1"/>
|
|
1952
|
+
<line num="84" count="99" type="cond" truecount="4" falsecount="0"/>
|
|
1953
|
+
<line num="85" count="4" type="stmt"/>
|
|
1767
1954
|
<line num="88" count="0" type="stmt"/>
|
|
1768
|
-
<line num="
|
|
1769
|
-
<line num="
|
|
1770
|
-
<line num="
|
|
1771
|
-
<line num="
|
|
1772
|
-
<line num="
|
|
1773
|
-
<line num="
|
|
1774
|
-
<line num="
|
|
1775
|
-
<line num="
|
|
1776
|
-
<line num="
|
|
1777
|
-
<line num="
|
|
1778
|
-
<line num="
|
|
1779
|
-
<line num="
|
|
1780
|
-
<line num="
|
|
1781
|
-
<line num="
|
|
1782
|
-
<line num="
|
|
1783
|
-
<line num="
|
|
1784
|
-
<line num="
|
|
1785
|
-
<line num="
|
|
1786
|
-
<line num="
|
|
1787
|
-
<line num="
|
|
1788
|
-
<line num="
|
|
1789
|
-
<line num="151" count="99" type="stmt"/>
|
|
1790
|
-
<line num="154" count="34" type="stmt"/>
|
|
1791
|
-
<line num="155" count="2" type="stmt"/>
|
|
1792
|
-
<line num="156" count="2" type="stmt"/>
|
|
1793
|
-
<line num="157" count="2" type="stmt"/>
|
|
1794
|
-
<line num="160" count="2" type="stmt"/>
|
|
1795
|
-
<line num="165" count="2" type="stmt"/>
|
|
1796
|
-
<line num="168" count="2" type="stmt"/>
|
|
1797
|
-
<line num="175" count="2" type="stmt"/>
|
|
1798
|
-
<line num="178" count="2" type="stmt"/>
|
|
1799
|
-
<line num="179" count="2" type="stmt"/>
|
|
1800
|
-
<line num="180" count="2" type="stmt"/>
|
|
1801
|
-
<line num="182" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1802
|
-
<line num="183" count="0" type="stmt"/>
|
|
1803
|
-
<line num="186" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1804
|
-
<line num="188" count="2" type="stmt"/>
|
|
1805
|
-
<line num="189" count="2" type="stmt"/>
|
|
1806
|
-
<line num="192" count="34" type="stmt"/>
|
|
1807
|
-
<line num="193" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1808
|
-
<line num="194" count="1" type="stmt"/>
|
|
1809
|
-
<line num="195" count="1" type="stmt"/>
|
|
1955
|
+
<line num="93" count="99" type="stmt"/>
|
|
1956
|
+
<line num="94" count="99" type="cond" truecount="4" falsecount="0"/>
|
|
1957
|
+
<line num="95" count="1" type="stmt"/>
|
|
1958
|
+
<line num="97" count="99" type="stmt"/>
|
|
1959
|
+
<line num="98" count="99" type="stmt"/>
|
|
1960
|
+
<line num="100" count="99" type="stmt"/>
|
|
1961
|
+
<line num="102" count="99" type="stmt"/>
|
|
1962
|
+
<line num="105" count="34" type="stmt"/>
|
|
1963
|
+
<line num="106" count="2" type="stmt"/>
|
|
1964
|
+
<line num="107" count="2" type="stmt"/>
|
|
1965
|
+
<line num="108" count="2" type="stmt"/>
|
|
1966
|
+
<line num="111" count="2" type="stmt"/>
|
|
1967
|
+
<line num="116" count="2" type="stmt"/>
|
|
1968
|
+
<line num="119" count="2" type="stmt"/>
|
|
1969
|
+
<line num="126" count="2" type="stmt"/>
|
|
1970
|
+
<line num="129" count="2" type="stmt"/>
|
|
1971
|
+
<line num="130" count="2" type="stmt"/>
|
|
1972
|
+
<line num="131" count="2" type="stmt"/>
|
|
1973
|
+
<line num="133" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1974
|
+
<line num="134" count="0" type="stmt"/>
|
|
1975
|
+
<line num="137" count="2" type="stmt"/>
|
|
1810
1976
|
</file>
|
|
1811
1977
|
<file name="utils.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/table/utils.js">
|
|
1812
|
-
<metrics statements="
|
|
1978
|
+
<metrics statements="160" coveredstatements="105" conditionals="82" coveredconditionals="35" methods="26" coveredmethods="16"/>
|
|
1813
1979
|
<line num="1" count="34" type="stmt"/>
|
|
1814
1980
|
<line num="2" count="34" type="stmt"/>
|
|
1815
1981
|
<line num="7" count="34" type="stmt"/>
|
|
@@ -1961,6 +2127,15 @@
|
|
|
1961
2127
|
<line num="311" count="0" type="stmt"/>
|
|
1962
2128
|
<line num="313" count="0" type="stmt"/>
|
|
1963
2129
|
<line num="318" count="34" type="stmt"/>
|
|
2130
|
+
<line num="319" count="0" type="stmt"/>
|
|
2131
|
+
<line num="322" count="34" type="stmt"/>
|
|
2132
|
+
<line num="323" count="0" type="stmt"/>
|
|
2133
|
+
<line num="326" count="34" type="cond" truecount="0" falsecount="1"/>
|
|
2134
|
+
<line num="327" count="0" type="stmt"/>
|
|
2135
|
+
<line num="332" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2136
|
+
<line num="333" count="0" type="stmt"/>
|
|
2137
|
+
<line num="335" count="0" type="stmt"/>
|
|
2138
|
+
<line num="338" count="34" type="stmt"/>
|
|
1964
2139
|
</file>
|
|
1965
2140
|
</package>
|
|
1966
2141
|
<package name="api.controllers.view">
|
|
@@ -3121,9 +3296,9 @@
|
|
|
3121
3296
|
</file>
|
|
3122
3297
|
</package>
|
|
3123
3298
|
<package name="constants">
|
|
3124
|
-
<metrics statements="
|
|
3299
|
+
<metrics statements="26" coveredstatements="26" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
3125
3300
|
<file name="index.js" path="/home/runner/work/budibase/budibase/packages/server/src/constants/index.js">
|
|
3126
|
-
<metrics statements="
|
|
3301
|
+
<metrics statements="19" coveredstatements="19" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3127
3302
|
<line num="1" count="39" type="stmt"/>
|
|
3128
3303
|
<line num="2" count="39" type="stmt"/>
|
|
3129
3304
|
<line num="3" count="39" type="stmt"/>
|
|
@@ -3135,13 +3310,14 @@
|
|
|
3135
3310
|
<line num="48" count="39" type="stmt"/>
|
|
3136
3311
|
<line num="54" count="39" type="stmt"/>
|
|
3137
3312
|
<line num="60" count="39" type="stmt"/>
|
|
3138
|
-
<line num="
|
|
3139
|
-
<line num="
|
|
3140
|
-
<line num="
|
|
3141
|
-
<line num="
|
|
3142
|
-
<line num="
|
|
3143
|
-
<line num="
|
|
3144
|
-
<line num="
|
|
3313
|
+
<line num="70" count="39" type="stmt"/>
|
|
3314
|
+
<line num="75" count="39" type="stmt"/>
|
|
3315
|
+
<line num="137" count="39" type="stmt"/>
|
|
3316
|
+
<line num="145" count="39" type="stmt"/>
|
|
3317
|
+
<line num="146" count="39" type="stmt"/>
|
|
3318
|
+
<line num="153" count="39" type="stmt"/>
|
|
3319
|
+
<line num="158" count="39" type="stmt"/>
|
|
3320
|
+
<line num="163" count="39" type="stmt"/>
|
|
3145
3321
|
</file>
|
|
3146
3322
|
<file name="layouts.js" path="/home/runner/work/budibase/budibase/packages/server/src/constants/layouts.js">
|
|
3147
3323
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|