Commit Graph

10777 Commits (3e3284ba9809efe5078c37e6bbeaf55f649cd95c)

Author SHA1 Message Date
Alex Paxton e8f474646c 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 a26ed04e29 Move enum into types 2018-07-05 21:20:31 -07:00
Alex P 8e3ec1c49c Remove shared constants and use enums instead 2018-07-05 21:16:05 -07:00
Alex P c2a39eb49f Use enums instead of string constants 2018-07-05 21:08:14 -07:00
Alex P 181cb172bf Add return types 2018-07-05 20:58:53 -07:00
Andrew Watkins 2bce99bce1 Fix typo 2018-07-05 16:32:25 -07:00
Andrew Watkins 1ee81dd2ad Format Gauge and SingleStat number values 2018-07-05 16:32:16 -07:00
Andrew Watkins 54d7f4468c Convert SingleStatOptions to TS 2018-07-05 16:30:31 -07:00
Andrew Watkins 2307f0f146 Convert LineGraph to TS 2018-07-05 15:26:15 -07:00
Alex P 6c2eac4854 Use enum instead of constants for write data mode 2018-07-05 12:37:33 -07:00
Alex P 055556e1bc Use enum for shared UI component types 2018-07-05 12:21:48 -07:00
Alex P ae60275e01 Cleanup 2018-07-05 12:06:54 -07:00
Deniz Kusefoglu 33a8bd2ba9 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 e35c403dfd Convert AxesOptions to TS 2018-07-05 11:51:17 -07:00
Delmer 17e06ef393 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
Andrew Watkins c0e459af2b Convert DisplayOptions to TS 2018-07-05 10:39:10 -07:00
Delmer Reed d45ea1ee63 Remove unused dashboardNames types and state
Removing types and state related to dashboard page names that were not
caught by typescript.
2018-07-05 10:49:46 -04:00
ebb-tide c66e56804e Add localSelected value to StatusPage constant template variables 2018-07-05 00:21:20 -07:00
Brandon Farmer 7c2df2d6e5 Merge pull request #3820 from influxdata/stubbing-log-config
Stub out log config requests till server work is done
2018-07-03 15:58:04 -07:00
Brandon Farmer 7afd3c29ea Stub out log config requests till server work is done 2018-07-03 15:47:46 -07:00
Deniz Kusefoglu fec39a1ca5 Merge pull request #3817 from influxdata/tempvars/map-type-upload
Tempvars/map type upload
2018-07-03 15:32:44 -07:00
Iris Scholten 7b2e16fc76 Merge pull request #3815 from influxdata/logs-viewer/reorder-columns
Log Viewer Configs - reorder columns and format severity
2018-07-03 14:42:44 -07:00
ebb-tide 1a7358d907 Remove stray perens showing up in the UI 2018-07-03 14:33:26 -07:00
Iris Scholten 17075458f6 Rename drag and drop decorator params 2018-07-03 14:30:07 -07:00
Iris Scholten a610a9449b Add errorhandler decorator 2018-07-03 14:24:11 -07:00
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