mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
ESLint rule improvements: - Fix require-hydration-guard to detect guards on combineLatest/forkJoin/zip results (eliminates 20+ false positive warnings) Server improvements: - Add OperationDownloadService unit tests (21 tests covering vector clock aggregation, gap detection, excludeClient parameter, snapshot optimization) - Split ZIP bomb size limits: 10MB for /ops, 30MB for /snapshot - Document storage quota update as intentionally non-atomic E2E test improvements: - Add waitForUISettle() helper using Angular stability instead of fixed timeouts - Update supersync-cross-entity tests to use dynamic waits Unit test improvements: - Add HydrationStateService edge case tests (concurrent calls, cooldown cycles, timer cleanup, interleaved operations) |
||
|---|---|---|
| .. | ||
| require-entity-registry.js | ||
| require-hydration-guard.js | ||
| require-hydration-guard.spec.js | ||