mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #1954] [MERGED] feat: cli option to enable the new action cache #2207
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#2207
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/1954
Author: @ChristopherHX
Created: 8/8/2023
Status: ✅ Merged
Merged: 1/19/2024
Merged by: @mergify[bot]
Base:
master← Head:enable-new-action-cache📝 Commits (10+)
d620ca7Enable the new action cacheb8a5410fix64df8aefix: CopyTarStream (Docker)be5d3a4suppress panic in testb497266add a cli option for opt in7e7f4b2fixups13ffce7add package5c1c3b7fix509df53rc.Config nil in test???05c91d6add feature flag📊 Changes
10 files changed (+211 additions, -16 deletions)
View changed files
📝
cmd/input.go(+1 -0)📝
cmd/root.go(+6 -0)📝
pkg/container/docker_run.go(+19 -1)📝
pkg/model/planner.go(+40 -6)📝
pkg/runner/action.go(+21 -1)📝
pkg/runner/reusable_workflow.go(+40 -0)📝
pkg/runner/runner.go(+1 -0)📝
pkg/runner/step.go(+13 -0)📝
pkg/runner/step_action_local.go(+27 -8)📝
pkg/runner/step_action_remote.go(+43 -0)📄 Description
This is my initial code to switch the action cache over to my new implementation
Until all tests are migrated this will be kept as draft to avoid mergify spam.
I would be careful to test this change, to detect known issues of my previous PR's and this change.
Checklist
Do you prefer to add a Feature Toggle for this change? Then we can merge this while iron out remaining bugs later and make it possible to make use of this change for people affected by the current problems.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.