----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59100/#review177539 -----------------------------------------------------------
src/master/http.cpp Lines 4073 (patched) <https://reviews.apache.org/r/59100/#comment251175> Indented too far. src/master/http.cpp Lines 4116 (patched) <https://reviews.apache.org/r/59100/#comment251197> How about logging a warning when `approved.isError()`? src/master/http.cpp Lines 4290 (patched) <https://reviews.apache.org/r/59100/#comment251198> Indented too far. src/tests/api_tests.cpp Lines 1173 (patched) <https://reviews.apache.org/r/59100/#comment251199> Indented too far. src/tests/api_tests.cpp Lines 1246 (patched) <https://reviews.apache.org/r/59100/#comment251200> Indented too far. src/tests/api_tests.cpp Lines 1250 (patched) <https://reviews.apache.org/r/59100/#comment251201> Indented too far. src/tests/api_tests.cpp Line 1225 (original), 1256 (patched) <https://reviews.apache.org/r/59100/#comment251202> Indented too far. - Greg Mann On June 7, 2017, 1:02 p.m., Alexander Rojas wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/59100/ > ----------------------------------------------------------- > > (Updated June 7, 2017, 1:02 p.m.) > > > Review request for mesos, Adam B, Greg Mann, and Till Toenshoff. > > > Bugs: MESOS-7415 > https://issues.apache.org/jira/browse/MESOS-7415 > > > Repository: mesos > > > Description > ------- > > Enables the use of authorization for the `GET_MAINTENANCE_SCHEDULE` > v1 API call, using the ACL `GetMaintenanceSchedule` and the action > of the same name as the API call. > > It also updates the ApiTests to take into account the authorization > case. > > > Diffs > ----- > > src/master/http.cpp 1dcfe6ef00b0e3984deb79a511e665f638661323 > src/master/master.hpp e8ddddf273256b14cde1cac390163f948241757f > src/tests/api_tests.cpp 91b3473452b8e65cab9f2e873837d64a0edf4b54 > > > Diff: https://reviews.apache.org/r/59100/diff/6/ > > > Testing > ------- > > make check > > > Thanks, > > Alexander Rojas > >
