Skip to content

fix: exclude soft-deleted members from MemberRepository lookups #813 - #816

Open
carranza-javier wants to merge 4 commits into
puzzle:mainfrom
carranza-javier:fix/813-soft-delete-member-lookups
Open

fix: exclude soft-deleted members from MemberRepository lookups #813#816
carranza-javier wants to merge 4 commits into
puzzle:mainfrom
carranza-javier:fix/813-soft-delete-member-lookups

Conversation

@carranza-javier

Copy link
Copy Markdown

Fixes #813

@MasterEvarior MasterEvarior left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks again for the PR :)

The changes do look a-okay, there are just some things about how the tests are organized that I would like addressed.

@MasterEvarior MasterEvarior changed the title fix: exclude soft-deleted members from MemberRepository lookups fix: exclude soft-deleted members from MemberRepository lookups #818 Aug 21, 2026
@MasterEvarior MasterEvarior changed the title fix: exclude soft-deleted members from MemberRepository lookups #818 fix: exclude soft-deleted members from MemberRepository lookups #813 Aug 21, 2026

@MasterEvarior MasterEvarior left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Just some very minor things now. While you're at it, please rebase your branch so that it is current with what is on our main. Else some checks will fail ❌

Comment thread backend/src/test/java/ch/puzzle/pcts/util/TestDataModels.java Outdated
Comment thread backend/src/test/java/ch/puzzle/pcts/util/TestDataModels.java Outdated
@carranza-javier
carranza-javier force-pushed the fix/813-soft-delete-member-lookups branch from 1a3918e to b82aea2 Compare August 21, 2026 10:18
@carranza-javier

Copy link
Copy Markdown
Author

Rebased, and simplified DELETED_MEMBER_4 as suggested

@MasterEvarior

Copy link
Copy Markdown
Collaborator

The changes do look good. You will have to rebase once again and I will try to figure out how to get the CI to display something else than "Waiting for status to be reported" 😅

@MasterEvarior
MasterEvarior force-pushed the fix/813-soft-delete-member-lookups branch 2 times, most recently from 08b5ab5 to c67e731 Compare August 24, 2026 07:43
@carranza-javier

Copy link
Copy Markdown
Author

The branch is already rebased on your side

But regarding the changed files and review comments, i cann only mark them as "Viewed" on my end. Could you mark them as resolved? Maybe in this way the CI would continue, but im not sure :P

@MasterEvarior

Copy link
Copy Markdown
Collaborator

The branch is already rebased on your side

But regarding the changed files and review comments, i cann only mark them as "Viewed" on my end. Could you mark them as resolved? Maybe in this way the CI would continue, but im not sure :P

Yeah, it seems like I can rebase it from my side. So that is not something you need to worry about rn. I marked all the comments as resolved but I think I need to adjust something in our GH workflows. Because I am currently in school, it might take until I am at work again in the middle of this week.

@MasterEvarior MasterEvarior reopened this Aug 24, 2026
@MasterEvarior
MasterEvarior force-pushed the fix/813-soft-delete-member-lookups branch from c67e731 to ca26122 Compare August 24, 2026 16:00
@MasterEvarior
MasterEvarior force-pushed the fix/813-soft-delete-member-lookups branch from ca26122 to c55cd18 Compare August 27, 2026 06:24
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.

Bug: MemberRepository derived lookups ignore the soft-delete filter, causing an endless request loop

2 participants