1
0
Fork 0
mirror of synced 2024-09-16 09:17:40 +12:00
Commit graph

329 commits

Author SHA1 Message Date
Adria Navarro
81801582e9 Add type guards 2024-05-14 17:43:42 +02:00
Adria Navarro
e451e99f6b Fixes 2024-05-13 12:35:01 +02:00
Adria Navarro
95faefcb87 DRY 2024-05-09 12:28:44 +02:00
Adria Navarro
04ed10b06e Lint 2024-05-06 08:06:44 +02:00
Adria Navarro
9a6e6ed115 Fix data between old and new 2024-05-06 08:06:43 +02:00
Adria Navarro
24aec6efb1 Clean types 2024-04-26 13:30:08 +02:00
Adria Navarro
d45aa9beaf Merge branch 'master' into budi-8123/single-user-column-type 2024-04-26 12:47:35 +02:00
Adria Navarro
1aad2ee6d2 Fix after renames 2024-04-26 12:23:11 +02:00
Adria Navarro
afdbf4cc42 Add BB_REFERENCE_SINGLE type 2024-04-25 13:20:59 +02:00
mike12345567
933c3fdec4 Merge branch 'master' of github.com:Budibase/budibase into more-sqs-tests-4 2024-04-18 10:55:33 +01:00
Adria Navarro
5572467d39
Merge branch 'master' into feat/budi-8126 2024-04-17 16:01:08 +02:00
mike12345567
828d78f2af Fixing build after recent type updates. 2024-04-17 14:47:56 +01:00
mike12345567
25dba0be35 This removes the SearchQuery which was a duplication of the SearchFilters interface - the duplicated types were not correctly getting overlay on each other, causing build errors. 2024-04-17 13:54:23 +01:00
Adria Navarro
3e32ce4d24 Use shared-core 2024-04-17 12:12:09 +02:00
Adria Navarro
8161dfc0a9 Create SWITCHABLE_TYPES in shared-core 2024-04-17 12:12:09 +02:00
Adria Navarro
ca158c33e8 DRY 2024-04-17 10:33:20 +02:00
Adria Navarro
a4a095b6a1 Handle formulas for getValidOperatorsForType 2024-04-11 11:37:59 +02:00
Adria Navarro
e8dbb8f681 Remove todo 2024-04-11 09:14:04 +02:00
Michael Drury
5437188385
Revert "Revert "Single attachment column type"" 2024-04-03 16:05:18 +01:00
Michael Drury
1cfe4da027
Revert "Single attachment column type" 2024-04-03 16:01:45 +01:00
Adria Navarro
a8c3011071 Rename FieldType.ATTACHMENT to FieldType.ATTACHMENTS 2024-04-03 12:54:20 +02:00
Adria Navarro
c96e8b273d Fix types 2024-04-03 12:53:55 +02:00
jvcalderon
1da10c9a5f Merge branch 'master' into feature/onboarding 2024-03-25 12:51:57 +01:00
Adria Navarro
c70b50277f Fix tsconfig.json 2024-03-20 17:37:27 +01:00
Sam Rose
4783426b0f
Merge branch 'master' of github.com:budibase/budibase into reenable-no-unused-vars 2024-03-20 11:46:59 +00:00
Sam Rose
217b39c232
Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
Adria Navarro
2f016d86e3 Remove .d.ts 2024-03-20 11:01:53 +01:00
Adria Navarro
9c08a40e7e Clean 2024-03-20 00:11:13 +01:00
Adria Navarro
94a93a5bb6 Run jest 2024-03-19 23:40:55 +01:00
Adria Navarro
abbe9deb1c Add test command 2024-03-19 23:28:03 +01:00
Adria Navarro
b62044b4b8 Fix tests 2024-03-19 23:26:04 +01:00
Adria Navarro
73f3e0c53b Clean dependencies 2024-03-19 23:25:53 +01:00
jvcalderon
6728fdad1d VERIFYING_EMAIL 2024-03-14 15:35:45 +01:00
jvcalderon
8ae579b1d7 Lint 2024-03-14 13:15:35 +01:00
Andrew Kingston
2732a11b4b
Update packages/shared-core/src/constants/index.ts
Co-authored-by: Sam Rose <hello@samwho.dev>
2024-03-13 14:29:50 +00:00
Andrew Kingston
2d12a1a8fa Add server-side validation for snippet names 2024-03-13 11:48:17 +00:00
jvcalderon
40cb22a7d5 Adds OnboardingProcessCorrelationKey 2024-03-12 13:45:09 +01:00
Peter Clement
632b9a26f4 remove log 2024-03-06 14:42:30 +00:00
Peter Clement
1f107041a1 use vitest each 2024-03-06 11:57:45 +00:00
Peter Clement
eb00ce401f pr comments 2024-03-06 10:10:28 +00:00
Peter Clement
b232371eff remove uneeded comment 2024-03-06 10:01:42 +00:00
Peter Clement
3d9a7e5ddf fix type 2024-03-04 10:07:06 +00:00
Peter Clement
5679acb868 fix types 2024-03-04 09:55:28 +00:00
Peter Clement
e3c514e45a Update test lucene builder and add more tests 2024-03-04 09:48:47 +00:00
Peter Clement
2933571c62 update runLuceneQuery in client to allow for all filter matching 2024-02-28 08:34:41 +00:00
melohagan
c12e5fd196
Fix array type missing from query schema selector (#12772)
* Tidy MongoDB aggregation pipeline view

* Remove unused code

* WIP

* Add bindings for bindings drawer

* Is not external table if it's a query

* Add QueryArrayFetch

* Bug fix

* JavaScript is the worst

* refactor

* Add array label to query schema

* Remove console log

* type fix

* Don't include Array in SchemaTypeOptions, but show label

* Fix bindings

* refactor

* Rename isObject to hasSchema

* WIP

* Typing WIP

* Type not Types

* Unused import

* type fix

* Handle json array subtype

* Support queryarray datasource type

* refactor

* yarn lock

* update account portal

---------

Co-authored-by: Sam Rose <hello@samwho.dev>
2024-02-19 09:13:03 +00:00
mike12345567
1f4a254ec5 Fix for integration test, make sure to carry auth headers over correctly. 2024-02-15 15:47:56 +00:00
Peter Clement
aaf476ca25 Merge remote-tracking branch 'refs/remotes/origin/fix/add-cron-validation' into fix/add-cron-validation 2024-02-13 15:14:28 +00:00
Peter Clement
2660149fea move constant to shared-core 2024-02-13 15:14:03 +00:00
mike12345567
523f211d1a pinning cron-validate version. 2024-02-13 13:42:58 +00:00