|
ee3c82f874
|
Enable addtional linters (#34085)
enable mirror, usestdlibbars and perfsprint
part of: https://github.com/go-gitea/gitea/issues/34083
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
|
2025-04-01 10:14:01 +00:00 |
|
|
321cbcb45a
|
Fix bug on downloading job logs (#34041)
Fix #34038
|
2025-03-27 17:20:56 -07:00 |
|
|
0c6957ef8d
|
Download actions job logs from API (#33858)
Related to #33709, #31416
It's similar with
https://docs.github.com/en/rest/actions/workflow-jobs?apiVersion=2022-11-28#download-job-logs-for-a-workflow-run--code-samples.
This use `job_id` as path parameter which is consistent with Github's
APIs.
---------
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
|
2025-03-26 11:30:52 -07:00 |
|
|
30b13942f0
|
Give organisation members access to organisation feeds (#33508)
Currently the organisation feed only includes items for public
repositories (for non-administrators). This pull requests adds
notifications from private repositories to the organisation-feed (for
accounts that have access to the organisation).
Feed-items only get shown for repositories where the users team(s)
should have access to, this filtering seems to get done by some existing
code.
Needs some tests, but am unsure where/how to add them.
Before:

After:

---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
|
2025-03-15 17:49:06 +00:00 |
|
|
65e2411394
|
Feature: Ephemeral action runners (#33570)
* This includes a runner mock test for hardend PickTask behavior like
described in my proposal
* Runner register ephemeral flag introduced in
https://gitea.com/gitea/act_runner/pulls/649
Closes #32461
|
2025-03-14 12:27:24 -07:00 |
|
|
df98452c0d
|
Improve Actions test (#32883)
This PR adds a mock runner to test more actions features.
|
2024-12-26 22:10:30 +00:00 |
|