Commit Graph

1210 Commits (7ddee2ddbbac9f0cf3bf7982d97499910240410d)

Author SHA1 Message Date
Alex P 7459341f65 Merge branch 'master' into all-dark-ui 2016-11-30 14:22:27 -08:00
Will Piers a7f3d394da Update range and labels for new layout shape 2016-11-30 14:13:15 -08:00
Chris Goller 5afad83d8b Allow upper and lower bound to be zero 2016-11-30 14:13:15 -08:00
Andrew Watkins cdf5bfb1e0 Fix broken test
Signed-off-by: Will Piers <willpiers@influxdb.com>
2016-11-30 14:13:15 -08:00
Andrew Watkins 478be6e6ae Handle multiple ranges supplied by layout 2016-11-30 14:13:15 -08:00
Andrew Watkins ec61046d8c Add dygraphSeries prop 2016-11-30 14:13:15 -08:00
Andrew Watkins 33eb58e383 Remove prop requirement' 2016-11-30 14:13:15 -08:00
Andrew Watkins 8536f9d264 Rename fields to labels
What we where calling fields in timeSeriesToDygraph is really
a dygraph concept called labels.  Simply put, labels are the strings
used in a legend to identify a series.  Naming them fields was a bit
confusing as they are really an amalgomation of measurements, fields,
and tags.
2016-11-30 14:13:15 -08:00
Andrew Watkins 3644ab7fd9 Remove requirement from rp prop 2016-11-30 14:13:15 -08:00
Andrew Watkins db0a4cc5fd Handle multiple y-axes legend labels 2016-11-30 14:13:15 -08:00
Chris Goller a9d194ea82 Update documentation for layout labels and ranges 2016-11-30 14:13:15 -08:00
Chris Goller 38394152d6 Update layout ylabel and yrange to be properties of the query. 2016-11-30 14:13:15 -08:00
Will Piers 289c7e00f5 Refactor for fun and profit 2016-11-30 14:12:56 -08:00
Chris Goller a26844fa51 Merge pull request #633 from influxdata/go-docker-latest
Update circle to push latest tag for master builds
2016-11-30 16:09:00 -06:00
Will Piers bf4efeefc9 Add Y-labels to graphs 2016-11-30 14:04:32 -08:00
Chris Goller 761ec9d66d Add ylabels and yranges to layouts 2016-11-30 14:04:32 -08:00
Chris Goller bca14d801b Update circle to push latest tag for master builds
Fix for #631
2016-11-30 16:00:55 -06:00
Alex P 89d3b3ea7e Merge branch 'master' into all-dark-ui 2016-11-30 12:32:05 -08:00
Alex P db177fbcbc Proper cursor on editable rule name 2016-11-30 12:31:43 -08:00
Alex P d54f986eb3 Pencil icon next to editable name on Rule Builder 2016-11-30 12:29:11 -08:00
Alex P 25801a5f16 Removing previous overrides for Kapacitor themed forms
Using modifier classes defined in theme-dark instead
2016-11-30 12:28:56 -08:00
Alex P 5fb23272c0 Kapacitor Theme Inputs 2016-11-30 12:10:20 -08:00
Alex P 35c6cf3fef Code styles for dark theme 2016-11-30 12:08:22 -08:00
Will Piers 3ef3644d6a Merge pull request #630 from influxdata/edit-telegraf
Fix uneditable telegraf text input
2016-11-30 12:02:26 -08:00
Alex P 8f6d8b7956 Removing custom dropdown styles from DE sheets
- These will be in theme-dark.scss and not scoped to the DE
- Less is more
2016-11-30 11:52:52 -08:00
Alex P 0be72ddd0d Removing unused styles 2016-11-30 11:51:38 -08:00
Alex P 9778c84e0f Dark Theme styles have their own sheet
Trying to clean things up
2016-11-30 11:51:24 -08:00
Andrew Watkins f808a49aa2 Use defaultValue prop 2016-11-30 10:03:06 -08:00
Nathan Haugo 360819bc27 Merge pull request #573 from influxdata/bugfix/tr-layouts
Fix template layout ordering
2016-11-30 05:20:01 -08:00
Alex P e37183a1f6 Rule builder has a green scrollbar 2016-11-29 23:34:59 -08:00
Alex P 20f338118e Theme options for page-contents scrollbar 2016-11-29 23:30:12 -08:00
Alex P 43360a0530 New dark form styles & cleaned up layouts for alert configs 2016-11-29 17:45:46 -08:00
Alex P 119bb8d9f2 Removing unused styles 2016-11-29 15:52:03 -08:00
Alex P d767264ac5 Flash Messages have their own stylesheet
They were searching for a home for so long, I felt bad
2016-11-29 15:42:20 -08:00
Alex P a9ac8e4bd0 Removing some unused styles
Lots of vestigial madness in here
2016-11-29 15:41:49 -08:00
Alex P 1727a83516 Cleanup 2016-11-29 15:29:32 -08:00
Alex P a722780aab Page title font size slightly smaller
Looked huge on my laptop
Decreased slightly, more space efficient
Less likely to cause a wrap on pages like the Data Explorer
2016-11-29 15:25:15 -08:00
Alex P 97e0d9806c All pages have new page classes
- More consistent
- More semantic
- Might have missed a page or two, will circle back later
2016-11-29 15:24:38 -08:00
Alex P 36a1ed8e4c CSS Refactor
- Since all pages are dark, don’t need special styles for dark pages
- New naming conventions:
  - page > page-header
  - page > page-contents
