QA batch 5b - the activity feed finally sees activity (v0.6.254) #703
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-qa5b"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fifth batch, second slice: #673.
internal/storage/actrecdecorator wraps the scoped store in main — the single point REST, WebDAV, TUS finalize and WOPI saves all flow through with the virtual paths the feed is queried with. Records upload/update (Stat-before-write distinguishes), rename/move (viaactivity.Kind), copy. Skips internal bookkeeping and userless contexts.verb, with a comment, so the #433 audit scanner's action-assignment carrier doesn't claim activity verbs for the audit registry.Red-green: internal/storage/actrec/actrec_test.go (upload→update→rename→copy sequence, manifest + userless writes skipped).
Known limit noted in the changelog: per-file queries only, folder rollups out of scope.
Closes #673