1
0
Fork 0
mirror of synced 2024-08-15 01:51:33 +12:00
budibase/packages/backend-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
..
accounts Prevent SSO users from setting / resetting a password (#9672) 2023-02-21 08:23:53 +00:00
auth Fixing typing issues. 2023-12-05 18:17:27 +00:00
blacklist Provides the option for blacklisting IPs. 2023-03-08 16:30:26 +00:00
cache Merge branch 'master' into BUDI-7656/add-multiple-relationships-dev-script 2024-01-02 12:34:32 +01:00
configs eslint import/no-duplicates 2023-11-20 21:48:49 +01:00
constants Move header constants to shared-core 2023-12-14 10:07:46 +01:00
context Revert jsRunner changes to vm 2024-02-09 16:36:43 +01:00
db Fixing typing for performCall. 2024-01-11 17:17:38 +00:00
docIds eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
docUpdates Main body of PR comments, switching event handling to be a publisher of async events, a generic event; then adding a new async document update processor, which can later be converted to be part of the event processing pipeline. 2023-04-15 00:37:22 +01:00
errors offline license sdk module 2023-07-10 12:48:52 +01:00
events Fix array type missing from query schema selector (#12772) 2024-02-19 09:13:03 +00:00
features eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
logging Simplify the typing of workerRequests.ts 2024-02-15 15:49:30 +00:00
middleware Remove objects from setUser call. We can add them later if we need them. 2024-01-05 18:10:23 +00:00
migrations Merging in develop - fixing some test cases which broke in the process. 2023-04-12 10:56:21 +01:00
objectStore Updating the listObjects functionality to correctly handle truncated responses, when not all objects can be returned at once we need to loop, but we weren't correctly picking up the token that should be passed. 2024-02-07 17:03:44 +00:00
platform type tidy up and lint 2023-09-24 22:07:40 +01:00
plugin Correct bugs with Datasource+ plugins 2023-09-26 21:26:40 -04:00
queue Updating the listObjects functionality to correctly handle truncated responses, when not all objects can be returned at once we need to loop, but we weren't correctly picking up the token that should be passed. 2024-02-07 17:03:44 +00:00
redis Removing the use of the addQueries quota functionality from row API - we don't make use of these statistics anymore (and haven't in a while) counting them is pointless and could be causing some loss in performance in these heavily used endpoints. 2024-01-04 17:38:54 +00:00
security Adding a 'SESSION_EXPIRY_SECONDS' environment variable which can be set on the services to configure how long before an idle user is logged out. 2024-01-25 16:22:39 +00:00
tenancy Fix test. 2024-01-03 12:56:53 +00:00
timers Lint 2024-02-09 16:47:58 +01:00
users Calculate creators count when group role changes 2024-01-18 11:14:25 +01:00
utils Remove all uses of test.com in the code, replace them with example.com and create a lint rule to prevent this in future. 2024-02-08 16:32:14 +00:00
environment.ts Adding a 'SESSION_EXPIRY_SECONDS' environment variable which can be set on the services to configure how long before an idle user is logged out. 2024-01-25 16:22:39 +00:00
helpers.ts Remove type information from JSDoc in .ts files, it's redundant. 2023-10-17 16:46:32 +01:00
index.ts Refactor: usersUtils -> userUtils 2024-01-18 12:03:26 +01:00
installation.ts Fixing an issue when invalid version is supplied (not semver) shouldn't crash server. 2024-02-16 15:41:36 +00:00