Commit Graph

6 Commits (b76e2be6c1dbde2536fc4d844788cac1428df05a)

Author SHA1 Message Date
Andrew Watkins 819acf0d52 Introduce delete body 2018-06-15 09:18:52 -07:00
Alex P 976a5b6b86 Fix failing test 2018-06-14 17:18:48 -07:00
Alex P 29dc7bb479 Rename 'Analyze' to 'Validate' 2018-06-14 10:27:46 -07:00
lukevmorris 37855fcf25 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
Christopher Henn 9d2181fc1a Improve function specific autocomplete
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-06-06 13:04:24 -07:00
Andrew Watkins 1344297421 Change IFQL to Flux 2018-06-05 10:57:19 -07:00