Skip to content

Commit

Permalink
feat: Implement conflict reconciliation for private directories (#431)
Browse files Browse the repository at this point in the history
* feat: Implement conflict reconciliation for private directories

* fix: Make `header` public again

* chore: write basic reconciliation unit tests

* chore: Write proptest state machine utilities & proptest private reconciliation

* chore: Write better `Debug` impls

* feat: Prioritize directories over files during private directory merge

* chore: Try extracting out a failing testcase

* fix: Regression test & mock file system merge

* chore: Found failing test case

* chore: Try associating replicas with a vector clock

* refactor: Don't try to state machine proptest private reconciliation

* refactor: Remove unused dependency

* feat: Commit `Cargo.lock` and update lockfile

* chore: docs
  • Loading branch information
matheus23 authored Apr 25, 2024
1 parent a0bf23c commit abfefef
Show file tree
Hide file tree
Showing 15 changed files with 4,247 additions and 272 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Cargo.lock
**/target/

**/.DS_Store
Expand Down
Loading

0 comments on commit abfefef

Please sign in to comment.