[Freeipa-devel] Re: Review of authconfig replacement

2018-04-05 Thread Rob Crittenden via FreeIPA-devel
Florence Blanc-Renaud wrote: > On 04/04/2018 03:37 PM, Rob Crittenden wrote: >> Florence Blanc-Renaud via FreeIPA-devel wrote: >>> Hi all, >>> >>> I am currently reviewing the PR for authconfig replacement with >>> authselect (see [1]) but I am not 100% sure of the direction we should >>> aim for (

[Freeipa-devel] Re: Web assets in Fedora

2018-04-05 Thread Petr Vobornik via FreeIPA-devel
On Wed, Apr 4, 2018 at 9:19 PM, Rob Crittenden via FreeIPA-devel wrote: > Just saw this on the Fedora development list. Not sure if this would > make sense for IPA to try to use. Doing so could impact other distros > (it could make more work for them). Web-assets is not something new in Fedora, b

[Freeipa-devel] [freeipa PR#1780][closed] ui_tests: workaround for data disappearing

2018-04-05 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1780 Author: Rezney Title: #1780: ui_tests: workaround for data disappearing Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1780/head:pr1780 git checkout pr1780

[Freeipa-devel] [freeipa PR#1783][opened] [Test fix] Fix in IPA's multihost fixture

2018-04-05 Thread gkaihorodova via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1783 Author: gkaihorodova Title: #1783: [Test fix] Fix in IPA's multihost fixture Action: opened PR body: """ AD related tests, which aren't require all set of AD machines were skipped with error msg: Not enough resources configured. Domain 1 not c

[Freeipa-devel] FreeIPA PR CI GraphQL change

2018-04-05 Thread Aleksei Slaikovskii via FreeIPA-devel
Hello, good people of FreeIPA! I have a pull request to make the life of our CI runners easier [1]. So the change simply adds the usage of GraphQL GitHub API but it also has some functionality removal. The crucial points are removing the reboot in every 3 hours and removing auto updates. As you

[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#1781][opened] certdb: Move chdir into subprocess call

2018-04-05 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1781 Author: tiran Title: #1781: certdb: Move chdir into subprocess call Action: opened PR body: """ According to a comment, certutil may create files in the current working directory. Rather than changing the cwd of the current process, FreeIPA's

[Freeipa-devel] [freeipa PR#1769][closed] Correcting detect typo in server.m4

2018-04-05 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1769 Author: amitkumar50 Title: #1769: Correcting detect typo in server.m4 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1769/head:pr1769 git checkout pr1769 ___

[Freeipa-devel] Re: Review of authconfig replacement

2018-04-05 Thread Florence Blanc-Renaud via FreeIPA-devel
On 04/04/2018 03:37 PM, Rob Crittenden wrote: Florence Blanc-Renaud via FreeIPA-devel wrote: Hi all, I am currently reviewing the PR for authconfig replacement with authselect (see [1]) but I am not 100% sure of the direction we should aim for (many items were discussed in the mailing list but

[Freeipa-devel] [freeipa PR#1780][opened] ui_tests: workaround for data disappearing

2018-04-05 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1780 Author: Rezney Title: #1780: ui_tests: workaround for data disappearing Action: opened PR body: """ Some data disappear from user details page after the save action is performed. https://pagure.io/freeipa/issue/5776 """ To pull the PR as Git