-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add category "Opened and Closed Issues" to activity overview #13309
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
Comments
Yeah, probably new category would be most useful |
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
I would still really appreciate for this to be done. |
I nobody objects, I'll see how easy it is to add a third category |
I'm new to go and contributing to gitea, your guidance is much appreciated. This is meant to solve #13309 Previously, closed issues would not be shown under new issues in the activity tab, even if they were newly created. changes: * Split out newlyCreatedIssues from issuesForActivityStatement to count both currently open and closed issues. * Use a seperate function to count active issues to prevent double-counting issues after the above change. Result is that new issues that have been closed are shown both under "new" and "closed". Signed-off-by: Timon van der Berg <[email protected]>
Closed by #31776 |
I'm new to go and contributing to gitea, your guidance is much appreciated. This is meant to solve go-gitea/gitea#13309 Previously, closed issues would not be shown under new issues in the activity tab, even if they were newly created. changes: * Split out newlyCreatedIssues from issuesForActivityStatement to count both currently open and closed issues. * Use a seperate function to count active issues to prevent double-counting issues after the above change. Result is that new issues that have been closed are shown both under "new" and "closed". Signed-off-by: Timon van der Berg <[email protected]> (cherry picked from commit ebfde845294cc681de6b1fe1adcf27e35f61b89b)
I'm new to go and contributing to gitea, your guidance is much appreciated. This is meant to solve go-gitea/gitea#13309 Previously, closed issues would not be shown under new issues in the activity tab, even if they were newly created. changes: * Split out newlyCreatedIssues from issuesForActivityStatement to count both currently open and closed issues. * Use a seperate function to count active issues to prevent double-counting issues after the above change. Result is that new issues that have been closed are shown both under "new" and "closed". Signed-off-by: Timon van der Berg <[email protected]> (cherry picked from commit ebfde845294cc681de6b1fe1adcf27e35f61b89b) (cherry picked from commit 2675a24)
Currently, the gitea activity overview does not allow to calculate how the amount of open issues has changed over a certain timeframe, since issues that have been opened and closed in this time are only counted as closed issues.
This could be fixed by either listing these issues as new and as closed, or by introducing a third category for those. For PRs, it is basically the same issue.
The text was updated successfully, but these errors were encountered: