----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30612/#review82935 -----------------------------------------------------------
This one may be entirely outdated - sry for that in advance.... src/master/http.cpp <https://reviews.apache.org/r/30612/#comment133790> `const Framework* framework` please. src/master/http.cpp <https://reviews.apache.org/r/30612/#comment133791> `const Task* task` please. src/master/http.cpp <https://reviews.apache.org/r/30612/#comment133801> `const`? src/master/http.cpp <https://reviews.apache.org/r/30612/#comment133802> s/there's/there is/ src/tests/master_tests.cpp <https://reviews.apache.org/r/30612/#comment133793> `const std::string`? src/tests/master_tests.cpp <https://reviews.apache.org/r/30612/#comment133795> `const std::string`? src/tests/master_tests.cpp <https://reviews.apache.org/r/30612/#comment133796> `const std::string`? src/tests/master_tests.cpp <https://reviews.apache.org/r/30612/#comment133798> `const std::string`? src/tests/master_tests.cpp <https://reviews.apache.org/r/30612/#comment133799> `const std::string`? - Till Toenshoff On May 18, 2015, 12:56 p.m., Alexander Rojas wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/30612/ > ----------------------------------------------------------- > > (Updated May 18, 2015, 12:56 p.m.) > > > Review request for mesos, Adam B, Joerg Schad, Marco Massenzio, Niklas > Nielsen, and Till Toenshoff. > > > Bugs: MESOS-2157 > https://issues.apache.org/jira/browse/MESOS-2157 > > > Repository: mesos > > > Description > ------- > > Adds endpoints for paths /master/frameworks/{framework}/tasks/{task}. > > Adds tests for the endpoints. > > Works with [29883](https://reviews.apache.org/r/29883). > > Builds on the abandoned patch 14286. > > > Diffs > ----- > > src/master/http.cpp 7fa47a9fa2f5667631169876964dccf7fdcc172e > src/master/master.hpp da0a83510784f4f7dbd933e666ac12c04c413a62 > src/master/master.cpp eaea79df2c693d15087d70b3c9b988e57c894f8e > src/tests/master_tests.cpp ba3858fb3026f2cc7af0523bd1a0c541eeafc34b > > Diff: https://reviews.apache.org/r/30612/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Alexander Rojas > >