Skip to content

Releases: dtinit/data-transfer-project

0.3.50

13 Jan 11:01
584415f
Compare
Choose a tag to compare
v0.3.50

Adding DateRangeContainerResource for filter by date usecase (#947)

0.3.49

08 Dec 12:07
d5c4479
Compare
Choose a tag to compare
v0.3.49

Add Unit Test for Change to allow truncation of videos descriptions >…

0.3.48

22 Sep 08:59
Compare
Choose a tag to compare
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

05 Aug 10:15
Compare
Choose a tag to compare
Update equals and hashcode methods for container resources

Differential Revision: https://phabricator.intern.facebook.com/D22924754

0.3.45

04 Aug 11:30
Compare
Choose a tag to compare
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

29 Jul 07:58
d3939c2
Compare
Choose a tag to compare
Update to the latest version of the Facebook exporters (#917)

Summary: This takes the latest changes from our exporters and shares them to the open source.

Test Plan: Checked that the open source still built, the tests passed, and the docker ran

0.3.43

29 Jul 07:35
1f5577a
Compare
Choose a tag to compare
Add photos batching (#910)

* Add photos batching

Summary: This uses the same technique we used for videos to batch photos

Test Plan: Ran a transfer on my machine using the docker container

* Fix comment formatting nit

0.3.42

14 Jul 10:27
f4dd93c
Compare
Choose a tag to compare
v0.3.42

Handle NullPointerException when unwrapping Google Photos response (#…

0.3.41

16 Jun 11:18
f649c48
Compare
Choose a tag to compare
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

0.3.40

19 May 12:54
2c63f06
Compare
Choose a tag to compare
v0.3.40

Merge pull request #881 from google/reviews/add_dtp_metric_recorder_i…