Is it possible to prevent usage of personal (user) repositories in gitlab? -
is possible prevent usage of personal (user) repositories in gitlab?
i want them use groups/teams , not create personal repositories?
one of reasons this creates repos inside same directory, combined group ones , in fact have no need personal ones.
personal repositories great tool doing investigative or poc work without cluttering production repositories code never intended go production. operations perspective, important. easy team member, , more new team members, accidentally open poc project name similar production app may come out of poc , patch/deploy poc code mistake. keep them separate. breaking production avoidable if have thorough set of automated regression tests (and no 1 does) lost time finding right project or accidentally working in wrong project inevitable if don't allow personal repositories.
to make sure production code comes production repositories, make sure production jenkins instance has access production repos. ensures developers must move started poc code production repo before code deployed production.
Comments
Post a Comment