-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58095/
-----------------------------------------------------------
(Updated April 19, 2017, 11:36 a.m.)
Review request for mesos, Adam B, Alexander Rojas, Benjamin Mahler, and Michael
Park.
Changes
-------
rebase
Bugs: MESOS-4732 and MESOS-7260
https://issues.apache.org/jira/browse/MESOS-4732
https://issues.apache.org/jira/browse/MESOS-7260
Repository: mesos
Description
-------
Instead of generating JSON object, `Master::Http::roles()` now
leverages `jsonify` to compute output. Also approver is taken
out from its continuation function. This is for easier and cleaner
implementation of framework authorization in /roles endpoint,
see MESOS-7260.
Diffs (updated)
-----
src/master/http.cpp 5aae52870451d883ef1ea1fda5a27764d7f318e8
src/master/master.hpp d537933d0b467a6f9996951c601b31338bb9d034
Diff: https://reviews.apache.org/r/58095/diff/4/
Changes: https://reviews.apache.org/r/58095/diff/3-4/
Testing
-------
no functional changes
make check
Thanks,
Jay Guo