Commit Graph

3205 Commits (a428894971d0c88b0708e9e5fae98750cf93ec8f)

Author SHA1 Message Date
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
Jared Scheib c662dfb62e Merge branch 'feature/template-variables' into feature/template-variables_proxy-params 2017-04-20 18:19:48 -07:00
Jared Scheib 0242bc7239 Add test for selectTemplate, update spec fixtures 2017-04-20 18:11:55 -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 b5a58eea68 Update var names and propTypes to match spec 2017-04-20 17:31:43 -07:00
Jared Scheib 76bbf5c8fe Update 'query' key to 'influxql' 2017-04-20 16:51:49 -07:00
Jared Scheib ec932f94b0 Update tV to 'template' for consistency 2017-04-20 16:42:27 -07:00
Jared Scheib db6717c636 Update key name to match what API expects 2017-04-20 16:36:26 -07:00
Jared Scheib a36586c01e Make devs happy again 2017-04-20 16:36:10 -07:00
Jared Scheib 69a6838281 Update var name to match what API expects 2017-04-20 16:34:30 -07:00
Chris Goller 97994a4cfe Update template query json key to be influxql 2017-04-20 18:23:59 -05:00
Jared Scheib 230e824b25 Update prop key to match what API expects 2017-04-20 16:19:49 -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
Chris Goller 3bf2c5dcbc Merge pull request #1316 from influxdata/feature/cheese-curd-templates
Add CRUD interface for templates
2017-04-20 16:32:54 -05:00
Chris Goller 3ca35dc721 Remove extra debug info in the dashboard testing 2017-04-20 16:31:00 -05:00
Jared Scheib e826786ae8 Merge branch 'feature/template-variables' into feature/template-variables_proxy-params 2017-04-20 14:13:32 -07:00
Jared Scheib 055c78e7fd Updated tempVars schema and refactor how selected values are reduced 2017-04-20 14:03:19 -07:00
Chris Goller 66662dcbc2 Fix whitespace in proto 2017-04-20 14:35:59 -05:00
Chris Goller fee966da28 Add measurements and databases to template variables 2017-04-20 14:32:02 -05:00
Chris Goller 9d22d53259 Add template variables to bolt storage 2017-04-20 14:31:29 -05:00
Chris Goller 8fd5cc1187 Add fields to store pieces of meta queries 2017-04-20 14:30:17 -05:00
Chris Goller b38ee73c6b Update templates API response 2017-04-20 12:22:55 -05: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
Chris Goller df6b90cc03 Update CHANGELOG to mention templates api 2017-04-20 11:51:04 -05:00
Chris Goller abc5ad0b17 Add more validation checks to dashboard updates 2017-04-20 11:47:31 -05:00
Chris Goller fccde3357e Fix linter errors to allow builds to pass 2017-04-20 11:46:59 -05:00
Chris Goller e44f716543 Add initial template CRUD operations 2017-04-20 11:09:56 -05:00
Chris Goller a16beb22cc Add template structure definitions to chronograf 2017-04-20 10:33:47 -05:00
Chris Goller ac0ba1334e Move dashboard cells into cells.go 2017-04-20 09:24:57 -05:00
Jared Scheib aaaee3ae49 Update changelog 2017-04-19 16:25:04 -07:00
Jared Scheib 74e03bfb16 Fix timeSeries data shape to restore full expected functionality of AutoRefreshingLineGraphs on Dashboard 2017-04-19 16:19:49 -07:00
Jared Scheib c8e04f5adf Update tempVars with current schema and successfully send to proxy 2017-04-19 15:10:07 -07:00
Andrew Watkins 7dcf5dd9ae Add onSubmit to template variable form 2017-04-19 14:47:07 -07:00
Andrew Watkins ffc8d8de1e Add editTemplate test and action / update tests 2017-04-19 14:46:26 -07:00
Jared Scheib 265ef87dab Rename 'params' to 'tempVars' 2017-04-19 14:30:12 -07:00
Andrew Watkins c7724531ab Introduce table inputs to the tempVar builder 2017-04-19 13:08:30 -07:00
Chris Goller 542f3c334c Add template variable substitution to influx queries 2017-04-19 12:10:18 -05:00
Chris Goller 5b2482c2ad Merge branch 'feature/template-variables' of github.com:influxdata/chronograf into feature/template-variables 2017-04-19 12:09:58 -05:00
Andrew Watkins 1b0aa055fd Create table classes
Since a table can now be a bunch of <div>'s. This will allow us to
include forms inside of tables without breaking HTML.

http://stackoverflow.com/questions/4035966/create-a-html-table-where-each-tr-is-a-form
2017-04-19 10:09:25 -07:00