Commit Graph

34482 Commits

Author SHA1 Message Date
Andrew Kingston 0939a91677
Merge branch 'master' into new-data-ui 2024-09-05 08:53:15 +01:00
Peter Clement f191bc390a
Merge pull request #14514 from Budibase/fix/automation-context-bug 2024-09-04 18:03:41 +01:00
Peter Clement 452ff17e1f
Merge branch 'master' into fix/automation-context-bug 2024-09-04 17:54:15 +01:00
Peter Clement 2c9de045a5
Merge pull request #14508 from Budibase/feat/branching-api-validation 2024-09-04 17:53:56 +01:00
Peter Clement 481a8eaeb4
Merge branch 'master' into feat/branching-api-validation 2024-09-04 16:37:51 +01:00
Peter Clement 2135dbca67 update automation test builder to support ...building 2024-09-04 16:37:33 +01:00
Andrew Kingston afa90aab77
Merge branch 'new-data-ui' of github.com:Budibase/budibase into new-data-ui 2024-09-04 15:41:24 +01:00
Andrew Kingston 5b6809b913
Fix tests 2024-09-04 15:41:10 +01:00
Peter Clement a5dcd2f6e3 Merge remote-tracking branch 'refs/remotes/origin/fix/automation-context-bug' into fix/automation-context-bug 2024-09-04 15:29:26 +01:00
Peter Clement 9782ddb9ee missing param 2024-09-04 15:29:07 +01:00
Peter Clement 6bbf0b814a
Merge branch 'master' into fix/automation-context-bug 2024-09-04 15:18:47 +01:00
Peter Clement 5e4b2fa500 use .call 2024-09-04 15:13:11 +01:00
Peter Clement 3a8a8b1195 fix issue with multiple loops breaking automation context 2024-09-04 14:54:47 +01:00
Andrew Kingston ec831146d6
Merge branch 'master' into new-data-ui 2024-09-04 14:43:44 +01:00
Budibase Staging Release Bot 03771bd25e Bump version to 2.31.6 2024-09-04 11:14:19 +00:00
Adria Navarro da89e07c45
Merge pull request #14512 from Budibase/chore/dont-add-pr-message-on-xl-prs
Don't add PR message on XL PRs
2024-09-04 12:40:49 +02:00
Adria Navarro 4b37532662 Don't add PR message on XL PRs 2024-09-04 12:36:46 +02:00
Andrew Kingston 238b1cecf1
Highlight row action row rather than select 2024-09-04 11:28:49 +01:00
Andrew Kingston 07df8157b3
Update data section background colours for a better loading experience 2024-09-04 11:20:31 +01:00
Andrew Kingston b60923f929
Update collapsed button groups to support alignment 2024-09-04 11:12:26 +01:00
Andrew Kingston 07b9ac1a37
Revert enriched relationships flag to false even in dev 2024-09-04 10:34:13 +01:00
Andrew Kingston db9822fa64
Lint 2024-09-04 09:51:26 +01:00
Andrew Kingston 409580c787
Fix issue preventing initial click of deleting relationship from working when relationship popover is open 2024-09-04 09:49:34 +01:00
Andrew Kingston 54e09267f1
Only show hover state in relationship badges when fields are available to show 2024-09-04 09:35:56 +01:00
Andrew Kingston 857122f99e
Remove unnecessary API calls when showing or hiding columns 2024-09-04 09:32:14 +01:00
Peter Clement d80123bbcb use utilities api 2024-09-04 09:31:18 +01:00
Andrew Kingston c8660da7d0
Update relationship column popover chevron to show active state when open 2024-09-04 09:22:06 +01:00
Andrew Kingston b067b8ad54
Update relationship popover styles and position 2024-09-04 09:19:51 +01:00
Andrew Kingston ea7d9d722d
Merge branch 'master' of github.com:Budibase/budibase into new-data-ui 2024-09-04 08:55:15 +01:00
Andrew Kingston 6ce481c08f
Fix issue triggering row actions from data UI 2024-09-04 08:40:37 +01:00
Peter Clement 0716702646 use opts param 2024-09-03 21:31:38 +01:00
Peter Clement 8c7aecfa22
Update packages/server/src/api/routes/utils/validators.ts
Co-authored-by: Sam Rose <hello@samwho.dev>
2024-09-03 21:14:28 +01:00
Peter Clement f6f6120e70
Update packages/server/src/api/routes/utils/validators.ts
Co-authored-by: Sam Rose <hello@samwho.dev>
2024-09-03 21:14:05 +01:00
Andrew Kingston 26b5784345
Fix navigation to new row actions not working 2024-09-03 20:10:46 +01:00
Andrew Kingston 7db263dd3b
Go to newly created row actions 2024-09-03 20:05:14 +01:00
Andrew Kingston e0c4273acf
Don't wait for things we don't care about 2024-09-03 19:56:32 +01:00
Andrew Kingston 872446e524
Replace other usages of manual row actions API calls with store usage 2024-09-03 19:47:12 +01:00
Andrew Kingston 53ff7e1167
Add new builder store for row action CRUD, ensuring consistent state everywhere 2024-09-03 18:58:22 +01:00
Peter Clement 93aba3ed22 Merge remote-tracking branch 'refs/remotes/origin/feat/branching-api-validation' into feat/branching-api-validation 2024-09-03 16:35:02 +01:00
Peter Clement 484b329bc8 ensure branch step is in output 2024-09-03 16:29:52 +01:00
Peter Clement 5c0fd002b4
Merge branch 'master' into feat/branching-api-validation 2024-09-03 16:23:17 +01:00
Peter Clement 839292b84d add validators and tests for automation branching 2024-09-03 16:16:52 +01:00
Adria Navarro d54f87af03
Merge pull request #14507 from Budibase/BUDI-8609/run-row-action-as-sync
Run row action as sync
2024-09-03 17:08:27 +02:00
Adria Navarro b74efe5340
Merge branch 'master' into BUDI-8609/run-row-action-as-sync 2024-09-03 16:59:56 +02:00
Adria Navarro c830e2a589 Fix tests 2024-09-03 16:52:27 +02:00
Adria Navarro 5ac5a63dc5 Run row action as sync 2024-09-03 16:51:56 +02:00
Adria Navarro daf890924f
Merge pull request #14457 from Budibase/feat/pick-relationship-fields
Pick relationship fields
2024-09-03 16:34:41 +02:00
Adria Navarro 215ad6896a
Merge branch 'master' into feat/pick-relationship-fields 2024-09-03 16:22:41 +02:00
Budibase Staging Release Bot 8ec5f49f4a Bump version to 2.31.5 2024-09-03 14:22:11 +00:00
Adria Navarro ff126006ec
Merge pull request #14503 from Budibase/BUDI-8564/support-updating-names
Support updating names
2024-09-03 16:16:27 +02:00