On 4/3/20 1:40 PM, Lukas Slebodnik wrote:
> On (03/04/20 13:12), Pavel Březina wrote:
>> SSSD repository is currently spread over multiple places. We use Pagure
>> [1][2] to manage upstream issues and documentation and Github [3] as our main
>> development platform.
>>
>> We chose to move only to a single platform to reduce number of tools we use
>> and to have everything at one place. We decided to move from Pagure to
>> Github.
>>
>> There are several steps that needs to be done in order to achieve this change
>> but the most significant for our users and contributors is: We will no longer
>> accept new issues and pull request in Pagure and we will kindly ask you to
>> use Github instead.
>>
>> I will disable issues and pull request on Pagure and enable issues on Github
>> on Wednesday, April 8.
Issue tracker was opened on github.
Old issues will be kept in Pagure so we can communicate with original
reporters (Github does not support Fedora Account so we can not simply
migrate them). Unfortunately 'New issue' button is still available on
Pagure - there does not seem to be a way how to disable new issues
without making the issues read only. But please, report new issues
against Github.
> Old issues from fdorahosted are still accesible because they are redirected to
> pagure e.g.
> https://fedorahosted.org/sssd/ticket/2846 -> https://pagure.io/SSSD/sssd/issue/2846
>
> And issues from fedorahosted/pagure are available on many places bugzilla/mail
> archive ...
>
> What is a plan with migrating/redirecting issues?
Because Github does not support Fedora Accounts and we would like to be
able to communicate with original reporters old issues will be still
available on Pagure until they are all resolved. So old issues will not
be migrated and the links will keep working.
>
> LS
> _______________________________________________
> sssd-users mailing list -- sssd-users(a)lists.fedorahosted.org
> To unsubscribe send an email to sssd-users-leave(a)lists.fedorahosted.org
> Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: https://lists.fedorahosted.org/archives/list/sssd-users@lists.fedorahosted.…
>
URL: https://github.com/SSSD/sssd/pull/1015
Author: pbrezina
Title: #1015: proxy: allow proxy provider to start without having proxy_resolver_lib_name set
Action: opened
PR body:
"""
Proxy provider fails to start unless `proxy_resolver_lib_name` is set
since recent hosts resolver addition. This would impact all existing
proxy provider configurations.
This patch makes sure that proxy resolver is disabled if the option
is not set but other functions are not affected.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/1015/head:pr1015
git checkout pr1015
URL: https://github.com/SSSD/sssd/pull/1018
Author: alexey-tikhonov
Title: #1018: mem-cache: sizes of free and data tables were made consistent
Action: opened
PR body:
"""
This is partial backport of #999
Since size of "free table" didn't account for SSS_AVG_*_PAYLOAD factor
only small fraction of "data table" was actually used.
SSS_AVG_*_PAYLOAD differentiation for different payload types only
affected size of hash table and was removed as unjustified.
Resolves: https://pagure.io/SSSD/sssd/issue/4160
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/1018/head:pr1018
git checkout pr1018