cswimr pushed to forgejo-v15 at cswimr/pyforgejo 2026年05月06日 17:52:37 +02:00
d98871ecec
update to forgejo v15
cswimr created branch forgejo-v15 in cswimr/pyforgejo 2026年05月06日 17:52:33 +02:00
cswimr created repository cswimr/test_repo 2026年05月06日 17:49:16 +02:00
cswimr created repository cswimr/pyforgejo 2026年05月06日 17:27:44 +02:00
cswimr opened issue mvdkleijn/forgejo-sdk#148 2026年05月03日 16:42:16 +02:00
Support the new Actions Runner registration API
cswimr opened issue gitnex/GitNex#1596 2026年04月24日 15:16:29 +02:00
Jump to triggering comment when opening an issue notification
cswimr commented on pull request forgejo/forgejo#9789 2025年10月27日 15:56:39 +01:00
fix(perf): add missing index on action_task table

Sorry for the late response but yes, a single job_id index fixes this problem on my instance using MySQL 8 (which is currently still on 13.0.1, about to update now).

cswimr commented on issue forgejo/forgejo#9755 2025年10月19日 12:47:41 +02:00
bug: the /{owner}/{repo}/actions/runs/{index} web endpoint slow down when the number of rows in the action_task table increases

Hi, I'm the user who reported this issue over on matrix....

cswimr opened issue forgejo/forgejo#8071 2025年06月04日 23:03:22 +02:00
feat: Support PEP 639 Licenses on the PyPi registry page
cswimr opened issue forgejo/forgejo#7294 2025年03月22日 10:51:33 +01:00
bug: Themes with spaces in their filenames fail to load
cswimr closed issue Codeberg-e.V./requests#599 2025年03月18日 10:01:54 +01:00
Local user conversion
cswimr commented on issue Codeberg-e.V./requests#599 2025年03月18日 10:01:51 +01:00
Local user conversion

Thanks!

cswimr opened issue Codeberg-e.V./requests#599 2025年02月27日 01:14:34 +01:00
Local user conversion
cswimr commented on issue forgejo/forgejo#3624 2024年05月04日 05:04:28 +02:00
feat: add an option for enabling/disabling Actions in the /repos/migrate endpoint

I disagree, migrations should respect the instance's configured defaults. If the instance's repository unit defaults say to enable Actions on new repositories, then that should always be the...

cswimr commented on issue forgejo/forgejo#3624 2024年05月03日 22:50:19 +02:00
feat: add an option for enabling/disabling Actions in the /repos/migrate endpoint

To be clear, I'm not suggesting that disabling the Actions unit on a repository should interrupt running workflows, I'm just saying that it doesn't, and as such there's no safe way to migrate a...

cswimr opened issue forgejo/forgejo#3624 2024年05月03日 22:34:33 +02:00
[FEAT] Add an option for enabling/disabling Actions in the /repos/migrate endpoint
cswimr opened issue forgejo/forgejo#3623 2024年05月03日 22:23:55 +02:00
[BUG] Broken formatting on the OAuth2 Authorization Page