- Aug 17, 2018
-
-
benjamin authored
-
- Aug 01, 2018
-
-
Filipa Lacerda authored
Automatically expand runner's settings block when linking to the runner's settings page by using page anchor on the link
-
Zeger-Jan van de Weg authored
Our friends at GitHub show the programming languages for a long time, and inspired by that this commit means to create about the same functionality. Language detection is done through Linguist, as before, where the difference is that we cache the result in the database. Also, Gitaly can incrementaly scan a repository. This is done through a shell out, which creates overhead of about 3s each run. For now this won't be improved. Scans are triggered by pushed to the default branch, usually `master`. However, one exception to this rule the charts page. If we're requesting this expensive data anyway, we just cache it in the database. Edge cases where there is no repository, or its empty are caught in the Repository model. This makes use of Redis caching, which is probably already loaded. The added model is called RepositoryLanguage, which will make it harder if/when GitLab supports multiple repositories per project. However, for now I think this shouldn't be a concern. Also, Language could be confused with the i18n languages and felt like the current name was suiteable too. Design of the Project#Show page is done with help from @dimitrieh. This change is not visible to the end user unless detections are done.
-
- Jul 31, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Depends on if prioritised or other labels are found or no labels at all are found, we show a corresponding message now Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Francisco Javier López authored
-
- Jul 30, 2018
-
-
Felipe Artur authored
-
Winnie Hellmann authored
-
Bob Van Landuyt authored
Since the frontend for this feature isn't ready, better to hide the confusing field behind a feature flag.
-
Bob Van Landuyt authored
The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
-
Bob Van Landuyt authored
This can be done trough the API for the current user, or on the profile page.
-
Luke Bennett authored
-
Luke Bennett authored
-
- Jul 27, 2018
-
-
Luke "Jared" Bennett authored
-
Bob Van Landuyt authored
-
Luke Bennett authored
-
Luke Bennett authored
-
Luke Bennett authored
-
Luke Bennett authored
-
Luke Bennett authored
-
Luke Bennett authored
-
Sean McGivern authored
This reverts merge request !20679
-
Luke "Jared" Bennett authored
-
Bob Van Landuyt authored
-
Luke Bennett authored
-
Luke Bennett authored
-
Lin Jen-Shin authored
It's sad that sanitizing is updating the string directly.
-
Sam Beckham authored
-
- Jul 26, 2018
-
-
Luke Bennett authored
-
Luke Bennett authored
-
Luke Bennett authored
-
Luke Bennett authored
-
Annabel Gray authored
-
Tim Zallmann authored
-