Commit Graph

1470 Commits

Author SHA1 Message Date
vorotamoroz 395b35be48 Harden release workflow validation and retries 2026-07-16 19:23:29 +00:00
vorotamoroz e31e761c5a Merge pull request #1028 from vrtmrz/0_25_83
Releasing 0.25.83
2026-07-16 22:41:26 +09:00
vorotamoroz 977d50566d docs: finalise 0.25.83 release notes 0.25.83 0.25.83-cli 2026-07-16 13:01:32 +00:00
github-actions[bot] 85fc62d61c Releasing 0.25.83 2026-07-16 12:28:26 +00:00
Ouyang Xingyuan 8e0d5581f7 test: cover the non-bulk newest resolution entry point
Reason:
- The non-bulk notice regression test should exercise the real resolve-by-newest call path.

Changes:
- Resolve a mocked conflict through `_anyResolveConflictByNewest` and assert that its success notice remains visible.
2026-07-16 21:18:16 +09:00
Ouyang Xingyuan 32e992db93 fix: scope merge notice suppression to bulk resolution
Reason:
- Bulk newest resolution should not display one success notice per file, while non-bulk resolution must retain its existing notice.

Changes:
- Pass an explicit notice flag only through the bulk resolution path.
- Cover bulk suppression, non-bulk notices, and ten-file progress updates.
2026-07-16 21:18:16 +09:00
Ouyang Xingyuan 3103dc4f52 fix: suppress bulk conflict resolution notice spam
Bulk newest-revision conflict resolution created one notice per resolved file
and updated progress for nine out of every ten files.

Keep per-file bulk resolution success messages in the log without displaying
notices, update notice-level progress once every ten files, and cover both
behaviours with unit tests.
2026-07-16 21:18:16 +09:00
vorotamoroz 943b2a3bd4 Point at merged commonlib rename guard 2026-07-16 20:48:12 +09:00
vorotamoroz 69f4879589 test: cover case-only file renames in Obsidian 2026-07-16 20:48:12 +09:00
vorotamoroz 918d3b5547 fix: guard case-only rename recovery 2026-07-16 20:48:12 +09:00
metrovoc 869a893c19 fix: synchronise case-only file renames safely 2026-07-16 20:48:12 +09:00
vorotamoroz ba7ea27d0c feat: distinguish remote operation and request activity 2026-07-16 20:13:10 +09:00
vorotamoroz 9f9758bc12 fix: align chunk reads with remote delivery
Consume commonlib's delivery lifecycle, classify finite replication entry points, and document why the five-minute inactivity fuse is only a leak safety valve. Record the remote-activity counter correction and preserve continuous replication's unbounded live channel.
2026-07-16 20:13:10 +09:00
vorotamoroz f54d162ef9 Merge pull request #1024 from vrtmrz/0_25_82
Releasing 0.25.82
2026-07-16 00:07:44 +09:00
vorotamoroz 9d70ac8064 Synchronise workspace lock dependencies 0.25.82-cli 0.25.82 2026-07-15 14:13:43 +00:00
vorotamoroz f44dc76087 Polish 0.25.82 release notes 2026-07-15 14:03:15 +00:00
github-actions[bot] 962589a40f Releasing 0.25.82 2026-07-15 14:00:29 +00:00
vorotamoroz d8bbab6bed Fix Deno setup for release preparation 2026-07-15 22:55:19 +09:00
vorotamoroz b475ea64e2 ci: publish CLI images for AMD64 and ARM64 2026-07-15 22:12:07 +09:00
vorotamoroz 908acc4a84 test: add CLI-to-Obsidian compatibility E2E 2026-07-15 22:12:07 +09:00
vorotamoroz 31e9186930 Protect bounded remote activity across app lifecycle 2026-07-15 20:53:27 +09:00
vorotamoroz 4cbccf85b4 Merge pull request #1019 from apple-ouyang/codex/refresh-security-seed-before-sync
Fix stale Security Seed after remote rebuild
2026-07-15 20:35:23 +09:00
Ouyang Xingyuan 45657ba39c fix: refresh Security Seed before replication
Reason:
- A client that remains open during a remote database rebuild can retain the previous Security Seed and upload documents encrypted with the wrong key.

