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
2021-12-20Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot
2021-12-03Add latest changes from gitlab-org/security/gitlab@14-5-stable-eeGitLab Bot
2021-11-18Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot
2021-08-03Add latest changes from gitlab-org/security/gitlab@14-1-stable-eeGitLab Bot
2021-02-11Add latest changes from gitlab-org/security/gitlab@13-8-stable-eeGitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-03-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-03-06Significantly reduce N+1 queries in /api/v4/todos endpointStan Hu
2018-12-19Update specs to rails5 formatblackst0ne
2018-08-06Add changes from the EEJarka Kadlecová
2018-02-09Merge branch 'security-10-4-todo-api-reveals-sensitive-information' into 'sec...Robert Speicher
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
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-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-07-27Fix the :project factory by not copying the test repo twiceRémy Coutable
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
2017-03-07Migrate the Todos API to use `issuable_iid`Timothy Andrew
2017-03-01Merge branch '22951-fix-todos-api-endpoint-error-for-commits' into 'master' Sean McGivern
2017-02-21Add spec for todo with target_type CommitGeorge Andrinopoulos
2017-02-21API: Use POST requests to mark todos as doneRobert Schilling
2017-02-16Add a custom pagination matcherRobert Schilling
2017-01-23Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher
2017-01-17Replace many :project with :empty_projects in API specsRémy Coutable
2016-08-12Use cache for todos counter calling TodoServicePaco Guzman
2016-07-19Return the number of marked todosRobert Schilling
2016-07-01Support creating a todo on issuables via APIRobert Schilling
2016-07-01Expose target, filter by state as stringRobert Schilling
2016-07-01Expose action_nameRobert Schilling
2016-07-01Assert response bodyRobert Schilling
2016-07-01Add user to project to see todosRobert Schilling
2016-07-01Make tests follow the guidelinesRobert Schilling
2016-07-01Add Todos APIDouglas Barbosa Alexandre