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

fix: set user ID upon DBUser.save() #97

Merged
merged 3 commits into from
Apr 16, 2022

Conversation

realaravinth
Copy link
Member

blocked by #96

SUMMARY
    DBIssue and DBComment loaded data from database when performing
    updates via self.__update() which in some cases where unnecessary as a
    fetch would have been performed just before invoking __update().

    This patch introduces an optical parameter to provide recently
    loaded data from DB
@realaravinth realaravinth requested a review from dat-adi April 14, 2022 18:28
@realaravinth
Copy link
Member Author

CI failure is related to test instability(coverage run has passed, but the build run has failed 🙃) addressed in #98, kindly ignore CI for this PR.

Copy link
Member

@dat-adi dat-adi left a comment

Choose a reason for hiding this comment

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

Changes look good to go for a merge.

@dat-adi dat-adi merged commit 5092f76 into forgeflux-org:master Apr 16, 2022
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.

2 participants