-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[WEB-2735] chore: filter the deleted assignee from the issue #5984
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
Conversation
WalkthroughThe changes introduce additional filtering logic in the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)apiserver/plane/utils/issue_filters.py (1)
The addition of Let's verify that this change doesn't affect any existing queries that might rely on including deleted assignees: ✅ Verification successfulBased on the search results, I can now generate a final response as we have comprehensive evidence about how The filter for deleted assignees is consistent with existing patterns The addition of
The codebase consistently filters out soft-deleted relationships across all views and queries, making this change align with the established patterns. 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Search for any custom queries that might bypass the issue filters
# or explicitly handle deleted assignees
# Look for direct queryset operations on issue_assignee
rg -l "issue_assignee" | xargs rg "deleted_at"
# Look for any tests that might need updating
fd "test.*\.py" | xargs rg "issue_assignee.*deleted"
Length of output: 41780 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
chore:
Summary by CodeRabbit