- 16 Dec, 2024 1 commit
-
-
tavit ohanian authored
-
- 12 Dec, 2024 1 commit
-
-
tavit ohanian authored
-
- 21 Aug, 2021 1 commit
-
-
tavit ohanian authored
-
- 10 Aug, 2021 1 commit
-
-
tavit ohanian authored
-
- 28 May, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 20 Apr, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 17 Aug, 2020 1 commit
-
-
Steven Allen authored
Add test to ensure that Delete returns no error for missing keys
-
- 15 Aug, 2020 1 commit
-
-
Nick Cabatoff authored
-
- 04 May, 2020 1 commit
-
-
Hector Sanjuan authored
-
- 30 Apr, 2020 5 commits
-
-
Hector Sanjuan authored
Fix typo in sync/sync.go
-
Nex authored
-
Will authored
Add the generated flatfs stub, since it cannot be auto-generated
-
Will Scott authored
-
Will authored
support flatfs fuzzing
-
- 27 Apr, 2020 2 commits
-
-
Will Scott authored
-
Hector Sanjuan authored
-
- 24 Apr, 2020 1 commit
-
-
Will authored
Adds a go-fuzz entrypoint for fuzzing datastore transactions for crashes.
-
- 30 Mar, 2020 2 commits
-
-
Steven Allen authored
chore(deps): bump go.uber.org/multierr from 1.4.0 to 1.5.0
-
dependabot-preview[bot] authored
Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/uber-go/multierr/releases) - [Changelog](https://github.com/uber-go/multierr/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber-go/multierr/compare/v1.4.0...v1.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 28 Mar, 2020 1 commit
-
-
Steven Allen authored
feat(mount): don't give up on error
-
- 18 Feb, 2020 2 commits
-
-
Steven Allen authored
/test: fix bad ElemCount/10 lenght (should not be divided)
-
Hector Sanjuan authored
-
- 15 Feb, 2020 4 commits
-
-
Steven Allen authored
Fix test log message about number of values put
-
Steven Allen authored
test suite: Add ElemCount to control how many elements are added.
-
Hector Sanjuan authored
-
Hector Sanjuan authored
-
- 14 Feb, 2020 1 commit
-
-
Steven Allen authored
fix: avoid filtering by prefix unless necessary
-
- 11 Feb, 2020 7 commits
-
-
Steven Allen authored
feat: add upper-case keys at a known prefix
-
Steven Allen authored
I need this for testing flatfs.
-
Steven Allen authored
There's no need to filter by the / prefix.
-
Steven Allen authored
Instead of giving up when a single datastore fails, operate on all datastores first. That way: * If one datastore doesn't support disk usage, we can at least return our best estimate for the ones that do. * If one datastore fails to sync, we won't fail to sync the others. * If one datastore refuses to close, we'll close the others. Etc. Also: * Drop xerrors. We already need go 1.13 elsewhere. * Use uber's multierr. It's much simpler than hashicorps (and is already a dependency through zap, fx, etc.).
-
Steven Allen authored
test(suite): add a bunch of prefix tests for the new behavior
-
Steven Allen authored
-
Steven Allen authored
Only count a key as an ancestor if there is a separator
-
- 10 Feb, 2020 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
This should have already been committed...
-
Steven Allen authored
-
- 06 Feb, 2020 1 commit
-
-
Steven Allen authored
-