- Dec 10, 2019
-
-
GitLab Bot authored
-
- Nov 28, 2019
-
-
GitLab Bot authored
-
- Sep 25, 2019
-
-
GitLab Bot authored
-
- May 02, 2019
-
-
Jason Goodman authored
Include link to user and commit title. Rearrange text
-
- Apr 26, 2019
-
-
Jason Goodman authored
This enables sending a chat message to Slack or Mattermost upon a successful, failed, or canceled deployment
-
- Oct 22, 2018
-
-
gfyoung authored
-
- Jun 12, 2018
-
-
Mario de la Ossa authored
-
- Jul 11, 2017
-
-
Sean McGivern authored
When we build a note URL, and we have the note loaded already, there are two cases: 1. The `noteable` is already loaded. In that case, this is faster as it doesn't build a new AR object from the query. 2. The `noteable` is not already loaded. In that case, this change is no worse than the previous code.
-
- Jul 07, 2017
-
-
Douwe Maan authored
-
- Jul 05, 2017
-
-
Douwe Maan authored
-
- Jun 07, 2017
-
-
Luke "Jared" Bennett authored
-
- Dec 01, 2016
-
-
Guyzmo authored
Adding the necessary API for the new /snippets Restful resource added with this commit. Added a new Grape class `Snippets`, as well as a `PersonalSnippet` entity. Issue: #20042 Merge-Request: !6373 Signed-off-by:
Guyzmo <guyzmo+gitlab+pub@m0g.net>
-
- Aug 24, 2016
-
-
Ben Boeckel authored
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 13, 2016
-
-
Artem Sidorenko authored
-
- May 10, 2016
-
-
Rémy Coutable authored
This reverts commit 4cc85a58, reversing changes made to 90ae445b. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- May 09, 2016
-
-
Artem Sidorenko authored
-
- Apr 20, 2016
-
-
Sebastian Klier authored
-
- Apr 13, 2016
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Apr 01, 2016
-
-
Yorick Peterse authored
Rails' "url_helpers" method creates an anonymous Module (which a bunch of methods) on every call. By caching the output of this method in a dedicated method we can shave off about 10 seconds of loading time for an issue with around 200 comments.
-
- Mar 31, 2016
-
-
Rémy Coutable authored
Also, streamline the view. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Sep 09, 2015
-
-
Dmitriy Zaporozhets authored
-
- Sep 04, 2015
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9605
-
- Aug 26, 2015
-
-
Douwe Maan authored
-
- Mar 08, 2015
-
-
Vinnie Okada authored
Add new service classes to create and update project and personal snippets. These classes are responsible for enforcing restricted visibility settings for non-admin users.
-
- Mar 06, 2015
-
-
Stan Hu authored
Supports four different event types all bundled under the "note" event type: - comments on a commit - comments on an issue - comments on a merge request - comments on a code snippet
-
- Mar 03, 2015
-
-
Stan Hu authored
-
- Feb 24, 2015
-
-
Stan Hu authored
Previously the symbol "url" in the object_attributes hash would always be nil.
-
- Feb 14, 2015
-
-
Vinnie Okada authored
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
-
- Oct 15, 2014
-
-
Ciro Santilli authored
-
- Jun 13, 2014
-
-
Jeroen van Baarsen authored
Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-