[Freeipa-devel] [freeipa PR#192][synchronized] server-del: fix incorrect check for one IPA master

2016-10-27 Thread martbab
URL: https://github.com/freeipa/freeipa/pull/192 Author: martbab Title: #192: server-del: fix incorrect check for one IPA master Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/192/head:pr192 git checkout

[Freeipa-devel] [freeipa PR#194][opened] Tests: Verify that validity info is present in cert-show and cert-find command

2016-10-27 Thread mirielka
URL: https://github.com/freeipa/freeipa/pull/194 Author: mirielka Title: #194: Tests: Verify that validity info is present in cert-show and cert-find command Action: opened PR body: """ https://fedorahosted.org/freeipa/ticket/6419 """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] [freeipa PR#188][comment] Move Python build artefacts to top level directory

2016-10-27 Thread stlaz
URL: https://github.com/freeipa/freeipa/pull/188 Title: #188: Move Python build artefacts to top level directory stlaz commented: """ +1 with @pspacek, build artefacts should be in the same directory as is their source. I would like to have them removed on `make clean` if that does not

[Freeipa-devel] [freeipa PR#189][comment] Create relative symbol links

2016-10-27 Thread pspacek
URL: https://github.com/freeipa/freeipa/pull/189 Title: #189: Create relative symbol links pspacek commented: """ As I said several times already, all the SPEC file logic is going away. I'm going to reject this as we do not need to change code which is going away and force everybody to

[Freeipa-devel] [freeipa PR#189][+rejected] Create relative symbol links

2016-10-27 Thread pspacek
URL: https://github.com/freeipa/freeipa/pull/189 Title: #189: Create relative symbol links Label: +rejected -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [freeipa PR#188][comment] Move Python build artefacts to top level directory

2016-10-27 Thread pspacek
URL: https://github.com/freeipa/freeipa/pull/188 Title: #188: Move Python build artefacts to top level directory pspacek commented: """ Why this change? It goes against the usual behavior where build artifacts are placed in the same directory as sources. Also, I intend to support

[Freeipa-devel] [freeipa PR#188][synchronized] Move Python build artefacts to top level directory

2016-10-27 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/188 Author: tiran Title: #188: Move Python build artefacts to top level directory Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/188/head:pr188 git checkout

[Freeipa-devel] [freeipa PR#189][closed] Create relative symbol links

2016-10-27 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/189 Author: tiran Title: #189: Create relative symbol links Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/189/head:pr189 git checkout pr189 -- Manage your

[Freeipa-devel] [freeipa PR#188][synchronized] Move Python build artefacts to top level directory

2016-10-27 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/188 Author: tiran Title: #188: Move Python build artefacts to top level directory Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/188/head:pr188 git checkout

[Freeipa-devel] [freeipa PR#188][synchronized] Move Python build artefacts to top level directory

2016-10-27 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/188 Author: tiran Title: #188: Move Python build artefacts to top level directory Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/188/head:pr188 git checkout

[Freeipa-devel] [freeipa PR#195][opened] [WIP] Make ipaclient pip install-able

2016-10-27 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/195 Author: tiran Title: #195: [WIP] Make ipaclient pip install-able Action: opened PR body: """ This makes ipaclient and dependencies pip install-able by adding install requirements to all ```setup.py```. A new make target ```bdist_wheel```

[Freeipa-devel] [freeipa PR#196][opened] ipatests: unresolvable nested netgroups

2016-10-27 Thread apophys
URL: https://github.com/freeipa/freeipa/pull/196 Author: apophys Title: #196: ipatests: unresolvable nested netgroups Action: opened PR body: """ Adds a test case for issue in SSSD that manifested in an inability to resolve nested membership in netgroups The test case tests for direct and

[Freeipa-devel] [freeipa PR#166][comment] WebUI: services without canonical name are shown correctly

2016-10-27 Thread pvoborni
URL: https://github.com/freeipa/freeipa/pull/166 Title: #166: WebUI: services without canonical name are shown correctly pvoborni commented: """ Works for me. Code look OK. I have only one minor nitpick: name of the adaper. Current is `SearchTableColumnFieldAdapter` imho better would be e.g.

[Freeipa-devel] [freeipa PR#188][comment] Move Python egg-info to top level directory

2016-10-27 Thread tiran
URL: https://github.com/freeipa/freeipa/pull/188 Title: #188: Move Python egg-info to top level directory tiran commented: """ I have changed the PR a bit * dist and build are no longer moved * as discussed on IRC ```freeipa.egg-info``` is now ```ipaserver.egg-info```. pkg_resource assumes

[Freeipa-devel] Github: rebases and commits order

2016-10-27 Thread Martin Basti
FYI: when you change order of commits using `git rebase` github doesn't respect this and shows commits in UI based on author date ordering. https://github.com/isaacs/github/issues/386 It is just for your information, we started using bigger amount of commits and surprise, surprise UI shows