summaryrefslogtreecommitdiff
path: root/spec/controllers/projects
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '20708-new-branch-is-immediatelly-tagged-as-merged' into 'master' Douwe Maan2016-10-121-6/+10
|\
| * refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-111-6/+10
* | Merge branch '22211-500-instead-of-404' into 'master' Sean McGivern2016-10-111-0/+14
|\ \
| * \ Merge branch 'master' into 22211-500-instead-of-404Linus G Thiel2016-10-113-9/+93
| |\ \
| * | | Respond with 404 Not Found for non-existent tagsLinus G Thiel2016-10-051-0/+14
* | | | Merge branch 'assign-issues-for-merge-request-18876' into 'master' Douwe Maan2016-10-111-0/+48
|\ \ \ \
| * | | | fixup! Added link to bulk assign issues to MR author. (Issue #18876)James Edwards-Jones2016-10-101-1/+1
| * | | | fixup! Added link to bulk assign issues to MR author. (Issue #18876)James Edwards-Jones2016-10-071-0/+17
| * | | | Added link to bulk assign issues to MR author. (Issue #18876)James2016-10-061-0/+31
* | | | | Merge branch 'atom-routes' into 'master' Robert Speicher2016-10-111-9/+32
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Allow browsing branches that end with '.atom'Sean McGivern2016-10-111-9/+32
| | |_|/ | |/| |
* | | | Use user from let instead recreate in beforeSemyon Pupkov2016-10-091-1/+0
|/ / /
* | | Add tests to Projects::Boards::IssuesController#create actionDouglas Barbosa Alexandre2016-10-061-7/+57
|/ /
* | fix group links 404barthc2016-10-051-1/+36
|/
* Fix a few things after the initial improvment to Members::DestroyServiceRémy Coutable2016-10-031-2/+2
* Add a /wip slash commandThomas Balthazar2016-10-031-0/+14
* Merge branch '21983-member-add_user-doesn-t-detect-existing-members-that-have...Robert Speicher2016-10-021-1/+1
|\
| * Allow Member.add_user to handle access requestersRémy Coutable2016-09-281-1/+1
* | Fix test failure by accessing Content-Type header directly.cs-upgrade-deviseConnor Shea2016-09-271-1/+1
|/
* Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-261-3/+0
* Refresh todos count cache when an Issue/MR is deletedDouglas Barbosa Alexandre2016-09-082-0/+12
* 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
* 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
| | * Add endpoint to allow users to create a new board listDouglas Barbosa Alexandre2016-08-171-0/+49
| | * Projects::BoardsController#show returns a list of board listsDouglas Barbosa Alexandre2016-08-171-6/+33