Commit Graph

9166 Commits (d9462013a3d7ad8b24b6d4f748e803fd8e0802ad)

Author SHA1 Message Date
Iris Scholten d9462013a3 Move updateTempVarValues to after putDashboardByID in componentDidMount in dashboardpage to make sure that tempVar values don't get removed immediately after theyre retrieved 2018-05-02 18:21:52 -07:00
Iris Scholten 897f327180
Merge pull request #3352 from influxdata/bugfix/source-selector-no-source
"No sources" appearing in source selector after selecting one
2018-05-02 15:20:54 -07:00
Iris Scholten 9f6e537aaa Update Changelog 2018-05-02 14:59:47 -07:00
Iris Scholten b58772e0cc Change source to sourceLink on type queryConfig and propagate those changes 2018-05-02 14:57:49 -07:00
Iris Scholten 95e1c6abf5 Simplify syntax in fixtures files 2018-05-02 14:57:49 -07:00
Iris Scholten c02eb85fef Import resused type from OverlayControls 2018-05-02 14:57:49 -07:00
Iris Scholten 4bdb60aed5 Update the type of a parameter in OverlayControls 2018-05-02 14:57:49 -07:00
Iris Scholten d56623f8db Update fixtures for tests 2018-05-02 14:57:49 -07:00
Iris Scholten bf9a02b158 Add stronger types to handleSetQuerySource in CellEditorOverlay and make sure it conforms to types 2018-05-02 14:57:49 -07:00
Iris Scholten b5cedfc3c2 Fix type errors after rebase 2018-05-02 14:57:49 -07:00
Iris Scholten b5fc3c0165 Convert OverlayControls to typescript 2018-05-02 14:57:49 -07:00
Iris Scholten 76e0ba57ed Convert SourceSelector to typescript 2018-05-02 14:57:49 -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
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
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