1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00
Commit graph

2308 commits

Author SHA1 Message Date
Adria Navarro
dc9e1cbbc7 Enrich view with all schema 2024-09-10 10:44:56 +02:00
Adria Navarro
77be1cd869 Add metadata on related columns 2024-09-09 16:15:34 +02:00
Adria Navarro
30e31e1254 Enrich view columns 2024-09-09 16:15:18 +02:00
Adria Navarro
14bc9a7390 Fix merge conflicts 2024-09-03 11:28:43 +02:00
Adria Navarro
3cee97aa02 Merge branch 'master' into feat/pick-relationship-fields 2024-09-03 11:19:18 +02:00
Adria Navarro
1be8289677
Merge branch 'master' into feat/row-action-view-security 2024-09-03 10:13:22 +02:00
Sam Rose
bb8ba16b30
Types for new view calculation feature. 2024-09-02 15:28:20 +01:00
Adria Navarro
d1c6edc437 Return types 2024-08-30 10:30:27 +02:00
Adria Navarro
42f849d9a1 View permissions on rowActionResponse 2024-08-30 10:30:27 +02:00
Adria Navarro
5f3dcda73a Refactor 2024-08-30 10:30:27 +02:00
Adria Navarro
de3eae2d47 Fix types 2024-08-30 10:30:27 +02:00
Adria Navarro
3cfe556b0f Add rowaction permission to document 2024-08-30 10:30:27 +02:00
Adria Navarro
f2b8185905 Fix types 2024-08-29 13:20:35 +02:00
Adria Navarro
adc2e983b5 Move responsability 2024-08-29 13:16:27 +02:00
Adria Navarro
383aad7265 Honor fields on views 2024-08-29 13:16:27 +02:00
Adria Navarro
1bc1db9b29 Support outputSquash fields on searchs 2024-08-29 13:16:27 +02:00
Adria Navarro
de29d31c35 Enrich configuration only for views 2024-08-29 13:16:27 +02:00
Adria Navarro
e29db10a77 Update types 2024-08-29 13:13:53 +02:00
Adria Navarro
5f40737e9c Use enums 2024-08-27 16:15:25 +02:00
Adria Navarro
e8f33e5fd8 Reuse 2024-08-27 15:07:04 +02:00
Adria Navarro
3405484977 Fix required ts 2024-08-27 15:07:04 +02:00
Adria Navarro
64679565bc Lint 2024-08-27 15:07:04 +02:00
Adria Navarro
1504cead0c Persist view related schemas 2024-08-27 15:07:04 +02:00
Peter Clement
0e229c9b2e
Update automation test builder to support branching (#14387)
* add branch step definition

* update automation test builder to support branching

* rename Automation test builder

* example test

* pr comments
2024-08-15 16:07:42 +00:00
Sam Rose
e1268b7ec8
Merge branch 'master' of github.com:Budibase/budibase into feature-flag-cleanup 2024-08-15 14:57:04 +01:00
mike12345567
e32409da15 Fixing an issue with app import - old attachments which have an invalid state can cause the app to fail to import. 2024-08-15 14:25:36 +01:00
Sam Rose
4a1fd6481f
Remove old, unused feature flags. 2024-08-15 10:53:43 +01:00
Peter Clement
f15847a40f
More automation typing in preparation for branching (#14378)
* More typing for automations

* undo test updates

* remove casting of loop step and add more types

* remove unused type

* pro

* Update types and fix ts issues

* add branching types

* remove any cast

---------

Co-authored-by: Adria Navarro <adria@budibase.com>
2024-08-14 21:39:39 +01:00
Peter Clement
37f749019d
Add more automation tests (#14369)
* Add more automation tests

* remove comment

* update assertion

* unused type

* split out query creation

* remove map
2024-08-13 14:16:55 +01:00
Sam Rose
aaaf173295
Initial UI. 2024-08-09 13:59:00 +01:00
Adria Navarro
24463bd387 Add helper 2024-08-07 10:51:40 +02:00
Adria Navarro
1cd3347262 Types 2024-08-05 17:23:55 +02:00
Adria Navarro
4799e0c2c4 Add extra typings 2024-08-05 10:29:36 +02:00
Sam Rose
01ad68f843
Remove all mocking from rest.spec.ts. 2024-08-01 17:57:33 +01:00
Sam Rose
9a2e8031bc
Fix plugin.spec.ts's reliance on the node-fetch mock. 2024-08-01 11:43:37 +01:00
Adria Navarro
e6c4c8ef77
Merge branch 'master' into chore/unify-row-format-values 2024-08-01 10:29:36 +02:00
Peter Clement
8539f6d853
Add helper function / builder for creating Automations for tests and improved types (#14220)
* basic class for generating and running an automation

* change filename

* add to existing tests

* remove dupe tests

* add types to automation steps

* add types to triggers

* update tests and typing

* fix types

* typo

* move all step schema types do types folder

* updated types

* typing pr comments

* remove unused param

* some more typing and tests

* more typing

* improve type map

* fix broken type

* this will surely fix my issue
2024-07-31 22:18:00 +01:00
Adria Navarro
0202db3efe Unify enums 2024-07-31 12:20:45 +02:00
Adria Navarro
21b9bf36fd Add api types 2024-07-30 17:52:27 +02:00
Adria Navarro
7d17717895 Subtype required for autocolumns 2024-07-30 17:48:08 +02:00
Adria Navarro
10351c52f8 Improve types 2024-07-30 17:46:48 +02:00
mike12345567
76652ddab5 Fixes some issues with row actions which were allowing them to be added from the automation section (which is not allowed) as well as breaking app access once they were added - this hides them properly so they can't be added as well as fixing the issue when they exist. 2024-07-30 15:07:34 +01:00
melohagan
60f7c03e17
Fix/verify sso bug (#14253)
* Delete associated SSO user

* Update reset password screen

* Partial type removed

* lint

* Split getFirstPlatformUser from getPlatformUsers

* lint

* Use correct method

* Code review comments

* lint
2024-07-29 13:25:46 +01:00
Adria Navarro
b12641e467
Merge branch 'master' into BUDI-8441/row-action-run-api 2024-07-25 16:09:23 +02:00
Adria Navarro
62eaa11ebb Add trigger 2024-07-25 15:37:49 +02:00
Adria Navarro
22f86be34d
Merge branch 'master' into feat/row-actions 2024-07-25 15:26:50 +02:00
Adria Navarro
15a8907811 Interface 2024-07-25 08:36:31 +02:00
mike12345567
7c6c12f325 Adding a small utility to DB layer for bulk removing documents, this is a problem that Mel ran into, the fact it doesn't default to throwing errors, I've updated a few cases and added functionality for it to maintain compatiability with the old way of doing things (errors silenced). 2024-07-24 18:13:27 +01:00
Adria Navarro
68018a85fb Type 2024-07-24 17:23:18 +02:00
Adria Navarro
3bb3376a82 Format on frontend 2024-07-22 14:31:59 +02:00