mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
feat: finalized git progress for clone, pull, push
https://github.com/crawlab-team/crawlab/issues/1485
This commit is contained in:
@@ -19,6 +19,7 @@ type GitV2 struct {
|
||||
Spiders []SpiderV2 `json:"spiders,omitempty" bson:"-"`
|
||||
Refs []vcs.GitRef `json:"refs" bson:"refs"`
|
||||
RefsUpdatedAt time.Time `json:"refs_updated_at" bson:"refs_updated_at"`
|
||||
CloneLogs []string `json:"clone_logs,omitempty" bson:"clone_logs"`
|
||||
|
||||
// settings
|
||||
AutoPull bool `json:"auto_pull" bson:"auto_pull"`
|
||||
|
||||
Reference in New Issue
Block a user