Skip to content
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

Bump m4tthumphrey/php-gitlab-api from 11.9.0 to 11.14.0 #232

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2024

Bumps m4tthumphrey/php-gitlab-api from 11.9.0 to 11.14.0.

Release notes

Sourced from m4tthumphrey/php-gitlab-api's releases.

11.14.0 (17/03/2024)

  • Add support for php-http/cache-plugin:^2.0
  • Add support for 'approved' status in Project::events
  • Add support for name in createRelease and updateRelease
  • Add support for date filtering to GroupsMilestones::all()
  • Update MergeRequests::all to use millisecond precision for date filters

11.13.0 (03/12/2023)

  • Add support for symfony/options-resolver:^7.0
  • Add support for status and environment in Deployments::all
  • Add support for Groups::search, Projects::search, and Search::all

11.12.0 (08/10/2023)

  • Add PHP 8.3 support
  • Add Projects::updateProtectedBranch and Projects::updateApprovalsConfiguration
  • Add support for environment_scope in Projects::removeVariable
  • Add support for filter in Projects::variable
  • Add support for author in Repositories::commits
  • Add support for additional parameters in Projects::labels and Groups::labels

11.11.1 (08/10/2023)

  • Fixed double encoding of job name in artifacts download

11.11.0 (17/07/2023)

  • Add support for author_id in Issues::all
  • Add support for tier in Environments::create
  • Add support for expires_at in Groups::addMember
  • Add support for include_retried in Jobs::pipelineBridges
  • Add support for additional parameters in Projects::deployment
  • Add support for additional parameters in Projects::forks
  • Add support for Events::all
  • Add support for Users::removeUserIdentity
  • Add support for MergeRequests::showParticipants

11.10.1 (08/10/2023)

  • Fixed double encoding of job name in artifacts download

11.10.0 (30/04/2023)

  • Add support for Packages::addGenericFile
  • Add support for Milestones::mergeRequests
  • Add support for Project::removeTrigger
  • Add support for Schedules::takeOwnership and Schedules::play
  • Add support for access_level in Projects::createProjectAccessToken
  • Add support for expires_at in Projects::addMember and Projects::saveMember
  • Add support for order_by version in Tags::all
  • Added support for psr/http-message v2

11.9.1 (30/04/2023)

  • Corrected upload avatar endpoint
Changelog

Sourced from m4tthumphrey/php-gitlab-api's changelog.

[11.14.0] - 2024-03-11

  • Add support for php-http/cache-plugin:^2.0
  • Add support for 'approved' status in Project::events
  • Add support for name in createRelease and updateRelease
  • Add support for date filtering to GroupsMilestones::all()
  • Update MergeRequests::all to use millisecond precision for date filters

[11.13.0] - 2023-12-03

  • Add support for symfony/options-resolver:^7.0
  • Add support for status and environment in Deployments::all
  • Add support for Groups::search, Projects::search, and Search::all

[11.12.0] - 2023-10-08

  • Add PHP 8.3 support
  • Add Projects::updateProtectedBranch and Projects::updateApprovalsConfiguration
  • Add support for environment_scope in Projects::removeVariable
  • Add support for filter in Projects::variable
  • Add support for author in Repositories::commits
  • Add support for additional parameters in Projects::labels and Groups::labels

[11.11.1] - 2023-10-08

  • Fixed double encoding of job name in artifacts download

[11.11.0] - 2023-07-17

  • Add support for author_id in Issues::all
  • Add support for tier in Environments::create
  • Add support for expires_at in Groups::addMember
  • Add support for include_retried in Jobs::pipelineBridges
  • Add support for additional parameters in Projects::deployment
  • Add support for additional parameters in Projects::forks
  • Add support for Events::all
  • Add support for Users::removeUserIdentity
  • Add support for MergeRequests::showParticipants

[11.10.0] - 2023-04-30

  • Add support for Packages::addGenericFile
  • Add support for Milestones::mergeRequests
  • Add support for Project::removeTrigger
  • Add support for Schedules::takeOwnership and Schedules::play
  • Add support for access_level in Projects::createProjectAccessToken
  • Add support for expires_at in Projects::addMember and Projects::saveMember
  • Add support for order_by version in Tags::all
  • Added support for psr/http-message v2

... (truncated)

Commits
  • 6b80588 Release 11.14.0
  • fb6e520 Update release notes
  • 869915e Add support for php-http/cache-plugin:^2.0
  • 7d1ee08 Apply fixes from StyleCI
  • 04d543b Fixes
  • 26a4f3a [11.14] Group milestones API: able to call GitLab API with addtional paramete...
  • f6fcad6 Fix project events not allowing approved action (#788)
  • 7d52be1 [11.14] Update MergeRequests::all to use millisecond precision (#787)
  • dd5eecc Ability to set release name (#781)
  • a3e4186 Merge branch '11.13' into 11.14
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [m4tthumphrey/php-gitlab-api](https://github.com/GitLabPHP/Client) from 11.9.0 to 11.14.0.
- [Release notes](https://github.com/GitLabPHP/Client/releases)
- [Changelog](https://github.com/GitLabPHP/Client/blob/11.14/CHANGELOG.md)
- [Commits](GitLabPHP/Client@11.9.0...11.14.0)

---
updated-dependencies:
- dependency-name: m4tthumphrey/php-gitlab-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 2, 2024
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.04%. Comparing base (74887d3) to head (62fed10).
Report is 1 commits behind head on 1.x.

Additional details and impacted files
@@            Coverage Diff            @@
##                1.x     #232   +/-   ##
=========================================
  Coverage     66.04%   66.04%           
  Complexity      417      417           
=========================================
  Files            58       58           
  Lines          1649     1649           
=========================================
  Hits           1089     1089           
  Misses          560      560           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dpi dpi merged commit b1962a8 into 1.x Jul 2, 2024
13 checks passed
@dpi dpi deleted the dependabot/composer/m4tthumphrey/php-gitlab-api-11.14.0 branch July 2, 2024 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant