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
Gerard Burns
62acbc43fd
Query UI improvements ( #11881 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* linting
* sidebar close icon, fix overflow issue with sidebar
* better schema auto populating behavior
* rename newqueryviewer
* remove external datasource table
* linting
* wip
* align header
* fix needing to press the validate button twice
* table min width
* wip
* remove loading
* remove disabled
* remove validation
* lint
* wip
* fix json panel
2023-09-26 12:27:27 +01:00
Mel O'Hagan
382d2d49eb
Disable MongoDB pipeline in QueryBindingView
2022-12-02 15:53:05 +00:00
Mel O'Hagan
26a16f1931
Handle null or empty steps
2022-10-14 08:02:29 +01:00
Mel O'Hagan
8a7f6fcd27
Added null propagation operators
2022-10-13 16:17:47 +01:00
melohagan
bea6e250b8
Update packages/builder/src/components/integration/index.svelte
...
Co-authored-by: Martin McKeaveney <martin@budibase.com>
2022-10-13 16:13:56 +01:00
Mel O'Hagan
080694a08a
Rename flowEditors to stepEditors
2022-10-13 13:07:53 +01:00
Mel O'Hagan
10367dfb43
Rename flow to pipeline
2022-10-13 13:05:45 +01:00
Mel O'Hagan
ac3d389163
Allow stages to be swapped in flow
2022-10-12 18:42:35 +01:00
Mel O'Hagan
9f60a6c485
Allow template to be used when changed body blank
2022-10-12 16:20:11 +01:00
Mel O'Hagan
33c36c1112
Include stage templates
2022-10-12 15:31:53 +01:00
Mel O'Hagan
55c112677e
Added support for JSON array stages
2022-10-04 11:03:24 +01:00
Mel O'Hagan
91db8f10ab
Improve editor refresh on delete
2022-10-04 10:18:16 +01:00
Mel O'Hagan
8a75b0a26d
Fix delete
2022-08-25 19:07:13 +01:00
Mel O'Hagan
f2881fc714
Add delete button
2022-08-25 17:40:09 +01:00
Mel O'Hagan
52c8fda064
Add mongodb aggregate method
2022-08-25 17:30:47 +01:00
Maurits Lourens
8709fb2f0b
add a slash before the path and a questionmark before the querystring
2021-10-05 12:20:09 +02:00
Martin McKeaveney
f58ad3a12c
allow deletion of relationships
2021-05-23 15:06:33 +01:00
Andrew Kingston
c010eeb314
Fix prettier and fix crash when using certain views as data sources
2021-05-04 11:04:42 +01:00
Andrew Kingston
9c37fa8716
Merge branch 'develop' of github.com:Budibase/budibase into repeater-filtering
2021-02-22 12:23:46 +00:00
Martin McKeaveney
1df1efe59b
lint
2021-02-19 14:31:07 +00:00
Martin McKeaveney
3f2132df07
prevent editing of headers in params
2021-02-19 12:07:37 +00:00
Martin McKeaveney
a834f17a80
more design updates
2021-02-18 18:55:08 +00:00
Andrew Kingston
2460280841
Fix and tidy up all button actions and drawers
2021-02-18 17:44:56 +00:00
Martin McKeaveney
1738537ad8
binding panel options from helpers
2021-02-01 11:51:53 +00:00
mike12345567
182353d555
Linting.
2021-01-26 12:43:26 +00:00
Joe
6db127384e
Query page tidy up
...
Props aligned in a row within the header.
Add params popover UI tidied (labels removed, etc)
Query name made an input, and the old query name input removed.
Query type is not an input anymore.
Provided a height for the query editor
Aligned run/save query buttons with the preview panel.
2021-01-22 16:49:22 +00:00
Martin McKeaveney
f1dac763b9
parameter field tidy ups
2021-01-22 11:13:21 +00:00
Martin McKeaveney
133d93fbee
fix dynamic params
2021-01-18 15:37:32 +00:00
Martin McKeaveney
21ff46f18e
fix import
2021-01-15 13:50:11 +00:00
Martin McKeaveney
a7f9e2fb8f
better integration API, parse JSON by default
2021-01-15 13:11:51 +00:00
Martin McKeaveney
0a3d338985
query and datasource unit tests
2021-01-14 20:51:03 +00:00
Martin McKeaveney
1b51113c44
pass field values in binding drawer
2021-01-14 14:22:24 +00:00
Martin McKeaveney
01ff661f17
schema updates, custom fields
2021-01-13 16:39:47 +00:00
Martin McKeaveney
94ee5855a5
custom fields in queries
2021-01-13 14:11:53 +00:00
Martin McKeaveney
d05f1666fc
further syntax highlighting updates
2021-01-12 16:49:11 +00:00
Martin McKeaveney
23d83739b0
readable to writable bindings
2021-01-12 10:28:41 +00:00
Martin McKeaveney
f7383f37da
type safe schema validation
2021-01-11 21:01:21 +00:00
Martin McKeaveney
15de3c8f83
styling, async data fetching
2021-01-11 20:17:56 +00:00
Martin McKeaveney
579e3a79b7
direct airtable integration works
2021-01-11 17:18:22 +00:00
Martin McKeaveney
102b7ce61f
binding data context in component
2021-01-08 18:22:03 +00:00
Martin McKeaveney
8e40f4b5f8
Allow dynamic query execution from front end components
2021-01-08 12:06:37 +00:00
Martin McKeaveney
d1a119f06a
new datasource design
2021-01-07 13:13:46 +00:00
Martin McKeaveney
d7a0d29b03
switching between queries
2021-01-06 12:28:51 +00:00
Martin McKeaveney
30b4c2467f
codemirror
2020-12-30 11:46:37 +00:00
Martin McKeaveney
29b51bc6c2
separation of datasources and queries
2020-12-18 18:19:43 +00:00