Polyrepo - CI/CD用語集の定義
polyrepo(マルチリポジトリ)構成は、各プロジェクトやサービスを独自のリポジトリに分割し、独立した履歴、アクセス制御、releaseのペースを与えます。横断的な変更には複数のpull requestを調整する必要があります。
polyrepo(マルチリポジトリ)構成は、各プロジェクトやサービスを独自のリポジトリに分割し、独立した履歴、アクセス制御、releaseのペースを与えます。横断的な変更には複数のpull requestを調整する必要があります。
polyrepo(マルチリポジトリ)構成は、各プロジェクトやサービスを独自のリポジトリに分割し、独立した履歴、アクセス制御、releaseのペースを与えます。横断的な変更には複数のpull requestを調整する必要があります。
関連ガイド
Monorepo - CI/CD Glossary DefinitionMonorepo: A monorepo is a single repository holding many projects or services that share history, tooling, an…
Submodule - CI/CD Glossary DefinitionSubmodule: A submodule embeds one Git repository inside another at a fixed commit, tracked in a `.gitmodules`…
Vendoring - CI/CD Glossary DefinitionVendoring: Vendoring copies third-party dependencies directly into your repository (for example a `vendor/` d…