Commit Graph

10662 Commits (ecb5347597c0c08c0aeea1c5a4a32982c860b5c3)

Author SHA1 Message Date
Jared Scheib ecb5347597 WIP Refactor log viewer config to be nested under organizations
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-07-09 17:36:19 -07:00
Alirie Gray 2319ac3ff8 Replace name "LogViewerUIConfig" with "LogViewerConfig" 2018-07-09 17:36:19 -07:00
Alirie Gray c33d4aa856 Add comments and refactored map syntax for validLogViewerUIConfig
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-07-09 17:36:19 -07:00
Alirie Gray 5894e8d881 Handle decoding request before retrieving config & := syntax for res
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-07-09 17:36:19 -07:00
Alirie Gray 5ffe4fe6f0 Fix spacing in internal.proto
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-07-09 17:36:19 -07:00
Jared Scheib 571bca7743 Add & fix logViewer links in configResponse
Rename LogViewerUI to LogViewer in Config struct.
Make all instances of endpoint 'logviewer' (lowercase).
Make all instances of config.links.logViewer (camelcase).
2018-07-09 17:36:19 -07:00
Jared Scheib a546112a6f Correct two missed 'logViewer's to logviewer 2018-07-09 17:36:19 -07:00
Alirie Gray 0c2977f1c0 Update Changelog
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-07-09 17:36:19 -07:00
Alirie Gray 981366c55b Change the log viewer UI config property "encoding" to "encodings"
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-07-09 17:36:19 -07:00
Alirie Gray 93b351f5e2 Validate log UI config on PUT, & refactor config API methods
Replaced /:section with specific hard-coded endpoints /auth
& /logviewer, and refactored service handler methods to
handle each route separately.

Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-07-09 17:35:17 -07:00
Jared Scheib 4125399054 Add API to get/update log viewer UI config
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-07-09 17:35:17 -07:00
Andrew Watkins acfa7b311c
Merge pull request #3844 from influxdata/enterprise/fe-ldap
Frontend LDAP integration
2018-07-09 16:35:49 -07:00
Andrew Watkins 767e1e95a6 Remove ternary 2018-07-09 16:26:15 -07:00
Delmer 3110f17103
Merge pull request #3847 from influxdata/fix/basepath-dashboards
Fix multiple base paths added when routing dashboards
2018-07-09 19:24:40 -04:00
Andrew Watkins b9d0bae692 Cleanup 2018-07-09 15:43:29 -07:00
Iris Scholten 6a78f8e72f
Merge pull request #3841 from influxdata/fix/delete-tv-metaquery
Handle deletion of a tempVar used in nested tempVar
2018-07-09 15:33:21 -07:00
Delmer Reed 14f4158857 Fix basepath routing dashboards 2018-07-09 18:17:45 -04:00
Iris Scholten 7fffb02ff4 Handle deletion of a tempVar used in nested tempVar
Catch error and send notification of error
2018-07-09 15:17:35 -07:00
Andrew Watkins dc43e09e9e Do not display Roles or Users page if connected to LDAP source 2018-07-09 14:56:27 -07:00
Delmer 0202f43f40
Merge pull request #3828 from influxdata/refactor/dashboard-names-loading
Add util for loading dashboard switcher links
2018-07-09 13:47:26 -04:00
Christopher Henn 8c59019e98
Add missing brace in swagger.json
The docs at localhost:8888/docs failed to load due to an error parsing
the swagger.json file.
2018-07-09 10:44:27 -07:00
Delmer 990aae0454
Merge pull request #3834 from influxdata/remove/autorefresh-predicate
Remove AutoRefresh check for local selected values
2018-07-09 13:00:47 -04:00
Delmer Reed 7867a131b6 Remove AutoRefresh check for local selected values
Removes AutoRefresh checking for local selected values that were
previously causing the dashboard cells to make multiple requests. The
changes in 3829 removes the need for this check.
2018-07-09 12:47:20 -04:00
Delmer Reed 0876917b7e Update links to extract from props in switcher 2018-07-09 12:41:48 -04:00
Delmer Reed 75c123323b Add util for loading DashboardLinks 2018-07-09 12:32:50 -04:00
Christopher Henn e81180742b Type cell editor overlay reducer 2018-07-09 08:39:57 -07:00
Christopher Henn 94045cca9b Type dashTimeV1 reducer 2018-07-09 08:39:57 -07:00
Christopher Henn 8638365990 Type dashboards UI reducer 2018-07-09 08:39:57 -07:00
Andrew Watkins 737d4e8516
Merge pull request #3832 from influxdata/bugfix/horizontal-graph
Fix table time as horizontal
2018-07-06 22:37:39 -07:00
Andrew Watkins 18f4a0ffa5 Fix table time as horizontal 2018-07-06 15:20:16 -07:00
Christopher Henn 303121317a Accept single value in localSelected action 2018-07-06 15:04:49 -07:00
Christopher Henn f9dbd26305 Serialize key as query parameter for map templates 2018-07-06 15:04:49 -07:00
Christopher Henn 4bb1795e15 Clarify template selection resolution 2018-07-06 15:04:49 -07:00
Christopher Henn 983550cb9e Support nested template variables 2018-07-06 15:04:49 -07:00
Andrew Watkins f5ca544edf
Merge pull request #3825 from influxdata/feature/locale-number-separators
Feature/locale number separators
2018-07-06 10:52:38 -07:00
Alex Paxton b57500fdc9
Merge pull request #3808 from influxdata/reusable-radio-button-component
Introduce Reusable "Radio Buttons" component
2018-07-05 21:30:42 -07:00
Alex P 00aa1468d4 Move enum into types 2018-07-05 21:20:31 -07:00
Alex P 220aa2716c Remove shared constants and use enums instead 2018-07-05 21:16:05 -07:00
Alex P 5ca710d6e8 Use enums instead of string constants 2018-07-05 21:08:14 -07:00
Alex P c36e01965d Add return types 2018-07-05 20:58:53 -07:00
Andrew Watkins f9de514040 Fix typo 2018-07-05 16:32:25 -07:00
Andrew Watkins a213fb6c20 Format Gauge and SingleStat number values 2018-07-05 16:32:16 -07:00
Andrew Watkins a873f0865f Convert SingleStatOptions to TS 2018-07-05 16:30:31 -07:00
Andrew Watkins f446d6b9e1 Convert LineGraph to TS 2018-07-05 15:26:15 -07:00
Alex P c6c81f6f7e Use enum instead of constants for write data mode 2018-07-05 12:37:33 -07:00
Alex P ddaba2d64a Use enum for shared UI component types 2018-07-05 12:21:48 -07:00
Alex P c6fced73b3 Cleanup 2018-07-05 12:06:54 -07:00
Deniz Kusefoglu ef26fb71c7
Merge pull request #3824 from influxdata/tempvar/map-type-vs-url-query
Add localSelected value to StatusPage constant template variables
2018-07-05 11:57:20 -07:00
Andrew Watkins 8037bf3709 Convert AxesOptions to TS 2018-07-05 11:51:17 -07:00
Delmer 1346d68376
Merge pull request #3822 from influxdata/remove/unused-type-and-state
Remove unused dashboardNames types and state
2018-07-05 13:40:10 -04:00