- 13 Mar, 2017 1 commit
-
-
Bob Van Landuyt authored
Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
-
- 08 Mar, 2017 2 commits
-
-
Nick Thomas authored
-
Grzegorz Bizon authored
-
- 07 Mar, 2017 3 commits
-
-
Kamil Trzciński authored
-
Z.J. van de Weg authored
-
Markus Koller authored
-
- 06 Mar, 2017 7 commits
-
-
Tiago Botelho authored
-
Sean McGivern authored
-
Sean McGivern authored
The `ReferenceExtractor` would return an array of `ExternalIssue` objects, and then perform `Array#-` to remove the issues closed. `ExternalIssue`s had `==` defined, but not `hash` or `eql?`, which are used by `Array#-`.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 02 Mar, 2017 3 commits
-
-
Douwe Maan authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 01 Mar, 2017 3 commits
-
-
James Lopez authored
Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 28 Feb, 2017 3 commits
-
-
Simon Vocella authored
-
Simon Vocella authored
-
George Andrinopoulos authored
-
- 24 Feb, 2017 3 commits
-
-
Douwe Maan authored
-
Timothy Andrew authored
- Add a `destroy_user` ability. This didn't exist before, and was implicit in other abilities (only admins could access the admin area, so only they could destroy all users; a user can only access their own account page, and so can destroy only themselves). - Grant this ability to admins, and when the current user is trying to destroy themselves. Disallow destroying ghost users in all cases. - Modify the `Users::DestroyService` to check this ability. Also check it in views to decide whether or not to show the "Delete User" button. - Add a short summary of the Ghost User to the bio.
-
Timothy Andrew authored
Rather than using a separate `ghost` state. This lets us have the benefits of both ghost and blocked users (ghost: true, state: blocked) without having to rewrite a number of queries to include cases for `state: ghost`.
-
- 23 Feb, 2017 3 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Valery Sizov authored
-
- 21 Feb, 2017 1 commit
-
-
George Andrinopoulos authored
-
- 17 Feb, 2017 1 commit
-
-
Jacopo authored
The Done button will change to an Undo button and the line item will be greyed out. Bold links will be unbolded. The user can undo the task by clicking the Undo button.
-
- 16 Feb, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 15 Feb, 2017 1 commit
-
-
Robert Speicher authored
Fix for XSS vulnerability in SVG attachments See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2059
-
- 14 Feb, 2017 1 commit
-
-
Mark Fletcher authored
* Alter wiki_pages factory with custom creation operation
-
- 13 Feb, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 10 Feb, 2017 1 commit
-
-
Robert Speicher authored
-
- 08 Feb, 2017 1 commit
-
-
Ershad Kunnakkadan authored
-
- 07 Feb, 2017 1 commit
-
-
Ruben Davila authored
We can't properly use foreign keys on columns that are configured for polymorphic associations which has disadvantages related to data integrity and storage. Given we only use time tracking for Issues and Merge Requests we're moving to the usage of regular associations.
-
- 05 Feb, 2017 1 commit
-
- 03 Feb, 2017 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 01 Feb, 2017 1 commit
-
-
Robert Speicher authored
-