This is an automated email from the ASF dual-hosted git repository. dyankiv pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit bb2122b20f7aef7ce5d91a93d9959db9939c8878 Merge: 84000aabe 21fea4270 Author: Denys Yankiv <[email protected]> AuthorDate: Thu Aug 25 17:49:18 2022 +0300 Merge pull request #1687 from apache/DATALAB-2648 [DATALAB-2648]: add support for terminating user image .../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]
