wxiaoguang
  • Joined on 2021-09-23
wxiaoguang commented on pull request gitea/helm-chart#464 2023-07-17 04:56:02 +00:00
Change env-to-ini prefix and remove custom prefix

I am not sure about what's this line is used for:

    env 
wxiaoguang commented on pull request gitea/act_runner#242 2023-06-17 12:55:48 +00:00
feat: improve Docker configuration and detection handling

@lunny @wxiaoguang Please help to merge. I don't have permission.

I don't, either.

You are not authorized to merge this pull request.

wxiaoguang commented on pull request gitea/gitea-docusaurus#25 2023-06-06 05:12:46 +00:00
Add outdated component to outdated documents

Why not include other languages?

wxiaoguang commented on pull request gitea/gitea-docusaurus#25 2023-06-06 05:12:46 +00:00
Add outdated component to outdated documents

Unnecessary log?

wxiaoguang commented on pull request gitea/gitea-docusaurus#25 2023-06-06 05:12:46 +00:00
Add outdated component to outdated documents

Hard-coded to 1.19? What if 1.20 is released.

wxiaoguang commented on pull request gitea/act#62 2023-06-02 10:27:59 +00:00
Put the job container name into the env context

Is startHostEnvironment the right place for preparing rc.Env ?

wxiaoguang commented on pull request gitea/helm-chart#450 2023-05-29 10:19:10 +00:00
WIP: Reset app.ini on every init-run to have a clean state

At least, the SECRET can't be reset, otherwise there would be bugs: eg: the 2FA can't be decrypted.

wxiaoguang approved gitea/gitea-docusaurus#13 2023-05-26 05:50:17 +00:00
Add Chinese support

that's pretty hacky

wxiaoguang commented on pull request gitea/act_runner#215 2023-05-26 05:48:38 +00:00
Catch the panic and print the error

The for { func() defer func() { seems quite complex, could the code block be moved into a separate function? Then it's easier to do defer - recover.

wxiaoguang commented on pull request gitea/act_runner#215 2023-05-26 05:47:11 +00:00
Catch the panic and print the error

The logger should never panic ...

wxiaoguang created pull request wxiaoguang/linux#1 2023-05-24 03:28:36 +00:00
Add test-large-repo.md
wxiaoguang created branch wxiaoguang-patch-3 in wxiaoguang/linux 2023-05-24 03:28:27 +00:00
wxiaoguang pushed to wxiaoguang-patch-3 at wxiaoguang/linux 2023-05-24 03:28:27 +00:00
b78828f716 Add test-large-repo.md
wxiaoguang approved gitea/blog#264 2023-05-08 15:06:13 +00:00
Release of v1.19.3
wxiaoguang opened issue gitea/act_runner#158 2023-04-28 13:41:43 +00:00
Packing behavior changed after using goreleaser
wxiaoguang opened issue gitea/helm-chart#432 2023-04-10 15:06:04 +00:00
Make image.rootless default to true to avoid chroot limit
wxiaoguang commented on pull request gitea/act_runner#90 2023-03-31 08:16:47 +00:00
Refactor environment variables to configuration and registration

GITEA_RUNNER_LOGLEVEL ?

wxiaoguang commented on pull request gitea/act_runner#90 2023-03-31 08:16:47 +00:00
Refactor environment variables to configuration and registration

.Summary means cmd.version?