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

34319 commits

Author SHA1 Message Date
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
Andrew Kingston
0e6d903c74
Select row when opening row actions popover 2024-09-03 15:14:40 +01:00
Andrew Kingston
789df301cb
Enable renaming row actions and improve row actions in grids 2024-09-03 15:05:13 +01:00
Andrew Kingston
7d5e884a8f
Fix row action count for views 2024-09-03 11:50:20 +01:00
Andrew Kingston
2a02298ac2
Auto select first available row action 2024-09-03 10:56:38 +01:00
Andrew Kingston
232a2829d2
Add UI for controlling row actions on views, and add support for view row actions in button actions 2024-09-03 10:09:07 +01:00
Andrew Kingston
65af0a7352
Merge branch 'master' of github.com:Budibase/budibase into new-data-ui 2024-09-03 09:37:58 +01:00
Peter Clement
66fdf03398
Refactor automation orchestrator to support branching (#14461)
* refactor automation thread

* fix infinite loop in branching

* remove try catch

* remove spacing

* remove unecessary addition of branch outputs

* pr comments

* remove loopstep instance variable

* add test to cover failure scenario

* add tests for other automationf ailure conditions

* update test name

* use private keyword instead of underscore

* parse int / string safely

* fix refs

* add condition support for branching and tests

* create helper function for recursing all search filters

* move helper func

* fix import
2024-09-03 08:33:41 +00:00
Adria Navarro
8702ccd7fe
Merge pull request #14476 from Budibase/feat/row-action-view-security
Row action view security
2024-09-03 10:22:32 +02:00
Adria Navarro
1be8289677
Merge branch 'master' into feat/row-action-view-security 2024-09-03 10:13:22 +02:00
Andrew Kingston
4b367bf505
Add row action button actions 2024-09-03 09:06:12 +01:00
Andrew Kingston
fcfcc503e0
Merge branch 'master' of github.com:Budibase/budibase into new-data-ui 2024-09-03 08:50:04 +01:00
Andrew Kingston
b37a4cb0c9
Lint 2024-09-03 08:49:49 +01:00
Andrew Kingston
3b827c35a2
Add collapsed button option to multistep form block 2024-09-02 16:30:14 +01:00
Michael Drury
1005b83fd5
Merge pull request #14501 from Budibase/budi-8606-view-calculation-typing
Types for new view calculation feature.
2024-09-02 16:13:06 +01:00
Sam Rose
bb8ba16b30
Types for new view calculation feature. 2024-09-02 15:28:20 +01:00
Mike Sealey
e2a355b4b1
Merge pull request #14500 from Budibase/BUDI-8607
Fixes App-Preview Z-index issue
2024-09-02 14:11:23 +01:00
mikesealey
3aad185f5f reverts unintended hosting change 2024-09-02 13:42:26 +01:00
mikesealey
ee50012775 tweaks z-index to show preview above bindings drawer 2024-09-02 13:37:36 +01:00
Christos Alexiou
4c15d4b103
Merge pull request #14499 from Budibase/ops/pass-license-type-to-triggered-fbs
Add LICENSE_TYPE
2024-09-02 14:10:14 +03:00
Christos Alexiou
5702611bd1 Add LICENSE_TYPE 2024-09-02 14:03:15 +03:00
Andrew Kingston
049e2767c3
Merge branch 'new-data-ui' of github.com:Budibase/budibase into new-data-ui 2024-09-02 11:45:45 +01:00
Andrew Kingston
51cbced119
Add common collapsed button group and use it for row actions and client button groups. Add collapsed settings to grids and form blocks 2024-09-02 11:44:49 +01:00
Sam Rose
716ee4c87b
Merge pull request #14486 from Budibase/budi-8435-remove-auto-columns-for-created-by-and-created-at
Disable creation of createdAt and createdBy auto columns when default values is enabled.
2024-09-02 11:20:41 +01:00
Sam Rose
3a516e8356
Merge branch 'master' into budi-8435-remove-auto-columns-for-created-by-and-created-at 2024-09-02 11:13:11 +01:00
Budibase Staging Release Bot
d5a79cb015 Bump version to 2.31.4 2024-09-02 09:36:14 +00:00
Andrew Kingston
d8b6d10dce
Merge branch 'master' of github.com:Budibase/budibase into new-data-ui 2024-09-02 10:17:56 +01:00
Andrew Kingston
e6f6760c2a
Add collapsable buttons to form block 2024-09-02 09:38:34 +01:00
Andrew Kingston
fae897f468
Allow button groups to be collapsed 2024-09-02 09:31:19 +01:00
Martin McKeaveney
cbf6891c5f
Merge pull request #14411 from Budibase/poc-authenticated-iframe
Poc authenticated iframe
2024-09-02 09:08:56 +01:00
Martin McKeaveney
f7b2c77be4
Merge branch 'master' into poc-authenticated-iframe 2024-09-02 09:08:20 +01:00
Martin McKeaveney
9924ad20e0 lint 2024-09-02 08:58:28 +01:00
Andrew Kingston
2d52eff96f
Update button column to account for ability to add rows 2024-09-02 08:47:15 +01:00
Andrew Kingston
c5e27b860f
Add row actions to tables in data section 2024-09-02 08:45:49 +01:00
melohagan
fc367476c1
Make sure setEnrichedUsers is called when tenantOwnerLoaded (#14491) 2024-08-30 17:40:43 +00:00
Michael Drury
4b5ab43266
Merge pull request #14484 from Budibase/fix/sqs-default-dev-on
Enable SQS by default in development
2024-08-30 18:16:20 +01:00
Martin McKeaveney
d5f58fc6c8 merge 2024-08-30 18:08:40 +01:00
Michael Drury
9b84d959dc
Merge branch 'master' into fix/sqs-default-dev-on 2024-08-30 18:07:51 +01:00
Martin McKeaveney
9b4c89746a update submodule references 2024-08-30 18:06:30 +01:00
mike12345567
d5bc5debac Another fix. 2024-08-30 17:57:02 +01:00
Michael Drury
971ebd6584
Merge pull request #14489 from Budibase/dependabot/npm_and_yarn/micromatch-4.0.8
Bump micromatch from 4.0.5 to 4.0.8
2024-08-30 17:48:12 +01:00
Sam Rose
955a3a6883
Merge branch 'master' into budi-8435-remove-auto-columns-for-created-by-and-created-at 2024-08-30 17:47:36 +01:00
mike12345567
70708dc36e Adding back missing tests. 2024-08-30 17:47:08 +01:00
mike12345567
7c1f2522e2 Another test. 2024-08-30 17:42:54 +01:00
Michael Drury
5283cac57c
Merge branch 'master' into dependabot/npm_and_yarn/micromatch-4.0.8 2024-08-30 17:40:22 +01:00
Michael Drury
09c50fd9c0
Merge pull request #14488 from Budibase/dependabot/npm_and_yarn/examples/nextjs-api-sales/micromatch-4.0.8
Bump micromatch from 4.0.4 to 4.0.8 in /examples/nextjs-api-sales
2024-08-30 17:40:11 +01:00
mike12345567
998e95a402 Fixing yarn lock. 2024-08-30 17:37:17 +01:00
mike12345567
0c699da7a2 Merge branch 'master' of github.com:Budibase/budibase into dependabot/npm_and_yarn/micromatch-4.0.8 2024-08-30 17:35:42 +01:00