You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marvin.apache.org by we...@apache.org on 2020/10/09 14:27:44 UTC

[incubator-marvin] 05/05: Merge branch 'pr/53' into develop

This is an automated email from the ASF dual-hosted git repository.

weichen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git

commit b24b1c4b911993df7c08a22529689fbdea7ca55c
Merge: 02c764d c7960db
Author: Wei Chen <we...@apache.org>
AuthorDate: Fri Oct 9 22:26:56 2020 +0800

    Merge branch 'pr/53' into develop

 marvin-cli/Makefile                                |   1 +
 marvin-cli/README.md                               |   2 +
 marvin-cli/bin/marvin                              |   8 +-
 .../marvin_cli/communication/remote_calls.py       |   5 +-
 marvin-cli/marvin_cli/management/engine.py         | 129 ++++++++++++--
 marvin-cli/marvin_cli/management/notebook.py       |   5 +-
 marvin-cli/marvin_cli/utils/benchmark.py           | 196 +++++++++++++++++++++
 marvin-cli/marvin_cli/utils/docker.py              |  12 +-
 marvin-cli/marvin_cli/utils/misc.py                |  54 +++++-
 marvin-cli/setup.py                                |   4 +-
 .../tests/communication/test_remote_calls.py       |   2 +-
 marvin-cli/tests/utils/test_benchmark.py           | 137 ++++++++++++++
 marvin-cli/tests/utils/test_misc.py                |   6 +-
 .../daemon_base/command_server.py                  |   6 +-
 .../notebook_extensions/jupyter_notebook_config.py |  76 +++++---
 .../marvin_python_daemon/management/engine.py      |   9 +-
 .../marvin_python_daemon/management/notebook.py    |  10 +-
 python-daemon/tests/management/test_notebook.py    |  32 +---
 18 files changed, 589 insertions(+), 105 deletions(-)