Client
Client copied to clipboard
GitLab API v4 client for PHP
For a migration process from gitea to gitlab I needed support for additionnal methods in the lib to be able - to migrate starred project from users #791 - to...
methods addAwardEmoji() to append an emoji on a merge request, and showNoteAwardEmoji() and addNoteAwardEmoji() to see and append emoji on comments on a merge request
methods addAwardEmoji() to append an emoji on an issue, and showNoteAwardEmoji() and addNoteAwardEmoji() to see and append emoji on comments on an issue
methods star() to star a project and starrers() to get the list of project starrers
methods contextCommits() to list context, and addContextCommits() to append context commits
heyho in my project i'll get this with composer 2.7.0 ``` $ composer audit No security vulnerability advisories found. Found 1 abandoned package: +--------------------------+----------------------------------------------------------------------------------+ | Abandoned Package | Suggested Replacement...
We are iteratively fetching new MRs via: ``` updated_after=2023-01-24T18:05:25.801Z &sort=asc &order_by=updated_at ``` And there is more than 100 MR updated within a second. Current implementation causes the same MRs to...
Api specification: https://docs.gitlab.com/ee/api/commits.html#list-merge-requests-associated-with-a-commit
[List group milestones new parameters](https://docs.gitlab.com/ee/api/group_milestones.html#list-group-milestones) ``` updated_before: Return only milestones updated before the given datetime. Expected in ISO 8601 format (2019-03-15T08:00:00Z). Introduced in GitLab 15.10 updated_after: Return only milestones updated...
Add the `approved` action type in project events according to the [documentation](https://docs.gitlab.com/ee/user/profile/contributions_calendar.html#user-contribution-events)