#1055 Add a new API endpoint to assign an issue to someone
Merged by pingou. Opened by pingou.
api_assign  into  master

Download 1055.patch
no initial comment

@ryanlerch with this change, we could rework #1019 to make use of it :)

LGTM :thumbsup:

^except that: pagure.org could have been pagure.io and AssigneIssueForm could have been AssigneeIssueForm but is't OK. Practically, they don't matter.

pagure.org comes from https://pagure.io/pagure/blob/master/f/pagure/default_config.py#_38

I see for the form, you're right I think

1 new commit added

  • Rename the form AssigneIssueForm to AssignIssueForm

I went with AssignIssueForm instead of assignee as the current form names all reflect the action rather than the content (and I fix a typo in the docstring while at it).

Good catch :)

Any other ones?

1 new commit added

  • Small pep8 fix

No, everything seems fine. :thumbsup:

Thanks :)

Pull-Request has been merged by pingou

Metadata