Commit Graph

13795 Commits

Author SHA1 Message Date
Sam Rose 04cb51ed9c
Fix Redis tests. 2024-12-05 16:08:51 +00:00
Sam Rose 18263a1a16
Update to TypeScript 5.7.2. 2024-12-05 15:06:49 +00:00
mike12345567 2a31aca37a Type fixes. 2024-12-05 13:37:20 +00:00
mike12345567 48379021ef PR comments and fixes. 2024-12-05 11:36:56 +00:00
mike12345567 83448febf4 Merge branch 'master' of github.com:Budibase/budibase into chore/api-typing-3 2024-12-05 11:22:57 +00:00
Sam Rose 2d776e1db6
Fix lint. 2024-12-05 11:00:12 +00:00
Sam Rose 2750b806c2
Remove focus test. 2024-12-05 10:51:38 +00:00
Sam Rose 0e6b3c258a
Merge branch 'master' of github.com:budibase/budibase into budi-8882-ms-sql-export-schema-feature-creates-and-downloads 2024-12-05 10:47:17 +00:00
Sam Rose 48c106276d
Implement a test that exports an external schema, then reimports it, asserting the tables match. 2024-12-05 10:47:03 +00:00
mike12345567 48f72dad86 Renaming and fixing lint. 2024-12-04 18:36:06 +00:00
mike12345567 cb49beb317 Replacing BBContext where its still used in backend-core and middlewares. 2024-12-04 16:51:56 +00:00
mike12345567 ecf4ea5826 Static API typing. 2024-12-04 16:45:56 +00:00
mike12345567 bd27d1755f Webhook API typing. 2024-12-04 16:14:54 +00:00
mike12345567 aa2d6779cd Small view API typing update. 2024-12-04 15:02:16 +00:00
mike12345567 a7a2a56044 User metadata API typing. 2024-12-04 15:00:05 +00:00
mike12345567 fdb328aaa1 Moving some types around - make sure app types are all correctly filed away. 2024-12-04 14:27:09 +00:00
mike12345567 a8ef736051 Merge branch 'master' of github.com:Budibase/budibase into chore/api-typing-3 2024-12-04 14:02:31 +00:00
Michael Drury afd779ad07
Merge branch 'master' into chore/api-typing-2 2024-12-04 13:52:32 +00:00
mike12345567 da81381d62 PR review comments. 2024-12-04 13:48:30 +00:00
Martin McKeaveney 3d8e15abc3 more usages of initialised 2024-12-04 10:59:31 +00:00
Martin McKeaveney 48a367c2c2 fix openai automation tests 2024-12-04 10:52:19 +00:00
Martin McKeaveney 46bd790b3a update tests 2024-12-04 10:35:59 +00:00
Martin McKeaveney e119e310ef pro ref 2024-12-04 10:26:19 +00:00
Martin McKeaveney 7fcff8a628 rely on llm status rather than initialised variable 2024-12-04 10:15:22 +00:00
mike12345567 0b8f2c111d Linting. 2024-12-03 18:07:21 +00:00
mike12345567 6494962c1a Screens and some slightly changes to Table API typing. 2024-12-03 18:06:09 +00:00
mike12345567 efb99c6446 Row API typing. 2024-12-03 17:50:51 +00:00
mike12345567 efcdd360e3 Routing API typing. 2024-12-03 17:42:31 +00:00
mike12345567 23d9808cb6 Query API typing. 2024-12-03 17:29:41 +00:00
mike12345567 3446b1c678 Plugin API typing. 2024-12-03 17:02:30 +00:00
mike12345567 d0179ed815 Permission API typing. 2024-12-03 16:50:13 +00:00
mike12345567 4bf23b0163 Ops API typing 2024-12-03 16:36:48 +00:00
mike12345567 b1dc997390 old migration typing. 2024-12-03 16:28:04 +00:00
mike12345567 009a2749c5 Merge branch 'master' of github.com:Budibase/budibase into chore/api-typing-2 2024-12-03 12:39:37 +00:00
Sam Rose ed49f81639
Merge branch 'master' into fix-options-with-commas-and-types 2024-12-03 12:23:25 +00:00
Sam Rose d058b63ea8
Fix types. 2024-12-03 12:23:07 +00:00
Sam Rose e9242dfd11
Fix MySQL options column imports that have commas or other type names in them. 2024-12-03 12:12:38 +00:00
mike12345567 1b15ef3b7e PR comments. 2024-12-03 11:43:28 +00:00
mike12345567 467bdcf74c Merge branch 'master' of github.com:Budibase/budibase into chore/api-typing 2024-12-03 11:36:22 +00:00
Peter Clement 51e9e09567 Merge remote-tracking branch 'refs/remotes/origin/feat/update-automation-tests' into feat/update-automation-tests 2024-12-03 10:33:35 +00:00
Peter Clement 10dbb9fa7a re-add removed comments 2024-12-03 10:33:18 +00:00
Peter Clement 7f2f25b878
Merge branch 'master' into feat/update-automation-tests 2024-12-03 10:17:05 +00:00
Peter Clement 7d0ae9d567 no need to add run func to definition 2024-12-03 10:11:57 +00:00
mike12345567 c073500d50 Metadata API. 2024-12-02 17:42:46 +00:00
mike12345567 f52bc41de0 Merge branch 'chore/api-typing' of github.com:Budibase/budibase into chore/api-typing-2 2024-12-02 16:59:30 +00:00
mike12345567 d42c4118fe Cleanup. 2024-12-02 16:58:35 +00:00
mike12345567 82e4e190fc Layout API. 2024-12-02 16:53:00 +00:00
mike12345567 bb4d7e0b32 Integration API. 2024-12-02 16:48:34 +00:00
mike12345567 98de7e69d1 Last parts of dev API. 2024-12-02 16:40:50 +00:00
mike12345567 78558bd0dc Merge branch 'master' of github.com:Budibase/budibase into chore/api-typing 2024-12-02 16:32:59 +00:00