Andrew Kingston
|
6db20a241b
|
PR feedback
|
2024-08-13 14:33:07 +01:00 |
Andrew Kingston
|
013f13315c
|
Update how available actions on the screen are found so that they understand global bindings properly and respect local scope
|
2024-08-08 15:17:55 +01:00 |
Dean
|
75217efee4
|
Fix to switch internal source check from table.sql to table.sourceType === DB_TYPE_INTERNAL. After the SQS changes table.sql becomes true for internal types
|
2024-07-22 12:37:40 +01:00 |
mike12345567
|
c57a81c6de
|
Adding a global binding for globalId which is retrieved as part of the self call - making sure this is available as a binding (this is not in the user metadata table, just for bindings).
|
2024-06-06 11:53:58 +01:00 |
mike12345567
|
32e4493a96
|
Quick fix for using the roles option within the builder - this was broken in JS which was a bit of a pain - this works properly now and allows more compat between HBS and JS.
|
2024-06-05 11:58:40 +01:00 |
Andrew Kingston
|
29081cea1c
|
Ensure we don't false-positive flag external tables with view_ in their names as views
|
2024-05-14 10:55:27 +01:00 |
Adria Navarro
|
e6f90d5a7d
|
Fix binding
|
2024-05-13 12:35:19 +02:00 |
Adria Navarro
|
bd86f906b1
|
Merge branch 'master' into feat/budi-8123-single-user
|
2024-05-03 17:31:29 +02:00 |
Andrew Kingston
|
a8b74f5f8c
|
Fix state bindings not being generated for some nested instances
|
2024-05-02 11:33:34 +01:00 |
Adria Navarro
|
9f3e01ef78
|
Fix binding display types
|
2024-04-26 11:13:56 +02:00 |
mike12345567
|
0266be8138
|
Quick fix - no need to double check.
|
2024-04-22 12:26:30 +01:00 |
mike12345567
|
0b830ae2e2
|
Fixing formulas not being converted back to readable.
|
2024-04-19 17:05:34 +01:00 |
mike12345567
|
d328647447
|
Removing accidental import.
|
2024-04-19 16:49:58 +01:00 |
mike12345567
|
659efe67d7
|
Adding edge case handling to the binding readable/runtime conversion, checking if it is trying to replace a binding which a substring of a helper name, which causes the helper to become un-usable.
|
2024-04-19 16:40:45 +01:00 |
Dean
|
d7fa333fce
|
Merge remote-tracking branch 'origin/master' into feature/form-screen-template
|
2024-02-22 16:30:05 +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 |
Dean
|
5c5dc4c155
|
Merge remote-tracking branch 'origin/master' into feature/form-screen-template
|
2024-02-14 14:32:15 +00:00 |
Dean
|
ed30788fac
|
Merge remote-tracking branch 'origin/master' into feature/monolith-js-refactor
|
2024-02-14 10:14:58 +00:00 |
Dean
|
e0ebf0bfdf
|
Fixed import
|
2024-02-07 15:01:00 +00:00 |
Dean
|
a5dfbe3c89
|
Merge remote-tracking branch 'origin/master' into feature/monolith-js-refactor
|
2024-02-07 14:45:06 +00:00 |
Andrew Kingston
|
e7ac33bf43
|
Remove legacy concept of currentAsset
|
2024-02-05 11:59:54 +00:00 |
Andrew Kingston
|
1650f37329
|
Treat component store the same as other stores, and move component utils into helpers
|
2024-02-05 11:22:33 +00:00 |
Andrew Kingston
|
233df4c27c
|
Remove legacy nested builder directory and move screen templates and utils into better locations
|
2024-02-01 09:55:30 +00:00 |