Client
Client copied to clipboard
GitLab API v4 client for PHP
See #496 and #807
This is to resolve issue #832 by setting variables to $parameters directly
The GitLab API documentation specifies that pipeline variables should be included directly in the request body (see: https://docs.gitlab.com/api/pipelines/#create-a-new-pipeline). However, the `createPipeline()` method in the GitLab PHP Client incorrectly places these...
The merge_train endpoint allows a merge/pull request to be added to a merge train, rather than merging directly.§ See the documentation here: https://docs.gitlab.com/api/merge_trains/#add-a-merge-request-to-a-merge-train
ProjectAccessToken get request allows filtering via query parameters.
This is a new submission with rebased to 12.0 from PR #760 This adds still MS Teams and Jira Integrations APIs
Recreating #797 against the latest project branch. Closes https://github.com/GitLabPHP/Client/issues/796
## Issue If a branch name has slashes, the compare function does not work and throws an error ## Replicate: ```
According to the Open API documentation https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/api/openapi/openapi.yaml Endpoint `/projects/{id}/repository/branches` can take useful arguments as `sort=updated_desc` I tested a quick implementation in src/Api/Repositories.php and it works well : ``` public function...
Visibility is also available as filter for groups, not only for projects.