Commit Graph

4238 Commits (05e712546fbaaf7547901e37c3d995904130f4e3)

Author SHA1 Message Date
Alex P daa5b2be5a Prevent angry error message 2017-06-23 11:04:13 -07:00
Alex P 5d94010f7d Add missing closing bracket
Not sure what happened here
2017-06-23 10:26:25 -07:00
Alex P 2f59882ae2 Attempt to block error when printing version number
This should work in theory
2017-06-23 10:26:06 -07:00
Timothy J. Raymond b2ac4d80e7 Merge pull request #1612 from influxdata/feature/tr-no-internal
Remove system databases from "Write Data" dropdown
2017-06-23 13:18:29 -04:00
Andrew Watkins 0fd42997d0 Update CHANGELOG 2017-06-23 10:05:42 -07:00
Andrew Watkins ba15954e8f Remove stale comment 2017-06-23 09:59:09 -07:00
Tim Raymond 65c902dd9c Filter only _internal database from WriteData
It was decided that the only system-private database is the _internal
database and that users might have created databases prefixed with an
underscore that they would like to write data to from Chronograf.
2017-06-23 12:16:16 -04:00
Jared Scheib 767a78476f Merge branch 'master' into feature/custom_user_links-1550 2017-06-22 16:56:28 -07:00
Jared Scheib 919f5ac0e5 Generate user side nav menu with custom links 2017-06-22 16:54:06 -07:00
Alex P c20f3f1681 Merge branch 'master' into misc-ui-polish 2017-06-22 16:35:38 -07:00
Alex P bde0eccdad Complete refactor of sidenav
- Reduced DOM complexity
- Less styles overall
- Added an icon in the navbar to show version number
- Still needs an eslint ignore
2017-06-22 16:30:28 -07:00
Alex P 19157bd23d WIP refactor sidenav 2017-06-22 16:16:19 -07:00
Alex Paxton 2362e56ff3 Merge pull request #1644 from influxdata/sticky-alert-table
Sticky Alert Table
2017-06-22 16:07:40 -07:00
Andrew Watkins 291b556bd3 Merge branch 'master' into sticky-alert-table 2017-06-22 15:53:38 -07:00
Andrew Watkins 61bec47478 Remove comments 2017-06-22 15:50:45 -07:00
Andrew Watkins 4d04a05628 Fix drag and drop style from toggling on and off 2017-06-22 15:50:31 -07:00
Andrew Watkins febdb26154 Move inputFile ref to WriteDataForm 2017-06-22 15:50:03 -07:00
Andrew Watkins 4bfe9e8324 Merge pull request #1581 from influxdata/feature/refresh-tvars
Refresh templates on dashboard load
2017-06-22 14:50:02 -07:00
Alex P 12a8df6b00 Make dashboards page contents into its own stateless component 2017-06-22 14:24:45 -07:00
Andrew Watkins cc43ac1f08 Update comment 2017-06-22 14:12:33 -07:00
Andrew Watkins a70e253b33 Remove uneccessary argument 2017-06-22 14:10:08 -07:00
Alex P f6c822f210 Use correct proptypes for dashboards 2017-06-22 13:59:50 -07:00
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
Alex P f2bdb7dcfd Style drag & drop interaction 2017-06-22 10:52:41 -07: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
Hunter Trujillo 223cdf2e6b Add drag and drop. Add drag class. WIP Styles. 2017-06-22 00:30:26 -06: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