Skip to content
GitLab Next
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab FOSS GitLab FOSS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLab FOSSGitLab FOSS
  • Merge requests
  • !19480

Add repository languages for projects

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Zeger-Jan van de Weg requested to merge zj-gitlab/gitlab-ce:zj-repository-languages into master Jun 06, 2018
  • Overview 141
  • Commits 1
  • Pipelines 19
  • Changes 29

What does this MR do?

Adds a bar to the project page displaying the languages the repository consists off.

Are there points in the code the reviewer needs to double check?

Frontend stuff, plus the performance impact.

Why was this MR needed?

Our friends over at GitHub got this right, I feel. I've been missing this feature since I've started using GitLab. I'm aware of the previous shot at this. Key difference is that gitaly!751 (closed) will make this much more bearable for our infrastructure.

Screenshots

If there's no detection yet, nothing changes. If there is:

Screen_Shot_2018-06-06_at_13.10.22

Does this MR meet the acceptance criteria?

  • Changelog entry added, if necessary
  • Documentation created/updated
  • API support added
  • Tests added for this feature/bug
  • Conform by the code review guidelines
    • Has been reviewed by a UX Designer (@dimitrieh, could you do this?)
    • Has been reviewed by a Frontend maintainer
    • Has been reviewed by a Backend maintainer
    • Has been reviewed by a Database specialist
  • Internationalization required/considered
  • End-to-end tests pass (package-and-qa manual pipeline job)

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23931

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/34671

Closes #48647 (closed)

En passant, this closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47301

Edited Aug 01, 2018 by Zeger-Jan van de Weg
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: zj-repository-languages