Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2019-07-26 12:53:53 +0300
committerSean McGivern <sean@gitlab.com>2019-07-26 12:53:53 +0300
commit0d2b5bff8c524376f42316f1a4cc8cfbeabc2d8d (patch)
treea944ba284b5f1119708d0d89e1b0cca1a8387d72 /doc/development/README.md
parent59a5a89c61df0da1c65de92a25173b806bd5b0f0 (diff)
parent1ec7dae9adddbd73f6d2d3eb87b8c4473038d50a (diff)
Merge branch 'docs-label-filtering' into 'master'
Add development documentation on label filtering Closes #49651 See merge request gitlab-org/gitlab-ce!30741
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index ea5d9e10e2c..99c88146be5 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -113,6 +113,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)