zwitschi
  • Joined on 2024-10-03
zwitschi pushed to main at allucanget/arbitrade 2026-06-09 10:02:45 +02:00
e4f5d8dfcc refactor: clean up imports and improve code formatting across multiple files
403daa6cf1 Refactor log aggregation periods and improve code formatting
Compare 2 commits »
zwitschi pushed to main at allucanget/arbitrade 2026-06-07 21:59:13 +02:00
dc99f1604e Refactor code for improved readability and consistency
zwitschi pushed to main at allucanget/arbitrade 2026-06-07 21:52:24 +02:00
f221464daa feat: enhance backtesting panel with flash messages and pairing checks
zwitschi pushed to main at allucanget/arbitrade 2026-06-07 19:57:45 +02:00
5e7732b85f feat: add flash message support to configuration panel and improve layout
zwitschi pushed to main at allucanget/arbitrade 2026-06-07 19:35:21 +02:00
77dfb08b23 feat: update package data inclusion to add dashboard templates and reorder partials
zwitschi pushed to main at allucanget/arbitrade 2026-06-07 18:46:15 +02:00
9acabddb7e feat: include config HTML templates in package data
zwitschi pushed to main at allucanget/arbitrade 2026-06-07 18:31:35 +02:00
2fbc78f7a9 feat: add logging package with DB sink and maintenance tasks
zwitschi pushed to main at allucanget/arbitrade 2026-06-07 18:29:18 +02:00
f58634d438 feat: add storage schema SQL file to package data inclusion
zwitschi pushed to main at allucanget/arbitrade 2026-06-07 18:17:49 +02:00
e44876c7c7 refactor: clean up imports and improve code formatting in various modules
zwitschi pushed to main at allucanget/arbitrade 2026-06-07 18:13:38 +02:00
1e4086a0fd feat: add logging routes and update health page to display system logs
cf5ff2e2d8 feat: implement logging system with aggregation and archiving tasks
db2e02c316 feat: add pairings management page and integrate with Kraken API for syncing
Compare 3 commits »
zwitschi pushed to main at allucanget/arbitrade 2026-06-07 15:20:29 +02:00
c1dda187af refactor: migrate database schema from TIMESTAMP to TIMESTAMPTZ for better timezone handling
zwitschi pushed to main at allucanget/arbitrade 2026-06-07 15:06:38 +02:00
af0ac94a12 refactor: update tests to use async mocks and improve readability
zwitschi pushed to main at allucanget/arbitrade 2026-06-07 14:50:58 +02:00
ef22e217c7 feat: update environment configuration and improve repository handling
zwitschi pushed to main at allucanget/arbitrade 2026-06-07 14:38:09 +02:00
529ff967cc Add integration tests for execution persistence, metrics, and opportunity writing
zwitschi pushed to main at allucanget/allucanget.biz 2026-06-07 12:14:03 +02:00
54d044e49b Update terms and conditions and web services pages; add Matomo tracking code to page template
zwitschi pushed to main at allucanget/arbitrade 2026-06-05 10:17:33 +02:00
54feb2ecd4 fix: remove unnecessary duckdb file from .gitignore and add the database file
zwitschi pushed to main at allucanget/arbitrade 2026-06-04 22:30:56 +02:00
df2f4f3246 fix: update type hint for _build_section_from_row to support tuple with Any
8cfd969dae fix: update ws_client type hint to allow None for better clarity
3f4b9a4012 refactor: streamline WebSocket connection logging and improve data handling in repositories
4c59a0e4cb feat: Implement pairing synchronization from Kraken and enhance market data feed
Compare 4 commits »
zwitschi pushed to main at allucanget/arbitrade 2026-06-04 20:56:23 +02:00
92b0b49535 refactor: remove unnecessary COPY command for web directory in Dockerfile
zwitschi pushed to main at allucanget/arbitrade 2026-06-04 20:43:41 +02:00
44da9220d6 refactor: improve code formatting and readability in test files
zwitschi pushed to main at allucanget/arbitrade 2026-06-04 20:28:08 +02:00
df59f5ad7c feat: enhance mock database store with context manager support and improve cursor behavior