forked from fjall-rs/fjall
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: support custom sequence number generators #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
polaz
merged 18 commits into
main
from
feat/#174-custom-sequencenumbergenerator-implementation
Mar 16, 2026
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
c31d68d
feat: support custom sequence number generators
polaz 205b0b7
docs(builder): clarify seqno_generator affects write sequencing only
polaz 376164a
docs(db): explain why visible_seqno uses separate default counter
polaz 45979fd
docs(builder): show seqno_generator usage in doctest example
polaz 9cdad86
test(seqno): tighten recovery assertion to check state-advancing calls
polaz 8a93045
Merge branch 'main' into feat/#174-custom-sequencenumbergenerator-imp…
polaz 3692338
Merge remote-tracking branch 'origin/main' into feat/#174-custom-sequ…
polaz c4d16d1
Merge branch 'main' into feat/#174-custom-sequencenumbergenerator-imp…
polaz 85e7f9a
Merge branch 'main' into feat/#174-custom-sequencenumbergenerator-imp…
polaz 251a7d0
fix(deps): use fork lsm-tree with SequenceNumberGenerator trait
polaz c713a47
refactor(db): extract seqno init helper, clean unused imports
polaz 7d5372e
docs(builder): use fjall re-exports in doc examples and links
polaz 9695eb5
chore(deps): annotate lsm-tree fork as alpha-phase dependency
polaz 29fcab4
chore(deps): pin lsm-tree fork to specific rev
polaz 08c3211
revert: restore branch=main for lsm-tree fork dependency
polaz 7e27512
docs(copilot): add dependency policy for lsm-tree branch=main
polaz da039eb
chore(deps): deduplicate lsm-tree annotation in Cargo.toml
polaz db0de32
docs(db): qualify SequenceNumberCounter intra-doc links
polaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.