[{"data":1,"prerenderedAt":1049},["ShallowReactive",2],{"/blog/debian-customizes-ci-tooling-with-gitlab":3,"navigation-en-us":263,"banner-en-us":690,"footer-en-us":700,"blog-post-authors-en-us-Santiago Ruano Rincón":945,"blog-related-posts-en-us-debian-customizes-ci-tooling-with-gitlab":960,"blog-promotions-en-us":985,"next-steps-en-us":1039},{"id":4,"title":5,"authors":6,"body":8,"category":241,"date":242,"description":243,"extension":244,"externalUrl":245,"faq":245,"featured":246,"heroImage":247,"meta":248,"navigation":249,"path":250,"seo":251,"slug":255,"stem":256,"tags":257,"template":261,"updatedDate":245,"__hash__":262},"blogPosts/en-us/blog/debian-customizes-ci-tooling-with-gitlab.md","Debian customizes CI tooling with GitLab",[7],"Santiago Ruano Rincón",{"type":9,"value":10,"toc":231},"minimark",[11,28,31,39,45,54,59,74,79,82,110,135,142,146,149,152,165,199,203,212,229],[12,13,14,15,21,22,27],"p",{},"I still remember the day I broke a widely used critical tool for open source developers around the world.\nAs part of the ",[16,17,20],"a",{"href":18,"rel":19},"https://www.debian.org/",[],"Debian Linux distribution project",", I maintain ",[16,23,26],{"href":24,"rel":25},"https://tracker.debian.org/pkg/grep",[],"grep",", the GNU/Linux application used to search for text patterns in files.\nI had just uploaded a new Debian release of grep to the Debian archive, when some hours later, a Debian friend called me to let me know other Debian developers were unable to boot their personal computers.",[12,29,30],{},"That was late in 2005 – ever since then I'd wished for a way to prevent that scenario from happening again.",[12,32,33,34,38],{},"Today, that solution exists.\nIt's part of Salsa, Debian's GitLab implementation, which powers Debian development for more than 900 developers in the global Debian community.\nThanks to GitLab's robust CI/CD functionality, those developers are able to test their packages ",[35,36,37],"em",{},"before"," releasing them to the public Debian archive — saving them from causing the kind of turmoil I accidentally caused.",[40,41,42],"blockquote",{},[12,43,44],{},"Join us at Open Source Summit Europe 2023 to learn more about GitLab's dedication to open source.",[12,46,47,48,53],{},"In this article, I'll explain how that tool, called ",[16,49,52],{"href":50,"rel":51},"https://salsa.debian.org/salsa-ci-team/pipeline/",[],"Salsa CI",", helps Debian developers using GitLab streamline software development, accelerate package maintenance, and significantly reduce time-consuming re-work.",[55,56,58],"h2",{"id":57},"debian-with-extra-salsa","Debian with extra Salsa",[12,60,61,62,67,68,73],{},"Salsa CI is one of the Debian community's custom-built continuous integration tools.\nIt's part of the Debian GitLab instance (",[16,63,66],{"href":64,"rel":65},"https://wiki.debian.org/Salsa",[],"Salsa","), and helps Debian maintainers manage roughly ",[16,69,72],{"href":70,"rel":71},"https://codesearch.debian.net/search?q=pipeline-jobs+path%3Adebian%2F.*.yml&literal=0&perpkg=1",[],"9,000 projects",".",[75,76,78],"h3",{"id":77},"how-salsa-ci-works","How Salsa CI works",[12,80,81],{},"As a Linux distribution, Debian packages open source software from multiple upstream sources.\nWhen new upstream source code is released, maintainers can test that code to ensure it will build and run reliably for Debian users as part of the Debian release cycle.",[83,84,85,94,102],"ul",{},[86,87,88,89,73],"li",{},"Packages appear first in ",[16,90,93],{"href":91,"rel":92},"https://wiki.debian.org/DebianUnstable",[],"Debian Unstable",[86,95,96,97,73],{},"If those packages don't introduce regressions or serious bugs, they can migrate to ",[16,98,101],{"href":99,"rel":100},"https://wiki.debian.org/DebianTesting",[],"Debian Testing",[86,103,104,105,73],{},"When a new Debian release is published, those packages move to ",[16,106,109],{"href":107,"rel":108},"https://wiki.debian.org/DebianStable",[],"Debian Stable",[12,111,112,113,118,119,124,125,128,129,134],{},"Salsa CI helps increase the probability that packages can pass from Unstable to Testing reliably, quickly, and without issue.\nIn effect, it emulates the Debian build process, adding several quality checks to identify errors before they would affect Debian users.\nWhen new source code triggers a Salsa CI pipeline, 17 different jobs run to build and test it automatically.\nSalsa CI checks to see whether the to-be-uploaded packages build on multiple architectures (at the moment, amd64 and i386, and optionally on Arm), runs ",[16,114,117],{"href":115,"rel":116},"https://wiki.debian.org/ContinuousIntegration/autopkgtest",[],"autopkgtest test suites"," to try to identify potential regressions, and checks for common errors with our custom linter, ",[16,120,123],{"href":121,"rel":122},"https://wiki.debian.org/Lintian",[],"lintian",", among other tests.\nYou can view all the details at Debian's public GitLab instance (I maintain the ",[126,127,26],"code",{}," package for Debian, so I'll offer that one as ",[16,130,133],{"href":131,"rel":132},"https://salsa.debian.org/debian/grep/-/pipelines/576674",[],"an example of Salsa CI in action",").",[12,136,137],{},[138,139],"img",{"alt":140,"src":141},"An overview of Salsa CI running on Debian's grep package","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398141/blog/Content%20Images/debian-grep-salsa-overview.png",[55,143,145],{"id":144},"life-before-salsa-ci","Life before Salsa CI",[12,147,148],{},"Maintainers have been iterating on the Salsa CI pipeline for more than four years now.\nBut I have not forgotten what life as a package maintainer in the Debian community was like without it.",[12,150,151],{},"Most of the work Salsa CI performs today is work that community members would otherwise need to perform manually.\nSo it proceeded slowly and was prone to more errors.\nWhile use of Salsa CI isn't compulsory for Debian maintainers, many choose to use it for their work because it saves them an incredible amount of time and effort — and because it leads to fewer breaking packages.\nMaintainers no longer need to run their own package tests locally; instead, Salsa performs this work remotely.",[12,153,154,155,160,161,164],{},"And it works quickly.\nIdentifying issues with ",[16,156,159],{"href":157,"rel":158},"https://ci.debian.net",[],"Debian's primary CI system"," when testing packages might require several hours, days, or even a month.\nSalsa CI reduces that time horizon to several ",[35,162,163],{},"minutes"," (or hours, in the worst cases), depending on the complexity of the package. For example:",[83,166,167,180],{},[86,168,169,170,175,176,179],{},"Without Salsa CI, maintainers manually upload their packages and must wait for build results from the Debian build network (and they must do this for each architecture they wish to test). Usually, if a build fails, maintainers test on bespoke \"",[16,171,174],{"href":172,"rel":173},"https://wiki.debian.org/PorterBoxHowToUse",[],"porterboxes","\" tailored to specific architectures. Using Salsa CI, however, maintainers can test x86 and Arm package builds easily — after a single ",[126,177,178],{},"git push"," command.",[86,181,182,183,186,187,192,193,195,196,198],{},"Running ",[126,184,185],{},"autopkgtest"," on ",[16,188,191],{"href":189,"rel":190},"https://ci.debian.net/",[],"ci.debian.net"," (the official and central CI infrastructure for Debian) tests only the packages that have been built by the build servers and installed in the archive. ",[126,194,185],{}," is run for migration reference monthly. In Salsa CI, however, ",[126,197,185],{}," runs immediately after the amd64 build job has finished, decreasing review cycle times.",[55,200,202],{"id":201},"salsa-ci-in-the-open-source-ecosystem","Salsa CI in the open source ecosystem",[12,204,205,206,211],{},"Overall, the Debian community has been pleased with the progress Salsa CI maintainers have made since the tool's creation four years ago.\nOther open source communities are taking notice, too.\nFor instance, Salsa CI has become the basis for even more complex CI pipelines in projects like ",[16,207,210],{"href":208,"rel":209},"https://about.gitlab.com/blog/kali-linux-movingtogitlab/",[],"Kali Linux",".\nWe're delighted to see that something we created to solve our own issues and improve our own work is making a positive impact on the open source ecosystem more broadly.",[12,213,214],{},[35,215,216,217,222,223,228],{},"Editor's note: Debian developers ",[16,218,221],{"href":219,"rel":220},"https://gitlab.com/formorer",[],"Alexander Wirt"," and ",[16,224,227],{"href":225,"rel":226},"https://gitlab.com/ottok",[],"Otto Kekäläinen"," contributed to this article.",[12,230,44],{},{"title":232,"searchDepth":233,"depth":233,"links":234},"",2,[235,239,240],{"id":57,"depth":233,"text":58,"children":236},[237],{"id":77,"depth":238,"text":78},3,{"id":144,"depth":233,"text":145},{"id":201,"depth":233,"text":202},"open-source","2023-09-19","Debian developer Santiago Ruano Rincón explains the Linux distribution's custom solution for improving and expediting the open source software packaging process.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663000/Blog/Hero%20Images/tanukilifecycle.png",{},true,"/en-us/blog/debian-customizes-ci-tooling-with-gitlab",{"title":5,"description":243,"ogTitle":5,"ogDescription":243,"noIndex":246,"ogImage":247,"ogUrl":252,"ogSiteName":253,"ogType":254,"canonicalUrls":252},"https://about.gitlab.com/blog/debian-customizes-ci-tooling-with-gitlab","https://about.gitlab.com","article","debian-customizes-ci-tooling-with-gitlab","en-us/blog/debian-customizes-ci-tooling-with-gitlab",[258,259,260],"open source","community","features","BlogPost","6DbZU-sCKzr8TnS57-O9K5cX4_1p0EdRvfYbadVUMIE",{"logo":264,"freeTrial":269,"sales":274,"login":279,"items":284,"search":610,"minimal":641,"duo":660,"switchNav":669,"pricingDeployment":680},{"config":265},{"href":266,"dataGaName":267,"dataGaLocation":268},"/","gitlab logo","header",{"text":270,"config":271},"Get free trial",{"href":272,"dataGaName":273,"dataGaLocation":268},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":275,"config":276},"Request a demo",{"href":277,"dataGaName":278,"dataGaLocation":268},"/sales/?contact-topic=request-demo","sales",{"text":280,"config":281},"Sign in",{"href":282,"dataGaName":283,"dataGaLocation":268},"https://gitlab.com/users/sign_in/","sign in",[285,314,414,419,532,588],{"text":286,"config":287,"menu":289},"Platform",{"dataNavLevelOne":288},"platform",{"type":290,"columns":291},"cards",[292,298,306],{"title":286,"description":293,"link":294},"The intelligent orchestration platform for DevSecOps",{"text":295,"config":296},"Explore our Platform",{"href":297,"dataGaName":288,"dataGaLocation":268},"/platform/",{"title":299,"description":300,"link":301},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":302,"config":303},"Meet GitLab Duo",{"href":304,"dataGaName":305,"dataGaLocation":268},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":307,"description":308,"link":309},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":310,"config":311},"Learn more",{"href":312,"dataGaName":313,"dataGaLocation":268},"/why-gitlab/","why gitlab",{"text":315,"left":249,"config":316,"menu":318},"Product",{"dataNavLevelOne":317},"solutions",{"type":319,"link":320,"columns":324,"feature":393},"lists",{"text":321,"config":322},"View all Solutions",{"href":323,"dataGaName":317,"dataGaLocation":268},"/solutions/",[325,349,372],{"title":326,"description":327,"link":328,"items":333},"Automation","CI/CD and automation to accelerate deployment",{"config":329},{"icon":330,"href":331,"dataGaName":332,"dataGaLocation":268},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[334,338,341,345],{"text":335,"config":336},"CI/CD",{"href":337,"dataGaLocation":268,"dataGaName":335},"/solutions/continuous-integration/",{"text":299,"config":339},{"href":304,"dataGaLocation":268,"dataGaName":340},"gitlab duo agent platform - product menu",{"text":342,"config":343},"Source Code Management",{"href":344,"dataGaLocation":268,"dataGaName":342},"/solutions/source-code-management/",{"text":346,"config":347},"Automated Software Delivery",{"href":331,"dataGaLocation":268,"dataGaName":348},"Automated software delivery",{"title":350,"description":351,"link":352,"items":357},"Security","Deliver code faster without compromising security",{"config":353},{"href":354,"dataGaName":355,"dataGaLocation":268,"icon":356},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[358,362,367],{"text":359,"config":360},"Application Security Testing",{"href":354,"dataGaName":361,"dataGaLocation":268},"Application security testing",{"text":363,"config":364},"Software Supply Chain Security",{"href":365,"dataGaLocation":268,"dataGaName":366},"/solutions/supply-chain/","Software supply chain security",{"text":368,"config":369},"Software Compliance",{"href":370,"dataGaName":371,"dataGaLocation":268},"/solutions/software-compliance/","software compliance",{"title":373,"link":374,"items":379},"Measurement",{"config":375},{"icon":376,"href":377,"dataGaName":378,"dataGaLocation":268},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[380,384,388],{"text":381,"config":382},"Visibility & Measurement",{"href":377,"dataGaLocation":268,"dataGaName":383},"Visibility and Measurement",{"text":385,"config":386},"Value Stream Management",{"href":387,"dataGaLocation":268,"dataGaName":385},"/solutions/value-stream-management/",{"text":389,"config":390},"Analytics & Insights",{"href":391,"dataGaLocation":268,"dataGaName":392},"/solutions/analytics-and-insights/","Analytics and insights",{"title":394,"type":319,"items":395},"GitLab for",[396,402,408],{"text":397,"config":398},"Enterprise",{"icon":399,"href":400,"dataGaLocation":268,"dataGaName":401},"Building","/enterprise/","enterprise",{"text":403,"config":404},"Small Business",{"icon":405,"href":406,"dataGaLocation":268,"dataGaName":407},"Work","/small-business/","small business",{"text":409,"config":410},"Public Sector",{"icon":411,"href":412,"dataGaLocation":268,"dataGaName":413},"Organization","/solutions/public-sector/","public sector",{"text":415,"config":416},"Pricing",{"href":417,"dataGaName":418,"dataGaLocation":268,"dataNavLevelOne":418},"/pricing/","pricing",{"text":420,"config":421,"menu":423},"Resources",{"dataNavLevelOne":422},"resources",{"type":319,"link":424,"columns":428,"feature":521},{"text":425,"config":426},"View all resources",{"href":427,"dataGaName":422,"dataGaLocation":268},"/resources/",[429,462,489],{"title":430,"items":431},"Getting started",[432,437,442,447,452,457],{"text":433,"config":434},"Install",{"href":435,"dataGaName":436,"dataGaLocation":268},"/install/","install",{"text":438,"config":439},"Quick start guides",{"href":440,"dataGaName":441,"dataGaLocation":268},"/get-started/","quick setup checklists",{"text":443,"config":444},"Learn",{"href":445,"dataGaLocation":268,"dataGaName":446},"https://university.gitlab.com/","learn",{"text":448,"config":449},"Product documentation",{"href":450,"dataGaName":451,"dataGaLocation":268},"https://docs.gitlab.com/","product documentation",{"text":453,"config":454},"Best practice videos",{"href":455,"dataGaName":456,"dataGaLocation":268},"/getting-started-videos/","best practice videos",{"text":458,"config":459},"Integrations",{"href":460,"dataGaName":461,"dataGaLocation":268},"/integrations/","integrations",{"title":463,"items":464},"Discover",[465,470,475,480,484],{"text":466,"config":467},"Customer success stories",{"href":468,"dataGaName":469,"dataGaLocation":268},"/customers/","customer success stories",{"text":471,"config":472},"Blog",{"href":473,"dataGaName":474,"dataGaLocation":268},"/blog/","blog",{"text":476,"config":477},"Demo Hub",{"href":478,"dataGaName":479,"dataGaLocation":268},"/demo-hub/","demo hub",{"text":481,"config":482},"The Source",{"href":483,"dataGaName":474,"dataGaLocation":268},"/the-source/",{"text":485,"config":486},"Remote",{"href":487,"dataGaName":488,"dataGaLocation":268},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":490,"items":491},"Connect",[492,497,502,506,511,516],{"text":493,"config":494},"GitLab Services",{"href":495,"dataGaName":496,"dataGaLocation":268},"/services/","services",{"text":498,"config":499},"Contribute",{"href":500,"dataGaName":501,"dataGaLocation":268},"https://contributors.gitlab.com","contribute",{"text":503,"config":504},"Community",{"href":505,"dataGaName":259,"dataGaLocation":268},"/community/",{"text":507,"config":508},"Forum",{"href":509,"dataGaName":510,"dataGaLocation":268},"https://forum.gitlab.com/","forum",{"text":512,"config":513},"Events",{"href":514,"dataGaName":515,"dataGaLocation":268},"/events/","events",{"text":517,"config":518},"Partners",{"href":519,"dataGaName":520,"dataGaLocation":268},"/partners/","partners",{"config":522,"title":525,"text":526,"link":527},{"background":523,"textColor":524},"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":528,"config":529},"Read the latest",{"href":530,"dataGaName":531,"dataGaLocation":268},"/whats-new/","whats new",{"text":533,"config":534,"menu":536},"Company",{"dataNavLevelOne":535},"company",{"type":319,"columns":537},[538],{"items":539},[540,545,551,553,558,563,568,573,578,583],{"text":541,"config":542},"About",{"href":543,"dataGaName":544,"dataGaLocation":268},"/company/","about",{"text":546,"config":547,"footerGa":550},"Jobs",{"href":548,"dataGaName":549,"dataGaLocation":268},"/jobs/","jobs",{"dataGaName":549},{"text":512,"config":552},{"href":514,"dataGaName":515,"dataGaLocation":268},{"text":554,"config":555},"Leadership",{"href":556,"dataGaName":557,"dataGaLocation":268},"/company/team/e-group/","leadership",{"text":559,"config":560},"Handbook",{"href":561,"dataGaName":562,"dataGaLocation":268},"https://handbook.gitlab.com/","handbook",{"text":564,"config":565},"Investor relations",{"href":566,"dataGaName":567,"dataGaLocation":268},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":569,"config":570},"Trust Center",{"href":571,"dataGaName":572,"dataGaLocation":268},"/security/","trust center",{"text":574,"config":575},"AI Transparency Center",{"href":576,"dataGaName":577,"dataGaLocation":268},"/ai-transparency-center/","ai transparency center",{"text":579,"config":580},"Newsletter",{"href":581,"dataGaName":582,"dataGaLocation":268},"/company/contact/#contact-forms","newsletter",{"text":584,"config":585},"Press",{"href":586,"dataGaName":587,"dataGaLocation":268},"/press/","press",{"text":589,"config":590,"menu":591},"Contact us",{"dataNavLevelOne":535},{"type":319,"columns":592},[593],{"items":594},[595,600,605],{"text":596,"config":597},"Talk to sales",{"href":598,"dataGaName":599,"dataGaLocation":268},"/sales/","talk to sales",{"text":601,"config":602},"Support portal",{"href":603,"dataGaName":604,"dataGaLocation":268},"https://support.gitlab.com/hc/en-us","support portal",{"text":606,"config":607},"Customer portal",{"href":608,"dataGaName":609,"dataGaLocation":268},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":611,"login":612,"suggestions":619},"Close",{"text":613,"link":614},"To search repositories and projects, login to",{"text":615,"config":616},"gitlab.com",{"href":282,"dataGaName":617,"dataGaLocation":618},"search login","search",{"text":620,"default":621},"Suggestions",[622,624,628,630,634,638],{"text":299,"config":623},{"href":304,"dataGaName":299,"dataGaLocation":618},{"text":625,"config":626},"Code Suggestions (AI)",{"href":627,"dataGaName":625,"dataGaLocation":618},"/solutions/code-suggestions/",{"text":335,"config":629},{"href":337,"dataGaName":335,"dataGaLocation":618},{"text":631,"config":632},"GitLab on AWS",{"href":633,"dataGaName":631,"dataGaLocation":618},"/partners/technology-partners/aws/",{"text":635,"config":636},"GitLab on Google Cloud",{"href":637,"dataGaName":635,"dataGaLocation":618},"/partners/technology-partners/google-cloud-platform/",{"text":639,"config":640},"Why GitLab?",{"href":312,"dataGaName":639,"dataGaLocation":618},{"freeTrial":642,"mobileIcon":647,"desktopIcon":652,"secondaryButton":655},{"text":643,"config":644},"Start free trial",{"href":645,"dataGaName":273,"dataGaLocation":646},"https://gitlab.com/-/trials/new/","nav",{"altText":648,"config":649},"Gitlab Icon",{"src":650,"dataGaName":651,"dataGaLocation":646},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":648,"config":653},{"src":654,"dataGaName":651,"dataGaLocation":646},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":656,"config":657},"Get Started",{"href":658,"dataGaName":659,"dataGaLocation":646},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":661,"mobileIcon":665,"desktopIcon":667},{"text":662,"config":663},"Learn more about GitLab Duo",{"href":304,"dataGaName":664,"dataGaLocation":646},"gitlab duo",{"altText":648,"config":666},{"src":650,"dataGaName":651,"dataGaLocation":646},{"altText":648,"config":668},{"src":654,"dataGaName":651,"dataGaLocation":646},{"button":670,"mobileIcon":675,"desktopIcon":677},{"text":671,"config":672},"/switch",{"href":673,"dataGaName":674,"dataGaLocation":646},"#contact","switch",{"altText":648,"config":676},{"src":650,"dataGaName":651,"dataGaLocation":646},{"altText":648,"config":678},{"src":679,"dataGaName":651,"dataGaLocation":646},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":681,"mobileIcon":686,"desktopIcon":688},{"text":682,"config":683},"Back to pricing",{"href":417,"dataGaName":684,"dataGaLocation":646,"icon":685},"back to pricing","GoBack",{"altText":648,"config":687},{"src":650,"dataGaName":651,"dataGaLocation":646},{"altText":648,"config":689},{"src":654,"dataGaName":651,"dataGaLocation":646},{"title":691,"titleMobile":692,"button":693,"config":698},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":310,"config":694},{"href":695,"dataGaName":696,"dataGaLocation":697},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":699,"disabled":246},"release",{"data":701},{"text":702,"source":703,"edit":709,"contribute":714,"config":719,"items":724,"minimal":934},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":704,"config":705},"View page source",{"href":706,"dataGaName":707,"dataGaLocation":708},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":710,"config":711},"Edit this page",{"href":712,"dataGaName":713,"dataGaLocation":708},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":715,"config":716},"Please contribute",{"href":717,"dataGaName":718,"dataGaLocation":708},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":720,"facebook":721,"youtube":722,"linkedin":723},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[725,772,826,870,902],{"title":415,"links":726,"subMenu":741},[727,731,736],{"text":728,"config":729},"View plans",{"href":417,"dataGaName":730,"dataGaLocation":708},"view plans",{"text":732,"config":733},"Why Premium?",{"href":734,"dataGaName":735,"dataGaLocation":708},"/pricing/premium/","why premium",{"text":737,"config":738},"Why Ultimate?",{"href":739,"dataGaName":740,"dataGaLocation":708},"/pricing/ultimate/","why ultimate",[742],{"title":743,"links":744},"Contact Us",[745,748,750,752,757,762,767],{"text":746,"config":747},"Contact sales",{"href":598,"dataGaName":278,"dataGaLocation":708},{"text":601,"config":749},{"href":603,"dataGaName":604,"dataGaLocation":708},{"text":606,"config":751},{"href":608,"dataGaName":609,"dataGaLocation":708},{"text":753,"config":754},"Status",{"href":755,"dataGaName":756,"dataGaLocation":708},"https://status.gitlab.com/","status",{"text":758,"config":759},"Terms of use",{"href":760,"dataGaName":761,"dataGaLocation":708},"/terms/","terms of use",{"text":763,"config":764},"Privacy statement",{"href":765,"dataGaName":766,"dataGaLocation":708},"/privacy/","privacy statement",{"text":768,"config":769},"Cookie preferences",{"dataGaName":770,"dataGaLocation":708,"id":771,"isOneTrustButton":249},"cookie preferences","ot-sdk-btn",{"title":315,"links":773,"subMenu":782},[774,778],{"text":775,"config":776},"DevSecOps platform",{"href":297,"dataGaName":777,"dataGaLocation":708},"devsecops platform",{"text":779,"config":780},"AI-Assisted Development",{"href":304,"dataGaName":781,"dataGaLocation":708},"ai-assisted development",[783],{"title":784,"links":785},"Topics",[786,791,796,801,806,811,816,821],{"text":787,"config":788},"CICD",{"href":789,"dataGaName":790,"dataGaLocation":708},"/topics/ci-cd/","cicd",{"text":792,"config":793},"GitOps",{"href":794,"dataGaName":795,"dataGaLocation":708},"/topics/gitops/","gitops",{"text":797,"config":798},"DevOps",{"href":799,"dataGaName":800,"dataGaLocation":708},"/topics/devops/","devops",{"text":802,"config":803},"Version Control",{"href":804,"dataGaName":805,"dataGaLocation":708},"/topics/version-control/","version control",{"text":807,"config":808},"DevSecOps",{"href":809,"dataGaName":810,"dataGaLocation":708},"/topics/devsecops/","devsecops",{"text":812,"config":813},"Cloud Native",{"href":814,"dataGaName":815,"dataGaLocation":708},"/topics/cloud-native/","cloud native",{"text":817,"config":818},"AI for Coding",{"href":819,"dataGaName":820,"dataGaLocation":708},"/topics/devops/ai-for-coding/","ai for coding",{"text":822,"config":823},"Agentic AI",{"href":824,"dataGaName":825,"dataGaLocation":708},"/topics/agentic-ai/","agentic ai",{"title":827,"links":828},"Solutions",[829,831,833,838,842,845,849,852,854,857,860,865],{"text":359,"config":830},{"href":354,"dataGaName":359,"dataGaLocation":708},{"text":348,"config":832},{"href":331,"dataGaName":332,"dataGaLocation":708},{"text":834,"config":835},"Agile development",{"href":836,"dataGaName":837,"dataGaLocation":708},"/solutions/agile-delivery/","agile delivery",{"text":839,"config":840},"SCM",{"href":344,"dataGaName":841,"dataGaLocation":708},"source code management",{"text":787,"config":843},{"href":337,"dataGaName":844,"dataGaLocation":708},"continuous integration & delivery",{"text":846,"config":847},"Value stream management",{"href":387,"dataGaName":848,"dataGaLocation":708},"value stream management",{"text":792,"config":850},{"href":851,"dataGaName":795,"dataGaLocation":708},"/solutions/gitops/",{"text":397,"config":853},{"href":400,"dataGaName":401,"dataGaLocation":708},{"text":855,"config":856},"Small business",{"href":406,"dataGaName":407,"dataGaLocation":708},{"text":858,"config":859},"Public sector",{"href":412,"dataGaName":413,"dataGaLocation":708},{"text":861,"config":862},"Education",{"href":863,"dataGaName":864,"dataGaLocation":708},"/solutions/education/","education",{"text":866,"config":867},"Financial services",{"href":868,"dataGaName":869,"dataGaLocation":708},"/solutions/finance/","financial services",{"title":420,"links":871},[872,874,876,878,881,883,886,888,890,892,894,896,898,900],{"text":433,"config":873},{"href":435,"dataGaName":436,"dataGaLocation":708},{"text":438,"config":875},{"href":440,"dataGaName":441,"dataGaLocation":708},{"text":443,"config":877},{"href":445,"dataGaName":446,"dataGaLocation":708},{"text":448,"config":879},{"href":450,"dataGaName":880,"dataGaLocation":708},"docs",{"text":471,"config":882},{"href":473,"dataGaName":474,"dataGaLocation":708},{"text":884,"config":885},"What's new",{"href":530,"dataGaName":531,"dataGaLocation":708},{"text":466,"config":887},{"href":468,"dataGaName":469,"dataGaLocation":708},{"text":485,"config":889},{"href":487,"dataGaName":488,"dataGaLocation":708},{"text":493,"config":891},{"href":495,"dataGaName":496,"dataGaLocation":708},{"text":498,"config":893},{"href":500,"dataGaName":501,"dataGaLocation":708},{"text":503,"config":895},{"href":505,"dataGaName":259,"dataGaLocation":708},{"text":507,"config":897},{"href":509,"dataGaName":510,"dataGaLocation":708},{"text":512,"config":899},{"href":514,"dataGaName":515,"dataGaLocation":708},{"text":517,"config":901},{"href":519,"dataGaName":520,"dataGaLocation":708},{"title":533,"links":903},[904,906,908,910,912,914,918,923,925,927,929],{"text":541,"config":905},{"href":543,"dataGaName":535,"dataGaLocation":708},{"text":546,"config":907},{"href":548,"dataGaName":549,"dataGaLocation":708},{"text":554,"config":909},{"href":556,"dataGaName":557,"dataGaLocation":708},{"text":559,"config":911},{"href":561,"dataGaName":562,"dataGaLocation":708},{"text":564,"config":913},{"href":566,"dataGaName":567,"dataGaLocation":708},{"text":915,"config":916},"Sustainability",{"href":917,"dataGaName":915,"dataGaLocation":708},"/sustainability/",{"text":919,"config":920},"Diversity, inclusion and belonging (DIB)",{"href":921,"dataGaName":922,"dataGaLocation":708},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":569,"config":924},{"href":571,"dataGaName":572,"dataGaLocation":708},{"text":579,"config":926},{"href":581,"dataGaName":582,"dataGaLocation":708},{"text":584,"config":928},{"href":586,"dataGaName":587,"dataGaLocation":708},{"text":930,"config":931},"Modern Slavery Transparency Statement",{"href":932,"dataGaName":933,"dataGaLocation":708},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":935},[936,939,942],{"text":937,"config":938},"Terms",{"href":760,"dataGaName":761,"dataGaLocation":708},{"text":940,"config":941},"Cookies",{"dataGaName":770,"dataGaLocation":708,"id":771,"isOneTrustButton":249},{"text":943,"config":944},"Privacy",{"href":765,"dataGaName":766,"dataGaLocation":708},[946],{"id":947,"title":948,"body":245,"config":949,"content":951,"description":245,"extension":954,"meta":955,"navigation":249,"path":956,"seo":957,"stem":958,"__hash__":959},"blogAuthors/en-us/blog/authors/santiago-ruano-rincn.yml","Santiago Ruano Rincn",{"template":950},"BlogAuthor",{"name":7,"config":952},{"headshot":232,"ctfId":953},"topodelapradera","yml",{},"/en-us/blog/authors/santiago-ruano-rincn",{},"en-us/blog/authors/santiago-ruano-rincn","biTxZ0T9iNY1QStaiZiRCDt9NeM8Vxvpp1WyEGb6FpM",[961,969,977],{"title":962,"description":963,"heroImage":964,"category":241,"date":965,"authors":966,"slug":968,"externalUrl":245},"What's new in Git 2.55.0?","Learn about the new features and changes in Git 2.55, including a new git-history(1) fixup command, an fsmonitor daemon for Linux, pushing to remote groups, and more.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782732487/ztwgrvlolpifo01vj8qc.png","2026-06-29",[967],"Toon Claes","whats-new-in-git-2-55-0",{"title":970,"description":971,"heroImage":972,"category":241,"date":973,"authors":974,"slug":976,"externalUrl":245},"GitLab AI Hackathon 2026: Meet the winners","Nearly 7,000 developers built 600+ AI agents and flows on GitLab Duo Agent Platform. Find out who won and what they created.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1776457632/llddiylsgwuze0u1rjks.png","2026-04-22",[975],"Nick Veenhof","gitlab-ai-hackathon-2026-meet-the-winners",{"title":978,"description":979,"heroImage":980,"category":241,"date":981,"authors":982,"slug":984,"externalUrl":245},"What’s new in Git 2.54.0?","Learn about release contributions, including new repository maintenance, a new command to edit commit history, a replacement for git-sizer(1), and more.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782734716/ztwgrvlolpifo01vj8qc.png","2026-04-20",[983],"Patrick Steinhardt","whats-new-in-git-2-54-0",{"promotions":986},[987,1001,1013,1025],{"id":988,"categories":989,"header":991,"text":992,"button":993,"image":998},"ai-modernization",[990],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":994,"config":995},"Get your AI maturity score",{"href":996,"dataGaName":997,"dataGaLocation":474},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":999},{"src":1000},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1002,"categories":1003,"header":1005,"text":992,"button":1006,"image":1010},"devops-modernization",[1004,810],"product","Are you just managing tools or shipping innovation?",{"text":1007,"config":1008},"Get your DevOps maturity score",{"href":1009,"dataGaName":997,"dataGaLocation":474},"/assessments/devops-modernization-assessment/",{"config":1011},{"src":1012},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1014,"categories":1015,"header":1017,"text":992,"button":1018,"image":1022},"security-modernization",[1016],"security","Are you trading speed for security?",{"text":1019,"config":1020},"Get your security maturity score",{"href":1021,"dataGaName":997,"dataGaLocation":474},"/assessments/security-modernization-assessment/",{"config":1023},{"src":1024},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1026,"paths":1027,"header":1030,"text":1031,"button":1032,"image":1037},"github-azure-migration",[1028,1029],"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":1033,"config":1034},"See how GitLab compares to GitHub",{"href":1035,"dataGaName":1036,"dataGaLocation":474},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1038},{"src":1012},{"header":1040,"blurb":1041,"button":1042,"secondaryButton":1047},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1043,"config":1044},"Get your free trial",{"href":1045,"dataGaName":273,"dataGaLocation":1046},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":746,"config":1048},{"href":598,"dataGaName":278,"dataGaLocation":1046},1786803767863]