[Freeipa-devel] [freeipa PR#6100][opened] [Backport][ipa-4-9] fix(webui): create correct PTR record when navigated from host page

2021-11-22 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6100 Author: pvoborni Title: #6100: [Backport][ipa-4-9] fix(webui): create correct PTR record when navigated from host page Action: opened PR body: """ This PR is manual backport of pushed-to-master PR #6084 to ipa-4-9 branch. """ To pull the PR

[Freeipa-devel] [freeipa PR#6084][opened] fix(webui): create correct PTR record when navigated from host page

2021-11-15 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/6084 Author: pvoborni Title: #6084: fix(webui): create correct PTR record when navigated from host page Action: opened PR body: """ In scenario: 1. make sure that reverse zone doesn't have the desired PTR record 2. open host page of the host with

[Freeipa-devel] [freeipa PR#2448][opened] ipa-advise: update url of cacerdir_rehash tool

2018-10-12 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2448 Author: pvoborni Title: #2448: ipa-advise: update url of cacerdir_rehash tool Action: opened PR body: """ On legacy systems which don't have cacerdir_rehash tool (provided by authconfig) the generated advise script downloads this tool from

[Freeipa-devel] [freeipa PR#1932][closed] test_server_del: fix TestServerDel suite

2018-07-26 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1932 Author: pvoborni Title: #1932: test_server_del: fix TestServerDel suite Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1932/head:pr1932 git checkout pr1932

[Freeipa-devel] [freeipa PR#2177][opened] webui: fix indentation on multiple places

2018-07-20 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2177 Author: pvoborni Title: #2177: webui: fix indentation on multiple places Action: opened PR body: """ ## webui: change indentation of freeipa/_base/debug.js Change to use spaces for indentation as it was the the only file which uses tabs and

[Freeipa-devel] [freeipa PR#1904][closed] [temp PR] f28 Patches and all nightly tests

2018-05-31 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1904 Author: felipevolpone Title: #1904: [temp PR] f28 Patches and all nightly tests Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1904/head:pr1904 git checkout

[Freeipa-devel] [freeipa PR#1943][opened] [Backport][ipa-4-6] Fix test_server_del::TestLastServices

2018-05-18 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1943 Author: pvoborni Title: #1943: [Backport][ipa-4-6] Fix test_server_del::TestLastServices Action: opened PR body: """ This PR was opened manually because PR #1913 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR as

[Freeipa-devel] [freeipa PR#1733][closed] Corrected the size of the user profile-menu in the utility navbar.

2018-05-18 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1733 Author: edward-of-clt Title: #1733: Corrected the size of the user profile-menu in the utility navbar. Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#1913][opened] Fix test_server_del::TestLastServices

2018-05-09 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1913 Author: pvoborni Title: #1913: Fix test_server_del::TestLastServices Action: opened PR body: """ this is just a quick check of theory outlined in PR #1809 Commit details: The reason why the test started to fail is probably commit be3ad1e

[Freeipa-devel] [freeipa PR#1782][opened] webui: refresh complex pages after modification

2018-04-05 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1782 Author: pvoborni Title: #1782: webui: refresh complex pages after modification Action: opened PR body: """ Details facet for user, hosts, service, user override entities require complex reload as they gather information from multiple sources -

[Freeipa-devel] [freeipa PR#1771][opened] Fix order of commands in test for removing topology segments

2018-04-04 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1771 Author: pvoborni Title: #1771: Fix order of commands in test for removing topology segments Action: opened PR body: """ this is an alternative approach to PR #1766 test_topology_updated_on_replica_install_remove from the beginning used

[Freeipa-devel] [freeipa PR#1765][opened] [Backport][ipa-4-6] test realm domain add with DNS check

2018-04-03 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1765 Author: pvoborni Title: #1765: [Backport][ipa-4-6] test realm domain add with DNS check Action: opened PR body: """ This is a backport of PR #1596 to ipa-4-6. A new ticket was created for the backport: https://pagure.io/freeipa/issue/7481

[Freeipa-devel] [freeipa PR#953][closed] [master] WebUI: Turn on pagination on certificate page

2018-03-22 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/953 Author: pvomacka Title: #953: [master] WebUI: Turn on pagination on certificate page Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/953/head:pr953 git checkout

[Freeipa-devel] [freeipa PR#1598][opened] fastcheck: do not test context in pycodestyle

2018-02-16 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1598 Author: pvoborni Title: #1598: fastcheck: do not test context in pycodestyle Action: opened PR body: """ `git diff` shows also context lines by default. When passed to pycodestyle it can produce errors unrelated to changed lines. It prevents

[Freeipa-devel] [freeipa PR#1597][opened] realm domains: improve doc text

2018-02-16 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1597 Author: pvoborni Title: #1597: realm domains: improve doc text Action: opened PR body: """ It is quite unclear how realm domains behave without reading source code. New doc text describes its purpose and how it is managed. """ To pull the PR

[Freeipa-devel] [freeipa PR#1596][opened] webui:test realm domain add with DNS check

2018-02-16 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1596 Author: pvoborni Title: #1596: webui:test realm domain add with DNS check Action: opened PR body: """ Try adding and deleting with "Check DNS" (in html 'ok' button) DNS check expects that the added domain will have DNS record: TXT

[Freeipa-devel] [freeipa PR#1592][opened] webui: hbactest: add tooltips to 'enabled' and 'disabled' checkboxes

2018-02-15 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1592 Author: pvoborni Title: #1592: webui: hbactest: add tooltips to 'enabled' and 'disabled' checkboxes Action: opened PR body: """ "Include enabled" and "Include disabled" checkboxes on "Rules" tab of HBAC Test Web UI page don't have any

[Freeipa-devel] [freeipa PR#310][closed] WIP: CLI testing

2018-02-07 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/310 Author: mirielka Title: #310: WIP: CLI testing Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/310/head:pr310 git checkout pr310

[Freeipa-devel] [freeipa PR#1217][opened] [Backport][ipa-4-5] Include the CA basic constraint in CSRs when renewing a CA

2017-10-27 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1217 Author: pvoborni Title: #1217: [Backport][ipa-4-5] Include the CA basic constraint in CSRs when renewing a CA Action: opened PR body: """ Opened manually as backport of #963 manual changes done on cherry-pick are: ```diff diff --cc

[Freeipa-devel] [freeipa PR#956][opened] og progress of wait_for_open_ports

2017-08-03 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/956 Author: pvoborni Title: #956: og progress of wait_for_open_ports Action: opened PR body: """ ### control logging of host_port_open from caller host_port_open copied logging behavior of ipa-replica-conncheck utility which doesn't make it much

[Freeipa-devel] [freeipa PR#955][closed] host_port_open: revert to old behavior where one iface is sufficient

2017-08-03 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/955 Author: pvoborni Title: #955: host_port_open: revert to old behavior where one iface is sufficient Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/955/head:pr955

[Freeipa-devel] [freeipa PR#955][opened] host_port_open: revert to old behavior where one iface is sufficient

2017-08-02 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/955 Author: pvoborni Title: #955: host_port_open: revert to old behavior where one iface is sufficient Action: opened PR body: """ Commit a24cd01304aaef77b66d0e178585c9ec8bbce9b5 Changed behavior of host_port_open to require all discovered

[Freeipa-devel] [freeipa PR#864][comment] Create indexes for 'serverhostname' attribute

2017-06-09 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/864 Title: #864: Create indexes for 'serverhostname' attribute pvoborni commented: """ Hi, why did you choose this implementation for the fix? Were removal/changes in host.get_dn() method considered? """ See the full comment at

[Freeipa-devel] [freeipa PR#855][comment] Prevent issues with older clients

2017-06-07 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/855 Title: #855: Prevent issues with older clients pvoborni commented: """ @MartinBasti is the correct way how to solve this pylint issue to extend pylint_plugins.py? snippet. of similar vars: ```python fake_api_env = {'env': [ 'host',

[Freeipa-devel] [freeipa PR#855][+prioritized] Prevent issues with older clients

2017-06-07 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/855 Title: #855: Prevent issues with older clients Label: +prioritized ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#823][+prioritized] ipa-kdb: reload certificate mapping rules periodically

2017-05-29 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/823 Title: #823: ipa-kdb: reload certificate mapping rules periodically Label: +prioritized ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#816][+prioritized] only stop/disable simple service if it is installed

2017-05-25 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/816 Title: #816: only stop/disable simple service if it is installed Label: +prioritized ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#790][+prioritized] RFC: API for reporting PKINIT status

2017-05-25 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/790 Title: #790: RFC: API for reporting PKINIT status Label: +prioritized ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#795][+prioritized] dnskeysyncd: enable authlogin_nsswitch_use_ldap boolean

2017-05-25 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/795 Title: #795: dnskeysyncd: enable authlogin_nsswitch_use_ldap boolean Label: +prioritized ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to

[Freeipa-devel] [freeipa PR#801][+prioritized] httpinstance: wait until the service entry is replicated

2017-05-25 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/801 Title: #801: httpinstance: wait until the service entry is replicated Label: +prioritized ___ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to