* feat(agg-window): Add duration input to aggreagate functionn selector
* feat(agg-window): rename duration strings to durations
* feat(agg-window): Add window periods for common time ranges
* feat(agg-window): Handle set auto select durations correctly
* Update changelog
* feat(agg-window): Use triple equality:
* chore: move variable types
* refactor: wip normalize variables resource
* fix: typo
* chore: move creators and thunks into separate files
* fix: removal of default state
* refactor: normalize set variables
* chore: fix api imports
* refactor: normalize set and remove variable
* refactor(variables): use const assertion in actions
* refactor(ui/variables): update editor action to use const assertion
* fix: variables not showing up for dashboard
* fix: types
* fix: index variable values properly
* fix: type
* fix: type
* fix: feedback
* Use duration input for check.every field
* Convert check.offset to Duration Input
* Check is string for duration
* feat(duration-inputs): Add submitInvalid ld to duration input
* feat(duration-inputs) Add duration inputs to Deadman Conditions
* feat(duration-inputs) Add test-id to duration inputs
* feat(duration-inputs) Add offset defaults to notification rules
* feat(duration-inputs): Add duration inputs to notification rules
* feat(duration-inputs): Check validity of check durations and thresholds
* feat(duration-inputs): Add vertical scroll bar to duration input
* feat(duration-inputs): Make testID an optional parameter
* feat(duration-inputs) : use window isNan instead of lodash
* refactor: add stylesheet for cloud nav
* refactor: remove cloud icon from side nav
* refactor: move cloud nav to top of app
* chore: add declaration so PNG files are typed as any when imported
* refactor: modify cloud nav to use specified components
* fix: Remove comment
* refactor: update nav item text
* refactor: do not show logout in sidenav for cloud users
* refactor: add unique class for google tag manager
* chore: update changelog
* refactor: don't render user menu if org isn't available
* chore: add image file for logo
Adds-Binary: ui/src/pageLayout/images/influxdata-logo.png
* chore: prettier and eslint
* refactor: normalize tasks resource
* fix: pull tasks off of response
* refactor: use action to clear current task
* refactor: stop getting all tasks in every thunk
* fix(bucket-loading): Remove action duplication
* fix(bucket-loading): Remove state loading before routing to data loaders
* fix(bucket-loading): Limit available buckets to nonsystem buckets
* fix(bucket-loading): Update changelog