feat(devops): GitHub Repository History

ref: #693 #515
This commit is contained in:
2025-03-20 14:50:48 +09:30
parent 4c6c27a4bd
commit 561e175723
3 changed files with 67 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from drf_spectacular.utils import (
)
# THis import only exists so that the migrations can be created
# from devops.models.feature_flag_history import FeatureFlagHistory # pylint: disable=W0611:unused-import
from devops.models.git_repository.github_history import GitHubHistory # pylint: disable=W0611:unused-import
from devops.models.git_group import GitGroup
from devops.serializers.git_repository.base import (
GitRepository,