Commit Graph

6729 Commits (f228448cfe37230c467a6ec3012918ad26cdecc0)

Author SHA1 Message Date
Andrew Watkins 0ad50e617f Update CHANGELOG 2017-12-02 12:12:10 -08:00
Andrew Watkins c474193181 Will not supply roles if there is no metaURL 2017-12-02 12:11:52 -08:00
Alex P 1ed5148ecc Highlight self in chronograf admin users table 2017-12-01 17:17:43 -08:00
Jared Scheib fe20b74e43 Filter on ID for users & orgs on Remove 2017-12-01 17:00:41 -08:00
Jared Scheib 5556a1ef7c Merge pull request #2453 from influxdata/multitenancy_ui_hide_kapa_and_dashboard_buttons_for_viewer
Prevent render of Configure Kapacitor & Create Dashboard buttons to Viewer users
2017-12-01 16:32:13 -08:00
Alex P e52d2e5164 Make telegraph database input in source form full width
Don’t need to make space for the role dropdown any longer
2017-12-01 16:26:47 -08:00
Alex P 53aa7724fe Refactor empty state into two subcomponents 2017-12-01 16:19:11 -08:00
Chris Goller f9e9c714ba Update README to mention /docs and reformat 2017-12-01 18:05:37 -06:00
Alex P 5e09cbb854 Use icons instead of text to indicate which org is current in organization table 2017-12-01 15:52:19 -08:00
Alex P 0db2809b49 Update icon font and bootstrap theme 2017-12-01 15:50:50 -08:00
Chris Goller f5666d9eef Update CHANGELOG to mention fixing oauth logout link 2017-12-01 15:44:43 -06:00
Chris Goller d6d7081b1e Update oauth logout to include basepath 2017-12-01 15:35:39 -06:00
Andrew Watkins 04326b5727 Merge pull request #2461 from influxdata/bugfix/fix-file-removal
Fix Webpack File Cleanup of old source files
2017-12-01 12:40:16 -08:00
Alex P 712dc21765 Remove ID column from organizations table 2017-12-01 12:08:27 -08:00
Alex P 5c28311380 Display scheme & provider in user nav menu 2017-12-01 11:43:15 -08:00
Alex P 26cc2f85f9 Change copy from 'switch' to 'connect' in organization table 2017-12-01 11:40:58 -08:00
Alex P 3638dc5012 Wire up switch organization button in organizations table 2017-12-01 11:13:49 -08:00
Hunter Trujillo d35fb25192 Fix file removal code. Fix clean script. Add clean to yarn start. 2017-12-01 11:14:16 -07:00
Alex P d4f3afe2aa Add org switching column to organizations table 2017-12-01 10:07:37 -08:00
Chris Goller df05e54d64 Update CHANGELOG to mention casting kapacitor output to influx to floats 2017-12-01 11:57:59 -06:00
Chris Goller fc94d397e6 Update kapacitor alerts to cast to float before sending to influx 2017-12-01 11:53:28 -06:00
Alex P ca7ef7d0a2 Remove superadmin indicator from user's nav item 2017-12-01 09:43:40 -08:00
Chris Goller 889c1fb821 Update CHANGELOG to mention adding boolean threshold alerts 2017-12-01 08:14:51 -06:00
Chris Goller a00febc343 Add boolean thresholds for kapacitor threshold alerts 2017-12-01 08:11:04 -06:00
Jared Scheib 941327349e Render Create Dashboard button on empty Dashboards Table only if at least Editor 2017-11-30 21:02:48 -08:00
Jared Scheib 3ef5fad4f8 Render Configure Kapacitor on empty Alerts Table only if at least Editor 2017-11-30 21:01:51 -08:00
Jared Scheib 899c72cf4f Fix client UX when creating a Chronograf organization that already exists 2017-11-30 20:20:37 -08:00
Jared Scheib 4cb40dee33 Change ErrOrganizationNameTaken to ErrOrganizationAlreadyExists for consistency 2017-11-30 20:12:00 -08:00
Jared Scheib 3f4dad8603 Disable 'Remove' button for self in Chronograf UsersTable
Add propTypes definition for 'users' in Chronograf AdminTabs
Add 'disabled' prop to DeleteConfirmButtons
2017-11-30 19:53:14 -08:00
Jared Scheib 76b61a146e Merge branch 'multitenancy' into multitenancy_reset_current_org 2017-11-30 19:07:40 -08:00
Jared Scheib fd0554aaa6 Remove source Role concept from client 2017-11-30 19:04:54 -08:00
Jared Scheib 7588dcbf63 Complete 9ef1e57 by removing Role concept from sources in server 2017-11-30 19:03:56 -08:00
Chris Goller 2355c395b4 Merge pull request #2449 from AdamSLevy/fix/issue/2404
Fix exported LDFLAGS causes .jsdep build step to fail
2017-11-30 18:22:40 -06:00
Andrew Watkins c1bb579114 Merge pull request #2444 from influxdata/bugfix/create-dashboard
Fix 'Create Dashboard' button
2017-11-30 18:52:02 -05:00
Andrew Watkins df9794a281 Fix Table requests 2017-11-30 15:50:18 -08:00
Adam S Levy 4cf2cc5839 Updated link to pull request 2017-11-30 23:48:32 +00:00
Adam S Levy d139762611 Updated CHANGELOG for issue #2404 2017-11-30 23:44:09 +00:00
Adam S Levy f0b0aeba7b Fix issue #2404: exported LDFLAGS causes build error in .jsdep 2017-11-30 23:38:06 +00:00
Andrew Watkins 60acad27d0 Update CHANGELOG.md 2017-11-30 15:30:52 -08:00
Andrew Watkins f0713fe0cd Fix runtime error when no rawText present 2017-11-30 15:25:55 -08:00
Andrew Watkins ce8affd6f8 Add :interval: to DataExplorer 2017-11-30 15:25:32 -08:00
Andrew Watkins 98fd8bf9d0 Merge branch 'master' of github.com:influxdata/chronograf 2017-11-30 15:24:17 -08:00
Jared Scheib 63d4f70d11 Remove obsolete Authenticated component import/export 2017-11-30 14:45:27 -08:00
Jared Scheib 3b8be68a0e Fix client UX when creating a Chronograf user that already exists 2017-11-30 14:21:27 -08:00
Nathan Haugo 0ce87c32c2 Merge pull request #2426 from influxdata/fix/enterprise-role-user-updates
Update enterprise users and roles to remove diffs instead of all
2017-11-30 13:20:50 -08:00
Jared Scheib d2df204664 Remove obsolete admin constants 2017-11-30 13:12:50 -08:00
Jared Scheib 037e9e8aa0 Rename const file dummyUsers.js to chronografAdmin.js 2017-11-30 13:06:54 -08:00
Andrew Watkins 3c49a11a7e Merge branch 'master' into bugfix/create-dashboard 2017-11-30 15:21:28 -05:00
Andrew Watkins 3223520886 Update CHANGELOG 2017-11-30 12:20:54 -08:00
Michael Desa 6218d5b56b Merge pull request #2442 from influxdata/multitenancy_first_user_superadmin
Make first user superadmin when using `superadmin-first-user-only` CLI flag
2017-11-30 15:14:58 -05:00