[{"data":1,"prerenderedAt":1065},["ShallowReactive",2],{"/blog/feature-highlight-groups":3,"navigation-en-us":266,"banner-en-us":694,"footer-en-us":704,"blog-post-authors-en-us-Jacob Vosmaer|Job van der Voort":949,"blog-related-posts-en-us-feature-highlight-groups":976,"blog-promotions-en-us":1001,"next-steps-en-us":1055},{"id":4,"title":5,"authors":6,"body":9,"category":238,"date":239,"description":240,"extension":241,"externalUrl":242,"faq":242,"featured":243,"heroImage":244,"meta":245,"navigation":256,"path":257,"seo":258,"slug":262,"stem":263,"tags":242,"template":264,"updatedDate":242,"__hash__":265},"blogPosts/en-us/blog/feature-highlight-groups.md","GitLab Feature Highlight: Groups",[7,8],"Jacob Vosmaer","Job van der Voort",{"type":10,"value":11,"toc":230},"minimark",[12,16,23,26,29,34,37,43,46,52,55,61,64,74,77,96,100,103,109,112,115,119,122,125,131,134,140,143,149,152,156,165,169,178,182,185,196],[13,14,15],"p",{},"GitLab is a massive open source project with over 600 contributors, all working together to create an amazing platform to collaborate on code. Every month on the 22nd, a new version of GitLab is released, and every month new features are added.\nTo make you aware of the power of GitLab, we walk through some of its features in these blog posts.",[13,17,18],{},[19,20],"img",{"alt":21,"src":22},"Barry effectively has 'Master' access to GitLab CI now","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782404864/site/Content%20Images/feature_groups/override_access_level.png",[13,24,25],{},"We start by looking at GitLab Groups. GitLab groups allow you to group projects into directories and give users access to several projects at once.",[13,27,28],{},"When you create a new project in GitLab, the default namespace for the project is the personal namespace associated with your GitLab user.\nBelow we will see how to create groups, put projects in groups and manage who can access the projects in a group.",[30,31,33],"h2",{"id":32},"how-to-create-gitlab-groups","How to create GitLab groups",[13,35,36],{},"You can create a group by going to the 'Groups' tab of the GitLab dashboard and clicking the 'New group' button.",[13,38,39],{},[19,40],{"alt":41,"src":42},"Click the 'New group' button in the 'Groups' tab","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782404861/site/Content%20Images/feature_groups/new_group_button.png",[13,44,45],{},"Next, enter the name (required) and the optional description and group avatar.",[13,47,48],{},[19,49],{"alt":50,"src":51},"Fill in the name for your new group","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782404863/site/Content%20Images/feature_groups/new_group_form.png",[13,53,54],{},"When your group has been created you are presented with the group dashboard feed, which will be empty.",[13,56,57],{},[19,58],{"alt":59,"src":60},"Group dashboard","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782404859/site/Content%20Images/feature_groups/group_dashboard.png",[13,62,63],{},"You can use the 'New project' button to add a project to the new group.",[13,65,66,67,73],{},"Note that there's also the option to ",[68,69,72],"a",{"href":70,"rel":71},"https://docs.gitlab.com/user/group/manage/#transfer-a-group",[],"create subgroups and top-level groups",".",[13,75,76],{},"After you create a group, here are a few other things you can do with it:",[78,79,80,84,87,90,93],"ul",{},[81,82,83],"li",{},"Adjust user visibility level",[81,85,86],{},"Share projects with groups",[81,88,89],{},"Control project access",[81,91,92],{},"Transfer projects",[81,94,95],{},"Create personal projects",[30,97,99],{"id":98},"how-to-transfer-an-existing-project-into-a-group","How to transfer an existing project into a group",[13,101,102],{},"You can transfer an existing project into a group you own from the project settings page.\nFirst scroll down to the 'Dangerous settings' and click 'Show them to me'.\nNow you can pick any of the groups you manage as the new namespace for the group.",[13,104,105],{},[19,106],{"alt":107,"src":108},"Transfer a project to a new namespace","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782404865/site/Content%20Images/feature_groups/transfer_project.png",[13,110,111],{},"GitLab administrators can use the admin interface to move any project to any namespace if needed.",[13,113,114],{},"Update: For more info, check out tutorials in the docs on moving a personal project to a group and converting a personal namespace into a group.",[30,116,118],{"id":117},"how-to-add-users-to-a-group","How to add users to a group",[13,120,121],{},"One of the benefits of putting multiple projects in one group is that you can give a user access to all projects in the group at the same time with one action.",[13,123,124],{},"Suppose we have a group with two projects.",[13,126,127],{},[19,128],{"alt":129,"src":130},"Group with two projects","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782404859/site/Content%20Images/feature_groups/group_with_two_projects.png",[13,132,133],{},"On the 'Group Members' page we can now add a new user Barry to the group.",[13,135,136],{},[19,137],{"alt":138,"src":139},"Add user Barry to the group","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782404859/site/Content%20Images/feature_groups/add_member_to_group.png",[13,141,142],{},"Now because Barry is a 'Developer' member of the 'Open Source' group, he automatically gets 'Developer' access to all projects in the 'Open Source' group.",[13,144,145],{},[19,146],{"alt":147,"src":148},"Barry has 'Developer' access to GitLab CI","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782404864/site/Content%20Images/feature_groups/project_members_via_group.png",[13,150,151],{},"If necessary, you can increase the permissions or access level of an individual user for a specific project, by adding them as a Member to the project.",[13,153,154],{},[19,155],{"alt":21,"src":22},[13,157,158,159,164],{},"To see groups where users have a ",[68,160,163],{"href":161,"rel":162},"https://docs.gitlab.com/user/group/manage/",[],"direct or indirect membership",", select \"Your groups.\"",[30,166,168],{"id":167},"how-to-manage-group-memberships-via-ldap","How to manage group memberships via LDAP",[13,170,171,172,177],{},"In GitLab Enterprise Edition it is possible to manage GitLab group memberships using LDAP groups.\nSee ",[68,173,176],{"href":174,"rel":175},"https://docs.gitlab.com/user/group/access_and_permissions/#manage-group-memberships-via-ldap",[],"the documentation"," for more information.",[30,179,181],{"id":180},"how-to-allow-only-admins-to-create-groups","How to allow only admins to create groups",[13,183,184],{},"By default, any GitLab user can create new groups.\nThis ability can be disabled for individual users from the admin panel.\nIt is also possible to configure GitLab so that new users default to not being able to create groups:",[186,187,193],"pre",{"className":188,"code":190,"language":191,"meta":192},[189],"language-text","# For omnibus-gitlab, put the following in /etc/gitlab/gitlab.rb\ngitlab_rails['gitlab_default_can_create_group'] = false\n\n# For installations from source, uncomment the 'default_can_create_group'\n# line in /home/git/gitlab/config/gitlab.yml\n","text","",[194,195,190],"code",{"__ignoreMap":192},[13,197,198,199,203,204,208,209,208,214,208,219,208,224,229],{},"Update: Check out ",[68,200,176],{"href":201,"rel":202},"https://docs.gitlab.com/user/group/",[]," for more info on GitLab's latest features for ",[68,205,207],{"href":161,"rel":206},[],"managing groups",", ",[68,210,213],{"href":211,"rel":212},"https://docs.gitlab.com/user/group/access_and_permissions/",[],"access control for groups",[68,215,218],{"href":216,"rel":217},"https://docs.gitlab.com/user/group/import/",[],"migrating groups",[68,220,223],{"href":221,"rel":222},"https://docs.gitlab.com/user/group/access_and_permissions/#restrict-group-access-by-domain",[],"restricting access by domain or email",[68,225,228],{"href":226,"rel":227},"https://docs.gitlab.com/user/group/manage/#group-file-templates",[],"group file templates",", and more.",{"title":192,"searchDepth":231,"depth":231,"links":232},2,[233,234,235,236,237],{"id":32,"depth":231,"text":33},{"id":98,"depth":231,"text":99},{"id":117,"depth":231,"text":118},{"id":167,"depth":231,"text":168},{"id":180,"depth":231,"text":181},"insights","2014-06-30","GitLab groups allow you to group projects into directories and give users access to several projects at once.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663397/Blog/Hero%20Images/logoforblogpost.jpg",{"excerpt":246},{"type":10,"value":247},[248,250,254],[13,249,15],{},[13,251,252],{},[19,253],{"alt":21,"src":22},[13,255,25],{},true,"/en-us/blog/feature-highlight-groups",{"title":5,"description":240,"ogTitle":5,"ogDescription":240,"noIndex":243,"ogImage":244,"ogUrl":259,"ogSiteName":260,"ogType":261,"canonicalUrls":259},"https://about.gitlab.com/blog/feature-highlight-groups","https://about.gitlab.com","article","feature-highlight-groups","en-us/blog/feature-highlight-groups","BlogPost","NQAWPtx6zldHGfSZg4gSl6ERSy8M_PrXo-QoRvSl-CE",{"logo":267,"freeTrial":272,"sales":277,"login":282,"items":287,"search":614,"minimal":645,"duo":664,"switchNav":673,"pricingDeployment":684},{"config":268},{"href":269,"dataGaName":270,"dataGaLocation":271},"/","gitlab logo","header",{"text":273,"config":274},"Get free trial",{"href":275,"dataGaName":276,"dataGaLocation":271},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":278,"config":279},"Request a demo",{"href":280,"dataGaName":281,"dataGaLocation":271},"/sales/?contact-topic=request-demo","sales",{"text":283,"config":284},"Sign in",{"href":285,"dataGaName":286,"dataGaLocation":271},"https://gitlab.com/users/sign_in/","sign in",[288,317,417,422,536,592],{"text":289,"config":290,"menu":292},"Platform",{"dataNavLevelOne":291},"platform",{"type":293,"columns":294},"cards",[295,301,309],{"title":289,"description":296,"link":297},"The intelligent orchestration platform for DevSecOps",{"text":298,"config":299},"Explore our Platform",{"href":300,"dataGaName":291,"dataGaLocation":271},"/platform/",{"title":302,"description":303,"link":304},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":305,"config":306},"Meet GitLab Duo",{"href":307,"dataGaName":308,"dataGaLocation":271},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":310,"description":311,"link":312},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":313,"config":314},"Learn more",{"href":315,"dataGaName":316,"dataGaLocation":271},"/why-gitlab/","why gitlab",{"text":318,"left":256,"config":319,"menu":321},"Product",{"dataNavLevelOne":320},"solutions",{"type":322,"link":323,"columns":327,"feature":396},"lists",{"text":324,"config":325},"View all Solutions",{"href":326,"dataGaName":320,"dataGaLocation":271},"/solutions/",[328,352,375],{"title":329,"description":330,"link":331,"items":336},"Automation","CI/CD and automation to accelerate deployment",{"config":332},{"icon":333,"href":334,"dataGaName":335,"dataGaLocation":271},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[337,341,344,348],{"text":338,"config":339},"CI/CD",{"href":340,"dataGaLocation":271,"dataGaName":338},"/solutions/continuous-integration/",{"text":302,"config":342},{"href":307,"dataGaLocation":271,"dataGaName":343},"gitlab duo agent platform - product menu",{"text":345,"config":346},"Source Code Management",{"href":347,"dataGaLocation":271,"dataGaName":345},"/solutions/source-code-management/",{"text":349,"config":350},"Automated Software Delivery",{"href":334,"dataGaLocation":271,"dataGaName":351},"Automated software delivery",{"title":353,"description":354,"link":355,"items":360},"Security","Deliver code faster without compromising security",{"config":356},{"href":357,"dataGaName":358,"dataGaLocation":271,"icon":359},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[361,365,370],{"text":362,"config":363},"Application Security Testing",{"href":357,"dataGaName":364,"dataGaLocation":271},"Application security testing",{"text":366,"config":367},"Software Supply Chain Security",{"href":368,"dataGaLocation":271,"dataGaName":369},"/solutions/supply-chain/","Software supply chain security",{"text":371,"config":372},"Software Compliance",{"href":373,"dataGaName":374,"dataGaLocation":271},"/solutions/software-compliance/","software compliance",{"title":376,"link":377,"items":382},"Measurement",{"config":378},{"icon":379,"href":380,"dataGaName":381,"dataGaLocation":271},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[383,387,391],{"text":384,"config":385},"Visibility & Measurement",{"href":380,"dataGaLocation":271,"dataGaName":386},"Visibility and Measurement",{"text":388,"config":389},"Value Stream Management",{"href":390,"dataGaLocation":271,"dataGaName":388},"/solutions/value-stream-management/",{"text":392,"config":393},"Analytics & Insights",{"href":394,"dataGaLocation":271,"dataGaName":395},"/solutions/analytics-and-insights/","Analytics and insights",{"title":397,"type":322,"items":398},"GitLab for",[399,405,411],{"text":400,"config":401},"Enterprise",{"icon":402,"href":403,"dataGaLocation":271,"dataGaName":404},"Building","/enterprise/","enterprise",{"text":406,"config":407},"Small Business",{"icon":408,"href":409,"dataGaLocation":271,"dataGaName":410},"Work","/small-business/","small business",{"text":412,"config":413},"Public Sector",{"icon":414,"href":415,"dataGaLocation":271,"dataGaName":416},"Organization","/solutions/public-sector/","public sector",{"text":418,"config":419},"Pricing",{"href":420,"dataGaName":421,"dataGaLocation":271,"dataNavLevelOne":421},"/pricing/","pricing",{"text":423,"config":424,"menu":426},"Resources",{"dataNavLevelOne":425},"resources",{"type":322,"link":427,"columns":431,"feature":525},{"text":428,"config":429},"View all resources",{"href":430,"dataGaName":425,"dataGaLocation":271},"/resources/",[432,465,492],{"title":433,"items":434},"Getting started",[435,440,445,450,455,460],{"text":436,"config":437},"Install",{"href":438,"dataGaName":439,"dataGaLocation":271},"/install/","install",{"text":441,"config":442},"Quick start guides",{"href":443,"dataGaName":444,"dataGaLocation":271},"/get-started/","quick setup checklists",{"text":446,"config":447},"Learn",{"href":448,"dataGaLocation":271,"dataGaName":449},"https://university.gitlab.com/","learn",{"text":451,"config":452},"Product documentation",{"href":453,"dataGaName":454,"dataGaLocation":271},"https://docs.gitlab.com/","product documentation",{"text":456,"config":457},"Best practice videos",{"href":458,"dataGaName":459,"dataGaLocation":271},"/getting-started-videos/","best practice videos",{"text":461,"config":462},"Integrations",{"href":463,"dataGaName":464,"dataGaLocation":271},"/integrations/","integrations",{"title":466,"items":467},"Discover",[468,473,478,483,487],{"text":469,"config":470},"Customer success stories",{"href":471,"dataGaName":472,"dataGaLocation":271},"/customers/","customer success stories",{"text":474,"config":475},"Blog",{"href":476,"dataGaName":477,"dataGaLocation":271},"/blog/","blog",{"text":479,"config":480},"Demo Hub",{"href":481,"dataGaName":482,"dataGaLocation":271},"/demo-hub/","demo hub",{"text":484,"config":485},"The Source",{"href":486,"dataGaName":477,"dataGaLocation":271},"/the-source/",{"text":488,"config":489},"Remote",{"href":490,"dataGaName":491,"dataGaLocation":271},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":493,"items":494},"Connect",[495,500,505,510,515,520],{"text":496,"config":497},"GitLab Services",{"href":498,"dataGaName":499,"dataGaLocation":271},"/services/","services",{"text":501,"config":502},"Contribute",{"href":503,"dataGaName":504,"dataGaLocation":271},"https://contributors.gitlab.com","contribute",{"text":506,"config":507},"Community",{"href":508,"dataGaName":509,"dataGaLocation":271},"/community/","community",{"text":511,"config":512},"Forum",{"href":513,"dataGaName":514,"dataGaLocation":271},"https://forum.gitlab.com/","forum",{"text":516,"config":517},"Events",{"href":518,"dataGaName":519,"dataGaLocation":271},"/events/","events",{"text":521,"config":522},"Partners",{"href":523,"dataGaName":524,"dataGaLocation":271},"/partners/","partners",{"config":526,"title":529,"text":530,"link":531},{"background":527,"textColor":528},"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":532,"config":533},"Read the latest",{"href":534,"dataGaName":535,"dataGaLocation":271},"/whats-new/","whats new",{"text":537,"config":538,"menu":540},"Company",{"dataNavLevelOne":539},"company",{"type":322,"columns":541},[542],{"items":543},[544,549,555,557,562,567,572,577,582,587],{"text":545,"config":546},"About",{"href":547,"dataGaName":548,"dataGaLocation":271},"/company/","about",{"text":550,"config":551,"footerGa":554},"Jobs",{"href":552,"dataGaName":553,"dataGaLocation":271},"/jobs/","jobs",{"dataGaName":553},{"text":516,"config":556},{"href":518,"dataGaName":519,"dataGaLocation":271},{"text":558,"config":559},"Leadership",{"href":560,"dataGaName":561,"dataGaLocation":271},"/company/team/e-group/","leadership",{"text":563,"config":564},"Handbook",{"href":565,"dataGaName":566,"dataGaLocation":271},"https://handbook.gitlab.com/","handbook",{"text":568,"config":569},"Investor relations",{"href":570,"dataGaName":571,"dataGaLocation":271},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":573,"config":574},"Trust Center",{"href":575,"dataGaName":576,"dataGaLocation":271},"/security/","trust center",{"text":578,"config":579},"AI Transparency Center",{"href":580,"dataGaName":581,"dataGaLocation":271},"/ai-transparency-center/","ai transparency center",{"text":583,"config":584},"Newsletter",{"href":585,"dataGaName":586,"dataGaLocation":271},"/company/contact/#contact-forms","newsletter",{"text":588,"config":589},"Press",{"href":590,"dataGaName":591,"dataGaLocation":271},"/press/","press",{"text":593,"config":594,"menu":595},"Contact us",{"dataNavLevelOne":539},{"type":322,"columns":596},[597],{"items":598},[599,604,609],{"text":600,"config":601},"Talk to sales",{"href":602,"dataGaName":603,"dataGaLocation":271},"/sales/","talk to sales",{"text":605,"config":606},"Support portal",{"href":607,"dataGaName":608,"dataGaLocation":271},"https://support.gitlab.com/hc/en-us","support portal",{"text":610,"config":611},"Customer portal",{"href":612,"dataGaName":613,"dataGaLocation":271},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":615,"login":616,"suggestions":623},"Close",{"text":617,"link":618},"To search repositories and projects, login to",{"text":619,"config":620},"gitlab.com",{"href":285,"dataGaName":621,"dataGaLocation":622},"search login","search",{"text":624,"default":625},"Suggestions",[626,628,632,634,638,642],{"text":302,"config":627},{"href":307,"dataGaName":302,"dataGaLocation":622},{"text":629,"config":630},"Code Suggestions (AI)",{"href":631,"dataGaName":629,"dataGaLocation":622},"/solutions/code-suggestions/",{"text":338,"config":633},{"href":340,"dataGaName":338,"dataGaLocation":622},{"text":635,"config":636},"GitLab on AWS",{"href":637,"dataGaName":635,"dataGaLocation":622},"/partners/technology-partners/aws/",{"text":639,"config":640},"GitLab on Google Cloud",{"href":641,"dataGaName":639,"dataGaLocation":622},"/partners/technology-partners/google-cloud-platform/",{"text":643,"config":644},"Why GitLab?",{"href":315,"dataGaName":643,"dataGaLocation":622},{"freeTrial":646,"mobileIcon":651,"desktopIcon":656,"secondaryButton":659},{"text":647,"config":648},"Start free trial",{"href":649,"dataGaName":276,"dataGaLocation":650},"https://gitlab.com/-/trials/new/","nav",{"altText":652,"config":653},"Gitlab Icon",{"src":654,"dataGaName":655,"dataGaLocation":650},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":652,"config":657},{"src":658,"dataGaName":655,"dataGaLocation":650},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":660,"config":661},"Get Started",{"href":662,"dataGaName":663,"dataGaLocation":650},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":665,"mobileIcon":669,"desktopIcon":671},{"text":666,"config":667},"Learn more about GitLab Duo",{"href":307,"dataGaName":668,"dataGaLocation":650},"gitlab duo",{"altText":652,"config":670},{"src":654,"dataGaName":655,"dataGaLocation":650},{"altText":652,"config":672},{"src":658,"dataGaName":655,"dataGaLocation":650},{"button":674,"mobileIcon":679,"desktopIcon":681},{"text":675,"config":676},"/switch",{"href":677,"dataGaName":678,"dataGaLocation":650},"#contact","switch",{"altText":652,"config":680},{"src":654,"dataGaName":655,"dataGaLocation":650},{"altText":652,"config":682},{"src":683,"dataGaName":655,"dataGaLocation":650},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":685,"mobileIcon":690,"desktopIcon":692},{"text":686,"config":687},"Back to pricing",{"href":420,"dataGaName":688,"dataGaLocation":650,"icon":689},"back to pricing","GoBack",{"altText":652,"config":691},{"src":654,"dataGaName":655,"dataGaLocation":650},{"altText":652,"config":693},{"src":658,"dataGaName":655,"dataGaLocation":650},{"title":695,"titleMobile":696,"button":697,"config":702},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":313,"config":698},{"href":699,"dataGaName":700,"dataGaLocation":701},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":703,"disabled":243},"release",{"data":705},{"text":706,"source":707,"edit":713,"contribute":718,"config":723,"items":728,"minimal":938},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":708,"config":709},"View page source",{"href":710,"dataGaName":711,"dataGaLocation":712},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":714,"config":715},"Edit this page",{"href":716,"dataGaName":717,"dataGaLocation":712},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":719,"config":720},"Please contribute",{"href":721,"dataGaName":722,"dataGaLocation":712},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":724,"facebook":725,"youtube":726,"linkedin":727},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[729,776,830,874,906],{"title":418,"links":730,"subMenu":745},[731,735,740],{"text":732,"config":733},"View plans",{"href":420,"dataGaName":734,"dataGaLocation":712},"view plans",{"text":736,"config":737},"Why Premium?",{"href":738,"dataGaName":739,"dataGaLocation":712},"/pricing/premium/","why premium",{"text":741,"config":742},"Why Ultimate?",{"href":743,"dataGaName":744,"dataGaLocation":712},"/pricing/ultimate/","why ultimate",[746],{"title":747,"links":748},"Contact Us",[749,752,754,756,761,766,771],{"text":750,"config":751},"Contact sales",{"href":602,"dataGaName":281,"dataGaLocation":712},{"text":605,"config":753},{"href":607,"dataGaName":608,"dataGaLocation":712},{"text":610,"config":755},{"href":612,"dataGaName":613,"dataGaLocation":712},{"text":757,"config":758},"Status",{"href":759,"dataGaName":760,"dataGaLocation":712},"https://status.gitlab.com/","status",{"text":762,"config":763},"Terms of use",{"href":764,"dataGaName":765,"dataGaLocation":712},"/terms/","terms of use",{"text":767,"config":768},"Privacy statement",{"href":769,"dataGaName":770,"dataGaLocation":712},"/privacy/","privacy statement",{"text":772,"config":773},"Cookie preferences",{"dataGaName":774,"dataGaLocation":712,"id":775,"isOneTrustButton":256},"cookie preferences","ot-sdk-btn",{"title":318,"links":777,"subMenu":786},[778,782],{"text":779,"config":780},"DevSecOps platform",{"href":300,"dataGaName":781,"dataGaLocation":712},"devsecops platform",{"text":783,"config":784},"AI-Assisted Development",{"href":307,"dataGaName":785,"dataGaLocation":712},"ai-assisted development",[787],{"title":788,"links":789},"Topics",[790,795,800,805,810,815,820,825],{"text":791,"config":792},"CICD",{"href":793,"dataGaName":794,"dataGaLocation":712},"/topics/ci-cd/","cicd",{"text":796,"config":797},"GitOps",{"href":798,"dataGaName":799,"dataGaLocation":712},"/topics/gitops/","gitops",{"text":801,"config":802},"DevOps",{"href":803,"dataGaName":804,"dataGaLocation":712},"/topics/devops/","devops",{"text":806,"config":807},"Version Control",{"href":808,"dataGaName":809,"dataGaLocation":712},"/topics/version-control/","version control",{"text":811,"config":812},"DevSecOps",{"href":813,"dataGaName":814,"dataGaLocation":712},"/topics/devsecops/","devsecops",{"text":816,"config":817},"Cloud Native",{"href":818,"dataGaName":819,"dataGaLocation":712},"/topics/cloud-native/","cloud native",{"text":821,"config":822},"AI for Coding",{"href":823,"dataGaName":824,"dataGaLocation":712},"/topics/devops/ai-for-coding/","ai for coding",{"text":826,"config":827},"Agentic AI",{"href":828,"dataGaName":829,"dataGaLocation":712},"/topics/agentic-ai/","agentic ai",{"title":831,"links":832},"Solutions",[833,835,837,842,846,849,853,856,858,861,864,869],{"text":362,"config":834},{"href":357,"dataGaName":362,"dataGaLocation":712},{"text":351,"config":836},{"href":334,"dataGaName":335,"dataGaLocation":712},{"text":838,"config":839},"Agile development",{"href":840,"dataGaName":841,"dataGaLocation":712},"/solutions/agile-delivery/","agile delivery",{"text":843,"config":844},"SCM",{"href":347,"dataGaName":845,"dataGaLocation":712},"source code management",{"text":791,"config":847},{"href":340,"dataGaName":848,"dataGaLocation":712},"continuous integration & delivery",{"text":850,"config":851},"Value stream management",{"href":390,"dataGaName":852,"dataGaLocation":712},"value stream management",{"text":796,"config":854},{"href":855,"dataGaName":799,"dataGaLocation":712},"/solutions/gitops/",{"text":400,"config":857},{"href":403,"dataGaName":404,"dataGaLocation":712},{"text":859,"config":860},"Small business",{"href":409,"dataGaName":410,"dataGaLocation":712},{"text":862,"config":863},"Public sector",{"href":415,"dataGaName":416,"dataGaLocation":712},{"text":865,"config":866},"Education",{"href":867,"dataGaName":868,"dataGaLocation":712},"/solutions/education/","education",{"text":870,"config":871},"Financial services",{"href":872,"dataGaName":873,"dataGaLocation":712},"/solutions/finance/","financial services",{"title":423,"links":875},[876,878,880,882,885,887,890,892,894,896,898,900,902,904],{"text":436,"config":877},{"href":438,"dataGaName":439,"dataGaLocation":712},{"text":441,"config":879},{"href":443,"dataGaName":444,"dataGaLocation":712},{"text":446,"config":881},{"href":448,"dataGaName":449,"dataGaLocation":712},{"text":451,"config":883},{"href":453,"dataGaName":884,"dataGaLocation":712},"docs",{"text":474,"config":886},{"href":476,"dataGaName":477,"dataGaLocation":712},{"text":888,"config":889},"What's new",{"href":534,"dataGaName":535,"dataGaLocation":712},{"text":469,"config":891},{"href":471,"dataGaName":472,"dataGaLocation":712},{"text":488,"config":893},{"href":490,"dataGaName":491,"dataGaLocation":712},{"text":496,"config":895},{"href":498,"dataGaName":499,"dataGaLocation":712},{"text":501,"config":897},{"href":503,"dataGaName":504,"dataGaLocation":712},{"text":506,"config":899},{"href":508,"dataGaName":509,"dataGaLocation":712},{"text":511,"config":901},{"href":513,"dataGaName":514,"dataGaLocation":712},{"text":516,"config":903},{"href":518,"dataGaName":519,"dataGaLocation":712},{"text":521,"config":905},{"href":523,"dataGaName":524,"dataGaLocation":712},{"title":537,"links":907},[908,910,912,914,916,918,922,927,929,931,933],{"text":545,"config":909},{"href":547,"dataGaName":539,"dataGaLocation":712},{"text":550,"config":911},{"href":552,"dataGaName":553,"dataGaLocation":712},{"text":558,"config":913},{"href":560,"dataGaName":561,"dataGaLocation":712},{"text":563,"config":915},{"href":565,"dataGaName":566,"dataGaLocation":712},{"text":568,"config":917},{"href":570,"dataGaName":571,"dataGaLocation":712},{"text":919,"config":920},"Sustainability",{"href":921,"dataGaName":919,"dataGaLocation":712},"/sustainability/",{"text":923,"config":924},"Diversity, inclusion and belonging (DIB)",{"href":925,"dataGaName":926,"dataGaLocation":712},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":573,"config":928},{"href":575,"dataGaName":576,"dataGaLocation":712},{"text":583,"config":930},{"href":585,"dataGaName":586,"dataGaLocation":712},{"text":588,"config":932},{"href":590,"dataGaName":591,"dataGaLocation":712},{"text":934,"config":935},"Modern Slavery Transparency Statement",{"href":936,"dataGaName":937,"dataGaLocation":712},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":939},[940,943,946],{"text":941,"config":942},"Terms",{"href":764,"dataGaName":765,"dataGaLocation":712},{"text":944,"config":945},"Cookies",{"dataGaName":774,"dataGaLocation":712,"id":775,"isOneTrustButton":256},{"text":947,"config":948},"Privacy",{"href":769,"dataGaName":770,"dataGaLocation":712},[950,964],{"id":951,"title":7,"body":242,"config":952,"content":954,"description":242,"extension":958,"meta":959,"navigation":256,"path":960,"seo":961,"stem":962,"__hash__":963},"blogAuthors/en-us/blog/authors/jacob-vosmaer.yml",{"template":953},"BlogAuthor",{"name":7,"config":955},{"headshot":956,"ctfId":957},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659488/Blog/Author%20Headshots/gitlab-logo-extra-whitespace.png","Jacob-Vosmaer","yml",{},"/en-us/blog/authors/jacob-vosmaer",{},"en-us/blog/authors/jacob-vosmaer","8CR6ShwBsKxqGM4AAocQnzaLp61rqybzr4XSir9Y3Ag",{"id":965,"title":966,"body":242,"config":967,"content":968,"description":242,"extension":958,"meta":971,"navigation":256,"path":972,"seo":973,"stem":974,"__hash__":975},"blogAuthors/en-us/blog/authors/job-van-der-voort.yml","Job Van Der Voort",{"template":953},{"name":8,"config":969},{"headshot":956,"ctfId":970},"Job-van-der-Voort",{},"/en-us/blog/authors/job-van-der-voort",{},"en-us/blog/authors/job-van-der-voort","w8TOn_hGFgQQOv35VnObjxoMM-hviRbwtijFETooJCM",[977,985,993],{"title":978,"description":979,"heroImage":980,"category":238,"date":981,"authors":982,"slug":984,"externalUrl":242},"How we overhauled GitLab navigation","Users weren't getting what they needed from our navigation. Here are the steps we took to turn that experience around.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682884/Blog/Hero%20Images/navigation.jpg","2023-08-15",[983],"Ashley Knobloch","navigation-research-blog-post",{"title":986,"description":987,"heroImage":988,"category":238,"date":989,"authors":990,"slug":992,"externalUrl":242},"Beautifying our UI: Giving GitLab build features a fresh look","Get an inside look at how we are improving the usability of GitLab build features with multiple visual design improvements.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749682807/Blog/Hero%20Images/beautify.jpg","2023-07-05",[991],"Veethika Mishra","beautifying-of-our-ui",{"title":994,"description":995,"heroImage":996,"category":238,"date":997,"authors":998,"slug":1000,"externalUrl":242},"4 best practices leading orgs to release software faster","GitLab's 2023 Global DevSecOps Survey illuminates the strategies that organizations deploying more frequently have in common.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663908/Blog/Hero%20Images/2023-devsecops-report-blog-banner2.png","2023-06-08",[999],"Kristina Weis","best-practices-leading-orgs-to-release-software-faster",{"promotions":1002},[1003,1017,1029,1041],{"id":1004,"categories":1005,"header":1007,"text":1008,"button":1009,"image":1014},"ai-modernization",[1006],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":1010,"config":1011},"Get your AI maturity score",{"href":1012,"dataGaName":1013,"dataGaLocation":477},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":1015},{"src":1016},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1018,"categories":1019,"header":1021,"text":1008,"button":1022,"image":1026},"devops-modernization",[1020,814],"product","Are you just managing tools or shipping innovation?",{"text":1023,"config":1024},"Get your DevOps maturity score",{"href":1025,"dataGaName":1013,"dataGaLocation":477},"/assessments/devops-modernization-assessment/",{"config":1027},{"src":1028},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1030,"categories":1031,"header":1033,"text":1008,"button":1034,"image":1038},"security-modernization",[1032],"security","Are you trading speed for security?",{"text":1035,"config":1036},"Get your security maturity score",{"href":1037,"dataGaName":1013,"dataGaLocation":477},"/assessments/security-modernization-assessment/",{"config":1039},{"src":1040},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1042,"paths":1043,"header":1046,"text":1047,"button":1048,"image":1053},"github-azure-migration",[1044,1045],"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":1049,"config":1050},"See how GitLab compares to GitHub",{"href":1051,"dataGaName":1052,"dataGaLocation":477},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1054},{"src":1028},{"header":1056,"blurb":1057,"button":1058,"secondaryButton":1063},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1059,"config":1060},"Get your free trial",{"href":1061,"dataGaName":276,"dataGaLocation":1062},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":750,"config":1064},{"href":602,"dataGaName":281,"dataGaLocation":1062},1786803759343]