Commit Graph

781 Commits (81ebe42dabf9a9b4474d3d8c282ae543d3f6862d)

Author SHA1 Message Date
Palak Bhojani 3edbbefd85 Comment out the view runs button from Tasks page 2019-02-14 13:52:20 -08:00
Daniel Campbell f738a31436
Clockface/package slide toggle (#11900)
* install new version of clockface

* remove internal copy of component

* update imports

* replace Clockface type imports

* update snapshot

* update ComponentColor imports
2019-02-14 13:45:51 -08:00
Christopher Henn 64355b65c5 Add empty state for HistogramOptions column list 2019-02-14 13:43:19 -08:00
Christopher Henn 1f2aa38ac4 Improve positioning of histogram tooltip 2019-02-14 13:43:19 -08:00
Brandon Farmer 2a22f6eb18
Merge pull request #11910 from influxdata/fixes/npm-security-audit
Update npm dependencies with security issues
2019-02-14 13:34:41 -08:00
Alirie Gray e873f5c014
Merge pull request #11907 from influxdata/polish(variables)/rename-macros-to-variables
Rename all occurences of Macro to Variable
2019-02-14 13:31:02 -08:00
Christopher Henn a601fb43d5 Display more helpful errors when fetching AST fails 2019-02-14 13:28:45 -08:00
Brandon Farmer ace9dcd9de Update npm dependencies with security issues 2019-02-14 13:21:58 -08:00
Alirie Gray 5f524eb92d Rename all occurences of Macro to Variable 2019-02-14 13:21:57 -08:00
Alirie Gray 2e436e6660
Merge pull request #11901 from influxdata/feat(variables)/delete-variable
Add ability to delete a variable from organizations page
2019-02-14 12:15:09 -08:00
Alirie Gray f809455b9d Add ability to delete a variable from organizations page 2019-02-14 12:06:24 -08:00
Palak Bhojani 43979527e1 Combine permisssions in the ui on token overlay 2019-02-14 11:19:55 -08:00
Alirie Gray bd1e835238 Add ability to create a new template variable 2019-02-13 20:34:03 -08:00
Deniz Kusefoglu 8f0e3f5e78
Merge pull request #11880 from influxdata/dashboard-create-optionns
Add import dashboard option to create dashboard dropdown
2019-02-13 15:23:55 -08:00
Christopher Henn 1e2289dd35 Enable saving histograms, rework histogram grouping 2019-02-13 15:14:56 -08:00
Deniz Kusefoglu 1885e20699 Add import dashboard option to create dashboard dropdown 2019-02-13 14:58:04 -08:00
Deniz Kusefoglu ddcba0f3b1 Add new dashboard option to create dashboard dropdown 2019-02-13 14:58:04 -08:00
Iris Scholten 3c368e53bf fix(ui): update configure data collector link on me page 2019-02-13 13:59:56 -08:00
Brandon Farmer 9867f5d800
Merge pull request #11863 from influxdata/refactor/move-org-member-router
Use react router for members tab
2019-02-13 12:06:52 -08:00
Brandon Farmer bdb108d67e Use react router for members tab 2019-02-13 11:42:38 -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
Brandon Farmer 2a6cbfb686
Merge pull request #11847 from influxdata/refactor/move-org-dashboards-router
Move org dashboards to use react router
2019-02-13 11:25:16 -08:00
Iris Scholten d5ff6e9bb9 fix(ui): Ensure template dashboard only gets created on config creation 2019-02-13 10:10:02 -08:00
Palakp41 2fca416bf3
Merge pull request #11836 from influxdata/feat/view-logs-tasks
Add the ability to view logs for a specific task run
2019-02-12 18:55:11 -08:00
Brandon Farmer 21e648980a Move org dashboards to use react router 2019-02-12 17:24:55 -08:00
Brandon Farmer baac0c4f4d Extract Org Bucket Tab to use react router 2019-02-12 16:14:15 -08:00
Palak Bhojani 45b001c509 Add the ability to view logs for a specific task run 2019-02-12 14:18:35 -08:00
Alirie Gray d3d1fef993 Add UI for creating a template variable 2019-02-12 12:49:23 -08:00
Palak Bhojani 76f3bc1ddf Update TasksList to display last run date 2019-02-12 11:30:26 -08:00
Palak Bhojani fa220dbf73 Update Editable name to not allow empty string inline edit 2019-02-12 10:46:48 -08:00
Iris Scholten 7200ab869f
Merge pull request #11821 from influxdata/feat/show-scraper-name
feat(ui): Display scraper name in scrapers list
2019-02-12 10:42:54 -08:00
Iris Scholten 3d810a9ce5 feat(ui): Display scraper name in scrapers list 2019-02-12 10:13:02 -08:00
alexpaxton f7b931205a
Clockface/package buttons (#11805)
* Add Clockface dependency

* Import clockface styles

* Remove existing Button component

* Update references to Old Button with Button from package

* Update snapshot
2019-02-12 10:06:58 -08:00
Palak Bhojani 721747520d Create Tasks Run Page for dispalying runs for specific TaskID 2019-02-12 09:36:29 -08:00
Christopher Henn 93ccd1d182 Implement histogram visualization type 2019-02-11 17:23:21 -08:00
Iris Scholten 4ae161d4f9
Merge pull request #11809 from influxdata/feat/naming-scrapers
feat(ui): Add the ability to name a scraper target
2019-02-11 17:12:39 -08:00
Iris Scholten e04e721bf5 feat(ui): Add the ability to name a scraper target 2019-02-11 17:04:29 -08:00
Iris Scholten b804f05de2 refactor(ui): Separate tab navigation from tabs in organization view
create tabs components

Use TabContentsHeader in individual org tabs

rename organizationTabbedPage to OrganizationTabs

Move tabs to clockface
2019-02-11 16:10:29 -08:00
Palakp41 20c15ff09c
Merge pull request #11799 from influxdata/tests-adminui
Create tests for adminui tabs
2019-02-11 13:22:01 -08:00
alexpaxton e9805ff7d5
Polish Threshold Styles (#11787)
* Fix stylesheet imports

* Improve design of threshold items

* Restructure component to have defaults for optional props
2019-02-11 11:51:18 -08:00
Palak Bhojani fe0ef331f9 Create tests for adminui tabs 2019-02-11 10:43:34 -08:00
Palak Bhojani 5655a06be2 Merge branch 'feat/dashboards-container-org' of github.com:influxdata/influxdb into feat/dashboards-container-org 2019-02-08 11:03:40 -08:00
Palak Bhojani 0cc3dd0224 Update Org page to include Dashboards components 2019-02-08 09:38:22 -08:00
Alex P 1a3e6cc917 Consolidate and standardize styles of resource renaming
Co-Authored-By: palakp41 <palak@influxdata.com>
2019-02-07 17:34:55 -08:00
Iris Scholten 53db6ddaa1 feat(ui/dataLoaders): Move download config into view overlay 2019-02-07 17:22:36 -08:00
Alex P c6dfe1a6b8 Remove unused import
Co-Authored-By: palakp41 <palak@influxdata.com>
2019-02-07 16:23:48 -08:00
Alex P 8fbb593344 Make filename match component name
Co-Authored-By: palakp41 <palak@influxdata.com>
2019-02-07 16:23:38 -08:00
Alex P 9766eb03dd Make margins in orgs dashboard index consistent with other orgs indeces
Co-Authored-By: palakp41 <palak@influxdata.com>
2019-02-07 16:18:53 -08:00
Palak Bhojani 25cd62b476 Update Org page to include Dashboards components 2019-02-07 13:43:50 -08:00
Palakp41 2376491a1c
Merge pull request #11756 from influxdata/fix/orgtasks-inline-edit
Fix the inline edit for org tasks page
2019-02-07 13:33:02 -08:00