Commit Graph

10782 Commits (7753c5896f6cfc3327cc001895e0a2dadfda3e27)

Author SHA1 Message Date
Delmer Reed 7753c5896f Add methods for dashboard changes 2018-07-12 11:38:37 -04:00
Delmer Reed a1b3927f73 Add test for updating dashboard name link 2018-07-12 11:21:39 -04:00
Delmer Reed e86f157ed1 Refactor link rename to update without fetching 2018-07-11 22:12:24 -04:00
Delmer Reed 5c411c5eac Update active dashboard link after getting dashboard 2018-07-11 21:23:15 -04:00
Delmer Reed b2225d937c Fix stale dashboard on rename 2018-07-11 21:23:15 -04:00
Chris Goller f1cc308086
Merge pull request #3888 from influxdata/fix/health-status
fix(server): health for source returns status no content
2018-07-11 18:49:22 -05:00
Iris Scholten 0ae0ec0fd1
Merge pull request #3889 from influxdata/logs-viewer/regex-filter-out
Allow filtering out with regex in logs table
2018-07-11 16:37:11 -07:00
Chris Goller 8f5bb80f22 chore(CHANGELOG): mention fixing health status code to no content 2018-07-11 18:36:49 -05:00
Chris Goller e9b1e47d65 fix(server): health for source returns status no content 2018-07-11 18:30:04 -05:00
Iris Scholten 12ef6ba092
Merge pull request #3887 from influxdata/fix/tempVars-titles
Fix template variables in title when no values
2018-07-11 16:21:23 -07:00
Iris Scholten dc2d721b39 Allow filtering out with regex in logs table 2018-07-11 16:18:33 -07:00
Iris Scholten b22b36a81c Replace template value with temp var title if no values are found 2018-07-11 16:08:49 -07:00
Andrew Watkins 3d9fbece04
Merge pull request #3884 from influxdata/chore/single-stat
Add precision to gauge and fix single stat bugs
2018-07-11 15:18:40 -07:00
Delmer ae8094604a
Merge pull request #3878 from influxdata/fix/data-explorer-table
Fix Data Explorer fetch cell data
2018-07-11 18:12:16 -04:00
Christopher Henn 407c9c483e Derive TextTemplateSelector state correctly 2018-07-11 15:10:56 -07:00
Christopher Henn f6e4341f30 Appease the linting gods 2018-07-11 15:10:56 -07:00
Christopher Henn 4aa30e92b1 Add tests 2018-07-11 15:10:56 -07:00
Christopher Henn f5a3e5b65a Refine input interaction 2018-07-11 15:10:56 -07:00
Christopher Henn c83743e9b2 Introduce TextTemplateSelector 2018-07-11 15:10:56 -07:00
Christopher Henn 1ab33d045a Enable creation of text template variables 2018-07-11 15:10:56 -07:00
Christopher Henn 094af8e0e9 Refactor onPickTemplate prop 2018-07-11 15:10:56 -07:00
Christopher Henn 2b91a8720e Extract TemplateControl dropdown to component 2018-07-11 15:10:56 -07:00
Christopher Henn 22ee0e911f Rename TemplateControlDropdown to TemplateControl 2018-07-11 15:10:56 -07:00
Christopher Henn 32de3b4a53 Extract template control rendering to method 2018-07-11 15:10:56 -07:00
Andrew Watkins 0ef0a3fd26 Fix test 2018-07-11 14:48:45 -07:00
Andrew Watkins 1a2ae2b3ab Add precision to gauge and fix single stat bugs 2018-07-11 14:34:01 -07:00
Daniel Campbell 04b63be090
Merge pull request #3876 from influxdata/bugfix/nested-template-hydration
Hydrate nested templates consistently
2018-07-11 14:25:10 -07:00
Delmer Reed bf34fcc872 Add handler for fetching query status 2018-07-11 17:14:26 -04:00
Delmer Reed 1043d935d2 Add noop default to fetchTimeSeries
Layouts don't render with an `editQueryStatus` to dispatch. The noop is
required to have auto refreshing layouts.
2018-07-11 16:40:59 -04:00
Iris Scholten 7158dcdf65
Merge pull request #3881 from influxdata/fix/tempVar-titles
Fix temp vars in title
2018-07-11 13:31:06 -07:00
Iris Scholten 708ad70ad7 Use localSelected temp var value instead of selected for name replacement 2018-07-11 13:22:04 -07:00
Delmer Reed 52e7c437cb Update Table to include noop for fetching series 2018-07-11 15:50:08 -04:00
Delmer Reed ac6dae950d Remove fetchTimeSeriesAsync 2018-07-11 14:58:51 -04:00
Delmer 4a526b96e3
Merge pull request #3866 from influxdata/fix/hosts-dashboard-header
Fix hosts links rendering
2018-07-11 14:56:55 -04:00
Christopher Henn b3947537e1
Handle conflicting template names edge case 2018-07-11 11:13:32 -07:00
Christopher Henn 3cc42562ad
Hydrate nested templates consistently 2018-07-11 10:55:08 -07:00
Christopher Henn 89a066e674
Move Promise.all call down stack 2018-07-11 10:54:55 -07:00
Christopher Henn d20cb41278 Prevent infinite looping of API call 2018-07-11 10:44:42 -07:00
Christopher Henn f26dc8046d
Remove superfluous try/catch block 2018-07-11 10:36:51 -07:00
Iris Scholten e389b3343a
Merge pull request #3873 from influxdata/logs-viewer/severity-colors
Logs viewer Configs - severity colors
2018-07-11 10:21:25 -07:00
Andrew Watkins ca2dc3b0ac Merge branch 'master' of github.com:influxdata/chronograf 2018-07-11 10:03:53 -07:00
Andrew Watkins ea24ac036a Fix decimal point form style 2018-07-11 10:03:33 -07:00
Iris Scholten 01518d82d2 Remove nested if 2018-07-11 09:53:39 -07:00
Iris Scholten ea8e662116 Remove async and await from handle update ui config functions 2018-07-11 09:49:05 -07:00
Iris Scholten 1ca6f84f7d Remove stale comment 2018-07-11 09:49:05 -07:00
Iris Scholten b671f83283 Ensure there is only one source of truth for color hex in logs constant file 2018-07-11 09:48:56 -07:00
Iris Scholten f954685a10 Prevent log viewer configs overlay from updating unless state changes 2018-07-11 09:31:59 -07:00
Andrew Watkins e6f8b7c8fd
Merge pull request #3874 from influxdata/cleanup/map-tv
Cleanup/map tv
2018-07-11 09:31:28 -07:00
Andrew Watkins 64cfda8a69 Trim newlines and whitespace at end of tempvar strings 2018-07-11 09:21:25 -07:00
Andrew Watkins 4018adfca6 Update state on file click 2018-07-11 09:08:31 -07:00