mszostok / codeowners-validator

The GitHub CODEOWNERS file validator
Apache License 2.0
219 stars 47 forks source link

Add HTTP response disk cache #7

Closed mszostok closed 4 years ago

mszostok commented 4 years ago

Description

This implementation is heavily inspired by they Kubernetes approach for the kubectl.

By default, the cache will be saved in HOME dir under .cdeowners-validator/cache/http/ folder. This can be changed by setting the HTTP_CACHING_DIRECTORY="/tmp/cache"

Results: Checking the https://github.com/kyma-project/kyma repository:

mszostok commented 4 years ago

Documentation needs to be added before merging

mszostok commented 4 years ago

turned out that currently it is not needed