Commit Graph

9311 Commits (e5136697e7812b32d43146b49fec9abcfc202c5f)

Author SHA1 Message Date
Iris Scholten 76e0ba57ed Convert SourceSelector to typescript 2018-05-02 14:57:49 -07:00
ebb-tide fea33c2ad3 Prevent construction of cells which are from series that have a groupby 2018-05-02 14:11:35 -07:00
ebb-tide 1cbdcd293f Remove qASTs from AutoRefresh and TableGraph 2018-05-02 14:01:34 -07:00
ebb-tide 12cd4aadf9 Remove dependence on queryASTs from groupBytimeseriesTransform 2018-05-02 13:52:28 -07:00
Brandon Farmer b42f266895
Merge pull request #3353 from influxdata/fixes/mixing-y-axis-label
Always populate ylabel on dygraph
2018-05-02 13:32:53 -07:00
Brandon Farmer e6e32213a6 Update changelog 2018-05-02 13:19:35 -07:00
Brandon Farmer c5df0e94a6 Update changelog wording for fix 2018-05-02 13:19:35 -07:00
Brandon Farmer 4738320f96 Update changelog 2018-05-02 13:19:34 -07:00
Brandon Farmer 0eefaa73bd Always populate ylabel on dygraph 2018-05-02 13:19:34 -07:00
Brandon Farmer edafbe7c4b
Merge pull request #3354 from influxdata/fixes/disable-template-vars-for-viewers
Disable temp var dropdowns for viewers when auth enabled
2018-05-02 13:13:17 -07:00
Brandon Farmer d7ee8cd97f Update changelog 2018-05-02 12:39:15 -07:00
ebb-tide 30fd6c05cc Use series[x].tags instead of groupby.tags from the queryAST for groupby queries 2018-05-02 12:38:36 -07:00
Brandon Farmer d18f307120 Use isUserAuthorized helper 2018-05-02 12:35:53 -07:00
Brandon Farmer 50b6f38f19 Disable temp var dropdowns for viewers when auth enabled 2018-05-02 11:46:35 -07:00
ebb-tide 92a09c68c9 Rename groupby file and give reasonable groupby defaults 2018-05-02 10:16:37 -07:00
ebb-tide f5e648ede9 groupbys is array of arrays 2018-05-01 20:19:59 -07:00
Deniz Kusefoglu aa9c02b06b
Merge pull request #3349 from influxdata/bugfix/groupbys-in-alert-rule
Fix Alert Rule graphs with groupbys
2018-05-01 18:57:12 -07:00
ebb-tide b0720cf43e Merge branch 'master' into bugfix/groupbys-in-alert-rule 2018-05-01 18:21:45 -07:00
ebb-tide d3ac8a0e7c Merge branch 'master' into bugfix/groupbys-in-alert-rule 2018-05-01 18:21:07 -07:00
Deniz Kusefoglu 70df60a3a8
Merge pull request #3347 from influxdata/bugfix/table-colors
Fix table coloring bug
2018-05-01 18:18:17 -07:00
ebb-tide 5619bc166f Add new colors to alert rule graph. 2018-05-01 18:08:35 -07:00
Alex Paxton 18973a0069
Merge pull request #3320 from influxdata/enhancement/introduce-overlay-layer
Introduce Reusable Overlay Component
2018-05-01 17:38:24 -07:00
Iris Scholten 3cf879e451
Merge pull request #3345 from influxdata/bugfix/ui_auto_groupby
Auto Groupby in UI not set to tempvar value
2018-05-01 17:27:58 -07:00
Iris Scholten f89bea4fa5 Update changelog 2018-05-01 17:14:10 -07:00
Iris Scholten 230084a96c Remove notification informing user that their query cannot be displayed by the SchemaExplorer 2018-05-01 17:11:46 -07:00
Brandon Farmer b26675cdcd
Merge pull request #3346 from influxdata/fixes/auth-error-when-missing-me
Guard against missing me
2018-05-01 17:02:10 -07:00
ebb-tide 5cd6505b7d Update changelog 2018-05-01 16:57:11 -07:00
Iris Scholten 7207d7b92b Respond to PR Review 2018-05-01 16:54:44 -07:00
ebb-tide e14c7b8993 Fix Alert Rule graphs with groupbys 2018-05-01 16:50:06 -07:00
Brandon Farmer 0b7fa5b413 Guard superAdmin look when me is missing 2018-05-01 16:28:06 -07:00
Iris Scholten b67c1faaee Fix prettier errors 2018-05-01 16:01:00 -07:00
ebb-tide 903768a956 Fix table coloring bug 2018-05-01 15:57:54 -07:00
Iris Scholten 99d32ed521 Fix missed conflic and update types and fixtures based on type changes from master 2018-05-01 15:53:18 -07:00
Brandon Farmer ec656ffa01 Guard against missing me 2018-05-01 15:48:08 -07:00
Iris Scholten d1f99bde8f Add test for cell editor overlay to check that isQuerySupportedByExplorer is getting passed down when a user-defined tempvar is getting used in query 2018-05-01 15:33:55 -07:00
Iris Scholten 0fdf424d13 Update getActiveQuery to set isQuerySupportedByExplorer in active query 2018-05-01 15:32:23 -07:00
Alex P d68509728e Send notification when query text contains user-defined template variable 2018-05-01 15:32:22 -07:00
Alex P 8fe3e1b755 Add disabled styles for field, tag, and measurement items 2018-05-01 15:32:22 -07:00
Iris Scholten 5fd8f68f6f Add types for CEO actions 2018-05-01 15:32:22 -07:00
Iris Scholten 67612bac36 Convert files to Typescript and fix errors
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-05-01 15:32:22 -07:00
Iris Scholten c08374d2fe Convert dashboard QueryMaker & children to TypeScript
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-05-01 15:32:22 -07:00
Jared Scheib bbe4a61b71 Add types to handleEditRawText in CEO
Remove duplicate Query type, which was actually a QueryConfig

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-05-01 15:32:22 -07:00
Iris Scholten 0efaaa96bb Disable parts of SchemaExplorer in CEO if user-defined temp vars in query
Use constants for :dashboardTime:, :upperDashboardTime:, & :interval:.
Clarify some fn names.

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-05-01 15:30:36 -07:00
Brandon Farmer 0b1b11cfe6
Merge pull request #3344 from influxdata/fixes/negative-numbers-in-gauges
Fixes inputting negative numbers from gauges
2018-05-01 14:55:38 -07:00
Brandon Farmer eb4800eff2 Fixes inputting negative numbers from gauges 2018-05-01 14:40:57 -07:00
Brandon Farmer db3f17f21b
Merge pull request #3333 from influxdata/fixes/table-graph-loading
Load table graph state on componentDidMount
2018-05-01 14:22:15 -07:00
Alex Paxton f013e2aeff
Merge branch 'master' into enhancement/introduce-overlay-layer 2018-05-01 14:16:50 -07:00
Brandon Farmer dcbfb630cc Transform result data on component did mount 2018-05-01 13:21:03 -07:00
Brandon Farmer fa4ea4f471 Fix prettier errors 2018-05-01 13:14:57 -07:00
Brandon Farmer 6fc51b0295 Load table graph state on componentDidMount
Co-authored-by: Deniz Kusefoglu <denizk@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-05-01 13:14:56 -07:00