-
Update todo version to 0.4.8
-
Consolidate item wizard from 8 steps to 6
-
Fix mechanical todo items: reqwest timeout, dep bumps, promo code visibility
-
Update mnw-cli docs for git auto-create delegation
-
Fix git auto-create: use direct init with shared=group
-
Delegate git repo auto-create from server to mnw-cli
-
Fix git auto-create: use group permissions instead of sudo
-
Bump server version to 0.4.8
-
Fix git repo auto-create permission denied on push
-
Add git access provisioning, mnw-cli features, internal API endpoints
-
Bump server to 0.4.7
-
Simplify CSV amount parsing, deduplicate analytics queries
-
Add unit tests, fix performance: OTA queries, admin counts, reqwest reuse
-
Split helpers.rs into formatting, crypto, rate_limit modules
-
Add fast-tests feature, fix and consolidate sandbox tests
-
Fix advisory lock deadlock in sandbox creation
-
Fix auth rate limiter hitting GET /login, add unique test IPs
-
Fix remaining integration test failures from Audit Run 18
-
Fix patches test: use MtThreadId/ProjectId newtypes
-
Audit Run 18: type safety, moderation types, sandbox fix, inline SQL extraction
-
Bump server to 0.4.6
-
Audit Run 17 remediation: PoM cold spots, MT detached previews, docs cleanup
-
SyncKit client: refactor pull variants, expand conflict resolution, harden crypto
-
Server: Everything tier pricing, OpenAPI, SyncKit push idempotency, docs refresh
-
Bump server to 0.4.5
-
Add Phase 4 testing roadmap: property testing, mutation testing, lifecycle + concurrency integration tests
-
Phase 3: harness helpers + test documentation
-
Phase 2 integration tests: rate limiting + promo code checkout
-
Split scheduler into submodules, add Phase 1 integration tests
-
Bump rand 0.9, fix deprecations, add documentation across all modules