docs: documenter la gestion des dépôts GitLab par la console - #105
Merged
Conversation
iliesmrf
approved these changes
Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues liées
#2607
Quel est le comportement actuel ?
La documentation ne décrit pas comment la console gère les ressources GitLab
des projets : dépôts techniques (mirror, infra-apps, observabilité), topics de
gestion, et le nettoyage des dépôts non conformes lors du reprovisionnement.
Quel est le nouveau comportement ?
Deux sections documentaires sont ajoutées :
docs/guide/repositories-management.md: « Cohérence et nettoyage desdépôts (reprovisionnement) » — comportement visible par l'utilisateur lors
du reprovisionnement (suppression des dépôts non conformes, dépôts
techniques protégés, erreur transitoire
already marked for deletion).docs/services/gitlab.md: « Gestion des ressources GitLab par la Console »— modèle de gestion : topics
plugin-managed/system-managed, dépôtstechniques protégés, ordre de réconciliation et purge des orphelins.
Cette PR introduit-elle un breaking change ?
Non.
Autres informations
Documente le comportement corrigé par la PR console #2608 (protection des
dépôts système contre la purge lors du reprovisionnement).