Commits on Source (62)
-
Riabokon Stanislav(EPAM)[GCP] authored
Moved credentials classes into core-lib-gcp.
-
Rustam Lotsmanenko (EPAM) authored
-
Riabokon Stanislav(EPAM)[GCP] authored
GONRG-580 change the way legal get it config bucket Closes GONRG-580 See merge request go3-nrg/platform/security-and-compliance/legal!4
-
Riabokon Stanislav(EPAM)[GCP] authored
GONRG-539 See merge request go3-nrg/platform/security-and-compliance/legal!5
-
Riabokon Stanislav(EPAM)[GCP] authored
Master See merge request go3-nrg/platform/security-and-compliance/legal!6
-
-
Riabokon Stanislav(EPAM)[GCP] authored
GONRG-666: add integration test's description and requirements in README file See merge request go3-nrg/platform/security-and-compliance/legal!7
-
Igor Filippov (EPAM) authored
-
Riabokon Stanislav(EPAM)[GCP] authored
GONRG-770 Actualize README.md for Legal service GCP provider module Closes GONRG-770 See merge request go3-nrg/platform/security-and-compliance/legal!9
-
Aalekh Jain authored
Updated pom.xml
-
Aalekh Jain authored
Created `LegalTagRepositoryImplTest.java`
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
Used better variable names
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Denis Karpenok (EPAM) authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
Added constructor and refactored `whoami` method for performing Unit Testing in `WhoamiController.java`
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
Used @Mock notation instead of calling mocking inside init method for logger and topicClient in `LegalTagPublisherImplTest.java`
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
Using Autowired instead of Inject in `LegalTagPublisherImpl.java`. Updated UT for not using constructor made explicitly for unit testing purpose
-
Aalekh Jain authored
Asserted error message and error code for tests throwing AppException in `LegalTagRepositoryImplTest.java`
-
Aalekh Jain authored
-
Denis Karpenok (EPAM) authored
GONRG-813 Jococ for legal-gcp code coverage See merge request go3-nrg/platform/security-and-compliance/legal!8
-
Aalekh Jain authored
-
Riabokon Stanislav(EPAM)[GCP] authored
# Conflicts: # provider/legal-gcp/src/main/java/org/opengroup/osdu/legal/countries/StorageReaderImpl.java # testing/legal-test-gcp/src/test/java/org/opengroup/osdu/legal/util/GCPLegalTagUtils.java
-
Riabokon Stanislav(EPAM)[GCP] authored
-
Riabokon Stanislav(EPAM)[GCP] authored
Changed an anotation 'ControllerAdvice' to 'RestControllerAdvice' for GlobalOtherExceptionMapper and GlobalExceptionMapper. Fixed int tests. Updated GCP README.md
-
Riabokon Stanislav(EPAM)[GCP] authored
-
Riabokon Stanislav(EPAM)[GCP] authored
GONRG-1016 fix tests CloudRun See merge request go3-nrg/platform/security-and-compliance/legal!13
-
Riabokon Stanislav(EPAM)[GCP] authored
-
Rostislav Dublin (EPAM) authored
Integration tests for Google Cloud Run (GONRG-1016) See merge request !68
-
-
Hema Vishnu Pola [Microsoft] authored
Enabling mdc context See merge request !67
-
Pass properties to audit event
-
Rostislav Dublin (EPAM) authored
Add properties in audit log (GONRG-940) See merge request !69
-
Aalekh Jain authored
Merge branch 'master' of https://community.opengroup.org/osdu/platform/security-and-compliance/legal into jacoco-coverage
-
Kiran Veerapaneni authored
Added jacoco code coverage See merge request !55
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Aalekh Jain authored
-
Kiran Veerapaneni authored
Improve code coverage See merge request !61
Showing
- legal-core/src/main/java/org/opengroup/osdu/legal/api/LegalTagApi.java 2 additions, 1 deletion...c/main/java/org/opengroup/osdu/legal/api/LegalTagApi.java
- legal-core/src/main/java/org/opengroup/osdu/legal/logging/AuditEvents.java 4 additions, 4 deletions...in/java/org/opengroup/osdu/legal/logging/AuditEvents.java
- legal-core/src/main/java/org/opengroup/osdu/legal/logging/AuditLogger.java 4 additions, 4 deletions...in/java/org/opengroup/osdu/legal/logging/AuditLogger.java
- legal-core/src/main/java/org/opengroup/osdu/legal/middleware/GlobalExceptionMapper.java 28 additions, 23 deletions...pengroup/osdu/legal/middleware/GlobalExceptionMapper.java
- legal-core/src/main/java/org/opengroup/osdu/legal/middleware/GlobalOtherExceptionMapper.java 39 additions, 0 deletions...oup/osdu/legal/middleware/GlobalOtherExceptionMapper.java
- legal-core/src/test/java/org/opengroup/osdu/legal/api/LegalTagApiTests.java 1 addition, 1 deletion...t/java/org/opengroup/osdu/legal/api/LegalTagApiTests.java
- legal-core/src/test/java/org/opengroup/osdu/legal/logging/AuditLoggerTests.java 2 additions, 2 deletions...va/org/opengroup/osdu/legal/logging/AuditLoggerTests.java
- provider/legal-azure/lombok.config 2 additions, 0 deletionsprovider/legal-azure/lombok.config
- provider/legal-azure/pom.xml 26 additions, 0 deletionsprovider/legal-azure/pom.xml
- provider/legal-azure/src/main/java/org/opengroup/osdu/legal/azure/jobs/LegalTagPublisherImpl.java 1 addition, 1 deletion...pengroup/osdu/legal/azure/jobs/LegalTagPublisherImpl.java
- provider/legal-azure/src/main/java/org/opengroup/osdu/legal/azure/security/WhoamiController.java 15 additions, 1 deletion...opengroup/osdu/legal/azure/security/WhoamiController.java
- provider/legal-azure/src/main/resources/application.properties 1 addition, 0 deletions...der/legal-azure/src/main/resources/application.properties
- provider/legal-azure/src/test/java/org/opengroup/osdu/legal/azure/jobs/LegalTagPublisherImplTest.java 103 additions, 0 deletions...roup/osdu/legal/azure/jobs/LegalTagPublisherImplTest.java
- provider/legal-azure/src/test/java/org/opengroup/osdu/legal/azure/security/WhoamiControllerTest.java 70 additions, 0 deletions...group/osdu/legal/azure/security/WhoamiControllerTest.java
- provider/legal-azure/src/test/java/org/opengroup/osdu/legal/azure/tags/dataaccess/LegalTagRepositoryImplTest.java 220 additions, 0 deletions...gal/azure/tags/dataaccess/LegalTagRepositoryImplTest.java
- provider/legal-azure/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker 1 addition, 0 deletions...esources/mockito-extensions/org.mockito.plugins.MockMaker
- provider/legal-gcp/README.md 1 addition, 0 deletionsprovider/legal-gcp/README.md
- provider/legal-gcp/pom.xml 20 additions, 1 deletionprovider/legal-gcp/pom.xml
- testing/legal-test-core/pom.xml 6 additions, 0 deletionstesting/legal-test-core/pom.xml
- testing/legal-test-core/src/main/java/org/opengroup/osdu/legal/util/AcceptanceBaseTest.java 25 additions, 16 deletions...ava/org/opengroup/osdu/legal/util/AcceptanceBaseTest.java
provider/legal-azure/lombok.config
0 → 100644