feat(pipelines): add commits query api.

This commit is contained in:
Ivan Li
2021-05-09 16:54:59 +08:00
parent 5a8b699e2f
commit 4041a6fd2a
6 changed files with 55 additions and 7 deletions

View File

@ -6,8 +6,7 @@ import { ReposService } from './repos.service';
import { ConfigModule } from '@nestjs/config';
import { ProjectsModule } from '../projects/projects.module';
import { BullModule } from '@nestjs/bull';
import { LIST_LOGS_TASK, LIST_LOGS_PUB_SUB } from './repos.constants';
import { PubSub } from 'graphql-subscriptions';
import { LIST_LOGS_TASK } from './repos.constants';
import { ListLogsConsumer } from './list-logs.consumer';
@Module({