[{"data":1,"prerenderedAt":1028},["ShallowReactive",2],{"/blog/gitlab-vscode-extension":3,"navigation-en-us":242,"banner-en-us":669,"footer-en-us":679,"blog-post-authors-en-us-Fatih Acet":924,"blog-related-posts-en-us-gitlab-vscode-extension":938,"blog-promotions-en-us":964,"next-steps-en-us":1018},{"id":4,"title":5,"authors":6,"body":8,"category":221,"date":222,"description":223,"extension":224,"externalUrl":225,"faq":225,"featured":226,"heroImage":227,"meta":228,"navigation":229,"path":230,"seo":231,"slug":235,"stem":236,"tags":237,"template":240,"updatedDate":225,"__hash__":241},"blogPosts/en-us/blog/gitlab-vscode-extension.md","A VS Code extension for GitLab: GitLab Workflow",[7],"Fatih Acet",{"type":9,"value":10,"toc":214},"minimark",[11,22,36,56,61,74,78,81,85,88,97,100,165,168,174,200],[12,13,14,15,21],"p",{},"We recently did a survey within the Frontend team to see which tools we were using and how we were using them, in order to learn from one another and to build better development workflows. Through this survey, we determined that ",[16,17,20],"a",{"href":18,"rel":19},"https://code.visualstudio.com/",[],"Visual Studio Code (VS Code)"," is the most used integrated development environment (IDE) within the team. This led to the idea for a GitLab extension for VS Code that could help reduce context switching and boost productivity.",[12,23,24,25,30,31,35],{},"Update: Read ",[16,26,29],{"href":27,"rel":28},"https://about.gitlab.com/blog/vscode-workflows-for-working-with-gitlab/",[],"eight tips for using the GitLab VS Code extension"," and about ",[16,32,34],{"href":33},"/blog/vscode-extension-development-with-gitlab/","how GitLab + VS Code can be used for extension development",".",[12,37,38,39,43,44,49,50,55],{},"This is not a ",[16,40,42],{"href":41},"/pricing/feature-comparison/","GitLab feature"," (we're actually working on building our own integrated ",[16,45,48],{"href":46,"rel":47},"https://docs.gitlab.com/user/project/web_ide/",[],"web IDE","), but the extension is a quick and easy way to perform a lot of useful actions you would usually visit ",[16,51,54],{"href":52,"rel":53},"https://gitlab.com/",[],"GitLab.com"," to do, directly within your VS Code editor. Watch the demo below and read on for more about how I developed the extension.",[57,58,60],"h2",{"id":59},"demo","Demo",[62,63,66,67],"figure",{"className":64},[65],"video_container","\n  ",[68,69,73],"iframe",{"src":70,"frameBorder":71,"allowFullScreen":72},"https://www.youtube.com/embed/XcxsF0lWBhA","0","true"," ",[57,75,77],{"id":76},"first-iteration-of-gitlab-workflow","First iteration of GitLab Workflow",[12,79,80],{},"This was my first attempt at writing a VS Code extension, and I wanted to build something simple as a first iteration. I built an extension that allowed users to see issues and merge requests assigned to them on GitLab.com. The detailed documentation and powerful APIs of VS Code enabled me to build my first version in less than two hours! It was an enjoyable experience.",[57,82,84],{"id":83},"further-iterations","Further iterations",[12,86,87],{},"This led to the creation of my second iteration: showing MR URLs, providing the pipeline status on the status bar, opening the current file and current MR on GitLab.com. I shared this second iteration with my fellow GitLab team-members on our internal Slack and received a lot of positive feedback. After that, I released new iterations and it got more than 5,000 installations in just a month. It was so well received that it was featured on the \"Trending this week\" section of Visual Studio Marketplace and is still currently being featured on the \"Trending this month\" section 🎉",[89,90,91],"center",{},[92,93],"img",{"src":94,"alt":95,"style":96},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398438/blog/Content%20Images/gitlab-vscode-extension/trending-this-month.png","GitLab Workflow on Visual Studio Marketplace","width: 700px;",[12,98,99],{},"The current version of this extension allows you to:",[101,102,103,112,115,122,129,132,139,146,153],"ul",{},[104,105,106,107,35],"li",{},"See pipeline status, open MR and close issue links in the status bar. ",[16,108,111],{"href":109,"rel":110},"https://gitlab.com/fatihacet/gitlab-vscode-extension/tree/master#status-bar",[],"Read more",[104,113,114],{},"Automatically update pipeline status on the status bar so you don't need to open GitLab to see your pipeline status.",[104,116,117,118,35],{},"Advanced pipeline actions allow you to view a pipeline on GitLab, create a new pipeline, and retry or cancel current pipeline. ",[16,119,111],{"href":120,"rel":121},"https://gitlab.com/fatihacet/gitlab-vscode-extension/tree/master#pipeline-actions",[],[104,123,124,125,35],{},"Issue and MR search including simple and advanced search. ",[16,126,111],{"href":127,"rel":128},"https://gitlab.com/fatihacet/gitlab-vscode-extension/tree/master#advanced-search",[],[104,130,131],{},"View an MR and close an issue on GitLab with a single click from your status bar.",[104,133,134,135,35],{},"View an active file on GitLab with highlighting active line number and selected text block. ",[16,136,111],{"href":137,"rel":138},"https://gitlab.com/fatihacet/gitlab-vscode-extension/tree/master#open-active-file",[],[104,140,141,142,35],{},"Create public, internal or private snippet from entire file or selection. ",[16,143,111],{"href":144,"rel":145},"https://gitlab.com/fatihacet/gitlab-vscode-extension/tree/master#create-snippet",[],[104,147,148,149,35],{},"Compare your branch with master and view changes on GitLab. ",[16,150,111],{"href":151,"rel":152},"https://gitlab.com/fatihacet/gitlab-vscode-extension/tree/master#compare-with-master",[],[104,154,155,156,160,161,35],{},"Validate GitLab CI configuration file ",[157,158,159],"code",{},".gitlab-ci.yml",". ",[16,162,111],{"href":163,"rel":164},"https://gitlab.com/fatihacet/gitlab-vscode-extension/tree/master#validate-gitlab-ci-configuration",[],[12,166,167],{},"See below for more tasks you can perform quickly with the extension.",[89,169,170],{},[92,171],{"src":172,"alt":173,"style":96},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398439/blog/Content%20Images/gitlab-vscode-extension/gitlab-vscode.png","GitLab Workflow Commands",[12,175,176,177,182,183,188,189,193,194,199],{},"You can find the source code ",[16,178,181],{"href":179,"rel":180},"https://gitlab.com/fatihacet/gitlab-vscode-extension",[],"here"," and see the extension ",[16,184,187],{"href":185,"rel":186},"https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow",[],"on the Visual Studio Marketplace",". You can read the documentation here and check the CHANGELOG ",[16,190,181],{"href":191,"rel":192},"https://gitlab.com/fatihacet/gitlab-vscode-extension/blob/master/CHANGELOG.md",[],". There is also a ",[16,195,198],{"href":196,"rel":197},"https://www.producthunt.com/posts/gitlab-workflow",[],"Product Hunt page"," for the extension.",[12,201,202,203,208,209],{},"Photo by ",[16,204,207],{"href":205,"rel":206},"https://unsplash.com/photos/TL5Vy1IM-uA?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText",[],"Iker Urteaga"," on ",[16,210,213],{"href":211,"rel":212},"https://unsplash.com/search/photos/tools?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText",[],"Unsplash",{"title":215,"searchDepth":216,"depth":216,"links":217},"",2,[218,219,220],{"id":59,"depth":216,"text":60},{"id":76,"depth":216,"text":77},{"id":83,"depth":216,"text":84},"engineering","2018-03-01","Senior Frontend Engineer Fatih Acet created a VS Code extension, GitLab Workflow, which allows you to do many GitLab-specific tasks quickly and easily.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749680196/Blog/Hero%20Images/vs-code-extension-gitlab-workflow.jpg",{},true,"/en-us/blog/gitlab-vscode-extension",{"title":5,"description":223,"ogTitle":5,"ogDescription":223,"noIndex":226,"ogImage":227,"ogUrl":232,"ogSiteName":233,"ogType":234,"canonicalUrls":232},"https://about.gitlab.com/blog/gitlab-vscode-extension","https://about.gitlab.com","article","gitlab-vscode-extension","en-us/blog/gitlab-vscode-extension",[59,238,239],"open source","integrations","BlogPost","lGvY8nWQpVo50OLK8j-JhU95cwbBrCbtq8T5OuGG3nM",{"logo":243,"freeTrial":248,"sales":253,"login":258,"items":263,"search":589,"minimal":620,"duo":639,"switchNav":648,"pricingDeployment":659},{"config":244},{"href":245,"dataGaName":246,"dataGaLocation":247},"/","gitlab logo","header",{"text":249,"config":250},"Get free trial",{"href":251,"dataGaName":252,"dataGaLocation":247},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":254,"config":255},"Request a demo",{"href":256,"dataGaName":257,"dataGaLocation":247},"/sales/?contact-topic=request-demo","sales",{"text":259,"config":260},"Sign in",{"href":261,"dataGaName":262,"dataGaLocation":247},"https://gitlab.com/users/sign_in/","sign in",[264,293,393,398,511,567],{"text":265,"config":266,"menu":268},"Platform",{"dataNavLevelOne":267},"platform",{"type":269,"columns":270},"cards",[271,277,285],{"title":265,"description":272,"link":273},"The intelligent orchestration platform for DevSecOps",{"text":274,"config":275},"Explore our Platform",{"href":276,"dataGaName":267,"dataGaLocation":247},"/platform/",{"title":278,"description":279,"link":280},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":281,"config":282},"Meet GitLab Duo",{"href":283,"dataGaName":284,"dataGaLocation":247},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":286,"description":287,"link":288},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":289,"config":290},"Learn more",{"href":291,"dataGaName":292,"dataGaLocation":247},"/why-gitlab/","why gitlab",{"text":294,"left":229,"config":295,"menu":297},"Product",{"dataNavLevelOne":296},"solutions",{"type":298,"link":299,"columns":303,"feature":372},"lists",{"text":300,"config":301},"View all Solutions",{"href":302,"dataGaName":296,"dataGaLocation":247},"/solutions/",[304,328,351],{"title":305,"description":306,"link":307,"items":312},"Automation","CI/CD and automation to accelerate deployment",{"config":308},{"icon":309,"href":310,"dataGaName":311,"dataGaLocation":247},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[313,317,320,324],{"text":314,"config":315},"CI/CD",{"href":316,"dataGaLocation":247,"dataGaName":314},"/solutions/continuous-integration/",{"text":278,"config":318},{"href":283,"dataGaLocation":247,"dataGaName":319},"gitlab duo agent platform - product menu",{"text":321,"config":322},"Source Code Management",{"href":323,"dataGaLocation":247,"dataGaName":321},"/solutions/source-code-management/",{"text":325,"config":326},"Automated Software Delivery",{"href":310,"dataGaLocation":247,"dataGaName":327},"Automated software delivery",{"title":329,"description":330,"link":331,"items":336},"Security","Deliver code faster without compromising security",{"config":332},{"href":333,"dataGaName":334,"dataGaLocation":247,"icon":335},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[337,341,346],{"text":338,"config":339},"Application Security Testing",{"href":333,"dataGaName":340,"dataGaLocation":247},"Application security testing",{"text":342,"config":343},"Software Supply Chain Security",{"href":344,"dataGaLocation":247,"dataGaName":345},"/solutions/supply-chain/","Software supply chain security",{"text":347,"config":348},"Software Compliance",{"href":349,"dataGaName":350,"dataGaLocation":247},"/solutions/software-compliance/","software compliance",{"title":352,"link":353,"items":358},"Measurement",{"config":354},{"icon":355,"href":356,"dataGaName":357,"dataGaLocation":247},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[359,363,367],{"text":360,"config":361},"Visibility & Measurement",{"href":356,"dataGaLocation":247,"dataGaName":362},"Visibility and Measurement",{"text":364,"config":365},"Value Stream Management",{"href":366,"dataGaLocation":247,"dataGaName":364},"/solutions/value-stream-management/",{"text":368,"config":369},"Analytics & Insights",{"href":370,"dataGaLocation":247,"dataGaName":371},"/solutions/analytics-and-insights/","Analytics and insights",{"title":373,"type":298,"items":374},"GitLab for",[375,381,387],{"text":376,"config":377},"Enterprise",{"icon":378,"href":379,"dataGaLocation":247,"dataGaName":380},"Building","/enterprise/","enterprise",{"text":382,"config":383},"Small Business",{"icon":384,"href":385,"dataGaLocation":247,"dataGaName":386},"Work","/small-business/","small business",{"text":388,"config":389},"Public Sector",{"icon":390,"href":391,"dataGaLocation":247,"dataGaName":392},"Organization","/solutions/public-sector/","public sector",{"text":394,"config":395},"Pricing",{"href":396,"dataGaName":397,"dataGaLocation":247,"dataNavLevelOne":397},"/pricing/","pricing",{"text":399,"config":400,"menu":402},"Resources",{"dataNavLevelOne":401},"resources",{"type":298,"link":403,"columns":407,"feature":500},{"text":404,"config":405},"View all resources",{"href":406,"dataGaName":401,"dataGaLocation":247},"/resources/",[408,440,467],{"title":409,"items":410},"Getting started",[411,416,421,426,431,436],{"text":412,"config":413},"Install",{"href":414,"dataGaName":415,"dataGaLocation":247},"/install/","install",{"text":417,"config":418},"Quick start guides",{"href":419,"dataGaName":420,"dataGaLocation":247},"/get-started/","quick setup checklists",{"text":422,"config":423},"Learn",{"href":424,"dataGaLocation":247,"dataGaName":425},"https://university.gitlab.com/","learn",{"text":427,"config":428},"Product documentation",{"href":429,"dataGaName":430,"dataGaLocation":247},"https://docs.gitlab.com/","product documentation",{"text":432,"config":433},"Best practice videos",{"href":434,"dataGaName":435,"dataGaLocation":247},"/getting-started-videos/","best practice videos",{"text":437,"config":438},"Integrations",{"href":439,"dataGaName":239,"dataGaLocation":247},"/integrations/",{"title":441,"items":442},"Discover",[443,448,453,458,462],{"text":444,"config":445},"Customer success stories",{"href":446,"dataGaName":447,"dataGaLocation":247},"/customers/","customer success stories",{"text":449,"config":450},"Blog",{"href":451,"dataGaName":452,"dataGaLocation":247},"/blog/","blog",{"text":454,"config":455},"Demo Hub",{"href":456,"dataGaName":457,"dataGaLocation":247},"/demo-hub/","demo hub",{"text":459,"config":460},"The Source",{"href":461,"dataGaName":452,"dataGaLocation":247},"/the-source/",{"text":463,"config":464},"Remote",{"href":465,"dataGaName":466,"dataGaLocation":247},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":468,"items":469},"Connect",[470,475,480,485,490,495],{"text":471,"config":472},"GitLab Services",{"href":473,"dataGaName":474,"dataGaLocation":247},"/services/","services",{"text":476,"config":477},"Contribute",{"href":478,"dataGaName":479,"dataGaLocation":247},"https://contributors.gitlab.com","contribute",{"text":481,"config":482},"Community",{"href":483,"dataGaName":484,"dataGaLocation":247},"/community/","community",{"text":486,"config":487},"Forum",{"href":488,"dataGaName":489,"dataGaLocation":247},"https://forum.gitlab.com/","forum",{"text":491,"config":492},"Events",{"href":493,"dataGaName":494,"dataGaLocation":247},"/events/","events",{"text":496,"config":497},"Partners",{"href":498,"dataGaName":499,"dataGaLocation":247},"/partners/","partners",{"config":501,"title":504,"text":505,"link":506},{"background":502,"textColor":503},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","What’s new in GitLab","Stay updated with our latest features and improvements.",{"text":507,"config":508},"Read the latest",{"href":509,"dataGaName":510,"dataGaLocation":247},"/whats-new/","whats new",{"text":512,"config":513,"menu":515},"Company",{"dataNavLevelOne":514},"company",{"type":298,"columns":516},[517],{"items":518},[519,524,530,532,537,542,547,552,557,562],{"text":520,"config":521},"About",{"href":522,"dataGaName":523,"dataGaLocation":247},"/company/","about",{"text":525,"config":526,"footerGa":529},"Jobs",{"href":527,"dataGaName":528,"dataGaLocation":247},"/jobs/","jobs",{"dataGaName":528},{"text":491,"config":531},{"href":493,"dataGaName":494,"dataGaLocation":247},{"text":533,"config":534},"Leadership",{"href":535,"dataGaName":536,"dataGaLocation":247},"/company/team/e-group/","leadership",{"text":538,"config":539},"Handbook",{"href":540,"dataGaName":541,"dataGaLocation":247},"https://handbook.gitlab.com/","handbook",{"text":543,"config":544},"Investor relations",{"href":545,"dataGaName":546,"dataGaLocation":247},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":548,"config":549},"Trust Center",{"href":550,"dataGaName":551,"dataGaLocation":247},"/security/","trust center",{"text":553,"config":554},"AI Transparency Center",{"href":555,"dataGaName":556,"dataGaLocation":247},"/ai-transparency-center/","ai transparency center",{"text":558,"config":559},"Newsletter",{"href":560,"dataGaName":561,"dataGaLocation":247},"/company/contact/#contact-forms","newsletter",{"text":563,"config":564},"Press",{"href":565,"dataGaName":566,"dataGaLocation":247},"/press/","press",{"text":568,"config":569,"menu":570},"Contact us",{"dataNavLevelOne":514},{"type":298,"columns":571},[572],{"items":573},[574,579,584],{"text":575,"config":576},"Talk to sales",{"href":577,"dataGaName":578,"dataGaLocation":247},"/sales/","talk to sales",{"text":580,"config":581},"Support portal",{"href":582,"dataGaName":583,"dataGaLocation":247},"https://support.gitlab.com/hc/en-us","support portal",{"text":585,"config":586},"Customer portal",{"href":587,"dataGaName":588,"dataGaLocation":247},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":590,"login":591,"suggestions":598},"Close",{"text":592,"link":593},"To search repositories and projects, login to",{"text":594,"config":595},"gitlab.com",{"href":261,"dataGaName":596,"dataGaLocation":597},"search login","search",{"text":599,"default":600},"Suggestions",[601,603,607,609,613,617],{"text":278,"config":602},{"href":283,"dataGaName":278,"dataGaLocation":597},{"text":604,"config":605},"Code Suggestions (AI)",{"href":606,"dataGaName":604,"dataGaLocation":597},"/solutions/code-suggestions/",{"text":314,"config":608},{"href":316,"dataGaName":314,"dataGaLocation":597},{"text":610,"config":611},"GitLab on AWS",{"href":612,"dataGaName":610,"dataGaLocation":597},"/partners/technology-partners/aws/",{"text":614,"config":615},"GitLab on Google Cloud",{"href":616,"dataGaName":614,"dataGaLocation":597},"/partners/technology-partners/google-cloud-platform/",{"text":618,"config":619},"Why GitLab?",{"href":291,"dataGaName":618,"dataGaLocation":597},{"freeTrial":621,"mobileIcon":626,"desktopIcon":631,"secondaryButton":634},{"text":622,"config":623},"Start free trial",{"href":624,"dataGaName":252,"dataGaLocation":625},"https://gitlab.com/-/trials/new/","nav",{"altText":627,"config":628},"Gitlab Icon",{"src":629,"dataGaName":630,"dataGaLocation":625},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":627,"config":632},{"src":633,"dataGaName":630,"dataGaLocation":625},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":635,"config":636},"Get Started",{"href":637,"dataGaName":638,"dataGaLocation":625},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":640,"mobileIcon":644,"desktopIcon":646},{"text":641,"config":642},"Learn more about GitLab Duo",{"href":283,"dataGaName":643,"dataGaLocation":625},"gitlab duo",{"altText":627,"config":645},{"src":629,"dataGaName":630,"dataGaLocation":625},{"altText":627,"config":647},{"src":633,"dataGaName":630,"dataGaLocation":625},{"button":649,"mobileIcon":654,"desktopIcon":656},{"text":650,"config":651},"/switch",{"href":652,"dataGaName":653,"dataGaLocation":625},"#contact","switch",{"altText":627,"config":655},{"src":629,"dataGaName":630,"dataGaLocation":625},{"altText":627,"config":657},{"src":658,"dataGaName":630,"dataGaLocation":625},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":660,"mobileIcon":665,"desktopIcon":667},{"text":661,"config":662},"Back to pricing",{"href":396,"dataGaName":663,"dataGaLocation":625,"icon":664},"back to pricing","GoBack",{"altText":627,"config":666},{"src":629,"dataGaName":630,"dataGaLocation":625},{"altText":627,"config":668},{"src":633,"dataGaName":630,"dataGaLocation":625},{"title":670,"titleMobile":671,"button":672,"config":677},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":289,"config":673},{"href":674,"dataGaName":675,"dataGaLocation":676},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":678,"disabled":226},"release",{"data":680},{"text":681,"source":682,"edit":688,"contribute":693,"config":698,"items":703,"minimal":913},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":683,"config":684},"View page source",{"href":685,"dataGaName":686,"dataGaLocation":687},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":689,"config":690},"Edit this page",{"href":691,"dataGaName":692,"dataGaLocation":687},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":694,"config":695},"Please contribute",{"href":696,"dataGaName":697,"dataGaLocation":687},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":699,"facebook":700,"youtube":701,"linkedin":702},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[704,751,805,849,881],{"title":394,"links":705,"subMenu":720},[706,710,715],{"text":707,"config":708},"View plans",{"href":396,"dataGaName":709,"dataGaLocation":687},"view plans",{"text":711,"config":712},"Why Premium?",{"href":713,"dataGaName":714,"dataGaLocation":687},"/pricing/premium/","why premium",{"text":716,"config":717},"Why Ultimate?",{"href":718,"dataGaName":719,"dataGaLocation":687},"/pricing/ultimate/","why ultimate",[721],{"title":722,"links":723},"Contact Us",[724,727,729,731,736,741,746],{"text":725,"config":726},"Contact sales",{"href":577,"dataGaName":257,"dataGaLocation":687},{"text":580,"config":728},{"href":582,"dataGaName":583,"dataGaLocation":687},{"text":585,"config":730},{"href":587,"dataGaName":588,"dataGaLocation":687},{"text":732,"config":733},"Status",{"href":734,"dataGaName":735,"dataGaLocation":687},"https://status.gitlab.com/","status",{"text":737,"config":738},"Terms of use",{"href":739,"dataGaName":740,"dataGaLocation":687},"/terms/","terms of use",{"text":742,"config":743},"Privacy statement",{"href":744,"dataGaName":745,"dataGaLocation":687},"/privacy/","privacy statement",{"text":747,"config":748},"Cookie preferences",{"dataGaName":749,"dataGaLocation":687,"id":750,"isOneTrustButton":229},"cookie preferences","ot-sdk-btn",{"title":294,"links":752,"subMenu":761},[753,757],{"text":754,"config":755},"DevSecOps platform",{"href":276,"dataGaName":756,"dataGaLocation":687},"devsecops platform",{"text":758,"config":759},"AI-Assisted Development",{"href":283,"dataGaName":760,"dataGaLocation":687},"ai-assisted development",[762],{"title":763,"links":764},"Topics",[765,770,775,780,785,790,795,800],{"text":766,"config":767},"CICD",{"href":768,"dataGaName":769,"dataGaLocation":687},"/topics/ci-cd/","cicd",{"text":771,"config":772},"GitOps",{"href":773,"dataGaName":774,"dataGaLocation":687},"/topics/gitops/","gitops",{"text":776,"config":777},"DevOps",{"href":778,"dataGaName":779,"dataGaLocation":687},"/topics/devops/","devops",{"text":781,"config":782},"Version Control",{"href":783,"dataGaName":784,"dataGaLocation":687},"/topics/version-control/","version control",{"text":786,"config":787},"DevSecOps",{"href":788,"dataGaName":789,"dataGaLocation":687},"/topics/devsecops/","devsecops",{"text":791,"config":792},"Cloud Native",{"href":793,"dataGaName":794,"dataGaLocation":687},"/topics/cloud-native/","cloud native",{"text":796,"config":797},"AI for Coding",{"href":798,"dataGaName":799,"dataGaLocation":687},"/topics/devops/ai-for-coding/","ai for coding",{"text":801,"config":802},"Agentic AI",{"href":803,"dataGaName":804,"dataGaLocation":687},"/topics/agentic-ai/","agentic ai",{"title":806,"links":807},"Solutions",[808,810,812,817,821,824,828,831,833,836,839,844],{"text":338,"config":809},{"href":333,"dataGaName":338,"dataGaLocation":687},{"text":327,"config":811},{"href":310,"dataGaName":311,"dataGaLocation":687},{"text":813,"config":814},"Agile development",{"href":815,"dataGaName":816,"dataGaLocation":687},"/solutions/agile-delivery/","agile delivery",{"text":818,"config":819},"SCM",{"href":323,"dataGaName":820,"dataGaLocation":687},"source code management",{"text":766,"config":822},{"href":316,"dataGaName":823,"dataGaLocation":687},"continuous integration & delivery",{"text":825,"config":826},"Value stream management",{"href":366,"dataGaName":827,"dataGaLocation":687},"value stream management",{"text":771,"config":829},{"href":830,"dataGaName":774,"dataGaLocation":687},"/solutions/gitops/",{"text":376,"config":832},{"href":379,"dataGaName":380,"dataGaLocation":687},{"text":834,"config":835},"Small business",{"href":385,"dataGaName":386,"dataGaLocation":687},{"text":837,"config":838},"Public sector",{"href":391,"dataGaName":392,"dataGaLocation":687},{"text":840,"config":841},"Education",{"href":842,"dataGaName":843,"dataGaLocation":687},"/solutions/education/","education",{"text":845,"config":846},"Financial services",{"href":847,"dataGaName":848,"dataGaLocation":687},"/solutions/finance/","financial services",{"title":399,"links":850},[851,853,855,857,860,862,865,867,869,871,873,875,877,879],{"text":412,"config":852},{"href":414,"dataGaName":415,"dataGaLocation":687},{"text":417,"config":854},{"href":419,"dataGaName":420,"dataGaLocation":687},{"text":422,"config":856},{"href":424,"dataGaName":425,"dataGaLocation":687},{"text":427,"config":858},{"href":429,"dataGaName":859,"dataGaLocation":687},"docs",{"text":449,"config":861},{"href":451,"dataGaName":452,"dataGaLocation":687},{"text":863,"config":864},"What's new",{"href":509,"dataGaName":510,"dataGaLocation":687},{"text":444,"config":866},{"href":446,"dataGaName":447,"dataGaLocation":687},{"text":463,"config":868},{"href":465,"dataGaName":466,"dataGaLocation":687},{"text":471,"config":870},{"href":473,"dataGaName":474,"dataGaLocation":687},{"text":476,"config":872},{"href":478,"dataGaName":479,"dataGaLocation":687},{"text":481,"config":874},{"href":483,"dataGaName":484,"dataGaLocation":687},{"text":486,"config":876},{"href":488,"dataGaName":489,"dataGaLocation":687},{"text":491,"config":878},{"href":493,"dataGaName":494,"dataGaLocation":687},{"text":496,"config":880},{"href":498,"dataGaName":499,"dataGaLocation":687},{"title":512,"links":882},[883,885,887,889,891,893,897,902,904,906,908],{"text":520,"config":884},{"href":522,"dataGaName":514,"dataGaLocation":687},{"text":525,"config":886},{"href":527,"dataGaName":528,"dataGaLocation":687},{"text":533,"config":888},{"href":535,"dataGaName":536,"dataGaLocation":687},{"text":538,"config":890},{"href":540,"dataGaName":541,"dataGaLocation":687},{"text":543,"config":892},{"href":545,"dataGaName":546,"dataGaLocation":687},{"text":894,"config":895},"Sustainability",{"href":896,"dataGaName":894,"dataGaLocation":687},"/sustainability/",{"text":898,"config":899},"Diversity, inclusion and belonging (DIB)",{"href":900,"dataGaName":901,"dataGaLocation":687},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":548,"config":903},{"href":550,"dataGaName":551,"dataGaLocation":687},{"text":558,"config":905},{"href":560,"dataGaName":561,"dataGaLocation":687},{"text":563,"config":907},{"href":565,"dataGaName":566,"dataGaLocation":687},{"text":909,"config":910},"Modern Slavery Transparency Statement",{"href":911,"dataGaName":912,"dataGaLocation":687},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":914},[915,918,921],{"text":916,"config":917},"Terms",{"href":739,"dataGaName":740,"dataGaLocation":687},{"text":919,"config":920},"Cookies",{"dataGaName":749,"dataGaLocation":687,"id":750,"isOneTrustButton":229},{"text":922,"config":923},"Privacy",{"href":744,"dataGaName":745,"dataGaLocation":687},[925],{"id":926,"title":7,"body":225,"config":927,"content":929,"description":225,"extension":932,"meta":933,"navigation":229,"path":934,"seo":935,"stem":936,"__hash__":937},"blogAuthors/en-us/blog/authors/fatih-acet.yml",{"template":928},"BlogAuthor",{"name":7,"config":930},{"headshot":215,"ctfId":931},"fatihacet","yml",{},"/en-us/blog/authors/fatih-acet",{},"en-us/blog/authors/fatih-acet","1DMYjoRqjs7iiSaS6hub5ZRy7F9mTMri3jxRzWIS1oQ",[939,948,956],{"title":940,"description":941,"heroImage":942,"category":221,"date":943,"authors":944,"slug":947,"externalUrl":225},"Confidential AI for GitLab Self-Hosted","Give developers AI coding agents in GitLab Duo without source code leaving a hardware-encrypted boundary — no GPUs needed.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1773866173/vte9qh8rriznvyclhkes.png","2026-08-06",[945,946],"Mathias Ewald","Martin Paloncy, Edgeless Systems","confidential-ai-for-gitlab-self-hosted",{"title":949,"description":950,"heroImage":951,"category":221,"date":952,"authors":953,"slug":955,"externalUrl":225},"Green DevOps: Why carbon measurement belongs in your CI/CD pipeline","CI/CD pipelines have a hidden carbon cost. Here's why measuring it matters, and how you can get started with Eco CI and Carmen in GitLab.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1765809212/noh0mdfn9o94ry9ykura.png","2026-07-09",[954],"Lysanne Pinto","green-devops-carbon-measurement-cicd-pipeline",{"title":957,"description":958,"heroImage":959,"category":221,"date":960,"authors":961,"slug":963,"externalUrl":225},"How to build CI/CD observability at scale","This practical guide to GitLab pipeline analytics helps self-managed users gain operational insights using Prometheus and Grafana.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1774465167/n5hlvrsrheadeccyr1oz.png","2026-04-28",[962],"Paul Meresanu","how-to-build-ci-cd-observability-at-scale",{"promotions":965},[966,980,992,1004],{"id":967,"categories":968,"header":970,"text":971,"button":972,"image":977},"ai-modernization",[969],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":973,"config":974},"Get your AI maturity score",{"href":975,"dataGaName":976,"dataGaLocation":452},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":978},{"src":979},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":981,"categories":982,"header":984,"text":971,"button":985,"image":989},"devops-modernization",[983,789],"product","Are you just managing tools or shipping innovation?",{"text":986,"config":987},"Get your DevOps maturity score",{"href":988,"dataGaName":976,"dataGaLocation":452},"/assessments/devops-modernization-assessment/",{"config":990},{"src":991},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":993,"categories":994,"header":996,"text":971,"button":997,"image":1001},"security-modernization",[995],"security","Are you trading speed for security?",{"text":998,"config":999},"Get your security maturity score",{"href":1000,"dataGaName":976,"dataGaLocation":452},"/assessments/security-modernization-assessment/",{"config":1002},{"src":1003},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1005,"paths":1006,"header":1009,"text":1010,"button":1011,"image":1016},"github-azure-migration",[1007,1008],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","Is your team ready for GitHub's Azure move?","GitHub is already rebuilding around Azure. Find out what it means for you.",{"text":1012,"config":1013},"See how GitLab compares to GitHub",{"href":1014,"dataGaName":1015,"dataGaLocation":452},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1017},{"src":991},{"header":1019,"blurb":1020,"button":1021,"secondaryButton":1026},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1022,"config":1023},"Get your free trial",{"href":1024,"dataGaName":252,"dataGaLocation":1025},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":725,"config":1027},{"href":577,"dataGaName":257,"dataGaLocation":1025},1786803770624]