Commit Graph
10 Commits
Author SHA1 Message Date
Alexandru-Eusebiu Epure ed05b6b4eb REPO-437: Audit REST API
Fix code formatting (tabs -> spaces, added/removed newlines were needed).
      Added description for updateAuditApp call.
2017-07-24 11:46:02 +03:00
Andrei Forascu dc5dd8beac REPO-1786 / REPO-2670: REST API: Retrieve Node (alfresco-access) Audit Entries - add sanity TAS-level test
- TAS sanity test added: getAuditEntriesForNodeUsingMaxItemsAndWhereParam
    - Fixed some test descriptions / minor code formatting
2017-07-20 13:46:32 +03:00
Alexandru-Eusebiu Epure c32c239e2d Fixed failing bamboo build.
Moved the enable auditing part at the start of the dataPrep.
2017-07-19 17:30:58 +03:00
Andrei Forascu 0b388a59bd REPO-2662 / REPO-2644: Retrieve audit entry / Delete audit entry
- minor formatting
2017-07-19 11:43:19 +03:00
Alexandru-Eusebiu Epure 419cb50b14 REPO-2665 REST API: Delete Audit Entry - add sanity TAS test
REPO-2662 REST API: Retrieve Audit Entry - add sanity TAS test
      Add sanity tests.
         Fix some coding style (tabs to spaces).
2017-07-18 15:14:16 +03:00
jcule b206af38e3 added checks for property setting, fixing merge fallouts and reusing code 2017-07-14 20:44:40 +01:00
Alexandru Epure 40ac17a085 Merge branch 'feature/5.2.N-AUDIT-API' into 'REPO-2620'
# Conflicts:
#   src/main/java/org/alfresco/rest/requests/Audit.java
#   src/test/java/org/alfresco/rest/audit/AuditTest.java
#   src/test/java/org/alfresco/rest/audit/GetAuditCoreTests.java
2017-07-14 14:43:36 +01:00
Alexandru-Eusebiu Epure 3197eba6b5 REPO-2620 REST API: Retrieve Application Audit Entries - add TAS-level test
Extend TAS with AuditValuesModel in order to validate Retrieval of the Audit App Entries
       Add Sanity level TAS Tests.
2017-07-13 17:46:48 +03:00
jcule 5b999a1f39 REPO-2632: REST-API: Enable/Disable Application Auditing - add TAS level test 2017-07-06 21:18:27 +01:00
Alexandru-Eusebiu Epure 83d44e474c REPO-2582 Retrieve Audit Applications - add TAS-level test
Add core tests for Retrieve Audit Applications.
      Creat AuditTest abstract class for the dataprep, and validate if the audit is enabled.
2017-07-03 15:24:47 +03:00