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

21972 commits

Author SHA1 Message Date
Adria Navarro d507eb487a Remove export 2023-06-14 11:21:47 +01:00
Adria Navarro 8e87e3cfc2 Merge branch 'budi-7010-encrypt-app-exports' into budi-7010/frontend-encrypt-app-exports 2023-06-14 11:20:31 +01:00
Adria Navarro a4f0b45d5e Fix merge 2023-06-14 11:17:32 +01:00
Adria Navarro a9bf6967dc Merge branch 'budi-7010/export_controller_as_post' into budi-7010-encrypt-app-exports 2023-06-14 11:17:26 +01:00
Adria Navarro a68dc7c965 Remove excludeRows and appName from the querystrings 2023-06-14 11:06:46 +01:00
Adria Navarro bfd444dbaa Change the download to be a post 2023-06-14 10:47:46 +01:00
Budibase Staging Release Bot bf566ab031 Bump version to 2.7.15 2023-06-14 07:44:52 +00:00
Jonny McCullagh 3be2d8beea new deploy trigger (#10892)
* point the deploys at the new env
2023-06-14 08:41:29 +01:00
mike12345567 68082eecf9 Fix for circular issue with primary display fields on SQL tables introduced in most recent update - if somehow the primary display field is set to a relationship field there was a chance of cyclic structure occurring which Koa could not convert to JSON. 2023-06-13 18:21:22 +01:00
mike12345567 60d58034dd Fixes #6346 - issue with date parsing, adding in some testing around it. 2023-06-13 16:11:22 +01:00
Budibase Staging Release Bot 65ce9c2511 Bump version to 2.7.7-alpha.6 2023-06-13 14:18:45 +00:00
Andrew Kingston cfe86194cd Merge pull request #10844 from Budibase/cheeks-lab-day-preview
Preview apps inside builder
2023-06-13 15:15:29 +01:00
mike12345567 1bdf55e966 Some type updates and fixes for test case. 2023-06-13 14:45:33 +01:00
Adria Navarro 38cce94f2c Fix type 2023-06-13 14:28:31 +01:00
Adria Navarro 5f3335c566 Fix validation order 2023-06-13 13:07:41 +01:00
Budibase Staging Release Bot ddfc8f2870 Bump version to 2.7.7-alpha.5 2023-06-13 11:59:39 +00:00
Adria Navarro 08d440d1ec Merge pull request #10880 from Budibase/fix_mongo_hanging_out
Fix mongo test hanging out
2023-06-13 12:56:11 +01:00
Adria Navarro d041ad621f Add email validation 2023-06-13 12:51:42 +01:00
Adria Navarro 4b7af2e16a Pass password 2023-06-13 12:45:57 +01:00
Adria Navarro 5a23c7c4c3 Merge pull request #10877 from Budibase/fix-postgres-qa-test
Fix broken qa-core test
2023-06-13 12:42:40 +01:00
Adria Navarro 7cfb47c287 Validation observe 2023-06-13 12:42:30 +01:00
Adria Navarro 32dde23728 Add validation 2023-06-13 11:57:56 +01:00
Adria Navarro e0664222fe Fix initial validation 2023-06-13 11:36:28 +01:00
Adria Navarro 383c7c4b2c Add password field 2023-06-13 11:21:54 +01:00
Adria Navarro 1baaab2875 Add steps 2023-06-13 11:15:32 +01:00
Adria Navarro d8f9c73193 Fix tests 2023-06-13 10:50:02 +01:00
Adria Navarro c1e09d0305 Close client on testconnection 2023-06-13 10:49:09 +01:00
Adria Navarro 3aaaad8792 Update mongodb 2023-06-13 10:48:42 +01:00
Adria Navarro fa34a95e14 Fix broken qa-core test 2023-06-13 10:04:53 +01:00
Adria Navarro e6455d005b Add encrypt option 2023-06-13 10:00:01 +01:00
mike12345567 bedc8e5cce Fix for custom roles that have not been published causing users to be unable to access an app completely. They should instead be treated as public users as their role isn't valid. 2023-06-12 18:39:30 +01:00
Adria Navarro 57c5facc6e Zip exports 2023-06-12 17:54:09 +01:00
Adria Navarro 81522d0784 Clean defaults 2023-06-12 17:51:21 +01:00
Adria Navarro 70798a6b93 Clean 2023-06-12 17:50:07 +01:00
Adria Navarro ded738a566 Clean code 2023-06-12 17:49:12 +01:00
Adria Navarro 92a8c97aba Close streams 2023-06-12 17:34:12 +01:00
Adria Navarro 2971dfba9d Renames 2023-06-12 17:31:08 +01:00
Budibase Staging Release Bot 2ba8adc4e8 Bump version to 2.7.7-alpha.4 2023-06-12 15:57:25 +00:00
Michael Drury ca2f135810 Merge pull request #10850 from Budibase/feature/table-fetching-frontend
Datasource plus onboarding V2
2023-06-12 16:52:55 +01:00
mike12345567 6faf641906 removing ref from budibase_ci linting workflow. 2023-06-12 16:33:08 +01:00
mike12345567 d0d3e33606 Fixing linting. 2023-06-12 16:29:41 +01:00
Adria Navarro 551ca404b4 Decrypt file 2023-06-12 16:27:19 +01:00
mike12345567 2486937c43 Merge branch 'develop' of github.com:Budibase/budibase into feature/table-fetching-frontend 2023-06-12 16:16:12 +01:00
mike12345567 fb0e4c2c40 Removing await. 2023-06-12 16:06:08 +01:00
Andrew Kingston c2e5427860 Small refactor to move CSS variables inside fields rather fancy forms 2023-06-12 15:54:08 +01:00
Rory Powell ea6e6d7c9d Merge pull request #10872 from Budibase/fix-qa-core-global-teardown
Fix qa-core global teardown
2023-06-12 15:09:26 +01:00
Rory Powell 7bd7cdcdcf Fix qa-core global teardown 2023-06-12 15:08:22 +01:00
Budibase Staging Release Bot 6158b4ac65 Bump version to 2.7.14 2023-06-12 10:54:03 +00:00
melohagan ab1a3eba81 Do not show Business tag for Email action (#10867) 2023-06-12 11:49:46 +01:00
Adria Navarro 1f4cdf348f Encrypt files 2023-06-12 11:49:38 +01:00