summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request 'chore(ci): do not -short all tests' (#94) from earl-warre...HEADmainMichael Kriese17 hours1-1/+3
|\
| * chore(ci): do not -short all testsEarl Warren18 hours1-1/+3
|/
* Merge pull request 'fix: do not ignore the config container.options when star...earl-warren7 days1-1/+1
|\
| * fix: do not ignore the config container.options when starting a jobEarl Warren7 days1-1/+1
|/
* Merge pull request 'fix: filter job container options with an allow list' (#8...earl-warren8 days5-41/+135
|\
| * fix: filter job container options with an allow listEarl Warren9 days2-10/+96
| * chore(refactor): split parseOptions out of mergeContainerConfigsEarl Warren9 days1-32/+31
| * chore(refactor): split Options into ConfigOptions & JobOptionsEarl Warren9 days4-13/+22
* | Merge pull request 'Update module github.com/go-git/go-git/v5 to v5.13.1' (#9...earl-warren9 days2-13/+13
|\ \ | |/ |/|
| * Update module github.com/go-git/go-git/v5 to v5.13.1Renovate Bot9 days2-13/+13
|/
* Merge pull request 'Update module github.com/go-git/go-git/v5 to v5.13.0 [SEC...earl-warren9 days2-72/+56
|\
| * Update module github.com/go-git/go-git/v5 to v5.13.0 [SECURITY]Renovate Bot11 days2-72/+56
* | Merge pull request 'feat: Improve logging of error messages' (#90) from vpoty...earl-warren9 days2-7/+11
|\ \ | |/ |/|
| * refactor: Improve logging of error messagesVitaliy Potyarkin9 days2-7/+11
|/
* Merge pull request 'feat: export runtime token as FORGEJO_TOKEN' (#88) from x...earl-warren13 days2-0/+2
|\
| * feat: export runtime token as FORGEJO_TOKENxtex14 days2-0/+2
|/
* Merge pull request 'chore(lint): fix lint errors' (#84) from earl-warren/act:...earl-warren2025-01-0218-50/+28
|\
| * chore(lint): fix lint errorsEarl Warren2024-12-3018-50/+28
|/
* Merge pull request 'Update golang packages to v1.22 (minor)' (#85) from renov...earl-warren2024-12-301-2/+2
|\
| * Update golang packages to v1.22Renovate Bot2024-12-271-2/+2
* | Merge pull request 'fix: Do not fail on nil error' (#87) from vpotyarkin/act:...earl-warren2024-12-281-1/+1
|\ \
| * | fix: Do not fail on nil errorVitaliy Potyarkin2024-12-271-1/+1
|/ /
* | Merge pull request 'chore(tests): add ./pkg/container tests' (#86) from earl-...earl-warren2024-12-273-5/+4
|\ \ | |/ |/|
| * chore(tests): add ./pkg/container testsEarl Warren2024-12-273-5/+4
|/
* Merge pull request 'Update module github.com/docker/cli to v25.0.7+incompatib...earl-warren2024-12-102-3/+3
|\
| * Update module github.com/docker/cli to v25.0.7+incompatibleRenovate Bot2024-12-102-3/+3
|/
* Merge pull request 'Update module github.com/creack/pty to v1.1.24' (#74) fro...earl-warren2024-12-102-3/+3
|\
| * Update module github.com/creack/pty to v1.1.24Renovate Bot2024-12-042-3/+3
* | Merge pull request 'Update actions/cascading-pr action to v2' (#79) from reno...earl-warren2024-12-101-1/+1
|\ \
| * | Update actions/cascading-pr action to v2Renovate Bot2024-12-091-1/+1
|/ /
* | Merge pull request 'Update actions/cascading-pr action to v1.0.1' (#80) from ...Michael Kriese2024-12-091-1/+1
|\ \
| * | Update actions/cascading-pr action to v1.0.1Renovate Bot2024-12-091-1/+1
* | | Merge pull request 'Update actions/cache action to v4' (#78) from renovate/ac...Michael Kriese2024-12-091-2/+2
|\ \ \ | |/ / |/| |
| * | Update actions/cache action to v4Renovate Bot2024-12-091-2/+2
|/ /
* | Merge pull request 'Replace actions/cascading-pr action with actions/cascadin...Michael Kriese2024-12-091-1/+1
|\ \
| * | Replace actions/cascading-pr action with actions/cascading-pr v1.0.0Renovate Bot2024-12-091-1/+1
|/ /
* | Merge pull request 'Update module github.com/docker/docker to v25.0.7+incompa...earl-warren2024-12-092-3/+3
|\ \ | |/ |/|
| * Update module github.com/docker/docker to v25.0.7+incompatibleRenovate Bot2024-12-092-3/+3
|/
* Merge pull request 'Update github.com/timshannon/bolthold digest to 30aac69' ...Michael Kriese2024-12-042-5/+8
|\
| * Update github.com/timshannon/bolthold digest to 30aac69Renovate Bot2024-12-042-5/+8
* | Merge pull request 'build: use go toolchain' (#72) from build/use-go-toolchai...Michael Kriese2024-12-042-1/+13
|\ \ | |/ |/|
| * build: use go toolchainMichael Kriese2024-12-042-1/+13
|/
* Merge pull request 'fix(cache-server): use consistent uint64' (#68) from fix/...earl-warren2024-11-222-10/+10
|\
| * fix(cache-server): use consistent uint64Michael Kriese2024-11-222-10/+10
|/
* Merge pull request 'fix: log skipped job and step result as info instead of d...v1.22.2earl-warren2024-11-216-9/+73
|\
| * fix: log skipped job and step result as info instead of debugEarl Warren2024-11-216-9/+73
|/
* Merge pull request 'ci: use `go.mod` to install go' (#66) from ci/use-go-mod ...v1.22.1earl-warren2024-11-202-7/+13
|\
| * ci: use `go.mod` to install goMichael Kriese2024-11-202-7/+13
|/
* Merge pull request 'fix: [FORGEJO] do not share the act-toolcache volume' (#6...earl-warren2024-11-201-4/+1
|\
| * fix: [FORGEJO] do not share the act-toolcache volumeEarl Warren2024-11-201-4/+1