Skip to content

Conversation

@itsPronay
Copy link
Collaborator

Fixes - https://mifosforge.jira.com/browse/MIFOSAC-342

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Run the static analysis check ./gradlew check or ci-prepush.sh to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

@itsPronay itsPronay changed the title MIFOSAC-342 [database.center] dbFlow to room migration refactor: [database.center] dbFlow to room migration Feb 11, 2025
Copy link
Collaborator

@niyajali niyajali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@itsPronay do this changes fix spotless, and removed all commented code block and let us know we'll merge this PR

@itsPronay itsPronay requested a review from niyajali February 13, 2025 19:02
Copy link
Collaborator

@niyajali niyajali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do these changes and let me know we'll merge this PR..

@niyajali niyajali merged commit 6197a5d into openMF:kmp-impl Feb 17, 2025
5 checks passed
biplab1 pushed a commit to biplab1/android-client that referenced this pull request Feb 20, 2025
* MIFOSAC-342 [database.center] dbFlow to room migration
therajanmaurya pushed a commit that referenced this pull request Mar 6, 2025
* refactor(core): migrate from dbflow to room in core:data and core:database

* refactor(core): replace var with val in core:database

* refactor(core): replace var with val in core:database and delete some files

* refactor(core): update files after ci-prepush

* refactor(core:database): remove columninfo annotations from room entities

* chore: apply ci-prepush changes

* refactor: correct import statements for client room entities

* chore: update ci-prepush changes

* feat(core:database): Update ClientDao

* refactor(core): migrate from dbflow to room in core:data and core:database

* refactor(core): replace var with val in core:database

* refactor(core): replace var with val in core:database and delete some files

* refactor(core): update files after ci-prepush

* refactor(core:database): remove columninfo annotations from room entities

* chore: apply ci-prepush changes

* refactor: correct import statements for client room entities

* chore: update ci-prepush changes

* feat(core:database): Update ClientDao

* refactor(core:database): remove columninfo annotaions from room:entities:templates

* refactor(core:database): replace HashMap with emptyMap

* refactor(core): restore original files DataManagerClient and ActivatePayload

* refactor(core:data): migrate dbflow to room

* refactor(core:database): update ClientDao

* refactor(core): update ClientDao and other files in :core:data and :core:database

