8 Commits

Author SHA1 Message Date
thePR0M3TH3AN
b696ec0fc3 Update docs for tag alias schema change 2025-05-22 15:16:15 -04:00
thePR0M3TH3AN
c64cc2f944 Add placeholder ADRs for pending design proposals 2025-05-22 14:23:36 -04:00
thePR0M3TH3AN
af35c90c50 Add schema version constant and checks 2025-05-22 08:17:51 -04:00
thePR0M3TH3AN
8c64d55a12 Update schema DP to match latest migrations 2025-05-21 22:20:29 -04:00
thePR0M3TH3AN
23ac9a9533 Add formatting and linting checks to CI 2025-05-21 10:52:50 -04:00
thePR0M3TH3AN
2f97bd8c3f Update dependencies and add new features for improved functionality
- Updated Cargo.lock and Cargo.toml to include new dependencies
- Added new files for backup and watcher functionality in libmarlin
- Introduced integration tests and documentation updates
- Set workspace resolver to version 2 for better dependency resolution
2025-05-19 18:14:42 -04:00
thePR0M3TH3AN
e9b9606c9a Clarify saved_views naming and add note on deferred tag aliases
* Rename `views` table references to `saved_views` for consistency.
* Update migration step 3 to create `saved_views` instead of `views`.
* Add a note that tag aliases (`canonical_id`) are deferred to DP-006 (v1.5).
* Ensure all PRAGMA statements (`foreign_keys`, `journal_mode=WAL`) apply to every migration.
* Adjust ER diagram section to reflect `saved_views` entity and its relationship.
2025-05-18 22:02:28 -04:00
thePR0M3TH3AN
10c43bf805 update 2025-05-18 17:52:12 -04:00