[Freeipa-devel] [freeipa PR#1437][opened] Idviews: fix objectclass violation on idview-add

2018-01-05 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1437 Author: flo-renaud Title: #1437: Idviews: fix objectclass violation on idview-add Action: opened PR body: """ When the option --domain-resolution-order is used with the command ipa idview-add, the resulting LDAP object stores the value in

[Freeipa-devel] [freeipa PR#1438][opened] Make fastlint even faster

2018-01-05 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1438 Author: tiran Title: #1438: Make fastlint even faster Action: opened PR body: """ - Check pycodestyle before pylint. pycodestyle takes seconds while pylint can easily take half a minute or more. - Fix exit, needs two $ - Add some newlines to

[Freeipa-devel] [freeipa PR#1439][opened] Sort external schema files

2018-01-05 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1439 Author: tiran Title: #1439: Sort external schema files Action: opened PR body: """ get_all_external_schema_files() now returns schema files sorted. Fixes: https://pagure.io/freeipa/issue/7338 Signed-off-by: Christian Heimes