Skip to content

Remove context from git struct#33793

Merged
lunny merged 6 commits into
go-gitea:mainfrom
TheFox0x7:refactor-git-context
Mar 4, 2025
Merged

Remove context from git struct#33793
lunny merged 6 commits into
go-gitea:mainfrom
TheFox0x7:refactor-git-context

Conversation

@TheFox0x7
Copy link
Copy Markdown
Contributor


No major change.
Argument is moved from struct init in command run, which lets us remove context from struct.

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Mar 4, 2025
@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 Mar 4, 2025
@wxiaoguang
Copy link
Copy Markdown
Contributor

Some tests fail during test (maybe some "ctx" change was missing)

@TheFox0x7
Copy link
Copy Markdown
Contributor Author

Yeah, it was behind race compile tag so lsp and regular tests did not catch it.

Comment thread modules/git/batch_reader.go Outdated
Comment thread services/repository/adopt.go Outdated
@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 Mar 4, 2025
@lunny lunny added type/refactoring Existing code has been cleaned up. There should be no new functionality. reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. labels Mar 4, 2025
@lunny lunny merged commit ae3a18e into go-gitea:main Mar 4, 2025
@GiteaBot GiteaBot added this to the 1.24.0 milestone Mar 4, 2025
@GiteaBot GiteaBot removed the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label Mar 4, 2025
zjjhot added a commit to zjjhot/gitea that referenced this pull request Mar 5, 2025
* giteaofficial/main:
  [skip ci] Updated translations via Crowdin
  Upgrade golang net from 0.35.0 -> 0.36.0 (go-gitea#33795)
  Remove context from git struct (go-gitea#33793)
  Small refactor to reduce unnecessary database queries and remove duplicated functions (go-gitea#33779)
  Refactor repo-issue.ts (go-gitea#33784)
  Refactor repo-settings.ts (go-gitea#33785)
  Refactor admin/common.ts (go-gitea#33788)
@go-gitea go-gitea locked as resolved and limited conversation to collaborators Jun 2, 2025
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. 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