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

2018-07-04 Thread freeipa-pr-ci via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2096 Author: freeipa-pr-ci Title: #2096: [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/2096/head:pr2096 git checkout pr2096

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

2018-07-04 Thread freeipa-pr-ci via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2100 Author: freeipa-pr-ci Title: #2100: [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/2100/head:pr2100 git

[Freeipa-devel] [freeipa PR#2050][closed] Extend Sub CA replication test

2018-07-04 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2050 Author: tiran Title: #2050: Extend Sub CA replication test Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2050/head:pr2050 git checkout pr2050

[Freeipa-devel] [freeipa PR#2098][opened] ipa_tests: ipa-replica-prepare stuck on user input

2018-07-04 Thread Rezney via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2098 Author: Rezney Title: #2098: ipa_tests: ipa-replica-prepare stuck on user input Action: opened PR body: """ TestOldReplicaWorksAfterDomainUpgrade is getting stuck while running "ipa-replica-prepare" as it is asking for user input: "Do

[Freeipa-devel] [freeipa PR#2097][opened] [py37] Import ABCs from collections.abc

2018-07-04 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2097 Author: tiran Title: #2097: [py37] Import ABCs from collections.abc Action: opened PR body: """ Python 3 has moved all collection abstract base classes to collections.abc. Python 3.7 started to deprecate the old aliases. The whole import

[Freeipa-devel] [freeipa PR#2076][closed] ui_tests - stabilization fixes + test_config fix

2018-07-04 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2076 Author: Rezney Title: #2076: ui_tests - stabilization fixes + test_config fix Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2076/head:pr2076 git checkout

[Freeipa-devel] [freeipa PR#2098][closed] ipa_tests: ipa-replica-prepare stuck on user input

2018-07-04 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2098 Author: Rezney Title: #2098: ipa_tests: ipa-replica-prepare stuck on user input Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2098/head:pr2098 git checkout

[Freeipa-devel] [freeipa PR#2099][opened] ipa-server-install: fix zonemgr argument validator

2018-07-04 Thread netoarmando via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2099 Author: netoarmando Title: #2099: ipa-server-install: fix zonemgr argument validator Action: opened PR body: """ Fix `ERROR 'str' object has no attribute 'decode'` when `--zonemgr` is passed to ipa-server-install. Solution copied from commit