Commit Graph

11 Commits

Author SHA1 Message Date
bot
3fc35ddbbb feat: bump package version from 1.3.37 to 1.4.37 in PKG-INFO metadata and rebuild dist archives 2024-11-27 21:28:23 +00:00
bcf837ae1c chore: bump version from 1.3.37 to 1.4.37 in setup.cfg metadata section 2024-11-27 21:25:22 +00:00
bot
a204823d41 feat: add monthly export statistics tracking to analytics module
Implement a new monthly export statistics feature that records and aggregates export operations by month, including total exports, successful exports, and failure counts. The change adds a new `export_statistics` table with columns for month, year, total_exports, successful_exports, and failed_exports, along with a stored procedure to increment counters atomically. The analytics dashboard now displays a monthly export performance chart using this data.
2024-11-27 21:24:01 +00:00
19b306362b feat: add real-time terminal output printing to Zhurnal app websocket handler 2024-11-27 21:22:15 +00:00
bot
a5cc076bf3 fix: correct typo in PKG-INFO from "Instalation" to "Installation" 2024-11-27 16:06:54 +00:00
ed57153805 fix: correct typo "Instalation" to "Installation" in README.md heading 2024-11-27 16:05:25 +00:00
bot
8fdb82336e chore: add README.md to package sources and update PKG-INFO with project description 2024-11-27 14:58:02 +00:00
fc23ce2fca fix: correct WebSocket URL scheme for HTTPS to use wss instead of ws 2024-11-27 14:56:34 +00:00
d88961c906 docs: add project description, installation steps, and todo list to README 2024-11-27 14:38:07 +00:00
ecc98142bf feat: add gitea workflow for automated build and test of Zhurnal on push 2024-11-27 14:30:45 +00:00
7dc6baa39e feat: scaffold zhurnal web executor with aiohttp server, cli entrypoint, and test harness 2024-11-27 14:28:30 +00:00