1. 01 Feb, 2026 2 commits
    • Stefy Lanza (nextime / spora )'s avatar
      Implement database-based queue for reports synchronization · eef784ce
      Stefy Lanza (nextime / spora ) authored
      - Add ReportsSyncQueueModel database model for persistent sync queue storage
      - Update ReportsSyncResponseHandler to use database instead of JSON files
      - Add transaction safety with rollback support for queue operations
      - Implement automatic cleanup of completed items
      - Add database indexes for efficient querying
      - Create comprehensive test suite for database-based queue (test_reports_sync_db.py)
      - Update documentation to reflect database implementation
      
      This change improves performance, data integrity, and scalability of the
      reports synchronization feature by migrating from JSON file storage to SQLite database.
      eef784ce
    • Stefy Lanza (nextime / spora )'s avatar
  2. 28 Jan, 2026 1 commit
  3. 27 Jan, 2026 3 commits
  4. 23 Jan, 2026 3 commits
  5. 20 Jan, 2026 4 commits
  6. 18 Jan, 2026 5 commits
  7. 14 Jan, 2026 1 commit
  8. 06 Jan, 2026 1 commit
  9. 02 Jan, 2026 3 commits
  10. 27 Dec, 2025 1 commit
  11. 23 Dec, 2025 2 commits
  12. 20 Dec, 2025 3 commits
  13. 18 Dec, 2025 3 commits
  14. 17 Dec, 2025 2 commits
  15. 12 Dec, 2025 3 commits
  16. 03 Dec, 2025 3 commits