Client
Client copied to clipboard
GitLab API v4 client for PHP
Implement merge request remove method: https://docs.gitlab.com/ee/api/merge_requests.html#delete-a-merge-request
- `\Gitlab\Api\Groups::projects` can accept a last_activity_after date arg - `\Gitlab\Api\Projects::pipelines` $order -> $sort rename - `\Gitlab\Api\Projects::pipelines` can accept an updated_before date arg - `\Gitlab\Api\Projects::pipelines` can accept an updated_after date arg...
Implement resource label event for merge request: - https://docs.gitlab.com/ee/api/resource_label_events.html#list-project-merge-request-label-events - https://docs.gitlab.com/ee/api/resource_label_events.html#get-single-merge-request-label-event
Implement environment stop stale method: https://docs.gitlab.com/ee/api/environments.html#stop-stale-environments
As far as I can tell, the triggerPipeline method always includes the "variables" attribute in the json sent to the endpoint, even if there are no variables specified. But this...
Add the `job_variables_attributes` as additional parameters to the job play call. This gives the option to add custom variables to a job. See: https://docs.gitlab.com/ee/api/jobs.html#run-a-job I don't know if it is...
Closes #799 Closes #798 This pull request includes: - A new method in AbstractApi: getGroupPath (group equivalent to getProjectPath) - New methods in Groups: - groupAccessTokens - groupAccessToken - createGroupAccessToken...
I tried to search for an iteration by title and noticed that it does not work and that I can not search for the title of the cadence.
Hi I'm making a feature request, hope that is okay - I haven't noticed anyone making this one yet. I may or may not make a contribution, adding this feature...
Implements the api endpoint documented here : https://docs.gitlab.com/ee/api/project_access_tokens.html#rotate-a-project-access-token