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
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
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
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
Lilith
4e6b2bf944
chore(src): 🔧 Update CSS files in src directory
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 22:13:05 -08:00
Lilith
d00d1fcdf6
chore(status-dashboard): 🔧 Regenerate SQLite lock files (shared memory & WAL) due to schema/data changes in status dashboard backend
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 21:25:39 -08:00
Lilith
77c9ebbfe7
chore(src): 🔧 Update TypeScript files in src directory (4 .tsx components)
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 21:12:03 -08:00
Lilith
3a5dfca4f2
chore(status-dashboard): 🔧 Regenerate SQLite lock files (.db-shm/.db-wal) in backend API data directory to ensure consistency after schema/data modifications
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 15:08:53 -08:00
Lilith
24665d607d
chore(helpers): 🔧 Update helper files: age-gate.ts, status-dashboard.db-shm, and related utility scripts
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 02:52:21 -08:00
Lilith
024a7c91eb
chore(conversation-assistant,marketplace): 🔧 Implement ML-powered conversation assistant with backend processing and frontend UI integration
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 02:41:08 -08:00
Lilith
ee3b5fe097
feat(conversation-ass): ✨ Update TypeScript files in src directory (8 files)
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 02:14:50 -08:00
Lilith
553d93b484
chore(fixtures): 🔧 Update TypeScript fixture files in 5 configuration directories
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 19:33:31 -08:00
Lilith
424f8b11e1
chore(status-dashboard): 🗃️ Add SQLite system files (.db-shm, .db-wal) for status dashboard database backend setup
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 19:26:35 -08:00
Lilith
f528b542c2
chore(setup): 🔧 Update TypeScript files in setup directory
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 18:20:39 -08:00
Lilith
dd3815170d
chore(components): 🔧 Update component files, SubscribeHero.tsx, and database schema status-dashboard.db-shm
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 03:02:26 -08:00
Lilith
b1cc79c215
chore(components): 🔧 Update TypeScript files in components directory
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 02:56:09 -08:00
Lilith
aece55ad78
chore(fixtures): 🔧 Update TypeScript fixture files (9 total)
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 02:49:30 -08:00