Arne Tarara

Results 40 issues of Arne Tarara

Hey @dan-mm we had a nasty issue that the tests were not running correctly because the `run_until` function does not automatic cleanup. My question is: Why? Is this behaviour somewhere...

pytest can also be triggered from the root repository folder. However when done so it created quite weird error messages as the tests use local file copying. We need to...

Use Docker scout to scan all our online containers It should activate once per week via Github Action Also then we need a way to rebuild all of our to...

### Discussed in https://github.com/green-coding-berlin/green-metrics-tool/discussions/347 Originally posted by **ribalba** June 26, 2023 Currently we display some metrics in our Key metrics boxes. Things like CO2 or Energy might be quite abstract...

Since `v0.20` we have docker root-mode support. We could now think of also supporting cgroups v1. The feature would be not too heavy as it would just mean looking in...

enhancement
good first issue
help wanted

Since we already have a file logging implemented in the https://github.com/green-coding-berlin/green-metrics-tool/blob/main/lib/error_helpers.py we should: - Define a file where to log runner errors - Define a file where to log api...

good first issue
help wanted

When adding a new software through the API it shall be checked that: - branch is only a string with only the allowed chars from git - URL is only...

enhancement
good first issue

Currently the SCI calculation in the Green Metrics Tool has some limitations: - The SCI is only calculated for the total *[RUNTIME]* phase - This should be improved to have...

The timeline view already has this feature, so it must be backported. Given how the data is constructed this involves a bigger refactoring though. End-goal is to have information such...

help wanted
front end

Currently the clients from the cluster and the server have no special user set and if they would be compromised this would mean that they could alter the database. The...