An error occurred fetching the project authors.
- 10 Apr, 2018 1 commit
-
-
Douwe Maan authored
-
- 03 Apr, 2018 1 commit
-
-
Jan Provaznik authored
-
- 09 Mar, 2018 1 commit
-
-
Phil Hughes authored
Closes #44099
-
- 02 Mar, 2018 1 commit
-
-
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.
-
- 28 Feb, 2018 1 commit
-
-
Fatih Acet authored
-
- 14 Sep, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 06 Sep, 2017 3 commits
-
-
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
-
- 17 Aug, 2017 1 commit
-
-
Douwe Maan authored
-
- 07 Aug, 2017 1 commit
-
-
Sean McGivern 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.
-
- 25 Jul, 2017 1 commit
-
-
Phil Hughes authored
-
- 05 Jul, 2017 1 commit
-
-
Douwe Maan authored
-
- 29 Jun, 2017 1 commit
-
-
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
-
- 15 Jun, 2017 1 commit
-
-
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`
-
- 07 Jun, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 01 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 10 May, 2017 1 commit
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 05 May, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 03 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 08 Apr, 2017 4 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 05 Apr, 2017 6 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 20 Sep, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 17 Aug, 2016 1 commit
-
-
Douwe Maan authored
-
- 04 Aug, 2016 1 commit
-
-
Phil Hughes authored
Fixed some bugs when removing notes
-
- 02 Aug, 2016 1 commit
-
-
Paco Guzman authored
Speedup DiffNote#active? on discussions, preloading noteables and avoid touching git repository to return diff_refs when possible - Preloading noteable we share the same noteable instance when more than one discussion refers to the same noteable. - Any other call to that object that is cached in that object will be for any discussion. - In those cases where merge_request_diff has all the sha stored to build a diff_refs get that diff_refs using directly those sha instead accessing to the git repository to first get the commits and later the sha.
-
- 29 Jul, 2016 1 commit
-
-
Phil Hughes authored
Reduced some duplicated code with compiling components Fixed bug with resolve button tooltip not updating after resolving discussion
-
- 26 Jul, 2016 3 commits
-
-
Stan Hu authored
NotesHelper#note_editable? and ProjectTeam#human_max_access currently take about 16% of the load time of an issue page. This MR preloads the maximum access level of users for all notes in issues and merge requests with several queries instead of one per user and caches the result in RequestStore.
-
Phil Hughes authored
-
Douwe Maan authored
-
- 24 Jul, 2016 1 commit
-
-
Phil Hughes authored
Top count displays how many resolved discussions
-