Iris Scholten
|
f7af6ac247
|
Merge pull request #3357 from influxdata/bugfix/tempvars-loading-one-val
Load all template variable values
|
2018-05-03 10:09:59 -07:00 |
Deniz Kusefoglu
|
8ac9d3bc54
|
Merge pull request #3356 from influxdata/table/subqueries
Table/subqueries
|
2018-05-03 10:09:37 -07:00 |
ebb-tide
|
8f06787db6
|
Implement better code style.
|
2018-05-03 09:31:41 -07:00 |
Iris Scholten
|
44c122bfe3
|
Update changelog
|
2018-05-02 18:30:31 -07:00 |
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 |
ebb-tide
|
a2d6e12a83
|
Correct naming for groupBys
|
2018-05-02 16:12:14 -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 |
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 |