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 c54f58520 Merge pull request #1653 from 
apache/feat/DATALAB-2963/close-filter-pop-up-by-clicking-outside
     add 42d166c59 store user image filter in db
     add 125dd6758 add user image rights, fix reading image filter from db bug
     add ded35e3d9 remove commented-out code
     add dd52d228c add license
     new 79e4c0fa2 Merge pull request #1654 from apache/DATALAB-2968

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:
 .../backendapi/dao/ImageExploratoryDAO.java        |   2 +-
 .../backendapi/dao/ImageExploratoryDAOImpl.java    |   5 +-
 .../datalab/backendapi/dao/UserSettingsDAO.java    |  21 ++++
 .../resources/ImageExploratoryResource.java        |  10 +-
 .../backendapi/resources/dto/ImageFilter.java      |  13 +--
 .../{ImageFilter.java => ImageFilterFormData.java} |  16 +--
 .../backendapi/resources/dto/ImageInfoRecord.java  |   1 +
 .../resources/dto/ImageUserPermissions.java        |  20 ++++
 .../resources/dto/ProjectImagesInfo.java           |   7 +-
 .../service/ImageExploratoryService.java           |   6 +-
 .../service/impl/ImageExploratoryServiceImpl.java  | 107 ++++++++++++---------
 11 files changed, 132 insertions(+), 76 deletions(-)
 copy 
services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/{ImageFilter.java
 => ImageFilterFormData.java} (82%)


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

Reply via email to