Commit Graph

30707 Commits

Author SHA1 Message Date
mike12345567 4cdc0304c6 Fixing an issue with datasource fetch schema not passing the correct parameters to frontend-core function. 2024-12-17 13:55:07 +00:00
mike12345567 77eb805936 Fixing an issue where plugins are imported as apps, which can crash the service - return a useful message to tell the user this is a plugin not an app export. 2024-12-17 13:13:07 +00:00
mike12345567 2e7f75e93c Make sure password is always requested when working with encrypted files - if the enc file has been copied the name may change format, we should handle if this happens. 2024-12-17 12:28:22 +00:00
Michael Drury 57eaac88b1
Merge branch 'master' into fix/automation-webhook-improvements 2024-12-17 11:08:51 +00:00
Andrew Kingston 1efa9f1699
Merge branch 'master' into ts-portal-auth-store 2024-12-17 10:40:11 +00:00
Andrew Kingston f8a4b422bc
Merge branch 'master' into ts-portal-auditlogs-store 2024-12-17 10:35:37 +00:00
Andrew Kingston 018d332a7e
Merge branch 'master' into ts-portal-apps-store 2024-12-17 10:29:00 +00:00
Andrew Kingston d49b1f6131
Merge branch 'master' into ts-portal-admin-store 2024-12-17 10:22:41 +00:00
Andrew Kingston 4b499ca487
Update more endpoints with new response messages 2024-12-16 17:08:42 +00:00
Andrew Kingston 22d8994431
Account for responses from app endpoints 2024-12-16 17:02:24 +00:00
Andrew Kingston d5eaa6ee3e
Fix duplicating apps 2024-12-16 16:58:58 +00:00
Andrew Kingston 4fd47b5908
Update auth endpoints to account for new JSON responses 2024-12-16 16:56:52 +00:00
Andrew Kingston 8c4bb89412
Update type casting 2024-12-16 16:53:59 +00:00
mike12345567 a35e504e8f PR comment. 2024-12-16 15:07:06 +00:00
Andrew Kingston cb88f1faa9
Merge branch 'master' of github.com:Budibase/budibase into frontend-core-ts-2 2024-12-16 14:40:06 +00:00
mike12345567 a68bb20e87 Merge branch 'master' of github.com:Budibase/budibase into fix/automation-webhook-improvements 2024-12-16 12:29:24 +00:00
mike12345567 e11c3f87c4 Fixing issue with webhook test case - getting sync response back. 2024-12-13 18:15:08 +00:00
Michael Drury fb3822797c
Merge branch 'master' into chore/update-pro 2024-12-13 18:06:18 +00:00
mike12345567 eb69bbd3cb Merge branch 'master' of github.com:Budibase/budibase into fix/automation-webhook-improvements 2024-12-13 17:55:32 +00:00
mike12345567 8aebaa3717 Updating pro to latest (small API change). 2024-12-13 17:54:48 +00:00
mike12345567 d20592e885 Updating query row API to correctly state successful if not returning an error. 2024-12-13 17:33:40 +00:00
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 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
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
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 3a51a81e50
Remove redundant typing in builder API client 2024-12-12 14:55:15 +00:00