Commit Graph

4245 Commits (562729b6b5bc97de32497394a6a8cc7c3b74a8e5)

Author SHA1 Message Date
Jared Scheib 62c0457ac9 Update changelog 2017-06-21 18:36:40 -07:00
Jared Scheib 3f2a2d0a9f Revert removal of x and y axes on single stat graphs 2017-06-21 18:31:40 -07:00
Nathan Haugo fcf283c055 Merge pull request #1650 from influxdata/bug/fix-cpu-reporting
Fix broken cpu reporting on hosts page and normalize InfluxQL
2017-06-21 17:43:30 -07:00
Nathan Haugo 9bc9ee22b8 Fix verb tense in changelog 2017-06-21 17:43:04 -07:00
Nathan Haugo 5b03a25e9d Fix the changelog release 2017-06-21 17:14:02 -07:00
Nathan Haugo 8932875574 Update changelog 2017-06-21 16:59:47 -07:00
Nathan Haugo 47506b8bad Fix broken cpu reporting on hosts page and normalize InfluxQL 2017-06-21 16:56:52 -07:00
Andrew Watkins 6432d3268a Refresh page after write completes 2017-06-21 16:17:25 -07:00
Andrew Watkins 7a0c8166eb Default to currently selected database to write to 2017-06-21 16:10:06 -07:00
Andrew Watkins 42c0c9e497 Send proper content to writeLineProtocol 2017-06-21 15:35:15 -07:00
Andrew Watkins abfee72b04 Update CHANGELOG 2017-06-21 14:49:53 -07:00
Andrew Watkins 8a0d7951b2 Display uploaded filename 2017-06-21 14:45:35 -07:00
Andrew Watkins e117bd1b1f Move footer into stateless functional component 2017-06-21 14:35:41 -07:00
Andrew Watkins c30a897ba7 Update CHANGELOG 2017-06-21 14:11:41 -07:00
Andrew Watkins 7846f8fe16 Cleanup 2017-06-21 14:08:49 -07:00
Andrew Watkins 3996099660 Fix rebase error 2017-06-21 14:00:05 -07:00
Andrew Watkins 9c85b3a3e1 Remove stateful component wrapper 2017-06-21 13:58:36 -07:00
Andrew Watkins 3636e600ab Fix race condition on dashboard load with template variable values by performing all relevant transactions within the same async function. 2017-06-21 13:57:14 -07:00
Andrew Watkins 8dd5d5b51b Remove misplaced async 2017-06-21 13:57:14 -07:00
Andrew Watkins b7ce6299b9 Refresh templates on dashboard load 2017-06-21 13:57:14 -07:00
Alex P 1ccf86b253 Undoing undo 2017-06-21 13:24:25 -07:00
Alex P ba8930e7e3 Fix thin white line fancy scroll issue
Appears sometimes and is very distracting
2017-06-21 13:23:14 -07:00
Alex P 74a6e05a49 Remove strange white line that sometimes appears in fancy scrollbox 2017-06-21 13:03:32 -07:00
Alex P 2c6d08f060 Make write button color match successful file upload color 2017-06-21 12:58:09 -07:00
Alex P 1b17fe4c22 Show corresponding documentation links on tab change 2017-06-21 12:57:00 -07:00
Alex P 3904acf5b5 Add GZIP to accepted file formats
As mentioned in influxdb docs
2017-06-21 12:51:07 -07:00
Alex P 1596aa6970 Limit accepted files to text files 2017-06-21 12:47:03 -07:00
Alex P 6350eab226 Complete styling of upload file interaction 2017-06-21 12:38:39 -07:00
Alex P 22b34d454b Pass uploadContent into body to enable proper ui logic 2017-06-21 12:38:10 -07:00
Jared Scheib a451e0f2c8 WIP Display custom links in side nav 2017-06-21 11:16:29 -07:00
Alex P 215bfac0c4 Fix for #1631 2017-06-21 11:02:05 -07:00
Andrew Watkins 1841102ed8 WIP style file input 2017-06-21 10:06:07 -07:00
Tim Raymond 07a3dceb2f Add Auth0 to supported OAuth2 providers
Auth0 is an OpenID Connect compliant OAuth2 provider, so we're able to
re-use the generic OAuth2 provider to implement it. The routes required
by Auth0 have been hardcoded for user convenience.

Also, Auth0 requires users to register a subdomain of auth0.com when
signing up. This must be provided to chronograf through the
`--auth0-domain` parameter (or `AUTH0_DOMAIN` ENV). This is **distinct**
from the `PUBLIC_URL`. For example, for a Chronograf hosted at
`http://www.example.com`, and an Auth0 domain of
`http://oceanic-airlines.auth0.com`, a client-id of `notpennysboat` and a
client-secret of `4-8-15-16-23-42`, the command line options would look
like:

```
chronograf \
  --auth0-domain=http://oceanic-airlines.auth0.com \
  --auth0-client-id=notpennysboat \
  --auth0-secret=4-8-15-16-23-24
  --public-url=http://www.example.com
  -t `uuidgen`
```
2017-06-21 10:20:46 -04:00
Timothy J. Raymond 21c3f78fe3 Merge pull request #1619 from pragkent/generic-oauth-redirect-url
Add redirect url to generic oauth
2017-06-21 10:19:03 -04:00
Kent Wang fdcbd6badc Fix generic redirect URL 2017-06-21 12:19:21 +08:00
Andrew Watkins 3ee67a276a Move header into separate component 2017-06-20 16:28:33 -07:00
Andrew Watkins fc18a8dabd Move writing data inputs to separate component 2017-06-20 16:12:39 -07:00
Alex P 92c6385076 Merge remote-tracking branch 'origin/master' into sticky-alert-table 2017-06-20 14:20:15 -07:00
Andrew Watkins df1fda5d55 Introduce file uploading 2017-06-20 14:16:25 -07:00
Jared Scheib da7720fecb Add back empty 1.3.4.0 to changelog 2017-06-20 14:06:50 -07:00
Alex P cc00f54496 Update changelog 2017-06-20 13:52:11 -07:00
Alex P 02c161f4d1 Fix appearance of sortable table headers in alerts history table 2017-06-20 13:36:19 -07:00
Alex P f38de37da5 Make alerts page contents stretch to fill height 2017-06-20 13:33:42 -07:00
Alex P ab72956f98 Remove FancyScrollbar from container 2017-06-20 13:30:20 -07:00
Alex P acede4e754 Update alerts filter text to be more accurate 2017-06-20 13:29:55 -07:00
Andrew Watkins 1d989e6563 Merge branch 'master' into bugfix/enable-disable 2017-06-20 13:15:35 -07:00
Alex P 9e525a7197 WIP Make table headers sticky
Using CSS instead of HTML tables
2017-06-20 13:04:56 -07:00
Jared Scheib be38e64601 Merge pull request #1642 from influxdata/fix/basepath_json_feed-1640
Do not prefix basepath to external link for news feed
2017-06-20 12:44:44 -07:00
Hunter Trujillo 9f069d9bd8 Merge pull request #1639 from influxdata/feature/1597-hover-lines-performance
Feature/1597 hover lines performance
2017-06-20 13:40:04 -06:00
Jared Scheib b1ca3fe233 Update changelog 2017-06-20 12:12:14 -07:00