Commit Graph

102 Commits (1ddc49105de28795736c1e98c4413738eb69debc)

Author SHA1 Message Date
Sankalp Kotewar 1ddc49105d
Removed unused code 2 years ago
Sankalp Kotewar c0cc8dd60a
added stateprovider changes 2 years ago
Sankalp Kotewar 91d7bd61be
Fixed review comments and tests 2 years ago
Sankalp Kotewar 3d4af52c52
Renamed variables and added tests 2 years ago
Sankalp Kotewar d91f5bd2fd
Fixed inputs 2 years ago
Sankalp Kotewar 61aa90bfc3
Removed comments 2 years ago
Sankalp Kotewar 12a1a354bd
Fixed test cases 2 years ago
Sankalp Kotewar 6e12d27152
Fixed formatting 2 years ago
Bishal Prasad 657c52f11e fix merge 2 years ago
Bishal Prasad 34e917cb7d Merge branch '700-actionscache-granular-cache-control' into bishal/outputter 2 years ago
Bishal Prasad ac8fc97c06 update save as well 2 years ago
Sankalp Kotewar d6e98d9302
Calling methods from same file 2 years ago
Sankalp Kotewar a76826ef46
Removed commented lines 2 years ago
Sankalp Kotewar e02e5113ed
Removed return type in promise 2 years ago
Sankalp Kotewar cce93fb2c7
Generated dist 2 years ago
Bishal Prasad d95c048983 refactor into a generic outputter 2 years ago
Sankalp Kotewar 706c369cf1
Merge branch 'main' into 700-actionscache-granular-cache-control 2 years ago
Sankalp Kotewar 11ab7ccfa2
Reverted custom asks implemented and added wrapper 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
Sankalp Kotewar 19446b165a
Slight modification for test cases check 2 years ago
Sankalp Kotewar 8a88690a20
Fixed test cases issues 2 years ago
Sankalp Kotewar 6e2c6a5916
Formatted document 2 years ago
Sankalp Kotewar 01d96636a0
Some cleanup 2 years ago
Sankalp Kotewar 9c5a42a7c9
Added test cases 2 years ago
Sankalp Kotewar a172494938
Reverted wrapper changes 2 years ago
Sankalp Kotewar f8717682fb
Impl separated 2 years ago
Sankalp Kotewar af1210e2a3
test 2 years ago
Sankalp Kotewar ab0e7714ce
new try 2 years ago
Sankalp Kotewar fb4a5dce60
test 2 years ago
Sankalp Kotewar 71334c58b2
Test 2 years ago
Sankalp Kotewar 888d454557
experimenting 2 years ago
Sankalp Kotewar dddd7ce07c
added debug logs 2 years ago
Sankalp Kotewar 921c58ee44
Changed logs to warnings 2 years ago
Sankalp Kotewar 7f45813c72
Adding wrapper class 2 years ago
Sankalp Kotewar 69b8227b27
Basic implementation 2 years ago
Vipul 68d96986b5 Remove sort logic from inputs 2 years ago
Shubham Tiwari 1a78ace131
Updated the GHES warning message (#925)
* changed the error message

* format

* review comment
2 years ago
Sankalp Kotewar 8954b07458 Removed unnecessary backslash in regex 2 years ago
Sankalp Kotewar 0ae6818675 Formatted files with prettier 2 years ago
Álvaro Mondéjar 204fa1ab69 Sort inputs and remove whitespaces after exclamation at the beginning of lines 2 years ago
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
3 years ago
Deepak Dahiya 60742c2acf lint 3 years ago
Deepak Dahiya 626c44ce85
Update restore.ts 3 years ago
Deepak Dahiya f2d5621efc Turning error from any to unknown 3 years ago
vsvipul 887b9060fe Update dependencies with older minimist version 3 years ago
Shubham Tiwari 136d96b4ae
Enabling actions/cache for GHES based on presence of AC service (#774)
* initial changes

* Update package-lock.json

* Update package-lock.json

* review comments and updated test cases

* package.json

* changed name

* added new line

* changed tookit

* updated with 2.0

* changed with public released package

* ran code format

* linting errors

* Update actionUtils.test.ts

* Update cache.dep.yml

* Update package.json

* Update README.md

* Create RELEASES.md

* Update RELEASES.md

* Update package.json

* Update package-lock.json

* typo
3 years ago
Vít Stanislav 2ebdcff279
Add "see more" link to GHE-not-supported warning (#609)
* Add "see more" link to GHE-not-supported warning

I lived for several months thinking that support for caching action on GHE is just a matter of time, because it's such an important thing to have. Only today, I discovered that originally it was not planned at all. And that people already created some workarounds. So I hope that linking the issue from the warning message will save other people from what happened to me :-)

* Update new GHE-not-supported message in tests

* Update generated dist files
3 years ago
David Hadka c64c572235
Catch and log unhandled exceptions stemming from closed file descriptor (#596) 4 years ago
Yaroslav Dynnikov 26968a09c0
Make save/restore logs akin (#509)
- Print primary key when saving cache
4 years ago
Dave Hadka 4bceb75b5b Use parseInt instead of Number to handle empty strings 4 years ago