URL: https://github.com/freeipa/freeipa/pull/5966
Author: flo-renaud
Title: #5966: [Backport][ipa-4-6] ipatests: Refactor test_check_otpd_after_idle_timeout
Action: opened
PR body:
"""
This PR was opened automatically because PR #5952 was pushed to master and backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5966/head:pr5966
git checkout pr5966
URL: https://github.com/freeipa/freeipa/pull/5952
Author: amore17
Title: #5952: ipatests: use whole date when calling journalctl --since
Action: opened
PR body:
"""
The test test_check_otpd_after_idle_timeout
is checking the content of the journal using journalctl --since ...
but provides only the time, not the whole date with year-month-day.
As a consequence, if the test is executed around midnight it may
find nothing in the journal because it's looking for logs after 11:50PM,
which is a date in the future.
Fixes: https://pagure.io/freeipa/issue/8940
Signed-off-by: Anuja More <amore(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5952/head:pr5952
git checkout pr5952
URL: https://github.com/freeipa/freeipa/pull/5962
Author: flo-renaud
Title: #5962: [Backport][ipa-4-9] Parse cert chain as JSON not XML
Action: opened
PR body:
"""
This PR was opened automatically because PR #5958 was pushed to master and backport to ipa-4-9 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5962/head:pr5962
git checkout pr5962
URL: https://github.com/freeipa/freeipa/pull/5963
Author: flo-renaud
Title: #5963: [Backport][ipa-4-9] ipatests: Test ldapsearch with base scope works for compat tree.
Action: opened
PR body:
"""
This PR was opened automatically because PR #5917 was pushed to master and backport to ipa-4-9 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5963/head:pr5963
git checkout pr5963
URL: https://github.com/freeipa/freeipa/pull/5961
Author: flo-renaud
Title: #5961: [Backport][ipa-4-9] Fix string check in uninstall helper
Action: opened
PR body:
"""
This PR was opened automatically because PR #5959 was pushed to master and backport to ipa-4-9 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5961/head:pr5961
git checkout pr5961
URL: https://github.com/freeipa/freeipa/pull/5959
Author: fcami
Title: #5959: Fix string check in uninstall helper
Action: opened
PR body:
"""
The install helpers used an invalid string check. ``('ubuntu')`` is
not a tuple. It's a string with superfluous parenthesis. A single-item
tuple would be ``('ubuntu',)``. It's recommended to use set literals to
avoid such mistakes.
Also check for 'debian' platform.
Fixes: https://pagure.io/freeipa/issue/8937
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5959/head:pr5959
git checkout pr5959
URL: https://github.com/freeipa/freeipa/pull/5960
Author: rcritten
Title: #5960: Test "Parse cert chain as JSON not XML" against pki copr
Action: opened
PR body:
"""
Run https://github.com/freeipa/freeipa/pull/5958 with injecting the pki copr repo.
I haven't run this type of test against all of CI yet so let's see if it melts down.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5960/head:pr5960
git checkout pr5960
URL: https://github.com/freeipa/freeipa/pull/5957
Author: rcritten
Title: #5957: [Backport][ipa-4-9] Parse getStatus as JSON not XML
Action: opened
PR body:
"""
This PR was opened automatically because PR #5932 was pushed to master and backport to ipa-4-9 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5957/head:pr5957
git checkout pr5957