This is an automated email from the ASF dual-hosted git repository.
hshpak pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
from 948812d15 Merge pull request #1688 from apache/DATALAB-2648
add 5e514022f initial commit
add 87db970c8 minor fix
new 33f68a3f9 Merge pull request #1689 from
apache/feat/DATALAB-2864/delete-one-image
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:
.../services/applicationServiceFacade.service.ts | 10 ++-
.../app/core/services/user-images-page.service.ts | 18 ++++-
.../image-action-dialog.component.html} | 16 +++-
.../image-action-dialog.component.scss} | 36 ++++++++-
.../image-action-dialog.component.ts | 92 ++++++++++++++++++++++
.../image-action-dialog.module.ts} | 13 +--
.../image-detail-dialog.component.ts | 4 +-
.../share-image-dialog.component.ts | 52 ------------
.../src/app/resources/images/images.component.html | 2 +-
.../src/app/resources/images/images.component.ts | 23 ++++--
.../src/app/resources/images/images.config.ts | 5 ++
.../src/app/resources/images/images.model.ts | 9 ++-
.../src/app/resources/images/images.service.ts | 18 +++--
.../webapp/src/app/resources/resources.module.ts | 6 +-
14 files changed, 215 insertions(+), 89 deletions(-)
rename
services/self-service/src/main/resources/webapp/src/app/resources/exploratory/{share-image-dialog/share-image-dialog.component.html
=> image-action-dialog/image-action-dialog.component.html} (69%)
rename
services/self-service/src/main/resources/webapp/src/app/resources/exploratory/{share-image-dialog/share-image-dialog.component.scss
=> image-action-dialog/image-action-dialog.component.scss} (66%)
create mode 100644
services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/image-action-dialog.component.ts
rename
services/self-service/src/main/resources/webapp/src/app/resources/exploratory/{share-image-dialog/share-image-dialog.module.ts
=> image-action-dialog/image-action-dialog.module.ts} (73%)
delete mode 100644
services/self-service/src/main/resources/webapp/src/app/resources/exploratory/share-image-dialog/share-image-dialog.component.ts
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]