During development, this was previously named `logout`. This cleans up a
remaining instance of `logout`, renaming it to the preferred
`logoutLink` to remain consistent with the rest of the codebase.
Updated the logout link in the UI to use a link provided by the
/chronograf/v1/ endpoint. We also replaced many instances of string
concatenation of URL paths with path.Join, which better handles cases
where prefixed and suffixed "/" characters may be present in provided
basepaths. We also refactored how Basepath was being prefixed when using
Auth. Documentation was also updated to warn users that basepaths should
be applied to the OAuth callback link when configuring OAuth with their
provider.
* Support dashes in tempVars with two regex passes
* Rename CustomTimeRange component to CustomTimeRangeDropdown for discovery and consistency
* Update tests for template varmojis
* Give names to each step of regex multipass
* Add Range.Lower and Range.Upper to query config to persist custom ranges
* Update CHANGELOG to mention adding query build duration support
* Remove automatic application of global timeRange
If a user supplies a timeRange. Add that to the queryConfig and use
that to generate the SELECT statement. If a user omits a time range,
do not automatically include one...yet
* Update swagger.json to mention queryConfig's range
* Add test to influxql AST parsing of durations with no WHERE clause
* Implement first iteration of templated dashboard time range
* Range is nested within query.queryConfig
* DE will not use :dashboardTime:
* Clarify intention with a comment
* If there are no templates present, don't open the drawer
* Make TemplateControlBar its own component
* Rename dashTime to dashboardTime
* Cleanup TemplateControlBar
* Update CHANGELOG
* Update TemplateControlBar min height
* Polish template control bar
Inspired by @lukevmorris’ screenshot with the manage button on the right
* Reconstitute presentation mode styles