GitHub assignee labels
by Tibor Dudlák
Hi people!
I could not miss that we stopped using github's assignee label and I have
got used to it.
Is there possibility to bring this habit back on track? I find it very
useful when i am trying to find PR which I want to look into it.
Thanks!
--
Tibor Dudlák
Identity management - freeIPA
Brno, TPB-C, 2C407
Red Hat
5 years, 2 months
[freeipa PR#1423][opened] IntegrationTests now collects logs from all test methods
by felipevolpone
URL: https://github.com/freeipa/freeipa/pull/1423
Author: felipevolpone
Title: #1423: IntegrationTests now collects logs from all test methods
Action: opened
PR body:
"""
It was missing the configuration and the proper use of the logfile_dir. Also, the dict of
logs to be collected should not be cleared. Now, all logs from all test methods will
be collected.
It's useful to say that it doesn't mean that all methods are changing the environment
or installing/reinstalling freeIPA. So, it's possible that some logs in different methods
would be the same.
Fixes: #7310 and #7335
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1423/head:pr1423
git checkout pr1423
5 years, 2 months