-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
23 changed files
with
103 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[submodule "lib/sgx-software-enable"] | ||
path = lib/sgx-software-enable | ||
url = https://github.com/green-coding-berlin/sgx-software-enable | ||
url = https://github.com/green-coding-solutions/sgx-software-enable | ||
[submodule "metric_providers/psu/energy/ac/xgboost/machine/model"] | ||
path = metric_providers/psu/energy/ac/xgboost/machine/model | ||
url = https://github.com/green-coding-berlin/spec-power-model | ||
path = metric_providers/psu/energy/ac/xgboost/machine/model | ||
url = https://github.com/green-coding-solutions/spec-power-model |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,9 @@ authors: | |
family-names: Hoffmann | ||
email: [email protected] | ||
affiliation: Green Coding Solutions GmbH | ||
repository-code: 'https://github.com/green-coding-berlin/green-metrics-tool' | ||
repository-code: 'https://github.com/green-coding-solutions/green-metrics-tool' | ||
url: 'https://www.green-coding.io/' | ||
repository: 'https://github.com/green-coding-berlin/' | ||
repository: 'https://github.com/green-coding-solutions/' | ||
abstract: >- | ||
The Green Metrics Tool is a developer tool indented for | ||
measuring the energy and CO2 consumption of software | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
gunicorn==23.0.0 | ||
psycopg[binary]==3.2.2 | ||
psycopg[binary]==3.2.3 | ||
psycopg_pool==3.2.3 | ||
fastapi[standard]==0.115.0 | ||
starlette>=0.35 | ||
uvicorn[standard]==0.30.6 | ||
uvicorn[standard]==0.31.0 | ||
pandas==2.2.3 | ||
PyYAML==6.0.2 | ||
anybadge==1.14.0 | ||
orjson==3.10.7 | ||
scipy==1.14.1 | ||
schema==0.7.7 | ||
deepdiff==8.0.1 | ||
redis==5.0.8 | ||
redis==5.1.0 | ||
hiredis==3.0.0 | ||
requests==2.32.3 | ||
uvicorn-worker==0.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.