Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 12:19
87965b4
fungistore: meta and filesystem implementation (#28)

* WIP: rewrite fl scehma

* update routes

* WIP: refactor for separate stores

* Separation of cache and store

Also a lot of clean up and refactor

* WIP: pack function

* complete the pack/unpack cycle

* Store needs to return their url and range

* fix bug in router and improve tests for pack/unpack

* Apply clippy

* Assert routes creation

* improve tests

* dynamic creation of stores based on url

* start fs mount based on stores from the fl

* first working version

Next: performance improvments

* implement create

also fix a file size bug

* use different impl pack

* use blake2

* use blake2_simd implementation

* fix bug in parent ino

* implement unpack with no recurssion

add cmdline to do unpacking

* add support to use multiple stores from cmdlin

* clean up dependencies

* updating docs

* fix typos

* implement preserver-ownership flag

* make sure on get stores are tried in random order

Also update docs

* fix ci

* Parallel upload

* avoid memset for buffer allocation

* clean up

* running clippy

* actually run tests