Skip to content

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 206 commits into from
Jun 7, 2025
Merged

Sync fork #61

merged 206 commits into from
Jun 7, 2025

Conversation

davidgraymi
Copy link
Owner

Please check the following:

  1. Make sure you are targeting the main branch, pull requests on release branches are only allowed for backports.
  2. Make sure you have read contributing guidelines: https://github.com/davidgraymi/bindersnap/blob/main/CONTRIBUTING.md .
  3. Describe what your pull request does and which issue you're targeting (if any).
  4. It is recommended to enable "Allow edits by maintainers", so maintainers can help more easily.
  5. Your input here will be included in the commit message when this PR has been merged. If you don't want some content to be included, please separate them with a line like ---.
  6. Delete all these tips before posting.

wxiaoguang and others added 30 commits December 17, 2024 11:58
…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]>
…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]>
…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#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]>
…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#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`.


![9cdbbf81d50aa5d9bd16604e0dab5eb0](https://github.com/user-attachments/assets/828cebdc-bd35-4716-a58c-c1b43ddf8bf0)

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]>
GiteaBot and others added 23 commits April 9, 2025 12:14
…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#34219 by kerwin612

Co-authored-by: Kerwin Bryant <[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]>
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]>
@davidgraymi davidgraymi force-pushed the sync-fork branch 3 times, most recently from 1a3ed24 to 9e018c4 Compare June 7, 2025 19:44
* 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)
@davidgraymi davidgraymi merged commit a7838b7 into main Jun 7, 2025
16 of 25 checks passed
@davidgraymi davidgraymi deleted the sync-fork branch June 7, 2025 20:58
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

Successfully merging this pull request may close these issues.