Skip to content
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

Resource consolidation for resources created with POST #2217

Merged
merged 28 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a46ce6f
WIP
anchita-g Sep 26, 2023
ccbdfec
test cases
anchita-g Sep 27, 2023
e1c351c
Adding resource UUID in LocalChangeEntity
anchita-g Sep 26, 2023
909c415
fixing migration tests
anchita-g Sep 27, 2023
945babc
returning resource UUID for insert resource
anchita-g Sep 28, 2023
5e52332
Clean up SyncJobStatus and add FhirSynchronizer test (#2184)
omarismail94 Sep 26, 2023
d67d0b5
Consolidator done
anchita-g Sep 26, 2023
499e02c
review comments
anchita-g Sep 29, 2023
f28eaf7
adding more tests
anchita-g Oct 3, 2023
3a9c458
Merge branch 'add-resource-uuid-local-change' into resource_consolida…
anchita-g Oct 3, 2023
1d1f626
Merge remote-tracking branch 'upstream/master' into resource_consolid…
anchita-g Oct 3, 2023
8a687af
fix failing test cases
anchita-g Oct 3, 2023
78ce39c
Introducing LocalChangeReference
anchita-g Oct 6, 2023
0e5e482
Adding LocalChangeDaoTest
anchita-g Oct 6, 2023
bac72da
WIP
anchita-g Oct 6, 2023
a5d7f34
added migration and tests for migration
anchita-g Oct 9, 2023
f81fb89
Merge remote-tracking branch 'upstream/master' into resource_consolid…
anchita-g Oct 9, 2023
3031fb3
updating kdoc
anchita-g Oct 9, 2023
2378de7
adding database migration
anchita-g Oct 9, 2023
f8d541b
removing unused refs
anchita-g Oct 9, 2023
fe87a18
json utils test
anchita-g Oct 9, 2023
b5b2ee2
review comments
anchita-g Oct 10, 2023
6064483
addressing review comments
anchita-g Oct 12, 2023
a240f8a
Merge remote-tracking branch 'upstream/master' into resource_consolid…
anchita-g Oct 17, 2023
c45b9cb
resolving failing test case
anchita-g Oct 17, 2023
9a9e5e1
review comments
anchita-g Oct 25, 2023
e1fc72f
Merge branch 'master' into resource_consolidation
omarismail94 Oct 26, 2023
3dc20b6
Merge branch 'master' into resource_consolidation
omarismail94 Oct 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ dependencies {
testImplementation(Dependencies.AndroidxTest.workTestingRuntimeKtx)
testImplementation(Dependencies.Kotlin.kotlinCoroutinesTest)
testImplementation(Dependencies.junit)
testImplementation(Dependencies.jsonAssert)
testImplementation(Dependencies.mockitoInline)
testImplementation(Dependencies.mockitoKotlin)
testImplementation(Dependencies.mockWebServer)
Expand Down
Loading