-
- Downloads
Merge branch 'x-collaboration' into 'master'
Update Storage to be Collaboration Context Aware See merge request !546 (cherry picked from commit c1c1bb93) 205082b8 add setup and cleanup for collaboration tests 03baa1be add integration tests for get record, get record by version, get all record versions d69b75f7 purge test dd962d99 query with kind test def956cd add int. test for fetch multiple records in collaboration context 02cda7d9 Merge branch 'collaboration_integration_tests' of... 3965dec0 add integration test for query multiple records in collaboration context b5734a64 add integration test for query multiple records in collaboration context 73730604 Merge remote-tracking branch 'origin/collaboration_integration_tests' into... 3206f77c Merge branch 'collaboration_integration_tests' of... 37963124 pull integration test and initial implementation of consuming core-common 7b43dde9 support collaboration context for create and retrieve APIs a0d9667b update namespace property in metadata for put record and get latest version of record 2e0aab96 purge integration tests in a separate class afbf43f9 skip purge if other documents refer b92af6e1 update to consume collaboration context bf593024 update RecordApi and QueryApi to consume collaboration context 0bda6f84 update get record by kind integration test to assert 200 with 0 record edcb684f use custom impl interfaces a73f9232 remove custom interface for messages 0753537e fix gcp 044849ef fix byoc ee2c85d9 fix ibm 14f4f22a adding optionals bc51f595 aws updates d36440f6 aws updates f255d278 Merge branch 'master' of... 3291db06 api tests fe0ea026 incr changes 222c2f71 enable all providers in pom 46b6cb85 patch integration test cdf187e5 clean up and add unit tests for happy path with collaboration context 276906e5 fix api b44d57eb Merge branch 'x-collaboration' of... d528601b Merge branch 'master' of... 7d4d99a5 fix test e39aabab gcp update a3f971ca fix aws 51565cae skip message publishing 349bd97a update tutorial documentation ccb9d8a7 add integration test for single and bulk soft delete apis e0e356d9 add unit test for bulk delete 7b06205e unit tests for soft delete acc6b03b remove Record structure from tutorial documentation 649df322 updated CollaborationContext tutorial 3a15065f add feature flag for collaboration context + unit test 686d0fc0 clean up a21200ae Merge branch 'x-collaboration' of... c6cffda9 refactor collaboration filter to its own class adbf3bd3 Add collaboration feature flag for integration tests and update to use... 85500e91 fix Query records by kind with no collaboration context 0c2986e3 add documentation for all CSPs 3af1cafc resolve conflict during rebase 83aeea5c ibm update 9ae52bb5 removed whitespace c9af294f revert gcp core-common version to be off of 0.17.0 rather than 0.18.0-rc4 820c3aee Merge branch 'x-collaboration' of... 794bb47e update NOTICE aae56932 revert unneccessary changes & clean up 4adaa9dc revert the integration test for collab 5cacde34 Merge branch 'master' of... 10160c46 update NOTICE 2b504b2d resolve conflict in NOTICE from rebase 35c3ea4b update core-common to rc version 37e2d309 resolve conflict during rebase 52a8d986 add collaboration context to new feature from rebase 0d7576ef update NOTICE e7b0be39 update NOTICE 61a59101 update NOTICE
parent
343b1cd6
No related branches found
No related tags found
Showing
- NOTICE 2 additions, 2 deletionsNOTICE
- docs/tutorial/CollaborationContext.md 91 additions, 0 deletionsdocs/tutorial/CollaborationContext.md
- docs/tutorial/StorageService.md 5 additions, 1 deletiondocs/tutorial/StorageService.md
- pom.xml 1 addition, 1 deletionpom.xml
- provider/storage-aws/src/main/java/org/opengroup/osdu/storage/provider/aws/CloudStorageImpl.java 6 additions, 5 deletions...opengroup/osdu/storage/provider/aws/CloudStorageImpl.java
- provider/storage-aws/src/main/java/org/opengroup/osdu/storage/provider/aws/MessageBusImpl.java 3 additions, 1 deletion...g/opengroup/osdu/storage/provider/aws/MessageBusImpl.java
- provider/storage-aws/src/main/java/org/opengroup/osdu/storage/provider/aws/QueryRepositoryImpl.java 3 additions, 2 deletions...ngroup/osdu/storage/provider/aws/QueryRepositoryImpl.java
- provider/storage-aws/src/main/java/org/opengroup/osdu/storage/provider/aws/RecordsMetadataRepositoryImpl.java 7 additions, 6 deletions...u/storage/provider/aws/RecordsMetadataRepositoryImpl.java
- provider/storage-aws/src/main/java/org/opengroup/osdu/storage/provider/aws/jobs/LegalComplianceChangeServiceAWSImpl.java 8 additions, 3 deletions...rovider/aws/jobs/LegalComplianceChangeServiceAWSImpl.java
- provider/storage-aws/src/main/java/org/opengroup/osdu/storage/provider/aws/mongo/MongoDbQueryRepository.java 4 additions, 2 deletions...du/storage/provider/aws/mongo/MongoDbQueryRepository.java
- provider/storage-aws/src/main/java/org/opengroup/osdu/storage/provider/aws/mongo/MongoDbRecordsMetadataRepository.java 6 additions, 4 deletions.../provider/aws/mongo/MongoDbRecordsMetadataRepository.java
- provider/storage-aws/src/main/java/org/opengroup/osdu/storage/provider/aws/service/BatchServiceAWSImpl.java 5 additions, 5 deletions...sdu/storage/provider/aws/service/BatchServiceAWSImpl.java
- provider/storage-aws/src/main/resources/application.properties 3 additions, 0 deletions...der/storage-aws/src/main/resources/application.properties
- provider/storage-aws/src/test/java/org/opengroup/osdu/storage/provider/aws/api/CloudStorageTest.java 1 addition, 1 deletion...group/osdu/storage/provider/aws/api/CloudStorageTest.java
- provider/storage-aws/src/test/java/org/opengroup/osdu/storage/provider/aws/api/LegalComplianceChangeServiceAWSImplTest.java 2 additions, 2 deletions...ider/aws/api/LegalComplianceChangeServiceAWSImplTest.java
- provider/storage-aws/src/test/java/org/opengroup/osdu/storage/provider/aws/api/MessageBusImplTest.java 2 additions, 1 deletion...oup/osdu/storage/provider/aws/api/MessageBusImplTest.java
- provider/storage-aws/src/test/java/org/opengroup/osdu/storage/provider/aws/api/QueryRepositoryTest.java 2 additions, 1 deletion...up/osdu/storage/provider/aws/api/QueryRepositoryTest.java
- provider/storage-aws/src/test/java/org/opengroup/osdu/storage/provider/aws/api/RecordsMetadataRepositoryTest.java 4 additions, 4 deletions...orage/provider/aws/api/RecordsMetadataRepositoryTest.java
- provider/storage-aws/src/test/java/org/opengroup/osdu/storage/provider/aws/api/mongo/QueryRepositoryMongoTest.java 7 additions, 4 deletions...rage/provider/aws/api/mongo/QueryRepositoryMongoTest.java
- provider/storage-aws/src/test/java/org/opengroup/osdu/storage/provider/aws/api/mongo/RecordsMetadataRepositoryMongoTest.java 8 additions, 7 deletions...der/aws/api/mongo/RecordsMetadataRepositoryMongoTest.java
Loading
Please register or sign in to comment