Commit Graph

11011 Commits (50e98214b990abfccab6bedaa0b2c3705b18e527)

Author SHA1 Message Date
Iris Scholten 50e98214b9 Move dygraph legend slightly closer to dygraph to make it easier to hover inside
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-07-24 14:35:26 -07:00
Alex Paxton 89f9b5c88f
Merge pull request #4005 from influxdata/polish/single-stat-clip
Prevent Single Stat Text With Descenders From Clipping
2018-07-24 10:11:09 -07:00
Andrew Watkins 96295d300a
Merge pull request #4003 from influxdata/bugfix/flux-response
Change #partition to #group
2018-07-24 10:06:43 -07:00
Andrew Watkins 5829251787
Merge pull request #4006 from influxdata/bugfix/data-explorer-submit
Change UX of query submission and newlines
2018-07-24 09:55:46 -07:00
Alex P 61a58ea5e4 Prevent text with descenders from clipping 2018-07-24 09:25:50 -07:00
Andrew Watkins 69569d5c68 Change UX of query submission and newlines 2018-07-24 09:25:50 -07:00
Andrew Watkins 9284a010f6 Fix typo 2018-07-24 08:41:02 -07:00
Andrew Watkins 89009c88af Change partition to group 2018-07-24 08:40:00 -07:00
Andrew Watkins 787bf6df73 Change #partition to #group 2018-07-24 08:29:03 -07:00
Brandon Farmer 60ba9889d9
Merge pull request #3994 from influxdata/log-viewer/play-goes-to-now
When play is press go to now in logs
2018-07-23 17:16:20 -07:00
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
Brandon Farmer c9c06411c2 Use constant to represent now in time 2018-07-23 16:58:16 -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
Brandon Farmer 48e0160283 Update changelog 2018-07-23 15:23:40 -07:00
Brandon Farmer e763b531ef When play is press go to now in logs 2018-07-23 15:20:31 -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