Commit Graph

39097 Commits

Author SHA1 Message Date
Andrew Kingston 83e23ef578
Restore format setting, fix conditional UI missing nested flag and component bindings, restrict format setting to own context only 2025-02-07 16:17:13 +00:00
Budibase Staging Release Bot ad063b7de6 Bump version to 3.4.4 2025-02-07 14:10:38 +00:00
Michael Drury ad55f88756
Merge pull request #15505 from Budibase/fix/disable-cell-formatting
Disabling grid cell formatting
2025-02-07 14:06:08 +00:00
mike12345567 e9e1eb7a2d More linting. 2025-02-07 13:56:34 +00:00
mike12345567 73345d8c05 Linting. 2025-02-07 13:53:30 +00:00
mike12345567 5df197a36e Disabling cell formatting, it is currently incompatiable with cell/row conditions in grids and to avoid breaking those for now we are removing the capability until both can be a aligned to use the same mechanism of binding evaluation. 2025-02-07 13:49:34 +00:00
Michael Drury b4086e1187
Merge pull request #15499 from Budibase/feature/pre-empt-data-source-deletion
Data section resource deletion warning
2025-02-07 13:02:38 +00:00
mike12345567 6435c9b529 Linting. 2025-02-07 12:05:45 +00:00
mike12345567 126befde3e Updating UIEvent to an interface. 2025-02-07 12:02:58 +00:00
mike12345567 85b2db1f02 Majority of comments. 2025-02-07 11:52:31 +00:00
mike12345567 ec3cd23fcf Merge branch 'master' of github.com:Budibase/budibase into feature/pre-empt-data-source-deletion 2025-02-07 11:44:59 +00:00
Michael Drury a0d6579136
Merge pull request #15471 from Budibase/readme-stale-link
replaces broken link
2025-02-07 11:32:56 +00:00
Michael Drury b2e5eb4a46
Merge branch 'master' into readme-stale-link 2025-02-07 11:29:26 +00:00
mike12345567 0750b749c4 Merge branch 'feature/pre-empt-data-source-deletion' of github.com:Budibase/budibase into feature/pre-empt-data-source-deletion 2025-02-06 17:54:37 +00:00
mike12345567 c09809932d cleanup. 2025-02-06 17:54:24 +00:00
mike12345567 f9c75a2135 Final comments. 2025-02-06 17:53:23 +00:00
Michael Drury 5be6141dce
Merge branch 'master' into feature/pre-empt-data-source-deletion 2025-02-06 17:46:58 +00:00
mike12345567 a5f2a05061 Linting. 2025-02-06 17:42:06 +00:00
mike12345567 83fdbccd6b export directly. 2025-02-06 17:34:44 +00:00
mike12345567 c060d46cf3 Merge branch 'feature/pre-empt-data-source-deletion' of github.com:Budibase/budibase into feature/pre-empt-data-source-deletion 2025-02-06 17:26:07 +00:00
mike12345567 e8c79bc720 Most PR comments. 2025-02-06 17:24:04 +00:00
Sam Rose 72728e683b
Merge pull request #15500 from Budibase/automation-tests-5
Further automation builder refactoring.
2025-02-06 17:19:10 +00:00
Sam Rose 28e931bc64
Fix types. 2025-02-06 17:06:36 +00:00
Michael Drury e1f43c44f4
Merge branch 'master' into feature/pre-empt-data-source-deletion 2025-02-06 17:02:48 +00:00
mike12345567 399cf0ef6c Removing unused elements. 2025-02-06 16:48:17 +00:00
Sam Rose 2262aa2128
Merge branch 'automation-tests-5' of github.com:budibase/budibase into automation-tests-5 2025-02-06 16:47:05 +00:00
Sam Rose 03e4cfe0b4
Missed a bunch of spots in the refactor. 2025-02-06 16:44:47 +00:00
Sam Rose 2f7cfeb013
Merge branch 'master' into automation-tests-5 2025-02-06 16:20:34 +00:00
Sam Rose d72b40c857
Merge pull request #15494 from Budibase/automation-tests-4
Refactor automation builder.
2025-02-06 16:04:04 +00:00
Sam Rose 924f400992
Rename run to test to better reflect the API being hit. 2025-02-06 15:58:15 +00:00
Sam Rose 9f28eb00d4
Rename triggers to start with 'on' 2025-02-06 15:47:10 +00:00
Sam Rose ac2f40e955
Move trigger output to the run function so it's easier to understand its purpose. 2025-02-06 15:46:02 +00:00
mike12345567 fdf82a6276 Some updates, deleting external tables does delete data so warn about this. 2025-02-06 15:30:30 +00:00
mike12345567 d04ce5c678 Merge branch 'master' of github.com:Budibase/budibase into feature/pre-empt-data-source-deletion 2025-02-06 15:06:43 +00:00
Sam Rose 3139fccf2f
Refactor automation builder into single class. 2025-02-06 11:52:41 +00:00
Sam Rose b938181d7f
Merge branch 'master' into automation-tests-4 2025-02-06 09:34:58 +00:00
Sam Rose 637a63706d
Merge pull request #15491 from Budibase/sheets-errors
Flesh out Google Sheets errors in testing to try and find a flake.
2025-02-05 17:48:53 +00:00
Sam Rose 00b02b1762
Make config required. 2025-02-05 17:45:35 +00:00
Sam Rose 56f1ced176
Merge branch 'master' into sheets-errors 2025-02-05 17:40:28 +00:00
Sam Rose d62be2629c
Simplify calls to createAutomationBuilder. 2025-02-05 17:39:38 +00:00
mike12345567 880f27e0ff Changing how messaging is generated. 2025-02-05 17:39:31 +00:00
Sam Rose d2902464c0
Remove no longer needed appAction calls. 2025-02-05 17:30:48 +00:00
Sam Rose 25e2b380a6
Merge pull request #15488 from Budibase/automation-tests-3
Create an automation cron trigger test.
2025-02-05 17:26:16 +00:00
Sam Rose 74f2ece72b
Refactor automation builder. 2025-02-05 17:19:11 +00:00
Sam Rose cefc1327b3
Merge branch 'master' into automation-tests-3 2025-02-05 17:17:53 +00:00
mike12345567 555cc15553 Updates to design, removing alert. 2025-02-05 17:05:02 +00:00
Budibase Staging Release Bot 31664babfe Bump version to 3.4.3 2025-02-05 16:33:48 +00:00
mike12345567 877f30b7a0 No input required for deletion. 2025-02-05 16:29:21 +00:00
mike12345567 78c16334b5 Remove input. 2025-02-05 16:24:05 +00:00
melohagan 690fa705cf
Update pro ref (#15492) 2025-02-05 15:45:38 +00:00