Commit graph

  • 79f901810b Fixup master Daniil Gentili 2023-05-01 23:20:00 +0200
  • 2061e3c45f Switch to modernc.org/sqlite Daniil Gentili 2023-05-01 23:07:59 +0200
  • cd7a676c88
    Fix pipeline for working with git.massivebox.net after switch from gitea.massivebox.net MassiveBox 2023-05-01 22:53:31 +0200
  • 784dddb7ed Merge pull request 'UwU' (#2) from danog/ecodash:master into master MassiveBox 2023-05-01 22:25:07 +0200
  • 9423b578b8
    Increase timeout Daniil Gentili 2023-05-01 22:16:14 +0200
  • 066e210d8a
    Fixes Daniil Gentili 2023-05-01 22:07:50 +0200
  • 3d5e82e774
    Improve woodpecker to push containers to correct org MassiveBox 2023-05-01 20:58:50 +0200
  • 3c2d4b4efb Merge pull request 'Refactoring + bugfixes' (#1) from danog/ecodash:master into master MassiveBox 2023-05-01 20:43:34 +0200
  • 45ad55a648
    Update Daniil Gentili 2023-05-01 20:34:50 +0200
  • f68e3d4098
    Update Daniil Gentili 2023-05-01 20:27:00 +0200
  • 8dcc18c4f9
    Trigger Daniil Gentili 2023-05-01 20:23:38 +0200
  • d95197ede3
    Filter Daniil Gentili 2023-05-01 20:21:36 +0200
  • 2b2f7b1556
    Update build process Daniil Gentili 2023-05-01 20:05:30 +0200
  • d28efaf60d
    Update build instructions Daniil Gentili 2023-05-01 19:51:50 +0200
  • d5c467c691
    Cleanup Daniil Gentili 2023-05-01 19:39:12 +0200
  • 345adcf479
    Refactoring Daniil Gentili 2023-05-01 19:25:16 +0200
  • 9bd3f35cc7
    Refactor Daniil Gentili 2023-05-01 18:33:15 +0200
  • 08be78f907 Minor graphical improvements - Uniform style of SVGs - Add style directly inside SVGs to switch to dark mode - the previous solution didn't work in Chromium for some reason MassiveBox 2023-04-14 18:20:25 +0200
  • 3ac161e740 Dark Theme support Now when prefers-color-scheme is set to "dark", a dark theme will be used. SVGs have been updated to allow for it, and also compressed to optimize. MassiveBox 2023-04-12 21:32:15 +0200
  • 57b97d3ab5 Update links to point to the new website, remove duplicate content from README, add building instructions MassiveBox 2023-03-04 23:21:31 +0100
  • 37c515bec4 Improve multi-arch builds v0.3.1 MassiveBox 2023-01-30 23:03:18 +0100
  • 7a1214d492 Added arm builds, improve database - 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 v0.3.0 MassiveBox 2023-01-29 21:16:04 +0100
  • 52ba0ea4c1 Improve SQLite - Now the cache isn't cleared and fetched from zero each update, but only when there's missing information for a day - Fixed a bug that prevented new users from saving changes in the config MassiveBox 2023-01-04 15:57:16 +0100
  • e9125b783c SQLite Initial Implementation 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. MassiveBox 2022-12-07 17:54:46 +0100
  • 6dc8fa3750 Move towards selectable time ranges in the dashboard - 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 v0.2.0 MassiveBox 2022-12-04 12:50:11 +0100
  • 66e2a2de1a Rewrite the rounding alogithm MassiveBox 2022-11-13 19:53:32 +0100
  • 9023806d57 Improve CI - Upload artifacts as ZIP including templates - Add status badge to README v0.1.0 MassiveBox 2022-11-07 16:23:19 +0100
  • cfd96ab245 Add Woodpecker CI MassiveBox 2022-10-31 18:39:19 +0100
  • 350227e898 Improved consistency and fixed leftovers MassiveBox 2022-10-26 21:48:36 +0200
  • 82bba66fd6 First commit MassiveBox 2022-10-15 19:58:44 +0200