[{"data":1,"prerenderedAt":1046},["ShallowReactive",2],{"/blog/gitpod-desktop-app-personal-activities":3,"navigation-en-us":246,"banner-en-us":674,"footer-en-us":684,"blog-post-authors-en-us-Marcel van Remmerden|Jeremy Elder":928,"blog-related-posts-en-us-gitpod-desktop-app-personal-activities":956,"blog-promotions-en-us":982,"next-steps-en-us":1036},{"id":4,"title":5,"authors":6,"body":9,"category":224,"date":225,"description":226,"extension":227,"externalUrl":228,"faq":228,"featured":229,"heroImage":230,"meta":231,"navigation":232,"path":233,"seo":234,"slug":238,"stem":239,"tags":240,"template":244,"updatedDate":228,"__hash__":245},"blogPosts/en-us/blog/gitpod-desktop-app-personal-activities.md","Why we built GitDock, our desktop app to navigate your GitLab activities",[7,8],"Marcel van Remmerden","Jeremy Elder",{"type":10,"value":11,"toc":215},"minimark",[12,16,19,64,69,78,85,88,94,98,101,104,115,119,128,134,137,154,157,160,170,183,187,196,199,203,212],[13,14,15],"p",{},"Keeping track of everything that is happening in your GitLab projects and groups can be quite overwhelming. Often times you care about not only one project, but multiple ones. Even worse, these projects might even belong to different groups, making everything more complex.",[13,17,18],{},"As an example, product designers at GitLab might work on all of these different projects over the course of just one week:",[20,21,22,32,40,48,56],"ul",{},[23,24,25,31],"li",{},[26,27,30],"a",{"href":28,"rel":29},"https://gitlab.com/gitlab-org/gitlab",[],"gitlab-org/gitlab"," (our product)",[23,33,34,39],{},[26,35,38],{"href":36,"rel":37},"https://gitlab.com/gitlab-com/www-gitlab-com",[],"gitlab-com/www-gitlab-com"," (our handbook)",[23,41,42,47],{},[26,43,46],{"href":44,"rel":45},"https://gitlab.com/gitlab-org/gitlab-design/",[],"gitlab-org/gitlab-design"," (space for discussions)",[23,49,50,55],{},[26,51,54],{"href":52,"rel":53},"https://gitlab.com/gitlab-org/gitlab-services/design.gitlab.com",[],"gitlab-org/gitlab-services/design.gitlab.com"," (our design system)",[23,57,58,63],{},[26,59,62],{"href":60,"rel":61},"https://gitlab.com/gitlab-org/ux-research",[],"gitlab-org/ux-research"," (research studies)",[65,66,68],"h2",{"id":67},"user-centric-vs-project-centric-navigation","User-centric vs. project-centric navigation",[13,70,71,72,77],{},"One of our product design managers (",[26,73,76],{"href":74,"rel":75},"https://gitlab.com/jackib",[],"@jackib",") created a visualization that shows the current project-centric navigation model that we have in place.",[13,79,80],{},[81,82],"img",{"alt":83,"src":84},"Project-centric navigation","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782397668/blog/Content%20Images/2021-10-05-gitdock/project-centric-navigation.png",[13,86,87],{},"This model puts the burden of keeping track of your activities and the work you care about on the user. We would rather look for opportunities where we can enable a more user-centric navigation.",[13,89,90],{},[81,91],{"alt":92,"src":93},"User-centric navigation","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782397668/blog/Content%20Images/2021-10-05-gitdock/user-centric-navigation.png",[65,95,97],{"id":96},"why-do-we-care-about-this","Why do we care about this?",[13,99,100],{},"Users already have different ways to stay up to date, for example email notifications, our \"to-dos,\" or custom systems they have set up for themselves. However, when we ran a UX research study, we noticed these tools often times only show a small subset of the things that users are curious about or the tools have to be checked multiple times during the day.",[13,102,103],{},"A short summary of the main points we learned from this study:",[20,105,106,109,112],{},[23,107,108],{},"Maintainers care about what happened to their project since they last looked at it.",[23,110,111],{},"Users repeatedly check their pipelines to see the results.",[23,113,114],{},"Often times users need to jump back into issues/MRs they have recently contributed to.",[65,116,118],{"id":117},"what-is-gitdock","What is GitDock?",[13,120,121,122,127],{},"GitDock is a desktop app you can install on your macOS/Windows/Linux machine (download ",[26,123,126],{"href":124,"rel":125},"https://gitlab.com/mvanremmerden/gitdock/-/releases",[],"latest release","). When installed, you will have an icon on your menu bar that brings up a small window.",[13,129,130],{},[81,131],{"alt":132,"src":133},"GitDock","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782397668/blog/Content%20Images/2021-10-05-gitdock/gitdock-window.png",[13,135,136],{},"From there you will have direct access to the following information:",[20,138,139,142,145,148,151],{},[23,140,141],{},"The last pipelines you triggered",[23,143,144],{},"Your recently viewed GitLab objects (MRs, Issues, Epics, etc...)",[23,146,147],{},"Favorite projects",[23,149,150],{},"Your most recent comments",[23,152,153],{},"Bookmarked items",[13,155,156],{},"GitDock also sends you a system notification whenever a pipeline completes, or when a new to-do was created for you.",[13,158,159],{},"All of these features try to put the user at the center. You can see me walk through all functionality in this overview video:",[13,161,162],{},[26,163,166],{"href":164,"rel":165},"https://www.youtube.com/watch?v=WkVS38wo4_w",[],[81,167],{"alt":168,"src":169},"YouTube video","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782397668/blog/Content%20Images/2021-10-05-gitdock/gitdock-youtube.png",[13,171,172,173,177,178,182],{},"You can also see the entire code in our ",[26,174,132],{"href":175,"rel":176},"https://gitlab.com/mvanremmerden/gitdock",[]," project and download the ",[26,179,181],{"href":124,"rel":180},[],"newest release for your machine",".",[65,184,186],{"id":185},"why-didnt-we-make-this-part-of-our-web-ui","Why didn't we make this part of our Web UI?",[13,188,189,190,195],{},"The main goal for GitDock is to help us learn how users want to navigate in this more user-centric approach. We decided to build this ",[26,191,194],{"href":192,"rel":193},"https://handbook.gitlab.com/handbook/values/#minimal-viable-change-mvc",[],"minimum viable change (MVC)"," in a separate product as it allowed us to move faster and use a few shortcuts, e.g. relying on the local browser history for the recently viewed items instead of storing these in our database. It also permitted us to cut some corners on performance as our API is not yet optimized for this approach. Here's one way example of how it's not optimized: getting the last pipeline you triggered requires three API calls to different endpoints.",[13,197,198],{},"One other advantage is that it gives us a space to test new ideas that we are curious about without having to fully commit to them (e.g. bookmarks).",[65,200,202],{"id":201},"what-are-the-next-steps","What are the next steps?",[13,204,205,206,211],{},"We want to use the learnings and data from this project to help us ",[26,207,210],{"href":208,"rel":209},"https://gitlab.com/gitlab-org/gitlab/-/issues/225331",[],"build a better start page for GitLab",". Right now this page is configurable and can show you different content, but almost 99% of users keep the default \"Your projects\" list as start page. We don't think users do this because it is truly the most useful option, and we want to create a better experience for this.",[13,213,214],{},"That's why we are still looking for feedback. Let us know what you think about GitDock and what other content would be helpful for you in a start page, or other navigation feature.",{"title":216,"searchDepth":217,"depth":217,"links":218},"",2,[219,220,221,222,223],{"id":67,"depth":217,"text":68},{"id":96,"depth":217,"text":97},{"id":117,"depth":217,"text":118},{"id":185,"depth":217,"text":186},{"id":201,"depth":217,"text":202},"engineering","2021-10-05","Life is full of moving parts. We get it. And that's why we created GitDock so you can keep track of all things GitLab right from your desktop.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663397/Blog/Hero%20Images/logoforblogpost.jpg",{},true,"/en-us/blog/gitpod-desktop-app-personal-activities",{"title":5,"description":226,"ogTitle":5,"ogDescription":226,"noIndex":229,"ogImage":230,"ogUrl":235,"ogSiteName":236,"ogType":237,"canonicalUrls":235},"https://about.gitlab.com/blog/gitpod-desktop-app-personal-activities","https://about.gitlab.com","article","gitpod-desktop-app-personal-activities","en-us/blog/gitpod-desktop-app-personal-activities",[241,242,243],"inside GitLab","UX","DevOps","BlogPost","pa_Qd_8N1jxhWCkYaXM5UacbSlSxU-sOtC4I54Kh5tk",{"logo":247,"freeTrial":252,"sales":257,"login":262,"items":267,"search":594,"minimal":625,"duo":644,"switchNav":653,"pricingDeployment":664},{"config":248},{"href":249,"dataGaName":250,"dataGaLocation":251},"/","gitlab logo","header",{"text":253,"config":254},"Get free trial",{"href":255,"dataGaName":256,"dataGaLocation":251},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":258,"config":259},"Request a demo",{"href":260,"dataGaName":261,"dataGaLocation":251},"/sales/?contact-topic=request-demo","sales",{"text":263,"config":264},"Sign in",{"href":265,"dataGaName":266,"dataGaLocation":251},"https://gitlab.com/users/sign_in/","sign in",[268,297,397,402,516,572],{"text":269,"config":270,"menu":272},"Platform",{"dataNavLevelOne":271},"platform",{"type":273,"columns":274},"cards",[275,281,289],{"title":269,"description":276,"link":277},"The intelligent orchestration platform for DevSecOps",{"text":278,"config":279},"Explore our Platform",{"href":280,"dataGaName":271,"dataGaLocation":251},"/platform/",{"title":282,"description":283,"link":284},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":285,"config":286},"Meet GitLab Duo",{"href":287,"dataGaName":288,"dataGaLocation":251},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":290,"description":291,"link":292},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":293,"config":294},"Learn more",{"href":295,"dataGaName":296,"dataGaLocation":251},"/why-gitlab/","why gitlab",{"text":298,"left":232,"config":299,"menu":301},"Product",{"dataNavLevelOne":300},"solutions",{"type":302,"link":303,"columns":307,"feature":376},"lists",{"text":304,"config":305},"View all Solutions",{"href":306,"dataGaName":300,"dataGaLocation":251},"/solutions/",[308,332,355],{"title":309,"description":310,"link":311,"items":316},"Automation","CI/CD and automation to accelerate deployment",{"config":312},{"icon":313,"href":314,"dataGaName":315,"dataGaLocation":251},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[317,321,324,328],{"text":318,"config":319},"CI/CD",{"href":320,"dataGaLocation":251,"dataGaName":318},"/solutions/continuous-integration/",{"text":282,"config":322},{"href":287,"dataGaLocation":251,"dataGaName":323},"gitlab duo agent platform - product menu",{"text":325,"config":326},"Source Code Management",{"href":327,"dataGaLocation":251,"dataGaName":325},"/solutions/source-code-management/",{"text":329,"config":330},"Automated Software Delivery",{"href":314,"dataGaLocation":251,"dataGaName":331},"Automated software delivery",{"title":333,"description":334,"link":335,"items":340},"Security","Deliver code faster without compromising security",{"config":336},{"href":337,"dataGaName":338,"dataGaLocation":251,"icon":339},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[341,345,350],{"text":342,"config":343},"Application Security Testing",{"href":337,"dataGaName":344,"dataGaLocation":251},"Application security testing",{"text":346,"config":347},"Software Supply Chain Security",{"href":348,"dataGaLocation":251,"dataGaName":349},"/solutions/supply-chain/","Software supply chain security",{"text":351,"config":352},"Software Compliance",{"href":353,"dataGaName":354,"dataGaLocation":251},"/solutions/software-compliance/","software compliance",{"title":356,"link":357,"items":362},"Measurement",{"config":358},{"icon":359,"href":360,"dataGaName":361,"dataGaLocation":251},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[363,367,371],{"text":364,"config":365},"Visibility & Measurement",{"href":360,"dataGaLocation":251,"dataGaName":366},"Visibility and Measurement",{"text":368,"config":369},"Value Stream Management",{"href":370,"dataGaLocation":251,"dataGaName":368},"/solutions/value-stream-management/",{"text":372,"config":373},"Analytics & Insights",{"href":374,"dataGaLocation":251,"dataGaName":375},"/solutions/analytics-and-insights/","Analytics and insights",{"title":377,"type":302,"items":378},"GitLab for",[379,385,391],{"text":380,"config":381},"Enterprise",{"icon":382,"href":383,"dataGaLocation":251,"dataGaName":384},"Building","/enterprise/","enterprise",{"text":386,"config":387},"Small Business",{"icon":388,"href":389,"dataGaLocation":251,"dataGaName":390},"Work","/small-business/","small business",{"text":392,"config":393},"Public Sector",{"icon":394,"href":395,"dataGaLocation":251,"dataGaName":396},"Organization","/solutions/public-sector/","public sector",{"text":398,"config":399},"Pricing",{"href":400,"dataGaName":401,"dataGaLocation":251,"dataNavLevelOne":401},"/pricing/","pricing",{"text":403,"config":404,"menu":406},"Resources",{"dataNavLevelOne":405},"resources",{"type":302,"link":407,"columns":411,"feature":505},{"text":408,"config":409},"View all resources",{"href":410,"dataGaName":405,"dataGaLocation":251},"/resources/",[412,445,472],{"title":413,"items":414},"Getting started",[415,420,425,430,435,440],{"text":416,"config":417},"Install",{"href":418,"dataGaName":419,"dataGaLocation":251},"/install/","install",{"text":421,"config":422},"Quick start guides",{"href":423,"dataGaName":424,"dataGaLocation":251},"/get-started/","quick setup checklists",{"text":426,"config":427},"Learn",{"href":428,"dataGaLocation":251,"dataGaName":429},"https://university.gitlab.com/","learn",{"text":431,"config":432},"Product documentation",{"href":433,"dataGaName":434,"dataGaLocation":251},"https://docs.gitlab.com/","product documentation",{"text":436,"config":437},"Best practice videos",{"href":438,"dataGaName":439,"dataGaLocation":251},"/getting-started-videos/","best practice videos",{"text":441,"config":442},"Integrations",{"href":443,"dataGaName":444,"dataGaLocation":251},"/integrations/","integrations",{"title":446,"items":447},"Discover",[448,453,458,463,467],{"text":449,"config":450},"Customer success stories",{"href":451,"dataGaName":452,"dataGaLocation":251},"/customers/","customer success stories",{"text":454,"config":455},"Blog",{"href":456,"dataGaName":457,"dataGaLocation":251},"/blog/","blog",{"text":459,"config":460},"Demo Hub",{"href":461,"dataGaName":462,"dataGaLocation":251},"/demo-hub/","demo hub",{"text":464,"config":465},"The Source",{"href":466,"dataGaName":457,"dataGaLocation":251},"/the-source/",{"text":468,"config":469},"Remote",{"href":470,"dataGaName":471,"dataGaLocation":251},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":473,"items":474},"Connect",[475,480,485,490,495,500],{"text":476,"config":477},"GitLab Services",{"href":478,"dataGaName":479,"dataGaLocation":251},"/services/","services",{"text":481,"config":482},"Contribute",{"href":483,"dataGaName":484,"dataGaLocation":251},"https://contributors.gitlab.com","contribute",{"text":486,"config":487},"Community",{"href":488,"dataGaName":489,"dataGaLocation":251},"/community/","community",{"text":491,"config":492},"Forum",{"href":493,"dataGaName":494,"dataGaLocation":251},"https://forum.gitlab.com/","forum",{"text":496,"config":497},"Events",{"href":498,"dataGaName":499,"dataGaLocation":251},"/events/","events",{"text":501,"config":502},"Partners",{"href":503,"dataGaName":504,"dataGaLocation":251},"/partners/","partners",{"config":506,"title":509,"text":510,"link":511},{"background":507,"textColor":508},"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":512,"config":513},"Read the latest",{"href":514,"dataGaName":515,"dataGaLocation":251},"/whats-new/","whats new",{"text":517,"config":518,"menu":520},"Company",{"dataNavLevelOne":519},"company",{"type":302,"columns":521},[522],{"items":523},[524,529,535,537,542,547,552,557,562,567],{"text":525,"config":526},"About",{"href":527,"dataGaName":528,"dataGaLocation":251},"/company/","about",{"text":530,"config":531,"footerGa":534},"Jobs",{"href":532,"dataGaName":533,"dataGaLocation":251},"/jobs/","jobs",{"dataGaName":533},{"text":496,"config":536},{"href":498,"dataGaName":499,"dataGaLocation":251},{"text":538,"config":539},"Leadership",{"href":540,"dataGaName":541,"dataGaLocation":251},"/company/team/e-group/","leadership",{"text":543,"config":544},"Handbook",{"href":545,"dataGaName":546,"dataGaLocation":251},"https://handbook.gitlab.com/","handbook",{"text":548,"config":549},"Investor relations",{"href":550,"dataGaName":551,"dataGaLocation":251},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":553,"config":554},"Trust Center",{"href":555,"dataGaName":556,"dataGaLocation":251},"/security/","trust center",{"text":558,"config":559},"AI Transparency Center",{"href":560,"dataGaName":561,"dataGaLocation":251},"/ai-transparency-center/","ai transparency center",{"text":563,"config":564},"Newsletter",{"href":565,"dataGaName":566,"dataGaLocation":251},"/company/contact/#contact-forms","newsletter",{"text":568,"config":569},"Press",{"href":570,"dataGaName":571,"dataGaLocation":251},"/press/","press",{"text":573,"config":574,"menu":575},"Contact us",{"dataNavLevelOne":519},{"type":302,"columns":576},[577],{"items":578},[579,584,589],{"text":580,"config":581},"Talk to sales",{"href":582,"dataGaName":583,"dataGaLocation":251},"/sales/","talk to sales",{"text":585,"config":586},"Support portal",{"href":587,"dataGaName":588,"dataGaLocation":251},"https://support.gitlab.com/hc/en-us","support portal",{"text":590,"config":591},"Customer portal",{"href":592,"dataGaName":593,"dataGaLocation":251},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":595,"login":596,"suggestions":603},"Close",{"text":597,"link":598},"To search repositories and projects, login to",{"text":599,"config":600},"gitlab.com",{"href":265,"dataGaName":601,"dataGaLocation":602},"search login","search",{"text":604,"default":605},"Suggestions",[606,608,612,614,618,622],{"text":282,"config":607},{"href":287,"dataGaName":282,"dataGaLocation":602},{"text":609,"config":610},"Code Suggestions (AI)",{"href":611,"dataGaName":609,"dataGaLocation":602},"/solutions/code-suggestions/",{"text":318,"config":613},{"href":320,"dataGaName":318,"dataGaLocation":602},{"text":615,"config":616},"GitLab on AWS",{"href":617,"dataGaName":615,"dataGaLocation":602},"/partners/technology-partners/aws/",{"text":619,"config":620},"GitLab on Google Cloud",{"href":621,"dataGaName":619,"dataGaLocation":602},"/partners/technology-partners/google-cloud-platform/",{"text":623,"config":624},"Why GitLab?",{"href":295,"dataGaName":623,"dataGaLocation":602},{"freeTrial":626,"mobileIcon":631,"desktopIcon":636,"secondaryButton":639},{"text":627,"config":628},"Start free trial",{"href":629,"dataGaName":256,"dataGaLocation":630},"https://gitlab.com/-/trials/new/","nav",{"altText":632,"config":633},"Gitlab Icon",{"src":634,"dataGaName":635,"dataGaLocation":630},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":632,"config":637},{"src":638,"dataGaName":635,"dataGaLocation":630},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":640,"config":641},"Get Started",{"href":642,"dataGaName":643,"dataGaLocation":630},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":645,"mobileIcon":649,"desktopIcon":651},{"text":646,"config":647},"Learn more about GitLab Duo",{"href":287,"dataGaName":648,"dataGaLocation":630},"gitlab duo",{"altText":632,"config":650},{"src":634,"dataGaName":635,"dataGaLocation":630},{"altText":632,"config":652},{"src":638,"dataGaName":635,"dataGaLocation":630},{"button":654,"mobileIcon":659,"desktopIcon":661},{"text":655,"config":656},"/switch",{"href":657,"dataGaName":658,"dataGaLocation":630},"#contact","switch",{"altText":632,"config":660},{"src":634,"dataGaName":635,"dataGaLocation":630},{"altText":632,"config":662},{"src":663,"dataGaName":635,"dataGaLocation":630},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":665,"mobileIcon":670,"desktopIcon":672},{"text":666,"config":667},"Back to pricing",{"href":400,"dataGaName":668,"dataGaLocation":630,"icon":669},"back to pricing","GoBack",{"altText":632,"config":671},{"src":634,"dataGaName":635,"dataGaLocation":630},{"altText":632,"config":673},{"src":638,"dataGaName":635,"dataGaLocation":630},{"title":675,"titleMobile":676,"button":677,"config":682},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":293,"config":678},{"href":679,"dataGaName":680,"dataGaLocation":681},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":683,"disabled":229},"release",{"data":685},{"text":686,"source":687,"edit":693,"contribute":698,"config":703,"items":708,"minimal":917},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":688,"config":689},"View page source",{"href":690,"dataGaName":691,"dataGaLocation":692},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":694,"config":695},"Edit this page",{"href":696,"dataGaName":697,"dataGaLocation":692},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":699,"config":700},"Please contribute",{"href":701,"dataGaName":702,"dataGaLocation":692},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":704,"facebook":705,"youtube":706,"linkedin":707},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[709,756,809,853,885],{"title":398,"links":710,"subMenu":725},[711,715,720],{"text":712,"config":713},"View plans",{"href":400,"dataGaName":714,"dataGaLocation":692},"view plans",{"text":716,"config":717},"Why Premium?",{"href":718,"dataGaName":719,"dataGaLocation":692},"/pricing/premium/","why premium",{"text":721,"config":722},"Why Ultimate?",{"href":723,"dataGaName":724,"dataGaLocation":692},"/pricing/ultimate/","why ultimate",[726],{"title":727,"links":728},"Contact Us",[729,732,734,736,741,746,751],{"text":730,"config":731},"Contact sales",{"href":582,"dataGaName":261,"dataGaLocation":692},{"text":585,"config":733},{"href":587,"dataGaName":588,"dataGaLocation":692},{"text":590,"config":735},{"href":592,"dataGaName":593,"dataGaLocation":692},{"text":737,"config":738},"Status",{"href":739,"dataGaName":740,"dataGaLocation":692},"https://status.gitlab.com/","status",{"text":742,"config":743},"Terms of use",{"href":744,"dataGaName":745,"dataGaLocation":692},"/terms/","terms of use",{"text":747,"config":748},"Privacy statement",{"href":749,"dataGaName":750,"dataGaLocation":692},"/privacy/","privacy statement",{"text":752,"config":753},"Cookie preferences",{"dataGaName":754,"dataGaLocation":692,"id":755,"isOneTrustButton":232},"cookie preferences","ot-sdk-btn",{"title":298,"links":757,"subMenu":766},[758,762],{"text":759,"config":760},"DevSecOps platform",{"href":280,"dataGaName":761,"dataGaLocation":692},"devsecops platform",{"text":763,"config":764},"AI-Assisted Development",{"href":287,"dataGaName":765,"dataGaLocation":692},"ai-assisted development",[767],{"title":768,"links":769},"Topics",[770,775,780,784,789,794,799,804],{"text":771,"config":772},"CICD",{"href":773,"dataGaName":774,"dataGaLocation":692},"/topics/ci-cd/","cicd",{"text":776,"config":777},"GitOps",{"href":778,"dataGaName":779,"dataGaLocation":692},"/topics/gitops/","gitops",{"text":243,"config":781},{"href":782,"dataGaName":783,"dataGaLocation":692},"/topics/devops/","devops",{"text":785,"config":786},"Version Control",{"href":787,"dataGaName":788,"dataGaLocation":692},"/topics/version-control/","version control",{"text":790,"config":791},"DevSecOps",{"href":792,"dataGaName":793,"dataGaLocation":692},"/topics/devsecops/","devsecops",{"text":795,"config":796},"Cloud Native",{"href":797,"dataGaName":798,"dataGaLocation":692},"/topics/cloud-native/","cloud native",{"text":800,"config":801},"AI for Coding",{"href":802,"dataGaName":803,"dataGaLocation":692},"/topics/devops/ai-for-coding/","ai for coding",{"text":805,"config":806},"Agentic AI",{"href":807,"dataGaName":808,"dataGaLocation":692},"/topics/agentic-ai/","agentic ai",{"title":810,"links":811},"Solutions",[812,814,816,821,825,828,832,835,837,840,843,848],{"text":342,"config":813},{"href":337,"dataGaName":342,"dataGaLocation":692},{"text":331,"config":815},{"href":314,"dataGaName":315,"dataGaLocation":692},{"text":817,"config":818},"Agile development",{"href":819,"dataGaName":820,"dataGaLocation":692},"/solutions/agile-delivery/","agile delivery",{"text":822,"config":823},"SCM",{"href":327,"dataGaName":824,"dataGaLocation":692},"source code management",{"text":771,"config":826},{"href":320,"dataGaName":827,"dataGaLocation":692},"continuous integration & delivery",{"text":829,"config":830},"Value stream management",{"href":370,"dataGaName":831,"dataGaLocation":692},"value stream management",{"text":776,"config":833},{"href":834,"dataGaName":779,"dataGaLocation":692},"/solutions/gitops/",{"text":380,"config":836},{"href":383,"dataGaName":384,"dataGaLocation":692},{"text":838,"config":839},"Small business",{"href":389,"dataGaName":390,"dataGaLocation":692},{"text":841,"config":842},"Public sector",{"href":395,"dataGaName":396,"dataGaLocation":692},{"text":844,"config":845},"Education",{"href":846,"dataGaName":847,"dataGaLocation":692},"/solutions/education/","education",{"text":849,"config":850},"Financial services",{"href":851,"dataGaName":852,"dataGaLocation":692},"/solutions/finance/","financial services",{"title":403,"links":854},[855,857,859,861,864,866,869,871,873,875,877,879,881,883],{"text":416,"config":856},{"href":418,"dataGaName":419,"dataGaLocation":692},{"text":421,"config":858},{"href":423,"dataGaName":424,"dataGaLocation":692},{"text":426,"config":860},{"href":428,"dataGaName":429,"dataGaLocation":692},{"text":431,"config":862},{"href":433,"dataGaName":863,"dataGaLocation":692},"docs",{"text":454,"config":865},{"href":456,"dataGaName":457,"dataGaLocation":692},{"text":867,"config":868},"What's new",{"href":514,"dataGaName":515,"dataGaLocation":692},{"text":449,"config":870},{"href":451,"dataGaName":452,"dataGaLocation":692},{"text":468,"config":872},{"href":470,"dataGaName":471,"dataGaLocation":692},{"text":476,"config":874},{"href":478,"dataGaName":479,"dataGaLocation":692},{"text":481,"config":876},{"href":483,"dataGaName":484,"dataGaLocation":692},{"text":486,"config":878},{"href":488,"dataGaName":489,"dataGaLocation":692},{"text":491,"config":880},{"href":493,"dataGaName":494,"dataGaLocation":692},{"text":496,"config":882},{"href":498,"dataGaName":499,"dataGaLocation":692},{"text":501,"config":884},{"href":503,"dataGaName":504,"dataGaLocation":692},{"title":517,"links":886},[887,889,891,893,895,897,901,906,908,910,912],{"text":525,"config":888},{"href":527,"dataGaName":519,"dataGaLocation":692},{"text":530,"config":890},{"href":532,"dataGaName":533,"dataGaLocation":692},{"text":538,"config":892},{"href":540,"dataGaName":541,"dataGaLocation":692},{"text":543,"config":894},{"href":545,"dataGaName":546,"dataGaLocation":692},{"text":548,"config":896},{"href":550,"dataGaName":551,"dataGaLocation":692},{"text":898,"config":899},"Sustainability",{"href":900,"dataGaName":898,"dataGaLocation":692},"/sustainability/",{"text":902,"config":903},"Diversity, inclusion and belonging (DIB)",{"href":904,"dataGaName":905,"dataGaLocation":692},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":553,"config":907},{"href":555,"dataGaName":556,"dataGaLocation":692},{"text":563,"config":909},{"href":565,"dataGaName":566,"dataGaLocation":692},{"text":568,"config":911},{"href":570,"dataGaName":571,"dataGaLocation":692},{"text":913,"config":914},"Modern Slavery Transparency Statement",{"href":915,"dataGaName":916,"dataGaLocation":692},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":918},[919,922,925],{"text":920,"config":921},"Terms",{"href":744,"dataGaName":745,"dataGaLocation":692},{"text":923,"config":924},"Cookies",{"dataGaName":754,"dataGaLocation":692,"id":755,"isOneTrustButton":232},{"text":926,"config":927},"Privacy",{"href":749,"dataGaName":750,"dataGaLocation":692},[929,944],{"id":930,"title":931,"body":228,"config":932,"content":934,"description":228,"extension":938,"meta":939,"navigation":232,"path":940,"seo":941,"stem":942,"__hash__":943},"blogAuthors/en-us/blog/authors/marcel-van-remmerden.yml","Marcel Van Remmerden",{"template":933},"BlogAuthor",{"name":7,"config":935},{"headshot":936,"ctfId":937},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669545/Blog/Author%20Headshots/mvanremmerden-headshot.jpg","7lMCQY4CU5xfTjIiMsNqkR","yml",{},"/en-us/blog/authors/marcel-van-remmerden",{},"en-us/blog/authors/marcel-van-remmerden","JNh2dBrULGESkyxtWtnjsl6rAI8MR7nYtuvJoA1aesY",{"id":945,"title":8,"body":228,"config":946,"content":947,"description":228,"extension":938,"meta":951,"navigation":232,"path":952,"seo":953,"stem":954,"__hash__":955},"blogAuthors/en-us/blog/authors/jeremy-elder.yml",{"template":933},{"name":8,"config":948},{"headshot":949,"ctfId":950},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749666146/Blog/Author%20Headshots/jeldergl-headshot.jpg","jeldergl",{},"/en-us/blog/authors/jeremy-elder",{},"en-us/blog/authors/jeremy-elder","BsksUFrVlSl13Z6MgAEBni-fS8lN0G0egd8LWP0JKsE",[957,966,974],{"title":958,"description":959,"heroImage":960,"category":224,"date":961,"authors":962,"slug":965,"externalUrl":228},"Confidential AI for GitLab Self-Hosted","Give developers AI coding agents in GitLab Duo without source code leaving a hardware-encrypted boundary — no GPUs needed.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1773866173/vte9qh8rriznvyclhkes.png","2026-08-06",[963,964],"Mathias Ewald","Martin Paloncy, Edgeless Systems","confidential-ai-for-gitlab-self-hosted",{"title":967,"description":968,"heroImage":969,"category":224,"date":970,"authors":971,"slug":973,"externalUrl":228},"Green DevOps: Why carbon measurement belongs in your CI/CD pipeline","CI/CD pipelines have a hidden carbon cost. Here's why measuring it matters, and how you can get started with Eco CI and Carmen in GitLab.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1765809212/noh0mdfn9o94ry9ykura.png","2026-07-09",[972],"Lysanne Pinto","green-devops-carbon-measurement-cicd-pipeline",{"title":975,"description":976,"heroImage":977,"category":224,"date":978,"authors":979,"slug":981,"externalUrl":228},"How to build CI/CD observability at scale","This practical guide to GitLab pipeline analytics helps self-managed users gain operational insights using Prometheus and Grafana.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1774465167/n5hlvrsrheadeccyr1oz.png","2026-04-28",[980],"Paul Meresanu","how-to-build-ci-cd-observability-at-scale",{"promotions":983},[984,998,1010,1022],{"id":985,"categories":986,"header":988,"text":989,"button":990,"image":995},"ai-modernization",[987],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":991,"config":992},"Get your AI maturity score",{"href":993,"dataGaName":994,"dataGaLocation":457},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":996},{"src":997},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":999,"categories":1000,"header":1002,"text":989,"button":1003,"image":1007},"devops-modernization",[1001,793],"product","Are you just managing tools or shipping innovation?",{"text":1004,"config":1005},"Get your DevOps maturity score",{"href":1006,"dataGaName":994,"dataGaLocation":457},"/assessments/devops-modernization-assessment/",{"config":1008},{"src":1009},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1011,"categories":1012,"header":1014,"text":989,"button":1015,"image":1019},"security-modernization",[1013],"security","Are you trading speed for security?",{"text":1016,"config":1017},"Get your security maturity score",{"href":1018,"dataGaName":994,"dataGaLocation":457},"/assessments/security-modernization-assessment/",{"config":1020},{"src":1021},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1023,"paths":1024,"header":1027,"text":1028,"button":1029,"image":1034},"github-azure-migration",[1025,1026],"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":1030,"config":1031},"See how GitLab compares to GitHub",{"href":1032,"dataGaName":1033,"dataGaLocation":457},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1035},{"src":1009},{"header":1037,"blurb":1038,"button":1039,"secondaryButton":1044},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1040,"config":1041},"Get your free trial",{"href":1042,"dataGaName":256,"dataGaLocation":1043},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":730,"config":1045},{"href":582,"dataGaName":261,"dataGaLocation":1043},1786803751362]