You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by hs...@apache.org on 2022/06/02 16:42:25 UTC

[incubator-datalab] branch feat/DATALAB-2811/view-list-of-all-images updated (a2a18c6c5 -> 87f8a72b0)

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

hshpak pushed a change to branch feat/DATALAB-2811/view-list-of-all-images
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


    omit a2a18c6c5 aaa
    omit 3289635e7 [feat/DATALAB-2811/view-list-of-all-images] added image page
    omit 7017c1f7c initial commit
    omit 659ffe439 update image dto and model
    omit 3295789a2 update image model
    omit 53a121a79 update image model
    omit d1ea368f9 add endpoint for user images
     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
     add 87f8a72b0 [feat/DATALAB-2811/view-list-of-all-images] added image page

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   (a2a18c6c5)
            \
             N -- N -- N   refs/heads/feat/DATALAB-2811/view-list-of-all-images (87f8a72b0)

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.

No new revisions were added by this update.

Summary of changes:
 .../scripts/deploy_datalab.py                      |  2 +-
 .../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       |  2 +-
 .../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 ++--
 .../com/epam/datalab/model/exploratory/Image.java  |  1 -
 .../backendapi/resources/dto/ImageInfoRecord.java  |  2 +-
 .../src/app/resources/images/images.component.html |  4 ++--
 .../src/app/resources/images/images.model.ts       |  2 +-
 .../resources/ImageExploratoryResourceTest.java    |  9 +++++++--
 .../service/impl/BillingServiceImplTest.java       | 17 +++++++---------
 .../impl/ImageExploratoryServiceImplTest.java      | 19 ++++++++++++++++--
 21 files changed, 82 insertions(+), 55 deletions(-)


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