GitLabPHP / Client

GitLab API v4 client for PHP
MIT License
933 stars 452 forks source link

add 'updated_at' to 'order_by' for pipelines() #723

Closed marcsimeon closed 1 year ago

marcsimeon commented 2 years ago

The Gitlab-Api (https://docs.gitlab.com/15.4/ee/api/pipelines.html#list-project-pipelines) states that pipelines can be ordered by 'updated_at' as well. It already works by allowing it here.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because there has been no recent activity. It will be closed after 30 days if no further activity occurs. Thank you for your contributions.

GrahamCampbell commented 1 year ago

Thanks for the PR. It looks like this has already been applied as part of another PR, on the 11.9 branch. 🚀

GrahamCampbell commented 1 year ago

v11.9.0 has now been released, with this change, and many others, including PHP 8.2 support. 🚢