Commit Graph

29786 Commits (92e82884a60a2023a1785b2189dddb2574508545)

Author SHA1 Message Date
Brandon Farmer 5c86a5cda8 Remove tokens link 2019-04-03 11:53:37 -07:00
Iris Scholten 488f2200c2
Merge pull request #13126 from influxdata/fix/orgID-not-provided
Fix failing test
2019-04-03 11:48:00 -07:00
Iris Scholten 3d42dde057 Fix failing test 2019-04-03 11:02:49 -07:00
Delmer 6a99d1c13e
fix(ui/relationships): add tests for vars exports (#13106) 2019-04-03 13:59:50 -04:00
Jeff Wendling 51c0fcee16
Merge pull request #13022 from influxdata/jmw-retention-metrics
storage: make retention metrics global
2019-04-03 11:15:52 -06:00
Deniz Kusefoglu 10af876686
Merge pull request #13115 from influxdata/reborg-for-cloud
Reborg for cloud
2019-04-03 10:15:22 -07:00
Deniz Kusefoglu 15cfc93d19 Update snapshot 2019-04-03 10:05:17 -07:00
Iris Scholten 05b9b54e98
feat(ui): make dashboards pages org centric (#13111)
* Update dashboards page to show dashboards from current org

* Remove org info from dashboard cards and table

* Remove unused action

* Update create labels to always create a label in the current org

* Fix closing veo route

* Stop skipping create and add label to dash test
2019-04-03 09:41:59 -07:00
Christopher Henn 707590283b Upgrade @influxdata/vis to 0.2.3 2019-04-03 09:31:53 -07:00
Deniz Kusefoglu d641fe03d8 Fix test and linting errors 2019-04-02 23:24:02 -07:00
Deniz Kusefoglu 11e2001d03 Add tokens to former org view 2019-04-02 23:00:25 -07:00
Deniz Kusefoglu 110679d079 Remove profile subtab in nav 2019-04-02 21:16:17 -07:00
Deniz Kusefoglu 9ae386372a Cloud exclude orgs in mepage 2019-04-02 21:14:07 -07:00
Delmer 02d27a91e5
feat(ui/template/labels): show template labels (#13101) 2019-04-02 19:02:47 -04:00
Deniz Kusefoglu d83757f2ea
Merge pull request #13102 from influxdata/reconcile-buckets-and-vars
Reconcile buckets and vars
2019-04-02 15:05:10 -07:00
Alirie Gray e1b9ddb37e
Merge pull request #13078 from influxdata/templates/import-resource-from-template-overlay
feat(dashboards): add overlay to create dashboard from template
2019-04-02 15:01:35 -07:00
Lyon Hill 986a1acdbe
Update task executor to use a TaskService (#13099) 2019-04-02 15:55:31 -06:00
Deniz Kusefoglu 309b2b14e0 Fix the names of components 2019-04-02 14:51:43 -07:00
Deniz Kusefoglu 29cee083bf Remove config buckets port buckets out of orgview 2019-04-02 14:42:09 -07:00
Deniz Kusefoglu 627a21a8e2 Convert orgList buckets 2019-04-02 14:38:59 -07:00
Deniz Kusefoglu 939d709991 Bump client version 2019-04-02 14:38:59 -07:00
Alirie Gray d10d216a3f test(dashboards): create dashboard from template in dashboard index 2019-04-02 14:33:09 -07:00
Alirie Gray bceac1ab97 feat(dashboards): add overlay to create dashboard from template 2019-04-02 14:33:04 -07:00
Deniz Kusefoglu 2fd804c3b2
Merge pull request #13095 from influxdata/org-state
Add SetOrg intermediary component to set org
2019-04-02 13:54:06 -07:00
Deniz Kusefoglu 659649adcb Add SetOrg intermediary component to set org 2019-04-02 13:41:45 -07:00
alexpaxton d0c31efd72
Improve Navbar (#13093)
* Allow nav menu items to be configurable

* Move highlighting logic outside of navbar component into container

* Refactor nav sub items to follow new pattern

* Update tests

* Fix e2e test

* Add className prop to all nav components

* Make nav menu items into PureComponents

* Make all nav defaultProps required

* Treat className & testID uniformly on both types of nav items

* Move nav activation getter to utils folder
2019-04-02 12:57:09 -07:00
Delmer bbab9a362c
fix(ui/variables): filter vars with prefix names (#13089) 2019-04-02 15:37:38 -04:00
Kelvin Wang 054ce89dc5 fix(kv): fix bucket not found by name 2019-04-02 15:10:56 -04:00
Kelvin Wang bcadefd8cb fix(http): swagger proto definition 2019-04-02 14:26:04 -04:00
Jeff Wendling 157c4fcf0c storage: add tests for retention metrics 2019-04-01 17:44:37 -06:00
Jeff Wendling 3e370b0f99 storage: make retention metrics global
In the case that there are multiple engines, we want the retention
metrics from all of them.
2019-04-01 17:44:37 -06:00
Lyon Hill 83000361c3
Update task coordinator to act as a TaskService middleware (#13068)
* Update task coordinator to act as a TaskService middleware
2019-04-01 16:45:44 -06:00
Palakp41 7a6107e70a
Merge pull request #13072 from influxdata/fix/telegraf-labels-delete
Update telegraf and dashboards for multiple labels to be added and re…
2019-04-01 15:37:41 -07:00
Palak Bhojani 4bb1e54302 Update telegraf and dashboards for multiple labels to be added and removed 2019-04-01 15:22:48 -07:00
Deniz Kusefoglu a71dbc52fb
Merge pull request #13035 from influxdata/org-reborg
Org reborg
2019-04-01 13:35:53 -07:00
Jade McGough f5f864a638
Merge pull request #13065 from influxdata/label-response
fix(http): update swagger to include correct label add responses
2019-04-01 13:21:30 -07:00
Jade McGough 060f893a93 fix(http): update swagger to include correct label add responses 2019-04-01 13:01:24 -07:00
Deniz Kusefoglu ab36064e1e Address review comments 2019-04-01 12:45:31 -07:00
Deniz Kusefoglu e67edba39d Skip label creation on dashboard which will be fixed in next PR 2019-04-01 12:41:36 -07:00
Brandon Farmer 5626104abc
Merge pull request #13060 from influxdata/redirect-quartz-logout
Redirect to quartz logout in cloud
2019-04-01 12:13:07 -07:00
Jonathan A. Sternberg cad531ccf8
Merge pull request #13050 from influxdata/flux-staging
deps: upgrade to flux 0.24.0
2019-04-01 14:12:18 -05:00
Deniz Kusefoglu 0bc9815fb3 Skip tasks tests for functionality that will be fixed in next PR 2019-04-01 12:08:42 -07:00
Deniz Kusefoglu 14c405f37d Remove orgs test, as the logic here will change 2019-04-01 12:07:56 -07:00
Deniz Kusefoglu 4c6c38889e Fix routes in tests 2019-04-01 12:07:29 -07:00
kelwang 6190ba6af3
Merge pull request #13058 from influxdata/swagger_ready_health
fix(http): fix swagger health & ready
2019-04-01 14:43:10 -04:00
Palakp41 873e7cfe32
Merge pull request #13023 from influxdata/fix/onboarding-notification
Update onboarding notification on step 2 to be not chopped
2019-04-01 11:35:11 -07:00
Brandon Farmer 916f74569a Redirect to quartz logout in cloud 2019-04-01 11:31:59 -07:00
kelwang 73e51ef5b5
Merge pull request #13056 from influxdata/swagger_dashboard_links
fix(http): swagger dashboard links
2019-04-01 14:22:05 -04:00
Palak Bhojani c60276a779 Update onboarding notification on step 2 to be not chopped
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
2019-04-01 11:20:45 -07:00
kelwang 43d582c484
Merge pull request #13008 from zhulongcheng/fix-proto-404
fix(http/proto): return 404 if proto not found
2019-04-01 14:04:36 -04:00