Commit Graph

1431 Commits (7898ecfc67574e6760cf1b0ec5ba8ee77028388c)

Author SHA1 Message Date
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
Alex Paxton aecf4ce07c Merge pull request #676 from influxdata/apply-function-ui-fix
DE Polish
2016-12-09 17:17:36 -08:00
Chris Goller a5f76192aa Merge pull request #678 from influxdata/go-beta-2-changelog
Add CHANGELOG for beta2
2016-12-09 16:03:49 -06:00
Chris Goller a177c3fd96 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 18486f5f51 Add CHANGELOG for beta2 2016-12-09 16:01:08 -06:00
Regan Kuchan 211311a1df Update to 1.1.0-beta2 2016-12-09 13:53:53 -08:00
Alex P d489df8822 Re-adding GroupByTimeDropdown stylesheet 2016-12-09 13:53:05 -08:00
Alex P 86a3eb3ca8 Merge branch 'master' into apply-function-ui-fix 2016-12-09 13:52:40 -08:00
Will Piers f9e0378d36 Adjult gitignore 2016-12-09 13:48:25 -08:00
Alex P fd309e338f Explorer tabs have names that refer to the query
Name is “Measurement” + First Field Selected Name
If multiple fields selected it only shows the first field not all fields
2016-12-09 13:17:14 -08:00
Alex P fe0fc85248 Explorer Tabs designed for measurement + field name
Eventually the tab will truncate text with …
With the current max-length of 175px
that gets you about 27-29 characters in the tab
2016-12-09 13:00:21 -08:00
Alex P e2c33809cc Renaming / Refactoring
“graph-panel” —> “graph”
2016-12-09 12:14:26 -08:00
Alex P 68d3d6c6be Explorer tabs cleanup
Had previously deleted the “X” icon, replaced with pseudo elements
2016-12-09 11:48:48 -08:00
Alex P a5ebacfc7a Merge branch 'master' into apply-function-ui-fix 2016-12-09 11:37:21 -08:00
Alex P 7dd17e4201 Tag list polish
checkboxes are darker, badges darker, search bar matches measurements
search bar
2016-12-09 11:37:13 -08:00
Alex P 19a04087f6 Removing white space 2016-12-09 11:36:47 -08:00
Chris Goller ba23917e03 Merge pull request #674 from influxdata/go-fix-content-type
Fix Content-Type of the index.html page to be text/html
2016-12-09 10:01:07 -06:00
Jade McGough 70e64b6baf WIP 2016-12-08 19:28:40 -08:00
Chris Goller 9b04e0c985 Update CHANGELOG 2016-12-08 21:17:54 -06:00
Chris Goller 34b79fd0eb Fix Content-Type of the index.html page to be text/html 2016-12-08 21:03:11 -06:00
Chris Goller a073f26078 Merge pull request #673 from influxdata/remove_endpoint
removing unimplemented endpoint from swagger
2016-12-08 17:23:38 -06:00