This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a change to branch DATALAB-2409
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.
discard 65a389e [DATALAB-2409]: changed when datalab python libs are copied
discard f51988b [DATALAB-2409]: added logger in azure and gcp base dockerfiles
discard 0099f72 [DATALAB-2409]: fixed aws creds check
discard b755e08 [DATALAB-2409]: fixed aws creds check
discard 3c70774 [DATALAB-2409]: made keycloak client arguments not required
discard 5f4d257 [DATALAB-2409]: replaced print with logging in all
general/scripts/os .py scripts
discard d9593a5 [DATALAB-2409]: replaced print with logging in all
general/scripts/gcp .py scripts
discard 94919c3 [DATALAB-2409]: replaced print with logging in all
general/scripts/azure .py scripts
discard 1638c1d [DATALAB-2409]: replaced print with logging in all src/ .py
scripts except in fabfiles and general/
new b3d6d55 [DATALAB-2409]: replaced print with logging in all
general/scripts/azure .py scripts
new 58e2303 [DATALAB-2409]: replaced print with logging in all
general/scripts/gcp .py scripts
new 0c304cc [DATALAB-2409]: replaced print with logging in all
general/scripts/os .py scripts
new b20a735 [DATALAB-2409]: made keycloak client arguments not required
new bef2edc [DATALAB-2409]: fixed aws creds check
new 09c462b [DATALAB-2409]: fixed aws creds check
new 1cd62c8 [DATALAB-2409]: added logger in azure and gcp base dockerfiles
new cf29c76 [DATALAB-2409]: resolved conflicts
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (65a389e)
\
N -- N -- N refs/heads/DATALAB-2409 (cf29c76)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/base/scripts/configure_keycloak.py | 6 +-
.../src/base/scripts/create_ssh_user.py | 7 +-
.../src/base/scripts/install_user_key.py | 17 ++--
.../src/dataengine/scripts/configure_dataengine.py | 51 ++++++------
.../scripts/configure_deep_learning_node.py | 57 +++++++------
.../src/edge/scripts/configure_http_proxy.py | 5 +-
.../edge/scripts/configure_nginx_reverse_proxy.py | 16 +++-
.../src/edge/scripts/reupload_ssh_key.py | 12 ++-
.../src/general/lib/aws/actions_lib.py | 2 +-
.../src/general/lib/aws/meta_lib.py | 2 +-
.../src/general/lib/azure/actions_lib.py | 2 +-
.../src/general/lib/azure/meta_lib.py | 2 +-
.../src/general/lib/gcp/actions_lib.py | 2 +-
.../src/general/lib/gcp/meta_lib.py | 2 +-
.../src/general/lib/os/debian/ssn_lib.py | 1 -
.../src/jupyter/scripts/configure_jupyter_node.py | 51 ++++++------
.../scripts/configure_jupyterlab_node.py | 17 ++--
.../src/project/scripts/configure_http_proxy.py | 5 +-
.../src/project/scripts/configure_nftables.py | 5 +-
.../scripts/configure_nginx_reverse_proxy.py | 18 ++--
.../src/project/scripts/reupload_ssh_key.py | 12 ++-
.../src/rstudio/scripts/configure_rstudio_node.py | 31 ++++---
.../src/ssn/scripts/backup.py | 37 ++++-----
.../src/ssn/scripts/configure_billing.py | 11 ++-
.../src/ssn/scripts/configure_conf_file.py | 9 +-
.../src/ssn/scripts/configure_docker.py | 31 ++++---
.../src/ssn/scripts/configure_gitlab.py | 23 +++--
.../src/ssn/scripts/configure_mongo.py | 7 +-
.../src/ssn/scripts/configure_ssn_node.py | 49 ++++++-----
.../src/ssn/scripts/configure_ui.py | 40 ++++++---
.../src/ssn/scripts/docker_build.py | 3 +-
.../src/ssn/scripts/gitlab_deploy.py | 41 +++++----
.../src/ssn/scripts/resource_status.py | 5 +-
.../src/ssn/scripts/restore.py | 97 +++++++++++-----------
.../src/ssn/scripts/upload_response_file.py | 8 +-
.../superset/scripts/configure_superset_node.py | 15 ++--
.../scripts/configure_tensor-rstudio_node.py | 37 ++++-----
.../src/tensor/scripts/configure_tensor_node.py | 43 +++++-----
.../zeppelin/scripts/configure_zeppelin_node.py | 51 ++++++------
39 files changed, 429 insertions(+), 401 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]