* refactor: [database.group] dbflow to room (#2313)

* [database.group] dbflow to room

* fix checks

* refactor: [database.center] dbFlow to room migration (#2307)

* MIFOSAC-342 [database.center] dbFlow to room migration

* refactor: [database.office] dbflow to room (#2314)

* feat(office): migrated Dbflow to Room

* fix: data type and removed Gson

* fix: model usage in useCase

* refactor: replaced entity instead of model

* fix: spotless error

* fix checks failure

---------

Co-authored-by: Nagarjuna <nagarjunabanda4@gmail.com>

* refactor: [database/charge] dbflow to room (#2312)

* MIFOSAC-392 [database/charge] dbflow to room

* backup

* Fix exception

* added singleton

* refactor(core:database): update ClientDaoHelper and ClientAccounts

* refactor(core:database): update ClientDaoHelper and ClientTypeConverters

* refactor(core:database): update DAO classes and clean up comments

* [database/client] dbflow to room

* fix

* made changes

---------

Co-authored-by: Biplab Dutta <biplabdutta27@gmail.com>
Co-authored-by: Nagarjuna <nagarjunabanda4@gmail.com>
itsPronay added a commit to itsPronay/android-client that referenced this pull request Aug 5, 2025
* MIFOSAC-342 [database.center] dbFlow to room migration
itsPronay added a commit to itsPronay/android-client that referenced this pull request Aug 5, 2025
* refactor(core): migrate from dbflow to room in core:data and core:database

* refactor(core): replace var with val in core:database

* refactor(core): replace var with val in core:database and delete some files

* refactor(core): update files after ci-prepush

* refactor(core:database): remove columninfo annotations from room entities

* chore: apply ci-prepush changes

* refactor: correct import statements for client room entities

* chore: update ci-prepush changes

* feat(core:database): Update ClientDao

* refactor(core): migrate from dbflow to room in core:data and core:database

* refactor(core): replace var with val in core:database

* refactor(core): replace var with val in core:database and delete some files

* refactor(core): update files after ci-prepush

* refactor(core:database): remove columninfo annotations from room entities

* chore: apply ci-prepush changes

* refactor: correct import statements for client room entities

* chore: update ci-prepush changes

* feat(core:database): Update ClientDao

* refactor(core:database): remove columninfo annotaions from room:entities:templates

* refactor(core:database): replace HashMap with emptyMap

* refactor(core): restore original files DataManagerClient and ActivatePayload

* refactor(core:data): migrate dbflow to room

* refactor(core:database): update ClientDao

* refactor(core): update ClientDao and other files in :core:data and :core:database

* refactor: [database.group] dbflow to room (openMF#2313)

* [database.group] dbflow to room

* fix checks

* refactor: [database.center] dbFlow to room migration (openMF#2307)

* MIFOSAC-342 [database.center] dbFlow to room migration

* refactor: [database.office] dbflow to room (openMF#2314)

* feat(office): migrated Dbflow to Room

* fix: data type and removed Gson

* fix: model usage in useCase

* refactor: replaced entity instead of model

* fix: spotless error

* fix checks failure

---------

Co-authored-by: Nagarjuna <nagarjunabanda4@gmail.com>

* refactor: [database/charge] dbflow to room (openMF#2312)

* MIFOSAC-392 [database/charge] dbflow to room

* backup

* Fix exception

* added singleton

* refactor(core:database): update ClientDaoHelper and ClientAccounts

* refactor(core:database): update ClientDaoHelper and ClientTypeConverters

* refactor(core:database): update DAO classes and clean up comments

* [database/client] dbflow to room

* fix

* made changes

---------

Co-authored-by: Biplab Dutta <biplabdutta27@gmail.com>
Co-authored-by: Nagarjuna <nagarjunabanda4@gmail.com>
itsPronay added a commit to itsPronay/android-client that referenced this pull request Aug 5, 2025
* MIFOSAC-342 [database.center] dbFlow to room migration
itsPronay added a commit to itsPronay/android-client that referenced this pull request Aug 5, 2025
* refactor(core): migrate from dbflow to room in core:data and core:database

* refactor(core): replace var with val in core:database

* refactor(core): replace var with val in core:database and delete some files

* refactor(core): update files after ci-prepush

* refactor(core:database): remove columninfo annotations from room entities

* chore: apply ci-prepush changes

* refactor: correct import statements for client room entities

* chore: update ci-prepush changes

* feat(core:database): Update ClientDao

* refactor(core): migrate from dbflow to room in core:data and core:database

* refactor(core): replace var with val in core:database

* refactor(core): replace var with val in core:database and delete some files

* refactor(core): update files after ci-prepush

* refactor(core:database): remove columninfo annotations from room entities

* chore: apply ci-prepush changes

* refactor: correct import statements for client room entities

* chore: update ci-prepush changes

* feat(core:database): Update ClientDao

* refactor(core:database): remove columninfo annotaions from room:entities:templates

* refactor(core:database): replace HashMap with emptyMap

* refactor(core): restore original files DataManagerClient and ActivatePayload

* refactor(core:data): migrate dbflow to room

* refactor(core:database): update ClientDao

* refactor(core): update ClientDao and other files in :core:data and :core:database

* refactor: [database.group] dbflow to room (openMF#2313)

* [database.group] dbflow to room

* fix checks

* refactor: [database.center] dbFlow to room migration (openMF#2307)

* MIFOSAC-342 [database.center] dbFlow to room migration

* refactor: [database.office] dbflow to room (openMF#2314)

* feat(office): migrated Dbflow to Room

* fix: data type and removed Gson

* fix: model usage in useCase

* refactor: replaced entity instead of model

* fix: spotless error

* fix checks failure

---------

Co-authored-by: Nagarjuna <nagarjunabanda4@gmail.com>

* refactor: [database/charge] dbflow to room (openMF#2312)

* MIFOSAC-392 [database/charge] dbflow to room

* backup

* Fix exception

* added singleton

* refactor(core:database): update ClientDaoHelper and ClientAccounts

* refactor(core:database): update ClientDaoHelper and ClientTypeConverters

* refactor(core:database): update DAO classes and clean up comments

* [database/client] dbflow to room

* fix

* made changes

---------

Co-authored-by: Biplab Dutta <biplabdutta27@gmail.com>
Co-authored-by: Nagarjuna <nagarjunabanda4@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants