Releases: dtinit/data-transfer-project
Releases · dtinit/data-transfer-project
0.3.50
0.3.49
0.3.48
Update existing exporters to use DTP activity models Summary: Part of previous diff D23564216, separated for review purposes. This diff migrates existing exporter/importers for social posts to use the new DTP Activity model. `GoogleBloggerImporter` uses the ASObject `.provider()` field when setting the title (e..g Imported from <Provider>), however this should not be the responsibility of the importer - the exporter includes this information. The updated `GoogleBloggerImporter` no longer does this. Test Plan: ./gradlew build Reviewers: wmorland, #dtp Reviewed By: wmorland Differential Revision: https://phabricator.intern.facebook.com/D23564244 Tasks: T71597511 Tags: data-transfer-project Signature: 23564244:1599492401:90fc294b20f7a0b05f043bd4706dc8a81839b8a2
0.3.46
Update equals and hashcode methods for container resources Differential Revision: https://phabricator.intern.facebook.com/D22924754
0.3.45
Update subtypes of ContainerResource Summary: When running tests for D22844917, I noticed that VideoContainerResource was not being deserialised correctly as the error message said it was not a subtype of ContainerResource. This diff corrects the ContainerResource file to add the other subtypes of Container resource, the only exception being BlobbyDataContainerResource - this is because it resides in another module and doing so would introduce a cyclic build dependency. (https://github.com/google/data-transfer-project/issues/916 already flags this). Test Plan: Ran ./gradlew build and ./gradlew test Reviewers: #dtp Differential Revision: https://phabricator.intern.facebook.com/D22867086
0.3.44
0.3.43
0.3.42
0.3.41
Add per service per data type logging to RetryingCallable (#894) Summary: We would like to better keep track of retrying activities across different data types and services. Adding extra logging to record service and data type info when retrying. Test Plan: Do a transfer which requires retry and check the log line