G

GitLab

G
GitLab DevOps

How to govern agentic AI, MCPs, and AI code assistants

AI code completion built human review into the process by design. A developer types, a suggestion appears, and a human decides whether to accept it. A person looked at every line before it shipped.Agentic AI breaks that review loop. An agent can open a merge request, call a tool, modify a CI/CD configuration, and push a change, sometimes without a person reviewing each individual step. Add in the…

G
GitLab DevOps

Why GitLab signed the Open Weights and American AI Leadership letter

This week GitLab signed the Open Weights and American AI Leadership letter, joining a long list of other technology companies that support a strong, open AI ecosystem.The letter argues that open weights spur innovation, give customers greater control, and provide an important path to AI safety and security. In addition to being a policy position we share, it’s core to how we think about agentic en…

G
GitLab DevOps

Claude Opus 5 on GitLab: Reasoning built for the hard tasks

A mistake on a routine task can cost you a minute. A mistake on a large refactor or a debugging trail spanning months of commit history can cost far more, as it compounds silently over hundreds of exchanges. By the time you catch it, every step built on top of it needs unwinding, too. That's the difference between work that rewards speed and high-complexity work that requires getting it right the…

G
GitLab DevOps

Modernize Java with Cursor and GitLab

"Modernize Java 8 to Java 21" sounds like one task. It is not. It touches the build, the runtime, dependencies, APIs, concurrency, tests, containers, and production behavior, often all at once. Ask an agent to do all of that in one prompt, and you get one enormous merge request that nobody can safely review.Cursor, an AI coding agent, is good at the focused part of that problem. Give it one failin…

G
GitLab DevOps

Automate work item assignment with a "Work item created" trigger

A new, event-driven trigger in GitLab Duo Agent Platform lets flows fire the moment a work item is created, turning triage and assignment from a manual, all-day chore into automation that runs in seconds. This comprehensive guide shows you how to use the "Work item created" trigger and follow along with this video demonstration:See the flow fire, route, and assign in real time — and imagine what c…

G
GitLab DevOps

GitLab Transcend Hackathon: What developers built on GitLab Orbit

We gave a few thousand developers GitLab Orbit. Then we got out of the way. The community responded with creative solutions to real production problems slowing down their teams. The same problems you hit every week: What does this change break, which tests actually matter, and what will this migration really cost.GitLab Orbit is a live, queryable graph of your code, merge requests, pipelines, depl…

G
GitLab DevOps

When a version bump breaks your build, GitLab fixes it

AI is writing more code and pulling in more dependencies, increasing application risk. Most of that exposure isn't from code your team actively chose. A 2025 study of the Maven ecosystem found vulnerabilities reaching roughly 63% of latest releases through transitive dependencies, versus 31% through direct ones.Dependency Scanning Auto-Remediation, now in beta, closes the loop for security. When d…

G
GitLab DevOps

Bring GitLab Duo Agent Platform to your terminal

Most of the work for software delivery doesn’t happen only in the editor. Pipelines fail. Tests break. Vulnerabilities show up. And a lot of that work starts and ends at the command line.Agentic AI in the terminal that only understands code can’t help with any of that. A standalone assistant doesn’t know your agents across the entire software lifecycle, your permissions across many projects in you…

G
GitLab DevOps

GitLab Duo Security Review spots logic flaws scanners miss

Static scanners excel at catching vulnerabilities that fit a known pattern, like unsanitized query inputs, hardcoded secrets, and unsafe deserialization. They struggle against flaws in your application’s logic, where there is no pattern to match — only valid code doing the wrong thing for your domain. Undetected, these flaws surface late and cost more to fix.Security Review Flow, now in public bet…

G
GitLab DevOps

Turn multi-step software delivery into agentic flows you can trust

Knowing what to do next in software development is rarely the hard part. Doing it again in the exact same steps — implement an issue, fix a pipeline, review a merge request — is. Chat that only provides answers still leaves every handoff to you. Homegrown scripts don’t inherit changes in access controls, new triggers, or updated review gates. In both cases, the multi-step paths teams rely on conti…

G
GitLab DevOps

Forrester Consulting: GitLab Duo Agent Platform delivers 400% ROI

A new Forrester Consulting Total Economic Impact™ study found that organizations using GitLab Duo Agent Platform achieve a 400% return on investment and $7.5 million in net present value over three years — with payback in under six months.Agentic coding makes developers faster. The harder problem is how enterprises turn speed into return. Faster commits are only part of the equation when it comes…

G
GitLab DevOps

Green DevOps: Why carbon measurement belongs in your CI/CD pipeline

