summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/boards_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-141-12/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-09-281-91/+55
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-01-141-18/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-181-0/+18
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-031-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-021-8/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-031-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-031-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-6/+6
|
* Cleanup usages of `JSON.parse` in specsPeter Leitzen2019-07-161-3/+1
| | | | Prefer `json_response` where applicable.
* Move Multiple Issue Boards for Projects to Core53811-issue-boards-to-core-projects-backend-ceAlexandru Croitor2019-06-261-1/+1
| | | | | Refactor code to allow multiple issue boards management for projects in CE
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
| | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-091-0/+4
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-4/+0
| | | This reverts merge request !26823
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-051-0/+4
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Remove redirecting to last visited boardHeinrich Lee Yu2019-03-131-20/+0
| | | | Move this to EE-only. It isn't useful here since there's only one board
* Refactor groups and projects boards actionsHeinrich Lee Yu2019-03-131-3/+1
| | | | Move common functionality to BoardsActions concern
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-5/+9
| | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
* 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
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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