Arne Tarara

Results 40 issues of Arne Tarara

I tried to open a ticket through freshdesk, but it did not work. opened [https://github.com/x74353/AmphetamineBeta/issues/4](url) for this in a separate issue. Now for this ticket: While Amphetamine is running I...

## Summary * OS: macOS 13.6.3 (22G436) * Architecture: ARM * Psutil version: 5.9.8 * Python version: 3.10.13 * Type: core ## Description I searched for *utilization* and could not...

bug
macos

Following parts of the discussion in https://github.com/Green-Software-Foundation/sci-guide/issues/52 added the Green Metrics Tool and highlighted the SCI measuring functionality

This is a draft PR to illustrate an integration of an energy / carbon measurement plugin. Discussed in https://github.com/cncf-tags/green-reviews-tooling/issues/55 **What type of PR is this?** /kind feature **Any specific area...

kind/feature
do-not-merge/release-note-label-needed
dco-signoff: no
size/M
do-not-merge/work-in-progress
do-not-merge/contains-merge-commits
area/ci

Hey alpine linux team, we are working in sustainable software engineering and specializing in open source energy measurement tooling. We use the alpine docker image for a workload energy validation...

This PR adds the monitor mode which was originally brought in as idea from @davidkopp in this PR https://github.com/green-coding-berlin/green-metrics-tool/pull/556 The monitor mode sets the GMT in an endless loop where...

CI Runs and Measurement runs can now be sorted by date and show directly when the last run happened. Since the list became quite long this feature is needed for...

Currently GMT applies HTML escapes at different stages of the code - When ingesting data - When outputting data from the API - In the JS frontend The two former...

good first issue
help wanted
front end

We need to alter the tests to use a specific test user with restriced rights. ```sql CREATE USER client WITH PASSWORD 'YOUR_PASSWORD'; REVOKE ALL PRIVILEGES ON ALL TABLES IN SCHEMA...

This PR refactors the phase_stats to use a plug-in mechanism. Concept: - A new class is created in config.yml: Phase Stats Provider - This can then define an input that...