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

Incorrectly showing entries for "To Check In" when bugs were reopened #3

Open
victorporof opened this issue Feb 7, 2013 · 7 comments

Comments

@victorporof
Copy link

I have "To Check In 3" bugs, all of them oranges which had a shot-in-the-dark patch at some point. The patches were actually landed, however the bugs got reopened since the oranges persisted. I'm not assigned to them anymore, but they still appear in that tab.
Screen Shot 2013-02-07 at 8 28 15 PM

@harthur
Copy link
Contributor

harthur commented Feb 8, 2013

Hm, this is a tough one. This query for this list is non-obsolete patches by you, with an r+, on bugs that are new, unconfirmed, reopened, or assigned that also don't contain the word "fixed" in the whiteboard.

I can see a case where a reopened bug contains a patch with an r+ that needs checkin. So I don't think we can filter out reopened bugs.

Maybe an option to hide an item and the decision is saved in localStorage?

@victorporof
Copy link
Author

I initially thought that an easy fix would be changing the query to force "bug status == assigned", but I guess that having a r+ed patch in a bug (that's not specifically marked as assigned) doesn't necessarily mean that I don't need to check it in. People don't always change the bug status from * to ASSIGNED.

Just having the ability to hide an item would be superb.

@mounirlamouri
Copy link

If you use "checkin-" (which intent is to be used on backed out patches), we could filter out those patches. Actually, I just sent a pull request to filter out "checkin+" patches, it would be easy to extend this to checkin{+,-}.

@campd
Copy link
Contributor

campd commented Feb 14, 2013

Maybe you could filter out REOPENED bugs whose r+'ed patch is from before the REOPEN?

@Mossop
Copy link

Mossop commented Aug 7, 2013

This doesn't just happen for reopened bugs though, sometimes you land the patch and wait and see if it fixed it before closing. Maybe filter out bugs who don't have you as the assignee?

@Mossop
Copy link

Mossop commented Aug 7, 2013

Or check for hg links in the mail since the patch was reviewed?

@edmorley
Copy link
Contributor

I guess the other options are to either obsolete the patch (not ideal, since it did land), or perhaps best of all: just clear the review+. If the bug isn't assigned to you, then it won't show up at all in Bugzilla-todos.

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

No branches or pull requests

6 participants