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 (Collapse)Author
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-02-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-11Do not include ApiHelpers again in spec/requests/apiDinesh Panda
2018-12-19Update specs to rails5 formatblackst0ne
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-11-29Merge branch 'security-fix-uri-xss-applications' into 'master'Cindy Pallares
[master] Resolve "Reflected XSS in OAuth Authorize window due to redirect_uri allowing arbitrary protocols" See merge request gitlab/gitlabhq!2572
2018-10-15Use have_gitlab_http_status following best practices !22296JB Vasseur
2018-10-12Non-authenticated user test should not have user passed in the API call !22296JB Vasseur
2018-10-11Differentiate test application valuesJB Vasseur
2018-10-11Hit the databaseJB Vasseur
2018-10-11Fix unauthorized user tests and add non-authenticated user testsJB Vasseur
2018-10-11Fix testsJB Vasseur
2018-10-11Support GET /applications and DELETE /applications/:id endpoints #52559JB Vasseur
2018-01-24Add application create APINicolas MERELLI