Commit Graph

2910 Commits (fdde4f3fc8451624922a04d57cde333f5c3093e3)

Author SHA1 Message Date
Alex P fdde4f3fc8 Remove excess text from endpoint configs 2017-04-21 12:42:34 -07:00
Alex P 5a05fe9f34 Apply new styles to endpoint config tabs 2017-04-21 12:42:34 -07:00
Alex P 486ebf0307 Block spellcheck on kapacitor config form 2017-04-21 12:42:34 -07:00
Alex P 7b151c2a6d Create stylesheet for endpoint config page 2017-04-21 12:42:34 -07:00
Alex P f0bd2b1b87 Make kapacitor selector dropdown pretty 2017-04-21 12:42:05 -07:00
Alex P 6a0a6c2a6d Styles for kapacitor selector dropdown 2017-04-21 12:42:05 -07:00
Alex P 8361f4331e Make dropdown easier to customize 2017-04-21 12:42:05 -07:00
Alex P c7bace6c9d Remove responsive table, causes too many UI problems 2017-04-21 12:42:05 -07:00
Alex P adce105499 Replace edit button with a linked source name
more space efficient, still intuitive
2017-04-21 12:42:05 -07:00
Jade McGough 3ef5850d8b make kapacitor alerts tab look like an a tabbed interface 2017-04-21 12:42:05 -07:00
Jade McGough 0e8eb78f70 polish polish 2017-04-21 12:42:05 -07:00
Jade McGough 0c4bcb883b update kapacitor config page to new redesign 2017-04-21 12:42:05 -07:00
Jade McGough a0bf56fcf2 WIP redesign of KapacitorPage 2017-04-21 12:42:05 -07:00
Jade McGough 18d6303b8b prefer single quotes in eslintrc 2017-04-21 12:42:05 -07:00
Jade McGough 6d51ac876b add a link to create new kapacitors for hosts with no kapacitor 2017-04-21 12:42:05 -07:00
Jade McGough b617827b93 unbreak item selection 2017-04-21 12:42:05 -07:00
Jade McGough 814f81132d allow users to edit their existing kapacitor instances 2017-04-21 12:42:05 -07:00
Jade McGough 057c3a9eb8 make KapacitorPage work when visiting kapacitors/:id/edit 2017-04-21 12:42:05 -07:00
Jade McGough ac32361d14 refactor KapacitorPage to use es6 syntax 2017-04-21 12:42:05 -07:00
Jade McGough 272d78c8d9 provide link in dropdown to new kapacitor page 2017-04-21 12:41:49 -07:00
Jade McGough e58e9efded update Dropdown to use new es6 format 2017-04-21 12:40:51 -07:00
Jade McGough 95698388c0 use modern component declaration for ManageSources 2017-04-21 12:40:51 -07:00
Jade McGough 678cd8ab18 Revert "remove navigation to kapacitor config app"
This reverts commit de7bcf7040a246c9d606f3f1547d8f5afd54e457.
2017-04-21 12:40:51 -07:00
Jade McGough 54ad4aaa76 use kapacitor redux to display multiple kapacitors per source 2017-04-21 12:40:51 -07:00
Jade McGough f8a4b1bae4 store kapacitor response in redux store 2017-04-21 12:40:51 -07:00
Jade McGough 10d422b062 add dropdown for kapacitors 2017-04-21 12:39:41 -07:00
Jade McGough 7a5457644a WIP 2017-04-21 12:39:41 -07:00
Jade McGough 17ff852d94 add kapacitors to AllRoutes 2017-04-21 12:39:41 -07:00
Jade McGough 998a3ad7d0 add kapacitor table to manage sources page 2017-04-21 12:39:41 -07:00
Jade McGough 17e700767f remove unused withRouter call 2017-04-21 12:39:41 -07:00
Jade McGough 429ef27661 move influx source managament table to separate component 2017-04-21 12:39:41 -07:00
Jade McGough b198755da2 remove navigation to kapacitor config app 2017-04-21 12:39:41 -07:00
Jade McGough 2a0dee6536 clean up kapacitor swagger docs 2017-04-21 12:39:40 -07:00
Alex P ab64fd07d9 Add item to UI improvements 2017-04-20 18:36:26 -07:00
Alex P 85f660f47b I am a merciful god 2017-04-20 18:36:26 -07:00
Alex P 5d055bd3e9 Rename 2 colors
Darker purple (planet) is now “Amethyst” to match the gemstone theme of
that value. Creme De Violette was just a long name, so now it is
“twilight” (which has nothing to do with the movies or book series)
2017-04-20 18:36:26 -07:00
Alex P 6eacbdcb8e Use yellow for warning text in query editor 2017-04-20 18:36:26 -07:00
Alex P 3727f00961 Add yellow color spectrum for warning use cases
More semantic than purple for warnings
2017-04-20 18:36:26 -07:00
Chris Goller d31fe90c42 Fix JWTs for auth-durations less than 5 mins (#1318)
* WIP

* Fix JWTs for auth-durations less than 5 mins

For auth-duration = 0 the JWT now understands that there does not
need to be duration checks.

For auth-duration < 5 minutes > 0 the JWT lifespan will be 1/2
of auth-duration to allow one extension

There is likely a range of very short auth-duration times like, say,
less than 5 seconds that would never allow a person to login simply
because the time of issue and request is longer.

* Update changelog
2017-04-20 17:33:08 -07:00
Jared Scheib e93caaa2cb Merge pull request #1265 from influxdata/feature/auth-router
Refactor router to use auth and force /login route when auth expired
2017-04-20 16:10:49 -07:00
Jared Scheib b30bea21b7 Merge remote-tracking branch 'origin/master' into feature/auth-router
Conflicts:
ui/src/data_explorer/components/RawQueryEditor.js
ui/src/data_explorer/components/QueryEditor.js
2017-04-20 15:58:12 -07:00
Andrew Watkins 4a784c9718 Merge pull request #1309 from influxdata/query-builder-style-refactor
Query Maker Style Refactor
2017-04-20 10:14:44 -07:00
Jared Scheib e16a3cca6d Merge remote-tracking branch 'origin/master' into feature/auth-router 2017-04-18 14:37:48 -07:00
Alex P 0faf246618 Rename components according to CSS styles 2017-04-18 14:20:51 -07:00
Alex P 81f85c34d1 Polish group by time dropdown
styled differently in Rule builder vs DE
2017-04-18 14:09:49 -07:00
Alex P 2686fb80c8 Merge branch 'master' into query-builder-style-refactor 2017-04-18 12:08:27 -07:00
Alex P bbecdfe7fb Rework rule builder page to use new version of query builder 2017-04-18 12:08:07 -07:00
Alex P d53f593276 Simplify group by time dropdown 2017-04-18 12:07:08 -07:00
Alex P e066148d62 Visually join overlay controls and query maker 2017-04-18 11:02:20 -07:00
Alex P 374e468388 Scope responsive query maker styles to the DE 2017-04-18 11:01:43 -07:00