Home
last modified time | relevance | path

Searched refs:GitHubAuth (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-buildbot/buildbot-3.4.1/docs/relnotes/
H A D0.9.2-0.9.15.rst310 - Fix regression with :py:class:`~buildbot.www.oauth2.GitHubAuth` when API v3 is used.
311 - When using the :py:class:`~buildbot.www.oauth2.GitHubAuth` v4 API,
338 - The :py:class:`~buildbot.www.oauth2.GitHubAuth` now allows fetching the user
499 - Changed :py:class:`~buildbot.www.oauth2.GitHubAuth` now supports GitHub
686 - Fix :py:class:`~buildbot.www.oauth2.GitHubAuth` to retrieve all organizations
H A D1.x.rst143 - Restricted groups added by :py:class:`~buildbot.www.oauth2.GitHubAuth`'s
153 :py:class:`~buildbot.www.oauth2.GitHubAuth`'s ``getTeamsMembership`` option
H A D2.x.rst493 - :class:`GitHubAuth` is now using `Authorization` headers instead of `access_token` query paramete…
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/www/
H A Doauth2.py196 class GitHubAuth(OAuth2Auth): class