a1012112796

Results 8 issues of a1012112796

Hello, I found that in [gitea](https://github.com/go-gitea/gitea), the commiter of the commit pushed by this plugin looks wrong. would you please help check it? Thanks! https://drone.gitea.io/go-gitea/gitea/56106/1/4 ![image](https://user-images.githubusercontent.com/25342410/173726330-f3a3583d-fb7f-4315-80a0-eb0008a396c4.png) https://github.com/go-gitea/gitea/blob/main/.drone.yml#L536-L548 ![image](https://user-images.githubusercontent.com/25342410/173726523-d4b164c1-7c5b-4259-b330-89588a733d38.png) https://github.com/go-gitea/gitea/commit/f6e2dbaf1e079308b0739e9a74f165257ea6171d ![image](https://user-images.githubusercontent.com/25342410/173726745-4ba3b595-991a-46e7-adcf-d23532bd775b.png)

目前 `rt_timer_check` 为了确保 timer list 的一致性,全程关闭中断 (时间长达数十us, 且理论上会随定时器数量的增加而变大),影响了系统的实时性,或许可以通过算法优化,尽可能减少中断关闭的时间。 此问题是社区微信群里的大佬提出的,个人认为确实值得优化,但暂时没想到太好的方案, mark 一下。 https://github.com/RT-Thread/rt-thread/blob/35231eb116c44165d881dd10ff15d27c4ca540d1/src/timer.c#L665 一些 tips: - 群里大佬提到了在执行 hook 的时候暂时恢复中断来减少关闭中断的时间,但我感觉不太可。。。示例如下: ```DIFF @@ -685,9 +685,16 @@ void rt_timer_check(void) } /* add timer to...

proposal

splited from #25322 - split branch/tags dropdown as two parts: repository dropdown and branch/tags dropdown. that's same with github. ![image](https://github.com/go-gitea/gitea/assets/25342410/36f94261-f330-4ad3-b0d1-187e4011a176) - user can search any repository in repository search box....

type/enhancement
lgtm/need 2
modifies/translation
size/L
modifies/go
modifies/templates
modifies/js

example: ![ test](https://github.com/go-gitea/gitea/assets/25342410/f6122e93-b9a8-4473-b10c-78b75ddcfd58)

lgtm/need 2
modifies/translation
topic/projects
size/L
modifies/go
modifies/templates
modifies/js

like user profile, add a new overviw tab to show profile READEME when it is exist. replace #31349 (another solution option) example view: ![屏幕截图 2024-06-14 094116](https://github.com/go-gitea/gitea/assets/25342410/3303a1f2-ae02-48e0-9519-7fa11e65657f) ![屏幕截图 2024-06-14 094101](https://github.com/go-gitea/gitea/assets/25342410/7a4a5a48-dc2b-4ad4-b2a2-9ea4ab5d5808)

type/proposal
lgtm/done
reviewed/wait-merge
size/L
modifies/go
modifies/templates

as title, fix #31589 examples: ![屏幕截图 2024-07-09 110007](https://github.com/go-gitea/gitea/assets/25342410/2eae2640-994b-4097-9597-d0bd187191a7) --------------------- ![屏幕截图 2024-07-09 105146](https://github.com/go-gitea/gitea/assets/25342410/9184bbd2-f661-4c0f-a0a8-1e66119112eb) ------------------------- ![屏幕截图 2024-07-09 102303](https://github.com/go-gitea/gitea/assets/25342410/9d17d3a7-230f-4f06-9f4e-f215e88c68d3) -------------------------- ![屏幕截图 2024-07-09 101441](https://github.com/go-gitea/gitea/assets/25342410/a167fac2-6138-4c6d-91f5-9b4744b73298) ----------------------- ![屏幕截图 2024-07-09 100859](https://github.com/go-gitea/gitea/assets/25342410/a6e86347-dac2-4e7b-8f7b-c81b9017ea03)

type/enhancement
topic/ui
lgtm/need 1
size/L
modifies/templates

As title, follow https://github.com/go-gitea/gitea/pull/14295 it can be used by author to update pull by pull index and also can be used by mainter if the `Allow edits by maintainers` option...

lgtm/need 2
size/L
modifies/go
modifies/cli
modifies/templates