- Dec 10, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Aug 28, 2019
-
-
Igor Drozdov authored
totalNotes is only used to prerender a number of skeleton containers until real notes are loaded issuable.discussions makes multiple requests, so too expensive for this This commit uses mere notes for this and sends actual totalNotes number if it's less than 10; otherwise it sends 10 - it allows us to avoid bunch of skeleton prerenderings, which are not necessary since they doesn't fit into the whole screen and disappear quite fast
-
- May 02, 2019
-
-
Sean McGivern authored
This is now entirely handled by `create_note`: 1. Project snippets prevent `create_note`. 2. Uploads already only support routing for personal snippets. This simplifies some policies and access checks, too!
-
- Mar 06, 2019
-
-
Andrew Newdigate authored
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
-
- Feb 04, 2019
-
-
Jan Provaznik authored
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
-
- Jan 17, 2019
-
-
Constance Okoghenun authored
Add commit prop to NoteableNote component and pass it from NoteableDiscussion
-
- Dec 21, 2018
-
-
Winnie Hellmann authored
This reverts merge request !23622
-
- Dec 19, 2018
-
-
- Oct 06, 2018
-
-
- Oct 05, 2018
-
-
Oswaldo Ferreir authored
-
- Sep 07, 2018
-
-
Jan Provaznik authored
-
gfyoung authored
Partially addresses #47424.
-
- Jul 06, 2018
-
-
Brett Walker authored
-
- Jul 02, 2018
-
-
Kushal Pandya authored
-
- Jun 25, 2018
-
-
Kushal Pandya authored
-
- Jun 21, 2018
-
-
- Apr 10, 2018
-
-
Douwe Maan authored
-
- Apr 03, 2018
-
-
Jan Provaznik authored
-
- Mar 09, 2018
-
-
Phil Hughes authored
Closes #44099
-
- Mar 02, 2018
-
-
Sean McGivern authored
There are several quick actions now that don't need this access - /todo and /unsubscribe for instance - but when these were first added, there weren't. Quick actions are now responsible for checking their own permissions.
-
- Feb 28, 2018
-
-
- Sep 14, 2017
-
-
Jarka Kadlecova authored
-
- Sep 06, 2017
-
-
micael.bergeron authored
this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes
-
micael.bergeron authored
a new badge will be added when an user that doesn't yet have any merged merge request is discussing on either issues or merge requests that he created. this is indented for people to use extra care when discussing with a new contributor.
-
Sean McGivern authored
-
- Aug 17, 2017
-
-
Douwe Maan authored
-
- Aug 07, 2017
-
-
Sean McGivern authored
-
- Jul 28, 2017
-
-
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.
-
- Jul 25, 2017
-
-
Phil Hughes authored
-
- Jul 05, 2017
-
-
Douwe Maan authored
-
- Jun 29, 2017
-
-
Bryce Johnson authored
This commit moves the rendering of the button back to the server, and shows/hides it using opacity rather than display. It also removes the transform applied to the button on hover (scale). Previously, both of these factors automatically triggered a reflow, which creates a performance bottleneck on pages with larger DOM size. MR: !12103
-
- 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 07, 2017
-
-
Luke "Jared" Bennett authored
-
- Jun 01, 2017
-
-
Douwe Maan authored
-
- May 10, 2017
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- May 05, 2017
-
-
Jarka Kadlecova authored
-
- May 03, 2017
-
-
Douwe Maan authored
-
- Apr 08, 2017
-
-
Douwe Maan authored
-
Douwe Maan authored
-