Commit Graph

568 Commits

Author SHA1 Message Date
64a59d5b55 Merge pull request #1034 from actions/kotewar/save-warnings
Warning added for save only action
2022-12-21 15:45:16 +05:30
b388bcadaf Removed comment 2022-12-21 08:19:27 +00:00
f9ae5e0028 Removed -2 error code 2022-12-21 08:18:24 +00:00
34faf3ad7c Updated return ID to -2 2022-12-21 06:25:59 +00:00
1d114a8000 Save-only warning added 2022-12-20 16:15:42 +00:00
8955114d15 Merge pull request #1029 from actions/kotewar/test-case-fixes
Added StateProvider mock implementations for states
2022-12-19 20:36:01 +05:30
3f0eaf4956 Linting errors fixed 2022-12-19 04:23:16 +00:00
770b3a8151 Added stateprovider mock implementations 2022-12-19 04:19:49 +00:00
ed5e94a5f5 Merge pull request #1006 from actions/700-actionscache-granular-cache-control
Actions Cache Granular Control Implementation
v3.2.0-beta v3.2.0-beta.1
2022-12-15 16:22:14 +05:30
6277f55919 Updated beta version to 3.2.0-beta.1 2022-12-15 10:11:38 +00:00
c30e6dcb11 Merge pull request #1017 from actions/kotewar/readme-updates-for-granular-control
Readme updates for granular control
2022-12-15 14:38:13 +05:30
05c9b49ea4 nit: added language to code blocks 2022-12-15 09:05:17 +00:00
da311f75a6 nit 2022-12-15 09:01:49 +00:00
7a139a9cec Addressed review comments 2022-12-15 08:59:40 +00:00
930f080bad Added test case for restore state 2022-12-15 04:12:52 +00:00
56e956426f Repositioned new actions introduction 2022-12-14 18:49:43 +00:00
766d8255cd Removed verbose statements 2022-12-14 18:46:21 +00:00
686bf424a8 Update save/README.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2022-12-15 00:07:16 +05:30
fb5b333162 Update save/README.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2022-12-15 00:07:06 +05:30
c11ac6c2fe Update restore/README.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2022-12-15 00:06:56 +05:30
d5c949690c Update restore/README.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2022-12-15 00:06:41 +05:30
44df5ab77e Update restore/README.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2022-12-15 00:06:10 +05:30
65057ce6fe Added cache hit info in readme 2022-12-14 10:23:32 +00:00
8031e403b4 Merge remote-tracking branch 'origin/700-actionscache-granular-cache-control' into kotewar/readme-updates-for-granular-control 2022-12-14 10:19:50 +00:00
c8d01facfc Renamed output 2022-12-14 09:17:49 +00:00
81aaae062b Updates to save readme 2022-12-14 04:40:58 +00:00
9d445b2565 Added save readme 2022-12-14 04:35:02 +00:00
adecab4b4a Merge remote-tracking branch 'origin/700-actionscache-granular-cache-control' into kotewar/readme-updates-for-granular-control 2022-12-12 14:22:14 +00:00
075ad790b0 Merged beta branch and resolved conflicts 2022-12-12 14:18:42 +00:00
b275c83bd6 Merge remote-tracking branch 'origin/releases/v3-beta' into 700-actionscache-granular-cache-control 2022-12-12 14:18:23 +00:00
1ddc49105d Removed unused code 2022-12-12 14:03:16 +00:00
407044787b Added more assertions as values can't be checked 2022-12-12 13:50:54 +00:00
87a7d01109 Update restore/action.yml
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2022-12-12 18:50:18 +05:30
29d6c7aa7f Update restore/action.yml
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2022-12-12 18:50:09 +05:30
df53d3c04b Update restore/action.yml
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2022-12-12 18:49:59 +05:30
dd740c87de Update restore/action.yml
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2022-12-12 18:49:53 +05:30
0a6e5b052a Update save/action.yml
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2022-12-12 18:49:45 +05:30
a2137c625c update for new beta release v3.1.0-beta v3.1.0-beta.3 2022-12-12 13:01:08 +00:00
5a2b5e5714 Add support for gzip fallback for restore of old cache on windows 2022-12-12 12:57:44 +00:00
9e9a19bf5f Update dist folder 2022-12-12 12:57:44 +00:00
84ea3e177d Changes for beta release 2022-12-12 12:57:43 +00:00
00b72c7e02 Updated outputs of restore action 2022-12-12 11:36:12 +00:00
0cc9c1d4e8 Merge remote-tracking branch 'origin/700-actionscache-granular-cache-control' into kotewar/readme-updates-for-granular-control 2022-12-12 11:33:04 +00:00
ccf90c02ed Fixed breaking test case 2022-12-12 10:01:21 +00:00
4f42dc56c1 Added stateprovider test cases 2022-12-12 09:53:50 +00:00
b6604364ae Deleted stateprovider tests until added 2022-12-12 07:28:47 +00:00
c0cc8dd60a added stateprovider changes 2022-12-12 07:28:12 +00:00
91d7bd61be Fixed review comments and tests 2022-12-12 07:26:18 +00:00
5e7f2c1182 Fixed breaking test case 2022-12-11 16:47:35 +00:00
3d4af52c52 Renamed variables and added tests 2022-12-11 13:33:36 +00:00