Commit Graph

462 Commits (c17f4bf4666a8001b1a45c09eb7a485c41aa64c3)
 

Author SHA1 Message Date
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>
2 years ago
teatimeguest ac25611cae
docs: fix an invalid link in workarounds.md (#929) 2 years ago
A. Pascual dc097e3bb9
Update examples.md (#1026)
According with the behavior description the id of "Get npm cache directory" must be "npm-cache-dir".

I checked it in my own project.
2 years ago
Deepak Dahiya fb86cbf360
Updated node example (#1008)
* Updated node example

* Update examples.md
2 years ago
Sankalp Kotewar a57932faba
Merge pull request #1014 from jongwooo/chore/use-built-in-cache-action
chore: Use built-in cache action to cache dependencies
2 years ago
jongwooo 04b13caea4 chore: Use built-in cache action to cache dependencies
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2 years ago
Sankalp Kotewar 941bc71a24
Merge pull request #1004 from jongwooo/chore/use-cache-in-check-dist
Use cache in check-dist.yml
2 years ago
Jongwoo Han 08d8639046
Merge branch 'main' into chore/use-cache-in-check-dist 2 years ago
Sampark Sharma a2f324eeb7
Merge pull request #1013 from jongwooo/refactor/use-early-return-pattern-to-avoid-nested-conditions
refactor: Use early return pattern to avoid nested conditions
2 years ago
jongwooo 35f4702f6c refactor: Use early return pattern to avoid nested conditions
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2 years ago
jongwooo e050ebdd63 chore: Use setup-node action to cache dependencies 2 years ago
Jongwoo Han 0d47d164e9
Merge branch 'main' into chore/use-cache-in-check-dist 2 years ago
Vipul e2d614414f
Merge pull request #1007 from actions/phantsure/npm-fix
Fix npm vulnerability
2 years ago
Sampark Sharma 532752012e
Change with new dependencies 2 years ago
Sampark Sharma b26da1fc31
Fix license 2 years ago
Sampark Sharma ce61cc4d24
Fix license test 2 years ago
Sampark Sharma 268ae08cbc
Fix npm vulnerability 2 years ago
Sampark Sharma b4ac56fa43
Merge pull request #1005 from actions/revert-998-dependabot/npm_and_yarn/minimatch-3.1.2
Revert "Bump minimatch from 3.0.4 to 3.1.2"
2 years ago
Vipul 24f54d74c0
Revert "Bump minimatch from 3.0.4 to 3.1.2" 2 years ago
Sampark Sharma 8d99052cbc
Merge pull request #998 from actions/dependabot/npm_and_yarn/minimatch-3.1.2
Bump minimatch from 3.0.4 to 3.1.2
2 years ago
Sampark Sharma 58a0402e7d
Merge branch 'main' into dependabot/npm_and_yarn/minimatch-3.1.2 2 years ago
jongwooo 7920f570b8 Use cache in check-dist.yml
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2 years ago
Vipul f8116c8945
Bug fix in PR assignee workflow 2 years ago
Vipul 2a6cd14175
Add assignee to PR automatically 2 years ago
Vipul 651d82954c
Change pull_request to pull_request_target for PR review 2 years ago
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>
2 years ago
Vipul fa8856311e
Merge pull request #997 from actions/vsvipul/change-assignee-logic
Add oncall logic to assign issues and PRs
2 years ago
Vipul ef145dd134 Add oncall logic to assign issues and PRs 2 years ago
Deepak Dahiya 6babf202a4
Readme update for deleting caches (#981)
* Readmee update for deleting caches

* minor

* minor

* PR comments

* PR comments

* PR comments

* moved to tips-and-workarounds

* minor
2 years ago
Sankalp Kotewar 5c79b3fd6c
Merge pull request #986 from actions/kotewar-patch-1
Updated link for cache segment download info
2 years ago
Sankalp Kotewar 3ff04605d3
Updated link for cache segment download info 2 years ago
Vipul db8d946d18
Merge pull request #979 from asaf400/patch-2
Update hashFiles documentation reference
2 years ago
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
2 years ago
Bishal Prasad 9a6a4f6079
Add more details to version section in readme (#971)
* 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>
2 years ago
Bishal Prasad d0af8a3ecc
Change datadog/squid to Ubuntu/squid in CI check (#976) 2 years ago
Sankalp Kotewar 8bec1e4cc3
Merge pull request #961 from actions/kotewar/doc-update
Update README with clearer info about cache-hit and its value
2 years ago
Sankalp Kotewar 14f2d18ea2
Moved recommendation to skipping steps section 2 years ago
Sankalp Kotewar 083fb3041b
Merge branch 'main' into kotewar/doc-update 2 years ago
Lovepreet Singh 5085ac92ef
Merge pull request #963 from actions/pdotl-patch-1
Create pull_request_template.md
2 years ago
Lovepreet Singh 76639bb4e5
Create pull_request_template.md
Adding a PR template would certainly increase clarity on the PRs and also help us better review changes. This is a starter template. Please feel free to suggest changes, add/remove sections that are not relevant.
2 years ago
Sankalp Kotewar 5294b3f306
Update README.md 2 years ago
Sankalp Kotewar 4fe9c4bd54
Updated release file with correct env variable (#960) 2 years ago
Rong Rong 2b04a41915
timeout env var key is not correct in README.md (#959) 2 years ago
Lovepreet Singh 9b0c1fce7a
Merge pull request #956 from actions/pdotl-version-bump
Update cache to use @actions/core@^1.10.0
2 years ago
Lovepreet Singh 18103f63fe Fix licensed status error 2 years ago
Lovepreet Singh 3e383cd9c3 Update RELEASES 2 years ago
Lovepreet Singh 43428ea056 toolkit versioon update and version bump for cache 2 years ago
Lovepreet Singh 1c73980b09 3.0.11 2 years ago
Lovepreet Singh a3f5edc237
Merge pull request #950 from rentziass/rentziass/update-actions-core
Update @actions/core to 1.10.0
2 years ago
Francesco Renzi 831ee695a5 Update licenses 2 years ago