Commit Graph

517 Commits

Author SHA1 Message Date
Sankalp Kotewar 5e7f2c1182
Fixed breaking test case 2022-12-11 16:47:35 +00:00
Sankalp Kotewar 3d4af52c52
Renamed variables and added tests 2022-12-11 13:33:36 +00:00
Sankalp Kotewar d91f5bd2fd
Fixed inputs 2022-12-09 13:56:33 +00:00
Sankalp Kotewar 61aa90bfc3
Removed comments 2022-12-09 12:59:43 +00:00
Sankalp Kotewar 0c2d18e609
Merge pull request #1024 from actions/kotewar/save-changes
Granular cache control save related changes and new inputs
2022-12-09 18:22:02 +05:30
Sankalp Kotewar 804322aab0
Updated new actions dist files 2022-12-09 09:42:25 +00:00
Sankalp Kotewar f426a0deb2
Merge remote-tracking branch 'origin/700-actionscache-granular-cache-control' into kotewar/save-changes 2022-12-09 09:40:50 +00:00
Sankalp Kotewar be72d0432d
Merge remote-tracking branch 'origin/releases/v3-beta' into 700-actionscache-granular-cache-control 2022-12-09 09:38:08 +00:00
Sankalp Kotewar 8ecd00a4be
Added restore only and save only test cases 2022-12-08 17:56:21 +00:00
Sankalp Kotewar 12a1a354bd
Fixed test cases 2022-12-08 17:39:12 +00:00
Sankalp Kotewar 782b0bd3df
Fixed test cases 2022-12-08 17:30:24 +00:00
Sampark Sharma f33ca902b8
Merge pull request #1022 from actions/phantsure/v3-beta
Release cache `3.1.0-beta.2` with gzip fallback for old cache
2022-12-08 15:39:59 +05:30
Sampark Sharma d48d03435b
Add support for gzip fallback for restore of old cache on windows 2022-12-08 09:54:44 +00:00
Sankalp Kotewar 6f77edac15
dist 2022-12-08 08:33:23 +00:00
Sankalp Kotewar 6e12d27152
Fixed formatting 2022-12-08 08:24:43 +00:00
Sankalp Kotewar c346bf01e0
Merge remote-tracking branch 'origin/releases/v3-beta' into 700-actionscache-granular-cache-control 2022-12-08 07:48:07 +00:00
Sampark Sharma 593e91a38b
Update dist folder 2022-12-08 07:28:04 +00:00
Sampark Sharma e4c2242eff
Changes for beta release 2022-12-08 07:28:03 +00:00
Tanuj Kumar Mishra 66ef8a0951
Merge pull request #1018 from actions/bishal/outputter
Update save with a wrapper layer
2022-12-07 17:03:07 +05:30
Deepak Dahiya fb86cbf360
Updated node example (#1008)
* Updated node example

* Update examples.md
2022-12-07 14:55:01 +05:30
Bishal Prasad 657c52f11e fix merge 2022-12-06 18:45:12 +00:00
Bishal Prasad 34e917cb7d Merge branch '700-actionscache-granular-cache-control' into bishal/outputter 2022-12-06 18:42:19 +00:00
Bishal Prasad ac8fc97c06 update save as well 2022-12-06 18:26:58 +00:00
Sankalp Kotewar 86712a0733
dist 2022-12-06 10:10:52 +00:00
Sankalp Kotewar d6e98d9302
Calling methods from same file 2022-12-06 10:08:26 +00:00
Sankalp Kotewar a76826ef46
Removed commented lines 2022-12-06 10:07:30 +00:00
Sankalp Kotewar e02e5113ed
Removed return type in promise 2022-12-06 10:03:48 +00:00
Sankalp Kotewar 85ae5bbcea
Fixed breaking test case 2022-12-06 09:36:37 +00:00
Sankalp Kotewar cce93fb2c7
Generated dist 2022-12-06 08:23:10 +00:00
Sankalp Kotewar e3d8fb0b34
Merge pull request #1016 from actions/bishal/outputter
Refactor setting output and state into a generic outputter
2022-12-05 18:10:52 +05:30
Bishal Prasad d95c048983 refactor into a generic outputter 2022-12-05 11:36:14 +00:00
Sankalp Kotewar 706c369cf1
Merge branch 'main' into 700-actionscache-granular-cache-control 2022-12-05 12:24:53 +05:30
Sankalp Kotewar 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
jongwooo 04b13caea4 chore: Use built-in cache action to cache dependencies
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2022-12-05 15:31:51 +09:00
Sankalp Kotewar 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
Jongwoo Han 08d8639046
Merge branch 'main' into chore/use-cache-in-check-dist 2022-12-03 23:00:34 +09:00
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
2022-12-02 16:12:03 +05:30
Sankalp Kotewar 11ab7ccfa2
Reverted custom asks implemented and added wrapper 2022-12-02 10:14:43 +00:00
jongwooo 35f4702f6c refactor: Use early return pattern to avoid nested conditions
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2022-12-02 18:12:53 +09:00
Sankalp Kotewar 4b5f33df54
Updated new actions' input descriptions 2022-12-01 08:27:08 +00:00
jongwooo e050ebdd63 chore: Use setup-node action to cache dependencies 2022-11-30 20:36:12 +09:00
Jongwoo Han 0d47d164e9
Merge branch 'main' into chore/use-cache-in-check-dist 2022-11-30 20:33:28 +09:00
Sankalp Kotewar 56a0133650
Merge branch 'main' into 700-actionscache-granular-cache-control 2022-11-30 16:20:50 +05:30
Sankalp Kotewar 19446b165a
Slight modification for test cases check 2022-11-30 10:47:09 +00:00
Vipul e2d614414f
Merge pull request #1007 from actions/phantsure/npm-fix
Fix npm vulnerability
2022-11-30 01:14:39 -08:00
Sampark Sharma 532752012e
Change with new dependencies 2022-11-30 08:47:34 +00:00
Sankalp Kotewar 8a88690a20
Fixed test cases issues 2022-11-30 08:38:59 +00:00
Sampark Sharma b26da1fc31
Fix license 2022-11-30 08:38:44 +00:00
Sampark Sharma ce61cc4d24
Fix license test 2022-11-30 08:35:05 +00:00
Sankalp Kotewar 6e2c6a5916
Formatted document 2022-11-30 08:30:16 +00:00