> On June 30, 2016, 6:04 p.m., Alexander Rukletsov wrote: > > src/master/http.cpp, line 2851 > > <https://reviews.apache.org/r/49251/diff/3/?file=1432997#file1432997line2851> > > > > Why this starts differently from the others? > > Joerg Schad wrote: > It starts same as for example /state-summary. > There are endpoints which are filtered and ones which have coarse grained > authz.
Other filtered endpoints start differently. I've changed this one for consistency. Let me know if I misunderstood the concept. - Alexander ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49251/#review140202 ----------------------------------------------------------- On June 29, 2016, 1:59 p.m., Joerg Schad wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/49251/ > ----------------------------------------------------------- > > (Updated June 29, 2016, 1:59 p.m.) > > > Review request for mesos, Alexander Rukletsov and Neil Conway. > > > Bugs: MESOS-5711 > https://issues.apache.org/jira/browse/MESOS-5711 > > > Repository: mesos > > > Description > ------- > > Added endpoint documentation for the following endpoints: > * Master::Http::CREATE_VOLUMES_HELP > * Master::Http::DESTROY_VOLUMES_HELP > * Master::Http::RESERVE_HELP > * Master::Http::STATE_HELP > * Master::Http::STATESUMMARY_HELP > * Master::Http::TEARDOWN_HELP > * Master::Http::TASKS_HELP > * Master::Http::UNRESERVE_HELP > * Slave::Http::STATE_HELP > > > Diffs > ----- > > src/master/http.cpp e089fe960779f39b3321f2ec81ab2acc17d53641 > src/slave/http.cpp 44d8cc98c0c1ada9d5313a3fe5c66029c9c373c6 > > Diff: https://reviews.apache.org/r/49251/diff/ > > > Testing > ------- > > make check + viewed generated documentation (see next review) > > > Thanks, > > Joerg Schad > >
