You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(gitlab): paginate through MergeRequest notes to locate update marker
This commits adds paging logic when listing commits in the gitlab
CreateComment function.
Previously, only the first 100 notes on a MR were compared when finding
the note to update. Paging through the list of merge request notes
ensures that if a MR has more than 100 comments we will still update
the appropriate comment.
This commit also creates default gitlab paging options which are used by
all gitlab API calls that paginate through the response.
0 commit comments