1
0
Fork 0
toolkit/packages/cache/__tests__
Brian Cristante aa676f3cc7
Update other packages to use http-client v2 (#1082)
We moved `@actions/http-client` to be part of the toolkit in https://github.com/actions/toolkit/pull/1062.  We also made some breaking changes to exported types and released v2.

The biggest change in terms of lines of code affected was to get rid of the `I-` prefix for interfaces since TypeScript doesn't follow this convention.

I bumped the patch version of all packages except for `tool-cache`, where I bumped the major version.  The rationale is explained in the release notes for that package.
2022-05-11 17:14:25 -04:00
..
__fixtures__ Adding support in cache package to check if Artifact Cache service is enabled or not (#1028) 2022-03-25 14:40:02 +05:30
cache.test.ts Adding support in cache package to check if Artifact Cache service is enabled or not (#1028) 2022-03-25 14:40:02 +05:30
cacheHttpClient.test.ts Use Azure storage SDK to download cache (#497) 2020-07-10 17:09:32 +02:00
cacheUtils.test.ts Fix typo in function name (#590) 2021-05-03 11:09:44 -04:00
create-cache-files.sh React to feedback 2020-05-15 12:26:42 -04:00
downloadUtils.test.ts Re-enable the audit tools step and update dependencies (#815) 2021-05-21 09:19:40 -04:00
options.test.ts Use Azure storage SDK to download cache (#497) 2020-07-10 17:09:32 +02:00
requestUtils.test.ts Added cacheSize in ReserveCache API request (#1044) 2022-04-04 16:21:58 +05:30
restoreCache.test.ts Re-enable the audit tools step and update dependencies (#815) 2021-05-21 09:19:40 -04:00
saveCache.test.ts Update other packages to use http-client v2 (#1082) 2022-05-11 17:14:25 -04:00
tar.test.ts Fix lint issue 2021-04-09 14:16:19 -05:00
verify-cache-files.sh React to feedback 2020-05-15 12:26:42 -04:00