Re: Review Request 67055: Updated cpplint to be compatible with Python 3.

2018-05-14 Thread Armand Grillet
e updated version should solve the issues raised. - Armand --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67055/#review202991 ----------- On May 14, 2018, 10:22 a.m., Armand Grillet wrote: > > --

Re: Review Request 67055: Updated cpplint to be compatible with Python 3.

2018-05-14 Thread Armand Grillet
ded congratulations :) Total errors found: 0 ``` As we can see, the number of errors found by cpplint is the same as before. I have also used cpplint separately by running `python3 support/cpplint` on a few C++ files to see that it was running as expected. Thanks, Armand Grillet

Re: Review Request 67059: Ported all support scripts to Python 3.

2018-05-11 Thread Armand Grillet
iff, and then > > when it's given ship-its, we take the finished ported scripts and put them > > here (trusting they're the same as the reviewed ones). /r/67101/ - Armand --- This is an automatically generated e-mai

Review Request 67099: Updated support scripts to check for Python 3.

2018-05-11 Thread Armand Grillet
/ Testing --- Tested manually by changing my environment variable and seeing the output of the scripts. Thanks, Armand Grillet

Re: Review Request 67059: Ported all support scripts to Python 3.

2018-05-11 Thread Armand Grillet
uot;)` but detecting all of them requires to use the scripts. Please do so and create issues. Thanks, Armand Grillet

Re: Review Request 67055: Added Python 3 version of cpplint.

2018-05-11 Thread Armand Grillet
` on a few C++ files to see that it was running as expected. Thanks, Armand Grillet

Review Request 67059: Ported all support scripts to Python 3.

2018-05-10 Thread Armand Grillet
need to add `.decode("utf-8")` but detecting all of them requires to use the scripts. Please do so and create issues. Thanks, Armand Grillet

Review Request 67055: Added Python 3 version of cpplint.

2018-05-10 Thread Armand Grillet
n see, the number of errors found by cpplint is the same as before. I have also used cpplint separately bu running `python3 support/python3/cpplint` on a few C++ files to see that it was running as expected. Thanks, Armand Grillet

Review Request 67054: Added .tox to files excluded by Python linter.

2018-05-10 Thread Armand Grillet
d'.: """ python version compatibility code """ Traceback (most recent call last): File "./support/mesos-style.py", line 517, in PY_ERRORS = PY_LINTER.main(sys.argv[1:]) File "./support/mesos-style.py", line 443, in main return super(PyLinter, self).main(modified_files) File "./support/mesos-style.py", line 207, in main license_errors = self.check_license_header(filtered_candidates_set) File "./support/mesos-style.py", line 107, in check_license_header head = "".join([next(source_file) for _ in xrange(3)]) StopIteration ``` After change: ``` Checking 47 Python files py27-lint: commands succeeded congratulations :) py27-lint: commands succeeded congratulations :) ``` Thanks, Armand Grillet

Review Request 67032: Removed pip install requirements-test.in in new CLI bootstrap script.

2018-05-09 Thread Armand Grillet
--- Removed pip install requirements-test.in in new CLI bootstrap script. Diffs - src/python/cli_new/bootstrap 87ac3cae790144fe642c9eb86106b05d60a9d14d Diff: https://reviews.apache.org/r/67032/diff/1/ Testing --- Thanks, Armand Grillet

Review Request 67008: Added documentation to website for Python components.

2018-05-08 Thread Armand Grillet
://reviews.apache.org/r/67008/diff/1/ Testing --- Thanks, Armand Grillet

Re: Review Request 67004: Added an option to keep downloaded patches to apply-reviews.py.

2018-05-08 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67004/#review202630 --- Ship it! Ship It! - Armand Grillet On May 8, 2018, 12:54

Re: Review Request 66868: Used `operator->` instead of `get`.

2018-04-30 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66868/#review202113 --- Ship it! Ship It! - Armand Grillet On April 30, 2018, 9:14

Review Request 66683: Updated address field of new CLI config to accept URLs.