A typical software team runs hundreds of CI/CD jobs a day. Each one runs on compute and burns energy that doesn't show up in your pipeline logs, including its carbon impact. That invisibility is exactly the problem.You can't reduce what you don't measure.Eco CI and Carmen are third-party integrations that add a carbon lens to the pipelines you're already running in GitLab. Both are open source too…

G
GitLab DevOps

How we used AI agents to migrate GitLab rate limiting

A small team at GitLab spent the past few weeks running an experiment: Could we use AI agents to migrate part of our legacy rate-limiting system without dropping the safety bar?Short answer: yes. AI agents do work. They can also expose weaknesses in how you usually work. The pod, the loop, and the observability mattered more than the agents. What follows is how we structured the work using GitLab,…

G
GitLab DevOps

Keep your GitLab seats in check with restricted access

GitLab restricted access for instance admins, group owners, and billing managers enables predictable seat costs with less manual gatekeeping. The feature has been significantly improved and is now more complete for the workflows that commonly affect seat usage. This update closes the gaps around identity provider provisioning, dormant user reactivation, and sign-in flows so organizations can use r…

G
GitLab DevOps

Claude Sonnet 5 on GitLab: More reliable, more efficient

Anthropic’s Claude Sonnet 5 is now available on GitLab Duo Agent Platform across all tiers and deployment models through GitLab's AI Gateway. Claude Sonnet 5 is built for work that agents assist software teams with every day: multi-step tasks, generating code that holds up under review, and conducting workflows affordably at scale. It’s also the first model in GitLab's evaluation suite to complete…

G
GitLab DevOps v2.55.0

What's new in Git 2.55.0?

The Git project recently released Git 2.55.0. Let's look at a few notable highlights from this release, which includes contributions from the Git team at GitLab.What's covered:git-history(1) learns fixupfsmonitor daemon for Linuxgit push to a remote groupLimiting git log --graph lane widthEvolution of Rust in the Git codebaseFaster git-grep(1) and git-cherry(1) in partial clonesgit-history(1) lear…

G
GitLab DevOps

Google Antigravity agents get full context with GitLab Orbit

Developers working in Google Antigravity can now install our lifecycle context graph, GitLab Orbit, directly from the Antigravity MCP Store and give their agents structured access to projects, pipelines, merge requests, vulnerabilities, and source code across their GitLab instance.The Orbit integration is a new addition to a family of purpose-built GitLab integrations already in the Google Cloud e…

G
GitLab DevOps

AI Catalog updates for governance and operations

Enterprise AI adoption often stalls not because the technology isn't ready, but because admins can't answer the question their security team is asking: What's actually running in our environment, and who put it there?GitLab 19.1 ships event-driven triggers for Duo Flows alongside the governance controls and config validation that make running them safely possible. Together, they give enterprise te…

G
GitLab DevOps

One vulnerability view: From scanner coverage to AI governance

Most enterprises use a handful of different security scanners, each configured and enforced, project by project. With no single view of what scanners run where, policies drift, blind spots go undetected, and important projects could silently go unprotected. With GitLab 19.1, you can now integrate the security scanners you already use, giving a single view of your scanner coverage. GitLab enforces…

G
GitLab DevOps

Introducing the 2026 EMEA GitLab Partner Award winners

The GitLab Partner Program continues to cultivate a thriving ecosystem of DevSecOps professionals committed to helping customers modernize their software development, from foundational DevSecOps practices to the latest AI-powered capabilities. Across Europe, the Middle East, and Africa (EMEA), our partners have once again demonstrated what's possible when deep technical expertise meets a shared co…

G
GitLab DevOps

GitLab and Capgemini accelerate DevSecOps transformation

We're excited to share that GitLab and Capgemini have signed a global alliance partnership agreement. As a GitLab Select Partner, Capgemini will leverage the GitLab portfolio for clients globally, including GitLab Duo Agent Platform, which orchestrates AI across the entire software development lifecycle, along with specialized implementation services.For customers, that means a shorter path from p…

G
GitLab DevOps

GitLab named a Leader in the 2026 Gartner® Magic Quadrant™ for DevSecOps Platforms

For the fourth year running, Gartner has named GitLab a Leader in the 2026 Gartner® Magic Quadrant™ for DevSecOps Platforms. We believe this recognition reflects what our customers already see: The work of building software has moved past the editor, and the platform underneath is where speed either compounds or breaks down.Developers have never written code faster. Most now use more than one AI c…

G
GitLab DevOps

GitLab on Google Cloud: Fully managed, compliant, and AI-ready

You can now run GitLab as a fully managed platform on Google Cloud, delivered by GitLab-certified managed service providers (MSPs) — with the latest Google AI models built in. Through MSP partners, including Beyond and Digital Future, your team can move to a scalable, reliable DevSecOps architecture on GitLab and Google Cloud, keep full control over where your code, pipelines, and security data li…