Commit Graph

42 Commits

Author SHA1 Message Date
GitLab Bot 0d55697d64 Add latest changes from gitlab-org/gitlab@master 2022-12-13 15:07:56 +00:00
GitLab Bot 3244feeb4f Add latest changes from gitlab-org/gitlab@master 2022-11-14 18:11:06 +00:00
GitLab Bot 26dfad7651 Add latest changes from gitlab-org/gitlab@master 2022-11-03 03:10:45 +00:00
GitLab Bot 8db5a83725 Add latest changes from gitlab-org/gitlab@master 2022-07-11 12:08:41 +00:00
GitLab Bot 1327c778c4 Add latest changes from gitlab-org/gitlab@master 2022-05-06 21:08:35 +00:00
GitLab Bot 5da842297d Add latest changes from gitlab-org/gitlab@master 2021-10-11 18:09:46 +00:00
GitLab Bot e388691e4a Add latest changes from gitlab-org/gitlab@master 2021-03-17 18:09:01 +00:00
GitLab Bot 2ac4833015 Add latest changes from gitlab-org/gitlab@master 2020-10-08 18:08:32 +00:00
GitLab Bot 6aa5c04c74 Add latest changes from gitlab-org/gitlab@master 2020-09-30 12:09:53 +00:00
GitLab Bot 56df7f06f1 Add latest changes from gitlab-org/gitlab@master 2020-04-28 00:09:33 +00:00
GitLab Bot 903ccf7c93 Add latest changes from gitlab-org/gitlab@master 2020-04-07 12:09:34 +00:00
GitLab Bot 580622bdb3 Add latest changes from gitlab-org/gitlab@master 2020-03-31 18:07:42 +00:00
GitLab Bot 0a0e82d144 Add latest changes from gitlab-org/gitlab@master 2020-02-27 00:09:19 +00:00
GitLab Bot 866ca4e49f Add latest changes from gitlab-org/gitlab@master 2020-02-14 21:09:08 +00:00
GitLab Bot 05b5c609cb Add latest changes from gitlab-org/gitlab@master 2020-02-11 12:08:52 +00:00
GitLab Bot a89cb5cbdd Add latest changes from gitlab-org/gitlab@master 2020-02-06 21:08:48 +00:00
GitLab Bot 3832718d89 Add latest changes from gitlab-org/gitlab@master 2020-01-22 18:08:47 +00:00
GitLab Bot 77a7772c3b Add latest changes from gitlab-org/gitlab@master 2019-10-08 09:06:09 +00:00
GitLab Bot 6cd5b7dbfa Add latest changes from gitlab-org/gitlab@master 2019-09-19 11:50:12 +00:00
Giorgenes Gelatti f3de7855f9 Limit registry tag bulk delete to 15 items 2019-08-15 16:22:13 +10:00
Giorgenes Gelatti c2d1fbe507
Validates tag names and tags#bulk_destroy 2019-07-30 13:49:48 -03:00
Giorgenes Gelatti 0426d15c08
Support bulk registry tag delete 2019-07-30 13:49:47 -03:00
Nick Kipling f01127ad25 Registry component now includes error messages
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.
2019-07-02 13:12:45 +00:00
Jason Goodman a881a592d1 Allow Developer role to delete tags via container registry api
This brings the API permissions in line with the UI permissions
2019-06-17 11:13:03 +00:00
gfyoung 12ee2753c1 Enable even more frozen string in app/controllers
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.
2018-09-25 22:43:49 -07:00
Stan Hu 5830d1143d Delete a container registry asynchronously
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
2018-09-07 12:42:59 -07:00
Kamil Trzcinski 800a5f8ee9 Add serializer matchers 2017-10-02 23:17:31 +02:00
Kamil Trzcinski 8ba9c2bd6d Add ContainerTag and ContainerRepository frontend API 2017-09-21 12:21:50 +02:00
Filipa Lacerda ee3cf5d6f3
[ci skip] Adds tests to vuex and collapsibe component
Formats dates
Fixes clipboard button
Simplifies HTML
2017-09-20 19:03:53 +01:00
Filipa Lacerda 51c9f8b6d6 [ci skip] First iteration: port haml into vue 2017-09-19 17:55:25 +01:00
Douwe Maan fe13f11041 Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
blackst0ne a544e46bb0 Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers 2017-06-07 09:45:16 +11:00
Grzegorz Bizon 714c408f22 Add minor improvements to container registry code 2017-04-06 10:23:51 +02:00
Grzegorz Bizon 000af87190 Remove redundant code from container registry classes 2017-04-05 14:44:35 +02:00
Grzegorz Bizon ed0547b7c0 Require container registry entities in controllers 2017-04-05 14:18:42 +02:00
Grzegorz Bizon f60820ed03 Fix wording in registry tags controller notifications 2017-04-04 13:02:52 +02:00
Grzegorz Bizon 59b5843eb0 Improve wording in registry notifications in the UI 2017-04-04 11:50:26 +02:00
Grzegorz Bizon fc5eb31570 Fix Rubocop offenses in code related to the registry 2017-04-03 15:53:51 +02:00
Grzegorz Bizon fd30b3d497 Ensure root container repository when visiting registry
Root container repository is a images repository that had been created
before 9.1, before we introduced multi-level images support.
2017-04-03 13:03:16 +02:00
Grzegorz Bizon 83d1fe9b5a Add serveral minor improvements to container registry 2017-03-31 15:10:15 +02:00
Grzegorz Bizon 00319e595a Move code related to registry to multiple controllers 2017-03-31 13:56:07 +02:00
Grzegorz Bizon 4195677383 Reorganize container repository controllers and views 2017-03-31 13:08:09 +02:00