mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Set default task active duration to None
Move endpoints to new API version Support tasks.move and models.move for moving tasks and models into projects Support new project name in tasks.clone Improve task active duration migration
This commit is contained in:
@@ -67,3 +67,9 @@ class IdResponse(models.Base):
|
||||
|
||||
class MakePublicRequest(models.Base):
|
||||
ids = ListField(items_types=str, validators=[Length(minimum_value=1)])
|
||||
|
||||
|
||||
class MoveRequest(models.Base):
|
||||
ids = ListField([str], validators=Length(minimum_value=1))
|
||||
project = fields.StringField()
|
||||
project_name = fields.StringField()
|
||||
|
||||
Reference in New Issue
Block a user