2018-04-18 Thread Armand Grillet
7; --work_dir='/tmp/master1' --log_dir='/tmp/master1-log' --registry=in_memory`. Also ran `mesos-cli-tests` successfully. Thanks, Armand Grillet

Review Request 66657: Updated Config initialization for new CLI if file does not exist.

2018-04-17 Thread Armand Grillet
Diff: https://reviews.apache.org/r/66657/diff/1/ Testing --- Removed `~/.mesos/config.toml` and ran `mesos config show`. Thanks, Armand Grillet

Re: Review Request 65705: Fixed CLI bootstrap script to work with long workspace paths.

2018-04-12 Thread Armand Grillet
atch. This will also be done to use PyInstaller. Diffs (updated) - src/python/cli_new/bootstrap 9329a61a2a1f05286b4ff6e5fe68cd86ed48859a Diff: https://reviews.apache.org/r/65705/diff/5/ Changes: https://reviews.apache.org/r/65705/diff/4-5/ Testing --- Tested on internal CI. Thank

Re: Review Request 65585: Improved documentation regarding the new CLI setup.

2018-04-12 Thread Armand Grillet
ile taskInteracts with the tasks running in a Mesos cluster See 'mesos help ' for more information on a specific command. ``` Thanks, Armand Grillet

Re: Review Request 66554: Updated Web UI controllers to have one file per controller.

2018-04-12 Thread Armand Grillet
This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66554/#review200941 ----------- On April 11, 2018, 3:23 p.m., Armand Grillet wrote: > > --- > Thi

Review Request 66554: Updated Web UI controllers to have one file per controller.

2018-04-11 Thread Armand Grillet
-CREATION src/webui/index.html 149d765429dc2211875783129da6c6b101f38ecf support/.eslintrc.js cd23ddebd2b40f795fa297e6decacada356a01f8 Diff: https://reviews.apache.org/r/66554/diff/1/ Testing --- ``` GTEST_FILTER="" make check -j4 ``` And tested manually. Thanks, Armand Grillet

Review Request 66553: Restructured Web UI.

2018-04-11 Thread Armand Grillet
/static/offers.html src/webui/master/static/pailer.html 6710b7d4405d66171d07e88112c71bb4a30b29d4 src/webui/master/static/roles.html Diff: https://reviews.apache.org/r/66553/diff/1/ Testing --- ``` GTEST_FILTER="" make check -j4 ``` And tested manually. Thanks, Armand Grillet

Re: Review Request 64970: Use tox for linting and testing code living uder src/python.

2018-04-06 Thread Armand Grillet
(patched) <https://reviews.apache.org/r/64970/#comment281419> As this is here, the line `pylint==1.6.4` in support/pip-requirements.txt should be removed. - Armand Grillet On March 14, 2018, 3:05 p.m., Eric Chung wrote: > > ---

Review Request 66289: Added fields to GET_STATE necessary for streaming Web UI.

2018-03-26 Thread Armand Grillet
"gru1.hw.ca1.mesosphere.com", "ip": "192.99.40.208", "port": 5061 }, "capabilities": [ { "type": "AGENT_UPDATE" } ] }, "elected_time": { "nanoseconds": 1522078049390997760 } } } ``` Thanks, Armand Grillet

Re: Review Request 65705: Fixed CLI bootstrap script to work with long workspace paths.

2018-03-24 Thread Armand Grillet
s (updated) - src/python/cli_new/bootstrap 9329a61a2a1f05286b4ff6e5fe68cd86ed48859a Diff: https://reviews.apache.org/r/65705/diff/3/ Changes: https://reviews.apache.org/r/65705/diff/2-3/ Testing --- Tested on internal CI. Thanks, Armand Grillet

Re: Review Request 64211: Added options to build the Python CLI and run unit tests.

2018-03-24 Thread Armand Grillet
d out of 1 ``` Checked that the the CLI tests were run, that the content of the directory `build/src/cli` was as expected, and that `build/src/mesos` was correctly running. Thanks, Armand Grillet

Re: Review Request 65585: Improved documentation regarding the new CLI setup.

