Commit Graph

106 Commits

Author SHA1 Message Date
Sankalp Kotewar 1ddc49105d
Removed unused code 2022-12-12 14:03:16 +00:00
Sankalp Kotewar 91d7bd61be
Fixed review comments and tests 2022-12-12 07:26:18 +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 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 12a1a354bd
Fixed test cases 2022-12-08 17:39:12 +00:00
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 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
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 cce93fb2c7
Generated dist 2022-12-06 08:23:10 +00:00
Sankalp Kotewar 706c369cf1
Merge branch 'main' into 700-actionscache-granular-cache-control 2022-12-05 12:24:53 +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 19446b165a
Slight modification for test cases check 2022-11-30 10:47:09 +00:00
Sampark Sharma 532752012e
Change with new dependencies 2022-11-30 08:47:34 +00:00
Sankalp Kotewar 01d96636a0
Some cleanup 2022-11-30 08:26:50 +00:00
Sankalp Kotewar 9c5a42a7c9
Added test cases 2022-11-30 08:11:55 +00:00
Sankalp Kotewar a172494938
Reverted wrapper changes 2022-11-29 10:56:53 +00:00
Sankalp Kotewar f8717682fb
Impl separated 2022-11-29 09:55:41 +00:00
Sankalp Kotewar af1210e2a3
test 2022-11-29 09:51:53 +00:00
Sankalp Kotewar ab0e7714ce
new try 2022-11-29 09:39:21 +00:00
Sankalp Kotewar fb4a5dce60
test 2022-11-29 09:33:03 +00:00
Sankalp Kotewar 71334c58b2
Test 2022-11-29 09:06:10 +00:00
Sankalp Kotewar 888d454557
experimenting 2022-11-29 09:03:19 +00:00
Sankalp Kotewar dddd7ce07c
added debug logs 2022-11-29 08:26:52 +00:00
Sankalp Kotewar 921c58ee44
Changed logs to warnings 2022-11-29 08:06:41 +00:00
Sankalp Kotewar 7f45813c72
Adding wrapper class 2022-11-29 08:02:27 +00:00
Sankalp Kotewar 69b8227b27
Basic implementation 2022-11-25 09:16:56 +00:00
Francesco Renzi b9c8bfe442 Update @actions/core to 1.10.0 2022-10-05 17:50:52 +01:00
Vipul 68d96986b5 Remove sort logic from inputs 2022-10-03 06:39:10 +00:00
Shubham Tiwari 1a78ace131
Updated the GHES warning message (#925)
* changed the error message

* format

* review comment
2022-09-20 10:47:27 +05:30
Vipul c1dbd4593f Update @actions/core to 1.9.1 2022-08-24 11:26:37 +00:00
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
Vipul f316f94f31 Generate build and fix format 2022-08-22 12:45:18 +00:00
Sankalp Kotewar d49b6bb21d Updated actions/cache toolkit dep to v3.0.4 2022-08-18 14:13:31 +00:00
Sankalp Kotewar e839c25979 Updated actions/cache version to 3.0.3 2022-08-11 07:57:29 +00:00
Sankalp Kotewar a404368986 Updated actions/cache version to 3.0.2 2022-08-09 16:43:43 +00:00
Lovepreet Singh 85efbb58b9 Update cache npm module to latest 2022-08-04 10:00:08 +00:00
Shubham Tiwari 354a2ae15e
Consuming 3.0 actions/cache (#834)
* Consuming 3.0 actions/cache

* formatting and error

* updated package version

* resolve package

* dist

* review comment

* dist

* dist
2022-07-07 21:56:17 +05:30
Sankalp Kotewar 7ed7f22ed8 Updated actions/cache to v2.0.6 2022-06-06 09:40:27 +00:00
Sankalp Kotewar a686c72e4a Revert "Updated package version to 3.0.3 and dependencies"
This reverts commit 4ce1a96732.
2022-05-30 11:54:57 +00:00