Andrew Watkins
5e3a625e44
Merge pull request #3904 from influxdata/refactor/auto-refresh
...
Refactor AutoRefresh as singleton
2018-07-16 12:33:50 -07:00
Christopher Henn
8d767e8449
Simplify typing
2018-07-16 12:24:31 -07:00
Christopher Henn
20a1d4f8ec
Remove irrelevant comments
2018-07-16 12:24:31 -07:00
Christopher Henn
d036084bf8
Guard against creating cyclic dependencies
2018-07-16 12:24:31 -07:00
Christopher Henn
a022147177
Add tests
2018-07-16 12:24:31 -07:00
Christopher Henn
7b4e398dd4
Clean up CachingTemplateQueryFetcher
2018-07-16 12:24:31 -07:00
Christopher Henn
0fcad23494
Ensure localSelectedValue exists during hydration
2018-07-16 12:24:31 -07:00
Christopher Henn
cc2de563dd
Support multi-level template dependencies
2018-07-16 12:24:31 -07:00
Andrew Watkins
d1e23c5bfa
Supply database to request for hosts
2018-07-16 12:12:17 -07:00
Michael Desa
f2c4dd1999
Merge pull request #3842 from influxdata/feat/dashboards-v2
...
Add v2 cells API to chronograf
2018-07-16 11:29:38 -07:00
Andrew Watkins
30a55d0ac3
Convert LayoutCellHeader to TS
2018-07-16 10:01:34 -07:00
Andrew Watkins
8ad71b0936
Convert constants files to TS
2018-07-16 10:01:34 -07:00
Andrew Watkins
922270b3b3
Fix StatusPage types
2018-07-16 10:01:34 -07:00
Andrew Watkins
bf9d7840b0
Convert LayoutRenderer to TS
2018-07-16 10:01:34 -07:00
Andrew Watkins
e17105151c
Update Layout to TS
2018-07-16 10:01:34 -07:00
Andrew Watkins
625982b9c9
Fix bar graph
2018-07-16 10:01:34 -07:00
Andrew Watkins
8dea28e690
Update timeSeriesTransformers test to ts
2018-07-16 10:01:34 -07:00
Andrew Watkins
0ee5a2ab03
Update DataExplorer to use new AutoRefresh api
2018-07-16 10:01:34 -07:00
Andrew Watkins
2b2b3cd24c
Convert RuleDetailsText to TS
2018-07-16 10:01:34 -07:00
Andrew Watkins
1207c31bec
Convert underlay callback to TS
2018-07-16 10:01:34 -07:00
Andrew Watkins
bf5157b530
Separate RuleGraph from LineGraph
2018-07-16 10:01:34 -07:00
Andrew Watkins
5ee0f5771a
Move annotation refreshing to AutoRefresh
2018-07-16 10:01:34 -07:00
Andrew Watkins
838b759f2b
Fix consolidate loading spinner
2018-07-16 10:01:34 -07:00
Andrew Watkins
81b856e072
Reafactor RefreshingGraph component
2018-07-16 10:01:34 -07:00
Andrew Watkins
e609f7f02a
Convert AutoRefresh to class
2018-07-16 10:01:34 -07:00
Andrew Watkins
7579dfd36a
Remove dummy component
2018-07-16 10:01:34 -07:00
Andrew Watkins
e85cb648d0
Move polling to DashboardPage
2018-07-16 10:01:34 -07:00
Michael Desa
83ac886bf3
fix(mocks): use platform package instead of chronografv2
2018-07-16 13:00:31 -04:00
Andrew Watkins
2bb4715db1
WIP Spike on AutoRefresh as singleton
2018-07-16 09:59:54 -07:00
Michael Desa
5746b785d3
test(integrations): fix spacing on tests
2018-07-16 12:58:35 -04:00
Michael Desa
537f807ea4
feat(server): return special error if cell not found
2018-07-16 12:55:52 -04:00
Michael Desa
aa06178002
review: make changes suggested in review
2018-07-16 11:37:20 -04:00
Michael Desa
edb34e35ac
review(server): remove extra line
2018-07-16 11:25:15 -04:00
Michael Desa
c8a07e1125
docs(server): add v2 openapi specification
2018-07-16 11:25:15 -04:00
Michael Desa
10c0b4182d
test(server): add cell http handler tests
2018-07-16 11:25:15 -04:00
Michael Desa
f3f722d987
test(mocks): add mock cell service
2018-07-16 11:25:15 -04:00
Michael Desa
4ba1dba579
feat(server): add cells api
2018-07-16 11:25:15 -04:00
Michael Desa
3add4592b8
feat(v2): add empty visualization type and cleanup marshalling
2018-07-16 11:25:15 -04:00
Michael Desa
0c00a9ec3f
feat(bolt): clean up comments in bolt and fix ids
2018-07-16 11:25:15 -04:00
Michael Desa
e0b0e261dd
feat(v2): fix json unmarshalling of cell updates
2018-07-16 11:25:15 -04:00
Michael Desa
3ccb4f178a
feat(bolt): implement cell service on bolt client
2018-07-16 11:25:15 -04:00
Michael Desa
68bdb20eea
feat(v2): add cell service and v1 chronograf visualization type
2018-07-16 11:25:14 -04:00
Christopher Henn
6b1e38e377
Use sorted templates in query template replacement
...
This ensures that CSV and Map templates whose values contain other
templates are rendered approriately in the replaced query. For more
context, see #3853 .
2018-07-13 17:38:54 -07:00
Alex Paxton
519ece6c58
Merge pull request #3892 from influxdata/bugfix/rule-select
...
Bugfix kapacitor rule enable / disable
2018-07-13 17:28:27 -07:00
Brandon Farmer
9a581c692a
Merge pull request #3923 from influxdata/log-viewer/fix-upper-fetch
...
Fetch more when scrolling
2018-07-13 17:21:03 -07:00
Alex Paxton
607ecafa27
Merge pull request #3920 from influxdata/condense-logs-further
...
Condense Logs Further
2018-07-13 17:12:50 -07:00
Brandon Farmer
590a1d2ee2
Remove unused functions
2018-07-13 17:12:23 -07:00
Daniel Campbell
6bea5fc98c
Merge pull request #3922 from influxdata/histogram-timestamp-marker
...
Add timestamp marker to histogram
2018-07-13 17:11:42 -07:00
Iris Scholten
f617e4f080
Merge pull request #3919 from influxdata/tempVars/text-viewer
...
Fix viewers getting logged out when changing text temp var
2018-07-13 17:09:16 -07:00
Brandon Farmer
eacd2d9713
Fetch more when scrolling
2018-07-13 17:05:13 -07:00