v1.0.1-beta.14
What's Changed
- update branching logic to reduce nested blocks and ease understanding. by @ericfaurot in #726
- Add an objects.RandomMAC() function to generate random identifiers. by @ericfaurot in #730
- testing: rename the mock "fs" backend "mock" by @omar-polo in #732
- tests: dedup generateSnapshot by @omar-polo in #737
- fix: Re-add crypto/rand, removed during a merge. by @mathieu-plak in #740
- storage: change the way the backends are registered by @omar-polo in #731
- backup: Actually save the state ID during backup. by @mathieu-plak in #729
- Poolp org/glacier experiment by @poolpOrg in #741
- Update Plakar UI from main by @github-actions in #743
- Update Plakar UI from main by @github-actions in #745
- Update Plakar UI from main by @github-actions in #746
- add subcommand exec test by @sayoun in #705
- add subcommand mount test by @sayoun in #714
- Remove repository from parse function by @ericfaurot in #742
- Remove unreachable code intended for the "server" command by @ericfaurot in #747
- Update Plakar UI from main by @github-actions in #749
- better handling of symlinks by @omar-polo in #722
- Update Plakar UI from main by @github-actions in #751
- Update Plakar UI from main by @github-actions in #755
- Poolp org/prom counters by @poolpOrg in #757
- check jwt token before processing snapshot_path parameter by @semarie in #760
- env var knobs by @mathieu-plak in #758
- api: serve text/html files as text/plain by @omar-polo in #753
- Update Plakar UI from main by @github-actions in #759
- caching: Switch to pebble as our cache backend. by @mathieu-plak in #761
- pebble: Disable pebble WAL logging. by @mathieu-plak in #763
- add subcommand server test by @sayoun in #748
- add subcommand sync test by @sayoun in #750
- go get -u ; go mod tidy by @omar-polo in #764
- update .gitignore by @omar-polo in #766
- sprinkle some go:build comments where needed by @omar-polo in #765
- perform a constant time comparison, suggested by @semarie by @poolpOrg in #768
- s3 storage: wrap errors by @brmzkw in #770
- Rename /api/repository/configuration to /api/repository/info and add … by @brmzkw in #771
- vfs: add entry.MAC() by @omar-polo in #775
- maintenance: Parallelize cache update. by @mathieu-plak in #772
- tests/mount: Repair darwin. by @mathieu-plak in #773
- github: set {build,go} timeout to 10 minutes by @omar-polo in #776
- importer/sftp: remove bogus username/groupname lookup by @omar-polo in #777
- sanitize output by @omar-polo in #774
- Poolp org/check cache by @poolpOrg in #767
Full Changelog: v1.0.1-beta.13...v1.0.1-beta.14