File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1184,13 +1184,15 @@ class ProjectRegistryRepository(ObjectDeleteMixin, RESTObject):
1184
1184
1185
1185
1186
1186
class ProjectRegistryRepositoryManager (DeleteMixin , ListMixin , RESTManager ):
1187
- _path = '/projects/%(project_id)s/registry/repositories'
1187
+ _path = '/projects/%(project_id)s/registry/repositories'
1188
1188
_obj_cls = ProjectRegistryRepository
1189
1189
_from_parent_attrs = {'project_id' : 'id' }
1190
1190
1191
+
1191
1192
class ProjectRegistryTag (ObjectDeleteMixin , RESTObject ):
1192
1193
_id_attr = 'name'
1193
1194
1195
+
1194
1196
class ProjectRegistryTagManager (DeleteMixin , RetrieveMixin , RESTManager ):
1195
1197
_obj_cls = ProjectRegistryTag
1196
1198
_from_parent_attrs = {'project_id' : 'project_id' , 'repository_id' : 'id' }
You can’t perform that action at this time.
0 commit comments