Skip to content

Conversation

lunny
Copy link
Member

@lunny lunny commented Nov 10, 2024

The behaviors of closing issues and reopening issues are very different. So splitting it into two different functions makes it easier to maintain.

  • Split ChangeIssueStatus into CloseIssue and ReopenIssue both at service layer and model layer
  • Rename isClosed to CloseOrReopen to make it more readable.
  • Add transactions for ReopenIssue and CloseIssue

@lunny lunny added the type/refactoring Existing code has been cleaned up. There should be no new functionality. label Nov 10, 2024
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Nov 10, 2024
@github-actions github-actions bot added modifies/api This PR adds API routes or modifies them modifies/go Pull requests that update Go code labels Nov 10, 2024
@lunny lunny requested a review from Zettat123 December 17, 2024 00:19
@lunny lunny added this to the 1.24.0 milestone Dec 18, 2024
Copy link
Contributor

@Zettat123 Zettat123 left a comment

Choose a reason for hiding this comment

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

Overall LGTM except CI error

@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Dec 18, 2024
@delvh delvh changed the title Use CloseIssue and ReopenIssue instead of ChagneStatus for issues Use CloseIssue and ReopenIssue instead of ChangeStatus Dec 18, 2024
@lunny
Copy link
Member Author

lunny commented Dec 25, 2024

Last call for one more review. @go-gitea/technical-oversight-committee

@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Dec 25, 2024
@lunny lunny added the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label Dec 25, 2024
@lunny lunny enabled auto-merge (squash) December 25, 2024 07:24
@lunny lunny merged commit 5feb1a6 into go-gitea:main Dec 25, 2024
26 checks passed
@GiteaBot GiteaBot removed the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label Dec 25, 2024
zjjhot added a commit to zjjhot/gitea that referenced this pull request Dec 26, 2024
* giteaofficial/main:
  Do not render truncated links in markdown (go-gitea#32980)
  Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (go-gitea#32467)
@go-gitea go-gitea locked as resolved and limited conversation to collaborators Mar 25, 2025
@lunny lunny deleted the lunny/refactor_changestatus branch March 26, 2025 00:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. modifies/api This PR adds API routes or modifies them modifies/go Pull requests that update Go code type/refactoring Existing code has been cleaned up. There should be no new functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants