Lunny Xiao
9b164e0724
Fix comment
2025-07-21 08:44:21 -07:00
Lunny Xiao
a15917611c
Some improvements
2025-07-20 22:52:34 -07:00
Lunny Xiao
3b2e424820
Use a standalone table to store deletion files so that all kinds of storage could reuse the deletion infrastructure
2025-07-20 22:02:54 -07:00
Lunny Xiao
8f8dd8cae1
Fix test
2025-07-20 17:36:19 -07:00
Lunny Xiao
ccb8c9b770
Merge branch 'main' into lunny/fix_bug_delete_code_comment
2025-07-20 17:32:53 -07:00
Lunny Xiao
e50adecc7b
Fix
2025-07-20 17:32:41 -07:00
Lunny Xiao
7134ad9051
Fix test
2025-07-20 16:47:10 -07:00
Lunny Xiao
fa5fc02cb8
Revert unnecessary changes
2025-07-20 14:50:04 -07:00
Lunny Xiao
df456dd7f8
fix lint
2025-07-20 13:38:24 -07:00
Lunny Xiao
9faf99d8ed
Fix bug
2025-07-20 13:14:29 -07:00
Lunny Xiao
f24dc5e658
revert unnecessary change in this pull request
2025-07-20 12:44:51 -07:00
Lunny Xiao
70d2960677
revert unnecessary change in this pull request
2025-07-20 12:43:44 -07:00
Lunny Xiao
0c9f37dbde
revert unnecessary change in this pull request
2025-07-20 12:39:24 -07:00
Lunny Xiao
9c251fdb56
Fix some problems
2025-07-20 12:17:04 -07:00
wxiaoguang
86aafea3fb
Fix session gob ( #35128 )
...
Fix #35126
2025-07-20 01:49:36 +00:00
Lunny Xiao
551f8ba25e
Fix test
2025-07-19 14:05:55 -07:00
Lunny Xiao
0295c7bf01
improve the comment
2025-07-19 11:13:25 -07:00
Lunny Xiao
c89d939b54
Fix test
2025-07-19 11:00:56 -07:00
Lunny Xiao
804022bdb5
Fix test
2025-07-18 21:13:10 -07:00
Lunny Xiao
0379d4b971
Fix test
2025-07-18 19:07:21 -07:00
Lunny Xiao
27c83deb6d
improvements
2025-07-18 18:16:14 -07:00
Lunny Xiao
e00c7d32af
improvements
2025-07-18 18:12:42 -07:00
Lunny Xiao
488e6581af
improvements
2025-07-18 18:09:03 -07:00
Lunny Xiao
b89b277218
improvements
2025-07-18 17:56:51 -07:00
Lunny Xiao
97556a88de
Improve attachments deletions
2025-07-18 17:44:27 -07:00
Lunny Xiao
f868da0afa
Rename
2025-07-18 17:44:26 -07:00
Lunny Xiao
85e6668c25
Rename the function for post database transaction
2025-07-18 17:44:26 -07:00
Lunny Xiao
cdb6147f38
revert unnecessary change
2025-07-18 17:44:26 -07:00
Lunny Xiao
6b66c30fc3
revert unnecessary change
2025-07-18 17:44:26 -07:00
Lunny Xiao
63173a6b31
fix test
2025-07-18 17:44:19 -07:00
Lunny Xiao
17424891fa
improvements
2025-07-18 17:44:18 -07:00
Lunny Xiao
8f97a2d0b1
improvements
2025-07-18 17:44:18 -07:00
Lunny Xiao
3abb7571a8
improvements
2025-07-18 17:44:18 -07:00
Lunny Xiao
2d423dc78c
Fix bug
2025-07-18 17:44:17 -07:00
Lunny Xiao
5cc338897c
Remove AfterDelete function in comment
2025-07-18 17:44:17 -07:00
Lunny Xiao
012b4e504f
improve the test
2025-07-18 17:44:16 -07:00
Lunny Xiao
000d87efe1
Fix deleting code comment bug
2025-07-18 17:44:15 -07:00
silverwind
3531e9dbfd
Replace setup-python
with setup-uv
( #35116 )
2025-07-18 14:02:57 +00:00
wxiaoguang
c4f5b2b531
Don't use full-file highlight when there is a git diff textconv ( #35114 )
...
Fix #35106
2025-07-18 19:16:27 +08:00
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.
2025-07-18 09:42:44 +00:00
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>
2025-07-18 09:13:32 +00:00
GiteaBot
3e8aa52446
[skip ci] Updated translations via Crowdin
2025-07-18 00:38:45 +00:00
silverwind
2f138f7a03
Increase gap on latest commit ( #35104 )
2025-07-17 20:53:03 +00:00
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
2025-07-17 21:12:02 +03:00
Lunny Xiao
8ee96039aa
Fix some missed GitHeadRefName when renaming ( #35102 )
2025-07-17 14:01:11 +00:00
wxiaoguang
de1114b4e8
Fix error logs and improve some comments/messages ( #35105 )
2025-07-17 19:09:54 +08:00
pvgoran
891a827158
Support Basic Authentication for archive downloads ( #35087 )
...
Resolves #35083
2025-07-16 10:53:57 -07:00
silverwind
639ac0026c
Run uv run
with --frozen
( #35097 )
2025-07-16 16:53:35 +00:00
wxiaoguang
f0da1de7e3
Improve package API log handling ( #35100 )
...
Simplify code and fix log processing logic
2025-07-16 12:25:49 -04:00
Lunny Xiao
37958e486a
Rename pull request GetGitRefName to GetGitHeadRefName ( #35093 )
2025-07-16 21:33:33 +08:00