- 05 May, 2016 17 commits
-
-
Yorick Peterse authored
-
Yorick Peterse authored
Moved entry for !3880 to 8.7.2 See merge request !4058
-
Yorick Peterse authored
Apparently this was already released in 8.7.2 but no changelog entry was added. [ci skip]
-
Yorick Peterse authored
Added CHANGELOG entries for !3880 and !3931 See merge request !4057
-
Yorick Peterse authored
[ci skip]
-
Yorick Peterse authored
[ci skip]
-
Robert Speicher authored
Upgrade Sidekiq to 4.1.2 Fixes a memory leak: https://github.com/mperham/sidekiq/commit/a2bdb875fe495bc28b1bee80120e4a5641ca0731 See merge request !4056
-
Stan Hu authored
-
Douwe Maan authored
Fix the line code when importing PR review comments from GitHub Pull Request Review Comments are comments on a portion of the unified diff. Closes #17205 See merge request !4010
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
Pull Request Review Comments are comments on a portion of the unified diff.
-
Jacob Schatz authored
15179 builds page redesign Closes #15179 <img src="/uploads/d9ec515e500dc9023d588b5c38636a86/Screen_Shot_2016-04-26_at_1.35.11_PM.png" width="800px"> Updated screenshot: <img src="/uploads/63109057ee271d788ab726e52acf9328/Screen_Shot_2016-05-04_at_9.23.01_AM.png" width="800px"> Updated screenshot with count badges instead of parentheses: <img src="/uploads/d9cd91b079d23c63601c8dbcf4803c8d/Screen_Shot_2016-05-05_at_7.40.48_AM.png" width="800px"> See merge request !3935
-
Douwe Maan authored
-
Yorick Peterse authored
Moved TeamCity changelog entry to 8.7.3 See merge request !4049
-
Yorick Peterse authored
[ci skip]
-
Stan Hu authored
Log to application.log when an admin starts and stops impersonating a user Closes gitlab-org/gitlab-ee#536 See merge request !4028
-
Rémy Coutable authored
Use new build badge URLs Use new build badge URLs to follow the instruction at [the project badges](https://gitlab.com/gitlab-org/gitlab-ce/badges). See merge request !4037
-
- 04 May, 2016 23 commits
-
-
Stan Hu authored
Merge request widget displays TeamCity build state and code coverage correctly again ## What does this MR do? This MR contains a fix for a regression introduced in `8.7`. In former version, the TeamCity build status was always displayed correctly. In `8.7` the build state is still checked, but the UI is not updated correctly any longer. ## Are there points in the code the reviewer needs to double check? The changes are quite simple, so please simply double check them. ## Why was this MR needed? This MR is needed to make the TeamCity build status working again. ## What are the relevant issue numbers? #17080 See merge request !3998
-
Stan Hu authored
Use `number_to_human_size` helper to show repository size This will intelligently format large repository sizes in GBs (or, shudder, TBs). Also, removes `rescue` clause from `repository_size` helper. The repository size has since become calculated (and cached) more intelligently, and this should no longer be necessary. See merge request !4047
-
Benedikt Huss authored
-
Robert Speicher authored
The repository size has since become calculated (and cached) more intelligently, and this should no longer be necessary.
-
Robert Speicher authored
This will intelligently format large repository sizes in GBs (or, shudder, TBs).
-
Benedikt Huss authored
-
Annabel Dunstone authored
-
Robert Speicher authored
Sanitize repo paths in new project error message Closes #17243 See merge request !4029
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Stan Hu authored
Closes #17243
-
Jacob Schatz authored
Remove break-all from links Closes #17000 See merge request !4042
-
Jacob Schatz authored
Fix file list page border colors See merge request !4008
-
Jacob Schatz authored
Improve milestone page UI * remove button after edit button * use hex value for text color * re-use existing text color variables Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !4014
-
Yorick Peterse authored
Expire repository exists? and has_visible_content? caches after a push if necessary See merge request !3975
-
Annabel Dunstone authored
-
Stan Hu authored
Closes #17012
-
Jacob Schatz authored
Remove unused .contributed-projects class While working on #13401 and trying to add a new tab to the user profile page, I came across this. I noticed that the `contributed-projects` class was only being used in order to select the div in the tests. For consistency with the other tabs, I decided to remove this class and use the div's id for the selector. See merge request !3945
-
Robert Speicher authored
Limit the number of merge requests per project to avoid long seeds in development environment This step was taking a long time because seed_fu creates N / 2 merge requests for each repo, where N is the number of branches for that repo. At the time of this writing, there are 234 branches on the gitlab-ce repo, leading to 117 merge requests. See merge request !4032
-
Rémy Coutable authored
Use the new admin settings for gravatar Fixes gitlab-org/gitlab-ce#14826 See merge request !3988
-
Jacob Schatz authored
Make files list more compact by reducing row height from 47px to 44px Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @jschatz1 @skyruler See merge request !4007
-
Rémy Coutable authored
Documentation fix in CI SSH keys setup In recent versions of Docker, the `/.dockerinit` file doesn't exist any more when running inside a container. That file is used in the example here to detect whether the runner is running inside Docker or not. Change it to check for the existence of `/.dockerenv`, which does exist in all current versions of Docker. See merge request !3938
-