budibase/packages/frontend-core/src/fetch
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
..
CustomFetch.js Improve custom data fetch parsing to better support csv-like strings 2023-10-10 15:42:09 +01:00
DataFetch.js Update grids to support pagination with REST queries and to simplify some logic 2023-10-26 17:37:59 +01:00
FieldFetch.js Remove static functions from data fetch models 2022-01-20 11:50:18 +00:00
GroupUserFetch.js Search on frontend 2023-05-10 15:19:45 +02:00
JSONArrayFetch.js Remove static functions from data fetch models 2022-01-20 11:50:18 +00:00
NestedProviderFetch.js Remove static functions from data fetch models 2022-01-20 11:50:18 +00:00
QueryArrayFetch.js Fix array type missing from query schema selector (#12772) 2024-02-19 09:13:03 +00:00
QueryFetch.js Allow view searching and sorting. Refactor grid logic to fix multiple issuies 2023-08-21 11:56:58 +01:00
RelationshipFetch.js Add core API implementation and update most of client library to use it 2022-01-20 09:40:53 +00:00
TableFetch.js Adding mechanism to allow displaying an error on data retrieval for tables. 2022-08-01 18:56:59 +01:00
UserFetch.js Fix for user invitations throwing a 501 error due to the way the search was being performed. 2023-11-06 12:38:10 +00:00
ViewFetch.js Remove static functions from data fetch models 2022-01-20 11:50:18 +00:00
ViewV2Fetch.js Remove duplicate comment 2023-10-20 14:13:30 +01:00
index.js Fix array type missing from query schema selector (#12772) 2024-02-19 09:13:03 +00:00