2018-03-24 Thread Armand Grillet
Interacts with the tasks running in a Mesos cluster See 'mesos help ' for more information on a specific command. ``` Thanks, Armand Grillet

Review Request 66257: Added licenses for third party JS libraries used by Web UI.

2018-03-23 Thread Armand Grillet
--- Added licenses for third party JS libraries used by Web UI. Diffs - LICENSE 17f97049d3a3aeff3d09812e22ebb620bf4ed61c Diff: https://reviews.apache.org/r/66257/diff/1/ Testing --- None. No need to add a license for Angular route as it is part of Angular. Thanks, Armand

Review Request 66256: Removed non minified third party JS library files.

2018-03-23 Thread Armand Grillet
showing any missing source files when using it. Thanks, Armand Grillet

Re: Review Request 65906: Updated site's middleman to latest 3.x release.

2018-03-11 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65906/#review198992 --- Ship it! Ship It! - Armand Grillet On March 10, 2018, 5:49

Re: Review Request 65906: Updated site's middleman to latest 3.x release.

2018-03-11 Thread Armand Grillet
kill: https://github.com/middleman/middleman/issues/1097 - Armand Grillet On March 10, 2018, 5:49 p.m., Benjamin Bannier wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://rev

Re: Review Request 66022: Based website-related Docker images on ubuntu16.

2018-03-11 Thread Armand Grillet
/`ruby versions`/`ruby version` in the second paragraph of the commit message. - Armand Grillet On March 10, 2018, 5:49 p.m., Benjamin Bannier wrote: > > --- > This is an automatically generated e-mail. To reply, visit

Re: Review Request 65906: Updated site's middleman to latest 3.x release.

2018-03-07 Thread Armand Grillet
: ``` Fetching gem metadata from https://rubygems.org/ nokogiri-1.8.2 requires ruby version >= 2.1.0, which is incompatible with the current version, ruby 2.0.0p648 ``` The issue does not not exist using `master` and is thus likely introduced by this patch. - Armand Grillet On March 5, 2018

Review Request 65928: Improved handling of many roles in Web UI.

2018-03-06 Thread Armand Grillet
66a4f2955a88fa44c3e5c717e9ce6b680050cc34 Diff: https://reviews.apache.org/r/65928/diff/1/ Testing --- Manual testing. ![New UI](https://i.imgur.com/xXxcb8Y.png) Thanks, Armand Grillet

Re: Review Request 64211: Added options to build the Python CLI and run unit tests.

2018-03-02 Thread Armand Grillet
, visit: https://reviews.apache.org/r/64211/#review198482 --- On March 2, 2018, 8:12 a.m., Armand Grillet wrote: > > --- > This is an automatically generated e-mail. T

Re: Review Request 64211: Added options to build the Python CLI and run unit tests.

