Alex P
141bc849f7
Change presentation mode icon to "expand"
2017-02-23 16:54:18 -08:00
Chris Goller
b29846da68
Merge pull request #922 from influxdata/feature/oauth-google
...
Support Multiple OAuth2 Providers - Add Heroku and Google
2017-02-23 17:34:01 -06:00
Tim Raymond
6202736230
Updated README and CHANGELOG [ci skip]
...
- Added Oauth2 support for Heroku and Google (#922 )
2017-02-23 18:32:50 -05:00
Tim Raymond
6a9e61c740
Merge branch 'master' into feature/oauth-google
...
Conflicts:
server/dashboards.go
server/server.go
ui/.eslintrc
ui/src/index.js
2017-02-23 18:13:39 -05:00
Jared Scheib
93a89271bd
Merge pull request #920 from influxdata/751-stack_graph
...
Display stacked and step plot graphs
2017-02-23 14:56:36 -08:00
Jared Scheib
2ef362da93
Validate displayOptions prop
2017-02-23 14:49:27 -08:00
Jared Scheib
6c67dcf402
Merge 'master' into 751-stack_graph, resolve conflicts
2017-02-23 14:33:07 -08:00
Jared Scheib
03a6624d78
Update changelog
2017-02-23 14:26:48 -08:00
Tim Raymond
1b5b568d2a
Move OAuth configuration into server/server.go
...
This uses a provide() function in server/server.go, to push the
necessary oauth2.Provider and oauth2.Mux into the scope of the
server.Mux. This allows the server.Mux to configure its routes without
caring which Providers are enabled, which switches/ENVs are set etc. It
configures its routes optimistically and leaves the higher-order logic
to decide whether to actually invoke the logic used by the mux to
configure routes for that provider.
2017-02-23 17:17:28 -05:00
Jared Scheib
8a769ce31e
Display stacked and step plot graphs
2017-02-23 14:09:21 -08:00
Jared Scheib
b7f4909685
Add stacked and stepplot graph display options as new types to canned Docker graphs and swagger def
2017-02-23 14:08:45 -08:00
Andrew Watkins
2fa8f91af5
Set set CSSTransforms to false
2017-02-23 16:05:11 -06:00
Chris Goller
08271f25ef
Add roles to chronograf
2017-02-23 16:02:53 -06:00
Andrew Watkins
d44bb842fe
Merge pull request #908 from influxdata/feature/885-presentation-mode-1
...
Dashboardstravaganza
2017-02-23 15:36:20 -06:00
Andrew Watkins
c728f33bc5
Merge branch 'master' into feature/885-presentation-mode-1
2017-02-23 15:35:03 -06:00
Alex P
e1a45cdc8e
Make presentation mode have less margin around the edges
...
Needs a window resize event to re-calculate the grid’s size
2017-02-23 12:07:44 -08:00
Alex P
4ea7b1ee00
Make entire dash edit button clickable and add text label
...
++usability
2017-02-23 12:03:01 -08:00
Alex P
147e44075a
Make dashboards only have edit styles in edit mode
2017-02-23 11:45:26 -08:00
Alex P
486afb82cb
Change dashboard classnames to new classnames from last commit
2017-02-23 11:45:07 -08:00
Alex P
f86631ac7a
Move dash graph styles from Hosts to Dashboards and rename generic
2017-02-23 11:44:32 -08:00
Andrew Watkins
4c08488fc7
Merge branch 'feature/885-presentation-mode-1' of github.com:influxdata/chronograf into feature/885-presentation-mode-1
2017-02-23 13:10:06 -06:00
Andrew Watkins
88f41f1b14
Make host layouts not draggable or resizable
2017-02-23 13:09:04 -06:00
Andrew Watkins
73560c37e4
Update AJAX function names
2017-02-23 08:27:25 -06:00
Andrew Watkins
4787d4e4cd
Merge pull request #917 from influxdata/nav-experiment
...
Side Nav Simplification
2017-02-22 21:04:42 -06:00
Andrew Watkins
d2d1f9f81e
Update CHANGELOG
2017-02-22 20:49:32 -06:00
Alex P
c4c8f26096
Block text selection on graph heading & hosts graph
2017-02-22 18:48:54 -08:00
Andrew Watkins
903c2bc020
Update CHANGELOG
2017-02-22 20:31:05 -06:00
Alex P
6eb6d68dff
Simplify side nav
2017-02-22 18:15:29 -08:00
Alex P
0616110dd6
Hard code kubernetes dash into dashboards table
2017-02-22 18:14:56 -08:00
Alex P
a55c275315
Refactor dashboards page a tiny bit
2017-02-22 18:14:39 -08:00
Alex P
0a39e78b5c
Change DE font sizes in relation to screen size
2017-02-22 14:54:47 -08:00
Alex P
3bd73cf40b
Prevent group by time label from wrapping
2017-02-22 14:54:32 -08:00
Alex P
6b57dbede0
Make multi-select dropdown initial width smaller
2017-02-22 14:54:18 -08:00
Alex P
59d23f383e
Make measurements filter slightly less wide
2017-02-22 14:54:00 -08:00
Alex P
fd5edd66a1
Vertically center query in preview
2017-02-22 14:53:44 -08:00
Alex P
5696c52399
Make Tag List filter taller
2017-02-22 14:53:17 -08:00
Andrew Watkins
d2957dda8c
Use single source of truth for layout state
2017-02-22 16:24:41 -06:00
Andrew Watkins
b8fe3fc59a
Update reducer with new dashboard position
2017-02-22 16:22:56 -06:00
Chris Goller
5eed15b450
Merge branch 'master' into feature/#54-tr-enterprise-client
2017-02-22 13:56:22 -06:00
Andrew Watkins
c7d117f10e
Merge pull request #909 from influxdata/new-icons
...
7 New Icons
2017-02-22 12:58:56 -06:00
Chris Goller
10b0e1f623
Add examples for most swagger JSON schemas
2017-02-22 12:52:55 -06:00
Alex P
70f3aa1f48
7 New Icons
2017-02-22 09:46:57 -08:00
Chris Goller
fbba020f64
Update swagger to include users and permissions endpoints
2017-02-22 11:35:19 -06:00
Andrew Watkins
78fc76b667
Merge
2017-02-22 11:11:46 -06:00
Andrew Watkins
85e1a6fea4
Update CHANGELOG
2017-02-22 11:08:50 -06:00
Andrew Watkins
8a14fc2845
"Add guard clause in onLayoutChange callback"
...
If not provided with a position change handler don't
send a resquest to persist updated layout position. We
must do this until we resolve how we are going to persist
changes to precanned dashboards.
2017-02-22 11:08:50 -06:00
Chris Goller
9220cc2e56
Add dashboards PATCH for incremental update of name or cells
2017-02-22 11:08:50 -06:00
Andrew Watkins
d3431ecdaa
WIP persist dashboard position to server
2017-02-22 11:08:50 -06:00
Alex P
063c89762d
Make graph background colorsemi-transparent during drag
2017-02-22 11:07:31 -06:00
Alex P
6b17f299de
Shrink padding on Y & Y2 graph labels
2017-02-22 11:07:31 -06:00