launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #22968
Re: [Merge] lp:~cjwatson/launchpad/git-grant-limitedview into lp:launchpad
Review: Approve code
Diff comments:
> === modified file 'lib/lp/code/interfaces/gitcollection.py'
> --- lib/lp/code/interfaces/gitcollection.py 2016-05-05 07:22:32 +0000
> +++ lib/lp/code/interfaces/gitcollection.py 2018-09-25 18:02:34 +0000
> @@ -116,6 +116,12 @@
> states are returned.
> """
>
> + def getGrantsForGrantee(grantee):
getRuleGrantsForGrantee
> + """Return a result set of access grants to the given grantee.
> +
> + :param grantee: An `IPerson`.
> + """
> +
> def getTeamsWithRepositories(person):
> """Return the teams that person is a member of that have
> repositories."""
--
https://code.launchpad.net/~cjwatson/launchpad/git-grant-limitedview/+merge/355607
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
References