Commit Graph

590 Commits (Link-/blobcache-spike)
 

Author SHA1 Message Date
bethanyj28 17e2888746 Add to RELEASES.md
bethanyj28 667d8fdfa2 bump action version to 3.3.2
Chad Kimes f7ebb81a3f
Consume latest toolkit and fix dangling promise bug ()
* Consume latest toolkit and fix dangling promise bug

* Pass earlyExit parameter to run method so tests don't hang

* Pass earlyExit parameter to run method so tests don't hang

* Refactor restore files to have better patterns for testing

* style
Johanan Idicula 67b839edb6
Merge pull request from jorendorff/jorendorff/rm-add-to-project
Remove actions to add new PRs and issues to a project board
Jason Orendorff 57f0e3f198 Remove actions to add new PRs and issues to a project board
The project doesn't seem to exist, so this always fails.
Vipul 04f198bf0b
Merge pull request from vorburger/bazel-example
Bazel example (Take #2️⃣)
Vipul bd9b49b6c3
Merge branch 'main' into bazel-example
Lovepreet Singh ea0503788c
Merge pull request from actions/pdotl-patch-1
Update Cross-OS Caching tips
Lovepreet Singh 6a1a45d49b
Merge branch 'main' into pdotl-patch-1
Vipul 9c7b3e90bd
Merge pull request from actions/bishal-pdMSFT-patch-4
Change two new actions mention as quoted text
Michael Vorburger ⛑️ 8f2671f18e
Merge branch 'main' into bazel-example
Michael Vorburger ⛑️ 6f1f1e10f3
Clarify that macos-latest image has bazelisk
Bishal Prasad 5cb4bb86c0
Merge branch 'main' into bishal-pdMSFT-patch-4
Sankalp Kotewar 84995e0d91
Updated description of the lookup-only input for main action ()
* Updated description of the lookup-only input for main action

* Update README.md

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>

* Update README.md

---------

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
Bishal Prasad bf96a3f9d8
Merge branch 'main' into bishal-pdMSFT-patch-4
Michael Vorburger ⛑️ 4b8460cbff
Create separate Linux/macOS examples for Bazel
Sankalp Kotewar 57014a2baa
Readme fixes ()
* Update README.md

* Update README.md
Sankalp Kotewar cb865c1889
Fixed readme with new segment timeout values ()
Bishal Prasad 4e7c82221f
Merge branch 'main' into bishal-pdMSFT-patch-4
Sankalp Kotewar 88522ab9f3
Reduced download segment size to 128 MB and timeout to 10 minutes ()
* Changed segment size to 128mb & timeout to 10 min

* Updated license

* Updated licenses
Michael Vorburger ef11f54eee Fix example for Bazel
David Bernard 4b381be638 Add example for Bazel
Bishal Prasad 7893481812
Change two new actions mention as quoted text
Marc Mueller 940f3d7cf1
Add `lookup-only` option ()
* Add new actions/cache version (with dryRun support)

* Add dry-run option

* Changes after rebase

* Update readme

* Rename option to lookup-only

* Update test name

* Update package.json + changelog

* Update README

* Update custom package version

* Update custom package version

* Update @actions/cache to 3.2.0

* Code review

* Update log statement

* Move test case

---------

Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
Kotokaze e0d62270e2
docs: Add missing permission in cache delete example ()
Lovepreet Singh 77eb7eb198
Update Cross-OS Caching tips
Lovepreet Singh 69d9d449ac
Merge pull request from actions/pdotl/zstd-hotfix
Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners
Lovepreet Singh 8d3a1e02aa Fix license
Lovepreet Singh b1db4b4897 Fix zstd breaking after new version release
Lovepreet Singh 7d4d6f7ffd Update package-lock.json
Lovepreet Singh 8f7fa5d715 Bump @actions/cache version
Lovepreet Singh 95b455a0fb 3.2.6
Deepak Dahiya 81b7281936
Updated branch in Force deletion of caches ()
* Updated branch in Force deletion of caches

Fixes this issue https://github.com/actions/cache/issues/1107

* Update tips-and-workarounds.md
Sampark Sharma 6998d139dd
Release patch version update ()
Sankalp Kotewar 2b8105bdae
Fixing paths for OSes ()
Sankalp Kotewar e08330827d
Fixed typos and formatting in docs ()
* Removed extra code from readme examples

* Formatted and fixed typos
Josh Soref 22d3da765b
Rewrite readmes ()
* Improve readmes

* Add markdown for default value

Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>

---------

Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
Marc Mueller 627f0f41f6
Add `fail-on-cache-miss` option ()
* Add fail-on-cache-miss option

* Small improvements

* Changes after rebase

* Update description

* Only fail if no cache entry is found

* Code review

* Update readme

* Add additional test case

* Bump version + changelog

* Update package-lock.json

* Update Readme
Lovepreet Singh 8e3048d0f7
Merge pull request from maybeec/patch-1
Added another usage hint to foresee 
Malte Brunnlieb 1b004e8a69
Update tips-and-workarounds.md
Co-authored-by: Lovepreet Singh <pdotl@github.com>
Malte Brunnlieb 75b110bc85
Added another hint to foresee
Kevin P. Fleming 2b5a782c64
Update caching-strategies.md ()
Correct typo; `restore` should be `save'.
Lovepreet Singh 6c2de3ba98
Merge pull request from vHeemstra/patch-1
chore: Fix syntax error typo
Philip b63536828e
there as well ;)
Philip cd2aaa9df8
chore: Fix syntax error typo
Pallav Dhobley 9b7ef12f3e
Merge pull request from actions/pallavx-patch-1
Introduce add-to-project step for new issues/PRs & rename workflow files
Pallav Dhobley 3c08cab74f Introduce add-to-project step & rename add-reviewer-pr workflow file
Pallav Dhobley 8315026919
Add add-to-project step & rename workflow assign-issue workflow file
We are updating the workflows to auto-add new issues & PR to actions/cache project board.
Jongwoo Han 4791017169
Update workflows to use reusable-workflows ()
* Update workflows to use reusable-workflows

Signed-off-by: jongwooo <jongwooo.han@gmail.com>

* fix: Update the out-of-date metadata files

Signed-off-by: jongwooo <jongwooo.han@gmail.com>

Signed-off-by: jongwooo <jongwooo.han@gmail.com>
Co-authored-by: Shubham Tiwari <64764738+tiwarishub@users.noreply.github.com>
Ruud Kamphuis 22cbf49050
Fix referenced output key in save action readme ()
Co-authored-by: Vipul <vsvipul@github.com>
Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>