0dbfe45353
security: harden secret hygiene and pre-commit scanning
2026-02-08 10:27:23 +03:00
Mikhail Chusavitin
2f3c20fea6
update stale files list
2026-02-06 13:03:59 +03:00
Mikhail Chusavitin
40ade651b0
Ignore local Go cache directory
2026-02-04 09:55:36 +03:00
Mikhail Chusavitin
1bce8086d6
feat: add release build script for multi-platform binaries
...
- Add scripts/release.sh for automated release builds
- Creates tar.gz packages for Linux and macOS
- Generates SHA256 checksums
- Add 'make release' target
- Add releases/ to .gitignore
Usage:
make release # Build and package for all platforms
Output: releases/v0.2.5/*.tar.gz + SHA256SUMS.txt
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-03 10:58:41 +03:00
143d217397
Add Phase 2: Local SQLite database with sync functionality
...
Implements complete offline-first architecture with SQLite caching and MariaDB synchronization.
Key features:
- Local SQLite database for offline operation (data/quoteforge.db)
- Connection settings with encrypted credentials
- Component and pricelist caching with auto-sync
- Sync API endpoints (/api/sync/status, /components, /pricelists, /all)
- Real-time sync status indicator in UI with auto-refresh
- Offline mode detection middleware
- Migration tool for database initialization
- Setup wizard for initial configuration
New components:
- internal/localdb: SQLite repository layer (components, pricelists, sync)
- internal/services/sync: Synchronization service
- internal/handlers/sync: Sync API handlers
- internal/handlers/setup: Setup wizard handlers
- internal/middleware/offline: Offline detection
- cmd/migrate: Database migration tool
UI improvements:
- Setup page for database configuration
- Sync status indicator with online/offline detection
- Warning icons for pending synchronization
- Auto-refresh every 30 seconds
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-01 11:00:32 +03:00
8c1c8ccace
Add Go binaries to .gitignore
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-31 10:31:43 +03:00
Mikhail Chusavitin
a4ab83d4d9
Initial commit
2026-01-22 17:26:48 +03:00
f7b0911fc1
Initial commit
2026-01-22 15:49:35 +03:00