Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-20Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-15Limit registry tag bulk delete to 15 itemsGiorgenes Gelatti
2019-07-30Validates tag names and tags#bulk_destroyGiorgenes Gelatti
2019-07-30Support bulk registry tag deleteGiorgenes Gelatti
2019-07-02Registry component now includes error messagesNick Kipling
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-06-17Allow Developer role to delete tags via container registry apiJason Goodman
This brings the API permissions in line with the UI permissions
2018-09-26Enable even more frozen string in app/controllersgfyoung
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-07Delete a container registry asynchronouslyStan Hu
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
2017-10-03Add serializer matchersKamil Trzcinski
2017-09-21Add ContainerTag and ContainerRepository frontend APIKamil Trzcinski
2017-09-20[ci skip] Adds tests to vuex and collapsibe componentFilipa Lacerda
Formats dates Fixes clipboard button Simplifies HTML
2017-09-19[ci skip] First iteration: port haml into vueFilipa Lacerda
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-07Add a rubocop rule to check if a method 'redirect_to' is used without ↵blackst0ne
explicitly set 'status' in 'destroy' actions of controllers
2017-04-06Add minor improvements to container registry codeGrzegorz Bizon
2017-04-05Remove redundant code from container registry classesGrzegorz Bizon
2017-04-05Require container registry entities in controllersGrzegorz Bizon
2017-04-04Fix wording in registry tags controller notificationsGrzegorz Bizon
2017-04-04Improve wording in registry notifications in the UIGrzegorz Bizon
2017-04-03Fix Rubocop offenses in code related to the registryGrzegorz Bizon
2017-04-03Ensure root container repository when visiting registryGrzegorz Bizon
Root container repository is a images repository that had been created before 9.1, before we introduced multi-level images support.
2017-03-31Add serveral minor improvements to container registryGrzegorz Bizon
2017-03-31Move code related to registry to multiple controllersGrzegorz Bizon
2017-03-31Reorganize container repository controllers and viewsGrzegorz Bizon