summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/registry
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-182-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-5/+23
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-071-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-16/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-3/+28
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-221-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-082-0/+34
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-6/+14
|
* Support bulk registry tag deleteGiorgenes Gelatti2019-07-301-0/+33
|
* Add some frozen string to spec/**/*.rbgfyoung2019-04-152-0/+4
| | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Add Container Registry APIKamil TrzciƄski2019-01-251-1/+1
| | | | | | This includes a set of APIs to manipulate container registry. This includes also an ability to delete tags based on requested criteria, like keep-last-n, matching-name, older-than.
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-192-12/+20
| | | | | | | | | | 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 }`
* Delete a container registry asynchronouslyStan Hu2018-09-071-2/+3
| | | | | | | | | | | | | When a container registry has many tags, it's easy for the DELETE call to take more than 60 seconds and fail. This can also leave the registry in a bad state with null bytes since some of the images have been deleted with tags still pointing to them. In addition, we have to prevent users from accidentally initiating the delete multiple times or this could leave the registry with orphaned tags. This commit also adds a flash message to notify the user the registry is scheduled for deletion. Closes #49926, #51063
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-202-9/+9
|
* Fix rubocop error31050-registry-image-listsFilipa Lacerda2017-10-031-1/+1
|
* Fix rubocop failuresKamil Trzcinski2017-10-031-8/+8
|
* Add serializer matchersKamil Trzcinski2017-10-022-16/+118
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-022-2/+2
|
* Fix docker tag reference routing constraintsGrzegorz Bizon2017-07-191-0/+48
|
* Fix container registry controller specsGrzegorz Bizon2017-04-041-0/+1
|
* Refactor container registry repository tag stubsGrzegorz Bizon2017-04-031-3/+4
|
* Ensure root container repository when visiting registryGrzegorz Bizon2017-04-031-0/+82
Root container repository is a images repository that had been created before 9.1, before we introduced multi-level images support.