-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(deps): update rust crate gitlab to 0.1708.0 #181
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/gitlab-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
84c6e37
to
f7810e1
Compare
ec63641
to
f8a1506
Compare
6d260d3
to
46eb89e
Compare
4ce1586
to
fb6bfc2
Compare
51b3707
to
bc5cc90
Compare
bc5cc90
to
b9fd833
Compare
b9fd833
to
1352519
Compare
1352519
to
17aed10
Compare
17aed10
to
62c32bf
Compare
62c32bf
to
90ffb83
Compare
90ffb83
to
50011cd
Compare
50011cd
to
725d213
Compare
725d213
to
80a6afc
Compare
80a6afc
to
ef2e35d
Compare
ef2e35d
to
9e1664c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.1608.1
->0.1708.0
Release Notes
utils/rust-gitlab (gitlab)
v0.1708.0
Compare Source
Additions
api::projects::variables
to list and delete project-level CI/CD variables.Changes
Planner
access levels where necessary. This access levelis new in GitLab 17.7.
v0.1707.0
Compare Source
Additions
api::paged::pagination::Pagination::AllPerPageLimit(usize)
to get allresults with smaller page size. Some endpoints return a 500 Internal Server
Error when trying to fetch 100 results at once.
api::groups::variables
to manage group-level CI/CD variables similarto the already available project-level CI/CD variable endpoints.
v0.1706.0
Compare Source
Additions
api::runners::RunnerMetadata
for use with theCreateRunner::info
method.ordering request):
api::groups::GroupProjects
api::projects::repository::Tree
api::users::UserProjects
Fixes
api::projects::repository::CreateCommit
now property forces the encodingto
base64
when non-UTF-8 contents are detected. This bumps the minimumRust version to use the
client_api
feature to 1.66.api::users::Users
now supports keyset pagination when sorting bycreated_at
orupdated_at
.Deprecations
webhooks
andsystemhooks
types are deprecated. Parsing hooks shouldbe done in the client crate to extract the fields of interest. See the
hooktypes
module for helpers with GitLab-specific oddities.api::issues::GroupIssues::{without_milestone,any_milestone,milestone}
inpreference for
milestone_id
. Previously documented to be deprecated in0.1602.1, but the attributes were missed.
Additions
hooktypes
module for stable types to assist in webhook parsing.hooktypes::HookDate
to support parsing dates that appear in webhooks.hooktypes::{HookKind, SystemHookType, WebHookType}
to help classifywebhooks.
v0.1705.0
Compare Source
Additions
ApiError
code variants which give HTTP status codes with the GitLaberror information (#116). These variants are now returned instead of the
status-less variants. The variants without status information are now
deprecated.
v0.1704.1
Compare Source
Additions
api::projects::issues::DeleteIssue
endpointapi::projects::issues::notes::DeleteIssueNote
endpointapi::projects::approvals::ProjectApprovals
endpointapi::projects::approvals::ProjectApprovalRules
endpointapi::projects::repository::contributors::Contributors
endpointapi::users::CreateRunner
endpointapi::project::repository::branches::DeleteBranch
endpointapi::merge_requests::*
datatypes (reexported fromapi::projects::merge_requests
)api::merge_requests::MergeRequests
endpointv0.1704.0
Compare Source
v0.1703.0
Compare Source
v0.1702.0
Compare Source
Additions
api::projects:repository::commits::CompareCommits
endpointv0.1701.0
Compare Source
Additions
api::projects::DeleteProject
endpointapi::projects::deployments::CreateDeployment
endpointapi::projects::deployments::DeleteDeployment
endpointapi::projects::deployments::Deployment
endpointapi::projects::deployments::Deployments
endpointapi::projects::deployments::EditDeployment
endpointv0.1700.1
Compare Source
Additions
api::projects::access_tokens::CreateProjectAccessToken
endpointapi::projects::access_tokens::ProjectAccessToken
endpointapi::projects::access_tokens::ProjectAccessTokens
endpointapi::projects::access_tokens::RevokeProjectAccessToken
endpointapi::projects::access_tokens::RotateProjectAccessToken
endpointv0.1611.2
Compare Source
Additions
/project/:project/issues/:issue_iid/related_merge_requests
endpoint.api::pipelines::PipelineTestReportSummary
endpointBreaking changes
api::users::CreatePersonalAccessToken
now usesPersonalAccessTokenCreateScope
as this endpoint is actually quite limitedcompared to the
CreatePersonalAccessTokenForUser
endpoint.v0.1611.1
Compare Source
Additions
api::users::CreatePersonalAccessToken
endpointapi::users::CreatePersonalAccessTokenForUser
endpointapi::personal_access_tokens::PersonalAccessToken
endpointapi::personal_access_tokens::PersonalAccessTokenSelf
endpointapi::personal_access_tokens::PersonalAccessTokens
endpointapi::personal_access_tokens::RevokePersonalAccessToken
endpointapi::personal_access_tokens::RevokePersonalAccessTokenSelf
endpointapi::personal_access_tokens::RotatePersonalAccessToken
endpointapi::personal_access_tokens::RotatePersonalAccessTokenSelf
endpointv0.1611.0
Compare Source
Breaking changes
graphql_client
0.14.http
crate has been updated to 1.x.Additions
api::projects::repository::commits::refs
endpointapi::pipelines::PipelineTestReport
endpointv0.1610.0
Compare Source
Additions
api::runners::EditRunner
can now editmaintenance_note
Breaking changes
types
module has been removed. Clients should define their owndeserialization types.
enum
types have been preserved forwebhooks
usage and are nowexported from its module (though
NoteableId
has changed internaldefinition to avoid
*Id
types).impl Serialize
as this crate is intendedto parse hooks, not write them.
v0.1609.2
Compare Source
Additions
api::job::Job
endpointFixes
v0.1609.1
Compare Source
Fixes
ProtectedTags
endpoint nowimpl Pageable
.v0.1609.0
Compare Source
Breaking changes
hooks
types no longer use thetypes::*Id
types for simple wrappers.Deprecations
types
module and its members have been deprecated. Migrate todefining types in client crates directly.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.