summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/boards_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Reduce CE/EE diff in spec/controllers/projects/boards_controller_spec.rbRémy Coutable2018-05-241-18/+48
* disables the shortcut to the issue boards when issues are disabledChristiaan Van den Poel2018-01-081-0/+10
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* add boards_helper_specLuke Bennett2017-12-031-0/+6
* Add spec for boards_endpoint instance variableLuke Bennett2017-12-031-0/+6
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-3/+3
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-4/+4
* Update Projects::BoardsController#show to look up for a specific boardDouglas Barbosa Alexandre2016-10-111-9/+28
* Add index action to Projects::BoardsController to return project boardsDouglas Barbosa Alexandre2016-10-111-0/+47
* remove Ability.abilitieshttp://jneen.net/2016-08-301-2/+2
* Move the set up of the state described in context to a before blockDouglas Barbosa Alexandre2016-08-171-5/+9
* Remove # from controller actions specsDouglas Barbosa Alexandre2016-08-171-1/+1
* Move action to render board lists to `Projects::Boards::ListsController`Douglas Barbosa Alexandre2016-08-171-51/+11
* Add authorization to issues board related controllersDouglas Barbosa Alexandre2016-08-171-4/+32
* 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