GiteaBot
f201dde945
[skip ci] Updated translations via Crowdin
5 months ago
wxiaoguang
86aafea3fb
Fix session gob ( #35128 )
...
Fix #35126
5 months ago
silverwind
3531e9dbfd
Replace `setup-python` with `setup-uv` ( #35116 )
5 months ago
wxiaoguang
c4f5b2b531
Don't use full-file highlight when there is a git diff textconv ( #35114 )
...
Fix #35106
5 months ago
wxiaoguang
8f91bfe9d8
Fix submodule parsing when the gitmodules is missing ( #35109 )
...
Follow up #35096 , fix #35095 , fix #35115 and add more tests
The old code used some fragile behaviors which depend on the "nil"
receiver. This PR should be a complete fix for more edge cases.
5 months ago
silverwind
13b9659952
Align `issue-title-buttons` with `list-header` ( #35018 )
...
This change concerns the "Edit" and "New Issue" button on top right.
With this change, switching from the issue list into an issue, the "New
Issue" button will no longer "shift" from the postion on the previous
page.
<img width="1299" alt="Screenshot 2025-07-09 at 17 37 31"
src="https://github.com/user-attachments/assets/1ea55d8a-2abd-49b0-951a-ccc6466a74ee "
/>
<img width="1300" alt="Screenshot 2025-07-09 at 17 37 19"
src="https://github.com/user-attachments/assets/05997d9d-25eb-4786-803d-00c575f78bef "
/>
---------
Signed-off-by: silverwind <me@silverwind.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
5 months ago
GiteaBot
3e8aa52446
[skip ci] Updated translations via Crowdin
5 months ago
silverwind
2f138f7a03
Increase gap on latest commit ( #35104 )
5 months ago
NorthRealm
39f145ae72
Fix job status aggregation logic ( #35000 )
...
For a run (assume 2 jobs) that has a failed job and a waiting job, the
run status should be waiting, **as the run is not done yet.**
Related #34823
5 months ago
Lunny Xiao
8ee96039aa
Fix some missed GitHeadRefName when renaming ( #35102 )
5 months ago
wxiaoguang
de1114b4e8
Fix error logs and improve some comments/messages ( #35105 )
5 months ago
pvgoran
891a827158
Support Basic Authentication for archive downloads ( #35087 )
...
Resolves #35083
5 months ago
silverwind
639ac0026c
Run `uv run` with `--frozen` ( #35097 )
5 months ago
wxiaoguang
f0da1de7e3
Improve package API log handling ( #35100 )
...
Simplify code and fix log processing logic
5 months ago
Lunny Xiao
37958e486a
Rename pull request GetGitRefName to GetGitHeadRefName ( #35093 )
5 months ago
Lunny Xiao
bc78a9a38a
Fix review comment/dimiss comment x reference can be refereced back ( #35094 )
...
Fix #15977
5 months ago
wxiaoguang
fc4cb07beb
Fix submodule nil check ( #35096 )
...
Fix #35095
5 months ago
Risu
e1e4815a1c
Redirect to a presigned URL of HEAD for HEAD requests ( #35088 )
...
Resolves https://github.com/go-gitea/gitea/issues/35086 .
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
5 months ago
NorthRealm
0d00ec7eed
Send email on Workflow Run Success/Failure ( #34982 )
...
Closes #23725


/claim #23725
---------
Signed-off-by: NorthRealm <155140859+NorthRealm@users.noreply.github.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
5 months ago
GiteaBot
cd3fb95d4c
[skip ci] Updated translations via Crowdin
5 months ago
silverwind
7413e8583d
Replace `poetry` with `uv` ( #35084 )
5 months ago
techknowlogick
a301079626
nix flake update ( #35085 )
5 months ago
silverwind
558005a5ea
Use monospace font in PR command line instructions ( #35074 )
...
Before:
<img width="878" height="426" alt="Screenshot 2025-07-14 at 17 17 11"
src="https://github.com/user-attachments/assets/6e27acb9-bad5-4811-b7b1-5418f0ef12eb "
/>
After:
<img width="878" height="429" alt="Screenshot 2025-07-14 at 17 17 22"
src="https://github.com/user-attachments/assets/b0bd2bfa-e4e2-492a-9c08-66607343a459 "
/>
Co-authored-by: Giteabot <teabot@gitea.io>
5 months ago
techknowlogick
990ae2bfa8
Add gitignore rules to exclude LLM instruction files ( #35076 )
...
Similar to how we have ignores for other tooling (eg vscode & IntelliJ)
we shouldn’t include these files in our repo. If they get added then
we’d have to maintain them and keep them up to date, and personally
there are too many tools to do that for.
5 months ago
GiteaBot
4bad298cd7
[skip ci] Updated translations via Crowdin
5 months ago
wxiaoguang
692c90ea1d
Fix form property assignment edge case ( #35073 )
...
"form" has an edge case: its `<input name=action>` element overwrites
the `action` property, we can only set attribute.
This PR makes `assignElementProperty` can handle such case, and add more
tests
5 months ago
wxiaoguang
d08459820d
Improve submodule relative path handling ( #35056 )
...
Fix #35054
---------
Co-authored-by: Giteabot <teabot@gitea.io>
5 months ago
Joshdike
b861d86f80
Fixed all grammatical errors in locale_en-US.ini ( #35053 )
...
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
5 months ago
Gary Wang
ece0ce6854
UI: add hover background to table rows in user and repo admin page ( #35072 )
5 months ago
wxiaoguang
7cc47da78c
Refactor view issue & comment list styles ( #35061 )
...
Fix #35060
5 months ago
wxiaoguang
6599efb3b1
Fix user's sign email check ( #35045 )
...
Fix #21692
5 months ago
GiteaBot
6090d70915
[skip ci] Updated translations via Crowdin
5 months ago
Lunny Xiao
1352080ef7
Fix incorrect comment diff hunk parsing, fix github asset ID nil panic ( #35046 )
...
* Fix missing the first char when parsing diff hunk header
* Fix #35040
* Fix #35049
----
Introduced in
https://github.com/go-gitea/gitea/pull/12047/files#diff-de48c2f70e24ff5603180acf8b5ce9d0356ede8a45bfbf2a485707282ace6d6aR268
Before:
<img width="487" height="167" alt="image"
src="https://github.com/user-attachments/assets/17524c76-a296-4b4b-a4f9-c5150c41bae5 "
/>
After:
<img width="749" height="144" alt="image"
src="https://github.com/user-attachments/assets/bcb12c76-c1ae-40f1-81b7-183d15f891db "
/>
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
5 months ago
NorthRealm
56eccb4995
Add Notifications section in User Settings ( #35008 )
...
Related: #34982
---------
Signed-off-by: NorthRealm <155140859+NorthRealm@users.noreply.github.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
5 months ago
Lunny Xiao
b46623f6a5
Fix updating user visibility ( #35036 )
...
Fix #35030
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
5 months ago
Lunny Xiao
7a15334656
Fix git commit committer parsing and add some tests ( #35007 )
...
* Fix #34991
* Fix #34882
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
5 months ago
wxiaoguang
a5a3d9b101
Refactor OpenIDConnect to support SSH/FullName sync ( #34978 )
...
* Fix #26585
* Fix #28327
* Fix #34932
5 months ago
wxiaoguang
6ab6d4e17f
Support base64-encoded agit push options ( #35037 )
5 months ago
Naxdy
32152a0ac0
Also display "recently pushed branch" alert on PR view ( #35001 )
...
This commit adds the "You recently pushed to branch X" alert also to PR
overview, as opposed to only the repository's home page.
GitHub also shows this alert on the PR list, as well as the home page.
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
5 months ago
wxiaoguang
f35dcfd489
Make submodule link work with relative path ( #35034 )
...
Fix #35033
5 months ago
silverwind
36a19f2569
Update to go 1.24.5 ( #35031 )
...
https://go.dev/doc/devel/release#go1.24.5
5 months ago
TheFox0x7
4b174e44a8
Improve CLI commands ( #34973 )
...
Improve help related commands and flags and add tests
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
5 months ago
silverwind
091b3e696d
Tweak eslint config, fix new issues ( #35019 )
...
1. Enable
[`@typescript-eslint/no-unnecessary-type-conversion`](https://typescript-eslint.io/rules/no-unnecessary-type-conversion/ ),
I think the two cases that were hit are safe cases.
2. Disable `no-new-func`, `@typescript-eslint/no-implied-eval` does the
same but better.
5 months ago
Scion
af0196c145
Fix ListWorkflowRuns OpenAPI response model. ( #35026 )
...
Change the OpenAPI response of `ListWorkflowRuns` to `WorkflowRunsList`
like it is supposed to be.
---------
Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
5 months ago
Anbraten
ea809a5220
Partially refresh notifications list ( #35010 )
...
This PR prevents full reloads for the notifications list when changing a
notifications status (read, unread, pinned).
---------
Co-authored-by: Anton Bracke <anton.bracke@fastleansmart.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
5 months ago
GiteaBot
b6d6402a1b
[skip ci] Updated translations via Crowdin
5 months ago
Peter Udeh
4321747342
Docs/fix typo and grammar in CONTRIBUTING.md ( #35024 )
5 months ago
Neha Prasad
4669c64164
fix: improve english grammar and readability in locale_en-US.ini ( #35017 )
5 months ago
silverwind
1e86b7dad0
Add labeler config for `topic/code-linting` ( #35020 )
...
So that we don't have to manually set this label anymore.
5 months ago
wxiaoguang
211135b4bb
Fix various problems ( #35012 )
...
* Fix #35011
* Fix incorrect log message for "Protocol"
* Remove unnecessary styles, fix "comment-header" wrap, fix label height
5 months ago