Commit Graph

4258 Commits (15e41284e3d9d637b8cac9b12ee1e79540f64760)

Author SHA1 Message Date
Alex P f6e9001cba Polish dashboards index table 2017-06-22 12:52:25 -07:00
Alex P 00e3c7960d Move table column widths into a constants file for consistency
Other tables in the UI follow this pattern
2017-06-22 12:38:17 -07:00
Andrew Watkins d43c898202 Merge pull request #1641 from influxdata/bugfix/enable-disable
Fix enable / disable bug
2017-06-22 11:54:57 -07:00
Tim Raymond 25119298fa Add CHANGELOG entry for Auth0
This adds an entry for #1645, where we added Auth0 support.
2017-06-22 14:47:57 -04:00
Alex P 870deff124 Style drag & drop interaction 2017-06-22 10:52:41 -07:00
Tim Raymond 356a24498f Update CHANGELOG for #1612
This updates the changelog indicating that it's not longer possible for
users to write to system databases (those whose names prefixed with an
underscore)
2017-06-22 11:41:53 -04:00
Tim Raymond c00e672ef1 Use startsWith over string index
This is considered more idiomatic than indexing a string for its first
character.
2017-06-22 11:41:13 -04:00
Tim Raymond 5648411db2 Remove system databases from "Write Data" dropdown
Users should not write to _internal, or generally any other database
preceeded with an '_', as we take that to mean a system-internal
database of some kind. This filters the list of databases to remove
those with names preceeded by a '_' character.

Also 'SHOW DATABASES' can return an error if users are not authorized to
do that, so it's important to throw that so it can be properly handled /
displayed to the user.
2017-06-22 11:41:13 -04:00
Hunter Trujillo f93a2e9c06 Add drag and drop. Add drag class. WIP Styles. 2017-06-22 00:30:26 -06:00
Nathan Haugo 2c37bb6ed5 Merge pull request #1652 from influxdata/revert/add_back_single_stat_axes
Revert removal of x and y axes and some style changes on Line + Single Stat graphs
2017-06-21 18:56:20 -07:00
Jared Scheib 088cd74874 Update changelog for additional changes 2017-06-21 18:55:36 -07:00
Jared Scheib 863f668d85 Revert axes colors; make single stat options nearly identical as regular 2017-06-21 18:53:56 -07:00
Jared Scheib f0ad522669 Fix changelog for two other hot fixes 2017-06-21 18:36:59 -07:00
Jared Scheib 26112c942e Update changelog 2017-06-21 18:36:40 -07:00
Jared Scheib 88c8f93716 Revert removal of x and y axes on single stat graphs 2017-06-21 18:31:40 -07:00
Nathan Haugo 5ea086e39c 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 51b6ac3235 Fix verb tense in changelog 2017-06-21 17:43:04 -07:00
Nathan Haugo ee3316cae4 Fix the changelog release 2017-06-21 17:14:02 -07:00
Nathan Haugo 21f8fe6842 Update changelog 2017-06-21 16:59:47 -07:00
Nathan Haugo 3526272f49 Fix broken cpu reporting on hosts page and normalize InfluxQL 2017-06-21 16:56:52 -07:00
Andrew Watkins 8c6dd24d3d Refresh page after write completes 2017-06-21 16:17:25 -07:00
Andrew Watkins fee7094fe1 Default to currently selected database to write to 2017-06-21 16:10:06 -07:00
Andrew Watkins aea86fdba0 Send proper content to writeLineProtocol 2017-06-21 15:35:15 -07:00
Andrew Watkins 2795e78cf5 Update CHANGELOG 2017-06-21 14:49:53 -07:00
Andrew Watkins 1f4f39e06c Display uploaded filename 2017-06-21 14:45:35 -07:00
Andrew Watkins bae88b6f71 Move footer into stateless functional component 2017-06-21 14:35:41 -07:00
Andrew Watkins cf3b3182a3 Update CHANGELOG 2017-06-21 14:11:41 -07:00
Andrew Watkins 63ec64a6e2 Cleanup 2017-06-21 14:08:49 -07:00
Andrew Watkins 55b69785da Fix rebase error 2017-06-21 14:00:05 -07:00
Andrew Watkins 7865cce938 Remove stateful component wrapper 2017-06-21 13:58:36 -07:00
Andrew Watkins 03bb36d315 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 1ee17544d6 Remove misplaced async 2017-06-21 13:57:14 -07:00
Andrew Watkins 6d4895b9b1 Refresh templates on dashboard load 2017-06-21 13:57:14 -07:00
Alex P 201678f56d Undoing undo 2017-06-21 13:24:25 -07:00
Alex P 576f6e6391 Fix thin white line fancy scroll issue
Appears sometimes and is very distracting
2017-06-21 13:23:14 -07:00
Alex P 4b450a2170 Remove strange white line that sometimes appears in fancy scrollbox 2017-06-21 13:03:32 -07:00
Alex P 0d4d5ec963 Make write button color match successful file upload color 2017-06-21 12:58:09 -07:00
Alex P e4662634ac Show corresponding documentation links on tab change 2017-06-21 12:57:00 -07:00
Alex P a1379b32e9 Add GZIP to accepted file formats
As mentioned in influxdb docs
2017-06-21 12:51:07 -07:00
Alex P 6877ba591d Limit accepted files to text files 2017-06-21 12:47:03 -07:00
Alex P 57406d5fbc Complete styling of upload file interaction 2017-06-21 12:38:39 -07:00
Alex P 0828074aa3 Pass uploadContent into body to enable proper ui logic 2017-06-21 12:38:10 -07:00
Jared Scheib f8a4445b8a WIP Display custom links in side nav 2017-06-21 11:16:29 -07:00
Alex P d6f4b50257 Fix for #1631 2017-06-21 11:02:05 -07:00
Andrew Watkins 20fe6b358a WIP style file input 2017-06-21 10:06:07 -07:00
Tim Raymond 6c8e889b03 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 34808ddb9d 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 17984600cb Fix generic redirect URL 2017-06-21 12:19:21 +08:00
Andrew Watkins 34dbcf9b82 Move header into separate component 2017-06-20 16:28:33 -07:00
Andrew Watkins 47635679f2 Move writing data inputs to separate component 2017-06-20 16:12:39 -07:00