-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Substitute report Tags/Flags with report Groups #677
Conversation
Can one of the admins verify this patch? |
Thank you for contributing to the Leapp project!Please note that every PR needs to comply with the If you want to re-run tests or request review, you can use following commands as a comment:
Note: In case there are problems with tests not being triggered automatically on new PR/commit or pending for a long time, please consider rerunning the CI by commenting leapp-ci build (might require several comments). If the problem persists, contact leapp-infra. |
Tags\Flags substituted by Groups Depends-On: oamg/leapp#677
90df391
to
09f97f9
Compare
Tags\Flags substituted by Groups Depends-On: oamg/leapp#677
Depends-On: oamg/leapp#677
d5ded65
to
add0a24
Compare
The guessing is back for local make install-deps runs Depends-On: oamg/leapp#677
Okay, this should be it, will schedule tests together with leapp-repository PR905 oamg/leapp-repository#905 |
/rerun 905 |
Copr build succeeded: https://copr.fedorainfracloud.org/coprs/build/4527283 |
Copr build succeeded: https://copr.fedorainfracloud.org/coprs/build/4527293 |
Testing Farm request for RHEL-7.9-rhui/4527293;4527283 regression testing has been created. |
Testing Farm request for RHEL-8.6.0-Nightly/4527293;4527283 regression testing has been created. |
Testing Farm request for RHEL-7.9-ZStream/4527293;4527283 regression testing has been created. |
/rerun 905 |
This patch has to be merged together with leapp's PR677. Depends-On: oamg/leapp#677 OAMG-1429
Copr build succeeded: https://copr.fedorainfracloud.org/coprs/build/4528008 |
Copr build succeeded: https://copr.fedorainfracloud.org/coprs/build/4528248 |
Testing Farm request for RHEL-7.9-rhui/4528248;4528008 regression testing has been created. |
Testing Farm request for RHEL-8.6.0-Nightly/4528248;4528008 regression testing has been created. |
Testing Farm request for RHEL-7.9-ZStream/4528248;4528008 regression testing has been created. |
As this framework change is a breaking one, the leapp-framework has to be bumped as per leapp guidelines. https://leapp.readthedocs.io/en/latest/compatibility-with-leapp-repository.html
/rerun 905 |
Copr build succeeded: https://copr.fedorainfracloud.org/coprs/build/4533859 |
Copr build succeeded: https://copr.fedorainfracloud.org/coprs/build/4533894 |
Testing Farm request for RHEL-8.6-rhui/4533894;4533859 regression testing has been created. |
Testing Farm request for RHEL-7.9-rhui/4533894;4533859 regression testing has been created. |
Testing Farm request for RHEL-8.6.0-Nightly/4533894;4533859 regression testing has been created. |
Testing Farm request for RHEL-7.9-ZStream/4533894;4533859 regression testing has been created. |
This patch has to be merged together with leapp's PR677. Depends-On: oamg/leapp#677 OAMG-1429
We have discussed the possible problems regarding dropped "flags" in the report msgs and it was decided we are going to drop it as the field itself has not been officially supported / documented. All repositories working with inhibitors must be updated however.... |
## Packaging - bumped leapp-framework to 3.1 (oamg#677) ## Framework ### Fixes - Fixed a problem where passing environment variables to an executed child process modified the environment variables of the parent process (oamg#784) - Ignore invalid FQDNs (oamg#790) ### Enhancements - Deprecate `reporting.(Tags|Flags)`, replaced by `reporting.Groups` (oamg#677, oamg#781, oamg#788) - Introduce `is_inhibitor` function (oamg#677) - Introduce a `Blob` model field (oamg#789) - Introduce new report JSON schema v1.2.0 (default: 1.1.0) (oamg#677) ## Leapp (tool) ### Fixes - Handle missing CLI commands gracefully (oamg#785) - Requires to be executed by root only (oamg#775)
## Packaging - bumped leapp-framework to 3.1 (oamg#677) ## Framework ### Fixes - Fixed a problem where passing environment variables to an executed child process modified the environment variables of the parent process (oamg#784) - Ignore invalid FQDNs (oamg#790) ### Enhancements - Deprecate `reporting.(Tags|Flags)`, replaced by `reporting.Groups` (oamg#677, oamg#781, oamg#788) - Introduce `is_inhibitor` function (oamg#677) - Introduce a `Blob` model field (oamg#789) - Introduce new report JSON schema v1.2.0 (default: 1.1.0) (oamg#677) ## Leapp (tool) ### Fixes - Handle missing CLI commands gracefully (oamg#785) - Requires to be executed by root only (oamg#775) Signed-off-by: Petr Stodulka <[email protected]>
## Packaging - bumped leapp-framework to 3.1 (#677) ## Framework ### Fixes - Fixed a problem where passing environment variables to an executed child process modified the environment variables of the parent process (#784) - Ignore invalid FQDNs (#790) ### Enhancements - Deprecate `reporting.(Tags|Flags)`, replaced by `reporting.Groups` (#677, #781, #788) - Introduce `is_inhibitor` function (#677) - Introduce a `Blob` model field (#789) - Introduce new report JSON schema v1.2.0 (default: 1.1.0) (#677) ## Leapp (tool) ### Fixes - Handle missing CLI commands gracefully (#785) - Requires to be executed by root only (#775) Signed-off-by: Petr Stodulka <[email protected]> Signed-off-by: Petr Stodulka <[email protected]>
No description provided.