2018-03-02 Thread Armand Grillet
d out of 1 ``` Checked that the the CLI tests were run, that the content of the directory `build/src/cli` was as expected, and that `build/src/mesos` was correctly running. Thanks, Armand Grillet

Re: Review Request 65346: Updated Web UI to show quota guarantee and limit for roles.

2018-03-01 Thread Armand Grillet
The group columns cannot be ordered as they have sub-columns, this is expected. Thanks, Armand Grillet

Re: Review Request 64970: Replace ad hoc venv under support/ with tox.

2018-03-01 Thread Armand Grillet
78616> Not sure if adding this method is necessary (specially in that patch) but it does not hurt. - Armand Grillet On Feb. 23, 2018, 7:58 a.m., Eric Chung wrote: > > --- > This is an

Re: Review Request 65346: Updated Web UI to show quota guarantee and limit for roles.

2018-03-01 Thread Armand Grillet
cannot be ordered as they have sub-columns, this is expected. Thanks, Armand Grillet

Re: Review Request 65246: Added download button for master and agent logs in Web UI.

2018-02-27 Thread Armand Grillet
Armand --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65246/#review198345 --- On Feb. 27, 2018, 11:40 p.m., Armand Grillet wrote: >

Re: Review Request 65246: Added download button for master and agent logs in Web UI.

2018-02-27 Thread Armand Grillet
log_dir='/tmp/agent1-log' ``` Tested the download and streaming features on the home and agents Web UI endpoints, from both `http://localhost:5061/` and `http://localhost:5062/`. New UI (masters): ![New logs button master](https://i.imgur.com/Uz8aj1H.png) New UI (agents): ![New logs button](https://i.imgur.com/tmGavCL.png) Thanks, Armand Grillet

Re: Review Request 65246: Added download button for master and agent logs in Web UI.

2018-02-27 Thread Armand Grillet
(no file extension, too much information in the name). - Armand --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65246/#review197631 ---------

Re: Review Request 65246: Added download button for master and agent logs in Web UI.

2018-02-27 Thread Armand Grillet
): ![New logs button master](https://i.imgur.com/Uz8aj1H.png) New UI (agents): ![New logs button](https://i.imgur.com/tmGavCL.png) Thanks, Armand Grillet

Re: Review Request 64211: Added options to build the Python CLI and run unit tests.

2018-02-21 Thread Armand Grillet
d out of 1 ``` Checked that the the CLI tests were run, that the content of the directory `build/src/cli` was as expected, and that `build/src/mesos` was correctly running. Thanks, Armand Grillet

Re: Review Request 64211: Added options to build the Python CLI and run unit tests.

2018-02-21 Thread Armand Grillet
To reply, visit: https://reviews.apache.org/r/64211/#review197774 ------- On Feb. 21, 2018, 9:58 a.m., Armand Grillet wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 64211: Added options to build the Python CLI and run unit tests.

2018-02-20 Thread Armand Grillet
led out of 1 ``` Checked that the the CLI tests were run, that the content of the directory `build/src/cli` was as expected, and that `build/src/mesos` was correctly running. Thanks, Armand Grillet

Re: Review Request 64211: Added options to build the Python CLI and run unit tests.

2018-02-18 Thread Armand Grillet
Start 4: CLITests 1/1 Test #4: CLITests . Passed3.63 sec 100% tests passed, 0 tests failed out of 1 ``` Checked that the the CLI tests were run, that the content of the directory `build/src/cli` was as expected, and that `build/src/mesos` was correctly running. Thank

Review Request 65705: Fixed CLI bootstrap script to work with long workspace paths.

2018-02-18 Thread Armand Grillet
Testing --- Tested on internal CI. Thanks, Armand Grillet

Re: Review Request 64211: Added options to build the Python CLI and run unit tests.

2018-02-16 Thread Armand Grillet
CLITests 1/1 Test #4: CLITests . Passed3.63 sec 100% tests passed, 0 tests failed out of 1 ``` Checked that the the CLI tests were run, that the content of the directory `build/src/cli` was as expected, and that `build/src/mesos` was correctly running. Thank

Re: Review Request 65585: Improved documentation regarding the new CLI setup.

2018-02-16 Thread Armand Grillet
s with the Mesos agents config Interacts with the Mesos CLI configuration file taskInteracts with the tasks running in a Mesos cluster See 'mesos help ' for more information on a specific command. ``` Thanks, Armand Grillet

Review Request 65655: Used Mesos binaries instead of shell scripts to run CLI tests.

2018-02-14 Thread Armand Grillet
. Diffs - src/python/cli_new/lib/cli/tests/base.py 33c67c1161d9c9fd57aa5f44b04746e3740e1dd9 Diff: https://reviews.apache.org/r/65655/diff/1/ Testing --- Checked that `mesos-cli-tests` was working as before. Thanks, Armand Grillet

Re: Review Request 65503: Added bootstrap-table library for the WebUI.

2018-02-11 Thread Armand Grillet
d9e83d7c0cf6146f00ce7f1ab11b89880d105984 Diff: https://reviews.apache.org/r/65503/diff/2/ Changes: https://reviews.apache.org/r/65503/diff/1-2/ Testing --- Tested in the dependent review request /r/65346/ Thanks, Armand Grillet

Re: Review Request 65503: Added bootstrap-table library for the WebUI.

2018-02-11 Thread Armand Grillet
libraries in another patch? - Armand --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65503/#review196858 --- On Feb. 11,

Re: Review Request 64211: Added options to build the Python CLI and run unit tests.

2018-02-11 Thread Armand Grillet
tests were run, that the content of the directory `build/src/cli` was as expected, and that `build/src/mesos/mesos` was correctly running. Thanks, Armand Grillet

Review Request 65585: Improved new CLI bootstrap script, now runnable from anywhere.

2018-02-09 Thread Armand Grillet
Mesos agents config Interacts with the Mesos CLI configuration file taskInteracts with the tasks running in a Mesos cluster See 'mesos help ' for more information on a specific command. ``` Thanks, Armand Grillet

Review Request 65584: Improved new CLI README regarding bash completion.

2018-02-09 Thread Armand Grillet
--- See summary. Diffs - src/python/cli_new/README.md 847141db9a1f9eb5c78b2d50367b599a5c72ce61 Diff: https://reviews.apache.org/r/65584/diff/1/ Testing --- Thanks, Armand Grillet

Re: Review Request 65529: Added --clean flag to bootstrap script for Mesos CLI.

2018-02-07 Thread Armand Grillet
n' to rebuild the virtualenv without comparing its last modification date with its dependencies. $ ./bootstrap --clean ``` The virtual environment will then be rebuilt again with this third command. Thanks, Armand Grillet

Re: Review Request 64609: Skipped bundled elfio in linting.

2018-02-07 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64609/#review196984 --- Ship it! Ship It! - Armand Grillet On Jan. 25, 2018, 6:36

Re: Review Request 65246: Added download button for master and agent logs in Web UI.

2018-02-06 Thread Armand Grillet
62/`. New UI (masters): ![New logs button master](https://i.imgur.com/Uz8aj1H.png) New UI (agents): ![New logs button](https://i.imgur.com/tmGavCL.png) Thanks, Armand Grillet

Review Request 65529: Added --clean flag to bootstrap script for Mesos CLI.

2018-02-06 Thread Armand Grillet
again with this third command. Thanks, Armand Grillet

Re: Review Request 65246: Added download button for master and agent logs in Web UI.

2018-02-05 Thread Armand Grillet
sable URL containing the data we wish to download. - Armand --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65246/#review196488 -------

Re: Review Request 65346: Updated Web UI to show quota guarantee and limit for roles.

2018-02-04 Thread Armand Grillet
1c84ad33a554e078d854e25b4d5ca311c8507f91 Diff: https://reviews.apache.org/r/65346/diff/2/ Changes: https://reviews.apache.org/r/65346/diff/1-2/ Testing (updated) --- New UI: ![New UI](https://i.imgur.com/rcSUP8N.png) The group columns cannot be ordered as they have sub-columns, this is expected. Thanks, Armand Grillet

Review Request 65503: Added bootstrap-table library for the WebUI.

2018-02-04 Thread Armand Grillet
://reviews.apache.org/r/65503/diff/1/ Testing --- Tested in the dependent review request /r/65346/ Thanks, Armand Grillet

Re: Review Request 65246: Added download button for master and agent logs in Web UI.

2018-02-04 Thread Armand Grillet
//localhost:5062/`. New UI (masters): ![New logs button master](https://i.imgur.com/Uz8aj1H.png) New UI (agents): ![New logs button](https://i.imgur.com/tmGavCL.png) Thanks, Armand Grillet

Re: Review Request 64211: Added options to build the Python CLI and run unit tests.

2018-02-04 Thread Armand Grillet
CLI tests were run, that the content of the directory `build/src/cli` was as expected, and that `build/src/mesos/mesos` was correctly running. Thanks, Armand Grillet

Re: Review Request 61172: Added mesos.http and mesos.exceptions for CLI.

2018-02-01 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61172/#review196638 --- Ship it! Ship It! - Armand Grillet On Jan. 19, 2018, 8:48

Re: Review Request 65439: Made cleanliness checks in post-reviews.py less strict.

2018-01-31 Thread Armand Grillet
so that they can shepherd this patch? - Armand Grillet On Jan. 31, 2018, 6:15 p.m., Benno Evers wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 65346: Updated Web UI to show quota guarantee and limit for roles.

2018-01-29 Thread Armand Grillet
imum amount of CPUs/GPUs/Mem/Disk. - Armand --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65346/#review196383 --- On Jan. 27, 2018

Re: Review Request 65351: Reordered roles in Web UI to display them alphabetically by default.

2018-01-29 Thread Armand Grillet
e the UI after applying the patch. - Armand --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65351/#review196382 --- On Jan. 26, 2018, 3

Review Request 65351: Reordered roles in Web UI to display them alphabetically by default.

2018-01-26 Thread Armand Grillet
r='/tmp/master1-log' --weights="example=42,example/a=2" --registry=in_memory ``` UI before patch when viewing the roles tab: ![Old UI](https://i.imgur.com/dflxj11.png) UI by default after patch: ![New UI](https://i.imgur.com/PRyAwNs.png) Thanks, Armand Grillet

Review Request 65346: Updated Web UI to show quota guarantee and limit for roles.

2018-01-26 Thread Armand Grillet
://i.imgur.com/5mq31Ls.png) Thanks, Armand Grillet

Re: Review Request 65246: Added download button for master and agent logs in Web UI.

2018-01-25 Thread Armand Grillet
lhost:5062/`. New UI (rev. 1): ![New logs button](https://i.imgur.com/vo9mXT6.png) New UI (rev. 2): ![New logs button](https://i.imgur.com/63BAvpr.png) Thanks, Armand Grillet

Re: Review Request 65189: Displayed all needed commands in apply-reviews script dry-run mode.

2018-01-25 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65189/#review196231 --- Ship it! Ship It! - Armand Grillet On Jan. 25, 2018, 8:40

Re: Review Request 65245: Renamed `LOG` by `Stream logs` in Web UI.

2018-01-23 Thread Armand Grillet
- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65245/#review195926 --- On Jan. 20, 2018, 4:14 p.m., Armand Grillet wrote: > > ---

Re: Review Request 65197: Added some missing email addresses to the contributors list.

2018-01-23 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65197/#review195994 --- Ship it! Ship It! - Armand Grillet On Jan. 22, 2018, 8:45

Re: Review Request 65189: Displayed all needed commands in apply-reviews script dry-run mode.

2018-01-22 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65189/#review195911 --- Ship it! Ship It! - Armand Grillet On Jan. 22, 2018, 1:58

Re: Review Request 65189: Displayed all needed commands in apply-reviews script dry-run mode.

2018-01-22 Thread Armand Grillet
tps://reviews.apache.org/r/65189/#comment275222> Can you rename `message` to something else as we already have `with open(message_file, 'w') as message:`. - Armand Grillet On Jan. 17, 2018, 12:22 p.m., Benjamin Bannier wrote: > > --

Review Request 65246: Added download button for master and agent logs in Web UI.

2018-01-20 Thread Armand Grillet
streaming features on the home and agents Web UI endpoints, from both `http://localhost:5061/` and `http://localhost:5062/`. New UI: ![New logs button](https://i.imgur.com/vo9mXT6.png) Thanks, Armand Grillet

Review Request 65245: Renamed `LOG` by `Stream logs` in Web UI.

2018-01-20 Thread Armand Grillet
still working on the home and agents endpoints. Thanks, Armand Grillet

Re: Review Request 65208: Prevented redundant descriptions when applying reviewboard reviews.

2018-01-19 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65208/#review195826 --- Ship it! Ship It! - Armand Grillet On Jan. 18, 2018, 10:53

Re: Review Request 65197: Added some missing email addresses to the contributors list.

2018-01-18 Thread Armand Grillet
f3e1965885406d6d3e49348bee7e7d0df9d5 > > Author: Armand Grillet > > Date: Mon Feb 6 22:45:43 2017 +0800 > > > > Optimized the size of the favicon. > > > > The favicon now only contains two images: 16x16 and

Re: Review Request 63661: Updated tests to use `createCallSubscribe`.

2018-01-17 Thread Armand Grillet
/slave_tests.cpp 59e3065ad9aadbd90cdfd32e830b433b88d6de86 Diff: https://reviews.apache.org/r/63661/diff/4/ Changes: https://reviews.apache.org/r/63661/diff/3-4/ Testing --- ``` $ make check ``` Thanks, Armand Grillet

Re: Review Request 65073: Fixed post-reviews for posting reviews from `master` branch.

2018-01-11 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65073/#review195213 --- Ship it! Ship It! - Armand Grillet On Jan. 11, 2018, 7:56

Re: Review Request 64849: Added authentication to some example frameworks.

2018-01-10 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64849/#review195141 --- Ship it! Ship It! - Armand Grillet On Jan. 9, 2018, 3:19

Re: Review Request 65073: Fixed post-reviews for posting reviews from `master` branch.

2018-01-10 Thread Armand Grillet
tps://reviews.apache.org/r/65073/#comment274286> s/`"from {}!"`/`" from {}!"`. - Armand Grillet On Jan. 10, 2018, 3:28 p.m., Benjamin Bannier wrote: > > --- > This is an automatically generated e-mail. To reply, vi

Re: Review Request 64848: Updated example frameworks to make use of added flags.

2018-01-10 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64848/#review195120 --- Ship it! Ship It! - Armand Grillet On Jan. 9, 2018, 3:19

Re: Review Request 64847: Added collection of example framework flag definitions.

2018-01-09 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64847/#review195037 --- Ship it! Ship It! - Armand Grillet On Jan. 9, 2018, 3:20

Re: Review Request 61172: Added mesos.http and mesos.exceptions for CLI.

2018-01-05 Thread Armand Grillet
uot;We retry only when it makes sense: either due to a network partition (e.g. connection errors) or if the request failed due to a server error such as 500s, timeouts, and so on." src/python/lib/tests/test_http.py Lines 239 (patched) <https://r

Re: Review Request 64970: Replace ad hoc venv under support/ with tox.

2018-01-05 Thread Armand Grillet
a new virtualenv instead of replacing/removing an existent one. support/mesos-style.py Line 150 (original), 150 (patched) <https://reviews.apache.org/r/64970/#comment273919> `mesos/support/tox.ini` does not exist and is not added in this patch, is that normal? - Armand Grillet

Review Request 64211: Added configure/make options to build the new CLI and run unit tests.

2018-01-03 Thread Armand Grillet
/1/ Testing --- ``` $ ./bootstrap $ mkdir build $ cd build $ ../configure --enable-new-cli --disable-java $ make check ``` Checked that the the CLI tests were run, that the content of the directory `build/src/cli`, and that `build/src/mesos/mesos` was running as expected. Thanks, Armand

Re: Review Request 64575: Added containerClass() to MesosContainerizerProcess::Container.

2017-12-19 Thread Armand Grillet
--- ``` GTEST_FILTER="" nice make check -j16 V=0 ``` Thanks, Armand Grillet

Re: Review Request 64297: Updated modules documentation with some more details.

2017-12-19 Thread Armand Grillet
r/64297/#comment272873> Even if no dedicated section exists for this module yet, could a one-liner description be added in this array? Same for the ones at the end of the array. docs/modules.md Lines 141 (patched) <https://reviews.apache.org/r/64297/#comment272866> s/`implemen

Re: Review Request 64686: Fixed the type-punned pointer and strict aliasing issue.

2017-12-19 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64686/#review194131 --- Ship it! Ship It! - Armand Grillet On Dec. 18, 2017, 7:06

Re: Review Request 64685: Improved the comment around the union in ns::clone().

2017-12-18 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64685/#review194089 --- Ship it! Ship It! - Armand Grillet On Dec. 18, 2017, 7:06

Review Request 64683: Updated support/mesos-style.py to build the virtualenv less often.

2017-12-18 Thread Armand Grillet
the one expected. Thanks, Armand Grillet

Re: Review Request 63953: Added logging based on container class.

2017-12-18 Thread Armand Grillet
ot;: "SCALAR", "scalar": { "value": 2 } } ], "command": { "value": "sleep 1000" }, "check": { "type": "COMMAND", "command": { "command": { "value": "echo \"Bonjour\"" }, "uris": [] } } } ] } ``` And: ``` $ nice make check ``` Thanks, Armand Grillet

Re: Review Request 64575: Added containerClass() to MesosContainerizerProcess::Container.

2017-12-18 Thread Armand Grillet
/diff/3/ Changes: https://reviews.apache.org/r/64575/diff/2-3/ Testing --- ``` GTEST_FILTER="" nice make check -j16 V=0 ``` Thanks, Armand Grillet

Re: Review Request 63953: Added logging based on container class.

2017-12-13 Thread Armand Grillet
uot;, "scalar": { "value": 2 } } ], "command": { "value": "sleep 1000" }, "check": { "type": "COMMAND", "command": { "command": { "value": "echo \"Bonjour\"" }, "uris": [] } } } ] } ``` And: ``` $ nice make check ``` Thanks, Armand Grillet

