Commit Graph

28580 Commits (bdb108d67e8be93fce0c7d616e7fcb85bd4bf26e)

Author SHA1 Message Date
Brandon Farmer bdb108d67e Use react router for members tab 2019-02-13 11:42:38 -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 e41efd5f8c
Merge pull request #11852 from influxdata/fix/download-many-protoboards
fix(ui): Ensure template dashboard only gets created on config creation
2019-02-13 10:42: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
Jeff Wendling 1e06d0bbed
Merge pull request #11835 from influxdata/jmw-clone-cached-ss-master
Ensure that cached series id sets are Go heap backed
2019-02-12 17:44:52 -07:00
Brandon Farmer 1413352865
Merge pull request #11845 from influxdata/refactor/extract-bucket-org-route
Extract Org Bucket Tab to use react router
2019-02-12 16:32:01 -08:00
Brandon Farmer baac0c4f4d Extract Org Bucket Tab to use react router 2019-02-12 16:14:15 -08:00
Jeff Wendling 26ca30e97a Ensure that cached series id sets are Go heap backed 2019-02-12 16:33:35 -07:00
Mark Rushakoff 007f5059c7 refactor(task): extract TaskCreate struct
With the ongoing authorization work, creation arguments will differ from
what's returned on reads. More specifically, creation will accept a
token, but reads will report back a token ID.

This refactor facilitates that authorization work, and also brings the
code closer to the swagger definition, for the TaskCreateRequest type in
particular.
2019-02-12 15:10:03 -08:00
Alirie Gray 525f3ae3a2
Merge pull request #11838 from influxdata/fix(swagger)/macros-get-return-type
Change return type of get/macros to an array
2019-02-12 14:53:00 -08:00
Alirie Gray 9affdf9657 Change return type of get/macros to an array 2019-02-12 14:45:58 -08:00
Lyon Hill 6db627b76c
Update task http handler to use user resource mapping. (#11827)
* Update task http handler to use user resource mapping.
2019-02-12 15:37:46 -07:00
Palak Bhojani 45b001c509 Add the ability to view logs for a specific task run 2019-02-12 14:18:35 -08:00
Ben Johnson af1df09450
Merge pull request #11834 from influxdata/bj-tag-cache-string
Convert TagValueSeriesIDCache to use string fields
2019-02-12 15:10:36 -07:00
Ben Johnson cf29b6bca4
Convert TagValueSeriesIDCache to use string fields 2019-02-12 14:45:38 -07:00
Alirie Gray 6d16250d67
Merge pull request #11810 from influxdata/feat/temp-vars-tab
Add template variable subpage UI
2019-02-12 13:13:05 -08:00
Alirie Gray d3d1fef993 Add UI for creating a template variable 2019-02-12 12:49:23 -08:00
Palakp41 08b658bdca
Merge pull request #11824 from influxdata/feat/tasks-add-lastupdated
Update TasksList to display last run date
2019-02-12 11:51:49 -08:00
Mark Rushakoff 4b80fc43c4 test(task): deflake test for CreatedAt, UpdatedAt
The earliest time needed to be captured before creating the task, not
after; otherwise a test running close to a second boundary would fail.

Also make the failure message slightly more readable.
2019-02-12 11:35:55 -08:00
Palak Bhojani 76f3bc1ddf Update TasksList to display last run date 2019-02-12 11:30:26 -08:00
Palakp41 43cec2bb99
Merge pull request #11819 from influxdata/fix/inline-edit-empty
Update Editable name to not allow empty string inline edit
2019-02-12 11:15:25 -08:00
Mark Rushakoff 3a9b3a521a fix(task): clean up run state after a run fails
Previously the DesiredState would not be cleared after an individual run
failed.

Fixes #11816.
2019-02-12 10:53:37 -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
Lyon Hill 512af6e4b3
Add createdAt and updatedAt to tasks api (#11794)
fixes #11061
2019-02-12 11:06:23 -07:00
Palakp41 0b890e7db9
Merge pull request #11804 from influxdata/feat/tasks-run
Create Tasks Run Page for dispalying runs for specific TaskID
2019-02-12 09:44:38 -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 2a45302288
Merge pull request #11800 from influxdata/refactor/organization-tabs
refactor(ui): Separate tab navigation from tabs in organization view
2019-02-11 16:27:21 -08:00
Iris Scholten d9ecc6033a
Merge pull request #11806 from influxdata/update-swagger-scrapers
Add name to scraper target response in swagger
2019-02-11 16:18:20 -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
Iris Scholten 6029744a62 Add name to scraper target response in swagger 2019-02-11 16:05:49 -08:00
Nathaniel Cook 0213db306c
Merge pull request #11802 from influxdata/flux-staging
Update to Flux v0.19.0
2019-02-11 15:00:57 -07:00
Palakp41 20c15ff09c
Merge pull request #11799 from influxdata/tests-adminui
Create tests for adminui tabs
2019-02-11 13:22:01 -08:00
Nathaniel Cook 020a11faa8 chore(flux): update to Flux v0.19.0 2019-02-11 13:53:53 -07:00
Nathaniel Cook 2877611a9d Merge branch 'master' into flux-staging 2019-02-11 13:44:37 -07: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
Jonathan A. Sternberg f30820cb46
fix(query/influxql): normalize selectors when an interval is present (#11760)
The selector will be normalized to the start time interval when `GROUP
BY time(X)` is present in the query.
2019-02-11 10:51:59 -06:00
Gershon Shif 0147470353
fix nightly (#11790)
- add persist_to_worspace to deploy build job
2019-02-09 22:57:42 -08:00
Gershon Shif ac6545e9ac
use attach_workspace for litmus nightly builds (#11785) 2019-02-08 16:55:45 -08:00
Palakp41 601b2c2a80
Merge pull request #11775 from influxdata/feat/dashboards-container-org
Feat/dashboards container org
2019-02-08 11:26:57 -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
Palakp41 25f92425d5
Merge pull request #11758 from influxdata/feat/dashboards-container-org
Update Org page to include Dashboards components
2019-02-08 09:51:07 -08:00