kubescape / storage

Apache License 2.0
1 stars 6 forks source link

Revert "Merge pull request #14 from kubescape/evic" #17

Closed vladklokun closed 1 year ago

vladklokun commented 1 year ago

What this PR changes?

This reverts commit e05b46de16f8f523d4914805fbed3cbb6af59aa1, reversing changes made to 59816c07a504824452939f90df3e2653961cd0d0.

The reverted changes are an implementation of the filesystem-based storage. These need to be kept separately before we implement the remaining watching function.

vladklokun commented 1 year ago

The reason I would like to do remove the filesystem changes by a revert of the merge commit is that we would still have the filesystem storage changes in the tree. However, we should have the changes excluded from the resulting source code.

The filesystem branch should then revert this revert (Revert-o-rama!) and make the changes needed to fully implement the filesystem storage.

matthyx commented 1 year ago

I have changed the destination branch for https://github.com/kubescape/storage/pull/15 I think we can merge this revert.