This is an automated email from the ASF dual-hosted git repository.
dyankiv pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
from 84000aabe Merge pull request #1686 from
apache/fix/DATALAB-2863/group-name-validation
add 88f9b032e [DATALAB-2648]: added usage of full image name during image
termination on aws and azure instead of notebook image name, now status
terminated is returned if image already does not exist when it`s removal is
executed
add 21fea4270 add support for terminating user image
new bb2122b20 Merge pull request #1687 from apache/DATALAB-2648
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/aws/common_terminate_notebook_image.py | 23 ++++++++++-----
.../azure/common_terminate_notebook_image.py | 20 +++++++++----
.../scripts/gcp/common_terminate_notebook_image.py | 14 ++++-----
.../epam/datalab/dto/exploratory/ImageStatus.java | 2 ++
.../datalab/rest/contracts/ExploratoryAPI.java | 1 +
.../backendapi/core/commands/DockerAction.java | 1 +
.../backendapi/resources/ImageResource.java | 13 +++++++++
.../backendapi/dao/ImageExploratoryDAO.java | 2 ++
.../backendapi/dao/ImageExploratoryDAOImpl.java | 7 +++++
.../resources/ImageExploratoryResource.java | 22 +++++++++------
.../resources/callback/ImageCallback.java | 10 +++++--
.../service/ImageExploratoryService.java | 4 +++
.../service/impl/ImageExploratoryServiceImpl.java | 33 ++++++++++++++++++++--
.../main/resources/mongo/general/mongo_roles.json | 12 ++++++++
14 files changed, 131 insertions(+), 33 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]