- 18 Aug, 2017 1 commit
-
-
Kushal Pandya authored
-
- 15 Aug, 2017 3 commits
-
-
Robert Speicher authored
-
Phil Hughes authored
The dispatcher was trying to create a new instance of a class that is loaded in a file after main.js which would cause the filtered search to not work on issues. This would only happen on the first load when the JS is not cached. If the JS is cached, then everything will be fine.
-
Yorick Peterse authored
In some cases we pass an Array to this method which would previously fail since Array does not respond to "limit_value". Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3646
-
- 14 Aug, 2017 3 commits
-
-
Robert Speicher authored
An upcoming update to rubocop-gitlab-security added additional violations.
-
Yorick Peterse authored
This changes the pagination of the "Explore" pages so they use a simpler pagination system that only shows "Prev" and "Next" buttons. This removes the need for getting the total number of rows to display, a process that can easily take up to 2 seconds when browsing through a large list of projects. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27390
-
Bob Van Landuyt authored
They seem to confuse some translation tools and aren't rendered in HTML anyway.
-
- 11 Aug, 2017 1 commit
-
-
Robin Bobbitt authored
-
- 10 Aug, 2017 1 commit
-
-
Yorick Peterse authored
This caches the result of Appearance.first in a similar fashion to how ApplicationSetting instances are cached. We also add some NOT NULL constraints to the table and correct the timestamp types. Fixes gitlab-org/gitlab-ce#36066, fixes gitlab-org/gitlab-ce#31698
-
- 09 Aug, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 08 Aug, 2017 1 commit
-
-
Brian Neel authored
-
- 07 Aug, 2017 5 commits
-
-
Tim Zallmann authored
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-
Sean McGivern authored
Group milestones can only be referred to by name, not IID. They also do not support cross-project references.
-
Yorick Peterse authored
In various places we check if the same relation would return projects. This is done using "any?" which will run a COUNT query with any LIMIT/OFFSET values still applied. To work around all this we introduce 2 helper methods that take care of doing the right thing. This leads to the produced queries being simpler and fewer queries being executed.
-
- 04 Aug, 2017 2 commits
-
-
Bob Van Landuyt authored
-
Luke "Jared" Bennett authored
-
- 03 Aug, 2017 4 commits
-
-
Tim Zallmann authored
-
Phil Hughes authored
This makes navigating through diff files quickly. Currently we just toggle a list, which could be pretty big. This moves it into a dropdown to make it much easier. Also includes a filter bar to quickly search for certain files/extensions. Closes #29778
-
Douwe Maan authored
-
Douwe Maan authored
-
- 02 Aug, 2017 1 commit
-
-
Clement Ho authored
-
- 01 Aug, 2017 1 commit
-
-
Gabriel Mazetto authored
-
- 31 Jul, 2017 2 commits
-
-
Sean McGivern authored
-
Rémy Coutable authored
-
- 28 Jul, 2017 7 commits
-
-
Jacob Schatz authored
-
Luke "Jared" Bennett authored
-
Mike Greiling authored
-
Jacob Schatz authored
-
Luke "Jared" Bennett authored
-
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.
-
Sean McGivern authored
When you change the diff view (inline / side-by-side), we set a cookie based on that new view. When you add a comment, we choose the style to use in the response based on that cookie. However, when you have just changed diff style, the request cookie will contain the old value, so we should use the view param instead.
-
- 27 Jul, 2017 7 commits
-
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
According to https://github.com/twbs/bootstrap/issues/10547 it's not possible to have the trigger defined on the delegated element, i.e. not defined as a data attribute.
-
Alexis Reigel authored
-
Alexis Reigel authored
-