summaryrefslogtreecommitdiff
path: root/app/controllers/projects/registry/repositories_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-12-131-4/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-11-141-1/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-11-031-4/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-07-111-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-10-111-2/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-171-13/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-301-2/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-281-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-071-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-5/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-2/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-221-3/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-081-0/+2
|
* Registry component now includes error messagesNick Kipling2019-07-021-0/+2
| | | | | | | | | Includes changes to the Vue container registry component to support the display of an empty message and error message when invalid characters are found in the group, project or branch name. repositories/index.html.haml has been changed to remove the content and place into Vue component.
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
| | | | | | | | | | | | Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
* Delete a container registry asynchronouslyStan Hu2018-09-071-10/+6
| | | | | | | | | | | | | 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
* Add ContainerTag and ContainerRepository frontend APIKamil Trzcinski2017-09-211-40/+4
|
* [ci skip] Adds tests to vuex and collapsibe componentFilipa Lacerda2017-09-201-7/+21
| | | | | | Formats dates Fixes clipboard button Simplifies HTML
* [ci skip] First iteration: port haml into vueFilipa Lacerda2017-09-191-0/+31
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
|
* Add a rubocop rule to check if a method 'redirect_to' is used without ↵31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-0/+2
| | | | explicitly set 'status' in 'destroy' actions of controllers
* Remove redundant code from container registry classesGrzegorz Bizon2017-04-051-1/+1
|
* Require container registry entities in controllersGrzegorz Bizon2017-04-051-1/+1
|
* Improve wording in registry notifications in the UIGrzegorz Bizon2017-04-041-2/+2
|
* Fix Rubocop offenses in code related to the registryGrzegorz Bizon2017-04-031-1/+1
|
* Ensure root container repository when visiting registryGrzegorz Bizon2017-04-031-0/+16
| | | | | Root container repository is a images repository that had been created before 9.1, before we introduced multi-level images support.
* Add serveral minor improvements to container registryGrzegorz Bizon2017-03-311-1/+2
|
* Move code related to registry to multiple controllersGrzegorz Bizon2017-03-311-32/+4
|
* Reorganize container repository controllers and viewsGrzegorz Bizon2017-03-311-0/+54