Commits on Source 6
-
Zen Fu authored
"Summaries" are, in fact, issues, even for non-issue triage policies. Despite that, the current implementation of the `comment_on_summary` action mistakenly uses the type of the policy as the resource type to create the comment on. This commit fixes that by adding a summary resource type of 'issues' to the Gitlab::Triage::Action::Summarize class and using that as the `resource_type` for `comment_on_summary` API calls. Fixes: #371 Thanks @jennli for improving the readability by making this patch more self-documented. :) Changelog: fixed
-
Jennifer Li authored
fix comment_on_summary for non-issue triage policies Closes #371 See merge request !348 Merged-by:
Jennifer Li <jli@gitlab.com> Approved-by:
Jennifer Li <jli@gitlab.com> Reviewed-by:
Jennifer Li <jli@gitlab.com> Co-authored-by:
Zen Fu <zen@torproject.org>
-
Changelog: changed
-
Rémy Coutable authored
Make `Resource::Milestone#all_active_with_start_date` public See merge request !355 Merged-by:
Rémy Coutable <remy@rymai.me> Approved-by:
Rémy Coutable <remy@rymai.me> Reviewed-by:
Rémy Coutable <remy@rymai.me> Co-authored-by:
Ash McKenzie <amckenzie@gitlab.com>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Bump VERSION to 1.45.0 See merge request !356 Merged-by:
Rémy Coutable <remy@rymai.me> Approved-by:
David Dieulivol <ddieulivol@gitlab.com>