chore: integrations and importers (#3630)

* dev: update imports to use jira oauth

* dev: remove integration and importer folders and files
This commit is contained in:
Nikhil 2024-03-06 20:41:45 +05:30 committed by GitHub
parent ed8782757d
commit a852e3cc52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 15 additions and 1892 deletions

View file

@ -117,25 +117,6 @@ from .module import (
from .api import ApiTokenEndpoint
from .integration import (
WorkspaceIntegrationViewSet,
IntegrationViewSet,
GithubIssueSyncViewSet,
GithubRepositorySyncViewSet,
GithubCommentSyncViewSet,
GithubRepositoriesEndpoint,
BulkCreateGithubIssueSyncEndpoint,
SlackProjectSyncViewSet,
)
from .importer import (
ServiceIssueImportSummaryEndpoint,
ImportServiceEndpoint,
UpdateServiceImportStatusEndpoint,
BulkImportIssuesEndpoint,
BulkImportModulesEndpoint,
)
from .page import (
PageViewSet,
PageFavoriteViewSet,
@ -148,7 +129,6 @@ from .search import GlobalSearchEndpoint, IssueSearchEndpoint
from .external import (
GPTIntegrationEndpoint,
ReleaseNotesEndpoint,
UnsplashEndpoint,
)