You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* main:
Dev mode (#637)
Hotfix: resolutions -> resolution
Adds skip_checks to providers (#566)
Bump pytest from 7.4.3 to 7.4.4 (#639)
Disabled second PSU provider for VM tests
System check providers running (#619)
Stderr is now by default UTF-8 (#624)
Refactored kill/killpg mechanism to be unified and actually fail on n… (#625)
Command fix. Must be list append
Refactorings
Moved tinyproxy out of if clause
Refactoring for error messages and security fix for path echoing (#636)
(check_docker_daemon, Status.ERROR, 'docker daemon', 'The docker daemon could not be reached. Are you running in rootless mode or have added yourself to the docker group? See installation: [See https://docs.green-coding.berlin/docs/installation/]'),
81
-
(check_containers_running, Status.WARN, 'Running containers', 'You have other containers running on the system. This is usually what you want in local development, but for undisturbed measurements consider going for a measurement cluster [See https://docs.green-coding.berlin/docs/installation/installation-cluster/].'),
84
+
(check_containers_running, Status.WARN, 'running containers', 'You have other containers running on the system. This is usually what you want in local development, but for undisturbed measurements consider going for a measurement cluster [See https://docs.green-coding.berlin/docs/installation/installation-cluster/].'),
85
+
(check_utf_encoding, Status.ERROR, 'utf file encoding', 'Your system encoding is not set to utf-8. This is needed as we need to parse console output.'),
raiseMetricProviderConfigurationError(f"Another instance of the {self._metric_name} metrics provider is already running on the system!\nPlease close it before running the Green Metrics Tool.")
0 commit comments