René's URL Explorer Experiment


Title: Validate existing ci yml seems to be not implemented · Issue #3260 · python-gitlab/python-gitlab · GitHub

Open Graph Title: Validate existing ci yml seems to be not implemented · Issue #3260 · python-gitlab/python-gitlab

X Title: Validate existing ci yml seems to be not implemented · Issue #3260 · python-gitlab/python-gitlab

Description: Description of the problem, including code/CLI snippet It seems that existing config validation is not implemented (at least I haven't found it in the source code), but the documentation doesn't say it explicitly. While this curl call wo...

Open Graph Description: Description of the problem, including code/CLI snippet It seems that existing config validation is not implemented (at least I haven't found it in the source code), but the documentation doesn't sa...

X Description: Description of the problem, including code/CLI snippet It seems that existing config validation is not implemented (at least I haven't found it in the source code), but the documentation doesn&...

Opengraph URL: https://github.com/python-gitlab/python-gitlab/issues/3260

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Validate existing ci yml seems to be not implemented","articleBody":"## Description of the problem, including code/CLI snippet\n\nIt seems that _existing config validation_ is not implemented (at least I haven't found it in the source code), but the [documentation](https://python-gitlab.readthedocs.io/en/stable/gl_objects/ci_lint.html) doesn't say it explicitly.\n\nWhile this curl call works:\n\n```bash\n$ curl --header \"Private-Token: ${MY_CI_TOKEN}\" https://${MY_GITLAB_HOST}/api/v4/projects/${MY_PROJECT_ID}/ci/lint?content_ref=${MYREF}\n```\n\nThis code doesn't:\n\n```python\nfrom gitlab import Gitlab\ng = Gitlab(my_gitlab_host, private_token=my_ci_token)\np = g.projects.get(my_project_id)\np.ci_lint.validate({\"content_ref\": myref})\n```\n\n## Expected Behavior\n\nIf I pass only `content_ref` instead of `content`, the same GET would be called as in the curl above according to the [GitLab documentation](https://docs.gitlab.com/api/lint/#validate-an-existing-cicd-configuration).\n\n## Actual Behavior\n\nIt executes _new config validation_ as specified [here](https://docs.gitlab.com/api/lint/#validate-a-new-cicd-configuration), sends a POST call, then throws `AttributeError: Missing attributes: content`\n\n## Specifications\n\n  - python-gitlab version: v6.3.0\n  - Gitlab server version (or gitlab.com): v14.7.6\n","author":{"url":"https://github.com/gridranger","@type":"Person","name":"gridranger"},"datePublished":"2025-09-09T10:17:13.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/3260/python-gitlab/issues/3260"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:bbbf613c-e55d-5be3-8f13-25ca2d15059d
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9AF0:1BA1D5:3D69503:55AE10D:69713231
html-safe-nonce1dd25bce8dc7119e1dd6ed38d8f6af0929a1e10470b78f2d3bd26c874ede8367
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QUYwOjFCQTFENTozRDY5NTAzOjU1QUUxMEQ6Njk3MTMyMzEiLCJ2aXNpdG9yX2lkIjoiNzExNzg2NzUwNDA1NDEyMTAwOSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac01cf3c88a4a8b8af7d3c8a9f8a7451a79cd2dcc53fc1a52afc7dbbe89b1598f2
hovercard-subject-tagissue:3397741501
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python-gitlab/python-gitlab/3260/issue_layout
twitter:imagehttps://opengraph.githubassets.com/ceae7168ac25a32a1903f775c610d162a9b4813727e038b17b0a7faada050cd7/python-gitlab/python-gitlab/issues/3260
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/ceae7168ac25a32a1903f775c610d162a9b4813727e038b17b0a7faada050cd7/python-gitlab/python-gitlab/issues/3260
og:image:altDescription of the problem, including code/CLI snippet It seems that existing config validation is not implemented (at least I haven't found it in the source code), but the documentation doesn't sa...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamegridranger
hostnamegithub.com
expected-hostnamegithub.com
None0c91dba94f720b71e069760db74b45f0f69e50caa632dc4e976d5bf46c8242ee
turbo-cache-controlno-preview
go-importgithub.com/python-gitlab/python-gitlab git https://github.com/python-gitlab/python-gitlab.git
octolytics-dimension-user_id28886265
octolytics-dimension-user_loginpython-gitlab
octolytics-dimension-repository_id8077625
octolytics-dimension-repository_nwopython-gitlab/python-gitlab
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id8077625
octolytics-dimension-repository_network_root_nwopython-gitlab/python-gitlab
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6c1902093917264567791cc30776acd1b2490c9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python-gitlab/python-gitlab/issues/3260#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-gitlab%2Fpython-gitlab%2Fissues%2F3260
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-gitlab%2Fpython-gitlab%2Fissues%2F3260
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python-gitlab%2Fpython-gitlab
Reloadhttps://github.com/python-gitlab/python-gitlab/issues/3260
Reloadhttps://github.com/python-gitlab/python-gitlab/issues/3260
Reloadhttps://github.com/python-gitlab/python-gitlab/issues/3260
python-gitlab https://github.com/python-gitlab
python-gitlabhttps://github.com/python-gitlab/python-gitlab
Notifications https://github.com/login?return_to=%2Fpython-gitlab%2Fpython-gitlab
Fork 675 https://github.com/login?return_to=%2Fpython-gitlab%2Fpython-gitlab
Star 2.4k https://github.com/login?return_to=%2Fpython-gitlab%2Fpython-gitlab
Code https://github.com/python-gitlab/python-gitlab
Issues 26 https://github.com/python-gitlab/python-gitlab/issues
Pull requests 10 https://github.com/python-gitlab/python-gitlab/pulls
Discussions https://github.com/python-gitlab/python-gitlab/discussions
Actions https://github.com/python-gitlab/python-gitlab/actions
Projects 0 https://github.com/python-gitlab/python-gitlab/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python-gitlab/python-gitlab/security
Please reload this pagehttps://github.com/python-gitlab/python-gitlab/issues/3260
Insights https://github.com/python-gitlab/python-gitlab/pulse
Code https://github.com/python-gitlab/python-gitlab
Issues https://github.com/python-gitlab/python-gitlab/issues
Pull requests https://github.com/python-gitlab/python-gitlab/pulls
Discussions https://github.com/python-gitlab/python-gitlab/discussions
Actions https://github.com/python-gitlab/python-gitlab/actions
Projects https://github.com/python-gitlab/python-gitlab/projects
Security https://github.com/python-gitlab/python-gitlab/security
Insights https://github.com/python-gitlab/python-gitlab/pulse
New issuehttps://github.com/login?return_to=https://github.com/python-gitlab/python-gitlab/issues/3260
New issuehttps://github.com/login?return_to=https://github.com/python-gitlab/python-gitlab/issues/3260
#3278https://github.com/python-gitlab/python-gitlab/pull/3278
Validate existing ci yml seems to be not implementedhttps://github.com/python-gitlab/python-gitlab/issues/3260#top
#3278https://github.com/python-gitlab/python-gitlab/pull/3278
https://github.com/gridranger
https://github.com/gridranger
gridrangerhttps://github.com/gridranger
on Sep 9, 2025https://github.com/python-gitlab/python-gitlab/issues/3260#issue-3397741501
documentationhttps://python-gitlab.readthedocs.io/en/stable/gl_objects/ci_lint.html
GitLab documentationhttps://docs.gitlab.com/api/lint/#validate-an-existing-cicd-configuration
herehttps://docs.gitlab.com/api/lint/#validate-a-new-cicd-configuration
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.