Andrew Watkins
8ad72e554c
Handle removing measurement from legend label
2017-06-30 15:36:24 -07:00
Andrew Watkins
6b36881ebe
Refactor sort order
2017-06-30 15:36:24 -07:00
Andrew Watkins
118c4d095c
Hide hide and show legend
2017-06-30 15:36:24 -07:00
Andrew Watkins
617f62da52
Refactor sorting and ordering
2017-06-30 15:36:24 -07:00
Andrew Watkins
f0728264db
Add filtering to legend
2017-06-30 15:36:23 -07:00
Andrew Watkins
9b9a709893
Sorting persists on legend update
2017-06-30 15:36:23 -07:00
Andrew Watkins
7d3d16a88b
WIP tweak styles
2017-06-30 15:36:23 -07:00
Andrew Watkins
32ecf1b796
Add ability to sort numerically and alphabetically
2017-06-30 15:36:23 -07:00
Andrew Watkins
45ee3f7253
Move legend into component
2017-06-30 15:36:23 -07:00
Andrew Watkins
1cd661da82
Move functions into separate dir
2017-06-30 15:36:23 -07:00
Andrew Watkins
1d8e42fe6e
Allow sorting legend by numeric values
2017-06-30 15:36:23 -07:00
Andrew Watkins
8b92ca7ff8
Persist legend in when hovered over
2017-06-30 15:36:23 -07:00
Alex P
efebeaac18
Adjust custom time picker so it plays nice when inside regular time range dropdown
2017-06-30 15:34:43 -07:00
Hunter Trujillo
17af88374c
Add upperDashboardTime TV.
2017-06-30 16:22:46 -06:00
Hunter Trujillo
5158e49ee3
Fix for dashboardTime on Dashboards.
2017-06-30 16:22:18 -06:00
Hunter Trujillo
089649326a
Refactor CustomTimeRangeDropdown to contain its own display state. Add CustomTimeRangeDropdown to DE. Add quotes to date strings in a naive manner.
2017-06-30 15:15:02 -06:00
Alex P
843c395fa1
Polish legend further
...
- Subtle shadow to help visually distinguish the legend container
- Align timestamp to adjacent items
- Only show scrollbar when it needs to exist
- Use a custom scrollbar in chrome (no support in other browsers)
2017-06-30 13:48:58 -07:00
Andrew Watkins
12bb11528b
Merge branch 'get-legend-rekt' of github.com:influxdata/chronograf into get-legend-rekt
2017-06-30 10:53:21 -07:00
Andrew Watkins
d57beb7673
Handle undefined series
2017-06-30 10:53:12 -07:00
Alex P
76ce7af6b8
Make non-highlighted series labels more legible
2017-06-30 10:52:55 -07:00
Alex P
38837cc98a
Add timestamp to legend
2017-06-30 10:48:58 -07:00
Alex P
93bce8392b
Polish Legend
...
- Sort buttons reflect the direction of the sort and which is actively
sorting
- “Snip Measurement” shortened to “Snip”
- Can display about 7 rows before overflow
2017-06-30 09:53:46 -07:00
Andrew Watkins
f295d763d6
Use component this
2017-06-29 16:09:18 -07:00
Andrew Watkins
bbd48e4e25
Show and hide filtered series on graph
2017-06-29 16:08:54 -07:00
Jared Scheib
0c8b543806
Add pseudocode outline for parsing and persisting source and server
...
Signed-off-by: Tim Raymond <tim@timraymond.com>
2017-06-29 15:33:22 -07:00
Jared Scheib
de9d0df860
Group flags more semantically consistently
2017-06-29 14:27:30 -07:00
Jared Scheib
639bce7217
Group flags more semantically consistently
2017-06-29 14:25:41 -07:00
Andrew Watkins
a76b44a3a3
Hide legend a little better
2017-06-29 13:54:25 -07:00
Andrew Watkins
c90bfdb60b
Handle removing measurement from legend label
2017-06-29 13:01:58 -07:00
Jade McGough
08c2677b96
Merge pull request #1668 from influxdata/fix/auth0-email
...
add email to auth0 required scopes
2017-06-29 11:59:59 -07:00
Andrew Watkins
b2387d3ab7
Refactor sort order
2017-06-29 11:34:25 -07:00
Andrew Watkins
5c786b4b80
Hide hide and show legend
2017-06-29 11:17:57 -07:00
Alex P
4610553982
Display custom time range on cell header when present
2017-06-28 17:42:41 -07:00
Hunter Trujillo
63bf355e8a
Remove CustomTimeRange container class in split, but this damages styles due to selectors.
2017-06-28 17:53:43 -06:00
Hunter Trujillo
35d75b5d9d
Split out CustomTimeRange date picker into its own component so it can be shared between separate Dropdown and Overlay components.
2017-06-28 17:50:35 -06:00
Alex Paxton
8832f26118
Merge pull request #1673 from influxdata/bugfix-1670
...
Center file upload overlay
2017-06-28 15:35:53 -07:00
Andrew Watkins
7dff564cbc
Refactor sorting and ordering
2017-06-28 15:30:14 -07:00
Jared Scheib
788aec07db
Improve description of custom link use, and give example ( #1676 )
2017-06-28 14:41:13 -07:00
Andrew Watkins
baea72eaef
Add filtering to legend
2017-06-28 14:39:09 -07:00
Andrew Watkins
46d91e2859
Sorting persists on legend update
2017-06-28 14:09:02 -07:00
Tim Raymond
f7ab54592f
Update CHANGELOG for Auth0 organizations
...
Added an entry about adding support for Auth0 organizations
2017-06-28 16:44:33 -04:00
Tim Raymond
07def02ff7
Add test coverage for Auth0 organizations
...
This covers cases where users are or are not members of organizations as
well as whether or not they should have access to the application based
on their organization membership.
2017-06-28 16:29:52 -04:00
Tim Raymond
5a4817baf6
Support Organizations in Auth0
...
It's useful for operators to classify users into separate groups which
we have termed "organizations". For other OAuth providers, the notion of
an organization typically fell along company lines. For example,
MegaCorp might have a "MegaCorp" GitHub organiztion, and all email
addresses would have the domain "megacorp.com".
Auth0 is slightly different in that MegaCorp would likely run their own
Auth0 provider for their internal services, so "organizations" in Auth0
are no longer synonymous with "large organizations" (or companies).
Instead, Auth0 organizations could be used to restrict access to
Chronograf instances based on team membership within an organization.
To make use of Auth0 organizations, operators should modify users'
app_metadata to include the key "organization". Its value should be the
organization which that user belongs to. This can be done automatically
through arbitrary rules using Auth0 Rules.
2017-06-28 16:29:52 -04:00
Alex P
bf1b1edd8d
Fix #1670
2017-06-28 13:24:01 -07:00
Andrew Watkins
829a600c6e
WIP tweak styles
2017-06-28 12:15:31 -07:00
Andrew Watkins
1c31a98642
Add ability to sort numerically and alphabetically
2017-06-28 12:15:31 -07:00
Andrew Watkins
d006c2fc06
Move legend into component
2017-06-28 12:15:31 -07:00
Andrew Watkins
e9bd3901ab
Move functions into separate dir
2017-06-28 12:15:31 -07:00
Andrew Watkins
598fef81bf
Allow sorting legend by numeric values
2017-06-28 12:15:31 -07:00
Andrew Watkins
cd02576e33
Persist legend in when hovered over
2017-06-28 12:15:31 -07:00