mirror of
https://github.com/outline/outline.git
synced 2025-12-21 10:39:41 -06:00
Cache issueSources for embed integrations (#8952)
* Cache `issueSources` for embed integrations * lock model before update
This commit is contained in:
@@ -129,6 +129,15 @@ export const ImportableIntegrationService = {
|
||||
Notion: IntegrationService.Notion,
|
||||
} as const;
|
||||
|
||||
export type IssueTrackerIntegrationService = Extract<
|
||||
IntegrationService,
|
||||
IntegrationService.GitHub
|
||||
>;
|
||||
|
||||
export const IssueTrackerIntegrationService = {
|
||||
GitHub: IntegrationService.GitHub,
|
||||
} as const;
|
||||
|
||||
export type UserCreatableIntegrationService = Extract<
|
||||
IntegrationService,
|
||||
| IntegrationService.Diagrams
|
||||
|
||||
Reference in New Issue
Block a user