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

2018-05-11 Thread freeipa-pr-ci via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1916 Author: freeipa-pr-ci Title: #1916: [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/1916/head:pr1916 git checkout pr1916

[Freeipa-devel] [freeipa PR#1921][opened] [testing_master] Nightly PR

2018-05-11 Thread freeipa-pr-ci via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1921 Author: freeipa-pr-ci Title: #1921: [testing_master] Nightly PR Action: opened PR body: """ None """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1921/head:pr1921 git

[Freeipa-devel] Re: Candidate PRs to close

2018-05-11 Thread Alexander Bokovoy via FreeIPA-devel
On pe, 11 touko 2018, Rob Crittenden via FreeIPA-devel wrote: Ok thanks for the feedback. I removed from the list those that were mentioned. I'll close these some time on Monday afternoon EDT unless something changes in between. This is the list of 16 I plan to close for inactivity: 1809

[Freeipa-devel] Re: [BLOG/DESIGN] cert-request revocation changes

2018-05-11 Thread Rob Crittenden via FreeIPA-devel
Simo Sorce wrote: On Fri, 2018-05-11 at 15:47 +1000, Fraser Tweedale via FreeIPA-devel wrote: Hi all, Ticket https://pagure.io/freeipa/issue/7482 made me think about the current revocation behaviour in `ipa cert-request`. For hosts and services, all old certificates get revoked. I wrote a

[Freeipa-devel] Re: Candidate PRs to close

2018-05-11 Thread Rob Crittenden via FreeIPA-devel
Ok thanks for the feedback. I removed from the list those that were mentioned. I'll close these some time on Monday afternoon EDT unless something changes in between. This is the list of 16 I plan to close for inactivity: 1809 Fixes for test_server_del failures.

[Freeipa-devel] Re: [BLOG/DESIGN] cert-request revocation changes

2018-05-11 Thread Simo Sorce via FreeIPA-devel
On Fri, 2018-05-11 at 15:47 +1000, Fraser Tweedale via FreeIPA-devel wrote: > Hi all, > > Ticket https://pagure.io/freeipa/issue/7482 made me think about the > current revocation behaviour in `ipa cert-request`. For hosts and > services, all old certificates get revoked. > > I wrote a blog

[Freeipa-devel] [freeipa PR#1917][closed] [Backport][ipa-4-6] Allow user administrator to change user homedir

2018-05-11 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1917 Author: stlaz Title: #1917: [Backport][ipa-4-6] Allow user administrator to change user homedir Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1917/head:pr1917

[Freeipa-devel] [freeipa PR#1918][closed] [Backport][ipa-4-5] Allow user administrator to change user homedir

2018-05-11 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1918 Author: stlaz Title: #1918: [Backport][ipa-4-5] Allow user administrator to change user homedir Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1918/head:pr1918

[Freeipa-devel] [freeipa PR#1920][opened] ui_tests: improve "field_validation" method

2018-05-11 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1920 Author: Rezney Title: #1920: ui_tests: improve "field_validation" method Action: opened PR body: """ Often when trying to check e.g. required field we pass the method another element as parent in order to narrow down a scope for validation.