Alex P
36abd0572e
Delete comment
2017-06-22 13:55:42 -07:00
Alex P
3c91a23a4d
Make dashboards table into a component
2017-06-22 13:55:23 -07:00
Alex P
93459b7a48
Make dashboards index header into component
2017-06-22 13:47:09 -07:00
Alex P
a21cde8054
Remove rogue className
2017-06-22 13:39:58 -07:00
Alex P
cf94edd5c2
Remove ID column from dashboards table
2017-06-22 13:27:37 -07:00
Alex P
48093abc97
Fix for #1637 - Sort dashboard by name alphabetically
2017-06-22 13:27:22 -07:00
Timothy J. Raymond
e2d5c1f161
Merge pull request #1645 from influxdata/feature/tr-aw-auth0
...
Add Auth0 to supported OAuth2 providers
2017-06-22 15:58:04 -04:00
Alex P
b28ca6f67c
Reduce microcopy
2017-06-22 12:52:52 -07:00
Alex P
be79054674
Polish dashboards index table
2017-06-22 12:52:25 -07:00
Alex P
0ac624d1c7
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
57fc64fa69
Merge pull request #1641 from influxdata/bugfix/enable-disable
...
Fix enable / disable bug
2017-06-22 11:54:57 -07:00
Tim Raymond
916ab2874b
Add CHANGELOG entry for Auth0
...
This adds an entry for #1645 , where we added Auth0 support.
2017-06-22 14:47:57 -04:00
Tim Raymond
ded16c38fa
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
22ddcd513c
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
b0ef948585
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
Nathan Haugo
baa43f738a
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
e61d7de36a
Update changelog for additional changes
2017-06-21 18:55:36 -07:00
Jared Scheib
011059a707
Revert axes colors; make single stat options nearly identical as regular
2017-06-21 18:53:56 -07:00
Jared Scheib
fbaf007964
Fix changelog for two other hot fixes
2017-06-21 18:36:59 -07:00
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
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
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
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
Alex P
92c6385076
Merge remote-tracking branch 'origin/master' into sticky-alert-table
2017-06-20 14:20:15 -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