-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload work manager #2022
Upload work manager #2022
Conversation
engine/src/main/java/com/google/android/fhir/sync/UploadWorkManager.kt
Outdated
Show resolved
Hide resolved
…upload-work-manager
…upload-work-manager
To contain the size of the changes, I have just added major refactoring and interface changes in this PR. I will follow this one with another PR to support other upload requests (per resource based uploads). |
engine/src/main/java/com/google/android/fhir/sync/UploadWorkManager.kt
Outdated
Show resolved
Hide resolved
engine/src/main/java/com/google/android/fhir/sync/remote/FhirHttpDataSource.kt
Show resolved
Hide resolved
engine/src/main/java/com/google/android/fhir/sync/remote/FhirHttpDataSource.kt
Outdated
Show resolved
Hide resolved
demo/src/main/java/com/google/android/fhir/demo/data/DemoFhirSyncWorker.kt
Outdated
Show resolved
Hide resolved
engine/src/main/java/com/google/android/fhir/sync/UploadWorkManager.kt
Outdated
Show resolved
Hide resolved
engine/src/main/java/com/google/android/fhir/sync/UploadWorkManager.kt
Outdated
Show resolved
Hide resolved
engine/src/main/java/com/google/android/fhir/sync/upload/UploaderImpl.kt
Outdated
Show resolved
Hide resolved
…upload-work-manager
engine/src/main/java/com/google/android/fhir/sync/UploadWorkManager.kt
Outdated
Show resolved
Hide resolved
engine/src/main/java/com/google/android/fhir/sync/UploadWorkManager.kt
Outdated
Show resolved
Hide resolved
engine/src/main/java/com/google/android/fhir/sync/remote/FhirHttpDataSource.kt
Show resolved
Hide resolved
engine/src/main/java/com/google/android/fhir/sync/UploadWorkManager.kt
Outdated
Show resolved
Hide resolved
engine/src/main/java/com/google/android/fhir/sync/upload/LocalChangesPaginator.kt
Outdated
Show resolved
Hide resolved
…upload-work-manager
…upload-work-manager
.../main/java/com/google/android/fhir/sync/upload/HttpVerbBasedBundleEntryComponentGenerator.kt
Outdated
Show resolved
Hide resolved
engine/src/main/java/com/google/android/fhir/sync/UploadWorkManager.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @anchita-g - happy for this to be merged but we might have some follow-ups to do.
…upload-work-manager
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Fixes #2021
Description
Alternative(s) considered
NA
Type
Feature
Screenshots (if applicable)
Checklist
./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the style guide of this project../gradlew check
and./gradlew connectedCheck
to test my changes locally.