summaryrefslogtreecommitdiff
path: root/spec/controllers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rc-new-members-approve-request-access-service' into 'master' Douwe Maan2016-09-271-1/+2
|\
| * Ensure Members::ApproveAccessRequestService can fin a requester by IDRémy Coutable2016-09-221-1/+2
* | Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-261-3/+0
|/
* Merge branch 'and-you-get-awards' into 'master' Rémy Coutable2016-09-211-2/+31
|\
| * Fix tests for Snippets toggling awardsZ.J. van de Weg2016-09-191-4/+6
| * Snippets get award emoji! :thumbsup:Z.J. van de Weg2016-09-191-2/+29
* | Merge branch 'feature/github-edit-path' into 'master' Rémy Coutable2016-09-201-12/+34
|\ \
| * | modify github import JS and controller so we can now specify a namespace and/...James Lopez2016-09-201-12/+34
| |/
* | Fix initial implementation to actually render the unsubscribe pageRémy Coutable2016-09-201-4/+10
* | Fix "Unsubscribe" link in notification emails that is triggered by anti-virusMaximiliano Perez Coto2016-09-201-13/+90
|/
* Improve grammarKatarzyna Kobierska2016-09-131-1/+1
* Add #closed_without_source_project?Katarzyna Kobierska2016-09-131-3/+3
* Checks if deleting forked project closed all open merge requestsKatarzyna Kobierska2016-09-131-3/+5
* Before deleting project if forked unlink forkKatarzyna Kobierska2016-09-131-0/+17
* Merge branch 'add-remember-option-u2f' into 'master' Robert Speicher2016-09-091-0/+23
|\
| * Pass the remember_me option into the u2f form and support it while authentica...add-remember-option-u2fDJ Mountney2016-09-011-0/+23
* | Refresh todos count cache when an Issue/MR is deletedDouglas Barbosa Alexandre2016-09-082-0/+12
* | Merge branch 'master' of https://dev.gitlab.org/gitlab/gitlabhqRémy Coutable2016-09-053-30/+93
|\ \
| * | Don't create groups for unallowed users when importing projectsDouglas Barbosa Alexandre2016-08-313-30/+93
* | | Fix missing flash messages on service edit pageAirat Shigapov2016-09-051-0/+16
| |/ |/|
* | Project tools visibility levelFelipe Artur2016-09-011-1/+1
* | Merge branch 'refactor/add-policies' into 'master' Robert Speicher2016-08-313-6/+6
|\ \ | |/ |/|
| * remove Ability.abilitieshttp://jneen.net/2016-08-303-6/+6
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceStan Hu2016-08-301-0/+29
|\ \ | |/
| * Improve grammarKatarzyna Kobierska2016-08-301-2/+2
| * User can edit closed MR with deleted forkKatarzyna Kobierska2016-08-301-0/+29
* | Fix issue boards leak private label names and descriptionsDouglas Barbosa Alexandre2016-08-291-15/+24
|/
* Fix external issue tracker "Issues" link leading to 404sfix-external-issue-tracker-linkStan Hu2016-08-251-2/+2
* Remove gitoriouszj-remove-gitoriousZ.J. van de Weg2016-08-251-69/+0
* Fix incorrect "stopped impersonation" log messagefix-impersonation-logStan Hu2016-08-231-0/+2
* Merge branch '17932-move-to-project-dropdown' into 'master' Jacob Schatz2016-08-191-0/+50
|\
| * Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdownPaco Guzman2016-08-181-0/+50
* | Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-174-0/+540
|\ \ | |/
| * Merge branch 'issue-boards' into 'master' Douwe Maan2016-08-173-0/+404
| |\
| | * Move the set up of the state described in context to a before blockDouglas Barbosa Alexandre2016-08-173-11/+21
| | * Remove # from controller actions specsDouglas Barbosa Alexandre2016-08-173-8/+8
| | * Fix matcher `match_response_schema`Douglas Barbosa Alexandre2016-08-172-3/+3
| | * Move action to render board lists to `Projects::Boards::ListsController`Douglas Barbosa Alexandre2016-08-172-51/+51
| | * Move board related controllers to the `Boards` namespaceDouglas Barbosa Alexandre2016-08-172-2/+2
| | * Rename from/to params to from_list_id/to_list_idDouglas Barbosa Alexandre2016-08-171-7/+8
| | * Add authorization to issues board related controllersDouglas Barbosa Alexandre2016-08-173-35/+134
| | * Add an endpoint to generate the default lists for a boardDouglas Barbosa Alexandre2016-08-171-0/+32
| | * Include the Issue#assignee in the response when listing issuesDouglas Barbosa Alexandre2016-08-171-1/+2
| | * Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-172-10/+10
| | * Move endpoint to list issues under lists resourcesDouglas Barbosa Alexandre2016-08-171-6/+8
| | * Refactor spec for Projects::BoardListsControllerDouglas Barbosa Alexandre2016-08-171-49/+36
| | * Add endpoint to allow users to move issues between listsDouglas Barbosa Alexandre2016-08-171-10/+50
| | * Add endpoint to list issues for a specific board listDouglas Barbosa Alexandre2016-08-171-0/+46
| | * Add endpoint to allow users to remove listsDouglas Barbosa Alexandre2016-08-171-0/+34
| | * Add endpoint to allow users to move listsDouglas Barbosa Alexandre2016-08-171-0/+52