From caaadb87b1825417065f843ae65b8afd9367310c Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Tue, 14 Aug 2018 11:40:10 +0200 Subject: Remove feature gates for Repository Languages The repository languages feature got introduced through: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19480. This MR included feature flags to guard against performance regressions, which allowed GitLab to test it on gitlab.com before the customers would be exposed. .com worked out fine, as shown by our internal monitoring tools, which prompts feature gate removal. Given the docs weren't present yet, these were added too. --- .../project/repository/img/repository_languages.png | Bin 0 -> 88244 bytes doc/user/project/repository/index.md | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 doc/user/project/repository/img/repository_languages.png (limited to 'doc') diff --git a/doc/user/project/repository/img/repository_languages.png b/doc/user/project/repository/img/repository_languages.png new file mode 100644 index 00000000000..d9fb1278e06 Binary files /dev/null and b/doc/user/project/repository/img/repository_languages.png differ diff --git a/doc/user/project/repository/index.md b/doc/user/project/repository/index.md index 704c1777e62..1c3915a5fdd 100644 --- a/doc/user/project/repository/index.md +++ b/doc/user/project/repository/index.md @@ -155,6 +155,16 @@ The repository graph displays visually the Git flow strategy used in that reposi Find it under your project's **Repository > Graph**. +## Repository Languages + +For the default branch of each repository, GitLab will determine what programming languages +were used and display this on the projects pages. + +![Repository Languages bar](img/repository_languages.png) + +Not all files are detected, among others; documentation, +vendored code, and most markup languages are excluded. + ## Compare Select branches to compare and view the changes inline: -- cgit v1.2.1