summaryrefslogtreecommitdiff
path: root/spec/controllers/dashboard/snippets_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-121-18/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-01-121-0/+19
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-101-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-041-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-0/+9
|
* Add controller concern for paginated collections65988-optimize-snippet-listingsMarkus Koller2019-09-101-0/+21
We had similar code in a few places to redirect to the last page if the given page number is out of range. This unifies the handling in a new controller concern and adds usage of it in all snippet listings.