-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58095/
-----------------------------------------------------------
(Updated April 5, 2017, 1:46 a.m.)
Review request for mesos, Adam B, Alexander Rojas, and Benjamin Mahler.
Changes
-------
rebase
Bugs: MESOS-7260
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 6cf9d350446d1b2d4a6e67d552217daff32657ff
src/master/master.hpp 1b077424373d6e195e4ab29e150dedbc3f3f95ab
Diff: https://reviews.apache.org/r/58095/diff/2/
Changes: https://reviews.apache.org/r/58095/diff/1-2/
Testing
-------
no functional changes
make check
Thanks,
Jay Guo