Commit Graph

1551 Commits (e9e6c0b7a3b8d4b4ff7380b4c3142043c67617cb)

Author SHA1 Message Date
Jade McGough 0fd1cc7861 be sure to create dashboardsbucket in bolt 2016-12-15 00:49:43 -08:00
Jade McGough d3e77fd253 wording 2016-12-15 00:41:42 -08:00
Jade McGough eda132df08 add update function for dashboards api 2016-12-15 00:31:53 -08:00
Will Piers 880b69a3e1 Merge pull request #667 from influxdata/editor-mode
Editor mode
2016-12-14 14:58:35 -08:00
Will Piers b006a0a0fd Update changelog 2016-12-14 14:58:15 -08:00
Jade McGough 52e845844f formatting 2016-12-14 12:55:21 -08:00
Jade McGough e8d1094be9 add dashboard creation to API 2016-12-14 12:54:58 -08:00
Jade McGough 8bc8ba151e formatting 2016-12-14 12:12:20 -08:00
Jade McGough 7986ecce3f add dashboard GET and DELETE handlers 2016-12-14 09:37:47 -08:00
Jade McGough 43464f6008 add update func to dashboards 2016-12-14 00:12:36 -08:00
Jade McGough 8f939f8fbf omg it compiled 2016-12-13 23:56:26 -08:00
Jade McGough cd627b47ff wow did it actually just compile? 2016-12-13 23:22:54 -08:00
Jade McGough ccf93b4781 fix errors 2016-12-13 22:57:52 -08:00
Alex P 65ec43ae79 If no kapacitor instance, show -- instead of blank cell 2016-12-13 17:41:07 -08:00
Alex P 0e9ee98196 Right aligned delete rule button 2016-12-13 17:23:53 -08:00
Alex P d7ab5d67bf More obvious empty state for kapacitor config 2016-12-13 17:22:34 -08:00
Alex P f45189a7b5 new panel menu a little wider 2016-12-13 17:01:27 -08:00
Alex P 3d1ae8e3fa Adding "open" class to dropdown toggle if it is open
Helps differentiate between itself and nearby buttons during dropdown
open state, following bootstrap’s design patterns
2016-12-13 17:00:11 -08:00
Alex P cf28f3d19b Styling new panel tab menu
Using full text names “Query Builder” and “Raw Text” to be as clear as
possible to users
2016-12-13 16:55:33 -08:00
Will Piers 5949b273bc Minor tweaks 2016-12-13 16:32:19 -08:00
Jade McGough aeefafdc29 fix issues in dashboards internal 2016-12-13 16:19:42 -08:00
Will Piers 4f20a42e54 Create simple dropdown and use it. Needs style help 2016-12-13 14:30:02 -08:00
Nathan Haugo a09499e484 Merge pull request #686 from influxdata/bugfix/tr-missing-version
Fix missing version
2016-12-13 13:48:58 -08:00
Alex Paxton 420a62a1cc Merge pull request #684 from influxdata/fix-input-text-selection
Fix Input Text Selection
2016-12-13 13:22:04 -08:00
Tim Raymond bbe7c31470 Fix missing version
Previously, using the version switch (`chronograf --version`) would
yield no version or commit information. This was because those two
package vars were exported, when the build script expects them to be
package private. To keep the build script as consistent as possible
across repos, the solution was to just make those package vars private

Connect #679
2016-12-13 15:09:12 -05:00
Andrew Watkins 31c7fa934b Rename sources to configuration in SideNav 2016-12-13 10:41:44 -08:00
Tim Raymond 0194ab2184 Merge branch 'master' into feature/tr-host-status
Conflicts:
  ui/src/hosts/components/HostsTable.js
2016-12-13 13:31:33 -05:00
Tim Raymond c227fb152f Add warning status light
It's useful to see when a host is potentially having problems and when a
host is definitely having problems. We want to show when we haven't
heard from hosts in the past 10 minutes or greater than that interval.

