feat(devops): GitLab Repository History

ref: #693 #515
This commit is contained in:
2025-03-20 14:51:04 +09:30
parent 561e175723
commit 69c631d59b
3 changed files with 67 additions and 0 deletions

View File

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