Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-12-13 | 1 | -4/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-11-14 | 1 | -1/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-11-03 | 1 | -4/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-07-11 | 1 | -0/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-10-11 | 1 | -2/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-03-17 | 1 | -13/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-09-30 | 1 | -2/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-28 | 1 | -1/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-07 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-31 | 1 | -5/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-27 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-14 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-06 | 1 | -2/+12 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-22 | 1 | -3/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-08 | 1 | -0/+2 |
| | |||||
* | Registry component now includes error messages | Nick Kipling | 2019-07-02 | 1 | -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/controllers | gfyoung | 2018-09-25 | 1 | -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 asynchronously | Stan Hu | 2018-09-07 | 1 | -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 API | Kamil Trzcinski | 2017-09-21 | 1 | -40/+4 |
| | |||||
* | [ci skip] Adds tests to vuex and collapsibe component | Filipa Lacerda | 2017-09-20 | 1 | -7/+21 |
| | | | | | | Formats dates Fixes clipboard button Simplifies HTML | ||||
* | [ci skip] First iteration: port haml into vue | Filipa Lacerda | 2017-09-19 | 1 | -0/+31 |
| | |||||
* | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -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-status | blackst0ne | 2017-06-07 | 1 | -0/+2 |
| | | | | explicitly set 'status' in 'destroy' actions of controllers | ||||
* | Remove redundant code from container registry classes | Grzegorz Bizon | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | Require container registry entities in controllers | Grzegorz Bizon | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | Improve wording in registry notifications in the UI | Grzegorz Bizon | 2017-04-04 | 1 | -2/+2 |
| | |||||
* | Fix Rubocop offenses in code related to the registry | Grzegorz Bizon | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | Ensure root container repository when visiting registry | Grzegorz Bizon | 2017-04-03 | 1 | -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 registry | Grzegorz Bizon | 2017-03-31 | 1 | -1/+2 |
| | |||||
* | Move code related to registry to multiple controllers | Grzegorz Bizon | 2017-03-31 | 1 | -32/+4 |
| | |||||
* | Reorganize container repository controllers and views | Grzegorz Bizon | 2017-03-31 | 1 | -0/+54 |