Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 9583e1c3464b247377393a345502dd61da47b32a
https://github.com/Checkmk/checkmk/commit/9583e1c3464b247377393a345502dd61d…
Author: Konstantin Baikov <konstantin.baikov(a)checkmk.com>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
M Pipfile
M Pipfile.lock
M cmk/gui/livestatus_utils/commands/downtimes.py
M cmk/gui/livestatus_utils/commands/force_schedule.py
M cmk/gui/livestatus_utils/commands/utils.py
M cmk/special_agents/agent_proxmox_ve.py
M tests/unit/cmk/gui/livestatus_utils/test_downtime_commands.py
Log Message:
-----------
Remove pytz as a direct dependency
Use ZoneInfo for timezones
There is no need to use a third party package
for timezones. The ZoneInfo is the official way.
Change-Id: I1c4ad9f0de9eeff79d0de722dcc2f12a02f6868c
Commit: 149731bfc28615a7e8690ade654df5b667b6a195
https://github.com/Checkmk/checkmk/commit/149731bfc28615a7e8690ade654df5b66…
Author: Lukas Lengler <lukas.lengler(a)checkmk.com>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
A .werks/16481.md
M cmk/gui/availability.py
M cmk/gui/plugins/wato/check_parameters/aws.py
M cmk/gui/plugins/wato/check_parameters/brocade_fcport.py
M cmk/gui/plugins/wato/check_parameters/interfaces.py
M cmk/gui/plugins/wato/check_parameters/mssql_blocked_sessions.py
M cmk/gui/plugins/wato/check_parameters/mssql_instance_blocked_sessions.py
M cmk/gui/plugins/wato/check_parameters/psu_wattage.py
M cmk/gui/plugins/wato/special_agents/siemens_plc.py
M cmk/gui/valuespec/definitions.py
M cmk/gui/watolib/sites.py
M tests/unit/cmk/gui/valuespecs/test_vs_float.py
M tests/unit/cmk/gui/valuespecs/test_vs_percentage.py
Log Message:
-----------
16481 FIX No longer round values for Float and Percentage valuespecs
The `Float` and `Percentage` valuespecs used to round to a specified and limited
number of decimal places.
Now all decimal precision is displayed and used.
SUP-16857
Change-Id: I8d5d847de08ed19ff1ad5f285a15879e79754d75
Compare:
https://github.com/Checkmk/checkmk/compare/5fa2c5e55d62...149731bfc286
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications