Commit Graph

1429 Commits (57ae0857dedd9d9ab35744c0c6c44c3df3d89f1e)

Author SHA1 Message Date
Palakp41 3c3d3c2d03
Merge pull request #13420 from influxdata/fix/feedback-button-cloud
Put feedback nav item below the cloud nav item
2019-04-15 16:39:48 -07:00
Brandon Farmer 4315daffb6
Merge pull request #13416 from influxdata/fix-cloud-logout
Fix logout for cloud, use environment variable
2019-04-15 16:26:11 -07:00
Palakp41 65cbc789ce
Merge pull request #13406 from influxdata/route-member-overlay
Add route to new member overlay
2019-04-15 16:26:05 -07:00
Christopher Henn 11bfc0b41c Ensure column selections are saved with histograms
Closes #13407
2019-04-15 16:09:30 -07:00
Christopher Henn a9f88f5aa7 Extract view saving logic from component to thunk 2019-04-15 16:09:30 -07:00
Christopher Henn e08457cde2 Rename vis provisioning components for clarity
In preparation for #13310.
2019-04-15 16:09:30 -07:00
Brandon Farmer 3ecf6870d0 Fix logout for cloud, use environment variable 2019-04-15 15:49:01 -07:00
Palak Bhojani a26e87beec Put feedback nav item below the cloud nav item 2019-04-15 15:47:57 -07:00
Palak Bhojani 024ee048df Add route to new member overlay 2019-04-15 15:46:13 -07:00
Deniz Kusefoglu a85b77d723
Merge pull request #13415 from influxdata/tasks-auths-getAll
Incorporate getAll changes in tasks and auths from client
2019-04-15 15:45:19 -07:00
Deniz Kusefoglu 1524160e50 Incorporate getAll changes in tasks and auths from client 2019-04-15 14:59:23 -07:00
Delmer 8f54f280d6
feat(ui/variables): add name validation to overlay (#13414) 2019-04-15 17:38:03 -04:00
Deniz Kusefoglu 4cb8a0632b
Merge pull request #13410 from influxdata/reorg-sweepthrough
Reorg sweepthrough
2019-04-15 14:13:28 -07:00
Alirie Gray 401ec79bff
Merge pull request #13378 from influxdata/fix/dashboards-test
fix(tests): fix flaky dashboards e2e test
2019-04-15 11:44:54 -07:00
Deniz Kusefoglu 09751d7c59 Remove GetLabels in favor of GetResources with labels resource 2019-04-12 17:10:04 -07:00
Deniz Kusefoglu c469a1b716 Remove subsections 2019-04-12 17:02:10 -07:00
Deniz Kusefoglu d4788217e3 Remove cloud feature flag for cloud exclude 2019-04-12 17:01:51 -07:00
Deniz Kusefoglu de25e696cd Remove v2 actions and reducer folder in shared 2019-04-12 16:53:40 -07:00
Deniz Kusefoglu 4b9305a473 Remove src/influxql folder 2019-04-12 16:51:20 -07:00
Deniz Kusefoglu a446f413a3 Remove inconsistencies around getAll 2019-04-12 16:45:22 -07:00
Deniz Kusefoglu b5c30e6930 Remove unused FetchLabels component 2019-04-12 16:45:06 -07:00
Deniz Kusefoglu 090e922532 Remove dashboards-apis-v2 2019-04-12 15:58:33 -07:00
Deniz Kusefoglu 92cc0cfbed Rename org-view-tab to settings-tab 2019-04-12 15:57:56 -07:00
Deniz Kusefoglu 40bc15d53f Remove unused organizations and configurations folder contents 2019-04-12 15:42:14 -07:00
Iris Scholten 66cd6dd1ba
Merge pull request #13383 from influxdata/fix/switch-orgs-close
Fix sidenav menu closing when switching orgs
2019-04-12 15:27:17 -07:00
Brandon Farmer e8ea61e0d5
Merge pull request #13376 from influxdata/fixes/to-bucket-save-as-task
Pass org to save as task script builder
2019-04-12 15:09:16 -07:00
Iris Scholten 0e891a3a8b Fix sidenav menu closing when switching orgs 2019-04-12 15:07:01 -07:00
Alirie Gray 0bd62f468f fix(tests): fix flaky dashboards e2e test 2019-04-12 15:05:57 -07:00
Deniz Kusefoglu 012fc04c63 Fix function types 2019-04-12 14:13:38 -07:00
Brandon Farmer aa323ff090 Pass org to save as task script builder 2019-04-12 13:59:22 -07:00
Deniz Kusefoglu bc495d12a8 Remove labelsInOrg selector 2019-04-12 13:54:09 -07:00
Deniz Kusefoglu 649f8e7baa Get org from redux when fetching and creating labels 2019-04-12 13:40:38 -07:00
Russ Savage 70100b2f98
adding new default template for getting started with flux (#13345)
* adding new default template for getting started with flux
2019-04-12 13:10:04 -07:00
Alirie Gray 000c3e5665 fix(telegrafs): add get telegrafs to BucketsIndex 2019-04-12 10:52:34 -07:00
Alirie Gray cadf065b44
Merge pull request #13337 from influxdata/reorg-scrapers
refactor(scrapers): move scrapers under orgs
2019-04-12 10:42:36 -07:00
Alirie Gray a1fa689a6a refactor(scrapers): move scrapers under orgs
Move the Scrapers index under the /orgs route and move collectors
overlays to their own routes
2019-04-12 10:32:32 -07:00
Delmer 2bb77736f2
feat(ui/template/labels): add and remove template labels (#13331) 2019-04-12 12:40:49 -04:00
Palak Bhojani da2a62e025 Update redux state to include current config toml 2019-04-11 15:39:44 -07:00
Palak Bhojani c1d79f63e9 Update Telegraf Config overlay to be on a route
Co-authored-by: Alirie Gray<alirie@gmail.com>
2019-04-11 15:34:48 -07:00
Andrew Watkins 9a5126d29a
chore(ui): use ast types from js client (#13335) 2019-04-11 13:00:55 -07:00
Delmer 6e499049c6
Create resource from template button (#13300) 2019-04-11 12:47:11 -04:00
Delmer ae7ecf0eb6
fix(ui/templates/import): add orgID to created (#13308) 2019-04-11 10:30:19 -04:00
Iris Scholten 71e458d22f
Merge pull request #13311 from influxdata/feat/sync-note-scrolling
feat(ui): sync note editor text and preview scrolling
2019-04-10 16:54:02 -07:00
Iris Scholten 7c0d4f85c3 feat(ui): sync note editor text and preview scrolling 2019-04-10 16:44:31 -07:00
Palakp41 7d66dbbfc2
Merge pull request #13304 from influxdata/feat/runs-duration
Update duration to display in seconds instead of milliseconds
2019-04-10 15:24:52 -07:00
Palak Bhojani a5369fbab4 Update duration to display in seconds instead of milliseconds 2019-04-10 14:55:46 -07:00
Iris Scholten 486b64bc9d Ensure note is loaded in note editor after refresh 2019-04-10 14:47:22 -07:00
Iris Scholten 2537b0e2bf fix(ui): Update draggable components to ensure single instance of drag and drop context 2019-04-10 13:27:07 -07:00
Delmer a8c3fea540
fix(ui/exportOverlay): use dispatch props (#13295) 2019-04-10 16:18:27 -04:00
Palak Bhojani 8e80b98210 Update variables to use view overlay instead of export overlay 2019-04-10 11:54:59 -07:00