Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-10-14 | 1 | -12/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-09-28 | 1 | -91/+55 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-01-14 | 1 | -18/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-03-18 | 1 | -0/+18 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-03-03 | 1 | -4/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-12-02 | 1 | -8/+8 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-03 | 1 | -0/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-28 | 1 | -6/+6 |
| | |||||
* | Cleanup usages of `JSON.parse` in specs | Peter Leitzen | 2019-07-16 | 1 | -3/+1 |
| | | | | Prefer `json_response` where applicable. | ||||
* | Move Multiple Issue Boards for Projects to Core53811-issue-boards-to-core-projects-backend-ce | Alexandru Croitor | 2019-06-26 | 1 | -1/+1 |
| | | | | | Refactor code to allow multiple issue boards management for projects in CE | ||||
* | Add some frozen string to spec/**/*.rb | gfyoung | 2019-04-15 | 1 | -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 Farkas | 2019-04-09 | 1 | -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 Brandl | 2019-04-05 | 1 | -4/+0 |
| | | | This reverts merge request !26823 | ||||
* | Move Contribution Analytics related spec in ↵ | Imre Farkas | 2019-04-05 | 1 | -0/+4 |
| | | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE | ||||
* | Remove redirecting to last visited board | Heinrich Lee Yu | 2019-03-13 | 1 | -20/+0 |
| | | | | Move this to EE-only. It isn't useful here since there's only one board | ||||
* | Refactor groups and projects boards actions | Heinrich Lee Yu | 2019-03-13 | 1 | -3/+1 |
| | | | | Move common functionality to BoardsActions concern | ||||
* | Update specs to rails5 formatblackst0ne-convert-specs-rails5-style | blackst0ne | 2018-12-19 | 1 | -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-rb | Brett Walker | 2018-11-03 | 1 | -2/+3 |
| | |||||
* | Automatically navigate to last board visited | Brett Walker | 2018-10-26 | 1 | -1/+55 |
| | |||||
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Reduce CE/EE diff in spec/controllers/projects/boards_controller_spec.rb | Rémy Coutable | 2018-05-24 | 1 | -18/+48 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | disables the shortcut to the issue boards when issues are disabled | Christiaan Van den Poel | 2018-01-08 | 1 | -0/+10 |
| | |||||
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specs | blackst0ne | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | add boards_helper_spec | Luke Bennett | 2017-12-03 | 1 | -0/+6 |
| | |||||
* | Add spec for boards_endpoint instance variable | Luke Bennett | 2017-12-03 | 1 | -0/+6 |
| | |||||
* | Refactor `have_http_status` into `have_gitlab_http_status` in the specs | Jacopo | 2017-10-20 | 1 | -3/+3 |
| | |||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-path | Douwe Maan | 2017-02-23 | 1 | -4/+4 |
| | |||||
* | Update Projects::BoardsController#show to look up for a specific board | Douglas Barbosa Alexandre | 2016-10-11 | 1 | -9/+28 |
| | |||||
* | Add index action to Projects::BoardsController to return project boards | Douglas Barbosa Alexandre | 2016-10-11 | 1 | -0/+47 |
| | |||||
* | remove Ability.abilities | http://jneen.net/ | 2016-08-30 | 1 | -2/+2 |
| | |||||
* | Move the set up of the state described in context to a before block | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -5/+9 |
| | |||||
* | Remove # from controller actions specs | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | Move action to render board lists to `Projects::Boards::ListsController` | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -51/+11 |
| | |||||
* | Add authorization to issues board related controllers | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -4/+32 |
| | |||||
* | Projects::BoardsController#show returns a list of board lists | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -6/+33 |
| | |||||
* | Creates a new board when project does not have one | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -0/+4 |
| | |||||
* | Initial issues board page | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -0/+20 |