Michael Desa
5ec549db0f
Add /config/:section endpoint
2017-12-13 09:04:44 -08:00
Andrew Watkins
31bf70f9dd
Merge pull request #2554 from influxdata/bugfix/range
...
Prevent inversion of graph
2017-12-13 08:09:56 -08:00
Alex Paxton
54b02b0d4d
Merge pull request #2502 from influxdata/fix-optin-cursor
...
Fix optin cursor
2017-12-12 18:22:48 -08:00
Luke Morris
9d6784a2e1
Update changelog
2017-12-12 18:13:06 -08:00
Luke Morris
c2390e8db2
Merge branch 'master' into fix-optin-cursor
2017-12-12 18:11:51 -08:00
Alex P
8d7a78bff5
Add hover and pressed state visual cues to opt-in label
...
After much debate this seems to check off the most “Good UX” boxes
2017-12-12 17:57:54 -08:00
Michael de Sa
fcd25ad580
Implement Config GET service method
...
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-12-12 17:06:57 -08:00
Jared Scheib
5038f8532b
Add /config link to AllRoutes handler
...
Signed-off-by: Michael de Sa <mjdesa@gmail.com>
2017-12-12 15:11:30 -08:00
Jared Scheib
b18dce8577
Pass through config link to redux
2017-12-12 15:10:54 -08:00
Luke Morris
a78ad59748
Invert only the user nav; leave alerting/admin untouched
2017-12-12 14:48:22 -08:00
Jared Scheib
4268e38037
Move & rename Settings boilerplate to dedicated shared Config boilerplate
2017-12-12 14:39:40 -08:00
Andrew Watkins
1f363df010
Update CHANGELOG
2017-12-12 14:34:30 -08:00
Andrew Watkins
c2108d8e48
Prevent inversion of graph
2017-12-12 14:34:30 -08:00
Jared Scheib
b24dcd5681
Wire up SuperAdminFirstUserOnly toggle in UI
...
The API does not exist yet, and the shape and location
in redux may change.
2017-12-12 14:02:17 -08:00
Alex P
ab3d9109a0
Create settings table beneath organizations table
...
Only 1 setting for now, when we have more we can find a better home for
it
2017-12-12 14:02:17 -08:00
Luke Morris
4f12103dcf
Merge branch '1.4.0.x'
2017-12-12 13:41:49 -08:00
lukevmorris
31ee9c4f46
Merge pull request #2560 from influxdata/2422-disallow-viewer-switch-kapacitors-rebased
...
Render static text instead of kapacitor switching dropdown for Viewers
2017-12-12 13:41:13 -08:00
Alex P
26451ba577
Render static text instead of kapacitor switching dropdown for Viewers
2017-12-12 13:40:01 -08:00
lukevmorris
de4e19c9b0
Merge pull request #2559 from influxdata/multitenancy_fix_add_spaces_to_org_create_rebased
...
Allow new Organization names to include spaces
2017-12-12 13:38:29 -08:00
Jared Scheib
a6a1cdf2e7
Allow new Organization names to include spaces
2017-12-12 13:37:07 -08:00
Michael Desa
9fd656d4c9
Prevent user joining private default org
...
Previously, if an organization was private and a user was removed from
the default organization, then they would be re-added. This behavior was
so left over from when we thought of the default organization as the
place where all users would exist. This PR removes that behavior.
There is one piece of odd behavior where a user's "current organization"
will be the default organization, but they will have no role in the
default organization.
2017-12-12 13:15:53 -08:00
lukevmorris
e72601cf1f
Merge pull request #2558 from influxdata/fix/extra-template-config-rebased
...
Fix template rendering to ignore template if not in query
2017-12-12 13:06:45 -08:00
Chris Goller
4e426b04cf
Update CHANGELOG.md to mention fixing template rendering with extra vars
2017-12-12 13:04:49 -08:00
Chris Goller
9a83a285d9
Fix template rendering to ignore template if not in query
2017-12-12 13:04:49 -08:00
lukevmorris
f563f5cf14
Merge pull request #2556 from influxdata/2520-firefox-login-rebased
...
Fix rendering issue on non-Chrome
2017-12-12 12:46:25 -08:00
Luke Morris
05f119a0cf
Allow for 2 custom links
2017-12-12 12:45:03 -08:00
Luke Morris
c1376a757e
Shift position of inverse dropdown
2017-12-12 12:45:03 -08:00
Luke Morris
90947245fa
Control direction of sidebar-menu--user-nav with flexbox
2017-12-12 12:45:03 -08:00
Luke Morris
d785806793
Unupdate changelog
2017-12-12 12:44:57 -08:00
Luke Morris
a9adf35acb
Update changelog
2017-12-12 12:43:38 -08:00
Luke Morris
fa1b19d96f
visualViewport is supported in Chrome only
2017-12-12 12:37:30 -08:00
lukevmorris
ae30d2e75e
Merge pull request #2543 from influxdata/2520-firefox-login
...
Repair rendering bug in Firefox
2017-12-12 11:56:59 -08:00
Alex Paxton
71d25d0ed3
Merge pull request #2550 from influxdata/2422-disallow-viewer-switch-kapacitors
...
Render static text instead of kapacitor switching dropdown for Viewers
2017-12-12 11:46:51 -08:00
Alex P
a6036376ef
Actually fix the issue
2017-12-12 10:25:57 -08:00
Luke Morris
fce101a646
Allow for 2 custom links
2017-12-11 17:06:38 -08:00
Alex P
a7c1e2c0cf
Render static text instead of kapacitor switching dropdown for Viewers
2017-12-11 16:59:01 -08:00
Luke Morris
ea53627268
Shift position of inverse dropdown
2017-12-11 16:16:14 -08:00
Alex P
6f26677cba
Updoot changelog
2017-12-11 15:51:49 -08:00
Luke Morris
c005c4d0fe
Control direction of sidebar-menu--user-nav with flexbox
2017-12-11 15:20:58 -08:00
Luke Morris
9e734333c9
Unupdate changelog
2017-12-11 14:52:33 -08:00
Jared Scheib
cc1cb9c4c3
Merge pull request #2542 from influxdata/multitenancy_fix_add_spaces_to_org_create
...
Allow new Organization names to include spaces
2017-12-11 14:50:33 -08:00
Luke Morris
29d8937d36
Update changelog
2017-12-11 14:47:55 -08:00
Luke Morris
60fb080340
visualViewport is supported in Chrome only
2017-12-11 14:46:28 -08:00
Jared Scheib
6dc8d4fda3
Allow new Organization names to include spaces
2017-12-11 14:42:24 -08:00
Alex P
80746ffc31
Inset colored portion of single-stat for contrast
2017-12-11 11:27:41 -08:00
Alex P
2110cff28d
Vertically center single stat text in container instead of entire cell
2017-12-11 11:18:18 -08:00
Alex P
abc0df9075
Optimize single stat text color based on background color
2017-12-11 11:16:38 -08:00
Alex P
4cc1bb2844
Introduce color operations constant for use in single stat
...
Could be useful elsewhere
2017-12-11 11:16:07 -08:00
Alex P
cf9ab6d2a7
Render single stat cells with background color of nearest exceeded threshold
2017-12-11 10:48:27 -08:00
Chris Goller
3b3be8ce16
Merge pull request #2528 from influxdata/fix/extra-template-config
...
Fix template rendering to ignore template if not in query
2017-12-11 12:23:48 -06:00