Commit Graph

3138 Commits (9ed030309d40b8f419f7605c298b117e8da898d4)

Author SHA1 Message Date
Jade McGough cbdf067a56 persist the currently active kapacitor in boltdb 2017-04-21 12:42:35 -07:00
Jade McGough d435caab85 retrieve kapacitors again after sources are reloaded 2017-04-21 12:42:35 -07:00
Alex P 5ba1ed5a24 Oooooooooops
Silly mistake
2017-04-21 12:42:35 -07:00
Alex P 9c05f574c6 Small style adjustment
That pesky square corner go bye bye
2017-04-21 12:42:34 -07:00
Alex P ec437213aa Fix style 2017-04-21 12:42:34 -07:00
Alex P 510f29d93a Style endpoint tab contents 2017-04-21 12:42:34 -07:00
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
Jared Scheib a0fd6e265d Merge branch 'feature/template-variables' into feature/template-variables_proxy-params 2017-04-20 18:19:48 -07:00
Jared Scheib b890f22ca6 Add test for selectTemplate, update spec fixtures 2017-04-20 18:11:55 -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 b8da81171f Update var names and propTypes to match spec 2017-04-20 17:31:43 -07:00
Jared Scheib e940fa22df Update 'query' key to 'influxql' 2017-04-20 16:51:49 -07:00
Jared Scheib 21ba809a6c Update tV to 'template' for consistency 2017-04-20 16:42:27 -07:00