1
0
Fork 0
mirror of synced 2024-09-21 03:43:21 +12:00
Commit graph

2325 commits

Author SHA1 Message Date
melohagan
49a4e252c6
Allow an account holder to login to account-portal if the tenant has been deleted. (#14547)
* Add email to session for populate user

* Add email param

* use param object

* Type fix for tests

* Fix test

* Temporarily remove account-portal tests
2024-09-12 08:38:11 +00:00
Peter Clement
1947000f0c update case where no branch condition is met 2024-09-11 14:50:52 +01:00
Martin McKeaveney
9179569cd7
Merge branch 'master' into budi-8608-ai-platform-level-config 2024-09-11 10:43:41 +01:00
Martin McKeaveney
fcc0381474 update account portal ref 2024-09-11 10:37:52 +01:00
Martin McKeaveney
c6907eb09e fix types 2024-09-10 16:41:44 +01:00
mike12345567
5e80a975dd Merge branch 'master' of github.com:Budibase/budibase into fix/sql-many-relationships 2024-09-10 12:12:00 +01:00
Martin McKeaveney
0cf626be91 Merge 2024-09-10 11:00:33 +01:00
Adria Navarro
dc9e1cbbc7 Enrich view with all schema 2024-09-10 10:44:56 +02:00
Martin McKeaveney
96fbc8fff0 feature flag support 2024-09-09 18:07:47 +01:00
Martin McKeaveney
b4a4f81308 linting 2024-09-09 16:52:56 +01:00
Michael Drury
e2c6893aa3
Merge branch 'master' into fix/sql-many-relationships 2024-09-09 16:07:16 +01: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
Martin McKeaveney
57698170a8 lint 2024-09-09 13:55:26 +01:00
Martin McKeaveney
9f75f2a9fc account for setting a default config and unset the rest 2024-09-04 09:22:00 +01:00
Martin McKeaveney
d3b90a0253 initial impl of default Budibase AI config through env vars 2024-09-03 19:47:36 +01:00
Martin McKeaveney
0d5e776424 preserve apikeys on save 2024-09-03 19:12:13 +01:00
mike12345567
b29a4e2b37 Work to support all SQL DBs across the board using the aggregation method. 2024-09-03 18:24:50 +01:00
Martin McKeaveney
ca4b17bc9b icons, styling of AI configs and further simplification 2024-09-03 15:11:52 +01: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
Martin McKeaveney
99035ad8ae rough pass on AI platform CRUD 2024-09-02 20:16:58 +01: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