diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-02 12:09:03 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-02 12:09:03 +0000 |
commit | 6092dcc437ef3e9300cc32cb7c6daea9448cba40 (patch) | |
tree | 7a93e011871915b658537ef4787b87633ada5178 /app/serializers/container_repository_entity.rb | |
parent | 251d3d2b234a4b449edefec4ed8dcf9bc2f8be37 (diff) | |
download | gitlab-ce-6092dcc437ef3e9300cc32cb7c6daea9448cba40.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/serializers/container_repository_entity.rb')
-rw-r--r-- | app/serializers/container_repository_entity.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/serializers/container_repository_entity.rb b/app/serializers/container_repository_entity.rb index 4c87d1438b0..9a002971bef 100644 --- a/app/serializers/container_repository_entity.rb +++ b/app/serializers/container_repository_entity.rb @@ -4,6 +4,7 @@ class ContainerRepositoryEntity < Grape::Entity include RequestAwareEntity expose :id, :name, :path, :location, :created_at, :status, :tags_count + expose :expiration_policy_started_at, as: :cleanup_policy_started_at expose :tags_path do |repository| project_registry_repository_tags_path(project, repository, format: :json) |