summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/boards_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Move Multiple Issue Boards for Projects to Core53811-issue-boards-to-core-projects-backend-ceAlexandru Croitor2019-06-261-1/+1
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-091-0/+4
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-4/+0
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-051-0/+4
* Remove redirecting to last visited boardHeinrich Lee Yu2019-03-131-20/+0
* Refactor groups and projects boards actionsHeinrich Lee Yu2019-03-131-3/+1
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-5/+9
* Fix transient error with boards_controller_spec53467-transient-failure-in-spec-controllers-groups-boards_controller_spec-rbBrett Walker2018-11-031-2/+3
* Automatically navigate to last board visitedBrett Walker2018-10-261-1/+55
* 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