Commit Graph

2258 Commits (b1d832520788f1b99b6686195e2a2ea48a5e21b5)

Author SHA1 Message Date
alexpaxton b1d8325207
Move bucket selection to first card in Query Builder (#12782)
* Break out raw data toggle into own component

* Move bucket selection into "first" card in query builder

* Appease linter gods

* Updoot
2019-03-20 13:06:30 -07:00
Iris Scholten 452dd5a30c Update the scrapers and variables empty state to match other org views 2019-03-19 16:31:37 -07:00
Alirie Gray 4309a70c1b
Merge pull request #12706 from influxdata/feat(variables)/add-to-script-from-side-menu
feat(variables): add ability to add a variable to script from side menu
2019-03-19 09:52:47 -07:00
Alirie Gray e8ffda2a62 feat(variables): add ability to add a variable to script from side menu 2019-03-19 09:41:22 -07:00
Brandon Farmer 4fc97b1912 Move add note overlay to react router
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2019-03-18 16:20:27 -07:00
Alirie Gray 260c61262f feat(dashboards): add variable control bar for selecting values
Co-Authored-By: Alex Paxton <thealexpaxton@gmail.com>
2019-03-18 13:59:38 -07:00
Christopher Henn 243f1ea511 Enable selecting variable values in time machine 2019-03-18 11:40:39 -07:00
Iris Scholten 2bf7c0aa4f fix(ui): Fix mismatch in bucket row and header 2019-03-18 10:57:17 -07:00
Iris Scholten e250eb1977 feat(ui): Update flux functions insertion from toolbar to add to current line or below 2019-03-15 17:24:01 -07:00
Russ Savage 0a9ad0c04e
Update changelog for alpha 6 (#12662)
* Update changelog for alpha 6 again
2019-03-15 19:54:00 -04:00
Russ Savage 966ff97735
Update Changelog for Alpha 6 (#12660)
* Update Changelog for Alpha 6
2019-03-15 19:30:55 -04:00
Iris Scholten d9b416ae06 Stop scrollbars from covering text in flux editor 2019-03-15 09:35:58 -07:00
alexpaxton 4b53d29b63
Fine tune inline label keyboard interactions (#12610)
* Fine tune keyboard shortcuts during inline label flow

* Update changelog

* Update label type in mocks

* WIP Add unit tests for inline label editing components

* WIP Add unit tests for inline interactions

* Write slightly more integrated test

* Just a couple more unit tests

* Add missing key to element in map

* Fix e2e tests
2019-03-14 13:15:21 -07:00
Stuart Carnie c7c58275f9
feedback(influxd): Respond to PR feedback
* Add CHANGELOG entry
* Remote erroneous comment
2019-03-14 09:23:53 -07:00
Alirie Gray 464629194d feat(explorer): add save as variable overlay 2019-03-12 12:42:09 -07:00
Iris Scholten d0a76ddde7 feat(ui): Show dashboard export button 2019-03-11 17:16:29 -07:00
Iris Scholten 5850dacd8b feat(ui/dash): Add import dashboard button to org view 2019-03-11 16:15:42 -07:00
Iris Scholten 3b77ec9456
Merge pull request #12496 from influxdata/feat/import-dashboard
feat(ui/dash/import): create dashboards from imported templates
2019-03-11 11:45:24 -07:00
Iris Scholten 9114362b39 feat(ui/dash/import): create dashboards from imported templates 2019-03-11 11:35:12 -07:00
alexpaxton 1c72fb3fc1
Polish Label Color Picker (#12464)
* WIP introduce color picker component

* revert this commit

* Polish appearance of color selector

* Allow color picker to conform to its parent's size

* Replace label color dropdown with clockface color selector

* Add testID props to color picker and associated components

* Update changelog

* Fix snapshot test

* Remove temporary debugging code for color picker

* Refactor color picker to be a controlled component

* Update snapshots
2019-03-11 10:27:23 -07:00
Russ Savage 86613fa9b6
updating changelog for release 2019-03-08 15:24:23 -05:00
alexpaxton 1e2d40c1c3
Update changelog (#12458) 2019-03-08 09:38:10 -08:00
Palak Bhojani 834f6d0b75 Add the ability to remove a member from org 2019-03-07 14:52:58 -08:00
Edd Robinson 40b53d40ab Update CHANGELOG 2019-03-07 11:35:19 +00:00
Palak Bhojani 18574c57a3 Add the ability to add members to an org 2019-03-06 15:09:08 -08:00
Iris Scholten a4c0d127a0 fix(ui): update z-index of cells when hovered
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2019-03-05 16:04:33 -08:00
alexpaxton 818c6279a8
Polish/scraper overlay (#12317)
* Condense layout of scraper form

* Introduce overlay component for creating scrapers

* Simplify Bucket selection dropdown

* Relocate create scraper overlay component

* Introduce create scraper form component

* Add missing blank header cell to scrapers table

* Fix URL validation

* WIP cleanup

* Use CreateScraperOverlay in buckets list

Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>

* Remove unused components and update tests a little bit

Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>

* Update unit tests

Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>

* Allow override of initial bucket selection in create scraper overlay

Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>

* Disable scraper/collector create button and show warning when no buckets exist

Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>

* Introduce alert component in clockface

Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>

* Use alert component in no buckets warning

Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>

* Update scraper e2e tests

Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>

* Update changelog

Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>
2019-03-04 15:39:23 -08:00
alexpaxton e5c6509ef3
Redesign Note Editor Overlay (#12304)
* Redesign note editor to display the preview side by side with the editor

* Update changelog
2019-03-01 12:53:27 -08:00
alexpaxton 86f5753b55
Polish/code snippets (#12302)
* Refactor CopyText component into CodeSnippet component

* Update instances of code snippet

* Force code snippet contents to wrap

* Update changelog
2019-03-01 12:33:37 -08:00
Delmer 5a63037e76
feat(ui/labels/click): add searchTerm updating for label clicks (#12111) 2019-02-27 14:21:21 -05:00
Iris Scholten ed39dc5e46 feat(ui): Clone a task's labels when cloning the task
Move task cloning logic to external client library
2019-02-22 09:53:36 -08:00
Russ Savage 8016599605
Updating changelog for alpha 4 2019-02-21 16:43:31 -08:00
Delmer bf34b35fb4
fix(ui/changelog): add labels changes to changelog v2.0.0-alpha.4 (#12084) 2019-02-21 18:39:56 -05:00
Palak Bhojani a893e7fe1b Update admin to show error if password is not 8 characters 2019-02-21 13:30:54 -08:00
Iris Scholten 0e6e87f374
Merge pull request #12026 from influxdata/fix/clone-dashboard-labels
update client libarary dependency for dashboard cloning
2019-02-20 16:52:09 -08:00
Iris Scholten eccee09a20 update client libarary dependency for dashboard cloning 2019-02-20 16:26:56 -08:00
Palak Bhojani 69815230a8 Add notifications for success/failed when creating/deleting/updating buckets 2019-02-20 15:19:21 -08:00
Palak Bhojani fb7a3aa93b Add notifications for success/failed when creating/updating/deleting scrapers 2019-02-20 14:12:57 -08:00
Iris Scholten 9e6c1b925d fix(ui): Update the label preview to be shorter 2019-02-20 13:47:35 -08:00
Alirie Gray 9ccb785747 Add ability to update a variable 2019-02-20 12:04:16 -08:00
Iris Scholten 3c933d49e1
Merge pull request #12009 from influxdata/feat/login-version
feat(ui): Display version on login page
2019-02-20 11:51:16 -08:00
Iris Scholten 988dda2398 feat(ui): Display version on login page 2019-02-20 11:30:07 -08:00
Palak Bhojani 55bf3d1679 Update retention policy for bucket if time changes 2019-02-20 10:16:05 -08:00
Iris Scholten f9aab0f2b8 feat(ui): Add custom time range in time range dropdown
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
2019-02-19 16:43:13 -08:00
Delmer a5f51c61af
fix(ui): add ordering to org resources (#11938)
fix(ui): add ordering to org reosources
2019-02-19 12:34:06 -05:00
Palak Bhojani 93f0acfb38 Add the ability to run a task manually
Co-authoerd-by: Delmer Reed <delmer814@gmail.com>
2019-02-15 14:16:59 -08:00
Russ Savage eb32f5bfc4
updated changelog for Alpha.3 release 2019-02-15 13:59:00 -08:00
Palak Bhojani 43979527e1 Combine permisssions in the ui on token overlay 2019-02-14 11:19:55 -08:00
Iris Scholten fdb4d2eee7 Fix overlapping buttons and clean up data-loading styles
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
2019-02-13 11:32:08 -08:00
Iris Scholten d5ff6e9bb9 fix(ui): Ensure template dashboard only gets created on config creation 2019-02-13 10:10:02 -08:00