- 04 Oct, 2018 1 commit
-
-
Filipa Lacerda authored
This was added because we thought we'd need to render the environment status but we already have this information in the build status
-
- 03 Oct, 2018 6 commits
-
-
Filipa Lacerda authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Fatih Acet authored
-
Phil Hughes authored
This file tree displays all the diff files in a tree like format Each file is taken and converted into a tree with folders Each folder can be toggled open & closed Clicking a file will scroll to the diff file & highlight with a glow affect Searching the tree list will search only files & return a list of the files without any folders Each file row contains an icon to show changed, new file or deleted Each row will also contain the added & removed lines count Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
-
George Tsiolis authored
-
Chantal Rollison authored
-
- 02 Oct, 2018 11 commits
-
-
Winnie Hellmann authored
-
Mario de la Ossa authored
-
Jacopo authored
When a Merge request is merged, shows only the Report abuse menu item in the dropdown menu instead of showing the close_reopen_report toggle with an unusable Close button. The Report abuse is still hidden when the author of the Merge request is the current_user. Hides the Reopen button on a closed and locked issue when the issue.author is not the current_user
-
Bob Van Landuyt authored
The pre-release tags are set at the beginning of a release, so it would be impossible to figure out which version was running if we're running nightlies. In that case it's better to still link to the SHA. These versions don't get deployed to .com.
-
Jan Beckmann authored
-
Thong Kuah authored
-
Stan Hu authored
When a user cannot be renamed due to existing container registry tags, log the namespace and an example project that has tags.
-
Johann Hubert Sonntagbauer authored
-
George Tsiolis authored
-
Winnie Hellmann authored
-
Martin Wortschack authored
-
- 01 Oct, 2018 16 commits
-
-
Drew Blessing authored
-
George Tsiolis authored
-
George Tsiolis authored
-
David authored
-
Eva Kadlecová authored
-
Pierre Tardy authored
-
Francisco Javier López authored
-
Jacopo authored
-
Tiago Botelho authored
Implements UsageCounters model to track feature usage counters and makes easy to extend for future counters
-
Oswaldo Ferreira authored
- Creates a new column to hold the single patch limit value on application_settings - Allows updating this value through the application_settings API - Calculates single diff patch collapsing limit based on diff_max_patch_bytes column - Updates diff limit documentation - Adds documentation (with warning) as of how one can update this limit
-
Nick Thomas authored
-
Martin Wortschack authored
-
Lukas Eipert authored
Every browser which supports IntersectionObserver will now use it over observing scroll and resize events. Older browsers without support fall back on the previous behavior. Additionally the MutationObserver can be enabled and disabled manually via the helper method `startContentObserver` and `stopContentObserver`. This might prove useful on pages where we manipulate the DOM extensively.
-
Tiago Botelho authored
Implements list_last_commits_for_tree to communicate with the ListLastCommitsForTree Gitaly RPC Bumps the Gitaly server version Bumps the Gitaly-Proto gem version
-
Alexis Reigel authored
-
Bob Van Landuyt authored
This will result in a 404 when running an unreleased security patch while still allowing users to find the commit when it is made available.
-
- 30 Sep, 2018 1 commit
-
-
gfyoung authored
Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
-
- 29 Sep, 2018 3 commits
-
-
gfyoung authored
xref #47424.
-
-
Johann Hubert Sonntagbauer authored
-
- 28 Sep, 2018 2 commits
-
-
gfyoung authored
-
Phil Hughes authored
Closes #51912
-