Commit Graph

2910 Commits (f418729342f51a4f651eff0d2fafea1b76b8a30f)

Author SHA1 Message Date
Alex P f418729342 Remove excess text from endpoint configs 2017-04-21 12:42:34 -07:00
Alex P 16c4cf65d3 Apply new styles to endpoint config tabs 2017-04-21 12:42:34 -07:00
Alex P 1b4d0e9800 Block spellcheck on kapacitor config form 2017-04-21 12:42:34 -07:00
Alex P aca6726c41 Create stylesheet for endpoint config page 2017-04-21 12:42:34 -07:00
Alex P f352a229e6 Make kapacitor selector dropdown pretty 2017-04-21 12:42:05 -07:00
Alex P eed5a09c2a Styles for kapacitor selector dropdown 2017-04-21 12:42:05 -07:00
Alex P 1b1e51e004 Make dropdown easier to customize 2017-04-21 12:42:05 -07:00
Alex P 5c3474a677 Remove responsive table, causes too many UI problems 2017-04-21 12:42:05 -07:00
Alex P 4883a84e0d Replace edit button with a linked source name
more space efficient, still intuitive
2017-04-21 12:42:05 -07:00
Jade McGough f71e59810e make kapacitor alerts tab look like an a tabbed interface 2017-04-21 12:42:05 -07:00
Jade McGough 951ee18596 polish polish 2017-04-21 12:42:05 -07:00
Jade McGough 3c04ac71bb update kapacitor config page to new redesign 2017-04-21 12:42:05 -07:00
Jade McGough e1daa36097 WIP redesign of KapacitorPage 2017-04-21 12:42:05 -07:00
Jade McGough 93ae313d0d prefer single quotes in eslintrc 2017-04-21 12:42:05 -07:00
Jade McGough 386ae9a0b1 add a link to create new kapacitors for hosts with no kapacitor 2017-04-21 12:42:05 -07:00
Jade McGough f31e5e6b10 unbreak item selection 2017-04-21 12:42:05 -07:00
Jade McGough f8dd669ca9 allow users to edit their existing kapacitor instances 2017-04-21 12:42:05 -07:00
Jade McGough f077a1f8e0 make KapacitorPage work when visiting kapacitors/:id/edit 2017-04-21 12:42:05 -07:00
Jade McGough 40b422c820 refactor KapacitorPage to use es6 syntax 2017-04-21 12:42:05 -07:00
Jade McGough 649951df45 provide link in dropdown to new kapacitor page 2017-04-21 12:41:49 -07:00
Jade McGough 2275989aa7 update Dropdown to use new es6 format 2017-04-21 12:40:51 -07:00
Jade McGough 8de88a389b use modern component declaration for ManageSources 2017-04-21 12:40:51 -07:00
Jade McGough 3c7e99b3bb Revert "remove navigation to kapacitor config app"
This reverts commit de7bcf7040a246c9d606f3f1547d8f5afd54e457.
2017-04-21 12:40:51 -07:00
Jade McGough 503f11a586 use kapacitor redux to display multiple kapacitors per source 2017-04-21 12:40:51 -07:00
Jade McGough 3ab20b5b01 store kapacitor response in redux store 2017-04-21 12:40:51 -07:00
Jade McGough 0b31030700 add dropdown for kapacitors 2017-04-21 12:39:41 -07:00
Jade McGough 05688ef634 WIP 2017-04-21 12:39:41 -07:00
Jade McGough 26bb911e04 add kapacitors to AllRoutes 2017-04-21 12:39:41 -07:00
Jade McGough e5e672248e add kapacitor table to manage sources page 2017-04-21 12:39:41 -07:00
Jade McGough 8b32185e52 remove unused withRouter call 2017-04-21 12:39:41 -07:00
Jade McGough 1431da7202 move influx source managament table to separate component 2017-04-21 12:39:41 -07:00
Jade McGough dbe7cd5de9 remove navigation to kapacitor config app 2017-04-21 12:39:41 -07:00
Jade McGough 8d9ac52c5c clean up kapacitor swagger docs 2017-04-21 12:39:40 -07:00
Alex P baedfcc76f Add item to UI improvements 2017-04-20 18:36:26 -07:00
Alex P 05ba227fd7 I am a merciful god 2017-04-20 18:36:26 -07:00
Alex P b334bf8f17 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 b24d92dd5a Use yellow for warning text in query editor 2017-04-20 18:36:26 -07:00
Alex P 86ba499981 Add yellow color spectrum for warning use cases
More semantic than purple for warnings
2017-04-20 18:36:26 -07:00
Chris Goller e098045a92 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 54825e75b1 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 b4b03a06f6 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 a5b01af158 Merge pull request #1309 from influxdata/query-builder-style-refactor
Query Maker Style Refactor
2017-04-20 10:14:44 -07:00
Jared Scheib 55fa7f8f77 Merge remote-tracking branch 'origin/master' into feature/auth-router 2017-04-18 14:37:48 -07:00
Alex P abbf76ab6c Rename components according to CSS styles 2017-04-18 14:20:51 -07:00
Alex P e674a70391 Polish group by time dropdown
styled differently in Rule builder vs DE
2017-04-18 14:09:49 -07:00
Alex P 74d6b88e7c Merge branch 'master' into query-builder-style-refactor 2017-04-18 12:08:27 -07:00
Alex P 4844d31f57 Rework rule builder page to use new version of query builder 2017-04-18 12:08:07 -07:00
Alex P d57b90d6df Simplify group by time dropdown 2017-04-18 12:07:08 -07:00
Alex P a2fe7dbe0f Visually join overlay controls and query maker 2017-04-18 11:02:20 -07:00
Alex P fbb1aee097 Scope responsive query maker styles to the DE 2017-04-18 11:01:43 -07:00