Commit Graph

37692 Commits

Author SHA1 Message Date
mike12345567 b58aa807bd Another test change. 2024-12-13 17:22:35 +00:00
mike12345567 7cf20ef16c Fixing query row. 2024-12-13 17:11:35 +00:00
mike12345567 6699b202b4 Fixing some automation requirements. 2024-12-13 17:10:05 +00:00
mike12345567 b976c57e1e Test fix. 2024-12-13 16:59:19 +00:00
mike12345567 77b9baa095 Updating types to remove any instances of ctx.status = 200 being set and then no body provided. 2024-12-13 16:48:47 +00:00
mike12345567 ba6b0fba6d Correcting issue with test case. 2024-12-13 16:00:40 +00:00
Andrew Kingston f9dc834202
Update other usages of auth store 2024-12-13 15:19:53 +00:00
Andrew Kingston d72e5f1812
Convert auth store to TS and add missing user properties 2024-12-13 15:18:41 +00:00
mike12345567 80bd561bba Some further work on automation webhook testing. 2024-12-13 13:59:29 +00:00
mike12345567 715399b755 Typing improvements for webhooks - fixing issue with parameter change - working on test case. 2024-12-13 13:34:32 +00:00
Andrew Kingston 640008dd97
Merge pull request #15163 from Budibase/cheeks-fixes
Prevent syncing row changes between users for views filtered by current user
2024-12-13 11:47:38 +00:00
Andrew Kingston df8e7bf903
Merge branch 'master' into cheeks-fixes 2024-12-13 11:40:00 +00:00
Andrew Kingston d0b8ab79e3
Merge branch 'ts-portal-apps-store' of github.com:Budibase/budibase into ts-portal-auditlogs-store 2024-12-13 09:15:49 +00:00
Andrew Kingston 76546fd276
Merge branch 'ts-portal-admin-store' of github.com:Budibase/budibase into ts-portal-apps-store 2024-12-13 09:15:20 +00:00
Andrew Kingston 5319fb34ac
Merge branch 'frontend-core-ts-2' of github.com:Budibase/budibase into ts-portal-admin-store 2024-12-13 09:14:13 +00:00
Andrew Kingston cb8f05291a
Merge branch 'master' of github.com:Budibase/budibase into frontend-core-ts-2 2024-12-13 09:13:44 +00:00
Andrew Kingston 3f5067ecc9
Ensure audit log store properties are properly optional 2024-12-13 09:12:08 +00:00
Andrew Kingston 1529eecc68
Revert changes 2024-12-13 09:07:20 +00:00
Andrew Kingston da19c4b608
Convert portal audit logs store to TS 2024-12-13 08:58:46 +00:00
Michael Drury 8144f04e05
Merge pull request #15172 from Budibase/fix/external-table-name-spaces
Relationship searching on tables with spaces
2024-12-12 18:20:45 +00:00
mike12345567 f857c36e09 PR comments. 2024-12-12 16:50:21 +00:00
Andrew Kingston 5272bc4cd9
Convert portal apps store to TS 2024-12-12 16:46:21 +00:00
Andrew Kingston c5407d36ac
Update to account for type fixes 2024-12-12 16:44:14 +00:00
Andrew Kingston ea444a9078
Merge branch 'master' of github.com:Budibase/budibase into frontend-core-ts-2 2024-12-12 16:42:23 +00:00
Michael Drury f62ffb38e2
Merge branch 'master' into fix/external-table-name-spaces 2024-12-12 16:40:41 +00:00
Michael Drury cf98669c2a
Merge pull request #15171 from Budibase/fix/type-fixes
API typing fixes
2024-12-12 16:09:05 +00:00
mike12345567 eca009920c Fixing some type issue found during the frontend-core updates. 2024-12-12 16:00:28 +00:00
mike12345567 7f62f32adc Adding test case for tables with spaces. 2024-12-12 15:55:39 +00:00
Andrew Kingston b57aa1675b
Update tests 2024-12-12 15:00:45 +00:00
Andrew Kingston 3dfdb740ac
Ensure admin store checklist is optional 2024-12-12 14:58:55 +00:00
Andrew Kingston 512d87ac36
Remove redundant default store value 2024-12-12 14:57:24 +00:00
Andrew Kingston 0fd8427a0f
Merge branch 'frontend-core-ts-2' of github.com:Budibase/budibase into ts-portal-admin-store 2024-12-12 14:55:41 +00:00
Andrew Kingston 3a51a81e50
Remove redundant typing in builder API client 2024-12-12 14:55:15 +00:00
Andrew Kingston ce3a479590
Merge branch 'frontend-core-ts-2' of github.com:Budibase/budibase into ts-portal-admin-store 2024-12-12 14:53:48 +00:00
Andrew Kingston 61b42d316b
Update naming of builder navigation store type 2024-12-12 14:53:28 +00:00
Andrew Kingston 0cbf0a7a4b
Update builder plugin store with new types 2024-12-12 14:51:52 +00:00
Andrew Kingston 0da1dcee48
Convert portal admin store to typescript 2024-12-12 14:48:06 +00:00
deanhannigan 9e90103c12
Merge pull request #15001 from Budibase/automation-branching-ux-updates
Automation Branching UX updates
2024-12-12 14:38:50 +00:00
Dean 7a273e4d9b Merge remote-tracking branch 'origin/master' into automation-branching-ux-updates 2024-12-12 14:34:36 +00:00
Andrew Kingston 0a7fde5c6c
Merge pull request #15161 from Budibase/fix/client-error-svg-2
Fix client error SVG
2024-12-12 14:30:33 +00:00
Andrew Kingston a706a767a7
Merge branch 'master' of github.com:Budibase/budibase into frontend-core-ts-2 2024-12-12 14:29:56 +00:00
Dean 1e297f7917 Merge remote-tracking branch 'origin/master' into automation-branching-ux-updates 2024-12-12 14:25:09 +00:00
Andrew Kingston 5ecfce1d6f
Merge branch 'master' into fix/client-error-svg-2 2024-12-12 14:22:12 +00:00
Andrew Kingston 3be6800626
Merge branch 'master' into cheeks-fixes 2024-12-12 14:12:19 +00:00
mike12345567 635049ab0f Making sure table IDs input are correctly formatted for comparison. 2024-12-12 14:02:52 +00:00
Budibase Staging Release Bot 1c5a973ec0 Bump version to 3.2.28 2024-12-12 12:06:09 +00:00
Michael Drury cb9b044fe9
Merge pull request #15155 from Budibase/fix/pg-connection-error
Fix for fetching schemas in Postgres 9.5
2024-12-12 11:58:01 +00:00
Michael Drury b05126cb9f
Merge branch 'master' into fix/pg-connection-error 2024-12-12 11:48:36 +00:00
Adria Navarro 870047e40a
Merge pull request #15166 from Budibase/BUDI-7710/custom-role-issue
Custom role in groups issue
2024-12-12 12:48:26 +01:00
Adria Navarro 1b15ed2adb
Merge branch 'master' into BUDI-7710/custom-role-issue 2024-12-12 12:40:25 +01:00