Commit Graph

1396 Commits (a65592ffa5afe7f2282a0ae8a6e6469909aed40b)

Author SHA1 Message Date
Jade McGough 03b0d0178d formatting 2016-12-14 12:55:21 -08:00
Jade McGough e7ebc9fd9e add dashboard creation to API 2016-12-14 12:54:58 -08:00
Jade McGough bdf65400f2 formatting 2016-12-14 12:12:20 -08:00
Jade McGough 11cb9a795d add dashboard GET and DELETE handlers 2016-12-14 09:37:47 -08:00
Jade McGough 77cab972a6 add update func to dashboards 2016-12-14 00:12:36 -08:00
Jade McGough de0efa0b27 omg it compiled 2016-12-13 23:56:26 -08:00
Jade McGough 16327a87d7 wow did it actually just compile? 2016-12-13 23:22:54 -08:00
Jade McGough 582bde4657 fix errors 2016-12-13 22:57:52 -08:00
Alex P b58193badf If no kapacitor instance, show -- instead of blank cell 2016-12-13 17:41:07 -08:00
Alex P 9ee2e6d042 Right aligned delete rule button 2016-12-13 17:23:53 -08:00
Alex P 79187164e0 More obvious empty state for kapacitor config 2016-12-13 17:22:34 -08:00
Alex P bb036e111d new panel menu a little wider 2016-12-13 17:01:27 -08:00
Alex P 843e793eb6 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 7ddee2ddbb 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 2d54d4c26d Minor tweaks 2016-12-13 16:32:19 -08:00
Jade McGough 282394c01d fix issues in dashboards internal 2016-12-13 16:19:42 -08:00
Will Piers beab738d92 Create simple dropdown and use it. Needs style help 2016-12-13 14:30:02 -08:00
Nathan Haugo 601dd26a74 Merge pull request #686 from influxdata/bugfix/tr-missing-version
Fix missing version
2016-12-13 13:48:58 -08:00
Alex Paxton 3c51c6e503 Merge pull request #684 from influxdata/fix-input-text-selection
Fix Input Text Selection
2016-12-13 13:22:04 -08:00
Tim Raymond 33f7634974 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 084a55e5f6 Rename sources to configuration in SideNav 2016-12-13 10:41:44 -08:00
Tim Raymond 465f91a784 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 ca9bc60e57 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 579ac2b71f 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 900591ea71 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 2bdedc0683 update internal.pb.go 2016-12-13 03:07:24 -08:00
Jade McGough 39ba29b893 add and get methods for dashboard 2016-12-13 02:44:19 -08:00
Jade McGough 76fb9a95c4 add marshal/unmarshal for dashboards 2016-12-13 02:25:26 -08:00
Alex P dc07d48208 Works for textarea as well as input 2016-12-12 17:55:45 -08:00
Alex P 398e38796c fancy blue highlight 2016-12-12 17:49:07 -08:00
Alex P 9fee7ae65b Commenting out this button until it has an event listener 2016-12-12 16:50:10 -08:00
Alex P cd30d162ad 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 340d71dee9 Removing references to previous monotype font 2016-12-12 16:25:17 -08:00
Alex P f8cf700c40 Removing excess styles from query editor 2016-12-12 16:17:43 -08:00
Alex P 2a79b707ba New monotype font! 2016-12-12 16:15:34 -08:00
Alex P 920ff6a3e5 Renaming stylesheet to match component
Raw query editor —> raw text
2016-12-12 14:27:54 -08:00
Alex P 563eea8ca3 Switching to new class names (explorer --> panel) 2016-12-12 14:27:31 -08:00
Alex P 9bfa84c7f8 Renaming stylesheet to match new conventions 2016-12-12 13:05:48 -08:00
Alex P 8f921d47f3 Removing extra div 2016-12-12 13:05:33 -08:00
Alex Paxton a848f954b5 Merge pull request #681 from influxdata/transparent-spinner
Transparent Spinner
2016-12-12 12:45:14 -08:00
Will Piers 947949bc63 Clean up and small refactors 2016-12-12 12:04:33 -08:00
Will Piers a060fc8153 Allow for rawText queries again 2016-12-12 12:03:48 -08:00
Will Piers 4f169a47a0 Rename Explorers to Panels and add functionality to create raw queries 2016-12-12 11:50:58 -08:00
Alex P 6405ba2eb3 spinner rotates the right direction now 2016-12-12 11:25:56 -08:00
Alex P 3ed9667698 transparent spinner 2016-12-12 11:17:49 -08:00
Alex Paxton 4fee6358bb Merge pull request #676 from influxdata/apply-function-ui-fix
DE Polish
2016-12-09 17:17:36 -08:00
Chris Goller dd319c283e Merge pull request #678 from influxdata/go-beta-2-changelog
Add CHANGELOG for beta2
2016-12-09 16:03:49 -06:00
Chris Goller 2f7463bdd8 Merge pull request #677 from influxdata/readme-version-update
Update to 1.1.0-beta2
2016-12-09 16:01:44 -06:00
Chris Goller 5607efd191 Add CHANGELOG for beta2 2016-12-09 16:01:08 -06:00
Regan Kuchan 65be72f00f Update to 1.1.0-beta2 2016-12-09 13:53:53 -08:00