summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/boards
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into issue-board-sidebarPhil Hughes2016-10-192-49/+78
|\
| * Update board specs to use board factory instead of project_with_boardDouglas Barbosa Alexandre2016-10-111-2/+2
| * Refactoring service to create a new issue in a board listDouglas Barbosa Alexandre2016-10-111-6/+7
| * Fix rubocop offensesDouglas Barbosa Alexandre2016-10-111-1/+1
| * Update endpoints to handle with board issuesDouglas Barbosa Alexandre2016-10-111-15/+38
| * Update endpoints to handle with board list changesDouglas Barbosa Alexandre2016-10-111-26/+31
* | Restore subscribe status in JSONPhil Hughes2016-10-071-0/+2
* | Fix JSON Schema that validates data returned by board issues endpointDouglas Barbosa Alexandre2016-10-071-1/+1
|/
* Add tests to Projects::Boards::IssuesController#create actionDouglas Barbosa Alexandre2016-10-061-7/+57
* Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-261-3/+0
* Merge branch 'refactor/add-policies' into 'master' Robert Speicher2016-08-312-4/+4
|\
| * remove Ability.abilitieshttp://jneen.net/2016-08-302-4/+4
* | Fix issue boards leak private label names and descriptionsDouglas Barbosa Alexandre2016-08-291-15/+24
|/
* Move the set up of the state described in context to a before blockDouglas Barbosa Alexandre2016-08-172-6/+12
* Remove # from controller actions specsDouglas Barbosa Alexandre2016-08-172-7/+7
* 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-171-0/+40
* Move board related controllers to the `Boards` namespaceDouglas Barbosa Alexandre2016-08-172-0/+315