URL: https://github.com/freeipa/freeipa/pull/4930
Author: rcritten
Title: #4930: ipatests: Add healthcheck test for FileSystemSpaceCheck
Action: opened
PR body:
"""
Create a large file in one of the checked filesystems beyond
the allowed threshold and ensure that both the minimum space
and minimum percent errors are reported.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4930/head:pr4930
git checkout pr4930
URL: https://github.com/freeipa/freeipa/pull/4949
Author: rcritten
Title: #4949: ipatests: Test that healthcheck detects and reports expiration
Action: opened
PR body:
"""
ipatests: Test that healthcheck detects and reports expiration
Set the date forward to while the certificates are still valid and
run healthcheck to confirm that an appropriate warning is made.
This validates two separate checks, one that relies on certmonger
to report expiration and one that relies on the data on disk to
determine expiration in case certmonger is out-of-date for some
reason (belt and suspenders).
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4949/head:pr4949
git checkout pr4949
URL: https://github.com/freeipa/freeipa/pull/4963
Author: abbra
Title: #4963: [Backport][ipa-4-8] WebUI: Fix error "unknown command 'idoverrideuser_add_member'"
Action: opened
PR body:
"""
This PR was opened automatically because PR #4925 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4963/head:pr4963
git checkout pr4963
URL: https://github.com/freeipa/freeipa/pull/4961
Author: flo-renaud
Title: #4961: [Backport][ipa-4-8] ipatests: Test cases for healthcheck File checker(s)
Action: opened
PR body:
"""
This PR was opened automatically because PR #4927 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4961/head:pr4961
git checkout pr4961
URL: https://github.com/freeipa/freeipa/pull/4962
Author: flo-renaud
Title: #4962: [Backport][ipa-4-8] ipa-client-install: use the authselect backup during uninstall
Action: opened
PR body:
"""
This PR was opened automatically because PR #4954 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4962/head:pr4962
git checkout pr4962
URL: https://github.com/freeipa/freeipa/pull/4960
Author: flo-renaud
Title: #4960: [Backport][ipa-4-8] ipatests: Test IPACertNSSTrust check when trust attributes is modified for specific cert
Action: opened
PR body:
"""
This PR was opened automatically because PR #4941 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4960/head:pr4960
git checkout pr4960
URL: https://github.com/freeipa/freeipa/pull/4925
Author: serg-cymbaluk
Title: #4925: WebUI: Fix error "unknown command 'idoverrideuser_add_member'"
Action: opened
PR body:
"""
There was wrong IPA.associator class used for 'Groups' -> 'User ID overrides' association,
as a result a wrong command was sent to the server.
Ticket: https://pagure.io/freeipa/issue/8416
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4925/head:pr4925
git checkout pr4925
URL: https://github.com/freeipa/freeipa/pull/4954
Author: flo-renaud
Title: #4954: ipa-client-install: use the authselect backup during uninstall
Action: opened
PR body:
"""
### ipa-client-install: use the authselect backup during uninstall
When ipa-client-install is run on a system with no existing
authselect configuration (for instance a fedora 31 new install),
uninstallation is picking sssd profile but this may lead to
a configuration with differences compared to the pre-ipa-client
state.
Now that authselect provides an option to backup the existing
configuration prior to setting a profile, the client install
can save the backup name and uninstall is able to apply the
backup in order to go back to the pre-ipa-client state.
Fixes: https://pagure.io/freeipa/issue/8189
### ipatests: remove the xfail for test_nfs.py
Related: https://pagure.io/freeipa/issue/8189
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4954/head:pr4954
git checkout pr4954