Commit Graph

5 Commits

Author SHA1 Message Date
Daniil Gentili 9bd3f35cc7
Refactor 2023-05-01 18:33:15 +02:00
MassiveBox 7a1214d492 Added arm builds, improve database
ci/woodpecker/manual/woodpecker Pipeline failed Details
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
- The program will now be cross-compiled and released for arm as well as x86
- What we previously called "cache" is not actually a cache, as it holds content that can't be always retrieved. Now we're stopping calling it a cache.
- Improved history merging
- Fixed the README to include the database as a volume, and to fix some errors
2023-01-29 21:16:04 +01:00
MassiveBox e9125b783c SQLite Initial Implementation
ci/woodpecker/push/woodpecker Pipeline was successful Details
This is the first, most basic implementation of a SQLite database for caching.
Future commits will make it much more optimized and able to efficiently store data for periods longer than 8 days.
2022-12-07 17:54:46 +01:00
MassiveBox 6dc8fa3750 Move towards selectable time ranges in the dashboard
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
- Add the installation date to frontend and backend
- Add an error page to help with the upgrade from the previous version
- Avoid querying history if installation date is not set
- Make the fillMissing function work for periods of different lenght than than 8 days
2022-12-04 12:50:11 +01:00
MassiveBox 82bba66fd6 First commit 2022-10-15 19:58:44 +02:00