Re: Review Request 64575: Added containerClass() to MesosContainerizerProcess::Container.

2017-12-13 Thread Armand Grillet
Diff: https://reviews.apache.org/r/64575/diff/2/ Changes: https://reviews.apache.org/r/64575/diff/1-2/ Testing --- ``` GTEST_FILTER="" nice make check -j16 V=0 ``` Thanks, Armand Grillet

Re: Review Request 64379: Improved logs displayed after a slave failed recovery.

2017-12-13 Thread Armand Grillet
) docker rm $(docker ps -a -q) docker rmi $(docker images -q) Finally, restart the agent. ``` Thanks, Armand Grillet

Re: Review Request 64379: Improved logs displayed after a slave failed recovery.

2017-12-13 Thread Armand Grillet
$(docker images -q) Finally, restart the agent. ``` Thanks, Armand Grillet

Re: Review Request 63953: Added logging based on container class.

2017-12-13 Thread Armand Grillet
ot;: "SCALAR", "scalar": { "value": 2 } } ], "command": { "value": "sleep 1000" }, "check": { "type": "COMMAND", "command": { "command": { "value": "echo \"Bonjour\"" }, "uris": [] } } } ] } ``` And: ``` $ nice make check ``` Thanks, Armand Grillet

<    1   2   3   4   5   6   >