[Freeipa-devel] [freeipa PR#969][opened] [ipa-4-5] Changing how commands handles error when it can't connect to IPA server

2017-08-11 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/969 Author: felipevolpone Title: #969: [ipa-4-5] Changing how commands handles error when it can't connect to IPA server Action: opened PR body: """ Creating a method to check if ipa client is configured. Also, changing scripts to use it instead

[Freeipa-devel] [freeipa PR#937][opened] Configuring log handlers during the input parameters validation phase

2017-07-27 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/937 Author: felipevolpone Title: #937: Configuring log handlers during the input parameters validation phase Action: opened PR body: """ Previously, a log handler would be configured only after all the input parameters be validated, as can be

[Freeipa-devel] [freeipa PR#939][opened] Changing how commands handles error when it can't connect to IPA server

2017-07-27 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/939 Author: felipevolpone Title: #939: Changing how commands handles error when it can't connect to IPA server Action: opened PR body: """ Checking if env has the server attribute. If it doesn't, it means that an IPA server was not configured.

[Freeipa-devel] [freeipa PR#933][opened] Checks if Directory Server is installed and running before installation

2017-07-26 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/933 Author: felipevolpone Title: #933: Checks if Directory Server is installed and running before installation Action: opened PR body: """ In cases when IPA is installed in two steps (external CA), it's necessary to check (in the second step) if

[Freeipa-devel] [freeipa PR#902][opened] Improving replica promotion tests

2017-07-03 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/902 Author: felipevolpone Title: #902: Improving replica promotion tests Action: opened PR body: """ Adding two new test cases in replica promotion scenario: * Testing not interactive mode: Install client; kinit as admin; then

[Freeipa-devel] [freeipa PR#903][opened] Warning the user when using a loopback IP as forwarder

2017-07-05 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/903 Author: felipevolpone Title: #903: Warning the user when using a loopback IP as forwarder Action: opened PR body: """ Now, the user can pass a loopback IP in the --forwarder option. Previously, an error would be raised, now we just show a

[Freeipa-devel] [freeipa PR#950][opened] Changing idoverrideuser-* to treat objectClass case insensitively

2017-08-01 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/950 Author: felipevolpone Title: #950: Changing idoverrideuser-* to treat objectClass case insensitively Action: opened PR body: """ This is import to avoid problems when migrating from olders versions of IPA and using idoverrideuser-* commands.

[Freeipa-devel] [freeipa PR#877][closed] LDAP ObjectClasses are case-insensitive

2017-08-01 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/877 Author: seriv Title: #877: LDAP ObjectClasses are case-insensitive Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/877/head:pr877 git checkout pr877

[Freeipa-devel] [freeipa PR#989][opened] Removing part of circular dependency of ipaplatformin ipalib

2017-08-18 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/989 Author: felipevolpone Title: #989: Removing part of circular dependency of ipaplatformin ipalib Action: opened PR body: """ After commit cac3475a0454b730d6e5b2093c2e63d395acd387, ipa-backup is broken due to circular dependencies. This fixes

[Freeipa-devel] [freeipa PR#880][opened] Changing how commands handles error when it can't connect to IPA server

2017-06-19 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/880 Author: felipevolpone Title: #880: Changing how commands handles error when it can't connect to IPA server Action: opened PR body: """ The commands that connects with IPA server can raise a `NetworkError` with the message: "ipa: ERROR: can't

[Freeipa-devel] [freeipa PR#880][comment] Changing how commands handles error when it can't connect to IPA server

2017-06-19 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/880 Title: #880: Changing how commands handles error when it can't connect to IPA server felipevolpone commented: """ The ticket describe some commands that are not showing the right message. IMO we could split it into one ticket per command. """

[Freeipa-devel] [freeipa PR#894][opened] Fixing ipa-replica-install --setup-kra if it's the first KRA in topology

2017-06-23 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/894 Author: felipevolpone Title: #894: Fixing ipa-replica-install --setup-kra if it's the first KRA in topology Action: opened PR body: """ I'm trying to fix the ticket, but I'm not quite sure of how to do it. Until now, I removed the exception

[Freeipa-devel] [freeipa PR#812][synchronized] [WIP] Refactoring cert-find to use API call directly instead of using

2017-05-26 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/812 Author: felipevolpone Title: #812: [WIP] Refactoring cert-find to use API call directly instead of using Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#843][opened] [WIP] Fixing test_installation.py tests

2017-06-01 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/843 Author: felipevolpone Title: #843: [WIP] Fixing test_installation.py tests Action: opened PR body: """ I've been working on the test_installation.py suite and figure out how to solve some of them. The TestInstallWithCA1 have 9 tests failing;

[Freeipa-devel] [freeipa PR#821][comment] fix incorrect suffix handling in topology checks

2017-06-02 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/821 Title: #821: fix incorrect suffix handling in topology checks felipevolpone commented: """ Tested, works as advertised. """ See the full comment at https://github.com/freeipa/freeipa/pull/821#issuecomment-305861037

[Freeipa-devel] [freeipa PR#843][comment] [WIP] Fixing test_installation.py tests

2017-06-05 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/843 Title: #843: [WIP] Fixing test_installation.py tests felipevolpone commented: """ @MartinBasti you mean that they're fine after the code change, right? Because, before that they were failing due to `There is no KRA server in the domain, can't

[Freeipa-devel] [freeipa PR#843][closed] [WIP] Fixing test_installation.py tests

2017-06-06 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/843 Author: felipevolpone Title: #843: [WIP] Fixing test_installation.py tests Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/843/head:pr843 git checkout pr843

[Freeipa-devel] [freeipa PR#874][opened] Changing cert-find to go through the proxy instead of using the port 8080

2017-06-14 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/874 Author: felipevolpone Title: #874: Changing cert-find to go through the proxy instead of using the port 8080 Action: opened PR body: """ The cert-find command now uses the proxy to reach Dogtag, instead of using the port 8080. In order to

[Freeipa-devel] [freeipa PR#874][comment] Changing cert-find to go through the proxy instead of using the port 8080

2017-06-14 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/874 Title: #874: Changing cert-find to go through the proxy instead of using the port 8080 felipevolpone commented: """ @rcritten I forget that. Thanks for reminding me. Done. """ See the full comment at

[Freeipa-devel] [freeipa PR#874][synchronized] Changing cert-find to go through the proxy instead of using the port 8080

2017-06-14 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/874 Author: felipevolpone Title: #874: Changing cert-find to go through the proxy instead of using the port 8080 Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#781][edited] Warn in cert-request if CSR doesn't contain SAN

2017-06-16 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/781 Author: felipevolpone Title: #781: Warn in cert-request if CSR doesn't contain SAN Action: edited Changed field: title Original value: """ [WIP] Warn in cert-request if CSR doesn't contain SAN """

[Freeipa-devel] [freeipa PR#812][comment] [WIP] Refactoring cert-find to use API call directly instead of using

2017-05-30 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/812 Title: #812: [WIP] Refactoring cert-find to use API call directly instead of using felipevolpone commented: """ @HonzaCholasta thanks for the help, but the idea isn't avoid calling the ldap directly, and instead of that call the APIs? If we

[Freeipa-devel] [freeipa PR#812][synchronized] [WIP] Refactoring cert-find to use API call directly instead of using

2017-05-31 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/812 Author: felipevolpone Title: #812: [WIP] Refactoring cert-find to use API call directly instead of using Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#833][comment] Fixes traceback in log and corrects console output

2017-06-06 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/833 Title: #833: Fixes traceback in log and corrects console output felipevolpone commented: """ Tested and it works. Looks good to me. """ See the full comment at https://github.com/freeipa/freeipa/pull/833#issuecomment-306559399

[Freeipa-devel] [freeipa PR#1117][closed] Testing ipatests with py3

2017-10-02 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1117 Author: felipevolpone Title: #1117: Testing ipatests with py3 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1117/head:pr1117 git checkout pr1117

[Freeipa-devel] [freeipa PR#1162][closed] kra-install: better warning message

2017-10-17 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1162 Author: akokshar Title: #1162: kra-install: better warning message Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1162/head:pr1162 git checkout pr1162

[Freeipa-devel] [freeipa PR#1165][opened] [Backport][ipa-4-5] kra-install: better warning message

2017-10-17 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1165 Author: felipevolpone Title: #1165: [Backport][ipa-4-5] kra-install: better warning message Action: opened PR body: """ This PR was opened automatically because PR #1162 was pushed to master and backport to ipa-4-5 is required. """ To pull

[Freeipa-devel] [freeipa PR#1165][closed] [Backport][ipa-4-5] kra-install: better warning message

2017-10-17 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1165 Author: felipevolpone Title: #1165: [Backport][ipa-4-5] kra-install: better warning message Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1165/head:pr1165 git

[Freeipa-devel] [freeipa PR#1022][opened] Backport PR 989 to ipa-4-5

2017-08-30 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1022 Author: felipevolpone Title: #1022: Backport PR 989 to ipa-4-5 Action: opened PR body: """ This PR was opened automatically because PR #989 was pushed to master and backport to ipa-4-5 is required. """ To pull the PR as Git branch: git

[Freeipa-devel] [freeipa PR#1075][opened] [backport][ipa-4-5] Fixing how sssd.conf is updated when promoting a client to replica

2017-09-13 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1075 Author: felipevolpone Title: #1075: [backport][ipa-4-5] Fixing how sssd.conf is updated when promoting a client to replica Action: opened PR body: """ When promoting a client to a replica we have to change sssd.conf, deleting _srv_ part from

[Freeipa-devel] [freeipa PR#1073][opened] Testing a new vagrant box for PR CI using f26 to ipa-4-5

2017-09-13 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1073 Author: felipevolpone Title: #1073: Testing a new vagrant box for PR CI using f26 to ipa-4-5 Action: opened PR body: """ Using PR CI triggers to test if the new vagrant box will work properly. """ To pull the PR as Git branch: git remote add

[Freeipa-devel] [freeipa PR#1117][opened] Testing ipatests with py3 and new template

2017-09-28 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1117 Author: felipevolpone Title: #1117: Testing ipatests with py3 and new template Action: opened PR body: """ """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#1005][opened] Fixing how sssd.conf is updated when promoting a client to replica

2017-08-25 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1005 Author: felipevolpone Title: #1005: Fixing how sssd.conf is updated when promoting a client to replica Action: opened PR body: """ When promoting a client to a replica we have to change sssd.conf, deleting _srv_ part from 'ipa_server'

[Freeipa-devel] [freeipa PR#1036][opened] Fixing tox and pylint errors

2017-09-04 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1036 Author: felipevolpone Title: #1036: Fixing tox and pylint errors Action: opened PR body: """ Fixing import errors introduced by commit cac3475a0454b730d6e5b2093c2e63d395acd387. https://pagure.io/freeipa/issue/7132 Output of tox commands:

[Freeipa-devel] [freeipa PR#1416][opened] Do not allow users delete their last otp token

2017-12-20 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1416 Author: felipevolpone Title: #1416: Do not allow users delete their last otp token Action: opened PR body: """ This adds a new verification on the ipa_otp_lasttoken 389 plugin, in order to do not allow users delete their last otp token. The

[Freeipa-devel] [freeipa PR#1278][opened] [Backport][ipa-4-5] Warning the user when using a loopback IP as forwarder

2017-11-13 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1278 Author: felipevolpone Title: #1278: [Backport][ipa-4-5] Warning the user when using a loopback IP as forwarder Action: opened PR body: """ Manual backport of PR #903 Changing the --forwarder option to accept a loopback IP. Previously, an

[Freeipa-devel] [freeipa PR#1240][closed] Removing replica-s4u2proxy.ldif since it's not used anymore

2017-11-09 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1240 Author: felipevolpone Title: #1240: Removing replica-s4u2proxy.ldif since it's not used anymore Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1240/head:pr1240

[Freeipa-devel] [freeipa PR#1263][opened] [Backport][ipa-4-5] Removing replica-s4u2proxy.ldif since it's not used anymore

2017-11-09 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1263 Author: felipevolpone Title: #1263: [Backport][ipa-4-5] Removing replica-s4u2proxy.ldif since it's not used anymore Action: opened PR body: """ This PR was opened automatically because PR #1240 was pushed to master and backport to ipa-4-5 is

[Freeipa-devel] [freeipa PR#1264][opened] [Backport][ipa-4-6] Removing replica-s4u2proxy.ldif since it's not used anymore

2017-11-09 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1264 Author: felipevolpone Title: #1264: [Backport][ipa-4-6] Removing replica-s4u2proxy.ldif since it's not used anymore Action: opened PR body: """ This PR was opened automatically because PR #1240 was pushed to master and backport to ipa-4-6 is

[Freeipa-devel] [freeipa PR#903][closed] Warning the user when using a loopback IP as forwarder

2017-11-09 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/903 Author: felipevolpone Title: #903: Warning the user when using a loopback IP as forwarder Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/903/head:pr903 git

[Freeipa-devel] [freeipa PR#1265][opened] [Backport][ipa-4-6] Warning the user when using a loopback IP as forwarder

2017-11-09 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1265 Author: felipevolpone Title: #1265: [Backport][ipa-4-6] Warning the user when using a loopback IP as forwarder Action: opened PR body: """ This PR was opened automatically because PR #903 was pushed to master and backport to ipa-4-6 is

[Freeipa-devel] [freeipa PR#1263][closed] [Backport][ipa-4-5] Removing replica-s4u2proxy.ldif since it's not used anymore

2017-11-09 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1263 Author: felipevolpone Title: #1263: [Backport][ipa-4-5] Removing replica-s4u2proxy.ldif since it's not used anymore 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#1265][closed] [Backport][ipa-4-6] Warning the user when using a loopback IP as forwarder

2017-11-09 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1265 Author: felipevolpone Title: #1265: [Backport][ipa-4-6] Warning the user when using a loopback IP as forwarder 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#1264][closed] [Backport][ipa-4-6] Removing replica-s4u2proxy.ldif since it's not used anymore

2017-11-09 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1264 Author: felipevolpone Title: #1264: [Backport][ipa-4-6] Removing replica-s4u2proxy.ldif since it's not used anymore 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#1240][opened] Removing replica-s4u2proxy.ldif since it's not used anymore

2017-11-06 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1240 Author: felipevolpone Title: #1240: Removing replica-s4u2proxy.ldif since it's not used anymore Action: opened PR body: """ Since commit 23a0453c4d33271376b2156f2e2b484e8b9708c9, the replica-s4u2proxy.ldif file it's not used anymore. """ To

[Freeipa-devel] [freeipa PR#1748][closed] Fix certificate retrieval in ipa-replica-prepare for DL0

2018-05-04 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1748 Author: rcritten Title: #1748: Fix certificate retrieval in ipa-replica-prepare for DL0 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1748/head:pr1748 git

[Freeipa-devel] [freeipa PR#1914][opened] Fixing DNSSEC tests with restarting named

2018-05-09 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1914 Author: felipevolpone Title: #1914: Fixing DNSSEC tests with restarting named Action: opened PR body: """ This commit fixes: - TestInstallDNSSECLast::test_disable_reenable_signing_master -

[Freeipa-devel] [freeipa PR#1831][closed] Fixing test_topology tests

2018-05-10 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1831 Author: felipevolpone Title: #1831: Fixing test_topology tests Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1831/head:pr1831 git checkout pr1831

[Freeipa-devel] [freeipa PR#1831][reopened] Fixing test_topology tests

2018-05-10 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1831 Author: felipevolpone Title: #1831: Fixing test_topology tests Action: reopened To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1831/head:pr1831 git checkout pr1831

[Freeipa-devel] [freeipa PR#1831][closed] Fixing test_topology tests

2018-05-10 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1831 Author: felipevolpone Title: #1831: Fixing test_topology tests Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1831/head:pr1831 git checkout pr1831

[Freeipa-devel] [freeipa PR#1957][opened] Making nigthly test definition editable by FreeIPA contributors

2018-05-23 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1957 Author: felipevolpone Title: #1957: Making nigthly test definition editable by FreeIPA contributors Action: opened PR body: """ Now the test definition of nightly tests will be on freeipa repo. The the definition that's used on every PR

[Freeipa-devel] [freeipa PR#1891][closed] [testing_rawhide] Nightly PR

2018-05-03 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1891 Author: freeipa-pr-ci Title: #1891: [testing_rawhide] Nightly PR Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1891/head:pr1891 git checkout pr1891

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

2018-05-03 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1904 Author: felipevolpone Title: #1904: [temp PR] f28 Patches and all tests f28 Action: opened PR body: """ Applying patches from PR #1871 and nightly tests """ To pull the PR as Git branch: git remote add ghfreeipa

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

2017-10-27 Thread felipevolpone 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: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#1423][opened] IntegrationTests now collects logs from all test methods

2017-12-27 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1423 Author: felipevolpone Title: #1423: IntegrationTests now collects logs from all test methods Action: opened PR body: """ It was missing the configuration and the proper use of the logfile_dir. Also, the dict of logs to be collected should not

[Freeipa-devel] [freeipa PR#1446][opened] Fixing test_backup_and_restore assert to do not rely on the order of returned data

2018-01-09 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1446 Author: felipevolpone Title: #1446: Fixing test_backup_and_restore assert to do not rely on the order of returned data Action: opened PR body: """ Since we cannot assume that LDAP will return data in an ordered way, the test should be changed

[Freeipa-devel] [freeipa PR#1479][opened] Fixing WebUI Tests

2018-01-17 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1479 Author: felipevolpone Title: #1479: Fixing WebUI Tests Action: opened PR body: """ """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1479/head:pr1479 git checkout pr1479

[Freeipa-devel] [freeipa PR#1494][opened] Fixing vault-add-member to be compatible with py3

2018-01-24 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1494 Author: felipevolpone Title: #1494: Fixing vault-add-member to be compatible with py3 Action: opened PR body: """ Changing from iteritems() to items() in order to be compatible with python3. https://pagure.io/freeipa/issue/7373 """ To pull

[Freeipa-devel] [freeipa PR#1423][closed] IntegrationTests now collects logs from all test methods

2018-01-12 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1423 Author: felipevolpone Title: #1423: IntegrationTests now collects logs from all test methods Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1423/head:pr1423 git

[Freeipa-devel] [freeipa PR#1459][opened] Make IntegrationTest fail if an error happened during uninstall

2018-01-11 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1459 Author: felipevolpone Title: #1459: Make IntegrationTest fail if an error happened during uninstall Action: opened PR body: """ Before this change, if the uninstall process fails, the test would not fail, due to the raiseonerr=False. Fixes:

[Freeipa-devel] [freeipa PR#1565][opened] Adding the FreeIPA Code of Conduct

2018-02-12 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1565 Author: felipevolpone Title: #1565: Adding the FreeIPA Code of Conduct Action: opened PR body: """ """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1565/head:pr1565 git

[Freeipa-devel] [freeipa PR#1609][closed] [testing_rawhide] Nightly PR

2018-02-21 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1609 Author: freeipa-pr-ci Title: #1609: [testing_rawhide] Nightly PR Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1609/head:pr1609 git checkout pr1609

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

2018-02-22 Thread felipevolpone 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: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa

[Freeipa-devel] [freeipa PR#1424][opened] Fixing how to parse the backup dir in test_backup_and_restore

2017-12-28 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1424 Author: felipevolpone Title: #1424: Fixing how to parse the backup dir in test_backup_and_restore Action: opened PR body: """ Fixing how the test_backup_and_restore.py suite parses the output from the `ipa-backup -v` command in order to get

[Freeipa-devel] [freeipa PR#1428][opened] Check if replication exist before enable it

2018-01-02 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1428 Author: felipevolpone Title: #1428: Check if replication exist before enable it Action: opened PR body: """ If the replication does not exist a custom exception is raised explaining the problem. Fixes: #7201 """ To pull the PR as Git

[Freeipa-devel] [freeipa PR#1431][opened] Fixing test_testconfig with proper asserts

2018-01-03 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1431 Author: felipevolpone Title: #1431: Fixing test_testconfig with proper asserts Action: opened PR body: """ When the `cls` in env_config.py is a WinHost, the `__init__` receives different parameters. Now, it's adapted to all different kinds of

[Freeipa-devel] [freeipa PR#1480][opened] IntegrationTests now collects logs from all test methods

2018-01-18 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1480 Author: felipevolpone Title: #1480: IntegrationTests now collects logs from all test methods Action: opened PR body: """ `logs_dict` should not be cleared. It's filled once per class and it should not be cleared after running the first test.

[Freeipa-devel] [freeipa PR#1674][closed] [testing_master] Nightly PR

2018-03-13 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1674 Author: freeipa-pr-ci Title: #1674: [testing_master] Nightly PR Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1674/head:pr1674 git checkout pr1674

[Freeipa-devel] [freeipa PR#1673][closed] [testing_rawhide] Nightly PR

2018-03-13 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1673 Author: freeipa-pr-ci Title: #1673: [testing_rawhide] Nightly PR Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1673/head:pr1673 git checkout pr1673

[Freeipa-devel] [freeipa PR#1772][opened] Check if ldap_uri is on /etc/ipa/default.conf

2018-04-04 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1772 Author: felipevolpone Title: #1772: Check if ldap_uri is on /etc/ipa/default.conf Action: opened PR body: """ When removing a replica there are cases when ldap_uri is not on the /etc/ipa/default.conf file anymore. So, before trying to get the

[Freeipa-devel] [freeipa PR#1801][opened] Reverting commit 6b145bf3e696e6d40b74055ccdf8d14da7828a09

2018-04-11 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1801 Author: felipevolpone Title: #1801: Reverting commit 6b145bf3e696e6d40b74055ccdf8d14da7828a09 Action: opened PR body: """ Commit 6b145bf should not be pushed, because it was not the intention to add a new test to .freeipa-pr-ci. This commits

[Freeipa-devel] [freeipa PR#1831][opened] Fixing test_topology tests

2018-04-18 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1831 Author: felipevolpone Title: #1831: Fixing test_topology tests Action: opened PR body: """ Fixing TestCASpecificRUVs::test_replica_uninstall_deletes_ruvs This test will setup a master and a replica, uninstall replica and check for the

[Freeipa-devel] [freeipa PR#1844][opened] Fixing TestBackupAndRestore

2018-04-23 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1844 Author: felipevolpone Title: #1844: Fixing TestBackupAndRestore Action: opened PR body: """ Adding GSSPROXY_CONF to be backed up on ipa-backup Without GSSPROXY_CONF being backed up, we would get this error "ipa: ERROR: No valid Negotiate

[Freeipa-devel] [freeipa PR#1746][opened] Adding hostname parameter to install IPA in TestInstallMasterReservedIPasForwarder

2018-03-27 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1746 Author: felipevolpone Title: #1746: Adding hostname parameter to install IPA in TestInstallMasterReservedIPasForwarder Action: opened PR body: """ When installing IPA in interactive mode, it's necessary to provide the hostname. This will

[Freeipa-devel] [freeipa PR#1758][opened] Fix TestSubCAkeyReplication providing the right path to pki log

2018-03-28 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1758 Author: felipevolpone Title: #1758: Fix TestSubCAkeyReplication providing the right path to pki log Action: opened PR body: """ The PKI debug log has its name in this format: `debug..log`. This commit changes the code to use this format,

[Freeipa-devel] [freeipa PR#1644][closed] webui:test: Realm Domains

2018-03-21 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1644 Author: celestian Title: #1644: webui:test: Realm Domains Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1644/head:pr1644 git checkout pr1644

[Freeipa-devel] [freeipa PR#1646][opened] Fixing cleanup process in test_caless

2018-03-01 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1646 Author: felipevolpone Title: #1646: Fixing cleanup process in test_caless Action: opened PR body: """ Fixing cleanup process in test_caless After commit bbe615e, if the uninstall process fails (in the test cleanup) the error is not hidden

[Freeipa-devel] [freeipa PR#1856][opened] [Backport][ipa-4-6] Fixing TestBackupAndRestore

2018-04-25 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1856 Author: felipevolpone Title: #1856: [Backport][ipa-4-6] Fixing TestBackupAndRestore Action: opened PR body: """ This PR was opened automatically because PR #1844 was pushed to master and backport to ipa-4-6 is required. """ To pull the PR as

[Freeipa-devel] [freeipa PR#1844][closed] Fixing TestBackupAndRestore

2018-04-25 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1844 Author: felipevolpone Title: #1844: Fixing TestBackupAndRestore Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1844/head:pr1844 git checkout pr1844