-
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: New depencies for XGboost added add workflow to build codespace container Bump scipy from 1.11.3 to 1.11.4 (#548) Bump psycopg[binary] from 3.1.12 to 3.1.13 (#549) Fomantic update to 2.9.3 (#547) Allow digits in env var keys (#541) Hardware info root mac (#544) Trying if ref works Bump pydantic from 2.5.0 to 2.5.1 (#539) Adds the citation file (#537) HOG returned after mutliple loops Info button now works for page 2+ task coalitions Bump pydantic from 2.4.2 to 2.5.0 (#538) TDP typo Bump pandas from 2.1.2 to 2.1.3 (#534) Makes the root_hardware_info root writable only Hog API Fix for broken payload (#532) Adding report url instead of just ID (#531) Makes error optional except if there is data we need (#530)
- Loading branch information
Showing
39 changed files
with
437 additions
and
324 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 |
---|---|---|
|
@@ -17,3 +17,4 @@ test-config.yml | |
tests/structure.sql | ||
tools/sgx_enable | ||
venv/ | ||
lib/hardware_info_root.py |
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
cff-version: 1.2.0 | ||
title: Green Metrics Tool | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- given-names: Arne | ||
family-names: Tarara | ||
email: [email protected] | ||
affiliation: Green Coding Berlin | ||
- given-names: Dan | ||
family-names: Mateas | ||
email: [email protected] | ||
affiliation: Green Coding Berlin | ||
- given-names: Geerd-Dietger | ||
family-names: Hoffmann | ||
email: [email protected] | ||
affiliation: Green Coding Berlin | ||
repository-code: 'https://github.com/green-coding-berlin/green-metrics-tool' | ||
url: 'https://www.green-coding.berlin/' | ||
repository: 'https://github.com/green-coding-berlin/' | ||
abstract: >- | ||
The Green Metrics Tool is a developer tool indented for | ||
measuring the energy and CO2 consumption of software | ||
through a software life cycle analysis (SLCA). | ||
keywords: | ||
- Green Coding | ||
- 'Software Life Cycle Assessment ' | ||
license: AGPL-3.0-or-later |
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,10 +1,10 @@ | ||
gunicorn==21.2.0 | ||
psycopg[binary]==3.1.12 | ||
psycopg[binary]==3.1.13 | ||
fastapi==0.104.1 | ||
uvicorn[standard]==0.24.0.post1 | ||
pandas==2.1.2 | ||
pandas==2.1.3 | ||
PyYAML==6.0.1 | ||
anybadge==1.14.0 | ||
orjson==3.9.10 | ||
scipy==1.11.3 | ||
scipy==1.11.4 | ||
schema==0.7.5 |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.