Changes:
- Fetch the remote Security Seed at every replication preflight instead of reusing the process cache.
- Add a regression test and an unreleased change note for issue #1018.
2026-07-14 18:15:40 +08:00
vorotamoroz 056d89aa4d Merge pull request #1013 from vrtmrz/hold-release-merge-for-brat-validation
Hold release merges until BRAT validation
2026-07-14 08:52:41 +09:00
vorotamoroz 804103693f Hold release PR merge until BRAT validation 2026-07-14 08:45:23 +09:00
vorotamoroz eb3abc71b4 Merge pull request #1012 from vrtmrz/0_25_81
Releasing 0.25.81
2026-07-14 08:21:47 +09:00
vorotamoroz 77eacade10 Generate fallback types during releases 0.25.81 0.25.81-cli 2026-07-14 03:15:42 +09:00
vorotamoroz d404f2ae54 Add the 0.25.81 release note 2026-07-14 03:04:10 +09:00
github-actions[bot] a7c488f377 Releasing 0.25.81 2026-07-13 18:02:25 +00:00
vorotamoroz 0f75cd92c0 Automate and validate the release flow (#998)
* improve release flow

* limit permission

* Test and harden the release workflow

* Keep workspace lockfile versions aligned

* Run release regression tests in CI
2026-07-14 03:01:22 +09:00
vorotamoroz a41c829c10 fix: preserve U+FEFF at chunk boundaries (#1010) 2026-07-14 02:15:57 +09:00
vorotamoroz ff12778301 Fix strfry tmpfs permissions in CI (#1011) 2026-07-14 02:12:54 +09:00
vorotamoroz e38084b901 Use cached ignore matchers from commonlib (#1008) 2026-07-14 00:29:11 +09:00
vorotamoroz 9265a74578 Merge pull request #1007 from apple-ouyang/codex/cache-cli-ignore-matchers
Compile CLI ignore patterns once
2026-07-13 13:26:21 +09:00
Ouyang Xingyuan f28d886603 perf(cli): compile ignore patterns once
Long-running CLI processes rebuilt the same minimatch ASTs for every checked path.

Compile patterns while loading ignore rules and reuse them until the rules are reloaded.

Refs #1006
2026-07-13 10:47:35 +08:00
vorotamoroz 9c375bd6fd Deploy QR aggregator with GitHub Pages 2026-07-12 21:06:56 +09:00
vorotamoroz 42a333a571 Record P2P validation infrastructure 2026-07-12 20:40:38 +09:00
vorotamoroz a6a5f7af53 Use merged storage capability contracts 2026-07-12 20:40:38 +09:00
vorotamoroz 4df87cc96a Explain portable storage path policy 2026-07-12 20:40:38 +09:00
vorotamoroz d16e66c67a Track unreleased storage contract changes 2026-07-12 20:40:38 +09:00
vorotamoroz 57e26f1079 Enforce rooted storage path contracts 2026-07-12 20:40:38 +09:00
vorotamoroz dbb8d2be22 test: establish storage adapter contracts 2026-07-12 20:40:38 +09:00
vorotamoroz a60932d9e4 Strengthen CLI benchmark verification 2026-07-12 20:02:29 +09:00
vorotamoroz fd3e8416b7 Move CLI E2E runner into CLI tests 2026-07-12 20:02:29 +09:00
vorotamoroz b9a27ffef9 Run CLI P2P E2E in Compose CI 2026-07-12 20:02:29 +09:00
vorotamoroz af72cac4e3 Add scoped CLI benchmark metadata 2026-07-12 20:02:29 +09:00
vorotamoroz 7d26f0ae35 Add P2P signalling-only netem benchmark 2026-07-12 20:02:29 +09:00
vorotamoroz 008a5ace06 Add P2P split-container netem stress fixture 2026-07-12 20:02:29 +09:00
vorotamoroz b1955703b9 Record P2P selected candidate paths 2026-07-12 20:02:29 +09:00
vorotamoroz 39065e15e3 Add CouchDB netem shim benchmark 2026-07-12 20:02:29 +09:00