Commit Graph

8 Commits (becf82ef65d9e920a26eb3a53c09c173eed1db69)

Author SHA1 Message Date
Josh Gross becf82ef65 Format 6 years ago
Josh Gross ead4a0a409 PR Feedback 6 years ago
Josh Gross bae12fc444 Validate event type during restore 6 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
6 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
```
6 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.
6 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
6 years ago
Josh Gross 37c45447e4 Initial commit 6 years ago