Commit Graph

3315 Commits (43ee0e4baf2bac1ee72a55d4f9568e2d725e302a)

Author SHA1 Message Date
Tim Raymond 43ee0e4baf Add logging of response times
This makes monitoring Chronograf 👍
2017-05-08 14:40:50 -07:00
Jared Scheib 1e2e3c1362 Notify user about --prefix-routes when using --basepath 2017-05-08 14:40:50 -07:00
Jared Scheib 172f976ca6 Fix links assignment on some AJAX requests 2017-05-08 14:40:50 -07:00
Jared Scheib 4b4f1bd572 Add / to routes and use simpler basename api 2017-05-08 14:40:50 -07:00
Jared Scheib 05437cfcdc Remove unnecessary basepath logic 2017-05-08 14:40:50 -07:00
Jade McGough d4dac5a878 Merge pull request #1412 from influxdata/fix/alerts-on-kapacitor-refresh
validate kapacitor connection after updating config
2017-05-08 12:41:03 -07:00
Jade McGough 1025f4fe70 fix dumb copypasta 2017-05-08 12:20:57 -07:00
Jade McGough 9e2cce9593 make checkKapacitorConnection async 2017-05-08 12:17:49 -07:00
Jade McGough 610c6697e6 redirect to kapacitor edit route after creating new kapacitor 2017-05-08 12:05:09 -07:00
Jade McGough 74760ab2b4 pull kapacitor connection checks out of callbacks 2017-05-08 11:32:35 -07:00
Jade McGough b048cefa80 remove line from another PR 2017-05-08 11:08:38 -07:00
Jade McGough feaaa5c4bf update changelog 2017-05-08 11:08:24 -07:00
Jade McGough 1dd0e33a0d validate kapacitor connection after updating config 2017-05-08 11:03:54 -07:00
lukevmorris ebad771801 Submit tvars when asking for a queryConfig (#1408) 2017-05-05 23:05:14 -07:00
lukevmorris ba108269b5 Feature/varmoji dash (#1397)
* Support dashes in tempVars with two regex passes

* Rename CustomTimeRange component to CustomTimeRangeDropdown for discovery and consistency

* Update tests for template varmojis

* Give names to each step of regex multipass
2017-05-05 15:04:13 -07:00
lukevmorris 611795ecdd Need RangeValue to correctly calculate Alert graph range (#1406)
* Need RangeValue to correctly calculate Alert graph range

* Update CHANGELOG
2017-05-05 15:00:04 -07:00
Chris Goller 442a0762e8 Merge pull request #1201 from influxdata/feature/reverse-kapa
Kapacitor AST parsing / display all kapacitor tasks
2017-05-05 16:42:00 -05:00
Chris Goller 243286892f Fix null queryConfig and add substantial test coverage to kapacitor
storage
2017-05-05 16:14:02 -05:00
Chris Goller 8772cecef7 Fix bad commit to Makefile 2017-05-05 14:47:02 -05:00
Chris Goller 2851d607cc Merge branch 'master' into feature/reverse-kapa 2017-05-05 14:41:06 -05:00
Chris Goller ca35747702 Update CHANGELOG to mention enable/disable all tickscripts 2017-05-05 14:40:11 -05:00
Chris Goller 3821b1ccff Update Kapacitor alerts to set queryConfig to null if not parsable. 2017-05-05 14:30:20 -05:00
Andrew Watkins 315ca27b67 Fix link 2017-05-05 12:24:12 -07:00
Andrew Watkins acd5425ddb Handle deadman trigger validation 2017-05-05 12:16:01 -07:00
Jade McGough 861b8052b0 Merge pull request #1401 from influxdata/delete-kapacitor
add ability to delete kapacitor config
2017-05-05 11:42:16 -07:00
Alex Paxton c3e3e9c4d5 Merge pull request #1385 from influxdata/condense-de-lists
Query Builder Upgrade and Resizer Refactor
2017-05-05 11:33:11 -07:00
Jade McGough 1cdffa0097 use link from kapacitor object 2017-05-05 11:25:52 -07:00
Alex P 7669c69000 Follow correct pattern with naming 2017-05-05 11:25:02 -07:00
Andrew Watkins ff65bea7a7 Display all alert-rules regardless of origin
Alert rules can be generated by Chronograf or manually
by the user outide of the Chronograf UI.
2017-05-05 11:23:41 -07:00
Alex P f99a562606 Undo previous name change
was not the right instance, going to leave this how it was
2017-05-05 11:13:50 -07:00
Alex P 275718ebb1 Make carets and name clickable instead of just name 2017-05-05 11:12:55 -07:00
Alex P e4e644ed43 Use proper naming for functions 2017-05-05 11:04:53 -07:00
Alex P 877a8310b5 Use css class in favor of inline styles 2017-05-05 10:34:53 -07:00
Alex P 2f714106e7 Do battle with magic numbers
Their magic is dark and potent, but we will prevail
2017-05-05 10:30:08 -07:00
Alex P 5aa3fe36f0 Add todo comment 2017-05-05 10:26:25 -07:00
Alex P ac4725109f Resolve conflicts 2017-05-05 10:13:13 -07:00
Alex P f223e1e2cd Rebase 2017-05-05 10:11:38 -07:00
Alex P c0a3e6d722 Use constants in favor of magic numbers
But damn they were so magical
2017-05-05 10:08:27 -07:00
Andrew Watkins 92bd5d10b4 Resolve conflicts
Conflicts:
	ui/src/utils/influxql.js
2017-05-05 10:01:26 -07:00
Alex P 0acf2b6c45 Use modern js stuffs 2017-05-05 09:53:46 -07:00
Alex P 2650817617 Clean up CSS 2017-05-05 09:09:31 -07:00
Chris Goller 809a07ce38 Merge pull request #1382 from influxdata/feature/influx-write
Add line-protocol /write endpoint to all data sources
2017-05-05 08:58:26 -05:00
Chris Goller 365434783d Merge branch 'master' into feature/influx-write 2017-05-05 08:10:14 -05:00
Jade McGough fb90cfa686 update changelog 2017-05-04 23:46:56 -07:00
Jade McGough 7a508fb27b add ability to delete kapacitor config 2017-05-04 23:40:53 -07:00
Alex P e333af913c Merge branch 'master' into condense-de-lists 2017-05-04 17:38:59 -07:00
Alex P 5802f3a85a User proper means of calculating number of children 2017-05-04 17:34:45 -07:00
lukevmorris b4e97fa21f :dashboardTime: (#1391)
* Add Range.Lower and Range.Upper to query config to persist custom ranges

* Update CHANGELOG to mention adding query build duration support

* Remove automatic application of global timeRange

If a user supplies a timeRange.  Add that to the queryConfig and use
that to generate the SELECT statement.  If a user omits a time range,
do not automatically include one...yet

* Update swagger.json to mention queryConfig's range

* Add test to influxql AST parsing of durations with no WHERE clause

* Implement first iteration of templated dashboard time range

* Range is nested within query.queryConfig

* DE will not use :dashboardTime:

* Clarify intention with a comment

* If there are no templates present, don't open the drawer

* Make TemplateControlBar its own component

* Rename dashTime to dashboardTime

* Cleanup TemplateControlBar

* Update CHANGELOG

* Update TemplateControlBar min height

* Polish template control bar

Inspired by @lukevmorris’ screenshot with the manage button on the right

* Reconstitute presentation mode styles
2017-05-04 16:57:50 -07:00
Jared Scheib ac2b4d404d Make handleClickOutside on TemplateVariableRow work the same as handleCancelEdit (#1400)
* Give handleClickOutside the same behavior as handleCancelEdit

* Update changelog
2017-05-04 16:57:24 -07:00
Alex P ad3ca3b19e Handle case of too many children
Shouldn’t be more than 2. Added a const atop the file for this, so no
magic numbers
2017-05-04 16:44:42 -07:00