feat(testing): test for meta field on dashboard conformance tests
feat(http): ensure that dashboard json is encoded correctly
feat(bolt): update dashboard meta appropriately
fix(testing): use equate empty in dashboard test for empty cells list
feat(inmem): add meta to dashboards for conformance tests
feat(http): add support for dashboard conformance tests
feat(platform): add find options to FindDashboards method on dashboard svc
feat(testing): use find options in dashboard conformance tests
feat(mock): add find options to dashboard service
feat(bolt): add find options to dashboard service
feat(inmem): add find options to dashboard service
feat(http): add find options to dashboard service
feat(http): update dashboard swagger specification
fix(platform): fix mistakes after rebase
review(http): use default find options for dashboards
* Move organization type definition to own file
Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>
* Add organizations link in side nav
Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>
* Add organization routes
Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>
* Add Organization index and view
Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>
* Introduce OrgView
* Fix type errors
* WIP rudimentary view of Org resources
* Add spinner wrapper component
Will make this more awesome later
Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>
* Render all org resources in list views with empty states
Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>
* Upgrade prettier and tslint configs
* Add back spinners
* Add createOrg API
* Introduce CreateOrgOverlay
* Move org actions and reducer to org dir
* Add autocomplete option to clockface Input
* Implements CreateOrg from OrgIndex
* Introduce delete org from OrgIndex
* Remove CHANGELOG
* Start OrgOptions
* Add Profile Page Header subcomponent
* Make index list items lighter when nested
* Add filter and create UI to buckets list
* Slightly modify appearance of overlays
* Implement update org options tab
* Introduce createBucket in org view
Waiting on https://github.com/influxdata/platform/issues/1118 for
the API to accept milliseconds as retentionPolicies
* WIP introduce Filter component
* Fix linter warnings
* Introduce filter dashboards
* Implement filter and task list
* Add spinner to member list in org view
* Use new index list
* Update executeQueriesAsync to fetch
* Update actions to use executeQueryAsync
* Update flux transform to respect field ordering
* Fix fluxResponse tests
* Add column ordering test case
This also changes the backend.Store API to remove the EnableTask and
DisableTask methods, merging their functionality into ModifyTask, which
has been named to UpdateTask to keep closer to the CRUD acronym.