feat(cogs): report backend changes to a change stream - #595
Merged
matt-codecov merged 1 commit intoAug 26, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## matth/storage-inventory-tracker-2 #595 +/- ##
=====================================================================
+ Coverage 87.96% 88.39% +0.43%
=====================================================================
Files 104 104
Lines 16785 17129 +344
=====================================================================
+ Hits 14765 15142 +377
+ Misses 2020 1987 -33
☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
matt-codecov
force-pushed
the
matth/storage-inventory-tracker-3
branch
from
August 7, 2026 01:50
ab70a01 to
959eb00
Compare
matt-codecov
force-pushed
the
matth/storage-inventory-tracker-3
branch
from
August 11, 2026 06:15
959eb00 to
6d8e991
Compare
matt-codecov
force-pushed
the
matth/storage-inventory-tracker-3
branch
from
August 11, 2026 21:34
6d8e991 to
28100c2
Compare
jan-auer
reviewed
Aug 13, 2026
matt-codecov
force-pushed
the
matth/storage-inventory-tracker-3
branch
from
August 15, 2026 03:32
28100c2 to
836790e
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 836790e. Configure here.
matt-codecov
force-pushed
the
matth/storage-inventory-tracker-3
branch
from
August 17, 2026 22:02
836790e to
da74fdb
Compare
jan-auer
approved these changes
Aug 25, 2026
matt-codecov
force-pushed
the
matth/storage-inventory-tracker-3
branch
from
August 26, 2026 21:42
da74fdb to
985b88f
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Ref FS-210
In GCS and Bigtable
Backendimpls, use theChangeStreamimpl to record write/update/delete events.Other backends are left as a TODO for the moment: Ref FS-489
Currently Objectstore lacks the config plumbing needed to instantiate anything other than
NoopStream. That will come in later PRs.