Commit Graph

117 Commits (e9b91fdc3fea7d79165fceb79042ef45c2d51023)

Author SHA1 Message Date
Joshua Brooks b692820337 PR feedback 1 day ago
Joshua Brooks 80f777761d Update packages, migrate to ESM 3 weeks ago
Bassem Dghaidi 1865903e1b Update dependencies & patch security vulnerabilities 3 months ago
Bassem Dghaidi dc73bb9f7b Upgrade dependencies and address security warnings
- Bump `@actions/cache` to v5.0.5
- Bump `@actions/core` to v2.0.3
4 months ago
Ryan Ghadimi 9b8ca9f07e Bump actions/cache to 5.0.3 5 months ago
Salman Muin Kayser Chishti 8ff5423e8b chore: release v5.0.1
- Bump version to 5.0.1
- Fix Node.js 24 punycode deprecation warning via @actions/cache@5.0.1
- Updates @azure/storage-blob to ^12.29.1

Related: #1685
6 months ago
Salman Muin Kayser Chishti 74de208dcf fix: update @actions/cache to ^5.0.1 for Node.js 24 punycode fix
Updates @actions/cache to version 5.0.1 which includes the @azure/storage-blob
update that fixes the punycode deprecation warning on Node.js 24.
6 months ago
Salman Muin Kayser Chishti b0f846b50b fix: update @actions/cache with storage-blob fix for Node.js 24 punycode deprecation 6 months ago
Salman Muin Kayser Chishti 9e02f8fbde Prepare v5.0.0 release
- Bump package version to 5.0.0

