summaryrefslogtreecommitdiff
path: root/spec/features/projects/raw
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-231-2/+0
|
* Return 429 on rate limiter on raw endpointMayra Cabrera2019-08-131-0/+39
It was originally returning 302 when the rate limit kicks in, because using the the correct status code makes it easier to track rate limiting events Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/65974