-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6617/
-----------------------------------------------------------
(Updated Aug. 17, 2012, 4:15 a.m.)
Review request for mesos, Benjamin Hindman, Vinod Kone, and Jie Yu.
Changes
-------
Big changes here! But lots of good cleanup around http request parsing.
I haven't cleaned up the File endpoints being exposed, will have to discuss the
HttpRequest sending abstraction for tests with benh.
Description
-------
Implementing the file abstraction and http endpoints for file reading /
browsing.
This addresses bug MESOS-255.
https://issues.apache.org/jira/browse/MESOS-255
Diffs (updated)
-----
src/Makefile.am b0cb6cc
src/files/files.hpp d0cab91
src/files/files.cpp d4080d4
src/logging/logging.cpp 6909b0b
src/master/http.cpp e783ac3
src/master/slaves_manager.cpp e25efd0
src/slave/http.cpp a1f7926
src/tests/configurator_tests.cpp c2f5aa0
src/tests/files_tests.cpp PRE-CREATION
src/tests/utils.hpp caf5926
src/webui/master/static/controllers.js 1606e64
third_party/libprocess/include/process/http.hpp 8424ca6
third_party/libprocess/include/stout/hashmap.hpp 51bdea0
third_party/libprocess/include/stout/json.hpp 25dbcf4
third_party/libprocess/include/stout/os.hpp b1eceb3
third_party/libprocess/include/stout/path.hpp 80d9bc6
third_party/libprocess/include/stout/stringify.hpp ad2f2fa
third_party/libprocess/src/decoder.hpp 105fe5d
third_party/libprocess/src/statistics.cpp d05b327
Diff: https://reviews.apache.org/r/6617/diff/
Testing
-------
Added files_tests.cpp
make check
Thanks,
Ben Mahler