forked from go-gitea/gitea
-
Notifications
You must be signed in to change notification settings - Fork 1
Sync fork #61
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
Merged
Merged
Sync fork #61
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: delvh <[email protected]>
Notice: some of pull requests haven't been added to the changelog - Which have been backported to v1.22 - https://github.com/go-gitea/gitea/pulls?q=sort%3Aupdated-desc+is%3Apr+milestone%3A1.23.0+is%3Amerged+label%3Abackport%2Fv1.22 - Which have skip-changelog - https://github.com/go-gitea/gitea/pulls?q=sort%3Aupdated-desc+is%3Apr+milestone%3A1.23.0+is%3Amerged+-label%3Abackport%2Fv1.22+label%3Askip-changelog - Build and Testing - https://github.com/go-gitea/gitea/pulls?q=sort%3Aupdated-desc+is%3Apr+milestone%3A1.23.0+is%3Amerged+label%3Abackport%2Fv1.22+label%3Atype%2Ftesting - https://github.com/go-gitea/gitea/pulls?q=sort%3Aupdated-desc+is%3Apr+milestone%3A1.23.0+is%3Amerged+label%3Abackport%2Fv1.22+label%3Atopic%2Fbuild - No `type` label marked may be missed, I need to check one by one, but I believe those are not too many. --------- Co-authored-by: wxiaoguang <[email protected]>
…go-gitea#32882) Backport go-gitea#32881 by ExplodingDragon Incorrect content was introduced while generating the index, which has now been removed, and the missing fields have been added. Co-authored-by: Exploding Dragon <[email protected]>
backport go-gitea#32896 to 1.23
…gitea#32901) (go-gitea#32912) Backport go-gitea#32901 by @lunny Fix go-gitea#32897 Co-authored-by: Lunny Xiao <[email protected]>
…ea#32913) Backport go-gitea#32908 by ExplodingDragon It is mentioned in https://man.archlinux.org/man/PKGBUILD.5: 'The variable is not allowed to contain colons, forward slashes, hyphens, or whitespace.' `_` is also an allowed character, and some software in the Arch Linux AUR uses this naming convention. Co-authored-by: Exploding Dragon <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
Backport go-gitea#32949 by wxiaoguang * Fix go-gitea#32871 * Fix go-gitea#32948 Co-authored-by: wxiaoguang <[email protected]>
…gitea#32945) (go-gitea#32959) Backport go-gitea#32945 by @katsusan Fix go-gitea#32428. Patch the regex to match `,`besides `.` `"` `'` `:` and space. Co-authored-by: katsu <[email protected]>
Backport go-gitea#32958 by wxiaoguang Continue even if the avatar deleting fails Co-authored-by: wxiaoguang <[email protected]>
Backport go-gitea#32944 by wxiaoguang Co-authored-by: wxiaoguang <[email protected]>
Backport go-gitea#32953 by wxiaoguang Some PRs were before tmpl ctx refactoring and used outdated code Co-authored-by: wxiaoguang <[email protected]>
…tea#32946) (go-gitea#32964) Backport go-gitea#32946 by wxiaoguang Fix go-gitea#23703 When Gitea starts, it reads GITEA_RUNNER_REGISTRATION_TOKEN or GITEA_RUNNER_REGISTRATION_TOKEN_FILE to add registration token. Co-authored-by: wxiaoguang <[email protected]>
Backport go-gitea#32966 by metiftikci Co-authored-by: metiftikci <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
Backport go-gitea#32943 by wxiaoguang Fix go-gitea#30568 At the moment, here only `GroupID` (no `Version`) is parsed & used Co-authored-by: wxiaoguang <[email protected]>
Backport go-gitea#32974 by Zettat123 Co-authored-by: Zettat123 <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
…2979) Backport go-gitea#32923 by @lunny Fix go-gitea#32887 Co-authored-by: Lunny Xiao <[email protected]>
…32983) Backport go-gitea#32980 by wxiaoguang Co-authored-by: wxiaoguang <[email protected]>
…go-gitea#32996) Backport go-gitea#32988 by @Zettat123 Fix go-gitea#32891 Co-authored-by: Zettat123 <[email protected]>
…vating user account (go-gitea#32998) (go-gitea#33001) Backport go-gitea#32998 by Zettat123 Fix go-gitea#32807 Co-authored-by: Zettat123 <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
Backport go-gitea#32999 by @a1012112796 user with read permission should also can create agit flow pull request. looks this logic was broken in go-gitea#31033 this pull request try fix it and add test code. Signed-off-by: a1012112796 <[email protected]> Co-authored-by: a1012112796 <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
) Backport go-gitea#33007 by metiftikci Co-authored-by: metiftikci <[email protected]>
Backport go-gitea#33008 by @lunny A repository with no issue will display a random number on activities page. This is caused by wrong usage of `And` and `Or`.  Co-authored-by: Lunny Xiao <[email protected]>
…3032) Backport go-gitea#33031 by henrygoodman Fixes go-gitea#33017 Co-authored-by: Henry Goodman <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
…33038) Backport go-gitea#33025 by TheFox0x7 Adds test for expected behavior Closes: go-gitea#33013 --- Co-authored-by: TheFox0x7 <[email protected]>
Partial backport of go-gitea#33024
…o-gitea#34158) Backport go-gitea#34153 by @wkelly17 This commit replaces the hardcoded string "code" in the clone panel button with the i18n local for repo.code. Co-authored-by: Will Kelly <[email protected]> Co-authored-by: silverwind <[email protected]>
) (go-gitea#34166) Backport go-gitea#34146 by ManInDark fixes go-gitea#34145 Edited all locations to actually be correct. Co-authored-by: ManInDark <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
Backport go-gitea#34199 by @mengzhuo Co-authored-by: Meng Zhuo <[email protected]>
Backport go-gitea#34219 by kerwin612 Co-authored-by: Kerwin Bryant <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
…o-gitea#34215) Backport go-gitea#34205 by @kerwin612 before:  after:  Co-authored-by: Kerwin Bryant <[email protected]>
…-gitea#34222) Backport go-gitea#34213 by @badhezi Resolves go-gitea#34181 Co-authored-by: badhezi <[email protected]>
…4068) (go-gitea#34236) Backport go-gitea#34068 by wgr1984 Fix go-gitea#33990 Co-authored-by: Wolfgang Reithmeier <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
…tea#34244) (go-gitea#34245) Backport go-gitea#34244 by kemzeb Resolves go-gitea#34218. In the recent past, the default wiki branch was made to be changeable. This change reflects this. Co-authored-by: Kemal Zebari <[email protected]>
…gitea#34296) Backport go-gitea#34288 by @lunny Fix go-gitea#34231 Co-authored-by: Lunny Xiao <[email protected]>
) (go-gitea#34295) Fix go-gitea#34275 Backport go-gitea#34281 --------- Co-authored-by: wxiaoguang <[email protected]>
go-gitea#34302) Backport go-gitea#34144 by @TheFox0x7 Git authorization was not taking into account multiple token feature, leading to auth failures Closes: go-gitea#34141 --------- Co-authored-by: TheFox0x7 <[email protected]> Co-authored-by: wxiaoguang <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
) (go-gitea#34304) Backport go-gitea#34286 by @lunny Fix go-gitea#34224 The previous implementation in go-gitea#33744 will get the pushed commits changed files. But it's not always right when push a merged commit. This PR reverted the logic in go-gitea#33744 and will always get the PR's changed files and get code owners. Co-authored-by: Lunny Xiao <[email protected]>
Backport go-gitea#34334 by @lunny The `ci.HeadGitRepo` was opened and closed in the function `ParseCompareInfo` but reused in the function `PrepareCompareDiff`. --------- Co-authored-by: Lunny Xiao <[email protected]>
…o-gitea#34333) (go-gitea#34368) Backport go-gitea#34333 by @lunny --------- Co-authored-by: Lunny Xiao <[email protected]>
) Backport go-gitea#34419 by @lunny Fix go-gitea#34400 --------- Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: silverwind <[email protected]>
Co-authored-by: wxiaoguang <[email protected]>
Backport go-gitea#34436 by @badhezi Resolves go-gitea#34435 --------- Co-authored-by: badhezi <[email protected]>
1a3ed24
to
9e018c4
Compare
* SECURITY * Fix a bug when uploading file via lfs ssh command (go-gitea#34408) (go-gitea#34411) * Update net package (go-gitea#34228) (go-gitea#34232) * BUGFIXES * Fix releases sidebar navigation link (go-gitea#34436) go-gitea#34439 * Fix bug webhook milestone is not right. (go-gitea#34419) go-gitea#34429 * Fix two missed null value checks on the wiki page. (go-gitea#34205) (go-gitea#34215) * Swift files can be passed either as file or as form value (go-gitea#34068) (go-gitea#34236) * Fix bug when API get pull changed files for deleted head repository (go-gitea#34333) (go-gitea#34368) * Upgrade github v61 -> v71 to fix migrating bug (go-gitea#34389) * Fix bug when visiting comparation page (go-gitea#34334) (go-gitea#34364) * Fix wrong review requests when updating the pull request (go-gitea#34286) (go-gitea#34304) * Fix github migration error when using multiple tokens (go-gitea#34144) (go-gitea#34302) * Explicitly not update indexes when sync database schemas (go-gitea#34281) (go-gitea#34295) * Fix panic when comment is nil (go-gitea#34257) (go-gitea#34277) * Fix project board links to related Pull Requests (go-gitea#34213) (go-gitea#34222) * Don't assume the default wiki branch is master in the wiki API (go-gitea#34244) (go-gitea#34245) * DOCUMENTATION * Update token creation API swagger documentation (go-gitea#34288) (go-gitea#34296) * MISC * Fix CI Build (go-gitea#34315) * Add riscv64 support (go-gitea#34199) (go-gitea#34204) * Bump go version in go.mod (go-gitea#34160) * remove hardcoded 'code' string in clone_panel.tmpl (go-gitea#34153) (go-gitea#34158)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please check the following:
main
branch, pull requests on release branches are only allowed for backports.---
.