зеркало из https://github.com/mozilla/treeherder.git
Add Focus-android to the repositories fixture (#7272)
This commit is contained in:
Родитель
7ea0760c58
Коммит
0ec220442a
|
@ -1665,5 +1665,20 @@
|
|||
"description": "",
|
||||
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 119,
|
||||
"model": "model.repository",
|
||||
"fields": {
|
||||
"dvcs_type": "git",
|
||||
"name": "focus-android",
|
||||
"url": "https://github.com/mozilla-mobile/focus-android",
|
||||
"branch": "main",
|
||||
"active_status": "active",
|
||||
"codebase": "focus-android",
|
||||
"repository_group": 11,
|
||||
"description": "",
|
||||
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -87,7 +87,7 @@ class Option(NamedModel):
|
|||
|
||||
|
||||
class RepositoryGroup(NamedModel):
|
||||
|
||||
# Fields are pre-defined in fixtures/repository_group.json
|
||||
description = models.TextField(blank=True)
|
||||
|
||||
class Meta:
|
||||
|
|
Загрузка…
Ссылка в новой задаче