Commit Graph

10748 Commits (a94a00cd7f81a8edd9e613bcc7f6d3098a289081)

Author SHA1 Message Date
Brandon Farmer 2a6d58743d Make authentication method available in sources 2018-07-02 11:24:29 -07:00
Brandon Farmer 4aeda9caf3 Add endpoint for determining if ldap is enabled 2018-07-02 11:24:29 -07:00
ebb-tide 8adbab0301 Convert QueryTextArea and TemplateDrawer to TS 2018-07-02 10:18:21 -07:00
Alex P d353d19c35 remove rogue text 2018-06-30 11:17:04 -07:00
Alex P 138764a8d9 Fix error 2018-06-30 11:05:35 -07:00
ebb-tide e0dd454507 Have same tempvar insertion behavior for mouseover and mouseclick 2018-06-29 19:37:13 -07:00
Alex P 99416e8978 Removed unused components 2018-06-29 19:17:01 -07:00
Alex P 5f794631b4 Replace tabs in overlay controls with RadioButtons 2018-06-29 19:09:44 -07:00
Alex P e7bc12bef0 Replace tabs in yield block with RadioButtons 2018-06-29 18:43:17 -07:00
Alex P bd1904c099 Update instances of RadioButtons to use simplified pattern 2018-06-29 18:38:44 -07:00
Alex P 2f1363d8ed Simplify usage of radio buttons
Allowing for the entire component to be disabled rather than specifying
on a button basis
2018-06-29 18:29:42 -07:00
ebb-tide 8c383a2179 Set tempvar preview list dimensions in fancy scrollbar instead of with css 2018-06-29 18:26:19 -07:00
Alex P bce19414de Adjust radio button styles and markup 2018-06-29 18:18:30 -07:00
ebb-tide 831f4e114d Simplify render function in Template meta query preview 2018-06-29 18:13:42 -07:00
Alex P d7f049037a Replace tabs with RadioButtons in write data overlay 2018-06-29 18:11:35 -07:00
Alex P 91895dee9c Replace DE viz tabs with RadioButtons component 2018-06-29 17:37:47 -07:00
Alex P b40f54c99e Fix minor style issues 2018-06-29 17:37:19 -07:00
Alex P 8a6e6ca7c3 Export RadioButton type 2018-06-29 17:37:05 -07:00
Alex P 10fad39b9f Introduce styles for radio buttons
There is an existing stylesheet that happens to share the name of this
component but houses styles for the old pattern. The goal is to replace
all instances of radio buttons with this new pattern so the old styles
can be deleted safely
2018-06-29 17:21:39 -07:00
Alex P f4f6a6b033 Introduce Radio Buttons component
No styles yet
2018-06-29 17:04:12 -07:00
Alex P 5c170ae2d5 Introduce shared types and constants intended for use across multiple UI components 2018-06-29 16:52:56 -07:00
ebb-tide b44f12e650 Fix replace tempvars to work with selected and picked template vars 2018-06-29 15:50:44 -07:00
Alex Paxton afb7809998 Merge pull request #3803 from influxdata/responsive-single-stat
Make Single Stat Responsive
2018-06-29 15:47:25 -07:00
Andrew Watkins c8e0597687 Merge pull request #3805 from influxdata/bugfix/source-meta-query
Bugfix Meta Query DataExplorer
2018-06-29 15:15:50 -07:00
Andrew Watkins b455656ba1 Use source object instead of host string in Table component 2018-06-29 14:49:30 -07:00
Andrew Watkins ef0f33c0ba Merge pull request #3804 from influxdata/bugfix/source-switch
Bugfix/source switch
2018-06-29 14:38:46 -07:00
Andrew Watkins 4f5f4ab60a Remove commented console.log 2018-06-29 14:24:56 -07:00
Andrew Watkins c5c7cbacfe Update CEO vis when source changes 2018-06-29 14:24:25 -07:00
Alex P 5e76962297 Increase vertical constraint resizer 2018-06-29 13:47:02 -07:00
Alex P b7b275e36e Updoot changelog 2018-06-29 13:38:21 -07:00
Alex P 3977318644 Preserve existing single stat styles and behavior when on top of line graph 2018-06-29 13:36:10 -07:00
Alex P 9447c02575 Determine single stat font size from cell dimensions 2018-06-29 12:54:22 -07:00
Delmer Reed d9da2e3c6f Merge remote-tracking branch 'origin' into tempvars/select-default 2018-06-29 13:03:19 -04:00
Alex P 5ed53035ed Merge branch 'master' into responsive-single-stat 2018-06-29 09:51:48 -07:00
Delmer Reed d2c30e9d5c Fix template var rendering one value
Fixing layout position change to fire only if a change occured prevents
an early putDashboardID action from clobbering the dashboard state.

Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-06-29 12:47:19 -04:00
Alex P 2dfa0192a7 Move single-stat styles into own stylesheet 2018-06-29 09:29:48 -07:00
Alex P a3871269cf Remove unused constant 2018-06-29 09:24:44 -07:00
Alex Paxton 5c79654a2f Merge pull request #3797 from influxdata/logs-viewer-polish
Logs Viewer Polish
2018-06-28 17:57:53 -07:00
Christopher Henn dd2e84e3b5 Update test snapshot 2018-06-28 16:55:36 -07:00
ebb-tide dd12890547 Remove requirement for user to be editor to PICK tempvars 2018-06-28 16:30:24 -07:00
ebb-tide 51b0e19424 Return hydrated template values with correct selected and picked fields 2018-06-28 16:26:23 -07:00
Iris Scholten 086aae9fc7 Merge pull request #3793 from influxdata/fix/query-old-sources
Stop querying old sources
2018-06-28 16:18:06 -07:00
ebb-tide 27a7a6c642 Update tempvar picked field from urlquery or from selected 2018-06-28 16:12:23 -07:00
Iris Scholten a8200ba4e9 Update changelog 2018-06-28 16:09:37 -07:00
Iris Scholten 8d50f1ff89 Check if page is still mounted before setting interval
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-06-28 16:09:15 -07:00
Alex P 12fe8a5abb Unpluralize page title 2018-06-28 15:32:02 -07:00
Alex P 5be45395ef Merge branch 'master' into logs-viewer-polish 2018-06-28 15:29:26 -07:00
Alex P bc30dcc7bc Make navbar label consistent with page heading 2018-06-28 15:25:47 -07:00
Andrew Watkins 7c5f91ac28 Merge pull request #3796 from influxdata/chore/tempVar-cleanup
Chore/temp var cleanup
2018-06-28 15:24:56 -07:00
Alex P 504b4fd6e5 Make histogram axis labels match dygraphs axis labels 2018-06-28 15:22:49 -07:00