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

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


 discard c979db1ac [DATALAB-2814]: added service endpoint for azure subnet
 discard 188a01511 [DATALAB-2814]: removed additional output
 discard 83ec27f6a [DATALAB-2814]: changed logging level, added vars prints
 discard 4ffa98f5d [DATALAB-2814]: changed logging level
 discard 8908d4a99 [DATALAB-2814]: returned sys exit
 discard ec8ddc49e [DATALAB-2814]: changed azure logging level
 discard 37cf2d311 [DATALAB-2814]: tmp removed blob container creation
 discard b35f5130e [DATALAB-2814]: tmp removed blob container creation
 discard 3f2097607 [DATALAB-2814]: tmp removed public access restriction
 discard 05d8ceb98 [DATALAB-2814]: changed api request
 discard 4e76ee1d5 [DATALAB-2814]: added some output
 discard 805d1ad0e [DATALAB-2814]: changed some logging
     add 935ad79c9 [DATALAB-2819]: removed converting words to lowercase in 
azure/jupyterlab
     add 36f040dcb [DATALAB-2820]: updated rstudio graphic engine version
     add aa7cc38f9 fixed old changes
     add 86291d750 [DATALAB-2689]: increased disk size for gcp tensor
     add 4c6193b3c Merge pull request #1534 from apache/DATALAB-2689
     add a9fcffd2f Merge branch 'apache:develop' into develop
     add b0968231d Merge pull request #1535 from a1expol/develop
     add f40e2f95c [DATALAB-2819]: removed uppercase symbols in notebook names
     add a32023e95 [DATALAB-2819]: fixed syntax mistakes
     add 86568fd85 [DATALAB-2819]: removed lowercase limit in jupyterlab config
     add 4d6ef12c5 [DATALAB-2819]: fixed syntax mistakes
     add 75ebbdb8c Merge pull request #1536 from a1expol/develop
     add 2f9b6fbd7 [DATALAB-2551]: changed tf variables types
     add 216261925 [DATALAB-2551]: fixed some arguments
     add ed2e85a3b [DATALAB-2551]: fixed some arguments
     add d974bb4c3 [DATALAB-2551]: changed gcp ubuntu version
     add 7859bb602 [DATALAB-2551]: fixed endpoint mongodb installation
     add bc60bada6 [DATALAB-2551]: changed datalab version to 2.5.2
     add 8a3a004bc [DATALAB-2551]: removed chmod of .docker dir
     add dcadd6912 [DATALAB-2551]: fixed some azure terraform errors
     add 43674e924 [DATALAB-2551]: changed azure tf default ami
     add 318cbe2e6 [DATALAB-2551]: changed azure tf default ami
     add 60e5b1733 [DATALAB-2551]: changed azure tf default ami
     add 42ed78991 [DATALAB-2551]: changed aws tf default ami
     add 2c1e0a918 [DATALAB-2551]: updated aws bucket tf file
     add 4edb883d9 [DATALAB-2551]: changed how console command is executed
     add 0cc45c24f [DATALAB-2551]: changed how console command is executed
     add 5707ee726 [DATALAB-2551]: changed how console command is executed
     add 1a7321ca1 [DATALAB-2551]: changed how console command is executed
     add 947397a47 [DATALAB-2551]: fixed docker daemon.json
     add ae5f5cdcc Merge pull request #1538 from apache/DATALAB-2551
     new b1ad7df9e [DATALAB-2814]: added edpoint to subnet

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   (c979db1ac)
            \
             N -- N -- N   refs/heads/DATALAB-2814 (b1ad7df9e)

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 1 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:
 .../scripts/deploy_datalab.py                      |  2 +-
 .../src/general/conf/datalab.ini                   |  2 +-
 .../src/general/files/aws/rstudio_description.json |  4 ++--
 .../general/files/azure/rstudio_description.json   |  4 ++--
 .../src/general/files/gcp/rstudio_description.json |  4 ++--
 .../src/general/lib/azure/actions_lib.py           | 12 ++++++-----
 .../src/general/lib/azure/meta_lib.py              |  2 +-
 .../scripts/azure/common_create_storage_account.py |  2 +-
 .../scripts/azure/common_prepare_notebook.py       |  4 ++--
 .../general/scripts/azure/jupyterlab_configure.py  |  6 +++---
 .../general/scripts/gcp/common_prepare_notebook.py |  3 ++-
 .../terraform/aws/endpoint/main/bucket.tf          |  8 ++++++--
 .../terraform/aws/endpoint/main/variables.tf       |  2 +-
 .../terraform/azure/endpoint/main/instance.tf      |  6 +++---
 .../terraform/azure/endpoint/main/network.tf       |  4 ++--
 .../terraform/azure/endpoint/main/sg.tf            |  6 +++---
 .../terraform/azure/endpoint/main/variables.tf     |  2 +-
 .../terraform/bin/datalab.py                       | 23 +++++++++++-----------
 .../terraform/bin/deploy/endpoint_fab.py           | 17 ++++++++--------
 .../terraform/gcp/endpoint/main/bucket.tf          |  1 +
 .../terraform/gcp/endpoint/main/iam.tf             |  2 ++
 .../terraform/gcp/endpoint/main/variables.tf       |  6 +++---
 .../terraform/gcp/modules/common/iam.tf            |  2 ++
 .../terraform/gcp/modules/common/variables.tf      |  4 ++--
 .../backendapi/domain/NotebookTemplate.java        |  2 +-
 25 files changed, 72 insertions(+), 58 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to