* 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
* fix(ui): Prevent negative zero and allow zero with decimal places
* chore: update CHANGELOG
* fix(ui): Turn off lint rule no-compare-neg-zero
* test: add more tests by overriding prettier
* fix(ui): turn off lint rule for a specific usage, not universally
* chore: alphabetize root reducer
* refactor(norm): normalize authorizations (tokens)
* refactor: orgs use immer and reducer helpers
* fix: provide initial state to orgs reducer
* fix(auth): normalize auths on token creation
* fix: initial state with empty object
* feat(norm): separate action creators and thunks
* feat(norm): wip normalize buckets
* refactor(norm): change consumption of buckets to norm shape
* test(ui/getResources): change test to accept norm shape
* test(buckets): fix runtime error
* refactor: use immer produce in members reducer
* refactor(norm): normalize organizations
* chore: add junit.xml to gitignore
* test(norm): restructure tests to conform to normalized orgs
* fix: set proper org in local storage
* fix: update createTelegraf to use types
* fix: runtime error when adding telegraf configs
* fix: dashboard thunk not using new org shape
* chore: move edit org to correct place
* fix(orgs): faulty reducer logic
* feat(ui): Add matching rules card to alert builder
* feat(checks): Add tags from query results to NR matching query parameters
* feat(ui): Update changelog
* feat(nr): Change api function to match import convention
* fix(ui): Fix changelog update mistake
* Click submit button after typing in time machine
* feat(notification rules): Add feature flag to matching notification rules