1
0
Fork 0
mirror of synced 2024-06-11 23:15:07 +12:00
budibase/packages/server/src/api/controllers
Gerard Burns d9033b2636
Un-revert Skeleton Loader PR (#13180)
* wip

* wip

* wip

* client versions init

* wip

* wip

* wip

* wip

* wip

* linting

* remove log

* comment client version script

* lint

* skeleton loader type fix

* fix types

* lint

* fix types again

* fix manifest not being served locally

* remove preinstalled old client version

* add constant for dev client version

* linting

* Dean PR Feedback

* linting

* pr feedback

* wip

* wip

* clientVersions empty array

* delete from git

* empty array again

* fix tests

* pr feedback

---------

Co-authored-by: Andrew Kingston <andrew@kingston.dev>
2024-03-25 16:39:42 +00:00
..
deploy Getting external rows to be more consistent with the internal API - the formulas should be processed using the outputProcessing as they were being processed, but was causing an overwrite. The problem was that the external system internally processed the formulas/relationships, then squashed the relationships. Once it got to the external API, it would go through normal output processing, which would run over the squashed rows, causing an inconsistent behaviour. 2023-11-06 19:03:37 +00:00
plugin Reenable no-case-declarations. 2024-03-19 15:58:25 +00:00
public Adding test case to confirm works as expected. 2024-03-08 10:24:48 +00:00
query Updating based on PR comments. 2024-03-22 15:26:02 +00:00
row Merge branch 'master' of github.com:budibase/budibase into reenable-no-unused-vars 2024-03-20 11:46:59 +00:00
static Un-revert Skeleton Loader PR (#13180) 2024-03-25 16:39:42 +00:00
table Clean code 2024-03-21 14:22:07 +01:00
view Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
analytics.ts Prettier 2023-11-20 21:48:49 +01:00
apikeys.ts Type internal db.get 2023-07-18 11:41:51 +02:00
application.ts Un-revert Skeleton Loader PR (#13180) 2024-03-25 16:39:42 +00:00
auth.ts WIP 2023-11-08 10:03:22 +00:00
automation.ts Respond to PR feedback. 2024-02-28 16:35:15 +00:00
backup.ts Type internal db.get 2023-07-18 11:41:51 +02:00
component.ts Prettier 2023-11-20 21:48:49 +01:00
datasource.ts Addressing PR comments. 2024-02-29 17:03:04 +00:00
debug.ts code review and test 2023-07-17 22:33:37 +01:00
dev.ts Fix build. 2024-02-15 15:52:06 +00:00
integration.ts Updating datasource controller types, this branched out a little bit to removing as many anys as possible, and allowing RowValue to correctly be returned from the allDocs function of the DB. 2024-02-29 16:28:00 +00:00
layout.ts Respond to PR feedback. 2024-02-28 16:35:15 +00:00
metadata.ts
migrations.ts Renames 2023-12-14 10:10:16 +01:00
ops.ts
permission.ts Respond to PR feedback. 2024-03-04 11:06:25 +00:00
role.ts Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
routing.ts Type role controller. 2024-03-04 16:42:41 +00:00
screen.ts More types. 2024-02-28 12:13:13 +00:00
script.ts Add working PoC of snippets for both polyfilled vm and isolated-vm 2024-03-01 15:25:40 +00:00
templates.ts
user.ts Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
webhook.ts Type internal db.get 2023-07-18 11:41:51 +02:00