Commit Graph

29 Commits

Author SHA1 Message Date
Alexandru Croitor 0f6c42c5ce Move Multiple Issue Boards for Projects to Core
Refactor code to allow multiple issue boards management for projects
in CE
2019-06-26 12:28:00 +03:00
gfyoung 93a44e135b Add some frozen string to spec/**/*.rb
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
2019-04-15 10:17:05 +00:00
Imre Farkas 9bc5ed14fe Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE 2019-04-09 15:38:58 +00:00
Andreas Brandl 46b1b9c1d6 Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"
This reverts merge request !26823
2019-04-05 13:02:56 +00:00
Imre Farkas d9d7237d2e Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE 2019-04-05 11:45:47 +00:00
Heinrich Lee Yu 2de0bcf800 Remove redirecting to last visited board
Move this to EE-only. It isn't useful here since there's only one board
2019-03-13 20:33:35 +08:00
Heinrich Lee Yu 7d5ee4181a Refactor groups and projects boards actions
Move common functionality to BoardsActions concern
2019-03-13 20:33:35 +08:00
blackst0ne b44a2c801a Update specs to rails5 format
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 }`
2018-12-19 10:04:31 +11:00
Brett Walker 13dbfa90d2 Fix transient error with boards_controller_spec 2018-11-03 10:33:19 -05:00
Brett Walker 7aeab58f48 Automatically navigate to last board visited 2018-10-26 12:49:16 +00:00
Mark Chao a63bce1a4b Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
Rémy Coutable 2023ac4c28
Reduce CE/EE diff in spec/controllers/projects/boards_controller_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-24 19:29:29 +02:00
Christiaan Van den Poel 66ebb206b0 disables the shortcut to the issue boards when issues are disabled 2018-01-08 09:06:25 +00:00
blackst0ne 27c95364b5 Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
Luke Bennett 5e01ae5a92
add boards_helper_spec 2017-12-03 20:46:49 +00:00
Luke Bennett e63d73cfa0
Add spec for boards_endpoint instance variable 2017-12-03 19:02:59 +00:00
Jacopo 2f40dac352 Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
Robert Speicher 72a7b30c9f Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
Douwe Maan ad640bc5f9 Use Namespace#full_path instead of #path where appropriate 2017-02-23 17:55:01 -06:00
Douglas Barbosa Alexandre 723ed9cc3a Update Projects::BoardsController#show to look up for a specific board 2016-10-11 11:39:05 -03:00
Douglas Barbosa Alexandre ecf4c10e9c Add index action to Projects::BoardsController to return project boards 2016-10-11 11:39:05 -03:00
http://jneen.net/ 5853c96b49 remove Ability.abilities 2016-08-30 11:35:06 -07:00
Douglas Barbosa Alexandre 536bdf643e Move the set up of the state described in context to a before block 2016-08-17 12:59:00 -03:00
Douglas Barbosa Alexandre 84afd6254a Remove # from controller actions specs 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre cd98ff179c Move action to render board lists to `Projects::Boards::ListsController` 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre a8b1ad250e Add authorization to issues board related controllers 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre e199884478 Projects::BoardsController#show returns a list of board lists 2016-08-17 12:58:58 -03:00
Douglas Barbosa Alexandre a84176bada Creates a new board when project does not have one 2016-08-17 12:58:58 -03:00
Douglas Barbosa Alexandre 7649937452 Initial issues board page 2016-08-17 12:58:58 -03:00