- 19 Oct, 2017 1 commit
-
-
Guilherme Vieira authored
-
- 18 Sep, 2017 2 commits
-
-
Stan Hu authored
In #37955,we see that the profile had a number of N+1 queries from repeated access to `cross_reference_not_visible_for?`. This was optimized in previous versions of GitLab by rendering all notes at once, counting the number of visible references, and then using that number to check whether a system note should be fully redacted. There was also another N+1 query calling `ProjectTeam#member?`, which did not take advantage of an optimization in prepare_notes_for_rendering that would preload the maximum access level per project. Closes #37955
-
Zeger-Jan van de Weg authored
When a user selected 'Instance default' as value for the auto devops settings, this was interpreted as a true value. Now we post an empty string in this case, meaning we want to set `NULL` in the database. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37893#note_40541294
-
- 15 Sep, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
Updating didn't work, as the project_id was missing to be set for the project_auto_devops model. Fixes gitlab-org/gitlab-ce#37893
-
- 12 Sep, 2017 1 commit
-
-
Micael Bergeron authored
-
- 06 Sep, 2017 2 commits
-
-
micael.bergeron authored
also fix some code styling issues
-
Grzegorz Bizon authored
-
- 04 Sep, 2017 1 commit
-
- 31 Aug, 2017 2 commits
-
-
Felipe Artur authored
-
Zeger-Jan van de Weg authored
In this instance its subgroups, and given we can't deploy it, we shouldn't allow it to be shown. Fixes gitlab-org/gitlab-ce#34864
-
- 30 Aug, 2017 1 commit
-
-
Douwe Maan authored
-
- 29 Aug, 2017 1 commit
-
-
Maxim Rydkin authored
-
- 22 Aug, 2017 1 commit
-
-
Rubén Dávila authored
-
- 20 Aug, 2017 1 commit
-
-
Stan Hu authored
-
- 14 Aug, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 11 Aug, 2017 3 commits
-
-
Jarka Kadlecova authored
-
Lin Jen-Shin authored
It keeps giving me no repo error from setting up autocrlf, which shouldn't have anything to do with this merge request.
-
Lin Jen-Shin authored
-
- 10 Aug, 2017 1 commit
-
-
Lin Jen-Shin authored
Also fix a few tests
-
- 09 Aug, 2017 2 commits
-
-
Lin Jen-Shin authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 04 Aug, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 03 Aug, 2017 1 commit
-
-
haseeb authored
-
- 02 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 01 Aug, 2017 4 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
This shared example would take an object's database ID and create a number of objects based on it. If for some reason the ID were a high number, like 20, this would create `20 + 21 + 22` objects. Not only was this dangerous from a performance perspective, it was entirely unnecessary, as the behavior it was testing is already well-tested in the unit test for the underlying object. For a controller test, which is what's including this shared example, all we need to do is verify that the assigned object contains the correct `id => object` Hash, which is what we now test for.
-
Jacob Vosmaer authored
-
Gabriel Mazetto authored
-
- 28 Jul, 2017 1 commit
-
-
Sean McGivern authored
A commit comment shows in the MR, but if the MR is from a fork, it will have a different project ID to the MR's target project. In that case, add an note_project_id param so that we can pick the correct project for the note.
-
- 24 Jul, 2017 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jarka Kadlecova authored
-
- 21 Jul, 2017 1 commit
-
-
Z.J. van de Weg authored
First commit in probably 2, for resolve gitlab-org/gitlab-ce#15582. This commit is renaming files and classes from build to pipeline. Also wording is editted to pipeline. Given `pipeline` had more characters than `build`, I've made the field a bit wider. The width now matchers the one for the coverage badge, so they look nice when in a table format, or in a list. As soon as this commit is merged to master, and released, the build.svg is deprecated, meaning that all users which already placed a badge should update it. However, to make sure it keeps working tests are added for this case.
-
- 20 Jul, 2017 1 commit
-
-
Alexander Randa authored
-
- 19 Jul, 2017 2 commits
-
-
Jarka Kadlecova authored
-
Grzegorz Bizon authored
-
- 18 Jul, 2017 2 commits
-
-
Lin Jen-Shin authored
-
Felipe Artur authored
-
- 14 Jul, 2017 1 commit
-
-
Filipa Lacerda authored
-
- 07 Jul, 2017 2 commits
-
-
Felipe Artur authored
-
Tim Zallmann authored
-