Commit Graph

61 Commits (0137340fbaa76384f78557fa70f3ef2b0f535d65)

Author SHA1 Message Date
Josh Gross bb828da54c
Format cache size and display on info (#85) 5 years ago
Josh Gross b7d83b4095
Provide better errors for unsupported event types (#68)
* Validate event type during restore

* PR Feedback

* Format

* Linting
5 years ago
Josh Gross 4657a5f525
Fix lint on Windows (#89) 5 years ago
BSKY fb50aa45ec Add initial eslint setup (#88) 5 years ago
Josh Gross 4b0709a0d5
Add unit tests for restore (#62)
* Move archive file size to utils

* Disable net connect with nock

* Add unit tests for restore

* Fix test names and test URL
5 years ago
Birunthan Mohanathas 30524a6fbd Tweak 'Cache not found' message (#54)
Previously the message was like this:

```
Cache not found for input keys: ["xxx",""]
```

Note the empty entry at the end because `String.prototype.split` results
in an array with one empty string if there was nothing to split.

Now it looks like:

```
Cache not found for input keys: xxx
```
5 years ago
Josh Gross b034b26a44
Bump cache limit to 400MB (#61) 5 years ago
Birunthan Mohanathas ce4a52af49 Stop warning when cache is not found (#40)
The cache not being found is a common situation so very visible warning
is a little too much.
5 years ago
Adam Dobrawy 25e0c8faac Remove cache checksum debug - close #24 (#26)
* Remove cache checksum debug - close #24

*  Remove cache checksum debug on save

* Fix formatting
5 years ago
Winter Jung 7058277028 Fix typo in error message (#29) 5 years ago
Josh Gross 37c45447e4 Initial commit 5 years ago