Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-19Update specs to rails5 formatblackst0ne
2018-11-03Fix transient error with boards_controller_specBrett Walker
2018-10-26Automatically navigate to last board visitedBrett Walker
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-05-24Reduce CE/EE diff in spec/controllers/projects/boards_controller_spec.rbRémy Coutable
2018-01-08disables the shortcut to the issue boards when issues are disabledChristiaan Van den Poel
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-03add boards_helper_specLuke Bennett
2017-12-03Add spec for boards_endpoint instance variableLuke Bennett
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-02-24Use Namespace#full_path instead of #path where appropriateDouwe Maan
2016-10-11Update Projects::BoardsController#show to look up for a specific boardDouglas Barbosa Alexandre
2016-10-11Add index action to Projects::BoardsController to return project boardsDouglas Barbosa Alexandre
2016-08-30remove Ability.abilitieshttp://jneen.net/
2016-08-17Move the set up of the state described in context to a before blockDouglas Barbosa Alexandre
2016-08-17Remove # from controller actions specsDouglas Barbosa Alexandre
2016-08-17Move action to render board lists to `Projects::Boards::ListsController`Douglas Barbosa Alexandre
2016-08-17Add authorization to issues board related controllersDouglas Barbosa Alexandre
2016-08-17Projects::BoardsController#show returns a list of board listsDouglas Barbosa Alexandre
2016-08-17Creates a new board when project does not have oneDouglas Barbosa Alexandre
2016-08-17Initial issues board pageDouglas Barbosa Alexandre