super-productivity/eslint-local-rules/rules
Johannes Millan 1da70487f9 fix: address code review findings from Dec 27-29 changes
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)
2025-12-29 10:37:12 +01:00
..
require-entity-registry.js refactor(sync): centralize entity configuration in single registry 2025-12-23 16:15:17 +01:00
require-hydration-guard.js fix: address code review findings from Dec 27-29 changes 2025-12-29 10:37:12 +01:00
require-hydration-guard.spec.js fix: address code review findings from Dec 27-29 changes 2025-12-29 10:37:12 +01:00