[Freeipa-devel] Re: [RFC] Static type checking for FreeIPA (Mypy)

2017-08-09 Thread Fraser Tweedale via FreeIPA-devel
On Wed, Aug 09, 2017 at 10:18:33AM +0200, Christian Heimes via FreeIPA-devel wrote: > On 2017-08-08 08:04, Fraser Tweedale via FreeIPA-devel wrote: > > Hi team, > > > > At PyCon Australia on the weekend I was reminded of PEP-484 type > > hinting** and the Mypy type checker for Python. > > > >

[Freeipa-devel] [freeipa PR#963][opened] Include the CA basic constraint in CSRs when renewing a CA

2017-08-09 Thread rcritten via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/963 Author: rcritten Title: #963: Include the CA basic constraint in CSRs when renewing a CA Action: opened PR body: """ The CSR generated by `ipa-cacert-manage renew --external-ca` did not include the CA basic constraint: X509v3 Basic

[Freeipa-devel] [freeipa PR#961][opened] [WIP] Vault testcase improvement

2017-08-09 Thread Akasurde via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/961 Author: Akasurde Title: #961: [WIP] Vault testcase improvement Action: opened PR body: """ * Collect logs for install KRA fixes: #7098 Signed-off-by: Abhijeet Kasurde """ To pull the PR as Git branch: git remote add

[Freeipa-devel] [freeipa PR#404][closed] tests: Add LDAP URI to ldappasswd explicitly

2017-08-09 Thread davidkupka via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/404 Author: davidkupka Title: #404: tests: Add LDAP URI to ldappasswd explicitly Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/404/head:pr404 git checkout pr404

[Freeipa-devel] [freeipa PR#960][opened] tests: Add LDAP URI to ldappasswd explicitelly

2017-08-09 Thread davidkupka via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/960 Author: davidkupka Title: #960: tests: Add LDAP URI to ldappasswd explicitelly Action: opened PR body: """ https://fedorahosted.org/freeipa/ticket/6622 This PR replaces PR #404 which is orphaned and I'm no longer able to push into it. """ To

[Freeipa-devel] Re: [RFC] Static type checking for FreeIPA (Mypy)

2017-08-09 Thread Christian Heimes via FreeIPA-devel
On 2017-08-09 10:18, Christian Heimes via FreeIPA-devel wrote: > On 2017-08-08 08:04, Fraser Tweedale via FreeIPA-devel wrote: >> Hi team, >> >> At PyCon Australia on the weekend I was reminded of PEP-484 type >> hinting** and the Mypy type checker for Python. >> >> With focus of FreeIPA project

[Freeipa-devel] Re: [RFC] Static type checking for FreeIPA (Mypy)

2017-08-09 Thread Christian Heimes via FreeIPA-devel
On 2017-08-08 08:04, Fraser Tweedale via FreeIPA-devel wrote: > Hi team, > > At PyCon Australia on the weekend I was reminded of PEP-484 type > hinting** and the Mypy type checker for Python. > > With focus of FreeIPA project shifting more towards stability, > quality and maintainability, and