Alex P
da999953d8
Change presentation mode icon to "expand"
2017-02-23 16:54:18 -08:00
Chris Goller
2ee0008f42
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
69c59dd345
Updated README and CHANGELOG [ci skip]
...
- Added Oauth2 support for Heroku and Google (#922 )
2017-02-23 18:32:50 -05:00
Tim Raymond
38c9abc1c9
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
7c278ac722
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
bc440b415a
Validate displayOptions prop
2017-02-23 14:49:27 -08:00
Jared Scheib
1a99240fd5
Merge 'master' into 751-stack_graph, resolve conflicts
2017-02-23 14:33:07 -08:00
Jared Scheib
314c3a7f2b
Update changelog
2017-02-23 14:26:48 -08:00
Tim Raymond
d4788c5f83
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
a7d994a0d9
Display stacked and step plot graphs
2017-02-23 14:09:21 -08:00
Jared Scheib
10771838ea
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
92fd489f9b
Set set CSSTransforms to false
2017-02-23 16:05:11 -06:00
Chris Goller
5aa6a4ef2b
Add roles to chronograf
2017-02-23 16:02:53 -06:00
Andrew Watkins
81e17271d8
Merge pull request #908 from influxdata/feature/885-presentation-mode-1
...
Dashboardstravaganza
2017-02-23 15:36:20 -06:00
Andrew Watkins
db0fec6930
Merge branch 'master' into feature/885-presentation-mode-1
2017-02-23 15:35:03 -06:00
Alex P
57ae1a20e2
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
93f4851fd7
Make entire dash edit button clickable and add text label
...
++usability
2017-02-23 12:03:01 -08:00
Alex P
a6b28f96ba
Make dashboards only have edit styles in edit mode
2017-02-23 11:45:26 -08:00
Alex P
027f4daa19
Change dashboard classnames to new classnames from last commit
2017-02-23 11:45:07 -08:00
Alex P
d4cdaa5ac4
Move dash graph styles from Hosts to Dashboards and rename generic
2017-02-23 11:44:32 -08:00
Andrew Watkins
fe86514891
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
3fe737dd47
Make host layouts not draggable or resizable
2017-02-23 13:09:04 -06:00
Andrew Watkins
653bba24bb
Update AJAX function names
2017-02-23 08:27:25 -06:00
Andrew Watkins
1af9040959
Merge pull request #917 from influxdata/nav-experiment
...
Side Nav Simplification
2017-02-22 21:04:42 -06:00
Andrew Watkins
a680ed149b
Update CHANGELOG
2017-02-22 20:49:32 -06:00
Alex P
44b9e6a1e8
Block text selection on graph heading & hosts graph
2017-02-22 18:48:54 -08:00
Andrew Watkins
2c5734dc88
Update CHANGELOG
2017-02-22 20:31:05 -06:00
Alex P
8250de29dd
Simplify side nav
2017-02-22 18:15:29 -08:00
Alex P
e6e7f3a726
Hard code kubernetes dash into dashboards table
2017-02-22 18:14:56 -08:00
Alex P
4d4738c085
Refactor dashboards page a tiny bit
2017-02-22 18:14:39 -08:00
Alex P
ef8d92c59b
Change DE font sizes in relation to screen size
2017-02-22 14:54:47 -08:00
Alex P
6b46ef262c
Prevent group by time label from wrapping
2017-02-22 14:54:32 -08:00
Alex P
34f69e09e2
Make multi-select dropdown initial width smaller
2017-02-22 14:54:18 -08:00
Alex P
64e9ba3fc5
Make measurements filter slightly less wide
2017-02-22 14:54:00 -08:00
Alex P
e0517ac1c1
Vertically center query in preview
2017-02-22 14:53:44 -08:00
Alex P
52576ca86c
Make Tag List filter taller
2017-02-22 14:53:17 -08:00
Andrew Watkins
56837a507d
Use single source of truth for layout state
2017-02-22 16:24:41 -06:00
Andrew Watkins
4b359af5c2
Update reducer with new dashboard position
2017-02-22 16:22:56 -06:00
Chris Goller
9d585c38ea
Merge branch 'master' into feature/#54-tr-enterprise-client
2017-02-22 13:56:22 -06:00
Andrew Watkins
190c09f430
Merge pull request #909 from influxdata/new-icons
...
7 New Icons
2017-02-22 12:58:56 -06:00
Chris Goller
5e99657bb7
Add examples for most swagger JSON schemas
2017-02-22 12:52:55 -06:00
Alex P
70036c69f0
7 New Icons
2017-02-22 09:46:57 -08:00
Chris Goller
cbbee60ad6
Update swagger to include users and permissions endpoints
2017-02-22 11:35:19 -06:00
Andrew Watkins
e4bdf0e041
Merge
2017-02-22 11:11:46 -06:00
Andrew Watkins
8388df0a8a
Update CHANGELOG
2017-02-22 11:08:50 -06:00
Andrew Watkins
0c1dbd4e2e
"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
cc11f8831f
Add dashboards PATCH for incremental update of name or cells
2017-02-22 11:08:50 -06:00
Andrew Watkins
eea5842690
WIP persist dashboard position to server
2017-02-22 11:08:50 -06:00
Alex P
845630600f
Make graph background colorsemi-transparent during drag
2017-02-22 11:07:31 -06:00
Alex P
c772c6d553
Shrink padding on Y & Y2 graph labels
2017-02-22 11:07:31 -06:00