Commit Graph

10902 Commits (a7a44d728d9c2ea5bc19c9b3d0d577deaa433453)

Author SHA1 Message Date
ebb-tide b7bae77d00 Retain unselected values when saving map type template variables 2018-07-03 14:17:18 -07:00
Iris Scholten 9faf5b97b0 Modify column widths when message is not visible 2018-07-03 14:14:01 -07:00
ebb-tide 32e4d0bf8d Remove offset if displaying an unscrollable number of items in templates previews 2018-07-03 14:07:18 -07:00
ebb-tide f6b4e1cf48 Show key value in builder textArea for map type template vals 2018-07-03 13:57:01 -07:00
ebb-tide 3c554095b7 Show key value in previews for map type template vals 2018-07-03 13:55:13 -07:00
Iris Scholten 48878c3e28 Remove function closure in Severity Options components 2018-07-03 13:51:30 -07:00
Iris Scholten 8f274ec3e7 Removes time in the table or as a table column config option 2018-07-03 13:51:26 -07:00
ebb-tide f90d973148 Remove requirement for editor role to enable Template Control dropdown 2018-07-03 13:15:55 -07:00
ebb-tide 9d0c16e0fa Display key value instead of value in Template Control Dropdown for map type tempvar 2018-07-03 10:59:27 -07:00
Delmer 2a907f89be Merge pull request #3810 from influxdata/tempvars/auto-refresh-querying
Fix each cell making multiple queries
2018-07-03 13:56:19 -04:00
ebb-tide 11204b6789 Add Template value type map to replace function 2018-07-03 10:46:26 -07:00
Christopher Henn 577276f52d Fix issue switching between dashboards 2018-07-03 09:28:19 -07:00
Delmer Reed 0ec160bf94 Refactor AutoRefresh polling condition
Refactoring to check for template values that do not have their
localSelected status resolved allows us to avoid initially polling with
default selections after mounting. This condition also allows
AutoRefresh to ignore updates as template values resolve with their
localSelected status. This introduces a delay in cell graphs display before
template value local selections resolve.
2018-07-03 11:50:08 -04:00
Iris Scholten 7bc2e9c274 Connect UI and Server for Log Viewer table configs 2018-07-02 18:09:21 -07:00
ebb-tide 45875c7840 Add a map template variable builder 2018-07-02 17:49:00 -07:00
ebb-tide b900fead75 Add map as a template variable value type to the backend 2018-07-02 17:45:44 -07:00
Alex P a974a9ea46 Prevent viewers from configuring log viewer 2018-07-02 16:32:19 -07:00
Alex P f3405439e9 Undo this commit when ready 2018-07-02 16:31:30 -07:00
Alex P 172218e7a7 Shrink gap between customizable field rows slightly 2018-07-02 16:31:30 -07:00
Alex P b79a64c331 Create drag & drop list of columns
Borrowed a lot from the customizable fields component
2018-07-02 16:31:30 -07:00
Alex P 94bdedb362 Fix row width calculation
Was appearing too small and off center
2018-07-02 16:30:22 -07:00
Alex P 199d0b31f4 Move format and columns into overlay state 2018-07-02 16:30:22 -07:00
Alex P 0c04bc8ec0 Add UI for toggling severity format 2018-07-02 16:30:22 -07:00
Alex P 35824eb62c Make form labels full width 2018-07-02 16:29:41 -07:00
Alex P 013bc2d640 Add style for radio buttons conforming to their parent 2018-07-02 16:29:41 -07:00
Alex P 48518df428 Update references to new name 2018-07-02 16:29:41 -07:00
Alex P 54f6ba3066 Rename file 2018-07-02 16:29:40 -07:00
Alex P 3e8897ba2f Organize and rename types 2018-07-02 16:29:40 -07:00
Alex P e81fd95ffa Create helper styles for organizing button groups 2018-07-02 16:28:36 -07:00
Alex P 2488f325ab Refactor options overlay to use SeverityConfigs component
Also stubbing out save function
2018-07-02 16:27:25 -07:00
Alex P 492bc6ab6a Make severity configuration its own component 2018-07-02 16:27:25 -07:00
Alex P fb42e5259c Polish severity color config UI 2018-07-02 16:27:25 -07:00
Alex P 1685c181f0 Enlarge options overlay 2018-07-02 16:27:25 -07:00
Alex P 0a3d5a256a Ensure grid rows flow correctly 2018-07-02 16:27:25 -07:00
Alex P 0cf57bc969 WIP List severity levels and corresponding color selectors 2018-07-02 16:27:25 -07:00
Alex P 07c535fef3 Create component for choosing severity colors
This one is almost identical to the one used in the CEO but doesn’t
have to worry about the threshold type. This one is more simple and
contains a slightly different set of colors
2018-07-02 16:27:25 -07:00
Alex P cd76dffa5f Introduce log viewer options overlay 2018-07-02 16:27:25 -07:00
Alirie Gray 352cf0e0d0 Merge pull request #3814 from influxdata/feat/add-debug-endpoints
feat(server): add profiling routes to chronograf server
2018-07-02 15:48:49 -07:00
Michael Desa 21f35fd75f feat(server): add profiling routes to chronograf server
In order to diagnose why the dashbords page we'll need to profile
chronograf. This commit adds the debug routes to chronograf.
2018-07-02 15:19:34 -07:00
Brandon Farmer 83697be992 Merge pull request #3720 from influxdata/handle-influxd-ldap
Add endpoint for determining if ldap is enabled
2018-07-02 15:19:24 -07:00
Delmer Reed ff39f06316 Rename picked values to localSelected 2018-07-02 17:31:33 -04:00
Delmer Reed 646f35014c Updates auto refresh to diff with active template variable values: selected, picked 2018-07-02 17:31:33 -04:00
Brandon Farmer 17d8ffe9c1 Remove concurrency from source authentication test 2018-07-02 14:30:08 -07:00
Deniz Kusefoglu 475ab5ed5f Merge pull request #3802 from influxdata/tempvars/select-default
Tempvars/select default
2018-07-02 14:25:05 -07:00
ebb-tide 012c18ef55 Remove unnecessary comment 2018-07-02 14:20:27 -07:00
Brandon Farmer 0698be1caf Use json ldap configuration over toml 2018-07-02 14:17:32 -07:00
Deniz Kusefoglu 7b5ec11fee Merge pull request #3811 from influxdata/bugfix/tempvar-autoinsert-buttons
Bugfix/tempvar autoinsert buttons
2018-07-02 14:08:01 -07:00
Delmer Reed 3c4eec6011 Remove unused notifyViewerUnauthorizedToSetTempVars 2018-07-02 17:01:20 -04:00
Delmer Reed 3254f004ef Fix capitalization mistakes from find and replace
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-07-02 17:01:13 -04:00
Delmer Reed be55667d2e Rename TemplateValue picked to localSelected
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-07-02 17:01:03 -04:00