URL: https://github.com/freeipa/freeipa/pull/3907
Author: miztake
Title: #3907: Add config that maintains existing content to ipa-client-install manpage
Action: opened
PR body:
"""
If --no-ssh and --no-sshd are not specified in ipa-client-install,
/etc/ssh/{ssh, sshd}_config is updated and existing content is maintained.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3907/head:pr3907
git checkout pr3907
URL: https://github.com/freeipa/freeipa/pull/3811
Author: amore17
Title: #3811: ipatests: 'sss_ssh_authorizedkeys user' should return ssh key
Action: opened
PR body:
"""
Added regression tests which validates that when there is ssh key and certificate is added for IPA user then 'sss_ssh_authorizedkeys user' should return ssh key.
Related Ticket:
https://pagure.io/SSSD/sssd/issue/3937
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3811/head:pr3811
git checkout pr3811
URL: https://github.com/freeipa/freeipa/pull/3857
Author: serg-cymbaluk
Title: #3857: WebUI tests: Fix ElementClickInterceptedException after adding an entity
Action: opened
PR body:
"""
When some entities are being added notification appears and intercepts buttons
on the facet.
The fix allows to click button one more time in such situation.
Ticket: https://pagure.io/freeipa/issue/8112
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3857/head:pr3857
git checkout pr3857
URL: https://github.com/freeipa/freeipa/pull/3964
Author: netoarmando
Title: #3964: travis: remove CI integration
Action: opened
PR body:
"""
Removing Travis CI in favour of Azure Pipelines.
All tests previously tested by Travis are also configured in Azure.
Repos [1] and [2] were used to build Docker images for Travis, thus
they are no longer required for branches master and ipa-4-8.
Branches ipa-4-7 and ipa-4-6 don't have Azure pipelines configured,
so Travis will continue to be used by them.
1 - https://github.com/freeipa/ipa-docker-test-runner
2 - https://github.com/freeipa/freeipa-builder
Signed-off-by: Armando Neto <abiagion(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3964/head:pr3964
git checkout pr3964