Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: f29afea86c29be4dcc6b0b6c070f6de064b52cc8
https://github.com/Checkmk/checkmk/commit/f29afea86c29be4dcc6b0b6c070f6de06…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M packages/cmk-frontend-vue/.eslintrc.cjs
M packages/cmk-frontend-vue/run
M packages/cmk-frontend-vue/src/components/ValidatonError.vue
M packages/cmk-frontend-vue/src/components/form/DDictionary.vue
M packages/cmk-frontend-vue/src/components/form/DFloat.vue
M packages/cmk-frontend-vue/src/components/form/DForm.vue
M packages/cmk-frontend-vue/src/components/form/DInteger.vue
M packages/cmk-frontend-vue/src/components/form/DLegacyValueSpec.vue
M packages/cmk-frontend-vue/src/components/form/DText.vue
A packages/cmk-frontend-vue/src/components/form/FormValidation.vue
R packages/cmk-frontend-vue/src/components/form/Validation.vue
M packages/cmk-frontend-vue/src/main.ts
A packages/cmk-frontend-vue/src/views/CmkForm.vue
A packages/cmk-frontend-vue/src/views/CmkTable.vue
M packages/cmk-frontend-vue/src/views/D3Table.vue
R packages/cmk-frontend-vue/src/views/Form.vue
R packages/cmk-frontend-vue/src/views/Table.vue
M packages/cmk-frontend-vue/tsconfig.app.json
M packages/cmk-frontend-vue/tsconfig.node.json
Log Message:
-----------
fix linters
* activate strict typescript config
* activate more strict ci
Change-Id: Icd150401325d17f65010981fed264705fde87314
Commit: ba21e1d1ef09ec9140a6c09f64f9f3da7f565802
https://github.com/Checkmk/checkmk/commit/ba21e1d1ef09ec9140a6c09f64f9f3da7…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M packages/cmk-frontend-vue/.eslintrc.cjs
M packages/cmk-frontend-vue/src/components/form/DDictionary.vue
M packages/cmk-frontend-vue/src/main.ts
M packages/cmk-frontend-vue/src/utils.ts
M packages/cmk-frontend-vue/src/views/CmkTable.vue
M packages/cmk-frontend-vue/src/views/D3Table.vue
Log Message:
-----------
enforce curly braces for block statements
see https://eslint.org/docs/latest/rules/curly
Change-Id: I5ab37610d3796c7f79d2c7375ebeae77eae1a39c
Commit: 111cef277e8bde6dbf24d6c335404698a5413916
https://github.com/Checkmk/checkmk/commit/111cef277e8bde6dbf24d6c335404698a…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M packages/cmk-frontend-vue/.eslintrc.cjs
M packages/cmk-frontend-vue/src/components/form/DDictionary.vue
M packages/cmk-frontend-vue/src/components/form/DFloat.vue
M packages/cmk-frontend-vue/src/components/form/DForm.vue
M packages/cmk-frontend-vue/src/components/form/DInteger.vue
M packages/cmk-frontend-vue/src/components/form/DLegacyValueSpec.vue
M packages/cmk-frontend-vue/src/components/form/DText.vue
M packages/cmk-frontend-vue/src/components/form/FormValidation.vue
M packages/cmk-frontend-vue/src/main.ts
M packages/cmk-frontend-vue/src/types.ts
M packages/cmk-frontend-vue/src/views/CmkForm.vue
Log Message:
-----------
any to unkown
Change-Id: I20bc8e65b13e079807d36ea26288f481923cfe4b
Commit: f8d836890206a52e534e5144df09f2e96c299913
https://github.com/Checkmk/checkmk/commit/f8d836890206a52e534e5144df09f2e96…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
R packages/cmk-frontend-vue/src/components/ValidatonError.vue
A packages/cmk-frontend-vue/src/components/cmk-form/CmkForm.vue
A packages/cmk-frontend-vue/src/components/cmk-form/DForm.vue
A packages/cmk-frontend-vue/src/components/cmk-form/FormValidation.vue
A packages/cmk-frontend-vue/src/components/cmk-form/ValidationError.vue
A packages/cmk-frontend-vue/src/components/cmk-form/container/DDictionary.vue
A packages/cmk-frontend-vue/src/components/cmk-form/element/DFloat.vue
A packages/cmk-frontend-vue/src/components/cmk-form/element/DInteger.vue
A packages/cmk-frontend-vue/src/components/cmk-form/element/DLegacyValueSpec.vue
A packages/cmk-frontend-vue/src/components/cmk-form/element/DText.vue
A packages/cmk-frontend-vue/src/components/cmk-form/index.ts
R packages/cmk-frontend-vue/src/components/form/DDictionary.vue
R packages/cmk-frontend-vue/src/components/form/DFloat.vue
R packages/cmk-frontend-vue/src/components/form/DForm.vue
R packages/cmk-frontend-vue/src/components/form/DInteger.vue
R packages/cmk-frontend-vue/src/components/form/DLegacyValueSpec.vue
R packages/cmk-frontend-vue/src/components/form/DText.vue
R packages/cmk-frontend-vue/src/components/form/FormValidation.vue
M packages/cmk-frontend-vue/src/main.ts
R packages/cmk-frontend-vue/src/views/CmkForm.vue
Log Message:
-----------
restructure form component
Change-Id: I8615684ec26915a51f6ecde7342d6237f3fa5ff4
Commit: 329e2e2e5542f9e0d20d2a9c6238c46fd0d1846b
https://github.com/Checkmk/checkmk/commit/329e2e2e5542f9e0d20d2a9c6238c46fd…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M packages/cmk-frontend-vue/src/components/cmk-form/CmkForm.vue
A packages/cmk-frontend-vue/src/components/cmk-form/CmkFormDispatcher.vue
R packages/cmk-frontend-vue/src/components/cmk-form/DForm.vue
A packages/cmk-frontend-vue/src/components/cmk-form/container/CmkFormDictionary.vue
R packages/cmk-frontend-vue/src/components/cmk-form/container/DDictionary.vue
A packages/cmk-frontend-vue/src/components/cmk-form/element/CmkFormFloat.vue
A packages/cmk-frontend-vue/src/components/cmk-form/element/CmkFormInteger.vue
A packages/cmk-frontend-vue/src/components/cmk-form/element/CmkFormLegacyValueSpec.vue
A packages/cmk-frontend-vue/src/components/cmk-form/element/CmkFormText.vue
R packages/cmk-frontend-vue/src/components/cmk-form/element/DFloat.vue
R packages/cmk-frontend-vue/src/components/cmk-form/element/DInteger.vue
R packages/cmk-frontend-vue/src/components/cmk-form/element/DLegacyValueSpec.vue
R packages/cmk-frontend-vue/src/components/cmk-form/element/DText.vue
M packages/cmk-frontend-vue/src/components/cmk-form/index.ts
Log Message:
-----------
rename components
they are tightly coupled, so they should share the name
Change-Id: I05efc0c2572d0330ab1423199a1ec3fdb4b4a83a
Compare: https://github.com/Checkmk/checkmk/compare/8d00993e449e...329e2e2e5542
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/2.3.0
Home: https://github.com/Checkmk/checkmk
Commit: de539cd9ae8f25adb60e7f1e92e2ebfcd1b913c1
https://github.com/Checkmk/checkmk/commit/de539cd9ae8f25adb60e7f1e92e2ebfcd…
Author: Jonas Scharpf <jonas.scharpf(a)checkmk.com>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
R .werks/16791.md
M cmk/gui/utils/rule_specs/legacy_converter.py
M tests/unit/cmk/gui/utils/rulespecs/test_legacy_converter.py
M tests/unit/cmk/gui/watolib/test_rulespecs.py
Log Message:
-----------
Revert "Fix categorization of some rule specs using new Ruleset API"
This reverts commit 3465910db958f9abfa99ac7801688a6be4a24f25.
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/2.3.0
Home: https://github.com/Checkmk/checkmk
Commit: d75505cd94884d73b90e01a539bfd123c4ab7091
https://github.com/Checkmk/checkmk/commit/d75505cd94884d73b90e01a539bfd123c…
Author: Kenneth Okoh <kenneth.okoh(a)checkmk.com>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
A .werks/16634.md
Log Message:
-----------
16634 Dashboard element "Site overview": enable larger hexagon rendering
In the properties of the dashboard element "Site overview" users can now
set the "Maximum hexagon size" to either "Default" or "Large". Rendering
large hexagons can be useful when displaying the dashboard element on a
large screen, as e.g. on a wall monitor.
this commit only adds the dashlet property and the werk. the larger hexagon
rendering was implemented here: b7aa8bf244bf82e16392bb0c9f42c15fef30683a
CMK-16545
Change-Id: I480b530fd79589f0a3ab17d1ce0eb175dec0723a
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: 5be0c590f6333b60040e4f6a6e23d0ea3c7e0708
https://github.com/Checkmk/checkmk/commit/5be0c590f6333b60040e4f6a6e23d0ea3…
Author: Checkmk release system <feedback(a)checkmk.com>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M agents/check_mk_agent.aix
M agents/check_mk_agent.freebsd
M agents/check_mk_agent.hpux
M agents/check_mk_agent.linux
M agents/check_mk_agent.macosx
M agents/check_mk_agent.netbsd
M agents/check_mk_agent.openbsd
M agents/check_mk_agent.openvms
M agents/check_mk_agent.openwrt
M agents/check_mk_agent.solaris
M agents/plugins/apache_status.py
M agents/plugins/asmcmd.sh
M agents/plugins/db2_mem
M agents/plugins/dnsclient
M agents/plugins/hpux_lunstats
M agents/plugins/hpux_statgrab
M agents/plugins/ibm_mq
M agents/plugins/isc_dhcpd.py
M agents/plugins/jar_signature
M agents/plugins/kaspersky_av
M agents/plugins/lnx_container_host_if.linux
M agents/plugins/lnx_quota
M agents/plugins/lvm
M agents/plugins/mailman2_lists
M agents/plugins/mailman3_lists
M agents/plugins/mk_apt
M agents/plugins/mk_ceph
M agents/plugins/mk_cups_queues
M agents/plugins/mk_db2.aix
M agents/plugins/mk_db2.linux
M agents/plugins/mk_docker.py
M agents/plugins/mk_errpt.aix
M agents/plugins/mk_filehandler
M agents/plugins/mk_filestats.py
M agents/plugins/mk_haproxy.freebsd
M agents/plugins/mk_informix
M agents/plugins/mk_inotify.py
M agents/plugins/mk_inventory.aix
M agents/plugins/mk_inventory.linux
M agents/plugins/mk_inventory.solaris
M agents/plugins/mk_iptables
M agents/plugins/mk_jolokia.py
M agents/plugins/mk_logins
M agents/plugins/mk_logwatch.py
M agents/plugins/mk_mongodb.py
M agents/plugins/mk_mysql
M agents/plugins/mk_nfsiostat
M agents/plugins/mk_omreport
M agents/plugins/mk_oracle
M agents/plugins/mk_oracle_crs
M agents/plugins/mk_postgres.py
M agents/plugins/mk_redis
M agents/plugins/mk_sap.aix
M agents/plugins/mk_sap.py
M agents/plugins/mk_sap_hana
M agents/plugins/mk_saprouter
M agents/plugins/mk_scaleio
M agents/plugins/mk_site_object_counts
M agents/plugins/mk_sshd_config
M agents/plugins/mk_suseconnect
M agents/plugins/mk_tinkerforge.py
M agents/plugins/mk_tsm
M agents/plugins/mk_zypper
M agents/plugins/mtr.py
M agents/plugins/netstat.aix
M agents/plugins/netstat.linux
M agents/plugins/netstat.solaris
M agents/plugins/nfsexports
M agents/plugins/nfsexports.solaris
M agents/plugins/nginx_status.py
M agents/plugins/plesk_backups.py
M agents/plugins/plesk_domains.py
M agents/plugins/runas
M agents/plugins/smart
M agents/plugins/symantec_av
M agents/plugins/unitrends_backup
M agents/plugins/unitrends_replication.py
M agents/plugins/vxvm
M agents/plugins/zorp
M agents/windows/plugins/ad_replication.bat
M agents/windows/plugins/arcserve_backup.ps1
M agents/windows/plugins/citrix_farm.ps1
M agents/windows/plugins/citrix_licenses.vbs
M agents/windows/plugins/citrix_xenapp.ps1
M agents/windows/plugins/hyperv_vms.ps1
M agents/windows/plugins/hyperv_vms_guestinfos.ps1
M agents/windows/plugins/iis_app_pool_state.ps1
M agents/windows/plugins/kaspersky_av_client.vbs
M agents/windows/plugins/mcafee_av_client.bat
M agents/windows/plugins/megaraid.bat
M agents/windows/plugins/mk_dhcp_enabled.bat
M agents/windows/plugins/mk_inventory.vbs
M agents/windows/plugins/mk_msoffice.ps1
M agents/windows/plugins/mk_mysql.vbs
M agents/windows/plugins/mk_oracle.ps1
M agents/windows/plugins/msexch_dag.ps1
M agents/windows/plugins/msexch_database.ps1
M agents/windows/plugins/mssql.vbs
M agents/windows/plugins/netstat_an.bat
M agents/windows/plugins/nvidia_smi.ps1
M agents/windows/plugins/rds_licenses.vbs
M agents/windows/plugins/rstcli.bat
M agents/windows/plugins/sansymphony.ps1
M agents/windows/plugins/storcli.bat
M agents/windows/plugins/tsm_checks.bat
M agents/windows/plugins/veeam_backup_status.ps1
M agents/windows/plugins/win_dhcp_pools.bat
M agents/windows/plugins/win_dmidecode.bat
M agents/windows/plugins/win_license.bat
M agents/windows/plugins/win_printers.ps1
M agents/windows/plugins/windows_broadcom_bonding.bat
M agents/windows/plugins/windows_if.ps1
M agents/windows/plugins/windows_intel_bonding.bat
M agents/windows/plugins/windows_multipath.vbs
M agents/windows/plugins/windows_os_bonding.ps1
M agents/windows/plugins/windows_tasks.ps1
M agents/windows/plugins/windows_updates.vbs
M agents/windows/plugins/wmic_if.bat
M agents/wnx/src/common/wnx_version.h
M bin/livedump
M bin/mkbackup
M cmk/special_agents/agent_jolokia.py
M cmk/special_agents/agent_netapp.py
M cmk/special_agents/agent_splunk.py
M cmk/special_agents/agent_vsphere.py
M cmk/utils/version.py
M configure.ac
M defines.make
M docker_image/Dockerfile
M packages/cmk-agent-ctl/src/constants.rs
Log Message:
-----------
Set version to 2.2.0p27
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications