Commit Graph

21 Commits

Author SHA1 Message Date
c8d01facfc Renamed output 2022-12-14 09:17:49 +00:00
91d7bd61be Fixed review comments and tests 2022-12-12 07:26:18 +00:00
3d4af52c52 Renamed variables and added tests 2022-12-11 13:33:36 +00:00
d91f5bd2fd Fixed inputs 2022-12-09 13:56:33 +00:00
12a1a354bd Fixed test cases 2022-12-08 17:39:12 +00:00
ac8fc97c06 update save as well 2022-12-06 18:26:58 +00:00
11ab7ccfa2 Reverted custom asks implemented and added wrapper 2022-12-02 10:14:43 +00:00
01d96636a0 Some cleanup 2022-11-30 08:26:50 +00:00
69b8227b27 Basic implementation 2022-11-25 09:16:56 +00:00
a6f1f4b32e Adds input for upload chunk size 2020-10-02 09:59:55 -05:00
bcc23b930f React to feeback and change to use 0.2.0 cache package 2020-05-19 15:53:25 -04:00
7f9517a009 Switch cache action to use the cache node package 2020-05-15 15:07:37 -04:00
ccc66f769e Allow all events to access cache 2020-05-11 10:16:07 -04:00
97f7baa910 Use zstd instead of gzip if available
Add zstd to cache versioning
2020-04-30 14:40:17 -04:00
48b62c1c52 Add comment for SocketTimeout 2020-04-28 21:31:41 -04:00
8b2a57849f Adds socket timeout and validate file size 2020-04-22 18:23:41 -04:00
eb78578266 Cache multiple paths and add glob pattern support (#212)
* Allow for multiple line-delimited paths to cache

* Add initial minimatch support

* Use @actions/glob for pattern matching

* Cache multiple entries using --files-from tar input

remove known failing test

Quote tar paths

Add salt to test cache

Try reading input files from manifest

bump salt

Run test on macos

more testing

Run caching tests on 3 platforms

Run tests on self-hosted

Apparently cant reference hosted runners by name

Bump salt

wait for some time after save

more timing out

smarter waiting

Cache in tmp dir that won't be deleted

Use child_process instead of actions/exec

Revert tempDir hack

bump salt

more logging

More console logging

Use filepath to with cacheHttpClient

Test cache restoration

Revert temp dir hack

debug logging

clean up cache.yml testing

Bump salt

change debug output

build actions

* unit test coverage for caching multiple dirs

* Ensure there's a locateable test folder at homedir

* Clean up code

* Version cache with all inputs

* Unit test getCacheVersion

* Include keys in getCacheEntry request

* Clean import orders

* Use fs promises in actionUtils tests

* Update import order for to fix linter errors

* Fix remaining linter error

* Remove platform-specific test code

* Add lerna example for caching multiple dirs

* Lerna example updated to v2

Co-Authored-By: Josh Gross <joshmgross@github.com>

Co-authored-by: Josh Gross <joshmgross@github.com>
2020-03-20 16:02:11 -04:00
b7d83b4095 Provide better errors for unsupported event types (#68)
* Validate event type during restore

* PR Feedback

* Format

* Linting
2019-11-13 10:54:39 -05:00
4657a5f525 Fix lint on Windows (#89) 2019-11-12 17:01:15 -05:00
fb50aa45ec Add initial eslint setup (#88) 2019-11-12 16:48:02 -05:00
37c45447e4 Initial commit 2019-10-30 14:48:49 -04:00