diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-08-14 11:40:10 +0200 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-08-16 15:17:16 +0200 |
commit | caaadb87b1825417065f843ae65b8afd9367310c (patch) | |
tree | b38d9d1002309163c625da58b2ddb953dd4c6005 /doc/user/project | |
parent | 00c474ae4efd296138598d9fb6609322beb43da9 (diff) | |
download | gitlab-ce-caaadb87b1825417065f843ae65b8afd9367310c.tar.gz |
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.
Diffstat (limited to 'doc/user/project')
-rw-r--r-- | doc/user/project/repository/img/repository_languages.png | bin | 0 -> 88244 bytes | |||
-rw-r--r-- | doc/user/project/repository/index.md | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/project/repository/img/repository_languages.png b/doc/user/project/repository/img/repository_languages.png Binary files differnew file mode 100644 index 00000000000..d9fb1278e06 --- /dev/null +++ b/doc/user/project/repository/img/repository_languages.png 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: |