- Add v5.0.0 release notes (Node.js 24 runtime + runner requirement)
6 months ago
Salman Muin Kayser Chishti 5267c61f02 chore: set version to 4.3.0 for prepare release PR 6 months ago
Salman Muin Kayser Chishti 8070f1903a chore: bump version to 5.0.0 for Node.js 24 support 6 months ago
Salman Muin Kayser Chishti a5b36459de chore: use published @actions/cache v5.0.0 6 months ago
Salman Muin Kayser Chishti 249f0e6cee Use published @actions/core, exec, io v2.0.0 6 months ago
Salman Muin Kayser Chishti b24583c7e6 chore: use local @actions/core, exec, io packages 6 months ago
Salman Muin Kayser Chishti 5868a9c4a9 Update cache to use local cache package and Node 24 support
- Use local cache package with file:../packages/cache instead of published version
- Update all action.yml files to use node24 runtime
- Update dependencies to support Node 24 (@types/node@24.1.0)
- Rebuild dist files with local cache package
- Add engines field requiring node >=24
9 months ago
Salman Muin Kayser Chishti 941dee2241 Merge branch 'main' into pr/1630 10 months ago
Bassem Dghaidi 374a27f269 Prepare release 4.2.4 10 months ago
Bassem Dghaidi e7b6a9cc9d @protobuf-ts/plugin to dev dependencies 10 months ago
Salman Chishti 94b8944262 update to node24 11 months ago
Salman Chishti 76d40dd347 Update to use the latest version of the cache package to obfuscate the SAS 1 year ago
Rob Herley da26677639
bump @actions/cache to v4.0.2, prep for v4.2.2 release 1 year ago
Rob Herley 710893c236
bump @actions/cache to v4.0.1 1 year ago
Bassem Dghaidi b109c12f3b Upgrade @actions/core to 1.11.1 and other deps 2 years ago
Bassem Dghaidi b7d227d702 Upgrade @vercel/ncc to 0.38.3 2 years ago
Bassem Dghaidi 4bc41c01bd Upgrade @actions/cache to 4.0.0 2 years ago
Bassem Dghaidi aa55e5f344 Prepare release 4.1.2 2 years ago
Josh Gross 3624ceb22c
Restore original behavior of `cache-hit` output (#1467)
* Restore original behavior of `cache-hit` output

* Bump version to 4.1.1
2 years ago
Josh Gross 2cdf405574
Prepare `4.1.0` release (#1464) 2 years ago
Marc Mueller 3884cace14 Bump version 2 years ago
bethanyj28 d2c84da363 update @actions/cache 2 years ago
Tatyana Kostromskaya 66cf064d47 Merge branch 'main' into update-to-node-20 2 years ago
Rob Herley eb94f1a6bf
cache v3.3.3 2 years ago
Tatyana Kostromskaya 25618a0a67 Bump version 2 years ago
Tatyana Kostromskaya a0a285ffd4 replace deprecated @zeit/ncc with @vercel/ncc 3 years ago
bethanyj28 667d8fdfa2 bump action version to 3.3.2 3 years ago
Chad Kimes f7ebb81a3f
Consume latest toolkit and fix dangling promise bug (#1217)
* 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
3 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
3 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>
3 years ago
Lovepreet Singh 8f7fa5d715 Bump @actions/cache version 3 years ago
Lovepreet Singh 95b455a0fb 3.2.6 3 years ago
Sampark Sharma 6998d139dd
Release patch version update (#1105) 3 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
3 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>
3 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
3 years ago
Sampark Sharma 4723a57e26
Revert compression changes related to windows but keep version logging (#1049)
* Revert compression changes related to windows
 due to symlink issues

* Added tips and workarounds for cross os
4 years ago
Sampark Sharma 9b0be58822
Release compression related changes for windows (#1039)
* Release compression related changes for windows

* Update license
4 years ago
Sankalp Kotewar c17f4bf466
GA for granular cache (#1035)
* Add example for Haskell Stack

* Revert "Add example for Haskell Stack"

* Basic implementation

* Updated variable name

* Adding wrapper class

* Changed logs to warnings

* added debug logs

* experimenting

* Test

* test

* new try

* test

* Impl separated

* Reverted wrapper changes

* Added test cases

* Some cleanup

* Formatted document

* Fixed test cases issues

* Slight modification for test cases check

* Updated new actions' input descriptions

* Reverted custom asks implemented and added wrapper

* refactor into a generic outputter

* Readme draft for new actions

* Generated dist

* Fixed breaking test case

* Removed return type in promise

* Removed commented lines

* Calling methods from same file

* dist

* update save as well

* fix merge

* Changes for beta release

* Update dist folder

* Fixed formatting

* dist

* Add support for gzip fallback for restore of old cache on windows

* Fixed test cases

* Fixed test cases

* Added restore only and save only test cases

* Updated new actions dist files

* Removed comments

* Fixed inputs

* Renamed variables and added tests

* Fixed breaking test case

* Fixed review comments and tests

* added stateprovider changes

* Deleted stateprovider tests until added

* Added stateprovider test cases

* Fixed breaking test case

* Updated outputs of restore action

* Changes for beta release

* Update dist folder

* Add support for gzip fallback for restore of old cache on windows

* update for new beta release

* Update save/action.yml

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

* Update restore/action.yml

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

* Update restore/action.yml

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

* Update restore/action.yml

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

* Update restore/action.yml

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

* Added more assertions as values can't be checked

* Removed unused code

* Merged beta branch and resolved conflicts

* Added save readme

* Updates to save readme

* Renamed output

* Added cache hit info in readme

* Update restore/README.md

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

* Update restore/README.md

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

* Update restore/README.md

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

* Update save/README.md

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

* Update save/README.md

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

* Removed verbose statements

* Repositioned new actions introduction

* Added test case for restore state

* Addressed review comments

* nit

* nit: added language to code blocks

* Updated beta version to 3.2.0-beta.1

* Added stateprovider mock implementations

* Linting errors fixed

* Save-only warning added

* Updated return ID to -2

* Removed -2 error code

* Removed comment

* Updated cache npm lib version

* Updated license version

* Updated releases.md

* Updated readme with the new actions in what's new

Co-authored-by: Malo Bourgon <mbourgon@gmail.com>
Co-authored-by: Vipul <vsvipul@github.com>
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
Co-authored-by: Tanuj Kumar Mishra <tanuj077@users.noreply.github.com>
Co-authored-by: Sampark Sharma <phantsure@github.com>
4 years ago
Sampark Sharma ce61cc4d24
Fix license test 4 years ago
Sampark Sharma 268ae08cbc
Fix npm vulnerability 4 years ago
Lovepreet Singh 43428ea056 toolkit versioon update and version bump for cache 4 years ago