-
-
Notifications
You must be signed in to change notification settings - Fork 456
[11.9] Allow update_at order by in Projects::pipelines
#710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[11.9] Allow update_at order by in Projects::pipelines
#710
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the documentation on line 340.
update_at order by in Projects::pipelinesupdate_at order by in Projects::pipelines
update_at order by in Projects::pipelinesupdate_at order by in Projects::pipelines
✅ |
|
🖖🏼 Hey @GrahamCampbell , don't want to put pressure, just want to know if you plan to merge this PR ? |
|
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. |
|
Hi @GrahamCampbell, do you think this is mergeable ? |
|
Thanks for working on this. 🍻 |
|
v11.9.0 has now been released, with this change, and many others, including PHP 8.2 support. 🚢 |
…#710) Co-authored-by: Graham Campbell <[email protected]>
Bumped year Bumped versions Support PHPUnit 10 Added PHP 8.2 support [11.9] Deploy Tokens (GitLabPHP#701) Co-authored-by: Graham Campbell <[email protected]> [11.9] Add source parameter to pipelines API (GitLabPHP#708) Co-authored-by: Christoph Rosse <[email protected]> [11.9] Add support for `Projects::pipelineTestReport` & `Projects::pipelineTestReportSummary` (GitLabPHP#709) * Add support for `Projects::pipelineTestReport` * Add support for `Projects::pipelineTestReportSummary` [11.9] Allow `update_at` order by in `Projects::pipelines` (GitLabPHP#710) Co-authored-by: Graham Campbell <[email protected]> [11.9] Feature/groups issues (GitLabPHP#714) Update CHANGELOG.md [11.9] Add support for `allowed_to_create` in `Projects::addProtectedTag` (GitLabPHP#736) [11.9] Add support for user starred projects (GitLabPHP#735) Co-authored-by: Wim Reckman <[email protected]> [11.9] Add support for `Projects::projectAccessToken` (GitLabPHP#715) Co-authored-by: Niek Brekelmans <[email protected]> [11.9] Add support for `Jobs::artifactByJobId` (GitLabPHP#734) [11.9] Add ability to authenticate with a job token (GitLabPHP#722) Update CHANGELOG.md Revert "[11.9] Add support for `access_level` in `Projects::createProjectAccessToken` (GitLabPHP#731)" This reverts commit f788d19. Update psalm-baseline.xml Release 11.9.0
According to this documentation order by
update_atvalue is allowed.