Nathan Haugo
956f42e62a
Merge pull request #3995 from influxdata/feature/versioning
...
Update master to 1.7.0 and use bumpversion for makefile config instea…
2018-07-23 17:12:48 -07:00
nathan haugo
8c1862d8ae
Update master to 1.7.0 and use bumpversion for makefile config instead of git tags
2018-07-23 15:53:48 -07:00
Christopher Henn
85f222b62e
Fix template variable replacement within regexes
...
Template variables used within regexes would not replace when the query
contained a '/' before the regex in the query (see test).
This commit rewrites the logic for replacing template variables within
regexes.
2018-07-23 10:08:45 -07:00
Christopher Henn
c1f51530c9
Update CHANGELOG.md
2018-07-20 15:16:20 -07:00
Christopher Henn
7065fcb710
Ensure blank text template variables have a value
2018-07-20 15:16:20 -07:00
Christopher Henn
cf7f44715b
Add tests for Text template value resolution
2018-07-20 15:16:20 -07:00
Christopher Henn
eb258cf314
Refactor template variable resolution
...
Now handles the `Text` case properly.
2018-07-20 15:16:20 -07:00
Christopher Henn
099abd329c
Track query error states in TimeSeries
2018-07-20 15:16:20 -07:00
Christopher Henn
25b3a3d89c
Ensure Map templates track selections
2018-07-18 16:55:20 -07:00
Nathan Haugo
6453f288a3
Merge pull request #3957 from influxdata/release/1.6.x
...
Changelog and version for 1.6.0
2018-07-18 15:39:50 -07:00
Nathan Haugo
13a46b946d
Merge branch 'master' into release/1.6.x
2018-07-18 14:50:02 -07:00
nathan haugo
45069a0eee
Changelog and version for 1.6.0
2018-07-18 14:48:59 -07:00
Christopher Henn
9eb897cce6
Ensure non-query backed templates track selections
2018-07-18 09:53:12 -07:00
Andrew Watkins
d7c694c899
Merge pull request #3954 from influxdata/bugfix/annotation-refresh
...
Bugfix: Annotations not appearing until auto refresh tick
2018-07-18 09:13:40 -07:00
Michael Desa
ccc5b5764c
Merge pull request #3947 from influxdata/dashboardv2
...
Implement v2 of dashboards API
2018-07-18 11:17:01 -04:00
Michael Desa
b1c02b9b95
review(chronograf): make changes suggested in pr
2018-07-18 10:39:05 -04:00
Michael Desa
d2a01d7845
changelog: add changelog entry for pr #3947 and #3842
2018-07-18 10:39:05 -04:00
Michael Desa
1662e289f6
docs(server): add dashboards to swagger definition for v2 API
2018-07-18 10:39:05 -04:00
Michael Desa
1b883fb3f0
test(integrations): add v2 dashboards links test
2018-07-18 10:39:05 -04:00
Michael Desa
b61f424319
feat(server): add v2 dashboard API
2018-07-18 10:39:05 -04:00
Michael Desa
9191d18394
feat(mocks): add mock implementation of dashboard service
2018-07-18 10:39:05 -04:00
Michael Desa
d14b1905cd
feat(bolt): add boltdb implementation of dashboard service
2018-07-18 10:39:04 -04:00
Michael Desa
1c8ddc44a9
feat(v2): add dashboard service interface and associated structs
2018-07-18 10:39:04 -04:00
Andrew Watkins
1fa0c205ff
Subcribe fetch and subscribe on mount
2018-07-17 18:21:42 -07:00
Iris Scholten
e37f327e53
Update changelog
2018-07-17 16:21:40 -07:00
Iris Scholten
a3f6d2ac40
Change default Decimal Places to enforced with a value of 2
2018-07-17 16:21:31 -07:00
ebb-tide
8ddde6ed5e
Make max decimal points 20, and define constants for magic numbers
2018-07-17 16:19:28 -07:00
ebb-tide
0a97c82b45
Convert gauge labels and values to string in different ways
2018-07-17 16:19:12 -07:00
ebb-tide
6ea977be1a
Change gauge line counts
2018-07-17 16:19:01 -07:00
Christopher Henn
7e20617d17
Fix failing replacement tests
...
Since all tests shared the same `emptyTemplate` fixture, the `id` used
for each template in the graph construction was being clobbered.
2018-07-17 15:53:36 -07:00
Christopher Henn
a02712942a
Rename module
2018-07-17 15:53:36 -07:00
Christopher Henn
6a413070f9
Render templates in topologically sorted order
2018-07-17 15:53:36 -07:00
Christopher Henn
366b345641
Use template values when constructing dependency graph
2018-07-17 15:53:36 -07:00
Andrew Watkins
df79ffc0c4
Merge pull request #3948 from influxdata/bugfix/upload
...
Fix dismissal of overlay on uploading dashboards
2018-07-17 13:09:55 -07:00
Andrew Watkins
3ab1cb1a40
Fix dismissal of overlay on uploading dashboards
2018-07-17 12:15:03 -07:00
Deniz Kusefoglu
8924965bb7
Merge pull request #3945 from influxdata/bugfix/DE-query-status
...
Pass editQueryStatus to the timeseries component
2018-07-17 11:44:07 -07:00
ebb-tide
c9dabc5fa9
Pass editQueryStatus to the timeseries component
2018-07-17 11:25:21 -07:00
Alex Paxton
20c68e31ba
Merge pull request #3942 from influxdata/misc-dashboard-polish
...
Misc Dashboard Polish
2018-07-17 11:20:30 -07:00
Alex P
56f1809cbc
Use proper name on component class
2018-07-17 11:09:22 -07:00
Andrew Watkins
902acb33e8
Merge pull request #3944 from influxdata/chore/delete-auto-refresh-component
...
Chore/delete auto refresh component
2018-07-17 11:08:09 -07:00
Andrew Watkins
874ce1f4ac
Merge pull request #3943 from influxdata/bugfix/refresh-host-page
...
Fix refreshing on HostPage
2018-07-17 11:04:01 -07:00
Andrew Watkins
4c80ab0894
Delete AutoRefresh component
2018-07-17 10:57:43 -07:00
Andrew Watkins
1f9fef01c1
Fix refreshing on HostPage
2018-07-17 10:35:33 -07:00
Iris Scholten
2bb548d7ff
Merge pull request #3934 from influxdata/fun/tests
...
Convert tests to typescript
2018-07-17 10:32:55 -07:00
Alex P
b42e1aa6da
Truncate dashboard name with ellipsis
2018-07-17 10:19:23 -07:00
Alex P
32b4ab194f
Make left half of page header as large as possible
...
Primarily increases size of the dashboard renamer, but has no impact on
other page headers
2018-07-17 01:05:36 -07:00
Alex P
4dfc38f69e
Implement RenameDashboard component
...
Removing editing state from the dashboard page and scoping it to the
renaming component
2018-07-17 01:04:59 -07:00
Alex P
8caedd276f
Refactor RenameDashboard component & styles
2018-07-17 00:59:04 -07:00
Alex P
316f853ce3
Organize component in named folder
2018-07-17 00:11:58 -07:00
Alex P
8411d737b1
Convert component to typescript
2018-07-17 00:10:51 -07:00