summaryrefslogtreecommitdiff
path: root/spec/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Creates a new board when project does not have oneDouglas Barbosa Alexandre2016-08-171-0/+4
| * Initial issues board pageDouglas Barbosa Alexandre2016-08-171-0/+20
* | Merge remote-tracking branch 'origin/master' into mc-uiSean McGivern2016-08-174-106/+296
|\ \ | |/
| * Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdown-improvePaco Guzman2016-08-171-104/+188
| * Load issues and merge requests templates from repositoryFelipe Artur2016-08-161-0/+48
| * Merge branch 'akismet-submittable' into 'master' Robert Speicher2016-08-152-2/+60
| |\
| | * Further refactor and syntax fixes.Patricio Cano2016-08-152-10/+5
| | * Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-152-3/+5
| | * Allow `Issue` to be submitted as spamPatricio Cano2016-08-152-0/+41
| | * Refactored spam related code even furtherPatricio Cano2016-08-151-1/+1
| | * Lay the ground works to submit information to AkismetPatricio Cano2016-08-151-0/+20
* | | Merge branch 'master' into mc-uiDouwe Maan2016-08-152-4/+6
|\ \ \ | |/ /
| * | This fixes a long running tests due to changed Sidekiq statefix-failing-testsKamil Trzcinski2016-08-152-4/+6
| |/
* | Add more tests for conflictsSean McGivern2016-08-121-4/+4
* | Remove undo endpointSean McGivern2016-08-121-13/+0
* | Use same resolution format on FE and BESean McGivern2016-08-121-11/+12
* | REMOVE THIS COMMIT: allow undoing last resolutionSean McGivern2016-08-121-0/+13
* | Handle conflict resolution errors in controllerSean McGivern2016-08-121-2/+45
* | Allow resolving conflicts in MR controllerSean McGivern2016-08-121-6/+33
* | Handle multiple merge conflict files in collectionSean McGivern2016-08-121-0/+65
|/
* Fix bug where destroying a namespace would not always destroy projectsStan Hu2016-08-112-0/+53
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-1/+1
* fixes part1 of files to start using active tensetiagonbotelho2016-08-0919-65/+65
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-033-17/+18
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-033-22/+23
* Remove `url_for_new_issue` helperrs-external-issue-tracker-redirectRobert Speicher2016-08-011-0/+14
* Redirect to external issue tracker from `/issues`Robert Speicher2016-08-011-22/+36
* Incorporate feedbackZ.J. van de Weg2016-07-291-8/+16
* Add an URL field to EnvironmentsZ.J. van de Weg2016-07-291-0/+50
* Fix failing CommitController spec17073-tagscontroller-index-is-terrible-response-time-goes-up-to-5-secondsAlejandro Rodríguez2016-07-281-9/+0
* Merge branch 'akismet-ui-check' into 'master' Douwe Maan2016-07-271-0/+31
|\