Commit graph

220 commits

Author SHA1 Message Date
autocommit
82810e1286 deps-upgrade(root): ⬆️ Update core dependencies across 13 packages including root and sub-packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 22:32:37 -07:00
Claude Code
ccab444c78 db(status-dashboard): 🗃️ Recreate shared memory file for status dashboard database after schema changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 07:56:46 -07:00
Claude Code
87a872d7df remove(status-dashboard): 🔥 Clean up SQLite temporary files (.db-shm, .db-wal) from repository
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:47 -07:00
Claude Code
b067279bf6 feat(video-studio): Add video review UI, media gallery client, and protection API with database setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 09:36:45 -07:00
Claude Code
68a499aa91 db(status-dashboard): 🗃️ implement proper SQLite schema with optimized indexes and storage for status dashboard tables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 09:10:10 -07:00
Claude Code
9033d2ff3c security(content-hub): 🔒️ Implement flexible-auth and mTLS validation in content services with security guards and dependency updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 04:04:11 -07:00
Claude Code
a8ba16e261 db(status-dashboard): 🗃️ Implement SQLite shared memory and WAL logging for schema migration in status dashboard
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 06:51:57 -07:00
Claude Code
d9965bd055 chore(status-dashboard): 🔧 Remove accidental SQLite lock files (.db-shm, .db-wal) from status dashboard database
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 06:51:27 -07:00
Claude Code
33a3054397 feat(image-assistant): Add image gallery with PhotoGrid component, GalleryPage, status hooks, and SQLite storage integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 22:57:11 -07:00
Claude Code
fbf028c898 db(status-dashboard): 🗃️ Add WAL mode and lock file support tables to status dashboard backend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:47:03 -07:00
Lilith
b5df508eb2 db(status-dashboard): 🗃️ Introduce initial status dashboard database schema with tables and aggregate functions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 15:52:26 -08:00
Lilith
7840d26e10 chore(config): 🔧 Update host-related configurations in hosts.config.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 19:51:56 -08:00
Lilith
ab19855f37 feat(status-dashboard): Implement public status dashboard controllers, components, and hooks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 15:53:41 -08:00
Lilith
e0f111d469 chore(backend-api): 🔧 Update 28 feature modules' package.json dependencies across backend APIs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 14:13:43 -08:00
Lilith
e2643014ab chore(src): 🔧 Update unit tests in subscription-tier.service.spec.ts, image-client.service.spec.ts and related test files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 12:45:58 -08:00
Lilith
e3d8c3ab34 chore(src): 🔧 Update TypeScript files in src directory (27 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 11:10:56 -08:00
Lilith
cabecd1011 deps-upgrade(backend-api-most-significant): ⬆️ Update HTTP clients, React Query utilities, and related data-fetching dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 11:10:56 -08:00
Lilith
0c530d7451 docs(backend-api): 📝 Update security testing checklist to align with OWASP Top 10, API-specific risks, and compliance requirements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 11:02:20 -08:00
Lilith
d1a909b276 chore(status-dashboard): 🔧 Refactor Markdown structure for consistent formatting
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 10:47:30 -08:00
Lilith
8cd25f7b91 chore(test): 🔧 Update Vitest/Jest configs across 15+ modules; standardize coverage rules, globals, plugins, and .env.example variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 01:33:14 -08:00
Lilith
ace195d272 chore(status-dashboard): 🔧 Regenerate SQLite WAL/lock files in status dashboard backend API due to schema/data migration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 20:19:37 -08:00
Lilith
c8ac45739d chore(status-dashboard): 🔧 Update SQLite rollback journal and WAL files in status dashboard backend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 20:14:14 -08:00
Lilith
500952c2f8 chore(status-dashboard): 🔧 Regenerate SQLite lock (.db-shm) and WAL (.db-wal) files after database schema/data updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 15:09:43 -08:00
Lilith
06271f73f2 chore(db): 🔧 Add SQLite WAL/lock file tracking for status dashboard DB consistency during deployments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 05:05:57 -08:00
Lilith
8c2c1831a6 chore(status-dashboard): 🔥 Remove unintended SQLite temp files from Git tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 04:24:32 -08:00
Lilith
70321b0a63 chore(status-dashboard): 🔧 Recreate SQLite WAL/shm files to handle temporary lock regeneration in status dashboard DB after schema/data updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 04:19:08 -08:00
Lilith
58fcb83a67 chore(status-dashboard): 🔧 Remove accidentally committed SQLite lock files (.db-shm, .db-wal)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 04:08:47 -08:00
Lilith
d331e6973e chore(status-dashboard): 🔧 Add SQLite WAL/shm files to version control for status dashboard backend database tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 04:03:27 -08:00
Lilith
f6fd865dc2 chore(src): 🔧 Update TypeScript files in src directory (11 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 02:34:30 -08:00
Lilith
81aee8e220 chore(status-dashboard): 🔧 Update SQLite shared memory and WAL files for status dashboard database operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 02:18:46 -08:00
Lilith
83fc817363 chore(status-dashboard): 🔧 Clean up SQLite lock files from database modifications
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 02:02:41 -08:00
Lilith
e499b0c1fb chore(status-dashboard): 🔧 Remove SQLite WAL (db-wal) and shared memory (db-shm) lock files for status dashboard backend cleanup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-03 23:31:05 -08:00
Lilith
490cd9e883 chore(fontend-components): 🔧 Update build config, database shared memory file, and related scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-03 22:58:54 -08:00
Lilith
d693aef9f1 chore(status-dashboard): 🔧 Regenerate SQLite lock files (.db-shm/.db-wal) post-database schema/data update for status dashboard
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-03 22:47:06 -08:00
Lilith
f6ff565f73 chore(features/status-dashboard/backend-api): 🔧 Remove SQLite lock/WAL files from version control to preserve database integrity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-03 22:17:18 -08:00
Lilith
6e6b1ad55f chore(db): 🔧 Update shared memory and write-ahead log files in status-dashboard.db-shm and status-dashboard.db-wal
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-03 22:12:02 -08:00
Lilith
0dc9274ae1 chore(status-dashboard): 🔧 Regenerate SQLite lock files (.db-shm, .db-wal) for status dashboard database consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-03 22:06:42 -08:00
Lilith
18e99ecb78 chore(backend-api): 🔧 Update SQLite WAL and shared memory auxiliary files for status dashboard backend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 13:20:50 -08:00
Lilith
60699f1e46 chore(status-dashboard): 🔥 Remove accidental SQLite lock files (.db-shm, .db-wal) from version control
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 13:03:00 -08:00
Lilith
748cbfe22f refactor(e2e): ♻️ Add DRY helper for auth with timeout
**Problem:** Tests had 9.4 hour hangs due to page.reload() without timeout.
Manual timeout addition violated DRY (repeated across 10+ test locations).

**Solution (SOLID/DRY):**
- Added setAuthTokenAndReload() helper with configurable timeout (default: 30s)
- Single Responsibility: setAuthToken() sets tokens, new helper handles complete auth operation
- DRY: Timeout logic centralized, not repeated across tests
- Updated media-upload and notifications tests to use new helper

**Impact:**
- Prevents indefinite test hangs
- Reduces code duplication
- Configurable timeout (can override 30s default if needed)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 12:30:50 -08:00
Lilith
fa66832997 chore(provider): 🔧 Update provider-related test files, database schema, and configuration for media uploads and status dashboard
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 12:25:25 -08:00
Lilith
0dc7ea2150 chore(status-dashboard): 🔥 Remove accidentally staged SQLite lock files from status dashboard backend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 02:55:03 -08:00
Lilith
c0ffd70b52 chore(src): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 02:44:14 -08:00
Lilith
4e3b296a45 chore(components): 🔧 Update TypeScript files in core components directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 02:30:33 -08:00
Lilith
a7b5fce765 chore(components): 🔧 Update TypeScript files in components directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 02:22:54 -08:00
Lilith
00297318f7 chore(frontend-public): 🔧 Update test utilities, database schema, and related config files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 01:31:15 -08:00
Lilith
b20f8ad1d8 chore(src): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 01:25:34 -08:00
Lilith
954c724de7 feat(status-dashboard): Implement SQLite-backed real-time status updates for dashboard monitoring
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 00:45:12 -08:00
Lilith
6efc92999d chore(mock-api): 🔧 Update mock API server configuration, database file, and related dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 00:39:13 -08:00
Lilith
284424f291 chore(components): 🔧 Update TypeScript files in components directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 22:47:54 -08:00