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 08a579078 Merge pull request #1478 from
apache/gcp-jupyter-highgpu-template-1
add 5cc3e7a3e [DATALAB-2245] Export Audit report
add e555e63b4 [DATALAB-2245] Audit report - code grooming
add 176377079 [DATALAB-2245] Audit report filter
add 2d5beb581 [DATALAB-2245] Audit filter implementation
add 23019fd34 [DATALAB-2245] Minor mark
add 3d7becbcc [DATALAB-2245] Auidit unitest
add 063a700e8 [DATALAB-2245] Audit export
new 6ecea1eb9 Merge pull request #1479 from apache/DATALAB-2245
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:
.../com/epam/datalab/backendapi/dao/AuditDAO.java | 4 ++
.../epam/datalab/backendapi/dao/AuditDAOImpl.java | 41 +++++++++--
.../{BudgetDTO.java => AuditReportLine.java} | 17 +++--
.../backendapi/resources/AuditResource.java | 13 ++++
.../backendapi/resources/dto/AuditFilter.java | 52 ++++++++++++++
.../datalab/backendapi/service/AuditService.java | 5 ++
.../backendapi/service/impl/AuditServiceImpl.java | 18 ++++-
.../epam/datalab/backendapi/util/AuditUtils.java | 81 ++++++++++++++++++++++
.../backendapi/resources/AuditResourceTest.java | 53 ++++++++++++--
.../service/impl/AuditServiceImplTest.java | 55 +++++++++++++--
10 files changed, 316 insertions(+), 23 deletions(-)
copy
services/self-service/src/main/java/com/epam/datalab/backendapi/domain/{BudgetDTO.java
=> AuditReportLine.java} (80%)
create mode 100644
services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/AuditFilter.java
create mode 100644
services/self-service/src/main/java/com/epam/datalab/backendapi/util/AuditUtils.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]