Add tests for list_active_tags
This commit is contained in:
parent
218acaffbf
commit
626f306283
2 changed files with 64 additions and 0 deletions
|
@ -199,6 +199,7 @@ def delete_tag(namespace_name, repository_name, tag_name):
|
|||
|
||||
found.lifetime_end_ts = now_ts
|
||||
found.save()
|
||||
return found
|
||||
|
||||
|
||||
def garbage_collect_tags(repo):
|
||||
|
|
Reference in a new issue