Commit Graph

13 Commits (dc2821cb16f32e695e88c21ea0afae27fd47a3b0)

Author SHA1 Message Date
Hunter Trujillo b3ac581033 Parse raw text with queries endpoint to update builder when a query is updated. 2017-04-10 12:01:36 -06:00
Andrew Watkins 06bbccc97f Lint tests 2017-04-10 10:21:07 -06:00
Andrew Watkins 41ef10f227 Pew Pew ; 2017-04-04 14:46:55 -07:00
Andrew Watkins cf8b8588b3 Introduce editRawQueryStatus action 2017-04-03 13:08:00 -07:00
Andrew Watkins 179478e97a Lint fix all tests 2017-03-30 15:57:33 -07:00
lukevmorris 48de1a95d3 Persist and render Dashboard Cell groupby queries (#1092)
* Rename selectStatement to buildInfluxQLQuery

* Moved `influxql/select` to `utils/influxql`

* Replace `buildQuery` with `buildInfluxQLQuery` util function

* Retain GROUP BY clause when saving cell query

* Revert "Replace `buildQuery` with `buildInfluxQLQuery` util function"

This reverts commit d932d99bfa0de54d07be4b42cc13d1b34fbe950b.

* Build DashboardCell queries with buildInfluxQLQuery util

Retain old LayouRenderer.buildQuery functionality for
canned dashboards, and anything else that isn’t using
the queryConfig schema. Rename this function to make
it clear that it is legacy behavior, and that it 
should not be a dependency of any new code.

* Update CHANGELOG
2017-03-28 11:02:49 -07:00
Andrew Watkins 569c8a8218 Introduce data explorer ui reducer 2017-02-13 17:16:54 -06:00
Andrew Watkins d1252cf90b Add spec for timeRange reducer 2017-02-13 15:29:17 -06:00
Andrew Watkins 51b641b2c3 Remove concept of Panels 2017-02-08 13:58:15 -08:00
Andrew Watkins 783e25d5f1 Fix typo 2017-02-06 12:53:36 -08:00
Andrew Watkins 6fbdfe898d Remove getState in new object 2017-02-06 12:50:31 -08:00
Andrew Watkins bd6157ddff Add active panel spec 2017-02-06 11:54:22 -08:00
Andrew Watkins b1a6858c58 Move test dir to data_explorer 2017-02-06 11:41:42 -08:00