1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00
Commit graph

11760 commits

Author SHA1 Message Date
Sam Rose
3550ae8c1a
Merge branch 'master' of github.com:budibase/budibase into budi-7664-sqs-self-host-ui-for-detecting-lack-of-sqs-support-2 2024-03-11 13:45:08 +00:00
Adria Navarro
ce45af9f8a Copy changes 2024-03-08 09:07:26 +01:00
Adria Navarro
c955135f51 Lint 2024-03-07 14:11:19 +01:00
Adria Navarro
8b38ce3344 Clean 2024-03-07 14:09:57 +01:00
Adria Navarro
e5525f8198 Rename component 2024-03-07 14:03:43 +01:00
Adria Navarro
9916b80956 Remove logger 2024-03-07 13:37:52 +01:00
Adria Navarro
73c141c0fb Merge branch 'feat/BUDI-8046' into display_scim_sync_per_row 2024-03-07 13:33:59 +01:00
Conor Webb
4b84f5f127
Added custom title field to confirm actions modals (#13208)
* Added custom title field to confirm actions modals

* Changed label text to display Title/Text instead of having Confirm infront
2024-03-07 10:54:10 +00:00
Peter Clement
a7551c7c6e
Merge branch 'master' into pc/bug-fixing 2024-03-07 09:34:41 +00:00
Peter Clement
df5a435696 Fix issue with being able to select one to one relationship 2024-03-07 09:27:31 +00:00
Conor Webb
1b387d359c
Added icon to button component, reworked icon display code. (#12624)
* Added icons to buttons, removed svg code added icon component code.

* Added icon functionality to button group component.

* Added gap to button manifest

* Added gap to button setitngs.

* Added gap setting to ButtonGroup component

* Added the ability to clear the selected icon.

* Added enter search to icon select

* Removed use:styleable as its for the button

* Moved non internal props up

* Fixed broken DynamicFilter component icon

* Updated DynamicFilter icon to a better suited one

---------

Co-authored-by: melohagan <101575380+melohagan@users.noreply.github.com>
2024-03-06 16:32:00 +00:00
Dean
30f0e3459f PR feedback 2024-03-06 10:29:43 +00:00
Dean
f494611bd8 Merge remote-tracking branch 'origin/master' into feature/form-screen-template 2024-03-06 10:13:58 +00:00
melohagan
ee0f0abad2
Fix/rename mysql column (#13186)
* Rebuild table schema when adding new column to get externalType

* Added MySQL integration test suite

* Add test for emitting datasource on save new column

* Update packages/server/src/integration-test/mysql.spec.ts

Co-authored-by: Sam Rose <hello@samwho.dev>

* remove duplicate tests

* Use UUID

* update account portal

* Remove _add for internal save

* Internal DB add column unit test

* rename column test

* update modules

* fix tests

---------

Co-authored-by: Sam Rose <hello@samwho.dev>
2024-03-04 15:55:45 +00:00
melohagan
5fabe14f62
Revert "Rebuild table schema when adding new column to get externalType (#13165)" (#13184)
This reverts commit a59647e158.
2024-03-04 12:20:27 +00:00
melohagan
a59647e158
Rebuild table schema when adding new column to get externalType (#13165)
* Rebuild table schema when adding new column to get externalType

* Added MySQL integration test suite

* Add test for emitting datasource on save new column

* Update packages/server/src/integration-test/mysql.spec.ts

Co-authored-by: Sam Rose <hello@samwho.dev>

* remove duplicate tests

* Use UUID

* update account portal

---------

Co-authored-by: Sam Rose <hello@samwho.dev>
2024-03-04 11:21:43 +00:00
Dean
d9b0b1c1e3 Merge remote-tracking branch 'origin/master' into feature/form-screen-template 2024-03-01 12:23:12 +00:00
Conor Webb
78359808bf
Budi 8058 builder svelte warning in properties of type icon (#13164)
* Added helper function to check user plan type.

* Updated help menu email support license check.

* Removed stray output check

* Updated function name as per feedback.

* Reworked code to use the licensing store over the auth store.

* Removed unnecessary variable declaration and return instead.

* Updated function name to maintain consistency.

* Fixed linting issues.

* Removed stray comment from icon component.
2024-02-29 15:18:28 +00:00
Gerard Burns
5ec4e90c6d
Revert "App Preview Skeleton (#12898)" (#13159)
This reverts commit 9a9b745795.
2024-02-29 12:51:56 +00:00
melohagan
0205db104d
FIX: clicking on design tab while data tab loads does not navigate correctly (#13152)
* If still loading, try navigation later

* Set active tab even if still loading

* Refactor - timeout not needed!
2024-02-29 09:15:01 +00:00
Adria Navarro
cfdb0d98a2 Move responsability to the store 2024-02-28 14:41:31 +01:00
Adria Navarro
b4092fed05 Don't post scim data on update 2024-02-28 14:27:59 +01:00
Adria Navarro
7c73c294b9 Remove AD groups when importing users 2024-02-28 14:17:46 +01:00
Adria Navarro
ee55d6fd2e Don't allow internal groups 2024-02-28 13:44:26 +01:00
Adria Navarro
bf6ac376a1 Don't allow adding users to AD groups 2024-02-28 13:44:26 +01:00
Adria Navarro
03c6063e15 Copy change 2024-02-28 13:44:26 +01:00
Andrew Kingston
e97754dd53
Merge branch 'master' into feature/form-screen-template 2024-02-28 09:22:50 +00:00
Adria Navarro
62791e1f0d Allow all users to be added to a group 2024-02-27 17:17:22 +01:00
Adria Navarro
c6c1e0514d Add tooltip 2024-02-27 16:30:13 +01:00
Gerard Burns
9a9b745795
App Preview Skeleton (#12898)
* wip

* wip

* wip

* wip

* wip

* wip

* builder design skeleton

* pre doc loading skeleton for portal preview

* feature complete?

* wip

* linting

* linting

* linting

* fix ts error?

* ts types fix

* linting

* remove unnecessary build stuff

* include skeleton in server app directly

* linting

* linting

* fix builder preview aspect ratio for skeleton

* remove dev tools skeleton

* linting
2024-02-27 15:29:35 +00:00
Adria Navarro
7fb32c2f57 Do not allow deleting ad users 2024-02-27 16:25:08 +01:00
Adria Navarro
e8200570ec Fix readonly fields 2024-02-27 16:04:46 +01:00
Adria Navarro
ce998c456e Readonly name only 2024-02-27 14:59:58 +01:00
Adria Navarro
f55dd8badb Renames 2024-02-27 14:49:30 +01:00
Adria Navarro
a48c861561 Remove icon from index user 2024-02-27 14:47:56 +01:00
Adria Navarro
429be9b588 Remove scim generic icon from group index 2024-02-27 14:43:45 +01:00
Adria Navarro
e4bd9b0d14 Unify scim icons 2024-02-27 14:26:41 +01:00
Adria Navarro
539c36558c Lint 2024-02-27 14:22:48 +01:00
Adria Navarro
b2112b1945 Remove SCIMBanner 2024-02-27 14:22:48 +01:00
Adria Navarro
b587ec83fe Icon size to S 2024-02-27 14:22:48 +01:00
Adria Navarro
6058e4ffc9 Allow editing non-scim 2024-02-27 14:22:03 +01:00
Adria Navarro
a91c08a56c Display isSync icon 2024-02-27 14:22:03 +01:00
Adria Navarro
36bb583602 Enable adding users 2024-02-27 14:22:03 +01:00
Adria Navarro
7891e99cf7 Allow editing non scim groups 2024-02-27 14:22:03 +01:00
Adria Navarro
39086fcd99 Always allow adding group 2024-02-27 14:22:03 +01:00
Adria Navarro
5ebe01fbb8 Unblock non-scim groups 2024-02-27 14:21:07 +01:00
Adria Navarro
c4e81c6e38 Change icon 2024-02-27 14:21:07 +01:00
Adria Navarro
511cb5cee4 Add sync icon to group icon 2024-02-27 14:21:07 +01:00
melohagan
4c203ea35d
Budi 6149 export data make csv delimiter configurable (#13140)
* Add delimiter option

* Add custom delimiter

* external export delimiter

* Custom headers for row export

* External export rows custom headers

* Support custom JSON export labels

* Handle export table source switch

* update account portal

* Add space as delimiter

* Refactor

* update account portal

* Update columns from ColumnEditor

* Revert "Update columns from ColumnEditor"

This reverts commit d23293cd8b.

* Revert "Revert "Update columns from ColumnEditor""

This reverts commit 0f16bddff7.
2024-02-27 12:49:11 +00:00
deanhannigan
79ed0e0d89
Merge branch 'master' into feature/form-screen-template 2024-02-27 12:20:36 +00:00