Commit Graph

29696 Commits (d078e48565e220f08c464c24ef98d8ec47412c11)

Author SHA1 Message Date
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
Kelvin Wang c09182d0cb fix(http): fix swagger health & ready 2019-04-01 14:02:35 -04:00
Kelvin Wang 4e87f34f96 fix(http): swagger dashboard links 2019-04-01 13:10:33 -04:00
Palakp41 28b9e4fcfa
Merge pull request #13024 from influxdata/feat/token-description-edit
Add the ability to edit token's description
2019-04-01 09:46:26 -07:00
Jade McGough 05f26b0236
Merge pull request #13032 from influxdata/secret-key-links
fix(http): nest secret key response links in swagger
2019-04-01 09:35:28 -07:00
Jade McGough e74d476921
Merge pull request #13033 from influxdata/swagger-started
fix(http): start -> started in swagger
2019-04-01 09:33:58 -07:00
Palak Bhojani 2683651b8c Add the ability to edit token's description 2019-04-01 09:27:00 -07:00
Jeff Wendling a7c3f20cda
Merge pull request #12807 from influxdata/jmw-cache-cleanups
Cache cleanups
2019-04-01 10:03:11 -06:00
Jonathan A. Sternberg d1f7ae1af7
deps: upgrade to flux 0.24.0 2019-04-01 11:01:59 -05:00
Jonathan A. Sternberg 72726cbe85
Merge branch 'master' into flux-staging 2019-04-01 10:59:43 -05:00
Jorge Landivar e983809bb0
Merge pull request #12951 from influxdata/fix/task-options-flux-duration-parser
fix(tasks): make durations visibly show up nicely
2019-04-01 09:59:15 -05:00
Deniz Kusefoglu ddcef59f33 Use hooks to manage orgs state 2019-04-01 02:18:23 -07:00
Deniz Kusefoglu 8450ede9df Fix linter error 2019-04-01 01:30:37 -07:00
Deniz Kusefoglu ce5ed1b68b Replace getActiveOrg with org in redux state 2019-04-01 01:30:20 -07:00
Deniz Kusefoglu 90929f8da3 Add renderWithReduxAndRouter testing function 2019-04-01 01:05:51 -07:00
Deniz Kusefoglu 9e7858ae39 Fix routes and types throughout the app 2019-04-01 01:05:18 -07:00
Jade McGough f092a5538a fix(http): start -> started in swagger 2019-04-01 00:46:46 -07:00
Jade McGough d5e9d10e31 fix(http): nest secret key response links in swagger 2019-04-01 00:39:41 -07:00
Deniz Kusefoglu 3bd265bf13 Add in removed variables overlays 2019-04-01 00:23:54 -07:00
Deniz Kusefoglu 6f33f5038d Remove configuration page nest orgView under settings 2019-04-01 00:14:01 -07:00
Deniz Kusefoglu acc2b07783 Fix nav bar links 2019-04-01 00:11:48 -07:00
Deniz Kusefoglu 018e22664a Add org level routing to the app 2019-04-01 00:11:09 -07:00
Deniz Kusefoglu 57da575581 Add orgs load state to redux 2019-04-01 00:00:10 -07:00
Jeff Wendling 96a01eecf2 change an inaccurate comment 2019-03-30 10:24:15 -06:00
Jeff Wendling cbefaeb7f5 tsm1: make cache limit error a type
This makes it easier and more robust to check if an error is due
to the cache memory limit being exceeded.
2019-03-30 10:24:15 -06:00
Jeff Wendling 647deb475c tsm1: move cache entry to its own file 2019-03-30 10:24:15 -06:00
Jeff Wendling fad1e07d1d tsm1: clean up some dead/useless code in the cache
The storer interface isn't necessary if the init/Free logic is
removed, which is unnecessary in a world with only one shard.
Additionally, there were some cases where an init/Free call could
race and cause data loss in the cache. Not doing it at all fixes
all of those races.
2019-03-30 10:24:15 -06:00
Jeff Wendling 591e94dad9 tsm1: rings are fixed at 16 partitions
The code actually didn't work if 16 wasn't passed. Indeed, the
benchmarks weren't even working. Fix up all that, and reduce
the complexity some.
2019-03-30 10:24:15 -06:00
Jade McGough 5fbed0b6a5
Merge pull request #12978 from influxdata/varible-labels
feat(http): add labels to variables
2019-03-29 17:50:14 -07:00
Jade McGough 079d7f835a fix tests 2019-03-29 17:19:11 -07:00
Christopher Henn 0e7727543f Consume new @influxdata/vis library 2019-03-29 16:20:03 -07:00
Brandon Farmer 49fc20e2c5
Merge pull request #13021 from influxdata/cloud-links
Exclude links to non functioning areas in cloud
2019-03-29 14:24:29 -07:00
Brandon Farmer bfc42c25d5
Merge pull request #13020 from influxdata/update-client
Update client to 0.2.54 and fix breaking changes
2019-03-29 14:13:20 -07:00
docmerlin (j. Emrys Landivar) 492d8406aa fix(tasks): make durations visibly show up nicely 2019-03-29 13:50:26 -05:00
kelwang 22dd44c4d1
Merge pull request #12955 from influxdata/auth_description_update
feat(kv): add auth description update
2019-03-29 14:08:34 -04:00
Brandon Farmer edac06aafc Exclude links to non functioning areas in cloud 2019-03-29 10:54:35 -07:00
kelwang 2f9c0f8ae3
Merge pull request #13017 from influxdata/swagger_variable_map
fix(http): addtional property of variable map
2019-03-29 13:33:45 -04:00
kelwang 1cbfc7320a
Merge pull request #13019 from influxdata/swagger_dashboard_date_time
fix(http): swagger dashboard meta date-time
2019-03-29 13:33:28 -04:00
Brandon Farmer 8f9015c9b2 Update client to 0.2.54 and fix breaking changes 2019-03-29 09:46:08 -07:00