vikingowl
  • Joined on 2020-05-04
vikingowl pushed to rewrite-rust-backend at vikingowl/owly-news 2025-08-06 16:56:42 +02:00
78073d27d7 [update] refactored configuration handling with comprehensive ConfigFile structure, added default settings, expanded support for new modules, and enhanced directory creation logic
c3b0c87bfa [update] added migration scripts for migrating news data to articles, geographic and category tagging, and default sharing templates
0aa8d9fa3a [update] added /config.toml to .gitignore to exclude local configuration files from version control
cbbd0948e6 [update] added validation for AppSettings with ConfigError, ensuring non-zero port enforcement in config.rs
3a5b0d8f4b [update] added JSON logging support with tracing-subscriber for production, updated dependencies in Cargo.toml and Cargo.lock
Compare 10 commits »
vikingowl renamed repository from owly-news-summariser to vikingowl/owly-news 2025-08-06 12:46:27 +02:00
vikingowl pushed to rewrite-rust-backend at vikingowl/owly-news 2025-08-06 12:45:55 +02:00
c2adfa711d [update] renamed project from owly-news-summariser to owly-news across all files for consistency and simplified branding
vikingowl pushed to rewrite-rust-backend at vikingowl/owly-news 2025-08-06 12:38:25 +02:00
b2d82892ef [update] enhanced ROADMAP.md with advanced geographic tagging, hierarchical filtering, migration strategies, and expanded analytics features, clarified project phase details, and incorporated tagging upgrades into future plans
0f1632ad65 [update] overhauled README.md to reflect new Rust backend, modernized tooling instructions, updated frontend and backend setup guides, and improved clarity on application structure
Compare 2 commits »
vikingowl pushed to rewrite-rust-backend at vikingowl/owly-news 2025-08-06 12:25:00 +02:00
7b114a6145 [cleanup] removed redundant trailing line in ROADMAP.md
vikingowl pushed to rewrite-rust-backend at vikingowl/owly-news 2025-08-06 12:22:01 +02:00
4edb2b2179 [update] expanded ROADMAP.md to include detailed feature descriptions, enhanced database schema overview, and additional planned system modules
vikingowl pushed to rewrite-rust-backend at vikingowl/owly-news 2025-08-06 11:46:49 +02:00
aa520efb82 [update] updated ROADMAP.md with new project architecture details, enhanced phase descriptions, and added configuration/system design elements
vikingowl pushed to rewrite-rust-backend at vikingowl/owly-news 2025-08-05 11:25:29 +02:00
f22259b863 added config.toml support for flexible server configuration, integrated toml crate for parsing, refactored configuration management to use AppSettings, and updated database initialization logic
a30f8467bc implemented foundational API routes (/articles, /summaries) using Axum, added graceful shutdown handling, improved database initialization with connection pooling and directory creation, and integrated tracing for logging
79e4d7f1de refactored backend initialization logic: added centralized configuration management, improved database setup with connection pooling, and modularized core components (config, models, services)
37ebf45d82 migrated backend structure to Axum API setup, added core modules (models, services, api), integrated dotenv for configuration management, and added project roadmap for future phases
bc1735448a removed custom migration logic, integrated sqlx native migrations, and reorganized migration files for clarity and maintainability
Compare 6 commits »
vikingowl pushed to main at vikingowl/owly-news 2025-08-05 03:18:54 +02:00
e23a8d53d9 updated .gitignore to exclude generated SQLite file and Rust target directory
vikingowl pushed to rewrite-rust-backend at vikingowl/owly-news 2025-08-05 03:16:45 +02:00
86b5f83140 added database migration and initialization logic to backend, including migration loader and async migration runner
vikingowl created branch rewrite-rust-backend in vikingowl/owly-news 2025-08-05 03:16:44 +02:00
vikingowl pushed to main at vikingowl/owly-news 2025-08-04 23:26:32 +02:00
99ef24076e added frontend build initialization in backend startup logic, updated imports and threading setup
vikingowl pushed to main at vikingowl/owly-news 2025-08-04 22:38:58 +02:00
26c3cc79d7 updated backend imports for clarity, enhanced sync logic, and expanded proxy routes in frontend
c3eb540261 refactored import paths in backend for consistency and maintainability
Compare 2 commits »
vikingowl pushed to main at vikingowl/owly-news 2025-08-04 22:17:36 +02:00
6255e3dbd5 removed Cypress setup and related dependencies
vikingowl pushed to main at vikingowl/owly-news 2025-08-03 02:47:24 +02:00
3c3a8595c4 added user locale support for date formatting and input fields across components, updated TODO.md
4c8bb59bc5 updated TODO.md to include copy button feature for text sections
9af5b88713 refactored NewsList.vue structure to improve layout flexibility and fixed minor styling inconsistencies
Compare 3 commits »
vikingowl pushed to main at vikingowl/owly-news 2025-08-02 23:53:20 +02:00
ab133d0e4f implemented infinite scrolling with load more functionality, pagination support, and expanded state handling for articles
vikingowl pushed to main at vikingowl/owly-news 2025-08-02 23:15:42 +02:00
b82d94c230 added dark mode support across components and improved accessibility styling
93c06d10ee updated LLM configurations and added support for new models
d92ad3eb65 updated todo
Compare 3 commits »
vikingowl pushed to main at vikingowl/dotfiles 2025-08-02 03:19:38 +02:00
d538e44a46 added dpms bind to hyprland
vikingowl pushed to main at vikingowl/owly-news 2025-08-02 03:13:01 +02:00
9e346abf68 Added TODO.md
vikingowl pushed to main at vikingowl/owly-news 2025-08-02 02:08:09 +02:00
f5fbcffb81 updated cron interval value