Commit Graph

523 Commits (kotewar/update-readme-for-lookup)
 

Author SHA1 Message Date
Sankalp Kotewar 21238b32cf
Merge branch 'main' into kotewar/update-readme-for-lookup 2 years ago
Sankalp Kotewar 57014a2baa
Readme fixes (#1134)
* Update README.md

* Update README.md
2 years ago
Sankalp Kotewar cb865c1889
Fixed readme with new segment timeout values (#1133) 2 years ago
Sankalp Kotewar 76371af810
Update README.md 2 years ago
Sankalp Kotewar 93d39f69f1
Update README.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2 years ago
Sankalp Kotewar 88522ab9f3
Reduced download segment size to 128 MB and timeout to 10 minutes (#1129)
* Changed segment size to 128mb & timeout to 10 min

* Updated license

* Updated licenses
2 years ago
Sankalp Kotewar e7cab40f69
Updated description of the lookup-only input for main action 2 years ago
Marc Mueller 940f3d7cf1
Add `lookup-only` option (#1041)
* 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>
2 years ago
Kotokaze e0d62270e2
docs: Add missing permission in cache delete example (#1123) 2 years ago
Lovepreet Singh 69d9d449ac
Merge pull request #1118 from actions/pdotl/zstd-hotfix
Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners
2 years ago
Lovepreet Singh 8d3a1e02aa Fix license 2 years ago
Lovepreet Singh b1db4b4897 Fix zstd breaking after new version release 2 years ago
Lovepreet Singh 7d4d6f7ffd Update package-lock.json 2 years ago
Lovepreet Singh 8f7fa5d715 Bump @actions/cache version 2 years ago
Lovepreet Singh 95b455a0fb 3.2.6 2 years ago
Deepak Dahiya 81b7281936
Updated branch in Force deletion of caches (#1108)
* Updated branch in Force deletion of caches

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

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

* Formatted and fixed typos
2 years ago
Josh Soref 22d3da765b
Rewrite readmes (#1085)
* 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>
2 years ago
Marc Mueller 627f0f41f6
Add `fail-on-cache-miss` option (#1036)
* 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
2 years ago
Lovepreet Singh 8e3048d0f7
Merge pull request #1089 from maybeec/patch-1
Added another usage hint to foresee #1072
2 years ago
Malte Brunnlieb 1b004e8a69
Update tips-and-workarounds.md
Co-authored-by: Lovepreet Singh <pdotl@github.com>
2 years ago
Malte Brunnlieb 75b110bc85
Added another hint to foresee #1072 2 years ago
Kevin P. Fleming 2b5a782c64
Update caching-strategies.md (#1084)
Correct typo; `restore` should be `save'.
2 years ago
Lovepreet Singh 6c2de3ba98
Merge pull request #1081 from vHeemstra/patch-1
chore: Fix syntax error typo
2 years ago
Philip b63536828e
there as well ;) 2 years ago
Philip cd2aaa9df8
chore: Fix syntax error typo 2 years ago
Pallav Dhobley 9b7ef12f3e
Merge pull request #1077 from actions/pallavx-patch-1
Introduce add-to-project step for new issues/PRs & rename workflow files
2 years ago
Pallav Dhobley 3c08cab74f Introduce add-to-project step & rename add-reviewer-pr workflow file 2 years ago
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.
2 years ago
Jongwoo Han 4791017169
Update workflows to use reusable-workflows (#1066)
* 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>
2 years ago
Ruud Kamphuis 22cbf49050
Fix referenced output key in save action readme (#1061)
Co-authored-by: Vipul <vsvipul@github.com>
Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
2 years ago
Tanuj Kumar Mishra 5868318cdc
Merge pull request #1046 from siguikesse/update-docs
📝 #1045 update using the `set-output` command is deprecated
2 years ago
Tanuj Kumar Mishra 804b679d21
Merge branch 'main' into update-docs 2 years ago
Kurt McKee c9869a589f
Fix a whitespace typo (#1074) 2 years ago
Tanuj Kumar Mishra 003f5452bf
Merge branch 'main' into update-docs 2 years ago
Lovepreet Singh efacb0248b
Merge pull request #1068 from actions/pdotl-patch-1
Add gnu tar and zstd as pre-requisites for windows self-hosted runners in README
2 years ago
Lovepreet Singh 76ee6bdfdc
Merge branch 'main' into pdotl-patch-1 2 years ago
Sankalp Kotewar 9183691e97
Cache recipes for cache, restore and save actions (#1055)
* Added outline and cache basics

* Update CACHING.md

* Added info about key and restore keys

* Update CACHING.md

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

* Review comments and some snippets

* Updated doc with comments

* Formatted sub headings

* Markdown linting

* Added paths

* Fixed heading

* Update CACHING.md

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

* Update CACHING.md

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

* Update CACHING.md

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

* Update CACHING.md

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

* Update CACHING.md

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

* Update CACHING.md

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

* Update CACHING.md

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

* Update CACHING.md

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

* Update CACHING.md

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

* Update CACHING.md

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

* Update CACHING.md

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

* Update CACHING.md

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

* Update CACHING.md

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

* Update CACHING.md

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

* Updated paths

* Renamed file and added readme reference

* Fixed heading of a section

* Update README.md

* Moved back section to strategies

* Reverted to older version

* Fixed broken link

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2 years ago
Lovepreet Singh 094a24099d
Add gnu tar and zstd as pre-requisites for windows self-hosted runners
## Context

There have been customer requests to document installation of gnu tar and zstd for self-hosted runners. We had them documented in workarounds before. Adding them to pre-requisites for better visibility for folks using self-hosted windows runners.
2 years ago
Vipul 87396fe6b4
Merge pull request #1065 from actions/vsvipul/dep-fix
Update json5 package version
2 years ago
Vipul e630eda107 Fix json5 package version 2 years ago
Sampark Sharma 58c146cc91
Release support for cross-os caching as opt-in feature (#1060)
* Release support for cross-os caching as opt-in feature
Add documentation for cross-os caching

* Apply suggestions from code review

Co-authored-by: Lovepreet Singh <pdotl@github.com>

* Address review comments

Co-authored-by: Lovepreet Singh <pdotl@github.com>
2 years ago
Sampark Sharma 6fd2d4538c
Add support to opt-in enable cross-os caching on windows (#1056)
* Add support to opt-in enable cross-os caching on windows

* Fix tests

* Address review comments and update tests

* Fix tests

* Address review comments

* Address review comments
2 years ago
Sankalp Kotewar 1f414295fe
Fixed broken link (#1057) 2 years ago
Tanuj Kumar Mishra 365406cb70
Merge pull request #1051 from uhooi/feature/add_mint_example
Add Mint example
2 years ago
uhooi d6217569d5 Update Mint example 2 years ago
uhooi 84e54000da Merge remote-tracking branch 'origin/main' into feature/add_mint_example 2 years ago
Lovepreet Singh d0e7eb01c9
Merge branch 'main' into update-docs 2 years ago