Commit Graph

5568 Commits (39cc358c660c642e686c0c54217db4e7c81e6dd5)

Author SHA1 Message Date
Alex P 39cc358c66 Make table rows selectable from name column as well as entire checkbox column 2017-10-30 23:05:39 -07:00
Alex Paxton 45e9216011 Cleanup styles for Chronograf admin users table header
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-10-30 19:52:54 -07:00
Jared Scheib 595a9718e8 Clear users selected when filtering by non-default org
Make number of users selected & org filter dropdown always show.

Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2017-10-30 19:44:01 -07:00
Alex Paxton c6db74f658 Make Organizations dropdown that filters by org
Add concept of default organization to all users.
Don't show default org among roles.
Show user as None if only member of default org.

Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-10-30 19:31:36 -07:00
Jared Scheib fb0bd02f5e Show number of users selected on Chronograf admin page
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2017-10-30 17:58:49 -07:00
Alex P aef52ddcbb Style checkboxes in Chronograf admin page 2017-10-30 17:51:43 -07:00
Alex P 8fc20d0718 Implement toggling selection of all Chronograf users
Refactor AllUsersTable and AdminChronografPage to make SelectedUsers
and FilteredUsers available via state in the parent component
2017-10-30 17:35:47 -07:00
Alex Paxton 761730a9d3 Implement toggling selection of users
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-10-30 16:32:35 -07:00
Alex P 58b36c257c WIP Implement chronograf admin users table 2017-10-30 14:03:03 -07:00
Alex P b3cfd5e044 Create fixture for chronograf users 2017-10-30 13:54:51 -07:00
Jared Scheib 8faca7496c Bifurcate AdminPage into InfluxDB and initial Chronograf versions
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2017-10-26 18:49:15 -07:00
Jared Scheib 628d8b83e1 Merge pull request #2160 from influxdata/multitenancy_lowercase_fields
Lowercase Scheme, as well as all Role and Provider fields in tests
2017-10-25 10:16:39 -07:00
Jared Scheib bb67361cf1 Merge branch 'multitenancy' into multitenancy_lowercase_fields 2017-10-24 18:01:32 -07:00
Jared Scheib aa8742662f Merge branch 'master' into multitenancy 2017-10-24 17:58:15 -07:00
Jared Scheib 74fdcc1c39 Add scheme to me/AuthorizedUser tests 2017-10-24 16:21:24 -07:00
Jared Scheib f283702fe0 Lowercase Provider & Scheme & Role values for consistency
The client was being sent lowercase values for Role & Provider,
but not Scheme. This change makes all the above lowercase.
2017-10-24 16:17:59 -07:00
Andrew Watkins d16b5b1fcf Add tern-project to gitignore 2017-10-24 13:00:40 -07:00
Hunter Trujillo 6603e2a5a2 Merge pull request #2156 from influxdata/blocker/group-by-time-de
Fix GroupByTimeDropdown
2017-10-24 12:53:57 -06:00
Hunter Trujillo fad340adfd Remove isInDataExplorer props. Refactor GroupByTimeDropdown to SFC. Fix isInDataExplorer and isInRuleBuilder methods. 2017-10-24 12:41:55 -06:00
Andrew Watkins 7f1c905c41 Merge pull request #2155 from influxdata/blocker/template-vars
Fix broken update of dashboards and TVs
2017-10-24 11:02:11 -07:00
Andrew Watkins dcd2679b52 Fix broken update of dashboards and TVs 2017-10-24 10:55:49 -07:00
Hunter Trujillo 53270c0330 Merge pull request #2153 from influxdata/blocker/field-value-condition
Fix field name not displaying in KapacitorRule builder
2017-10-24 11:35:47 -06:00
Andrew Watkins 41ee608cab Merge pull request #2154 from influxdata/bugfix/field-format-fixes
Fix status page
2017-10-24 10:26:41 -07:00
Andrew Watkins 8fa381c4bf Fix field name not displaying in KapacitorRule builder 2017-10-24 10:13:02 -07:00
Hunter Trujillo 2fedf814a0 Fix status page. 2017-10-24 10:54:07 -06:00
Nathan Haugo da560018c6 Update changelog and version number for 1.3.10.0 2017-10-24 09:34:31 -04:00
Andrew Watkins 3e7f91f041 Merge pull request #2144 from influxdata/feature/de-tab-titles
Use tag value in TableTag title
2017-10-23 15:20:44 -07:00
Andrew Watkins 47af289a3a Use tag value in TableTag title 2017-10-23 13:54:02 -07:00
Andrew Watkins 4353f8ac86 Merge pull request #2128 from influxdata/feature/qc-v2-alias
FEATURE:  queryConfig v2 && custom field alias persistence
2017-10-20 20:32:33 -07:00
Alex Paxton a23fc8ac50 Merge pull request #2104 from influxdata/redesign-dash-naming
Redesign Dashboard Naming Interaction
2017-10-20 16:56:11 -07:00
Andrew Watkins ee4b009fac Consolidate redundant logic 2017-10-20 15:29:44 -07:00
Andrew Watkins ec73457a2b Remove unused prop: 2017-10-20 14:08:21 -07:00
Andrew Watkins ab630ad170 Add missing prop 2017-10-20 14:05:30 -07:00
Alex P 0469ff105e Make switcher work on hosts page and dashboards page
Also removing requirements for some props that would only show up on
either
2017-10-20 14:03:54 -07:00
Alex P cd617254f1 Sort dashboards alphabetically 2017-10-20 13:56:32 -07:00
Alex P fa9c12e7cc Move display logic into parent of switcher 2017-10-20 13:56:32 -07:00
Alex P d91e5f67e9 Make dashboard switcher into its own component and refactor associated components 2017-10-20 13:56:32 -07:00
Alex P d2eaa74c07 Add pencil icons to editable names for increased affordance 2017-10-20 13:56:31 -07:00
Alex P c0a2cfa14f Update CEO naming pattern to match dashboard naming pattern 2017-10-20 13:56:31 -07:00
Alex P 03c122c347 Change interaction to achieve stronger editing affordance 2017-10-20 13:56:31 -07:00
Alex P ef0588186c Updoot log of changes 2017-10-20 13:56:31 -07:00
Alex P 6b5378160a Add pencil icon next to dashboard name 2017-10-20 13:56:31 -07:00
Alex P fdf285aca9 Highlight input when user focuses 2017-10-20 13:56:31 -07:00
Alex P 4395ef6e14 Refactor dashboard naming flow and associated UI 2017-10-20 13:56:30 -07:00
Alex P bf3ce3ed4c Add button for switching between dashboards 2017-10-20 13:53:07 -07:00
Alex P ae7506f7af Removed unused prop 2017-10-20 13:51:37 -07:00
Andrew Watkins 62eac78f7b Merge pull request #2143 from influxdata/cleanup/prebuilt-warning
Fix prebuilt warning with webpacks noParse
2017-10-20 13:35:20 -07:00
Andrew Watkins f71c1de859 Merge pull request #2103 from influxdata/dashboard-manual-refresh
[WIP] Manual Refresh Button
2017-10-20 12:02:00 -07:00
Andrew Watkins 9141812b47 Fix prebuilt warning with webpacks noParse 2017-10-20 12:01:41 -07:00
Andrew Watkins 9df2b9646f Update CHANGELOG 2017-10-20 11:45:31 -07:00