To facilitate this, the deltaUptime query was adjusted to fetch 10
minutes worth of data grouped into 1m intervals with a fill(0). The
"show tag values" query to fetch all hosts sets the uptime value of
hosts to be -1. If a negative value is seen by a HostRow for a
deltaUptime value, the status light is set to red. If it's 0 (meaning a
fill value), we set that to an amber light. Finally if the host is
reporting a positive deltaUptime, the light becomes green.
2016-12-13 13:13:53 -05:00
Tim Raymond a50b73db87 Improve Host Status Queries
This incorporates some feedback received from a spike implementation of
host status. For one, the uptime query (now named deltaUptime to
better indicate this is a change in uptime) is now packed into the query
to fetch the rest of the data for the host page. Also, a "show tag
values" query has been added here to fetch hosts that will escape the
time range selected by the group by in the deltaUptime query (see this
issue: https://github.com/influxdata/influxdb/issues/6967).

While not implemented in this commit, it's possible now that we could
show different treatments for those hosts that haven't been seen
"recently" (as defined by the time selection on the deltaUptime query)
and those that have.
2016-12-13 12:01:43 -05:00
Tim Raymond c1effd7f47 Improve error messages through proxy
Previously, the proxy would only report the error code it received from
an InfluxDB instance. This also passes the error message returned by
InfluxDB through, so it appears in the Chronograf server logs as well as
in the response returned to the frontend by the proxy (making it visible
by inspecting the request in the network tab).
2016-12-13 11:59:26 -05:00
Jade McGough 4cd1037ce0 update internal.pb.go 2016-12-13 03:07:24 -08:00
Jade McGough 07fa7a6df1 add and get methods for dashboard 2016-12-13 02:44:19 -08:00
Jade McGough 42af276f7a add marshal/unmarshal for dashboards 2016-12-13 02:25:26 -08:00
Alex P 8be70eb9f3 Works for textarea as well as input 2016-12-12 17:55:45 -08:00
Alex P 0a24643f91 fancy blue highlight 2016-12-12 17:49:07 -08:00
Alex P e91f6feee8 Commenting out this button until it has an event listener 2016-12-12 16:50:10 -08:00
Alex P e16661b9a6 Styling raw text field
- Builder queries are blue
- Raw text queries are purple
- Using the new monospace font here
- Doing something a bit heavy-handed to ensure there is no jitter
between the raw text and builder text
2016-12-12 16:40:40 -08:00
Alex P df98fefeab Removing references to previous monotype font 2016-12-12 16:25:17 -08:00
Alex P 5e387ad0d2 Removing excess styles from query editor 2016-12-12 16:17:43 -08:00
Alex P 2fc4d7172f New monotype font! 2016-12-12 16:15:34 -08:00
Alex P f695830cbe Renaming stylesheet to match component
Raw query editor —> raw text
2016-12-12 14:27:54 -08:00
Alex P a63cf7581d Switching to new class names (explorer --> panel) 2016-12-12 14:27:31 -08:00
Alex P 26167bc881 Renaming stylesheet to match new conventions 2016-12-12 13:05:48 -08:00
Alex P c09c283849 Removing extra div 2016-12-12 13:05:33 -08:00
Alex Paxton 01012463fd Merge pull request #681 from influxdata/transparent-spinner
Transparent Spinner
2016-12-12 12:45:14 -08:00
Will Piers 093b692110 Clean up and small refactors 2016-12-12 12:04:33 -08:00
Will Piers 350cb401ae Allow for rawText queries again 2016-12-12 12:03:48 -08:00
Will Piers 603104eb6d Rename Explorers to Panels and add functionality to create raw queries 2016-12-12 11:50:58 -08:00
Alex P 6b9606046e spinner rotates the right direction now 2016-12-12 11:25:56 -08:00
Alex P 35cb894614 transparent spinner 2016-12-12 11:17:49 -08:00