Michal Bocek

Results 21 issues of Michal Bocek

The script: https://github.com/oamg/leapp-repository/blob/master/repos/system_upgrade/el7toel8/actors/networkmanagerupdateconnections/tools/nm-update-client-ids.py Traceback: ``` [ 7.881571] leapp3[861]: 2019-10-23 07:08:08.614 DEBUG PID: 1365 leapp.wor kflow.FirstBoot.network_manager_update_connections: External command has started : ['/usr/bin/python3', 'tools/nm-update-client-ids.py'] [ 7.992307] leapp3[861]: Traceback (most recent call last):...

bug

- use logging.Formatter.converter = time.gmtime for both the file config and fallback config to have the same (UTC) time, in both cases - unify log levels, using the fallback as...

Recommend using virtualenv and certain makefile targets (make install-deps, make register) in the actor testing tutorial (https://leapp.readthedocs.io/en/latest/unit-testing.html). Idea by @pirat89.

docs

Right now, from reading [the documentation of actor.report_error](https://leapp.readthedocs.io/en/latest/pydoc/leapp.actors.html?highlight=report_error) I would have no idea why should I be using actor.report_error, for example instead of actor.log.error. Document what the consequences are when...

Customers have been confused when seeing the messages, not knowing what should they do. Jira Issues: - [RHELC-1635](https://issues.redhat.com/browse/RHELC-1635) Checklist - [ ] PR has been tested manually in a VM...

enhancement
tests-run-sanity

Reverting https://github.com/oamg/convert2rhel/pull/1450 and https://github.com/oamg/convert2rhel/pull/1465. We need to keep using Sphinx==7.4.7 because Sphinx v8+ requires py3.11+ and CentOS Stream 9 we use for building docs has py3.9.

kind/dependencies
skip/changelog
tests/skip

- no full stop at the end of a report message title - no word please (technical writers' rule) - ~~unique report message ids~~ - breaking change => to be...

skip/changelog
tests/all
kind/refactor

Whenever a user entered the % character in the convert2rhel.ini config file, such as in the RHSM password, convert2rhel failed with an error: ``` configparser.InterpolationSyntaxError: '%' must be followed by...

kind/bug-fix
tests/sanity

Steps to get the AL2 converted: ``` yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/oamg/convert2rhel/repo/epel-7/group_oamg-convert2rhel-epel-7.repo yum install -y convert2rhel*1455* yum install -y https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi/server/7/7Server/x86_64/os/Packages/p/python-dmidecode-3.12.2-4.el7.x86_64.rpm # The python-dmidecode version in AL2 repos is older than the RHEL...

kind/feature

- Make the message IDs unique (there are a few messages with the same ID). - Some IDs are misleading - don't correctly depict what the messages are about. Jira...

kind/breaking
tests/all
kind/refactor