Commit Graph

12 Commits (ReaderRole)

Author SHA1 Message Date
Daniel Campbell 11b3ab8fd6
Add Flux Functions Toolbar (#4700)
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
2018-11-01 15:38:52 -07:00
Christopher Henn 1775261280 Remove BodyBuilder 2018-10-11 14:34:49 -07:00
Christopher Henn 681b1dcf2c Require explicit submit action in Flux builder 2018-10-04 13:42:09 -07:00
Iris Scholten f0d4f29f4c Treat flux service as a part of source 2018-10-01 12:44:46 -07:00
Brandon Farmer 7cb598e13b Flux editor stays selected when text changes 2018-09-24 09:55:21 -07:00
Jared Scheib e5f5ccf3e8
Maintain focus on Flux Editor text area when adding nodes via code (#4466)
* fix(flux/components): only autofocus new FuncArg input on user click

* update changelog
2018-09-17 14:42:17 -04:00
Alirie Gray b781d2ece3
View flux editor in the CEO (#4311)
* Add FluxQueryEditor to CEO and move funcs to utils

* Use util functions in FluxPage

* Rename links to fluxLinks in TimeMachine

* Update Changelog

* Replace props with fluxContext
2018-08-29 13:32:59 -07:00
Andrew Watkins bea2548124 Introduce delete body 2018-06-15 09:18:52 -07:00
Alex P fae8d1f845 Fix failing test 2018-06-14 17:18:48 -07:00
Alex P 9fbe4944aa Rename 'Analyze' to 'Validate' 2018-06-14 10:27:46 -07:00
lukevmorris 94980fa0e3
Provide a builder UI for a Flux Filter Node (#3615)
* Introduce FilterArgs as a seam

* Selecting a value adds to Script and Preview

* Hydrate FilterArgs dropdown from function body

* Functional operator selector

* Style polish

* Rename Filter/FilterPreview components

* Pull types into flux type file

* Derive Flux Filter UI state directly from AST

* Default func body

* Remove flicker when updating conditions

* Render a div when filter body isn't supported

* Base condition (true) is parseable

* Remove a test file if it doesn't have any tests

* Enable tslint and resolve errors

* Address other PR feedback

* Tests and improved parsing logic

* Add helper text when filter ui falls back to a textarea
2018-06-08 18:36:50 -07:00
Andrew Watkins ed4a6f24e5
Change IFQL to Flux 2018-06-05 10:57:19 -07:00