mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #1770] [MERGED] Support cache #2118
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#2118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/1770
Author: @wolfogre
Created: 4/25/2023
Status: ✅ Merged
Merged: 4/28/2023
Merged by: @mergify[bot]
Base:
master← Head:feature/cache📝 Commits (10+)
0c7e03ffeat: portfbb8ac7fix: use httprouter62d8b16fix: WriteHeader4b9e98afix: bolthold3e7d169fix: bugsae20b92chore: one less filebc08bcetest: test handler36c22b2fix: bug in idfdeb375test: fix cases9960b53Merge branch 'master' into feature/cache📊 Changes
12 files changed (+1217 additions, -16 deletions)
View changed files
➕
cmd/dir.go(+27 -0)📝
cmd/input.go(+4 -0)📝
cmd/notices.go(+1 -10)📝
cmd/root.go(+18 -6)📝
go.mod(+2 -0)📝
go.sum(+6 -0)➕
pkg/artifactcache/doc.go(+8 -0)➕
pkg/artifactcache/handler.go(+488 -0)➕
pkg/artifactcache/handler_test.go(+469 -0)➕
pkg/artifactcache/model.go(+38 -0)➕
pkg/artifactcache/storage.go(+126 -0)➕
pkg/artifactcache/testdata/example/example.yaml(+30 -0)📄 Description
Close #1652
Ported from act runner, but it's quite different now:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.