Commit Graph

38507 Commits

Author SHA1 Message Date
Michael Drury 3f10d9d8ed Linting. 2025-01-16 12:19:36 +00:00
Michael Drury 9b88fcea47 Merge branch 'master' of github.com:Budibase/budibase into binding-ts-improvements 2025-01-16 12:03:40 +00:00
Michael Drury dd96f4ef8e PR comments. 2025-01-16 11:45:45 +00:00
Sam Rose c4eb29fcdb
Merge pull request #15378 from Budibase/server-ts
Convert curl.spec.js and openapi2.spec.js to TypeScript
2025-01-16 11:10:51 +00:00
Sam Rose af4021592b
Merge branch 'master' into server-ts 2025-01-16 10:52:28 +00:00
Sam Rose aa2bf74a7d
Convert openapi2.spec.js 2025-01-16 10:29:48 +00:00
Adria Navarro 1b2a7a6dc4
Merge pull request #15363 from Budibase/ts/type-fetchData-usages
Type fetch data usages
2025-01-16 11:11:22 +01:00
Sam Rose 5709c3b836
Convert curl.spec.js 2025-01-16 10:01:51 +00:00
Adria Navarro 40196c6c01
Merge branch 'master' into ts/type-fetchData-usages 2025-01-16 10:58:26 +01:00
Adria Navarro 482f8aa820 Update types 2025-01-16 10:28:06 +01:00
mike12345567 b3ccca051e Fixing build issue. 2025-01-15 17:12:17 +00:00
mike12345567 84f1a95a8b Implementing JSONValue type for passing binding results around. 2025-01-15 17:05:32 +00:00
mike12345567 afef511664 Removing .result from evaluation side panel. 2025-01-15 16:38:34 +00:00
Michael Drury 9d2f93fd1d
Merge branch 'master' into binding-ts-improvements 2025-01-15 16:05:31 +00:00
Martin McKeaveney 93c10cf17b
Update stale_bot.yml 2025-01-15 15:49:01 +00:00
mike12345567 1dfedc1ee1 Linting. 2025-01-15 15:43:15 +00:00
mike12345567 80a67dccc0 Typing fixes. 2025-01-15 15:40:18 +00:00
mike12345567 ff78610fe4 Merge branch 'binding-ts-improvements' of github.com:Budibase/budibase into binding-ts-improvements 2025-01-15 15:34:32 +00:00
mike12345567 13915e8488 Update yarn.lock 2025-01-15 15:34:17 +00:00
Martin McKeaveney c502a27b8f
Update stale_bot.yml 2025-01-15 15:30:16 +00:00
Michael Drury c05c111ade
Merge branch 'master' into binding-ts-improvements 2025-01-15 15:27:52 +00:00
mike12345567 fa3c5f1466 copyToClipboard typing improvement. 2025-01-15 15:25:55 +00:00
Sam Rose 6d4f02c994
Merge pull request #15358 from Budibase/budi-8960-issue-sorting-dates-when-using-mmddyyyy
Add tests to ensure date sorting works, and you can't bulk import dates in an invalid format.
2025-01-15 15:23:37 +00:00
mike12345567 ef3ac8883e Small TS improvement - make sure result/error is typed correctly. 2025-01-15 15:18:11 +00:00
mike12345567 7db70a602d Final part to get TS building. 2025-01-15 15:07:48 +00:00
mike12345567 0b909b434a Work on binding drawer typing. 2025-01-15 14:34:36 +00:00
Sam Rose 481b6721f8
Merge branch 'master' into budi-8960-issue-sorting-dates-when-using-mmddyyyy 2025-01-15 12:26:00 +00:00
Adria Navarro 19c32299b1
Merge branch 'master' into ts/type-fetchData-usages 2025-01-15 12:35:58 +01:00
Adria Navarro 55204871a2 Fix types 2025-01-15 12:35:36 +01:00
Adria Navarro 72d7443d72 Fix types 2025-01-15 12:28:45 +01:00
Budibase Staging Release Bot 29e9c9bb67 Bump version to 3.2.44 2025-01-15 11:16:09 +00:00
Adria Navarro 53b9da4c89
Merge pull request #15371 from Budibase/exclude-sourcemaps-from-pro
Add string logging
2025-01-15 12:08:43 +01:00
Adria Navarro 0f069b77fc
Merge branch 'master' into ts/type-fetchData-usages 2025-01-15 12:03:02 +01:00
Adria Navarro 4a83d0fc1c Type parameters 2025-01-15 11:47:33 +01:00
Sam Rose b4a811a73f
Merge branch 'master' into budi-8960-issue-sorting-dates-when-using-mmddyyyy 2025-01-15 10:44:08 +00:00
Adria Navarro ea151e2ee5 Lint 2025-01-15 11:38:58 +01:00
Adria Navarro 1be1787bdc Don't publish sourcemap for pro 2025-01-15 11:04:15 +01:00
Adria Navarro 322d3cbacb Generate meta only if in dev 2025-01-15 11:03:48 +01:00
Adria Navarro 3751886304 Default on 2025-01-15 11:03:27 +01:00
Adria Navarro f2fba9da08 Sourcemap from tsconfig.json 2025-01-15 11:03:20 +01:00
Adria Navarro aa488ae894 Fix is dev 2025-01-15 11:03:05 +01:00
Adria Navarro 2b0f8091e7 Add string logging 2025-01-15 10:48:03 +01:00
Adria Navarro d55e29f9a6 Move type 2025-01-15 10:42:37 +01:00
Adria Navarro a3d73ee6ce Smarter datasource 2025-01-15 10:40:41 +01:00
Adria Navarro cf4ce587c4 Cleanups 2025-01-15 10:24:28 +01:00
Peter Clement bd9a26b718
Merge pull request #15330 from Budibase/builder-store-conversions-pc
Convert views and published stores to TS
2025-01-15 09:16:10 +00:00
Peter Clement 1c25113364
Merge branch 'master' into builder-store-conversions-pc 2025-01-15 09:11:58 +00:00
Budibase Staging Release Bot 4c1013e4d3 Bump version to 3.2.43 2025-01-15 09:04:44 +00:00
Peter Clement cc053ec190
Merge branch 'master' into builder-store-conversions-pc 2025-01-15 09:02:49 +00:00
Adria Navarro f0072fc561
Merge pull request #15367 from Budibase/fix-built-pro
Update pro submodule
2025-01-14 23:47:15 +01:00