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
2022-10-20Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot
2022-01-20Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-04-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-16Cleanup usages of `JSON.parse` in specsPeter Leitzen
2019-06-26Move Multiple Issue Boards for Projects to CoreAlexandru Croitor
2019-04-15Add some frozen string to spec/**/*.rbgfyoung
2019-04-09Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas
2019-04-05Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl
2019-04-05Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas
2019-03-13Remove redirecting to last visited boardHeinrich Lee Yu
2019-03-13Refactor groups and projects boards actionsHeinrich Lee Yu
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