1
0
Fork 0
mirror of synced 2024-08-15 01:51:33 +12:00
budibase/packages/shared-core/src
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
..
constants Fix for integration test, make sure to carry auth headers over correctly. 2024-02-15 15:47:56 +00:00
helpers PR comments. 2024-02-12 13:28:12 +00:00
sdk Calculate creators count when group role changes 2024-01-18 11:14:25 +01:00
tests Adding some basic cron validation to publishing, currently the error is not explained if it is hit - still need some frontend for this, but this now means that an error is provided to users when attempting to publish, and we can re-use this validation in the automation UI. Need to have both backend and frontend validation as invalid CRONs will already exist, backend makes sure these are error'd on. 2024-02-09 18:04:40 +00:00
filters.ts Support number array binding filtering in automations (#12708) 2024-01-09 10:25:36 +00:00
index.ts Fixes 2023-10-10 15:53:10 +02:00
table.ts Add new shared core util for determining whether columns can be sort columns or not 2023-10-18 15:38:37 +01:00
utils.ts Fix array type missing from query schema selector (#12772) 2024-02-19 09:13:03 +00:00