Commit Graph

962 Commits (ca86930ae3894e2a7d77c1b0cfd4478f54a5c815)

Author SHA1 Message Date
Chris Goller c010596be5 Merge pull request #452 from influxdata/fix-kapacitor-update
Fix #442 ; update tickscript to be disabled during script update followed by enable
2016-11-10 13:13:03 -06:00
Chris Goller 5ece74e90b Fix #442 ; update tickscript to be disabled during script update followed by enable 2016-11-10 12:56:34 -06:00
Chris Goller 4bd305b232 Merge pull request #451 from influxdata/feature/ga-remove-pw-todos
Remove password in cleartext TODOs
2016-11-10 12:26:53 -06:00
Chris Goller e410fdc427 Merge pull request #450 from influxdata/kapacitor-group-by
Update tickscript generation to use group by time as period.
2016-11-10 12:26:24 -06:00
gunnaraasen 29b51c6752 Remove password in cleartext TODOs 2016-11-10 10:09:14 -08:00
Andrew Watkins ea5284552c Merge pull request #427 from influxdata/kapacitor-redacted
Omit redacted kapacitor fields when updating config. Refactor alert-testing code to use the right API
2016-11-10 09:57:55 -08:00
Chris Goller 4c7a13b292 Update tickscript generation to use group by time as period.
Add httpOut node
Remove spurious variables
2016-11-10 11:35:26 -06:00
Tim Raymond fdf01d3bcd Add PostgreSQL Layout
This adds graphs for monitoring rows returned, buffers used, any
conflicts/deadlocks, as well as the current queries per second.
2016-11-10 11:09:38 -05:00
Chris Goller 9ccbcfdd80 Add windows metrics to host loading 2016-11-09 20:27:48 -06:00
Chris Goller e2d0df9ccd Merge pull request #446 from influxdata/docs-cleanup
Remove all my old design documentation
2016-11-09 19:46:31 -06:00
Will Piers 093a7dab91 Remove unnecessary state 2016-11-09 17:02:44 -08:00
Will Piers dba949362f Omit redacted kapacitor fields when updating config. Refactor alert-testing code to use the right API 2016-11-09 16:55:33 -08:00
Will Piers c104b4e147 Send along the db and rp to AutoRefresh 2016-11-09 16:04:54 -08:00
Andrew Watkins f551ba038c Merge pull request #443 from influxdata/fix-save-task-query-changes
Fix save task query changes
2016-11-09 15:50:38 -08:00
Chris Goller 99ad1bf228 Remove all my old design documentation 2016-11-09 17:43:15 -06:00
Nathan Haugo 302d2435a5 Merge pull request #415 from influxdata/feature/tr-focus-app
Add ability to focus apps for a host
2016-11-09 14:52:37 -08:00
Andrew Watkins 8fcc738f78 Remove Alerta from alert options 2016-11-09 14:46:13 -08:00
Will Piers f0d768b201 Merge pull request #432 from influxdata/time-selection
Create new queries rather than reusing old ones
2016-11-09 14:42:26 -08:00
Andrew Watkins c9f7232293 Copy changes 2016-11-09 14:20:31 -08:00
Andrew Watkins a20a559562 Fix query not being saved on edit 2016-11-09 14:20:24 -08:00
Chris Goller ae9594c0dd Merge pull request #441 from influxdata/nsq-layouts
Add nsq layouts
2016-11-09 16:18:23 -06:00
Andrew Watkins 1c270b6615 Merge pull request #438 from influxdata/rule-page-polish
Rule Page Polish Pt. 1
2016-11-09 14:10:04 -08:00
Chris Goller 9421fbf369 Add nsq layouts 2016-11-09 16:08:49 -06:00
Chris Goller 5a8651953f Merge pull request #440 from influxdata/feature/358-version-flag
Add version option
2016-11-09 16:07:31 -06:00
Alex P f0273972ff Adding much needed padding at bottom of page
Only visible when window is small enough to scroll
2016-11-09 14:00:19 -08:00
Alex P 3d95160d32 Changes default rule name to "Untitled Rule"
Helps increase the affordance of the renaming interaction
2016-11-09 14:00:19 -08:00
Alex P 828d1cde0c Centering the page 2016-11-09 14:00:19 -08:00
Alex P f4ae0669cb Custom Scrollbar mixin 2016-11-09 14:00:18 -08:00
Alex P 38ffccb222 Options to override dygraph defaults from the component
- boolean for below-series-fill
- Option to pass in an array of colors
2016-11-09 14:00:18 -08:00
Alex P 9f63fb734d Updated markup on rule builder
In a good place, still need to assimilate the metric selector
2016-11-09 14:00:18 -08:00
Alex P 7932f6aeff Tabs can be optionally set to Kapacitor style
A simple class change wasn’t enough!
Also, tried using bool instead of string and couldn’t get it to work
for some reason
2016-11-09 14:00:18 -08:00
Alex P fce8c8f3d4 Moving Kapacitor styles into their own sheet
- Also trying to use variables to maintain consistency on the page
2016-11-09 14:00:18 -08:00
Alex P 873b8a7193 Creating gradient mixins for future use, keeping in DRY 2016-11-09 14:00:18 -08:00
Alex P 096a98f237 Messing with icons in side nav 2016-11-09 14:00:18 -08:00
Alex P cac12ba4cb Adding latest icon font 2016-11-09 14:00:18 -08:00
Alex P c036c6ce6e Graph empty state, line graphics on builder half 2016-11-09 14:00:18 -08:00
Alex P 9fb5b00804 Adding class to override existing styles 2016-11-09 14:00:18 -08:00
Alex P d0d77c2fb4 Organizing page into two halves 2016-11-09 14:00:18 -08:00
gunnaraasen b463e999bc Add version option 2016-11-09 13:25:07 -08:00
Tim Raymond c1752d6afc Swap <a> for <Link>
This is more idiomatic
2016-11-09 16:17:34 -05:00
Nathan Haugo dfee7e54ea Merge pull request #436 from influxdata/fix-layout-derivatives
Update derivatives to be the correct units (and make query faster)
2016-11-09 12:28:31 -08:00
Will Piers e4304ae8d9 Create new queries rather than reusing old ones 2016-11-09 12:18:08 -08:00
Will Piers f4750815cf Merge pull request #430 from influxdata/eslint-again
Fix eslint issues again
2016-11-09 10:10:33 -08:00
Chris Goller c8371badb8 Update derivatives to be the correct units (and make query faster) 2016-11-09 12:06:26 -06:00
Chris Goller 9ff8e4f52a Merge pull request #434 from influxdata/fix-layout-uuids
Update layouts to have unique cell ids and layout ids
2016-11-09 09:50:48 -06:00
Chris Goller 60bba98077 Update layouts to have unique cell ids and layout ids 2016-11-09 09:41:24 -06:00
Chris Goller fff4ddff67 Merge pull request #433 from influxdata/fix-layout-group
Fix layouts to use groupby and quote host
2016-11-08 19:28:48 -06:00
Chris Goller 0cf2d8a763 Fix layouts to use groupby and quote host 2016-11-08 19:13:11 -06:00
Jade McGough 0838f09339 unbreak everything 2016-11-08 16:02:33 -08:00
Will Piers a17944544e Fix eslint issues again 2016-11-08 15:29:49 -08:00