-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor reporters and install script #920
Conversation
* main: (79 commits) Missing commit hash should still allow comparison Removed non ASCII character Missing notes should not throw error Simplied access to phase_stats_object Bump python from 3.12.5-slim-bookworm to 3.12.6-slim-bookworm in /docker (#898) Bump psycopg[binary] from 3.2.1 to 3.2.2 (#900) Bump fastapi[standard] from 0.114.0 to 0.114.2 (#899) Added new demo data [skip ci] (#892) Added re-licensing option Bump pytest from 8.3.2 to 8.3.3 (#890) Updated Cloud Energy Bump pydantic from 2.9.0 to 2.9.1 (#889) Adds checks to the install scripts (#886) Bump fastapi[standard] from 0.113.0 to 0.114.0 (#887) Fetch mode named digestable (#885) Clarifications on units in CarbonDB Guard clause when non-git root supplied in CLI (#874) Bump pydantic from 2.8.2 to 2.9.0 (#883) Bump fastapi[standard] from 0.112.2 to 0.113.0 (#884) Bump pylint from 3.2.6 to 3.2.7 (#881) ...
* main: Authentication in GMT (#872) Phase name check (#893) Carbondb unique (#877) Added DiskIO Reporter (#825) Bump pylint from 3.3.0 to 3.3.1 (#913) Bump aiohttp from 3.10.5 to 3.10.6 (#912) Bump plotext from 5.3.1 to 5.3.2 (#914) Bump pandas from 2.2.2 to 2.2.3 (#910) Bump plotext from 5.2.8 to 5.3.1 (#909) Bump pylint from 3.2.7 to 3.3.0 (#911) Bump psycopg-pool from 3.2.2 to 3.2.3 (#901) Bump pydantic from 2.9.1 to 2.9.2 (#904) Bump fastapi[standard] from 0.114.2 to 0.115.0 (#905) Importer for Measurements (#908)
* blue-angel-reporters: Slimmed testing workflow a little Skipping a test for GitHub Actions Made tests more resilient Added memory.used provider to config Decimal conversion Removed guard clause again. No help Renamed file Memory test must be longer apparently Using 512 if path is not accessible. This can happen in VMs
8eadfb8
to
93b8806
Compare
* main: Updated Cloud Energy
Old Energy EstimationEco-CI Output:
🌳 CO2 Data: |
* main: Renamed LM SEnsors Removed disk provider from always on Blue angel for Software reporters (#916)
Eco-CI Output:
🌳 CO2 Data: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -20,3 +20,4 @@ venv/ | |||
lib/hardware_info_root.py | |||
tools/cluster/cleanup.sh | |||
node_modules/ | |||
lib/c/parse_int.o |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we just ignore all *.o
files?
* main: Refactor reporters and install script (#920) Makes the disk optional (#926) Added uninstall script (#927) Bump aiohttp from 3.10.6 to 3.10.8 (#925) Bump psycopg[binary] from 3.2.2 to 3.2.3 (#924) Bump uvicorn[standard] from 0.30.6 to 0.31.0 (#923) Bump redis from 5.0.8 to 5.1.0 (#922) Adding dev requirements again Typo Catching response failure for API request and handling gracefully Changing default to ip_api_com as this has shown to be more reliable Added timeline_project to demo data Changed to -solutions Changed to -solutions in container cache and gitmodules Groupby error in API
No description provided.