Commit Graph

702 Commits (67fba0c56fbac9705fd80d75bbff189f5efe01d8)

Author SHA1 Message Date
Tim Raymond 67fba0c56f 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 1868685ab6 Merge pull request #446 from influxdata/docs-cleanup
Remove all my old design documentation
2016-11-09 19:46:31 -06:00
Will Piers 23744ca586 Send along the db and rp to AutoRefresh 2016-11-09 16:04:54 -08:00
Andrew Watkins 0489702f5e 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 86cb8e11bb Remove all my old design documentation 2016-11-09 17:43:15 -06:00
Nathan Haugo 7890a75b35 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 145f608985 Remove Alerta from alert options 2016-11-09 14:46:13 -08:00
Will Piers 90d1d4c7f0 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 170dd49c03 Copy changes 2016-11-09 14:20:31 -08:00
Andrew Watkins 390f060e9e Fix query not being saved on edit 2016-11-09 14:20:24 -08:00
Chris Goller 78c4f138c8 Merge pull request #441 from influxdata/nsq-layouts
Add nsq layouts
2016-11-09 16:18:23 -06:00
Andrew Watkins 6322125bd6 Merge pull request #438 from influxdata/rule-page-polish
Rule Page Polish Pt. 1
2016-11-09 14:10:04 -08:00
Chris Goller 61e9479a2a Add nsq layouts 2016-11-09 16:08:49 -06:00
Chris Goller fe63204022 Merge pull request #440 from influxdata/feature/358-version-flag
Add version option
2016-11-09 16:07:31 -06:00
Alex P fdd2103747 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 cafc732de6 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 e64b7522d0 Centering the page 2016-11-09 14:00:19 -08:00
Alex P a1eac98cf1 Custom Scrollbar mixin 2016-11-09 14:00:18 -08:00
Alex P 8c6a6a1343 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 7f84e1f60a 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 c6d070ef5c 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 6b4dee0429 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 5413a51888 Creating gradient mixins for future use, keeping in DRY 2016-11-09 14:00:18 -08:00
Alex P 9a602b3a46 Messing with icons in side nav 2016-11-09 14:00:18 -08:00
Alex P df243aade3 Adding latest icon font 2016-11-09 14:00:18 -08:00
Alex P 69a9e0e842 Graph empty state, line graphics on builder half 2016-11-09 14:00:18 -08:00
Alex P c14ac402cd Adding class to override existing styles 2016-11-09 14:00:18 -08:00
Alex P 70faa762a6 Organizing page into two halves 2016-11-09 14:00:18 -08:00
gunnaraasen 8d57cc92ec Add version option 2016-11-09 13:25:07 -08:00
Tim Raymond 3e4cb4010f Swap <a> for <Link>
This is more idiomatic
2016-11-09 16:17:34 -05:00
Nathan Haugo 81bb91bc3a 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 2209448adb Create new queries rather than reusing old ones 2016-11-09 12:18:08 -08:00
Will Piers 6edfb62a05 Merge pull request #430 from influxdata/eslint-again
Fix eslint issues again
2016-11-09 10:10:33 -08:00
Chris Goller 29ba6461b3 Update derivatives to be the correct units (and make query faster) 2016-11-09 12:06:26 -06:00
Chris Goller cb3b17435a 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 4d36a09309 Update layouts to have unique cell ids and layout ids 2016-11-09 09:41:24 -06:00
Chris Goller ec78494604 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 ed525a81ee Fix layouts to use groupby and quote host 2016-11-08 19:13:11 -06:00
Jade McGough 116f45bf56 unbreak everything 2016-11-08 16:02:33 -08:00
Will Piers 0c4fe14eda Fix eslint issues again 2016-11-08 15:29:49 -08:00
Andrew Watkins 1c56604457 Merge pull request #429 from influxdata/move-old-code
Move old code
2016-11-08 15:15:28 -08:00
Andrew Watkins a43452df27 Remove query page spec 2016-11-08 15:01:27 -08:00
Andrew Watkins 488546c123 Move queries page and remove calls from index 2016-11-08 14:52:24 -08:00
Andrew Watkins cab1a37740 Move old enterpirse code into archive 2016-11-08 14:50:41 -08:00
Nathan Haugo 39f8ff4c0e Merge pull request #401 from influxdata/docs/getting_started
First rev of getting started
2016-11-08 14:39:59 -08:00
Chris Goller ea9c47432d Merge pull request #426 from influxdata/remove-cache
Update build to always remove the node_modules
2016-11-08 15:56:23 -06:00
Chris Goller b577657881 Merge pull request #425 from influxdata/fix-k8s-groupbys
Update k8s groupbys to be escape quoted
2016-11-08 15:55:46 -06:00
Chris Goller a4a7b4330b Update build to always remove the node_modules 2016-11-08 15:42:56 -06:00
Chris Goller 4fefc86e69 Merge pull request #414 from influxdata/disk-layout
Add disk usage_percent layout
2016-11-08 15:27:22 -06:00
Chris Goller 845da2bd70 Merge pull request #421 from influxdata/fix-k8s-fields
Update k8s CPU field name to millicores
2016-11-08 15:27:05 -06:00