1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00
Commit graph

21972 commits

Author SHA1 Message Date
Budibase Staging Release Bot cd76a8e6ca Bump version to 2.7.13 2023-06-12 10:32:03 +00:00
deanhannigan d07746c787 Merge pull request #10805 from Budibase/fix/bindings-fixes
Binding drawer fixes
2023-06-12 11:27:54 +01:00
Adria Navarro d7f64fe6a4 Update tar libs 2023-06-12 11:12:22 +01:00
Dean 7564bcac4b Merge remote-tracking branch 'origin/master' into fix/bindings-fixes 2023-06-12 10:44:38 +01:00
Budibase Staging Release Bot a390a2ac7d Bump version to 2.7.12 2023-06-12 09:41:44 +00:00
deanhannigan 8bb3f36732 Merge pull request #10853 from Budibase/fix/component-focus-removed
Filtering Binding Drawer Fix
2023-06-12 10:37:31 +01:00
Dean eef0d68791 Merge remote-tracking branch 'origin/master' into fix/component-focus-removed 2023-06-12 10:22:59 +01:00
Dean c910ddcc81 Merge remote-tracking branch 'origin/master' into fix/bindings-fixes 2023-06-12 09:03:37 +01:00
Rory Powell 037396babb Merge pull request #10854 from Budibase/update-test-notify
Update qa test notify script to be env aware
2023-06-09 21:14:14 +01:00
Rory Powell 25fc792d24 Fix qa-core teardown 2023-06-09 21:04:24 +01:00
Rory Powell b1287d6a9f Update qa test notify script to be env aware 2023-06-09 21:04:24 +01:00
Dean b48083860d Removed commented out code 2023-06-09 18:09:21 +01:00
Dean 2b21b7f4c9 Linting 2023-06-09 17:57:03 +01:00
Dean c73315cc44 Temporarily remove the focus store update as it triggers a full redraw of the component settings 2023-06-09 17:42:41 +01:00
Adria Navarro 978591e2ba Enable encrypting 2023-06-09 16:26:48 +01:00
Budibase Staging Release Bot 2e76885cd1 Bump version to 2.7.7-alpha.3 2023-06-09 14:22:49 +00:00
Adria Navarro b26e5b935b Merge pull request #10847 from Budibase/budi-7054-handle-409-errors-specifically-in-syncuserstoallapps-call
Ignore 409 errors on user syncs
2023-06-09 15:18:19 +01:00
Adria Navarro 4acfc623b4 Use import for tar 2023-06-09 14:52:19 +01:00
Michael Drury 06eb965564 Updates from PR comments. 2023-06-09 14:35:46 +01:00
Budibase Staging Release Bot 7c1c410443 Bump version to 2.7.11 2023-06-09 13:13:18 +00:00
melohagan 736f78c3d6 Make sure divider fields are left-most (#10627)
* Make sure divider fields are left most

* Refactor
2023-06-09 14:09:14 +01:00
Michael Drury deffe9d3d4 Merge branch 'develop' of github.com:Budibase/budibase into feature/table-fetching-frontend 2023-06-09 13:21:30 +01:00
Budibase Staging Release Bot 74b5cbc525 Bump version to 2.7.10 2023-06-09 12:13:26 +00:00
Andrew Kingston 881e3503e5 Lint 2023-06-09 13:08:26 +01:00
Andrew Kingston 0178d91e08 Merge pull request #10813 from Budibase/cheeks-fixes
Fix svelte transitions in grid new row component breaking routify
2023-06-09 13:06:06 +01:00
melohagan b88e5ecc95 Return all rows if oneOf value is falsey (#10638) 2023-06-09 13:02:29 +01:00
melohagan 24a00c66bb Unexpected token when export data (#10721)
* Tidy ID string for JSON parse

* Display error for composite keys

* Unit test WIP

* directly assign the mock function on the datasource

* Unit tests for exportRows ID handling

---------

Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
2023-06-09 13:01:55 +01:00
Adria Navarro 25af2cf3eb Merge pull request #10846 from Budibase/budi-6945/display_errors
Display inline errors
2023-06-09 12:41:58 +01:00
Michael Drury faca84af83 Merge pull request #10845 from Budibase/budi-6945/create_datasource_on_connect
Create datasource on the second step
2023-06-09 12:41:35 +01:00
Adria Navarro 8492ef18fa Ignore 409 errors on user syncs 2023-06-09 12:36:09 +01:00
Adria Navarro a875c09979 Display error 2023-06-09 12:23:48 +01:00
Adria Navarro 86fa262649 Fix flash 2023-06-09 12:00:16 +01:00
Dean 9da2a1e8ea Merge remote-tracking branch 'origin/master' into fix/bindings-fixes 2023-06-09 11:57:57 +01:00
Adria Navarro 0bd35be861 Navigate when the modal is closed and the datasource was created 2023-06-09 11:57:17 +01:00
Andrew Kingston 26d3c93b30 Update devtools header text 2023-06-09 11:48:19 +01:00
Andrew Kingston 462ae1c894 Update builder blur transition duration to match other animations 2023-06-09 11:41:55 +01:00
Andrew Kingston e452c0bcd1 Update command palette preview action to open new preview 2023-06-09 11:40:34 +01:00
Andrew Kingston 3439ac6aaf Improve background colour usage with preview modal 2023-06-09 11:03:49 +01:00
Andrew Kingston bbdb304fe4 Update loading state in preview overlay 2023-06-08 15:51:24 +01:00
Andrew Kingston b3e23562f0 Update in builder preview to be a full screen overlay rather than opening in a new tab 2023-06-08 15:12:50 +01:00
Budibase Staging Release Bot c0a2435cdb Bump version to 2.7.7-alpha.2 2023-06-08 13:29:48 +00:00
melohagan c0578d4cc2 Send meeting invite via automation email smtp (#10787)
* Pass calendar props into sendSmtpEmail

* Add calendar event to message

* Add Checkbox and DatePicker automation field UI

* Add URL prop

* Add url to sendSmtpEmail unit test

* Refactor

* Code review comments

* Make location optional

* Add EmailInvite type

---------

Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
2023-06-08 14:25:35 +01:00
Budibase Staging Release Bot e1ede8edbe Bump version to 2.7.7-alpha.1 2023-06-08 13:09:49 +00:00
Michael Drury 1b6d493139 Merge pull request #10832 from Budibase/fix/develop-tests
Fixing cyclic dependency in backend-core
2023-06-08 14:06:17 +01:00
mike12345567 532583e66e Fixing develop currentapp.spec.js test case, when packages within backend-core import all of backend-core they can create cyclics that cause issues. 2023-06-08 13:47:16 +01:00
Budibase Staging Release Bot 15c2361101 Bump version to 2.7.9 2023-06-08 11:48:43 +00:00
Martin McKeaveney fa64ca3d6b lint 2023-06-08 12:44:41 +01:00
Budibase Staging Release Bot e4500c8e89 Bump version to 2.7.8 2023-06-08 11:15:10 +00:00
Martin McKeaveney 158dfae2db Merge pull request #10831 from Budibase/fix/save-rest-connector
Fix/save rest connector
2023-06-08 12:11:47 +01:00
Martin McKeaveney a9787ff608 fix REST connector failure to save 2023-06-08 12:00:34 +01:00