From df96b7c075ca7e59ed5c7b321290eb869a17e44c Mon Sep 17 00:00:00 2001 From: Oswaldo Ferreira Date: Fri, 19 Jul 2019 03:04:09 +0000 Subject: Document interacting GitLab components and 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. This commit expands documentation in that regard for developers. --- doc/development/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/development/README.md') diff --git a/doc/development/README.md b/doc/development/README.md index a74770ae383..4f16473e7e2 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -63,6 +63,7 @@ description: 'Learn how to contribute to GitLab.' - [Routing](routing.md) - [Repository mirroring](repository_mirroring.md) - [Git LFS](lfs.md) +- [Developing against interacting components or features](interacting_components.md) ## Performance guides -- cgit v1.2.1 From 34a5f77e770765f278ade00a33ef846e2e1ce3d3 Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Fri, 19 Jul 2019 17:33:48 +0000 Subject: Document database review process See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6069 --- doc/development/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/development/README.md') diff --git a/doc/development/README.md b/doc/development/README.md index 4f16473e7e2..ea5d9e10e2c 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -17,6 +17,7 @@ description: 'Learn how to contribute to GitLab.' - [GitLab core team & GitLab Inc. contribution process](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/PROCESS.md) - [Generate a changelog entry with `bin/changelog`](changelog.md) - [Code review guidelines](code_review.md) for reviewing code and having code reviewed +- [Database review guidelines](database_review.md) for reviewing database-related changes and complex SQL queries - [Automatic CE->EE merge](automatic_ce_ee_merge.md) - [Guidelines for implementing Enterprise Edition features](ee_features.md) - [Security process for developers](https://gitlab.com/gitlab-org/release/docs/blob/master/general/security/developer.md#security-releases-critical-non-critical-as-a-developer) -- cgit v1.2.1 From 1ec7dae9adddbd73f6d2d3eb87b8c4473038d50a Mon Sep 17 00:00:00 2001 From: Sean McGivern Date: Mon, 15 Jul 2019 14:12:38 +0100 Subject: Add development documentation on label filtering This topic comes up periodically, and we've investigated several options for changing the way we filter labels. Unfortunately, we have yet to find an option that is strictly better than the current state. --- doc/development/README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/development/README.md') diff --git a/doc/development/README.md b/doc/development/README.md index a74770ae383..45efa744a6b 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -111,6 +111,10 @@ description: 'Learn how to contribute to GitLab.' - [Database helper modules](database_helpers.md) - [Code comments](code_comments.md) +## Case studies + +- [Database case study: Filtering by label](filtering_by_label.md) + ## Integration guides - [Jira Connect app](integrations/jira_connect.md) -- cgit v1.2.1 From e5304cf630cbb3c7d2791396d70d5ce5fdf246fa Mon Sep 17 00:00:00 2001 From: Victor Zagorodny Date: Mon, 5 Aug 2019 14:47:46 +0000 Subject: Add shell scripting guides to development README --- doc/development/README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/development/README.md') diff --git a/doc/development/README.md b/doc/development/README.md index 99c88146be5..44283a3ab0c 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -150,6 +150,10 @@ description: 'Learn how to contribute to GitLab.' - [Go Guidelines](go_guide/index.md) +## Shell Scripting guides + +- [Shell scripting standards and style guidelines](shell_scripting_guide/index.md) + ## Other GitLab Development Kit (GDK) guides - [Run full Auto DevOps cycle in a GDK instance](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/auto_devops.md) -- cgit v1.2.1 From 0479cda57b739949076f67acdbeb5352733c4a76 Mon Sep 17 00:00:00 2001 From: Evan Read Date: Mon, 12 Aug 2019 09:52:48 +0000 Subject: Make section headings consistent --- doc/development/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/README.md') diff --git a/doc/development/README.md b/doc/development/README.md index 44283a3ab0c..6281bb809ff 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -3,7 +3,7 @@ comments: false description: 'Learn how to contribute to GitLab.' --- -# GitLab development guides +# Contributor and Development Docs ## Get started! -- cgit v1.2.1