You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2022/06/20 14:01:39 UTC

[incubator-datalab] branch DATALAB-1408 updated (be52fe2e7 -> 82a329a2f)

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

lfrolov pushed a change to branch DATALAB-1408
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


    from be52fe2e7 Merge pull request #1556 from korsicanec/DATALAB-2847
     new 8b6adca64 added files and func to actions lib
     new 9cd124d1b params and creds
     new 7e4a1fef4 added hdinsight lib to reqs
     new 4c49e050e add libs in base_Dockerfile
     new 45ac1af5e add imports
     new b823d5c2f add class AzureActions
     new 17804f4d4 delete hdinsight_client
     new 6d6516f32 modify hdinsight func
     new 364923eb8 modify func
     new 43838a0d2 modify func add self=
     new e96b775fd remove self
     new 6e48bf42b add import self and add self to func
     new 1515f9489 remove self from func and from import
     new 8999bf12f add self before client creation
     new 35711de16 changes in def hdinsight
     new 77996f493 some changes
     new 6ad055fb1 revert changes
     new 102998463 edit actions_lib
     new adeffa289 changes
     new a0119deed revert changes
     new 631cdcdd1 changes
     new 8427f295e revert changes
     new fe2e037d5 changes
     new fb1887382 some changes
     new ddc4ad185 changes
     new 832520a43 change func hdinsight
     new c6fcee81f change cluster name
     new d11745cb2 delete unused statement
     new b8c35d006 changes
     new 602f6ba1c refactor dataengine-service_prepare
     new 12cfe74da fix errors
     new 46a0b45a6 add print to def_terminate
     new 82a329a2f Merge pull request #1557 from korsicanec/DATALAB-1408

The 12380 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/install_prerequisites.py      |   2 +-
 .../src/general/files/azure/base_Dockerfile        |   2 +-
 .../src/general/lib/azure/actions_lib.py           |  38 ++++++++
 .../scripts/azure/dataengine-service_configure.py  |   0
 .../scripts/azure/dataengine-service_create.py     |   0
 .../scripts/azure/dataengine-service_prepare.py    | 107 +++++++++++++++++++++
 6 files changed, 147 insertions(+), 2 deletions(-)
 copy services/self-service/src/main/resources/webapp/src/assets/.gitkeep => infrastructure-provisioning/src/general/scripts/azure/dataengine-service_configure.py (100%)
 copy services/self-service/src/main/resources/webapp/src/assets/.gitkeep => infrastructure-provisioning/src/general/scripts/azure/dataengine-service_create.py (100%)
 create mode 100644 infrastructure-provisioning/src/general/scripts/azure/dataengine-service_prepare.py


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org