- Jul 30, 2018
-
-
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
-
- Jul 11, 2018
-
-
Mark Chao authored
-
- Jun 21, 2018
-
-
- May 24, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Apr 12, 2018
-
-
Bob Van Landuyt authored
-
- Apr 11, 2018
-
-
Bob Van Landuyt authored
This could only be possible for users that can create merge requests within a project. So they need to be a allowed to create a branch and create a merge request.
-
- Apr 03, 2018
-
-
Jan Provaznik authored
-
- Feb 28, 2018
-
-
- Jan 30, 2018
-
-
Jan Provaznik authored
On epics roadmap page we list all epics in the given time frame without pagination (at least for the first iteration), in this case it would be nice to use the existing issuables index logic except pagination (see MR gitlab-ee!4281). For this reason this patch allows to easily disable pagination. Related gitlab-ee!4281
-
- Jan 18, 2018
-
-
Jan Provaznik authored
For issuable models we keep two timestamps: updated_at which is updated whenever any model attribute is changed, last_edited_at which is changed when only title or description is changed. In UI bellow description we display who and when updated the item. But last_edited_by (used for 'who') is mistakenly combined with updated_at (when), last_edited_at should be used instead. Closes #41247
-
- Dec 22, 2017
-
-
blackst0ne authored
-
- Dec 18, 2017
-
-
Sean McGivern authored
When the target is deleted, todos are destroyed, but we did not reset the todo cache for users with todos on the deleted target. This would only update after the next time the todo cache was updated for that user.
-
- Dec 08, 2017
-
-
Luke "Jared" Bennett authored
-
- Nov 06, 2017
-
-
Jarka Kadlecova authored
-
- Nov 02, 2017
-
-
Jarka Kadlecova authored
-
- Oct 26, 2017
-
-
Sean McGivern authored
This reverts commit 915e35a2, reversing changes made to 9533786f.
-
- Oct 20, 2017
-
-
Jacopo authored
-
- Oct 17, 2017
-
-
Jen-Shin Lin authored
Security fixes for 10.1 RC See merge request gitlab/gitlabhq!2209
-
- Oct 03, 2017
-
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
-
- Sep 18, 2017
-
-
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
-
- Sep 04, 2017
-
- Aug 29, 2017
-
-
Maxim Rydkin authored
-
- Aug 14, 2017
-
-
Jarka Kadlecova authored
-
- Aug 11, 2017
-
-
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
-
- Aug 10, 2017
-
-
Lin Jen-Shin authored
Also fix a few tests
-
- Aug 09, 2017
-
-
Lin Jen-Shin authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Aug 02, 2017
-
-
Robert Speicher authored
-
- Jul 24, 2017
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jarka Kadlecova authored
-
- Jul 19, 2017
-
-
Jarka Kadlecova authored
-
- Jul 18, 2017
-
-
Felipe Artur authored
-
- Jul 05, 2017
-
-
Douwe Maan authored
-
- Jun 21, 2017
-
-
Grzegorz Bizon authored
-
- Jun 15, 2017
-
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
-
- Jun 14, 2017
-
-
Robert Speicher authored
-
- Jun 10, 2017
-
-
Stan Hu authored
Previously it was possible when an issue was updated and Akismet flagged it as spam that the reCAPTCHA configuration was not loaded. Closes #33532
-