refactor(core): Move third batch of repositories to @n8n/db (#15166)

This commit is contained in:
Iván Ovejero
2025-05-09 09:57:54 +02:00
committed by GitHub
parent 3079059e96
commit f2ee990a57
58 changed files with 155 additions and 139 deletions

View File

@@ -4,11 +4,11 @@ import type { FolderWithWorkflowAndSubFolderCount } from '@n8n/db';
import type { TagEntity } from '@n8n/db';
import type { User } from '@n8n/db';
import type { FolderRepository } from '@n8n/db';
import type { TagRepository } from '@n8n/db';
import { Container } from '@n8n/di';
import { mock } from 'jest-mock-extended';
import { InstanceSettings } from 'n8n-core';
import type { TagRepository } from '@/databases/repositories/tag.repository';
import { SourceControlPreferencesService } from '@/environments.ee/source-control/source-control-preferences.service.ee';
import { SourceControlService } from '@/environments.ee/source-control/source-control.service.ee';