2016-11-29 15:22:28 -08:00
Tim Raymond 23889951be Enforce cell dimensions on auto-layout cells
Previously, the calculation of cells which are in autoflow layouts was
incorrect since it needed to be multiplied by the cellHeight. To have
this, we also need to have a fixed cellHeight for these cells. This
overrides any cell width and height set on autoflowed layouts and forces
it to 4x4
2016-11-29 17:42:30 -05:00
Tim Raymond 1d509bf220 Update changelog 2016-11-29 17:42:30 -05:00
Tim Raymond 4ba7e10931 Fix template layout ordering
This divides templates into two classes: autoflow and static. This is
controlled by a boolean "autoflow" property on templates. Any autoflow
templates that will be rendered for a host, have their cells arranged in
a left-to-right, top-to-bottom fashion.

Static templates, are assumed to have precise positioning information
for their graphs. The only adjustment made to them will be a translation
of their Y coords so they do not overlap other layouts.

The autoflow templates, after processing, become a static layout as
defined above and are positioned accordingly.
2016-11-29 17:41:19 -05:00
Nathan Haugo 2d4fd948e9 Merge pull request #583 from influxdata/grid-layout-tweaks
Grid Layout Tweaks
2016-11-29 13:24:13 -08:00
Nathan Haugo c7c2ada152 Merge pull request #628 from influxdata/fancy-auth-page
Fancy Auth Page
2016-11-29 13:22:36 -08:00
Alex P 18c13923d7 Update from Master 2016-11-29 13:11:46 -08:00
Alex P c1e6c568de Auth page looks fancy now 2016-11-29 13:04:46 -08:00
Alex P 2b836b5467 New sheet for auth page styles 2016-11-29 13:04:28 -08:00
Alex P 4e17d527ff App container & bg style
Makes the Login page look good, laying track for all dark UI
2016-11-29 13:04:06 -08:00
Alex P 4167bf8b4b Adding in image assets
Using SVGs so the file size should be negligible
2016-11-29 13:03:07 -08:00
Nathan Haugo 6a348d0dd4 Merge pull request #579 from influxdata/fix/536-show-kapacitor-error
extract kapacitor error to separate component, share it with rules page
2016-11-29 12:35:38 -08:00