Commit Graph
63 Commits
Author SHA1 Message Date
dbe593315f Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-11 10:12:35 +05:30
e999d08944 Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-11 10:11:56 +05:30
56d316e1fd Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-11 10:11:43 +05:30
1ee1ddeccb Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-11 10:08:18 +05:30
e872158b55 Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-11 10:07:39 +05:30
3a4b1835dd Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-11 10:07:18 +05:30
450aa947df Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-11 10:07:06 +05:30
5d3c4042ec Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-11 10:06:52 +05:30
c275d5161a Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-11 10:06:44 +05:30
faa6bb52c7 Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-11 10:06:19 +05:30
46572c6bc7 Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-11 10:06:07 +05:30
72f008c0fe Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-11 10:05:57 +05:30
0ae90725c5 Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-11 10:05:44 +05:30
013124e1f5 Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-11 10:05:32 +05:30
Sankalp KotewarandGitHub 9fc69c0486 Merge branch 'kotewar/recipes-and-strategies-for-all-cache-actions' of https://github.com/actions/cache into kotewar/recipes-and-strategies-for-all-cache-actions 2023-01-10 12:02:36 +00:00
Sankalp KotewarandGitHub a8cc06d142 Fixed heading 2023-01-10 12:02:11 +00:00
Sankalp KotewarandGitHub f96f50c4ad Merge branch 'main' into kotewar/recipes-and-strategies-for-all-cache-actions 2023-01-09 16:21:59 +05:30
Sankalp KotewarandGitHub 67da2c170a Added paths 2023-01-09 10:50:49 +00:00
Sankalp KotewarandGitHub 448136d74a Markdown linting 2023-01-09 04:21:05 +00:00
Sankalp KotewarandGitHub 8f55b46314 Formatted sub headings 2023-01-09 04:11:54 +00:00
Sankalp KotewarandGitHub d138998033 Updated doc with comments 2023-01-09 03:38:19 +00:00
Sankalp KotewarandGitHub 666171c100 Review comments and some snippets 2023-01-05 19:38:09 +00:00
Sankalp KotewarandGitHub 1f414295fe Fixed broken link (#1057) 2023-01-05 12:14:32 +05:30
c6d92eb236 Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-01-04 14:24:20 +05:30
Sankalp KotewarandGitHub f8cf48dd94 Added info about key and restore keys 2023-01-04 08:00:31 +00:00
Sankalp KotewarandGitHub 5e6197bef2 Update CACHING.md 2023-01-04 08:56:51 +05:30
Sankalp KotewarandGitHub 047fc4684a Merge branch 'main' into kotewar/recipes-and-strategies-for-all-cache-actions 2023-01-04 08:45:14 +05:30
Sankalp KotewarandGitHub 0f625ade34 Added outline and cache basics 2023-01-04 03:13:21 +00:00
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>
2022-12-21 19:38:44 +05:30
Sankalp KotewarandGitHub a57932faba Merge pull request #1014 from jongwooo/chore/use-built-in-cache-action
chore: Use built-in cache action to cache dependencies
2022-12-05 12:24:26 +05:30
Sankalp KotewarandGitHub 941bc71a24 Merge pull request #1004 from jongwooo/chore/use-cache-in-check-dist
Use cache in check-dist.yml
2022-12-05 07:56:20 +05:30
Sankalp KotewarandGitHub 5c79b3fd6c Merge pull request #986 from actions/kotewar-patch-1
Updated link for cache segment download info
2022-11-16 14:49:39 +05:30
Sankalp KotewarandGitHub 3ff04605d3 Updated link for cache segment download info 2022-11-16 14:44:08 +05:30
Sankalp KotewarandGitHub 8bec1e4cc3 Merge pull request #961 from actions/kotewar/doc-update
Update README with clearer info about cache-hit and its value
2022-10-26 17:10:10 +05:30
Sankalp KotewarandGitHub 14f2d18ea2 Moved recommendation to skipping steps section 2022-10-26 11:15:05 +00:00
Sankalp KotewarandGitHub 083fb3041b Merge branch 'main' into kotewar/doc-update 2022-10-26 16:41:36 +05:30
Sankalp KotewarandGitHub 4fe9c4bd54 Updated release file with correct env variable (#960) 2022-10-18 12:45:50 +05:30
Sankalp Kotewar 8954b07458 Removed unnecessary backslash in regex 2022-08-22 13:05:20 +00:00
Sankalp Kotewar 0ae6818675 Formatted files with prettier 2022-08-22 12:57:35 +00:00
Sankalp KotewarandGitHub fd5de65bc8 Merge pull request #899 from actions/kotewar/download-and-compression-fix
Updated actions/cache toolkit dep to v3.0.4
2022-08-22 12:07:42 +05:30
Sankalp Kotewar d49b6bb21d Updated actions/cache toolkit dep to v3.0.4 2022-08-18 14:13:31 +00:00
Sankalp KotewarandGitHub a7c34adf76 Merge pull request #894 from actions/kotewar/update-toolkit-version
Fix for the download stuck problem
2022-08-11 14:56:44 +05:30
Sankalp Kotewar 83394c99b7 Updated cache version in license file 2022-08-11 07:59:07 +00:00
Sankalp Kotewar e839c25979 Updated actions/cache version to 3.0.3 2022-08-11 07:57:29 +00:00
Sankalp Kotewar 33a923d660 Added release information 2022-08-09 16:48:03 +00:00
Sankalp Kotewar a404368986 Updated actions/cache version to 3.0.2 2022-08-09 16:43:43 +00:00
Sankalp KotewarandGitHub 4387dbc81a Merge pull request #835 from shivamarora1/clojure-lein-example
feat: 🎸 add example for clojure lein project deps
2022-08-01 13:27:13 +05:30
Sankalp KotewarandGitHub c3f1317a9e Merge pull request #813 from actions/users/kotewar/upgrading-cache-to-v2.0.6
Updated README file with release info
2022-06-07 13:07:13 +05:30
Sankalp KotewarandGitHub d0a54b996c Fixed typo 2022-06-07 07:14:00 +00:00
Sankalp KotewarandGitHub 8c5bd0c82d Updated README file with release info 2022-06-07 07:11:42 +00:00
Sankalp KotewarandGitHub c9c0f73558 Merge pull request #812 from actions/users/kotewar/upgrading-cache-to-v2.0.6
Updated @actions/cache to v2.0.6
2022-06-07 12:27:10 +05:30
Sankalp KotewarandGitHub dd58d1315f Added release info and upgraded version 2022-06-06 12:31:18 +00:00
Sankalp KotewarandGitHub c296e6a08c Updated @actions/cache version in license file 2022-06-06 09:55:39 +00:00
Sankalp KotewarandGitHub 7ed7f22ed8 Updated actions/cache to v2.0.6 2022-06-06 09:40:27 +00:00
Sankalp KotewarandGitHub 30f413bfed Merge pull request #808 from actions/users/kotewar/update-actions-cache-version
Upgraded @actions/cache to 2.0.5
2022-05-31 12:33:10 +05:30
Sankalp KotewarandGitHub f2ea0f25f2 Updated Readme with what's new and removed v2 info 2022-05-31 03:33:14 +00:00
Sankalp KotewarandGitHub d5956bbc3c Updated release and package versions 2022-05-30 12:01:54 +00:00
Sankalp KotewarandGitHub a686c72e4a Revert "Updated package version to 3.0.3 and dependencies"
This reverts commit 4ce1a96732.
2022-05-30 11:54:57 +00:00
Sankalp KotewarandGitHub 8e680ea440 Revert "Added release information for 3.0.2 in RELEASES.md"
This reverts commit c376fc84c9.
2022-05-30 11:54:45 +00:00
Sankalp KotewarandGitHub c376fc84c9 Added release information for 3.0.2 in RELEASES.md 2022-05-30 09:03:33 +00:00
Sankalp KotewarandGitHub 4ce1a96732 Updated package version to 3.0.3 and dependencies 2022-05-30 08:03:00 +00:00
Sankalp KotewarandGitHub a2bd439f8e Updated license version and dist 2022-05-30 06:36:08 +00:00
Sankalp KotewarandGitHub 35ef551d1f Upgraded @actions/cache to 2.0.5 2022-05-30 05:59:51 +00:00