1
0
Fork 0
mirror of synced 2024-08-13 09:01:40 +12:00
Commit graph

20593 commits

Author SHA1 Message Date
Adria Navarro
7bd91ebb7f Fix 2023-09-07 16:25:13 +02:00
Adria Navarro
205d33f172 Clean cypress refs 2023-09-07 15:37:22 +02:00
Adria Navarro
8781ca0be7 Remove cypress dependencies 2023-09-07 15:27:13 +02:00
mike12345567
425c9cb112 Merge branch 'develop' of github.com:Budibase/budibase into fix/shared-core-dev 2023-09-07 14:03:32 +01:00
Mitch-Budibase
827f502611 Update pro reference 2023-09-07 11:06:56 +01:00
Mitch-Budibase
1aa2db275f Merge branch 'develop' into account-portal-auth-api-testing-2 2023-09-07 10:32:30 +01:00
mike12345567
ad1d25badf Updating pro to develop. 2023-09-07 10:32:00 +01:00
Adria Navarro
f691987e65 Update node types 2023-09-07 11:21:41 +02:00
mike12345567
346060092a Updating pro to master reference. 2023-09-07 10:17:33 +01:00
Adria Navarro
2a3e83e53d Fix linting issues 2023-09-07 09:46:30 +01:00
Adria Navarro
aca2d7be5b Remove src and test from the backend-core npm 2023-09-07 09:54:17 +02:00
Martin McKeaveney
4668315acd Merge branch 'develop' of github.com:Budibase/budibase into develop 2023-09-06 18:30:16 +01:00
Martin McKeaveney
f6b15b0632 Merge branch 'branding-self-host' of github.com:Budibase/budibase into develop 2023-09-06 18:30:01 +01:00
mike12345567
c361588bd4 Updating the yarn dev process to not include a removal of the dist directory as part of the streamed watchers - this seems to create a problem for shared core and moving this up a level to a parallel run before the watchers massively improves stability. 2023-09-06 18:17:44 +01:00
melohagan
3f1ec54fe9 Relationship picker searching enhancement (#11639)
* Search for initially set value and add to options

* Only append option if needed

* Handle change

* Open dropdown on search

* Avoid duplicates

* Add client side search

* lint

* Offset popover

* refactor

* Refactor

* refactor
2023-09-06 16:38:11 +01:00
Mitch-Budibase
27ce59eaa2 Merge branch 'develop' into account-portal-auth-api-testing-2 2023-09-06 16:02:59 +01:00
Adria Navarro
45585d263a Build backend-core/tests via tsc 2023-09-06 13:14:59 +02:00
Andrew Kingston
256ee25609 Merge branch 'develop' into cheeks-fixes 2023-09-06 11:34:41 +01:00
Adria Navarro
43713e1db5 Publish src code in the npm package 2023-09-06 12:04:04 +02:00
Mitch-Budibase
6fb012dc04 Merge branch 'develop' into account-portal-auth-api-testing-2 2023-09-06 10:19:21 +01:00
Peter Clement
1a9cc7551b Merge remote-tracking branch 'origin/develop' into picker-bug 2023-09-06 10:18:40 +01:00
mike12345567
259e739490 Merge branch 'develop' of github.com:Budibase/budibase into fix/relationship-toast 2023-09-06 10:10:07 +01:00
Peter Clement
f602eb9fb0 Merge remote-tracking branch 'origin/develop' into picker-bug 2023-09-06 10:10:02 +01:00
mike12345567
9c32f278b7 Revert "Quick fix issue integration tests have displayed, retrieving users through the public API was broken due to a lack of app ID in context."
This reverts commit 0cd05a4adf.
2023-09-06 10:09:45 +01:00
Peter Clement
0168ee335b remove trailing character from picker 2023-09-06 10:09:10 +01:00
Dean
4a1e969b7c PR Feedback and fixes for the edit field popover 2023-09-06 09:09:43 +01:00
Adria Navarro
0f0533ff2b Merge branch 'develop' into fix/backend-core-test-types 2023-09-06 10:08:46 +02:00
Adria Navarro
743fe0e05c Keep types field 2023-09-06 09:28:57 +02:00
Adria Navarro
1c8060272d Fix import 2023-09-06 01:49:54 +02:00
Adria Navarro
73d9be4161 Allow silent scripts 2023-09-06 01:45:59 +02:00
Adria Navarro
b0dc777af7 Fix role tests 2023-09-06 01:34:39 +02:00
Adria Navarro
b3fc110899 Fix versions 2023-09-06 01:10:30 +02:00
Adria Navarro
9651def415 Fix types 2023-09-06 00:58:33 +02:00
Adria Navarro
cd8e667f39 Fix permission sdk usage on auth middleware 2023-09-06 00:23:19 +02:00
mike12345567
0cd05a4adf Quick fix issue integration tests have displayed, retrieving users through the public API was broken due to a lack of app ID in context. 2023-09-05 19:58:03 +01:00
mike12345567
ad46ff6f8c Updating to accept action as an object specifier. 2023-09-05 19:33:43 +01:00
Adria Navarro
2427f79229 Merge branch 'develop' into fix/jest_relative_mocks 2023-09-05 16:51:42 +02:00
Adria Navarro
5a4d032b0d Build dist/tests 2023-09-05 16:44:02 +02:00
mike12345567
fef5c2a003 Quick fix for relationship toast. 2023-09-05 15:37:18 +01:00
mike12345567
5a1b67b830 Merge branch 'develop' of github.com:Budibase/budibase into merge-master-develop 2023-09-05 15:25:51 +01:00
Adria Navarro
7ff6714ff8 Use esbuild js 2023-09-05 16:19:15 +02:00
Adria Navarro
d3f4cde372 Update test entry point 2023-09-05 15:47:15 +02:00
Adria Navarro
fa38057fb6 Keep structure building test dist 2023-09-05 15:46:39 +02:00
Mitch-Budibase
720516ed9f Merge branch 'develop' into account-portal-auth-api-testing-2 2023-09-05 13:44:54 +01:00
Dean
61cbd45806 Fix for default create row label in table block. Ensure its always visible 2023-09-05 13:32:54 +01:00
mike12345567
c6223ca935 Linting. 2023-09-05 12:33:01 +01:00
mike12345567
83875cd2d6 Merge branch 'develop' of github.com:Budibase/budibase into merge-master-develop 2023-09-05 12:29:27 +01:00
mike12345567
d096f359d7 Revert "Revert "Merge branch 'develop' into master""
This reverts commit 3265042025.
2023-09-05 12:28:56 +01:00
Peter Clement
1997cb5d6b readibility update 2023-09-05 12:28:03 +01:00
Peter Clement
70c71c13bf remove redudant delete 2023-09-05 12:20:39 +01:00
Dean
b923d24d56 Removed debugging console statement 2023-09-05 11:56:23 +01:00
Dean
c6bd81ba21 Fix for datasource reset on formblock. Added 'resetOn' to the manifest to trigger a clear when the configured field is cleared 2023-09-05 11:40:52 +01:00
Peter Clement
ff8ee8d987 Merge remote-tracking branch 'origin/develop' into fix/per-app-fixes 2023-09-05 10:37:57 +01:00
Peter Clement
9c30d79093 formatting 2023-09-05 10:13:23 +01:00
Peter Clement
c16fd53b0a add developer label back and improve invite flow 2023-09-05 09:58:05 +01:00
Peter Clement
6d3a7727eb fixes for perr app builder and refactoring based on comments 2023-09-05 09:25:06 +01:00
Adria Navarro
5ee4f6f6cc Clean code 2023-09-04 17:03:25 +02:00
Adria Navarro
c5e061c9bf Fix types 2023-09-04 16:22:50 +02:00
Adria Navarro
111e999962 Merge branch 'develop' into BUDI-7393/use_permissions_on_middleware 2023-09-04 15:51:45 +02:00
Adria Navarro
d16110ca73 Fix tests 2023-09-04 15:49:58 +02:00
Adria Navarro
ad8fb01657 Use permissions sdk on authorized middleware 2023-09-04 14:13:10 +02:00
Adria Navarro
f6329e6a22 Add tests 2023-09-04 14:12:37 +02:00
Adria Navarro
fc0ee3f462 Types 2023-09-04 13:23:21 +02:00
Adria Navarro
f6e5e9ad6b Fix test after rebase 2023-09-04 12:35:35 +02:00
Adria Navarro
2c70543d5c Merge branch 'develop' into BUDI-7189/fix/legacy_views_permissions 2023-09-04 12:34:19 +02:00
Adria Navarro
5429c03741 Fix renamings 2023-09-04 12:28:10 +02:00
Adria Navarro
900c773ce9 Renamings 2023-09-04 12:17:37 +02:00
Adria Navarro
8b5700774b Add test 2023-09-04 12:16:44 +02:00
Adria Navarro
d68d449f1f DRY 2023-09-04 12:11:59 +02:00
Adria Navarro
a012c0a458 Add back base default legacy views permissions 2023-09-04 12:00:58 +02:00
Andrew Kingston
770216ccf1 Merge branch 'master' into dean-bug-fixes 2023-09-04 10:17:10 +01:00
Peter Clement
24abd91600 Fix issue around adding of admin users 2023-09-04 09:37:10 +01:00
Peter Clement
190e29e043 fix issue with counting of groups and apps 2023-09-04 09:36:48 +01:00
Andrew Kingston
cf33680b1e Fix crash when converting form fields with a schema that doesn't contain a certain field 2023-09-04 09:05:33 +01:00
Adria Navarro
a1da8e495c Merge branch 'develop' into BUDI-7393/display_inheritance_permission 2023-09-04 09:53:34 +02:00
Adria Navarro
5599e44422 Fix tests 2023-09-04 09:40:56 +02:00
Andrew Kingston
401c12732f Fix datasource definitions to ensure they work with both tables and views, for both type datasource and type table, and fix bindings 2023-09-04 08:37:24 +01:00
Adria Navarro
bb8aacd830 Improve messaging 2023-09-01 17:23:47 +02:00
Adria Navarro
3e3b965bb3 Rename 2023-09-01 17:03:40 +02:00
Adria Navarro
0dc03abe5f Display dependant info 2023-09-01 17:03:33 +02:00
Rory Powell
9444b01756 Update pro ref 2023-09-01 15:23:47 +01:00
Rory Powell
64af549341 Revert "Merge pull request #11489 from Budibase/fix/automation-disable"
This reverts commit e6319cce67, reversing
changes made to 7c12280fe3.
2023-09-01 15:12:23 +01:00
Mitch-Budibase
166a6fb44d Merge branch 'develop' into account-portal-auth-api-testing-2 2023-09-01 13:44:08 +01:00
Andrew Kingston
3d7a2d4ba9 Ensure resourceId is specified when creating default table datasources 2023-09-01 11:49:46 +01:00
Martin McKeaveney
5845884e77 Revert "don't recreate secret after first deploy, bump vm2 deps" 2023-09-01 11:30:05 +01:00
Adria Navarro
a541bde7e1 Secure view read 2023-09-01 12:19:16 +02:00
Adria Navarro
8c801f2bbe Handle disabled 2023-09-01 11:44:40 +02:00
Adria Navarro
5b7756936d Change api interfaces 2023-09-01 11:33:59 +02:00
Andrew Kingston
d47bb4f191 Show tooltip when initially applying filters to a table 2023-09-01 10:07:37 +01:00
Adria Navarro
466f1e6132 Display inherit option 2023-09-01 10:52:06 +02:00
Andrew Kingston
0b7998f898 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes 2023-09-01 09:42:07 +01:00
Adria Navarro
bdaf179f20 Remove placeholder 2023-09-01 10:16:49 +02:00
Adria Navarro
3192bbe4dd Clean 2023-09-01 09:56:12 +02:00
Adria Navarro
5d870fb41a Rename 2023-09-01 09:50:55 +02:00
Adria Navarro
774ff745b6 Return role origin 2023-09-01 09:40:29 +02:00
Mitch-Budibase
6c0c179783 Merge branch 'develop' into account-portal-auth-api-testing-2 2023-08-31 15:49:52 +01:00
Dean
dfe1310ac4 Merge remote-tracking branch 'origin/develop' into fix/blank-screen-create 2023-08-31 15:07:26 +01:00
Dean
cd30c45ca5 Fix for error seen when creating blank screen 2023-08-31 14:50:28 +01:00
Rory Powell
fc5c63df55 Revert "Fix: Remove unused usage of @budibase/types in frontend-core" 2023-08-31 14:49:08 +01:00
José Vte. Calderón
67a47bb2f3 Merge branch 'develop' into fix/remove-unused-budibase-types-usage 2023-08-31 13:16:21 +02:00