This commit is contained in:
Andrew Schwartzmeyer 2017-04-06 11:51:12 -07:00 коммит произвёл GitHub
Родитель 8d42398cc1
Коммит 5a3494c680
1 изменённых файлов: 9 добавлений и 7 удалений

Просмотреть файл

@ -35,13 +35,15 @@ As always, the current-work dashboard is [here](https://issues.apache.org/jira/s
1. Update Mesos documentation for using and developing on Windows.
1. Send an update to the developer mailing list of Windows support.
1. Turn on `-Werror` i.e. treat warnings as errors, and have an error/warning free build.
1. Port the command-line based executor for easier end-to-end testing on Windows.
1. Port the Mesos CLI scheduler `src/cli/execute.cpp` for easier end-to-end testing on Windows.
## Focus for the upcoming week
* andschwa: Update Mesos documentation for Windows.
* andschwa: Record a demo and create a presentation for Mesos on Windows.
* andschwa: Setup a Mesos ReviewBot for testing patches on Windows.
* jeffaco: Fix `CopyFetcherPluginTest.FetchExistingFile` test. [MESOS-7311](https://issues.apache.org/jira/browse/MESOS-7311)
* johnkord: Fix Base64 encoding/decoding. [MESOS-7236](https://issues.apache.org/jira/browse/MESOS-7236)
* lilyfang: Fix CTrip's crash. [#1](https://github.com/Microsoft/mesos-log/issues/1)
* Andy: Update Mesos documentation for Windows.
* Andy: Record a demo and create a presentation for Mesos on Windows.
* Andy: Setup a Mesos ReviewBot for testing patches on Windows.
* Andy: Make a CMake build system for ZooKeeper to support Visual Studio 2017.
* Jeff: Fix `CopyFetcherPluginTest.FetchExistingFile` test. [MESOS-7311](https://issues.apache.org/jira/browse/MESOS-7311)
* John: Fix Base64 encoding/decoding. [MESOS-7236](https://issues.apache.org/jira/browse/MESOS-7236)
* John: Port Docker containerizer tests. [MESOS-7342](https://issues.apache.org/jira/browse/MESOS-7342)
* Li: Fix CTrip's crash. [#1](https://github.com/Microsoft/mesos-log/issues/1)