----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60822/#review180868 -----------------------------------------------------------
src/master/http.cpp Lines 444 (patched) <https://reviews.apache.org/r/60822/#comment256183> Spaces needed. src/master/http.cpp Lines 456 (patched) <https://reviews.apache.org/r/60822/#comment256184> Spaces needed. - Greg Mann On July 18, 2017, 9:38 p.m., Quinn Leng wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/60822/ > ----------------------------------------------------------- > > (Updated July 18, 2017, 9:38 p.m.) > > > Review request for mesos, Anand Mazumdar, Alexander Rojas, and Greg Mann. > > > Bugs: MESOS-7630 > https://issues.apache.org/jira/browse/MESOS-7630 > > > Repository: mesos > > > Description > ------- > > Added query parameter support for the '/slaves', '/frameworks' and > '/slave/containers' endpoints. > > This allows slaves, frameworks and containers to be queried > by ID. > > If no ID is specified, all records are returned, consistent > with current behavior. > > > Diffs > ----- > > src/master/http.cpp 948aa118101b6ce03410c9e0c945b6ca16668ca2 > src/slave/http.hpp ad412d4e2fde13a7afa3563c611ef50b11829cac > src/slave/http.cpp 3070b3b06a9d9e75b9d5afb255098e63a1056ec2 > > > Diff: https://reviews.apache.org/r/60822/diff/8/ > > > Testing > ------- > > Passed 'make check -j48' > > > Thanks, > > Quinn Leng > >
