Commit Graph

576 Commits (044254044b40b7d4993a42a6a736f97c9ae62c52)
 

Author SHA1 Message Date
uhooi d6217569d5 Update Mint example
uhooi 84e54000da Merge remote-tracking branch 'origin/main' into feature/add_mint_example
Lovepreet Singh d0e7eb01c9
Merge branch 'main' into update-docs
Sampark Sharma 4723a57e26
Revert compression changes related to windows but keep version logging ()
* Revert compression changes related to windows
 due to symlink issues

* Added tips and workarounds for cross os
Lovepreet Singh d1507cccba
Merge pull request from me-and/correct-readme-re-windows
README.md: remove outdated Windows cache tip link
Lovepreet Singh 3337563725
Merge branch 'main' into correct-readme-re-windows
SIGUI Kessé Emmanuel d70353d8a4 📝 update using the `set-output` command is deprecated
Markus Mützel 60c7666709
save/README.md: Fix typo in example ()
Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
Adam Dinwoodie b053f2b699
Fix formatting error in restore/README.md ()
Adam Dinwoodie 501277cfd7 README.md: remove outdated Windows cache tip link
As of 9b0be58 (Release compression related changes for windows (),
2022-12-23), the section of tips-and-workarounds.md referring to
improving cache restore performance on Windows no longer exists, so
don't link to it from README.md.
Sampark Sharma c1a5de879e
Upgrade codeql to v2 ()
* Upgrade codeql to v2

* Update codeql.yml

Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
Sampark Sharma 9b0be58822
Release compression related changes for windows ()
* Release compression related changes for windows

* Update license
Sankalp Kotewar c17f4bf466
GA for granular cache ()
* 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>
teatimeguest ac25611cae
docs: fix an invalid link in workarounds.md ()
A. Pascual dc097e3bb9
Update examples.md ()
According with the behavior description the id of "Get npm cache directory" must be "npm-cache-dir".

I checked it in my own project.
Deepak Dahiya fb86cbf360
Updated node example ()
* Updated node example

* Update examples.md
Sankalp Kotewar a57932faba
Merge pull request from jongwooo/chore/use-built-in-cache-action
chore: Use built-in cache action to cache dependencies
jongwooo 04b13caea4 chore: Use built-in cache action to cache dependencies
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
Sankalp Kotewar 941bc71a24
Merge pull request from jongwooo/chore/use-cache-in-check-dist
Use cache in check-dist.yml
Jongwoo Han 08d8639046
Merge branch 'main' into chore/use-cache-in-check-dist
Sampark Sharma a2f324eeb7
Merge pull request from jongwooo/refactor/use-early-return-pattern-to-avoid-nested-conditions
refactor: Use early return pattern to avoid nested conditions
jongwooo 35f4702f6c refactor: Use early return pattern to avoid nested conditions
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
jongwooo e050ebdd63 chore: Use setup-node action to cache dependencies
Jongwoo Han 0d47d164e9
Merge branch 'main' into chore/use-cache-in-check-dist
Vipul e2d614414f
Merge pull request from actions/phantsure/npm-fix
Fix npm vulnerability
Sampark Sharma 532752012e
Change with new dependencies
Sampark Sharma b26da1fc31
Fix license
Sampark Sharma ce61cc4d24
Fix license test
Sampark Sharma 268ae08cbc
Fix npm vulnerability
Sampark Sharma b4ac56fa43
Merge pull request from actions/revert-998-dependabot/npm_and_yarn/minimatch-3.1.2
Revert "Bump minimatch from 3.0.4 to 3.1.2"
Vipul 24f54d74c0
Revert "Bump minimatch from 3.0.4 to 3.1.2"
Sampark Sharma 8d99052cbc
Merge pull request from actions/dependabot/npm_and_yarn/minimatch-3.1.2
Bump minimatch from 3.0.4 to 3.1.2
Sampark Sharma 58a0402e7d
Merge branch 'main' into dependabot/npm_and_yarn/minimatch-3.1.2
jongwooo 7920f570b8 Use cache in check-dist.yml
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
Vipul f8116c8945
Bug fix in PR assignee workflow
Vipul 2a6cd14175
Add assignee to PR automatically
Vipul 651d82954c
Change pull_request to pull_request_target for PR review
dependabot[bot] cfa1b7695d
Bump minimatch from 3.0.4 to 3.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Vipul fa8856311e
Merge pull request from actions/vsvipul/change-assignee-logic
Add oncall logic to assign issues and PRs
Vipul ef145dd134 Add oncall logic to assign issues and PRs
Deepak Dahiya 6babf202a4
Readme update for deleting caches ()
* Readmee update for deleting caches

* minor

* minor

* PR comments

* PR comments

* PR comments

* moved to tips-and-workarounds

* minor
Sankalp Kotewar 5c79b3fd6c
Merge pull request from actions/kotewar-patch-1
Updated link for cache segment download info
Sankalp Kotewar 3ff04605d3
Updated link for cache segment download info
Vipul db8d946d18
Merge pull request from asaf400/patch-2
Update hashFiles documentation reference
Asaf Levy 0e93819da5
Update hashFiles documentation reference
Update hashFiles documentation reference Link to the valid doc
https://docs.github.com/en/actions/learn-github-actions/expressions#hashfiles
Bishal Prasad 9a6a4f6079
Add more details to version section in readme ()
* Add more details to version section in readme

* Update README.md

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

* Use ubuntu/squid instead of datadog/squid

Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
Bishal Prasad d0af8a3ecc
Change datadog/squid to Ubuntu/squid in CI check ()
Sankalp Kotewar 8bec1e4cc3
Merge pull request from actions/kotewar/doc-update
Update README with clearer info about cache-hit and its value
Sankalp Kotewar 14f2d18ea2
Moved recommendation to skipping steps section
Sankalp Kotewar 083fb3041b
Merge branch 'main' into kotewar/doc-update