- 16 Feb, 2017 2 commits
-
-
James Lopez authored
Also update repo restorer to use project wiki method.
-
Phil Hughes authored
Recudes the number of queries within the snippet search from approx. 50 to approx. 14 by preloading the authors Part of #27392
-
- 15 Feb, 2017 5 commits
-
-
Semyon Pupkov authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/20305
-
Robert Speicher authored
Fix labels being applied to wrong merge requests on GitHub import See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2064
-
Robert Speicher authored
Fix XSS in rdoc and other markups See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2058
-
Robert Speicher authored
Add sanitization filter to asciidocs output to prevent XSS See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2057
-
Mark Fletcher authored
-
- 14 Feb, 2017 10 commits
-
-
Ben Boeckel authored
Fixes #23895.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
dixpac authored
CreateTagService and DeleteTagService where in root namespace, by following service code organization I moved them in Tags::CreateService and Tags::DestroyService
-
Toon Claes authored
It consolidates these endpoints: - /projects - /projects/owned - /projects/visible - /projects/starred - /projects/all Into the /projects endpoint using query parameters.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Lin Jen-Shin authored
This way we could reuse this pool for other migrations Feedback: * https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8987#note_22923350 * https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8987#note_22923365
-
wendy0402 authored
-
- 13 Feb, 2017 8 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Oswaldo Ferreira authored
-
Mike Greiling authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Lin Jen-Shin authored
-
Yorick Peterse authored
We don't need to connect when requesting the name of the database adapter. This in turn should prevent us from requesting/leaking connections just by asking whether we're using PostgreSQL or MySQL.
-
Robert Speicher authored
-
Oswaldo Ferreira authored
-
- 10 Feb, 2017 5 commits
-
-
Yorick Peterse authored
This method allows one to create foreign keys without blocking access to the source table, but only on PostgreSQL. When creating a regular foreign key the "ALTER TABLE" statement used for this won't return until all data has been validated. This statement in turn will acquire a lock on the source table. As a result this lock can be held for quite a long amount of time, depending on the number of rows and system load. By breaking up the foreign key creation process in two steps (creation, and validation) we can reduce the amount of locking to a minimum. Locking is still necessary for the "ALTER TABLE" statement that adds the constraint, but this is a fast process and so will only block access for a few milliseconds.
-
Alfredo Sumaran authored
This reverts commit b7c5ca49, reversing changes made to 9745c98b.
-
dixpac authored
Reason for renaming is to comply with naming convention of services in codebase.
-
Jarka Kadlecova authored
-
Alfredo Sumaran authored
-
- 09 Feb, 2017 2 commits
-
-
Joost Rijneveld authored
-
James Edwards-Jones authored
-
- 08 Feb, 2017 4 commits
-
-
Ershad Kunnakkadan authored
-
Z.J. van de Weg authored
Given the the Issuable class will soon also have to support MRs this signals that it can only be used by issues.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
dixpac authored
* Changed name of delete_user_service and worker to destroy * Move and change delete_group_service to Groups::DestroyService * Rename Notes::DeleteService to Notes::DestroyService
-
- 07 Feb, 2017 4 commits
-
-
James Edwards-Jones authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Connor Shea authored
Cherry-picked 'Remove colorize methods that weren't in CE.'
-