1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-10 18:50:59 +00:00
forgejo-runner/internal/pkg
Earl Warren d114f3646d
feat: insert the daemon context in the poller context
The daemon context is needed when the context of a job or the poller
is done. Otherwise it is no longer possible to send a conclusion
report to Forgejo, short of creating a context.Background() which
poses its own set of problems.

- WithDaemonContext is used to store the daemon context
- The poller uses the daemon context instead of context.Background
2025-08-16 19:13:32 +02:00
..
client assorted set of fixes and features for rebranding (#652) 2025-07-06 06:59:00 +00:00
common feat: insert the daemon context in the poller context 2025-08-16 19:13:32 +02:00
config docs: clarify actions_cache_url_option (#866) 2025-08-15 19:32:45 +00:00
envcheck fix: [container].docker_host = "" is now "automount" 2024-11-27 01:36:18 +00:00
labels fix: prevent space prefix/suffix in runner labels (#829) 2025-08-10 15:43:34 +00:00
report chore: modernize code (#857) 2025-08-15 04:54:13 +00:00
ver chore: to allow the runner to be imported, v9 needs to be in the go module (#777) 2025-07-31 10:35:11 +00:00