URL: https://github.com/freeipa/freeipa/pull/2109
Author: stanislavlevin
Title: #2109: Fix reset_password page translations
Action: opened
PR body:
"""
As for now ```/ipa/ui/reset_password.html``` uses standalone JS file ```reset_password.js```,
which is out of IPA Web framework and not designed to use translations from server.
At the same time LoginScreen widget has a similar functionality.
Thus, the usage of that plugin let one advantages of entire framework, including translations.
Fixes: https://pagure.io/freeipa/issue/7619
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2109/head:pr2109
git checkout pr2109
URL: https://github.com/freeipa/freeipa/pull/2020
Author: tiran
Title: #2020: [WIP] Remove Python 2 support and packages
Action: opened
PR body:
"""
Remove Python 2 related code and configuration from spec file, autoconf
and CI infrastructure.
Fixes: https://pagure.io/freeipa/issue/7568
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/2020/head:pr2020
git checkout pr2020
URL: https://github.com/freeipa/freeipa/pull/2130
Author: pavelpicka
Title: #2130: Server-del test suite fix
Action: opened
PR body:
"""
Install topology manually as do not need uninstall from annotated methods
and remove replica manually
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2130/head:pr2130
git checkout pr2130
URL: https://github.com/freeipa/freeipa/pull/2157
Author: stanislavlevin
Title: #2157: Fix translation of migration pages
Action: opened
PR body:
"""
Here is a fix for https://pagure.io/freeipa/issue/7641
1) new MigrateScreen widget and corresponding plugin were added;
2) switch to using of "migrate" plugin in migration Web page;
3) clean up unused error/invalid web pages.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2157/head:pr2157
git checkout pr2157
URL: https://github.com/freeipa/freeipa/pull/1353
Author: tiran
Title: #1353: Add script to regenerate Custodia keys and config
Action: opened
PR body:
"""
/usr/libexec/ipa/ipa-custodia-regen can be used to recover from broken
ipa-custodia keys and configuration. It removes existing config and
server key files, regenerates new files and uploads the new public keys
to LDAP.
https://pagure.io/freeipa/issue/6893
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/1353/head:pr1353
git checkout pr1353
URL: https://github.com/freeipa/freeipa/pull/2189
Author: rcritten
Title: #2189: Honor no-host-dns when creating client host in replica install
Action: opened
PR body:
"""
--no-host-dns is supposed to avoid all DNS lookups so pass
this as the force value when creating the host in a replica
installation.
https://pagure.io/freeipa/issue/7656
Signed-off-by: Rob Crittenden <rcritten(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2189/head:pr2189
git checkout pr2189