summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2019-07-17 15:57:16 -0300
committerOswaldo Ferreira <oswaldo@gitlab.com>2019-07-18 12:02:25 -0300
commit06d42d28ecd721a0762da49cdc06f11d659db321 (patch)
tree30740942a8b68c2fc0a888bb7bf4de8a5e61b34a
parent499996b4d59e6cc765a1f14c5e45e1ee06697cfc (diff)
downloadgitlab-ce-docs-interacting-components-to-reason-about.tar.gz
Extend at changes breaking existing integrationsdocs-interacting-components-to-reason-about
-rw-r--r--doc/development/interacting_components.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/development/interacting_components.md b/doc/development/interacting_components.md
index ed050bace18..74d52d808e2 100644
--- a/doc/development/interacting_components.md
+++ b/doc/development/interacting_components.md
@@ -1,7 +1,8 @@
# Developing against interacting components or features
It's not uncommon that a single code change can reflect and interact with multiple parts of GitLab
-codebase, making it possible to break an existing feature.
+codebase. Furthermore, an existing feature might have an underlying integration or behavior that
+might go unnoticed even by reviewers and maintainers.
The goal of this section is to briefly list interacting pieces to think about
when making _backend_ changes that might involve multiple features or [components](architecture.md#components).
@@ -10,7 +11,7 @@ when making _backend_ changes that might involve multiple features or [component
GitLab supports uploads to [object storage]. That means every feature and
change that affects uploads should also be tested against [object storage],
-which is _not_ enabled by default in [GDK](https://docs.gitlab.com/charts/advanced/external-object-storage/).
+which is _not_ enabled by default in [GDK](https://gitlab.com/gitlab-org/gitlab-development-kit).
When working on a related feature, make sure to enable and test it
against [Minio](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/object_storage.md).