[{"data":1,"prerenderedAt":1370},["ShallowReactive",2],{"/blog/five-great-phabricator-features-inspired-gitlab":3,"navigation-en-us":588,"banner-en-us":1014,"footer-en-us":1024,"blog-post-authors-en-us-Michael Friedrich":1267,"blog-related-posts-en-us-five-great-phabricator-features-inspired-gitlab":1282,"blog-promotions-en-us":1306,"next-steps-en-us":1360},{"id":4,"title":5,"authors":6,"body":8,"category":567,"date":568,"description":569,"extension":570,"externalUrl":571,"faq":571,"featured":572,"heroImage":573,"meta":574,"navigation":378,"path":575,"seo":576,"slug":580,"stem":581,"tags":582,"template":586,"updatedDate":571,"__hash__":587},"blogPosts/en-us/blog/five-great-phabricator-features-inspired-gitlab.md","5 Great Phabricator features that inspired GitLab",[7],"Michael Friedrich",{"type":9,"value":10,"toc":555},"minimark",[11,15,20,30,39,57,60,77,82,90,93,108,111,116,143,147,150,163,171,174,199,210,214,222,230,248,255,258,266,275,282,290,294,315,335,348,366,369,379,382,386,389,396,411,419,448,457,464,468,471,490,497,505,509,523,537,551],[12,13,14],"p",{},"Innovation often happens because competition sparks new ideas. We unpack how Phabricator inspired GitLab to add new features.",[16,17,19],"h2",{"id":18},"phabricator-explained","Phabricator explained",[12,21,22,23,29],{},"Turning back time a bit, what exactly is Phabricator? Built on the concept of web-based applications, Phabricator enables developers to collaborate with code reviews, repository browser, change monitoring, bug tracking and wiki. On May 29, 2021, Phacility, the maintainer and sponsor of Phabricator ",[24,25,28],"a",{"href":26,"rel":27},"https://admin.phacility.com/phame/post/view/11/phacility_is_winding_down_operations/",[],"announced end-of-life"," and stopped maintaining Phabricator.",[12,31,32,33,38],{},"GitLab co-founder and CEO, Sid Sijbrandij gives credit to Phabricator on ",[24,34,37],{"href":35,"rel":36},"https://news.ycombinator.com/item?id=27334636",[],"HackerNews",":",[40,41,42],"blockquote",{},[12,43,44,45,50,51,56],{},"Phabricator was an inspiration to me when starting GitLab. It is shutting down now. ",[24,46,49],{"href":47,"rel":48},"https://news.ycombinator.com/item?id=27334511",[],"Many of its features were years ahead of its time"," and there was a lot of humor in the product. As a tribute to it shall we add Clowcoptarize as a way to merge? This would be an ",[24,52,55],{"href":53,"rel":54},"https://gitlab.com/gitlab-org/gitlab/-/issues/332215",[],"opt in option introduced in GitLab 14.0",".",[12,58,59],{},"It got me curious: What are these inspirations Sid is referring to? Let's dive into GitLab's history together and see what we can learn.",[12,61,62],{},[63,64,65,66,71,72,76],"em",{},"Tip: Features in the ",[24,67,70],{"href":68,"rel":69},"https://docs.gitlab.com/",[],"GitLab documentation"," often have a ",[73,74,75],"code",{},"Version History"," box. You can use the issue URLs to dive deeper into feature proposals, discussions, etc.",[78,79,81],"h3",{"id":80},"review-workflows","Review workflows",[12,83,84,85,89],{},"A typical engineering workflow is as follows: The engineering manager assigns a new issue as a task to a developer. The developer works in their preferred IDE – local in VS Code or in the ",[24,86,88],{"href":87},"/blog/teams-gitpod-integration-gitlab-speed-up-development/","Gitpod"," cloud environment. Changes happen in a new feature branch in Git, which gets pushed to the remote Git server for collaboration.",[12,91,92],{},"The Git branch is not ready yet and stays hidden in a potentially long list of branches. To keep better track of their feature branches, developers could copy-paste the branch name or URL into the related issue - which I did 10 years ago. The concept of a \"diff linked to a task for review\" in Phabricator, likewise a \"Git branch with commits linked to Merge Requests\" in GitLab was not invented yet.",[12,94,95,96,101,102,107],{},"Phabricator inspired GitLab to create a ",[24,97,100],{"href":98,"rel":99},"https://secure.phabricator.com/phame/post/view/766/write_review_merge_publish_phabricator_review_workflow/",[],"default workflow"," for reviews. The Phabricator workflow makes the review more dominant and squashes all changes into a single commit after the review is approved. There are upsides and downsides to automatically squashing commits. Squashing the commits could mean losing information from review history and create more discussion. Depending on the application architecture, the frequency of changes, and debugging requirements, this can be a good thing or a bad thing. GitLab allows you to choose to ",[24,103,106],{"href":104,"rel":105},"https://docs.gitlab.com/user/project/merge_requests/squash_and_merge/",[],"squash commits"," before merging a MR and/or specifying the default project settings around squashing commits.",[12,109,110],{},"Phabricator treated a MR (or what they call \"diff tasks\") as the single source of truth for tracking changes and the review history. We felt this was a great idea, and replicated the process of a \"diff task\" in Phabricator in GitLab MRs. One of the major upsides to GitLab's version is that collaboration and discussion that happened in issues and epics is still available even after the change is merged.",[112,113,115],"h4",{"id":114},"draft-mr-or-diff-tasks","Draft MR (or \"diff tasks\")",[12,117,118,119,124,125,129,130,133,134,137,138,56],{},"Many times when a MR is created in GitLab, the branch requires additional work before it is ready to be merged. Phabricator introduced a ",[24,120,123],{"href":121,"rel":122},"https://secure.phabricator.com/T2543",[],"formal \"Draft\" / \"Not Yet Ready for Review\" state"," in 2013 for \"diff tasks\", which helped keep track of work in this state. GitLab added ",[24,126,128],{"href":127},"/blog/feature-highlight-wip/","WIP MRs in 2016",", which we then renamed to draft merge requests in 2020. While ",[73,131,132],{},"WIP"," may make sense to some people, acronyms can exclude newcomers. We found ",[73,135,136],{},"Draft"," is more recognizable. To avoid confusion, GitLab ",[24,139,142],{"href":140,"rel":141},"https://gitlab.com/gitlab-org/gitlab/-/issues/32692",[],"deprecated WIP and moved forward with draft merge requests",[112,144,146],{"id":145},"keep-history-in-mrs-for-future-debugging","Keep history in MRs for future debugging",[12,148,149],{},"The commit history in GitLab is enriched with links to the MR and the corresponding Git review history. In case of a production emergency, having everything documented allows for faster research and debugging.",[12,151,152,153,156,157,162],{},"GitLab stores the MR short URL with ",[73,154,155],{},"\u003Cnamespace>/\u003Cproject>!1234"," in the merge commit message. Check the history of a ",[24,158,161],{"href":159,"rel":160},"https://gitlab.com/everyonecancontribute/kubernetes/k8s-agent/-/commits/main/",[],"demo project for the Kubernetes agent"," to see how the merge commit is rendered.",[12,164,165,170],{},[166,167],"img",{"alt":168,"src":169},"GitLab history with MR commit links","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398824/blog/Content%20Images/phabricator-features-inspired-gitlab/gitlab_history_mr_metadata_link.png","\nGitLab commit history includes link to the MR.",[12,172,173],{},"This raw information is stored in the Git repository, whereas the MR itself stays in GitLab's database backend. You can verify this by cloning a repository and inspecting the history with this command:",[175,176,181],"pre",{"className":177,"code":178,"language":179,"meta":180,"style":180},"language-sh shiki shiki-themes github-light","$ git log\n","sh","",[73,182,183],{"__ignoreMap":180},[184,185,188,192,196],"span",{"class":186,"line":187},"line",1,[184,189,191],{"class":190},"s7eDp","$",[184,193,195],{"class":194},"sYBdl"," git",[184,197,198],{"class":194}," log\n",[12,200,201,205,206,209],{},[166,202],{"alt":203,"src":204},"git log MR metadata","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398823/blog/Content%20Images/phabricator-features-inspired-gitlab/git_log_mr_merge_commit_metadata_link.png","\nMR metadata included in output from ",[73,207,208],{},"git log"," command.",[78,211,213],{"id":212},"code-coverage-in-mrs","Code coverage in MRs",[12,215,216,217,56],{},"Code coverage reports provide insight into how many lines of the source code are covered with unit tests. Reaching 100% test coverage is a developer myth - visualizing a decrease or increase can help monitor a trend in code quality. Phabricator implemented support for various languages with unit test engines and parsing the output, for example in ",[24,218,221],{"href":219,"rel":220},"https://secure.phabricator.com/D12621",[],"Golang",[12,223,224,225,229],{},"With many different languages and report output formats, integrating code coverage reports into GitLab MRs was challenging. ",[24,226,228],{"href":227},"/blog/publish-code-coverage-report-with-gitlab-pages/","GitLab launched the first iteration of code coverage reports in 2016",", which generated the reports with CI/CD jobs and used GitLab pages to publish the HTML reports.",[12,231,232,233,238,239,244,245,56],{},"In this first iteration, the test coverage is parsed with a regular expression from the CI/CD job output, specified in the project settings or with the ",[24,234,237],{"href":235,"rel":236},"https://docs.gitlab.com/ci/yaml/#coverage",[],"coverage"," keyword inside the CI/CD job configuration. We can see this in the job view inside the ",[24,240,243],{"href":241,"rel":242},"https://docs.gitlab.com/ci/pipelines/settings/#add-test-coverage-results-to-a-merge-request",[],"MR widget"," and as a coverage badge for the project. See the test coverage history by navigating into ",[73,246,247],{},"Analytics > Repository",[12,249,250,254],{},[166,251],{"alt":252,"src":253},"Test coverage as project badge in GitLab","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398826/blog/Content%20Images/phabricator-features-inspired-gitlab/gitlab_project_badge_test_coverage.png","\nThe test coverage badge in a GitLab project.",[12,256,257],{},"JUnit XML test reports were introduced as common format specification and added as an MR widget in 2018. The test reports runs in the background, using CI/CD artifacts to upload the XML reports from the runner to the server, where the MR/pipeline view visualizes the coverage reports in a tab.",[12,259,260,261],{},"The generic JUnit integration also helped with customization requests to unit tests, updated CLI commands, or changed coverage report outputs to parse. GitLab provides ",[24,262,265],{"href":263,"rel":264},"https://docs.gitlab.com/ci/examples/",[],"CI/CD template examples",[12,267,268,269,274],{},"The missing piece for GitLab was having inline code coverage remarks inside MR diffs. It took about five years for ",[24,270,273],{"href":271,"rel":272},"https://gitlab.com/gitlab-org/gitlab/-/issues/3708",[],"Sid's initial proposal for inline code coverage remarks"," to be implemented. In 2020, inline code coverage remarks were released in GitLab 13.5.",[12,276,277,281],{},[166,278],{"alt":279,"src":280},"Test Coverage with Rust in GitLab","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398826/blog/Content%20Images/phabricator-features-inspired-gitlab/gitlab_mr_diff_inline_test_coverage.png","\nHow inline code coverage works in GitLab.",[12,283,284,285,289],{},"Check out [this MR to practice verifying the test coverage](",[24,286,287],{"href":287,"rel":288},"https://gitlab.com/everyonecancontribute/dev/rust-code-coverage-llvm/-/merge_requests/1/diffs?view=inline",[]," validating some Rust code). Make sure to select the inline diff view.",[78,291,293],{"id":292},"automated-workflows-and-integrated-ci","Automated workflows and integrated CI",[12,295,296,297,302,303,308,309,314],{},"Phabricator provides ",[24,298,301],{"href":299,"rel":300},"https://secure.phabricator.com/book/phabricator/article/herald/",[],"Herald"," as an automated task runner and rule engine to listen for changes. Herald can also be used to ensure protected branches and ",[24,304,307],{"href":305,"rel":306},"https://docs.gitlab.com/user/project/merge_requests/approvals/rules/#add-multiple-approval-rules",[],"approval rules"," to enforce a strong permission model in development workflows. There are more examples in this ",[24,310,313],{"href":311,"rel":312},"https://news.ycombinator.com/item?id=12501025",[],"HackerNews post from 2016"," and somehow, I feel like an explorer seeing many great GitLab features in similar ways. 🦊",[12,316,317,322,323,328,329,334],{},[24,318,321],{"href":319,"rel":320},"https://docs.gitlab.com/ci/pipelines/schedules/",[],"GitLab CI/CD pipeline schedules"," remind me of the task runner, similarly to ",[24,324,327],{"href":325,"rel":326},"https://docs.gitlab.com/user/project/integrations/webhooks/",[],"webhooks"," and the ",[24,330,333],{"href":331,"rel":332},"https://docs.gitlab.com/api/",[],"REST API"," being instrumented from CI/CD jobs. The pipeline schedules are also a great way to periodically regenerate caches and rebuild container images for cloud native deployments.",[12,336,337,342,343,347],{},[24,338,341],{"href":339,"rel":340},"https://secure.phabricator.com/book/phabricator/article/harbormaster/",[],"Harbormaster"," is Phabricator's integration for CI. It's not built from multiple tools in the ",[24,344,346],{"href":345},"/topics/devops/","DevOps"," stack, but is instead fully integrated in the product.",[12,349,350,351,355,356,360,361,365],{},"The first version of GitLab CI was created in ",[24,352,354],{"href":353},"/company/history/","November 2012",". In 2015, a GitLab team member came up with the idea of combining SCM with CI and ",[24,357,359],{"href":358},"/blog/gitlab-hero-devops-platform/","the all-in-one DevOps platform was born",". Built-in CI/CD inspired for more features and fostered a better way to innovate together. The ",[24,362,364],{"href":363},"/blog/pipeline-editor-overview/","new pipeline editor"," is just one example of a streamlined way to configure CI/CD pipelines in GitLab.",[12,367,368],{},"Let's throwback to 2017 and watch as we demonstrate how to take an idea to production in GitLab, using GKE:",[370,371],"iframe",{"width":372,"height":373,"src":374,"title":375,"frameBorder":376,"allow":377,"allowFullScreen":378},560,315,"https://www.youtube.com/embed/39chczWRKws","YouTube video player","0","accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",true,[380,381],"br",{},[78,383,385],{"id":384},"work-boards-for-issue-management","Work boards for issue management",[12,387,388],{},"Work needs to be organized. Phabricator led the way with a board which allowed users to filter tasks and provide a more detailed view into planning and project management.",[12,390,391,395],{},[166,392],{"alt":393,"src":394},"Phabricator work boards","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398827/blog/Content%20Images/phabricator-features-inspired-gitlab/phabricator_work_boards.png","\nInside Phabricator work boards.",[12,397,398,399,404,405,410],{},"GitLab users will recognize the similar look between Phabricator's work boards and GitLab ",[24,400,403],{"href":401,"rel":402},"https://docs.gitlab.com/user/project/issue_board/",[],"issue boards",". In GitLab 14.1, we built on existing epic tracking and labeling to create ",[24,406,409],{"href":407,"rel":408},"https://docs.gitlab.com/user/group/epics/epic_boards/",[],"Epic boards"," to keep teams organized and measure progress.",[12,412,413,414,418],{},"In Phabricator, users can drag and drop between columns, which automatically changes the work status for a particular task. This feature inspired the boards in GitLab to automatically change the labels in a ",[24,415,417],{"href":416},"/blog/4-ways-to-use-gitlab-issue-boards/","defined workflow"," by dragging and dropping between columns. Users can go a level deeper with scoped labels to switch between workflow states:",[420,421,422,428,433,438,443],"ul",{},[423,424,425],"li",{},[73,426,427],{},"workflow::design",[423,429,430],{},[73,431,432],{},"workflow::planning breakdown",[423,434,435],{},[73,436,437],{},"workflow::ready for development",[423,439,440],{},[73,441,442],{},"workflow::in dev",[423,444,445],{},[73,446,447],{},"workflow::verification",[12,449,450,451,456],{},"The ",[24,452,455],{"href":453,"rel":454},"https://handbook.gitlab.com/handbook/engineering/workflow/#basics",[],"GitLab engineering handbook"," documents the different workflows.",[12,458,459,463],{},[166,460],{"alt":461,"src":462},"Epic boards in GitLab","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398824/blog/Content%20Images/phabricator-features-inspired-gitlab/gitlab_epic_boards.png","\nTake a look at the Epic boards in GitLab.",[78,465,467],{"id":466},"put-it-all-together","Put it all together",[12,469,470],{},"In Phabricator, a diff task (in GitLab they're MRs) in the \"review\" state is linked to another task specifying the requirements. The UX needs to be clear so the relationship between the diffs can be accessed and understood. Unless necessary, the user shouldn't have to navigate manually. The context of the change review defines possible links to labels, states, dependent issues, diff tasks (MRs), and more.",[12,472,473,474,479,480,485,486,56],{},"GitLab links ",[24,475,478],{"href":476,"rel":477},"https://docs.gitlab.com/user/project/issues/related_issues/",[],"related issues",". If an issue is mentioned in a MR, or vice versa, ",[24,481,484],{"href":482,"rel":483},"https://docs.gitlab.com/user/project/issues/crosslinking_issues/#from-merge-requests",[],"GitLab automatically links them",". The user also has the option to have the issue close automatically once a change is merged. Read a blog post from 2016 to learn more about ",[24,487,489],{"href":488},"/blog/gitlab-tutorial-its-all-connected/","how issues and MRs can relate to each other in GitLab",[12,491,492,496],{},[166,493],{"alt":494,"src":495},"Linked issues and MRs in GitLab","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398826/blog/Content%20Images/phabricator-features-inspired-gitlab/gitlab_linked_issues_mrs.png","\nLinked issues and related MRs in GitLab.",[12,498,499,500,56],{},"UX work is challenging, and we continue to iterate to improve workflows in GitLab. For example, in GitLab 13.8, we reduced the number of clicks it takes to ",[24,501,504],{"href":502,"rel":503},"https://gitlab.com/gitlab-org/gitlab/-/issues/37346",[],"download a CI/CD job artifact from the MR",[78,506,508],{"id":507},"did-we-miss-a-feature-phabricator-inspired","Did we miss a feature Phabricator inspired?",[12,510,511,512,517,518,56],{},"While writing this blog post, my research revealed more gems. For example, I found a proposal to add ",[24,513,516],{"href":514,"rel":515},"https://gitlab.com/gitlab-org/gitlab/-/issues/273597",[],"visual graphs for issue dependencies"," in the ",[24,519,522],{"href":520,"rel":521},"https://news.ycombinator.com/item?id=27336818",[],"HN thread",[12,524,525,526,531,532,536],{},"Which features from Phabricator are missing in GitLab? Let us know in the comments, create a new ",[24,527,530],{"href":528,"rel":529},"https://gitlab.com/gitlab-org/gitlab/-/issues/new?issuable_template=Feature%20Proposal%20-%20lean",[],"feature proposal"," or start your ",[24,533,535],{"href":534},"/community/contribute/","contribution journey"," in a new MR right away!",[12,538,539,540,545,546],{},"Cover image by ",[24,541,544],{"href":542,"rel":543},"https://unsplash.com/photos/DKix6Un55mw",[],"Johannes Plenio"," on ",[24,547,550],{"href":548,"rel":549},"https://unsplash.com",[],"Unsplash",[552,553,554],"style",{},"html pre.shiki code .s7eDp, html code.shiki .s7eDp{--shiki-default:#6F42C1}html pre.shiki code .sYBdl, html code.shiki .sYBdl{--shiki-default:#032F62}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":180,"searchDepth":556,"depth":556,"links":557},2,[558],{"id":18,"depth":556,"text":19,"children":559},[560,562,563,564,565,566],{"id":80,"depth":561,"text":81},3,{"id":212,"depth":561,"text":213},{"id":292,"depth":561,"text":293},{"id":384,"depth":561,"text":385},{"id":466,"depth":561,"text":467},{"id":507,"depth":561,"text":508},"company","2021-08-13","Take a deep dive into the Phabricator features that prompted GitLab to build new tooling around automation, integrated CI, and better code reviews.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667482/Blog/Hero%20Images/cover-image-unsplash.jpg",{},"/en-us/blog/five-great-phabricator-features-inspired-gitlab",{"title":5,"description":569,"ogTitle":5,"ogDescription":569,"noIndex":572,"ogImage":573,"ogUrl":577,"ogSiteName":578,"ogType":579,"canonicalUrls":577},"https://about.gitlab.com/blog/five-great-phabricator-features-inspired-gitlab","https://about.gitlab.com","article","five-great-phabricator-features-inspired-gitlab","en-us/blog/five-great-phabricator-features-inspired-gitlab",[583,584,585],"CI","code review","collaboration","BlogPost","r3VX9gtEziDtNPNmReZipo-E_P_5sbPqp5jwmI2hhMU",{"logo":589,"freeTrial":594,"sales":599,"login":604,"items":609,"search":934,"minimal":965,"duo":984,"switchNav":993,"pricingDeployment":1004},{"config":590},{"href":591,"dataGaName":592,"dataGaLocation":593},"/","gitlab logo","header",{"text":595,"config":596},"Get free trial",{"href":597,"dataGaName":598,"dataGaLocation":593},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":600,"config":601},"Request a demo",{"href":602,"dataGaName":603,"dataGaLocation":593},"/sales/?contact-topic=request-demo","sales",{"text":605,"config":606},"Sign in",{"href":607,"dataGaName":608,"dataGaLocation":593},"https://gitlab.com/users/sign_in/","sign in",[610,639,739,744,857,912],{"text":611,"config":612,"menu":614},"Platform",{"dataNavLevelOne":613},"platform",{"type":615,"columns":616},"cards",[617,623,631],{"title":611,"description":618,"link":619},"The intelligent orchestration platform for DevSecOps",{"text":620,"config":621},"Explore our Platform",{"href":622,"dataGaName":613,"dataGaLocation":593},"/platform/",{"title":624,"description":625,"link":626},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":627,"config":628},"Meet GitLab Duo",{"href":629,"dataGaName":630,"dataGaLocation":593},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":632,"description":633,"link":634},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":635,"config":636},"Learn more",{"href":637,"dataGaName":638,"dataGaLocation":593},"/why-gitlab/","why gitlab",{"text":640,"left":378,"config":641,"menu":643},"Product",{"dataNavLevelOne":642},"solutions",{"type":644,"link":645,"columns":649,"feature":718},"lists",{"text":646,"config":647},"View all Solutions",{"href":648,"dataGaName":642,"dataGaLocation":593},"/solutions/",[650,674,697],{"title":651,"description":652,"link":653,"items":658},"Automation","CI/CD and automation to accelerate deployment",{"config":654},{"icon":655,"href":656,"dataGaName":657,"dataGaLocation":593},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[659,663,666,670],{"text":660,"config":661},"CI/CD",{"href":662,"dataGaLocation":593,"dataGaName":660},"/solutions/continuous-integration/",{"text":624,"config":664},{"href":629,"dataGaLocation":593,"dataGaName":665},"gitlab duo agent platform - product menu",{"text":667,"config":668},"Source Code Management",{"href":669,"dataGaLocation":593,"dataGaName":667},"/solutions/source-code-management/",{"text":671,"config":672},"Automated Software Delivery",{"href":656,"dataGaLocation":593,"dataGaName":673},"Automated software delivery",{"title":675,"description":676,"link":677,"items":682},"Security","Deliver code faster without compromising security",{"config":678},{"href":679,"dataGaName":680,"dataGaLocation":593,"icon":681},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[683,687,692],{"text":684,"config":685},"Application Security Testing",{"href":679,"dataGaName":686,"dataGaLocation":593},"Application security testing",{"text":688,"config":689},"Software Supply Chain Security",{"href":690,"dataGaLocation":593,"dataGaName":691},"/solutions/supply-chain/","Software supply chain security",{"text":693,"config":694},"Software Compliance",{"href":695,"dataGaName":696,"dataGaLocation":593},"/solutions/software-compliance/","software compliance",{"title":698,"link":699,"items":704},"Measurement",{"config":700},{"icon":701,"href":702,"dataGaName":703,"dataGaLocation":593},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[705,709,713],{"text":706,"config":707},"Visibility & Measurement",{"href":702,"dataGaLocation":593,"dataGaName":708},"Visibility and Measurement",{"text":710,"config":711},"Value Stream Management",{"href":712,"dataGaLocation":593,"dataGaName":710},"/solutions/value-stream-management/",{"text":714,"config":715},"Analytics & Insights",{"href":716,"dataGaLocation":593,"dataGaName":717},"/solutions/analytics-and-insights/","Analytics and insights",{"title":719,"type":644,"items":720},"GitLab for",[721,727,733],{"text":722,"config":723},"Enterprise",{"icon":724,"href":725,"dataGaLocation":593,"dataGaName":726},"Building","/enterprise/","enterprise",{"text":728,"config":729},"Small Business",{"icon":730,"href":731,"dataGaLocation":593,"dataGaName":732},"Work","/small-business/","small business",{"text":734,"config":735},"Public Sector",{"icon":736,"href":737,"dataGaLocation":593,"dataGaName":738},"Organization","/solutions/public-sector/","public sector",{"text":740,"config":741},"Pricing",{"href":742,"dataGaName":743,"dataGaLocation":593,"dataNavLevelOne":743},"/pricing/","pricing",{"text":745,"config":746,"menu":748},"Resources",{"dataNavLevelOne":747},"resources",{"type":644,"link":749,"columns":753,"feature":846},{"text":750,"config":751},"View all resources",{"href":752,"dataGaName":747,"dataGaLocation":593},"/resources/",[754,786,813],{"title":755,"items":756},"Getting started",[757,762,767,772,776,781],{"text":758,"config":759},"Install",{"href":760,"dataGaName":761,"dataGaLocation":593},"/install/","install",{"text":763,"config":764},"Quick start guides",{"href":765,"dataGaName":766,"dataGaLocation":593},"/get-started/","quick setup checklists",{"text":768,"config":769},"Learn",{"href":770,"dataGaLocation":593,"dataGaName":771},"https://university.gitlab.com/","learn",{"text":773,"config":774},"Product documentation",{"href":68,"dataGaName":775,"dataGaLocation":593},"product documentation",{"text":777,"config":778},"Best practice videos",{"href":779,"dataGaName":780,"dataGaLocation":593},"/getting-started-videos/","best practice videos",{"text":782,"config":783},"Integrations",{"href":784,"dataGaName":785,"dataGaLocation":593},"/integrations/","integrations",{"title":787,"items":788},"Discover",[789,794,799,804,808],{"text":790,"config":791},"Customer success stories",{"href":792,"dataGaName":793,"dataGaLocation":593},"/customers/","customer success stories",{"text":795,"config":796},"Blog",{"href":797,"dataGaName":798,"dataGaLocation":593},"/blog/","blog",{"text":800,"config":801},"Demo Hub",{"href":802,"dataGaName":803,"dataGaLocation":593},"/demo-hub/","demo hub",{"text":805,"config":806},"The Source",{"href":807,"dataGaName":798,"dataGaLocation":593},"/the-source/",{"text":809,"config":810},"Remote",{"href":811,"dataGaName":812,"dataGaLocation":593},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":814,"items":815},"Connect",[816,821,826,831,836,841],{"text":817,"config":818},"GitLab Services",{"href":819,"dataGaName":820,"dataGaLocation":593},"/services/","services",{"text":822,"config":823},"Contribute",{"href":824,"dataGaName":825,"dataGaLocation":593},"https://contributors.gitlab.com","contribute",{"text":827,"config":828},"Community",{"href":829,"dataGaName":830,"dataGaLocation":593},"/community/","community",{"text":832,"config":833},"Forum",{"href":834,"dataGaName":835,"dataGaLocation":593},"https://forum.gitlab.com/","forum",{"text":837,"config":838},"Events",{"href":839,"dataGaName":840,"dataGaLocation":593},"/events/","events",{"text":842,"config":843},"Partners",{"href":844,"dataGaName":845,"dataGaLocation":593},"/partners/","partners",{"config":847,"title":850,"text":851,"link":852},{"background":848,"textColor":849},"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":853,"config":854},"Read the latest",{"href":855,"dataGaName":856,"dataGaLocation":593},"/whats-new/","whats new",{"text":858,"config":859,"menu":860},"Company",{"dataNavLevelOne":567},{"type":644,"columns":861},[862],{"items":863},[864,869,875,877,882,887,892,897,902,907],{"text":865,"config":866},"About",{"href":867,"dataGaName":868,"dataGaLocation":593},"/company/","about",{"text":870,"config":871,"footerGa":874},"Jobs",{"href":872,"dataGaName":873,"dataGaLocation":593},"/jobs/","jobs",{"dataGaName":873},{"text":837,"config":876},{"href":839,"dataGaName":840,"dataGaLocation":593},{"text":878,"config":879},"Leadership",{"href":880,"dataGaName":881,"dataGaLocation":593},"/company/team/e-group/","leadership",{"text":883,"config":884},"Handbook",{"href":885,"dataGaName":886,"dataGaLocation":593},"https://handbook.gitlab.com/","handbook",{"text":888,"config":889},"Investor relations",{"href":890,"dataGaName":891,"dataGaLocation":593},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":893,"config":894},"Trust Center",{"href":895,"dataGaName":896,"dataGaLocation":593},"/security/","trust center",{"text":898,"config":899},"AI Transparency Center",{"href":900,"dataGaName":901,"dataGaLocation":593},"/ai-transparency-center/","ai transparency center",{"text":903,"config":904},"Newsletter",{"href":905,"dataGaName":906,"dataGaLocation":593},"/company/contact/#contact-forms","newsletter",{"text":908,"config":909},"Press",{"href":910,"dataGaName":911,"dataGaLocation":593},"/press/","press",{"text":913,"config":914,"menu":915},"Contact us",{"dataNavLevelOne":567},{"type":644,"columns":916},[917],{"items":918},[919,924,929],{"text":920,"config":921},"Talk to sales",{"href":922,"dataGaName":923,"dataGaLocation":593},"/sales/","talk to sales",{"text":925,"config":926},"Support portal",{"href":927,"dataGaName":928,"dataGaLocation":593},"https://support.gitlab.com/hc/en-us","support portal",{"text":930,"config":931},"Customer portal",{"href":932,"dataGaName":933,"dataGaLocation":593},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":935,"login":936,"suggestions":943},"Close",{"text":937,"link":938},"To search repositories and projects, login to",{"text":939,"config":940},"gitlab.com",{"href":607,"dataGaName":941,"dataGaLocation":942},"search login","search",{"text":944,"default":945},"Suggestions",[946,948,952,954,958,962],{"text":624,"config":947},{"href":629,"dataGaName":624,"dataGaLocation":942},{"text":949,"config":950},"Code Suggestions (AI)",{"href":951,"dataGaName":949,"dataGaLocation":942},"/solutions/code-suggestions/",{"text":660,"config":953},{"href":662,"dataGaName":660,"dataGaLocation":942},{"text":955,"config":956},"GitLab on AWS",{"href":957,"dataGaName":955,"dataGaLocation":942},"/partners/technology-partners/aws/",{"text":959,"config":960},"GitLab on Google Cloud",{"href":961,"dataGaName":959,"dataGaLocation":942},"/partners/technology-partners/google-cloud-platform/",{"text":963,"config":964},"Why GitLab?",{"href":637,"dataGaName":963,"dataGaLocation":942},{"freeTrial":966,"mobileIcon":971,"desktopIcon":976,"secondaryButton":979},{"text":967,"config":968},"Start free trial",{"href":969,"dataGaName":598,"dataGaLocation":970},"https://gitlab.com/-/trials/new/","nav",{"altText":972,"config":973},"Gitlab Icon",{"src":974,"dataGaName":975,"dataGaLocation":970},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":972,"config":977},{"src":978,"dataGaName":975,"dataGaLocation":970},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":980,"config":981},"Get Started",{"href":982,"dataGaName":983,"dataGaLocation":970},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":985,"mobileIcon":989,"desktopIcon":991},{"text":986,"config":987},"Learn more about GitLab Duo",{"href":629,"dataGaName":988,"dataGaLocation":970},"gitlab duo",{"altText":972,"config":990},{"src":974,"dataGaName":975,"dataGaLocation":970},{"altText":972,"config":992},{"src":978,"dataGaName":975,"dataGaLocation":970},{"button":994,"mobileIcon":999,"desktopIcon":1001},{"text":995,"config":996},"/switch",{"href":997,"dataGaName":998,"dataGaLocation":970},"#contact","switch",{"altText":972,"config":1000},{"src":974,"dataGaName":975,"dataGaLocation":970},{"altText":972,"config":1002},{"src":1003,"dataGaName":975,"dataGaLocation":970},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":1005,"mobileIcon":1010,"desktopIcon":1012},{"text":1006,"config":1007},"Back to pricing",{"href":742,"dataGaName":1008,"dataGaLocation":970,"icon":1009},"back to pricing","GoBack",{"altText":972,"config":1011},{"src":974,"dataGaName":975,"dataGaLocation":970},{"altText":972,"config":1013},{"src":978,"dataGaName":975,"dataGaLocation":970},{"title":1015,"titleMobile":1016,"button":1017,"config":1022},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":635,"config":1018},{"href":1019,"dataGaName":1020,"dataGaLocation":1021},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":1023,"disabled":572},"release",{"data":1025},{"text":1026,"source":1027,"edit":1033,"contribute":1038,"config":1043,"items":1048,"minimal":1256},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":1028,"config":1029},"View page source",{"href":1030,"dataGaName":1031,"dataGaLocation":1032},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":1034,"config":1035},"Edit this page",{"href":1036,"dataGaName":1037,"dataGaLocation":1032},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":1039,"config":1040},"Please contribute",{"href":1041,"dataGaName":1042,"dataGaLocation":1032},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":1044,"facebook":1045,"youtube":1046,"linkedin":1047},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[1049,1096,1148,1192,1224],{"title":740,"links":1050,"subMenu":1065},[1051,1055,1060],{"text":1052,"config":1053},"View plans",{"href":742,"dataGaName":1054,"dataGaLocation":1032},"view plans",{"text":1056,"config":1057},"Why Premium?",{"href":1058,"dataGaName":1059,"dataGaLocation":1032},"/pricing/premium/","why premium",{"text":1061,"config":1062},"Why Ultimate?",{"href":1063,"dataGaName":1064,"dataGaLocation":1032},"/pricing/ultimate/","why ultimate",[1066],{"title":1067,"links":1068},"Contact Us",[1069,1072,1074,1076,1081,1086,1091],{"text":1070,"config":1071},"Contact sales",{"href":922,"dataGaName":603,"dataGaLocation":1032},{"text":925,"config":1073},{"href":927,"dataGaName":928,"dataGaLocation":1032},{"text":930,"config":1075},{"href":932,"dataGaName":933,"dataGaLocation":1032},{"text":1077,"config":1078},"Status",{"href":1079,"dataGaName":1080,"dataGaLocation":1032},"https://status.gitlab.com/","status",{"text":1082,"config":1083},"Terms of use",{"href":1084,"dataGaName":1085,"dataGaLocation":1032},"/terms/","terms of use",{"text":1087,"config":1088},"Privacy statement",{"href":1089,"dataGaName":1090,"dataGaLocation":1032},"/privacy/","privacy statement",{"text":1092,"config":1093},"Cookie preferences",{"dataGaName":1094,"dataGaLocation":1032,"id":1095,"isOneTrustButton":378},"cookie preferences","ot-sdk-btn",{"title":640,"links":1097,"subMenu":1106},[1098,1102],{"text":1099,"config":1100},"DevSecOps platform",{"href":622,"dataGaName":1101,"dataGaLocation":1032},"devsecops platform",{"text":1103,"config":1104},"AI-Assisted Development",{"href":629,"dataGaName":1105,"dataGaLocation":1032},"ai-assisted development",[1107],{"title":1108,"links":1109},"Topics",[1110,1115,1120,1123,1128,1133,1138,1143],{"text":1111,"config":1112},"CICD",{"href":1113,"dataGaName":1114,"dataGaLocation":1032},"/topics/ci-cd/","cicd",{"text":1116,"config":1117},"GitOps",{"href":1118,"dataGaName":1119,"dataGaLocation":1032},"/topics/gitops/","gitops",{"text":346,"config":1121},{"href":345,"dataGaName":1122,"dataGaLocation":1032},"devops",{"text":1124,"config":1125},"Version Control",{"href":1126,"dataGaName":1127,"dataGaLocation":1032},"/topics/version-control/","version control",{"text":1129,"config":1130},"DevSecOps",{"href":1131,"dataGaName":1132,"dataGaLocation":1032},"/topics/devsecops/","devsecops",{"text":1134,"config":1135},"Cloud Native",{"href":1136,"dataGaName":1137,"dataGaLocation":1032},"/topics/cloud-native/","cloud native",{"text":1139,"config":1140},"AI for Coding",{"href":1141,"dataGaName":1142,"dataGaLocation":1032},"/topics/devops/ai-for-coding/","ai for coding",{"text":1144,"config":1145},"Agentic AI",{"href":1146,"dataGaName":1147,"dataGaLocation":1032},"/topics/agentic-ai/","agentic ai",{"title":1149,"links":1150},"Solutions",[1151,1153,1155,1160,1164,1167,1171,1174,1176,1179,1182,1187],{"text":684,"config":1152},{"href":679,"dataGaName":684,"dataGaLocation":1032},{"text":673,"config":1154},{"href":656,"dataGaName":657,"dataGaLocation":1032},{"text":1156,"config":1157},"Agile development",{"href":1158,"dataGaName":1159,"dataGaLocation":1032},"/solutions/agile-delivery/","agile delivery",{"text":1161,"config":1162},"SCM",{"href":669,"dataGaName":1163,"dataGaLocation":1032},"source code management",{"text":1111,"config":1165},{"href":662,"dataGaName":1166,"dataGaLocation":1032},"continuous integration & delivery",{"text":1168,"config":1169},"Value stream management",{"href":712,"dataGaName":1170,"dataGaLocation":1032},"value stream management",{"text":1116,"config":1172},{"href":1173,"dataGaName":1119,"dataGaLocation":1032},"/solutions/gitops/",{"text":722,"config":1175},{"href":725,"dataGaName":726,"dataGaLocation":1032},{"text":1177,"config":1178},"Small business",{"href":731,"dataGaName":732,"dataGaLocation":1032},{"text":1180,"config":1181},"Public sector",{"href":737,"dataGaName":738,"dataGaLocation":1032},{"text":1183,"config":1184},"Education",{"href":1185,"dataGaName":1186,"dataGaLocation":1032},"/solutions/education/","education",{"text":1188,"config":1189},"Financial services",{"href":1190,"dataGaName":1191,"dataGaLocation":1032},"/solutions/finance/","financial services",{"title":745,"links":1193},[1194,1196,1198,1200,1203,1205,1208,1210,1212,1214,1216,1218,1220,1222],{"text":758,"config":1195},{"href":760,"dataGaName":761,"dataGaLocation":1032},{"text":763,"config":1197},{"href":765,"dataGaName":766,"dataGaLocation":1032},{"text":768,"config":1199},{"href":770,"dataGaName":771,"dataGaLocation":1032},{"text":773,"config":1201},{"href":68,"dataGaName":1202,"dataGaLocation":1032},"docs",{"text":795,"config":1204},{"href":797,"dataGaName":798,"dataGaLocation":1032},{"text":1206,"config":1207},"What's new",{"href":855,"dataGaName":856,"dataGaLocation":1032},{"text":790,"config":1209},{"href":792,"dataGaName":793,"dataGaLocation":1032},{"text":809,"config":1211},{"href":811,"dataGaName":812,"dataGaLocation":1032},{"text":817,"config":1213},{"href":819,"dataGaName":820,"dataGaLocation":1032},{"text":822,"config":1215},{"href":824,"dataGaName":825,"dataGaLocation":1032},{"text":827,"config":1217},{"href":829,"dataGaName":830,"dataGaLocation":1032},{"text":832,"config":1219},{"href":834,"dataGaName":835,"dataGaLocation":1032},{"text":837,"config":1221},{"href":839,"dataGaName":840,"dataGaLocation":1032},{"text":842,"config":1223},{"href":844,"dataGaName":845,"dataGaLocation":1032},{"title":858,"links":1225},[1226,1228,1230,1232,1234,1236,1240,1245,1247,1249,1251],{"text":865,"config":1227},{"href":867,"dataGaName":567,"dataGaLocation":1032},{"text":870,"config":1229},{"href":872,"dataGaName":873,"dataGaLocation":1032},{"text":878,"config":1231},{"href":880,"dataGaName":881,"dataGaLocation":1032},{"text":883,"config":1233},{"href":885,"dataGaName":886,"dataGaLocation":1032},{"text":888,"config":1235},{"href":890,"dataGaName":891,"dataGaLocation":1032},{"text":1237,"config":1238},"Sustainability",{"href":1239,"dataGaName":1237,"dataGaLocation":1032},"/sustainability/",{"text":1241,"config":1242},"Diversity, inclusion and belonging (DIB)",{"href":1243,"dataGaName":1244,"dataGaLocation":1032},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":893,"config":1246},{"href":895,"dataGaName":896,"dataGaLocation":1032},{"text":903,"config":1248},{"href":905,"dataGaName":906,"dataGaLocation":1032},{"text":908,"config":1250},{"href":910,"dataGaName":911,"dataGaLocation":1032},{"text":1252,"config":1253},"Modern Slavery Transparency Statement",{"href":1254,"dataGaName":1255,"dataGaLocation":1032},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1257},[1258,1261,1264],{"text":1259,"config":1260},"Terms",{"href":1084,"dataGaName":1085,"dataGaLocation":1032},{"text":1262,"config":1263},"Cookies",{"dataGaName":1094,"dataGaLocation":1032,"id":1095,"isOneTrustButton":378},{"text":1265,"config":1266},"Privacy",{"href":1089,"dataGaName":1090,"dataGaLocation":1032},[1268],{"id":1269,"title":7,"body":571,"config":1270,"content":1272,"description":571,"extension":1276,"meta":1277,"navigation":378,"path":1278,"seo":1279,"stem":1280,"__hash__":1281},"blogAuthors/en-us/blog/authors/michael-friedrich.yml",{"template":1271},"BlogAuthor",{"name":7,"config":1273},{"headshot":1274,"ctfId":1275},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659879/Blog/Author%20Headshots/dnsmichi-headshot.jpg","dnsmichi","yml",{},"/en-us/blog/authors/michael-friedrich",{},"en-us/blog/authors/michael-friedrich","lJ-nfRIhdG49Arfrxdn1Vv4UppwD51BB13S3HwIswt4",[1283,1291,1298],{"title":1284,"description":1285,"heroImage":1286,"category":567,"date":1287,"authors":1288,"slug":1290,"externalUrl":571},"Why GitLab signed the Open Weights and American AI Leadership letter","GitLab supports customer choice, data privacy, and AI model neutrality, empowering teams to run secure, cost-effective, local solutions.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1785333264/ww4mlighwlvvzgnmbe6w.png","2026-07-29",[1289],"Bill Staples","open-weight-model-letter",{"title":1292,"description":1293,"heroImage":1294,"category":567,"date":1295,"authors":1296,"slug":1297,"externalUrl":571},"GitLab Act 2","A letter to our customers and our investors.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1776362275/ozbwn9tk0dditpnfddlz.png","2026-05-11",[1289],"gitlab-act-2",{"title":1299,"description":1300,"heroImage":1301,"category":567,"date":1302,"authors":1303,"slug":1305,"externalUrl":571},"GitLab named a 2026 Omdia Universe Leader","Omdia's 2026 report on AI-assisted software development ranked 19 vendors. Here is what GitLab's top scores mean for engineering teams.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1774465167/n5hlvrsrheadeccyr1oz.png","2026-04-13",[1304],"Rebecca Carter","gitlab-named-a-2026-omdia-universe-leader",{"promotions":1307},[1308,1322,1334,1346],{"id":1309,"categories":1310,"header":1312,"text":1313,"button":1314,"image":1319},"ai-modernization",[1311],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":1315,"config":1316},"Get your AI maturity score",{"href":1317,"dataGaName":1318,"dataGaLocation":798},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":1320},{"src":1321},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1323,"categories":1324,"header":1326,"text":1313,"button":1327,"image":1331},"devops-modernization",[1325,1132],"product","Are you just managing tools or shipping innovation?",{"text":1328,"config":1329},"Get your DevOps maturity score",{"href":1330,"dataGaName":1318,"dataGaLocation":798},"/assessments/devops-modernization-assessment/",{"config":1332},{"src":1333},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1335,"categories":1336,"header":1338,"text":1313,"button":1339,"image":1343},"security-modernization",[1337],"security","Are you trading speed for security?",{"text":1340,"config":1341},"Get your security maturity score",{"href":1342,"dataGaName":1318,"dataGaLocation":798},"/assessments/security-modernization-assessment/",{"config":1344},{"src":1345},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1347,"paths":1348,"header":1351,"text":1352,"button":1353,"image":1358},"github-azure-migration",[1349,1350],"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":1354,"config":1355},"See how GitLab compares to GitHub",{"href":1356,"dataGaName":1357,"dataGaLocation":798},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1359},{"src":1333},{"header":1361,"blurb":1362,"button":1363,"secondaryButton":1368},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1364,"config":1365},"Get your free trial",{"href":1366,"dataGaName":598,"dataGaLocation":1367},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":1070,"config":1369},{"href":922,"dataGaName":603,"dataGaLocation":1367},1786803759433]