[{"data":1,"prerenderedAt":790},["ShallowReactive",2],{"/fr-fr/topics/gitops/gitops-gitlab-collaboration":3,"navigation-fr-fr":90,"banner-fr-fr":509,"footer-fr-fr":522,"next-steps-fr-fr":731,"footer-source-/fr-fr/topics/gitops/gitops-gitlab-collaboration/":746},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":13,"_id":84,"_type":85,"title":7,"_source":86,"_file":87,"_stem":88,"_extension":89},"/fr-fr/topics/gitops/gitops-gitlab-collaboration","gitops",false,"",{"title":9,"description":10,"config":11},"Comment GitLab renforce et facilite les pratiques GitOps ?","GitLab simplifie les workflows GitOps : utilisez les epics, tickets et merge requests pour piloter vos projets et collaborer en équipe.",{"ignoreTitleCharLimit":12},true,[14,28,35,82],{"type":15,"componentName":15,"componentContent":16},"CommonBreadcrumbs",{"crumbs":17},[18,22,26],{"title":19,"config":20},"Industry topics",{"href":21},"/topics/",{"title":23,"config":24},"GitOps",{"href":25},"/fr-fr/topics/gitops/",{"title":27},"GitOps gitlab collaboration",{"type":29,"componentName":29,"componentContent":30},"CommonArticleHero",{"title":31,"text":32,"config":33},"Pourquoi la technologie de collaboration de GitLab est-elle essentielle pour GitOps ? Découvrez-le dans cette démo","Les logiciels de collaboration comme GitLab simplifient les workflow GitOps. Dans cet article, une démonstration illustre comment GitLab renforce et facilite les pratiques GitOps grâce à ses fonctionnalités de collaboration.\n",{"id":34,"twoColumns":6},"pourquoi-la-technologie-de-collaboration-de-gitlab-est-elle-essentielle-pour-gitops-?-découvrez-le-dans-cette-démo",{"type":36,"componentName":36,"componentContent":37},"CommonSideNavigationWithTree",{"anchors":38,"components":57},{"text":39,"data":40},"En savoir plus sur ce sujet",[41,45,49,53],{"text":42,"config":43},"GitOps et GitLab",{"href":44},"#git-ops-and-git-lab",{"text":46,"config":47},"Utiliser les fonctionnalités de collaboration de GitLab pour l'approche GitOps",{"href":48},"#using-git-lab-collaboration-features-for-git-ops",{"text":50,"config":51},"Démonstration : comment GitLab optimise GitOps",{"href":52},"#demo-how-git-lab-empowers-git-ops",{"text":54,"config":55},"Vous souhaitez en savoir plus sur GitOps ?",{"href":56},"#ready-to-learn-more-about-git-ops",[58,63,68,73,77],{"type":59,"componentName":59,"componentContent":60},"TopicsCopy",{"text":61,"config":62},"[GitOps](/topics/gitops/){data-ga-name=\"gitops\" data-ga-location=\"body\"} fait référence à l'utilisation d'un dépôt Git comme source unique de vérité pour tout le code qui entre dans la compilation de l'infrastructure et le déploiement d'applications. En utilisant un système de contrôle de version, tel que Git, comme source unique de vérité, les ingénieurs sont en mesure de mettre à jour le code source sous-jacent pour leurs applications dans un format de livraison continue.\n\nLe système de [contrôle de version](/topics/version-control/){data-ga-name=\"version control\" data-ga-location=\"body\"} assure la documentation et la visibilité, tandis qu'une piste d'audit permet la conformité. GitOps permet d'annuler facilement les modifications et fournit un emplacement unique pour accéder aux informations les plus récentes afin d'aider les équipes à comprendre l'état actuel, du point de vue des équipes de développement logiciel et des opérations.\n",{"id":7},{"type":59,"componentName":59,"componentContent":64},{"header":42,"text":65,"config":66},"GitLab est une application unique pour l'ensemble du cycle de vie du processus DevOps. Elle constitue une plateforme de [collaboration](/blog/collaboration-communication-best-practices/){data-ga-name=\"collaboration\" data-ga-location=\"body\"} qui permet aux parties prenantes de peser sur le processus de production du code. La collaboration est un aspect important du processus GitOps. Les équipes, qu'il s'agisse des équipes d'infrastructure et de développement ou des parties prenantes de la sécurité et de l'entreprise, ont besoin d'une méthode facile pour collaborer afin de livrer le code rapidement et efficacement tout au long du cycle de vie de développement.\n\n[L'approche GitOps ne se limite pas au code](/solutions/gitops/){data-ga-name=\"isnt just about the code\" data-ga-location=\"body\"}, elle est étroitement liée à la collaboration, et GitLab permet à chaque équipe de travailler sur une seule plateforme.\n",{"id":67},"git-ops-and-git-lab",{"type":59,"componentName":59,"componentContent":69},{"header":46,"text":70,"config":71},"_Le reste de l'article contient une démo sur l'influence de la collaboration favorisée par GitLab dans GitOps. La démo présente des exemples d'epics et de tickets, dont les liens d'accès figurent dans les sections suivantes._ \n\n### Planifier un projet avec des epics\n\nÉtant donné que GitOps est un déploiement centré sur le contrôle de version, la première étape consiste à définir la portée du projet et à identifier les parties prenantes. Les membres de l'équipe peuvent ensuite partager toutes les autres informations qui pourraient être nécessaires à la réalisation du projet, telles que le codage, les modifications de l'infrastructure en tant que code (IaC), ainsi que les modifications qui doivent être examinées et éventuellement déployées en production.\n\nAprès avoir ouvert un [epic](/blog/epics-three-features-accelerate-your-workflow/){data-ga-name=\"epic\" data-ga-location=\"body\"} dans le dépôt associé, les équipes peuvent ajouter des objectifs et des tâches dans la description. Un epic permet aux équipes de suivre des tickets dans différents [projets](/blog/security-trends-in-gitlab-hosted-projects/){data-ga-name=\"projects\" data-ga-location=\"body\"} et jalons. Un [ticket](/blog/4-ways-to-use-gitlab-issue-boards/){data-ga-name=\"issue\" data-ga-location=\"body\"} constitue le principal support d'échange d'idées et de planification du travail dans GitLab. \n\n**Exemple d'epics et de tickets**\n\nDans cet exemple d'epic, appelé [Mettre à l'échelle le cloud](https://gitlab.com/groups/gitops-demo/infra/-/epics/2), les équipes peuvent voir le processus de mise à l'échelle d'un cluster Kubernetes dans GitLab. Étant donné la nature [multicloud](/blog/many-meanings-multicloud/) de GitLab, il existe trois tickets distincts pour la démo qui expliquent ce qui est nécessaire pour déployer le cluster [Kubernetes](https://about.gitlab.com/fr-fr/blog/kubernetes-the-container-orchestration-solution/){data-ga-name=\"kubernetes\" data-ga-location=\"body\"} dans chaque environnement unique : [Azure (AKS)](https://gitlab.com/gitops-demo/infra/azure/issues/1), [Google (GKE)](https://gitlab.com/gitops-demo/infra/gcp/issues/4) et [Amazon (EKS)](https://gitlab.com/gitops-demo/infra/aws/issues/3).\n\n### Favoriser la collaboration et la transparence avec GitLab\n\nAu niveau de l'epic, les équipes peuvent voir que le ticket de mise à l'échelle à l'intérieur du cluster Amazon EKS a déjà été résolu. Cliquer sur le ticket permet de révéler qu'une merge request a été créée à partir des tâches décrites dans le ticket, et que la MR est déjà [fusionnée](/blog/all-aboard-merge-trains/){data-ga-name=\"merged\" data-ga-location=\"body\"}.\n\nPour voir exactement ce qui a changé entre le code d'origine et le code actuel, cliquez à l'intérieur de la MR. Les équipes peuvent y voir tous les tests qui ont abouti avant/après la fusion, y consulter l'historique des commentaires pour identifier les modifications et noter qui a approuvé et fusionné le code. \n\nLe ticket de mise à l'échelle vers [GKE](/blog/gitlab-ci-on-google-kubernetes-engine/){data-ga-name=\"gke\" data-ga-location=\"body\"} n'est pas encore résolu. La merge request est encore un [travail en cours](https://docs.gitlab.com/ee/user/project/merge_requests/drafts.html), ce qui signifie que rien n'a encore été modifié. Il y a un commentaire sur la MR de Terraform, qui indique que le nombre de nœuds doit passer de deux à cinq pour préparer l'environnement GKE au déploiement. L'approbateur de la MR clique sur « Résoudre le statut du travail en cours » pour lancer le pipeline et il peut choisir de supprimer la branche source pour fusionner le nombre de nœuds mis à jour.\n\nPour que GitLab soit un outil de collaboration efficace, il doit également être transparent. C'est pour cela que tout le monde dans l'entreprise est en mesure de voir un ticket et la MR associée par défaut. Le ticket et la MR peuvent être attribués à un collaborateur, ou le collaborateur peut être étiqueté dans la section des commentaires pour qu'il ajoute le ticket à sa [liste À traiter](https://docs.gitlab.com/ee/user/todos.html).\n\nEn revenant à la vue Epic, qui est souvent utilisée par les parties prenantes pour voir l'avancement du projet, les équipes peuvent constater que le déploiement de la mise à l'échelle de GKE sur cinq nœuds est en cours.\n\nEn utilisant GitLab pour un [workflow](https://thenewstack.io/what-is-gitops-and-why-it-might-be-the-next-big-thing-for-devops/) GitOps, chaque membre de l'équipe est en mesure de travailler à partir du même système et de comprendre le statut des projets. Que ce soit en matière d'infrastructure ou de développement d'applications, toutes les modifications suivent le même processus, qui consiste à définir le travail à accomplir dans son ensemble, à l'attribuer à des individus, à collaborer avec des coéquipiers, à déployer le code et à utiliser le dépôt Git comme source unique de vérité.\n",{"id":72},"using-git-lab-collaboration-features-for-git-ops",{"type":59,"componentName":59,"componentContent":74},{"header":50,"text":7,"config":75},{"id":76},"demo-how-git-lab-empowers-git-ops",{"type":59,"componentName":59,"componentContent":78},{"header":54,"text":79,"config":80},"* [Qu'est-ce qu'un workflow GitOps ?](/topics/gitops/gitops-workflow/){data-ga-name=\"gitops workflow\" data-ga-location=\"body\"}\n* [Les avantages des workflows GitOps](/topics/gitops/gitops-best-practices/){data-ga-name=\"benefits gitops\" data-ga-location=\"body\"}\n* [Découvrez comment GitLab optimise les workflows GitOps](/solutions/gitops/){data-ga-name=\"streamline gitops\" data-ga-location=\"body\"}\n* [Découvrez l'avenir de GitOps auprès des leaders de la tech](/why/gitops-infrastructure-automation/){data-ga-name=\"future of gitops\" data-ga-location=\"body\"}\n* [Téléchargez notre Guide GitOps pour les débutants](https://page.gitlab.com/resources-ebook-beginner-guide-gitops.html)\n",{"id":81},"ready-to-learn-more-about-git-ops",{"type":83,"componentName":83},"CommonNextSteps","content:fr-fr:topics:gitops:gitops-gitlab-collaboration:index.yml","yaml","content","fr-fr/topics/gitops/gitops-gitlab-collaboration/index.yml","fr-fr/topics/gitops/gitops-gitlab-collaboration/index","yml",{"_path":91,"_dir":92,"_draft":6,"_partial":6,"_locale":7,"data":93,"_id":505,"_type":85,"title":506,"_source":86,"_file":507,"_stem":508,"_extension":89},"/shared/fr-fr/main-navigation","fr-fr",{"logo":94,"freeTrial":99,"sales":104,"login":109,"items":114,"search":446,"minimal":482,"duo":496},{"config":95},{"href":96,"dataGaName":97,"dataGaLocation":98},"/fr-fr/","gitlab logo","header",{"text":100,"config":101},"Commencer un essai gratuit",{"href":102,"dataGaName":103,"dataGaLocation":98},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":105,"config":106},"Contacter l'équipe commerciale",{"href":107,"dataGaName":108,"dataGaLocation":98},"/fr-fr/sales/","sales",{"text":110,"config":111},"Connexion",{"href":112,"dataGaName":113,"dataGaLocation":98},"https://gitlab.com/users/sign_in/","sign in",[115,159,256,261,367,427],{"text":116,"config":117,"cards":119,"footer":142},"Plateforme",{"dataNavLevelOne":118},"platform",[120,126,134],{"title":116,"description":121,"link":122},"La plateforme DevSecOps alimentée par l'IA la plus complète",{"text":123,"config":124},"Découvrir notre plateforme",{"href":125,"dataGaName":118,"dataGaLocation":98},"/fr-fr/platform/",{"title":127,"description":128,"link":129},"GitLab Duo (IA)","Créez des logiciels plus rapidement en tirant parti de l'IA à chaque étape du développement",{"text":130,"config":131},"Découvrez GitLab Duo",{"href":132,"dataGaName":133,"dataGaLocation":98},"/fr-fr/gitlab-duo/","gitlab duo ai",{"title":135,"description":136,"link":137},"Choisir GitLab","10 raisons pour lesquelles les entreprises choisissent GitLab",{"text":138,"config":139},"En savoir plus",{"href":140,"dataGaName":141,"dataGaLocation":98},"/fr-fr/why-gitlab/","why gitlab",{"title":143,"items":144},"Démarrer avec",[145,150,155],{"text":146,"config":147},"Ingénierie de plateforme",{"href":148,"dataGaName":149,"dataGaLocation":98},"/fr-fr/solutions/platform-engineering/","platform engineering",{"text":151,"config":152},"Expérience développeur",{"href":153,"dataGaName":154,"dataGaLocation":98},"/fr-fr/developer-experience/","Developer experience",{"text":156,"config":157},"MLOps",{"href":158,"dataGaName":156,"dataGaLocation":98},"/fr-fr/topics/devops/the-role-of-ai-in-devops/",{"text":160,"left":12,"config":161,"link":163,"lists":167,"footer":238},"Produit",{"dataNavLevelOne":162},"solutions",{"text":164,"config":165},"Voir toutes les solutions",{"href":166,"dataGaName":162,"dataGaLocation":98},"/fr-fr/solutions/",[168,194,216],{"title":169,"description":170,"link":171,"items":176},"Automatisation","CI/CD et automatisation pour accélérer le déploiement",{"config":172},{"icon":173,"href":174,"dataGaName":175,"dataGaLocation":98},"AutomatedCodeAlt","/fr-fr/solutions/delivery-automation/","automated software delivery",[177,181,185,190],{"text":178,"config":179},"CI/CD",{"href":180,"dataGaLocation":98,"dataGaName":178},"/fr-fr/solutions/continuous-integration/",{"text":182,"config":183},"Développement assisté par l'IA",{"href":132,"dataGaLocation":98,"dataGaName":184},"AI assisted development",{"text":186,"config":187},"Gestion du code source",{"href":188,"dataGaLocation":98,"dataGaName":189},"/fr-fr/solutions/source-code-management/","Source Code Management",{"text":191,"config":192},"Livraison de logiciels automatisée",{"href":174,"dataGaLocation":98,"dataGaName":193},"Automated software delivery",{"title":195,"description":196,"link":197,"items":202},"Securité","Livrez du code plus rapidement sans compromettre la sécurité",{"config":198},{"href":199,"dataGaName":200,"dataGaLocation":98,"icon":201},"/fr-fr/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[203,207,212],{"text":204,"config":205},"Application Security Testing",{"href":199,"dataGaName":206,"dataGaLocation":98},"Application security testing",{"text":208,"config":209},"Sécurité de la chaîne d'approvisionnement logicielle",{"href":210,"dataGaLocation":98,"dataGaName":211},"/fr-fr/solutions/supply-chain/","Software supply chain security",{"text":213,"config":214},"Software Compliance",{"href":215,"dataGaName":213,"dataGaLocation":98},"/fr-fr/solutions/software-compliance/",{"title":217,"link":218,"items":223},"Mesures",{"config":219},{"icon":220,"href":221,"dataGaName":222,"dataGaLocation":98},"DigitalTransformation","/fr-fr/solutions/visibility-measurement/","visibility and measurement",[224,228,233],{"text":225,"config":226},"Visibilité et mesures",{"href":221,"dataGaLocation":98,"dataGaName":227},"Visibility and Measurement",{"text":229,"config":230},"Gestion de la chaîne de valeur",{"href":231,"dataGaLocation":98,"dataGaName":232},"/fr-fr/solutions/value-stream-management/","Value Stream Management",{"text":234,"config":235},"Données d'analyse et informations clés",{"href":236,"dataGaLocation":98,"dataGaName":237},"/fr-fr/solutions/analytics-and-insights/","Analytics and insights",{"title":239,"items":240},"GitLab pour",[241,246,251],{"text":242,"config":243},"Entreprises",{"href":244,"dataGaLocation":98,"dataGaName":245},"/fr-fr/enterprise/","enterprise",{"text":247,"config":248},"PME",{"href":249,"dataGaLocation":98,"dataGaName":250},"/fr-fr/small-business/","small business",{"text":252,"config":253},"Secteur public",{"href":254,"dataGaLocation":98,"dataGaName":255},"/fr-fr/solutions/public-sector/","public sector",{"text":257,"config":258},"Tarifs",{"href":259,"dataGaName":260,"dataGaLocation":98,"dataNavLevelOne":260},"/fr-fr/pricing/","pricing",{"text":262,"config":263,"link":265,"lists":269,"feature":354},"Ressources",{"dataNavLevelOne":264},"resources",{"text":266,"config":267},"Afficher toutes les ressources",{"href":268,"dataGaName":264,"dataGaLocation":98},"/fr-fr/resources/",[270,303,326],{"title":271,"items":272},"Premiers pas",[273,278,283,288,293,298],{"text":274,"config":275},"Installation",{"href":276,"dataGaName":277,"dataGaLocation":98},"/fr-fr/install/","install",{"text":279,"config":280},"Guides de démarrage rapide",{"href":281,"dataGaName":282,"dataGaLocation":98},"/fr-fr/get-started/","quick setup checklists",{"text":284,"config":285},"Apprentissage",{"href":286,"dataGaLocation":98,"dataGaName":287},"https://university.gitlab.com/","learn",{"text":289,"config":290},"Documentation sur le produit",{"href":291,"dataGaName":292,"dataGaLocation":98},"https://docs.gitlab.com/","product documentation",{"text":294,"config":295},"Vidéos sur les bonnes pratiques",{"href":296,"dataGaName":297,"dataGaLocation":98},"/fr-fr/getting-started-videos/","best practice videos",{"text":299,"config":300},"Intégrations",{"href":301,"dataGaName":302,"dataGaLocation":98},"/fr-fr/integrations/","integrations",{"title":304,"items":305},"Découvrir",[306,311,316,321],{"text":307,"config":308},"Histoires de succès client",{"href":309,"dataGaName":310,"dataGaLocation":98},"/fr-fr/customers/","customer success stories",{"text":312,"config":313},"Blog",{"href":314,"dataGaName":315,"dataGaLocation":98},"/fr-fr/blog/","blog",{"text":317,"config":318},"Travail à distance",{"href":319,"dataGaName":320,"dataGaLocation":98},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":322,"config":323},"TeamOps",{"href":324,"dataGaName":325,"dataGaLocation":98},"/fr-fr/teamops/","teamops",{"title":327,"items":328},"Connecter",[329,334,339,344,349],{"text":330,"config":331},"Services GitLab",{"href":332,"dataGaName":333,"dataGaLocation":98},"/fr-fr/services/","services",{"text":335,"config":336},"Communauté",{"href":337,"dataGaName":338,"dataGaLocation":98},"/community/","community",{"text":340,"config":341},"Forum",{"href":342,"dataGaName":343,"dataGaLocation":98},"https://forum.gitlab.com/","forum",{"text":345,"config":346},"Événements",{"href":347,"dataGaName":348,"dataGaLocation":98},"/events/","events",{"text":350,"config":351},"Partenaires",{"href":352,"dataGaName":353,"dataGaLocation":98},"/fr-fr/partners/","partners",{"backgroundColor":355,"textColor":356,"text":357,"image":358,"link":362},"#2f2a6b","#fff","L'avenir du développement logiciel. Tendances et perspectives.",{"altText":359,"config":360},"carte promo The Source",{"src":361},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":363,"config":364},"Lire les articles les plus récents",{"href":365,"dataGaName":366,"dataGaLocation":98},"/fr-fr/the-source/","the source",{"text":368,"config":369,"lists":371},"Société",{"dataNavLevelOne":370},"company",[372],{"items":373},[374,379,385,387,392,397,402,407,412,417,422],{"text":375,"config":376},"À propos",{"href":377,"dataGaName":378,"dataGaLocation":98},"/fr-fr/company/","about",{"text":380,"config":381,"footerGa":384},"Emplois",{"href":382,"dataGaName":383,"dataGaLocation":98},"/jobs/","jobs",{"dataGaName":383},{"text":345,"config":386},{"href":347,"dataGaName":348,"dataGaLocation":98},{"text":388,"config":389},"Leadership",{"href":390,"dataGaName":391,"dataGaLocation":98},"/company/team/e-group/","leadership",{"text":393,"config":394},"Équipe",{"href":395,"dataGaName":396,"dataGaLocation":98},"/company/team/","team",{"text":398,"config":399},"Manuel",{"href":400,"dataGaName":401,"dataGaLocation":98},"https://handbook.gitlab.com/","handbook",{"text":403,"config":404},"Relations avec les investisseurs",{"href":405,"dataGaName":406,"dataGaLocation":98},"https://ir.gitlab.com/","investor relations",{"text":408,"config":409},"Centre de confiance",{"href":410,"dataGaName":411,"dataGaLocation":98},"/fr-fr/security/","trust center",{"text":413,"config":414},"Centre pour la transparence de l'IA",{"href":415,"dataGaName":416,"dataGaLocation":98},"/fr-fr/ai-transparency-center/","ai transparency center",{"text":418,"config":419},"Newsletter",{"href":420,"dataGaName":421,"dataGaLocation":98},"/company/contact/","newsletter",{"text":423,"config":424},"Presse",{"href":425,"dataGaName":426,"dataGaLocation":98},"/press/","press",{"text":428,"config":429,"lists":430},"Nous contacter",{"dataNavLevelOne":370},[431],{"items":432},[433,436,441],{"text":105,"config":434},{"href":107,"dataGaName":435,"dataGaLocation":98},"talk to sales",{"text":437,"config":438},"Aide",{"href":439,"dataGaName":440,"dataGaLocation":98},"/support/","get help",{"text":442,"config":443},"Portail clients GitLab",{"href":444,"dataGaName":445,"dataGaLocation":98},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":447,"login":448,"suggestions":455},"Fermer",{"text":449,"link":450},"Pour rechercher des dépôts et des projets, connectez-vous à",{"text":451,"config":452},"gitlab.com",{"href":112,"dataGaName":453,"dataGaLocation":454},"search login","search",{"text":456,"default":457},"Suggestions",[458,461,466,468,473,478],{"text":127,"config":459},{"href":132,"dataGaName":460,"dataGaLocation":454},"GitLab Duo (AI)",{"text":462,"config":463},"Suggestions de code (IA)",{"href":464,"dataGaName":465,"dataGaLocation":454},"/fr-fr/solutions/code-suggestions/","Code Suggestions (AI)",{"text":178,"config":467},{"href":180,"dataGaName":178,"dataGaLocation":454},{"text":469,"config":470},"GitLab sur AWS",{"href":471,"dataGaName":472,"dataGaLocation":454},"/fr-fr/partners/technology-partners/aws/","GitLab on AWS",{"text":474,"config":475},"GitLab sur Google Cloud ",{"href":476,"dataGaName":477,"dataGaLocation":454},"/fr-fr/partners/technology-partners/google-cloud-platform/","GitLab on Google Cloud",{"text":479,"config":480},"Pourquoi utiliser GitLab ?",{"href":140,"dataGaName":481,"dataGaLocation":454},"Why GitLab?",{"freeTrial":483,"mobileIcon":488,"desktopIcon":493},{"text":484,"config":485},"Commencer votre essai gratuit",{"href":486,"dataGaName":103,"dataGaLocation":487},"https://gitlab.com/-/trials/new/","nav",{"altText":489,"config":490},"Icône GitLab",{"src":491,"dataGaName":492,"dataGaLocation":487},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":489,"config":494},{"src":495,"dataGaName":492,"dataGaLocation":487},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":497,"mobileIcon":501,"desktopIcon":503},{"text":498,"config":499},"En savoir plus sur GitLab Duo",{"href":132,"dataGaName":500,"dataGaLocation":487},"gitlab duo",{"altText":489,"config":502},{"src":491,"dataGaName":492,"dataGaLocation":487},{"altText":489,"config":504},{"src":495,"dataGaName":492,"dataGaLocation":487},"content:shared:fr-fr:main-navigation.yml","Main Navigation","shared/fr-fr/main-navigation.yml","shared/fr-fr/main-navigation",{"_path":510,"_dir":92,"_draft":6,"_partial":6,"_locale":7,"title":511,"titleMobile":511,"button":512,"config":517,"_id":519,"_type":85,"_source":86,"_file":520,"_stem":521,"_extension":89},"/shared/fr-fr/banner","GitLab Duo Agent Platform est maintenant disponible en version bêta publique !",{"text":513,"config":514},"Essayer la version bêta",{"href":515,"dataGaName":516,"dataGaLocation":98},"/fr-fr/gitlab-duo/agent-platform/","duo banner",{"layout":518},"release","content:shared:fr-fr:banner.yml","shared/fr-fr/banner.yml","shared/fr-fr/banner",{"_path":523,"_dir":92,"_draft":6,"_partial":6,"_locale":7,"data":524,"_id":727,"_type":85,"title":728,"_source":86,"_file":729,"_stem":730,"_extension":89},"/shared/fr-fr/main-footer",{"text":525,"source":526,"edit":532,"contribute":537,"config":542,"items":547,"minimal":718},"Git est une marque déposée de Software Freedom Conservancy et notre utilisation de « GitLab » est sous licence",{"text":527,"config":528},"Afficher le code source de la page",{"href":529,"dataGaName":530,"dataGaLocation":531},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":533,"config":534},"Modifier cette page",{"href":535,"dataGaName":536,"dataGaLocation":531},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":538,"config":539},"Veuillez contribuer",{"href":540,"dataGaName":541,"dataGaLocation":531},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":543,"facebook":544,"youtube":545,"linkedin":546},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[548,571,623,655,689],{"title":116,"links":549,"subMenu":554},[550],{"text":551,"config":552},"Plateforme DevSecOps",{"href":125,"dataGaName":553,"dataGaLocation":531},"devsecops platform",[555],{"title":257,"links":556},[557,561,566],{"text":558,"config":559},"Voir les forfaits",{"href":259,"dataGaName":560,"dataGaLocation":531},"view plans",{"text":562,"config":563},"Pourquoi choisir GitLab Premium ?",{"href":564,"dataGaName":565,"dataGaLocation":531},"/fr-fr/pricing/premium/","why premium",{"text":567,"config":568},"Pourquoi choisir GitLab Ultimate ?",{"href":569,"dataGaName":570,"dataGaLocation":531},"/fr-fr/pricing/ultimate/","why ultimate",{"title":572,"links":573},"Solutions",[574,579,582,584,589,594,598,601,604,607,609,611,613,618],{"text":575,"config":576},"Transformation digitale",{"href":577,"dataGaName":578,"dataGaLocation":531},"/fr-fr/topics/digital-transformation/","digital transformation",{"text":580,"config":581},"Sécurité et conformité",{"href":199,"dataGaName":206,"dataGaLocation":531},{"text":191,"config":583},{"href":174,"dataGaName":175,"dataGaLocation":531},{"text":585,"config":586},"Développement agile",{"href":587,"dataGaName":588,"dataGaLocation":531},"/fr-fr/solutions/agile-delivery/","agile delivery",{"text":590,"config":591},"Transformation cloud",{"href":592,"dataGaName":593,"dataGaLocation":531},"/fr-fr/topics/cloud-native/","cloud transformation",{"text":595,"config":596},"SCM",{"href":188,"dataGaName":597,"dataGaLocation":531},"source code management",{"text":178,"config":599},{"href":180,"dataGaName":600,"dataGaLocation":531},"continuous integration & delivery",{"text":229,"config":602},{"href":231,"dataGaName":603,"dataGaLocation":531},"value stream management",{"text":23,"config":605},{"href":606,"dataGaName":5,"dataGaLocation":531},"/fr-fr/solutions/gitops/",{"text":242,"config":608},{"href":244,"dataGaName":245,"dataGaLocation":531},{"text":247,"config":610},{"href":249,"dataGaName":250,"dataGaLocation":531},{"text":252,"config":612},{"href":254,"dataGaName":255,"dataGaLocation":531},{"text":614,"config":615},"Formation",{"href":616,"dataGaName":617,"dataGaLocation":531},"/fr-fr/solutions/education/","education",{"text":619,"config":620},"Services financiers",{"href":621,"dataGaName":622,"dataGaLocation":531},"/fr-fr/solutions/finance/","financial services",{"title":262,"links":624},[625,627,629,631,634,636,639,641,643,645,647,649,651,653],{"text":274,"config":626},{"href":276,"dataGaName":277,"dataGaLocation":531},{"text":279,"config":628},{"href":281,"dataGaName":282,"dataGaLocation":531},{"text":284,"config":630},{"href":286,"dataGaName":287,"dataGaLocation":531},{"text":289,"config":632},{"href":291,"dataGaName":633,"dataGaLocation":531},"docs",{"text":312,"config":635},{"href":314,"dataGaName":315},{"text":637,"config":638},"Histoires de réussite client",{"href":309,"dataGaLocation":531},{"text":307,"config":640},{"href":309,"dataGaName":310,"dataGaLocation":531},{"text":317,"config":642},{"href":319,"dataGaName":320,"dataGaLocation":531},{"text":330,"config":644},{"href":332,"dataGaName":333,"dataGaLocation":531},{"text":322,"config":646},{"href":324,"dataGaName":325,"dataGaLocation":531},{"text":335,"config":648},{"href":337,"dataGaName":338,"dataGaLocation":531},{"text":340,"config":650},{"href":342,"dataGaName":343,"dataGaLocation":531},{"text":345,"config":652},{"href":347,"dataGaName":348,"dataGaLocation":531},{"text":350,"config":654},{"href":352,"dataGaName":353,"dataGaLocation":531},{"title":368,"links":656},[657,659,661,663,665,667,669,673,678,680,682,684],{"text":375,"config":658},{"href":377,"dataGaName":370,"dataGaLocation":531},{"text":380,"config":660},{"href":382,"dataGaName":383,"dataGaLocation":531},{"text":388,"config":662},{"href":390,"dataGaName":391,"dataGaLocation":531},{"text":393,"config":664},{"href":395,"dataGaName":396,"dataGaLocation":531},{"text":398,"config":666},{"href":400,"dataGaName":401,"dataGaLocation":531},{"text":403,"config":668},{"href":405,"dataGaName":406,"dataGaLocation":531},{"text":670,"config":671},"Sustainability",{"href":672,"dataGaName":670,"dataGaLocation":531},"/sustainability/",{"text":674,"config":675},"Diversité, inclusion et appartenance (DIB)",{"href":676,"dataGaName":677,"dataGaLocation":531},"/fr-fr/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":408,"config":679},{"href":410,"dataGaName":411,"dataGaLocation":531},{"text":418,"config":681},{"href":420,"dataGaName":421,"dataGaLocation":531},{"text":423,"config":683},{"href":425,"dataGaName":426,"dataGaLocation":531},{"text":685,"config":686},"Déclaration de transparence sur l'esclavage moderne",{"href":687,"dataGaName":688,"dataGaLocation":531},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":428,"links":690},[691,694,696,698,703,708,713],{"text":692,"config":693},"Échanger avec un expert",{"href":107,"dataGaName":108,"dataGaLocation":531},{"text":437,"config":695},{"href":439,"dataGaName":440,"dataGaLocation":531},{"text":442,"config":697},{"href":444,"dataGaName":445,"dataGaLocation":531},{"text":699,"config":700},"Statut",{"href":701,"dataGaName":702,"dataGaLocation":531},"https://status.gitlab.com/","status",{"text":704,"config":705},"Conditions d'utilisation",{"href":706,"dataGaName":707},"/terms/","terms of use",{"text":709,"config":710},"Déclaration de confidentialité",{"href":711,"dataGaName":712,"dataGaLocation":531},"/fr-fr/privacy/","privacy statement",{"text":714,"config":715},"Préférences en matière de cookies",{"dataGaName":716,"dataGaLocation":531,"id":717,"isOneTrustButton":12},"cookie preferences","ot-sdk-btn",{"items":719},[720,722,725],{"text":704,"config":721},{"href":706,"dataGaName":707,"dataGaLocation":531},{"text":723,"config":724},"Politique de confidentialité",{"href":711,"dataGaName":712,"dataGaLocation":531},{"text":714,"config":726},{"dataGaName":716,"dataGaLocation":531,"id":717,"isOneTrustButton":12},"content:shared:fr-fr:main-footer.yml","Main Footer","shared/fr-fr/main-footer.yml","shared/fr-fr/main-footer",{"_path":732,"_dir":92,"_draft":6,"_partial":6,"_locale":7,"header":733,"eyebrow":734,"blurb":735,"button":736,"secondaryButton":740,"_id":742,"_type":85,"title":743,"_source":86,"_file":744,"_stem":745,"_extension":89},"/shared/fr-fr/next-steps","Commencez à livrer des logiciels de meilleurs qualité plus rapidement","Plus de 50 % des entreprises du classement Fortune 100 font confiance à GitLab","Découvrez comment la plateforme DevSecOps intelligente\n\n\npeut aider votre équipe.\n",{"text":100,"config":737},{"href":738,"dataGaName":103,"dataGaLocation":739},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":105,"config":741},{"href":107,"dataGaName":108,"dataGaLocation":739},"content:shared:fr-fr:next-steps.yml","Next Steps","shared/fr-fr/next-steps.yml","shared/fr-fr/next-steps",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":747,"content":749,"_id":84,"_type":85,"title":7,"_source":86,"_file":87,"_stem":88,"_extension":89},{"title":9,"description":10,"config":748},{"ignoreTitleCharLimit":12},[750,758,761,789],{"type":15,"componentName":15,"componentContent":751},{"crumbs":752},[753,755,757],{"title":19,"config":754},{"href":21},{"title":23,"config":756},{"href":25},{"title":27},{"type":29,"componentName":29,"componentContent":759},{"title":31,"text":32,"config":760},{"id":34,"twoColumns":6},{"type":36,"componentName":36,"componentContent":762},{"anchors":763,"components":773},{"text":39,"data":764},[765,767,769,771],{"text":42,"config":766},{"href":44},{"text":46,"config":768},{"href":48},{"text":50,"config":770},{"href":52},{"text":54,"config":772},{"href":56},[774,777,780,783,786],{"type":59,"componentName":59,"componentContent":775},{"text":61,"config":776},{"id":7},{"type":59,"componentName":59,"componentContent":778},{"header":42,"text":65,"config":779},{"id":67},{"type":59,"componentName":59,"componentContent":781},{"header":46,"text":70,"config":782},{"id":72},{"type":59,"componentName":59,"componentContent":784},{"header":50,"text":7,"config":785},{"id":76},{"type":59,"componentName":59,"componentContent":787},{"header":54,"text":79,"config":788},{"id":81},{"type":83,"componentName":83},1761814449037]