wip(TRUEREF-0018): commit version-scoped indexing work
This commit is contained in:
@@ -11,6 +11,7 @@ export class RepositoryVersionMapper {
|
||||
repositoryId: entity.repository_id,
|
||||
tag: entity.tag,
|
||||
title: entity.title,
|
||||
commitHash: entity.commit_hash,
|
||||
state: entity.state,
|
||||
totalSnippets: entity.total_snippets ?? 0,
|
||||
indexedAt: entity.indexed_at != null ? new Date(entity.indexed_at * 1000) : null,
|
||||
@@ -24,6 +25,7 @@ export class RepositoryVersionMapper {
|
||||
repositoryId: domain.repositoryId,
|
||||
tag: domain.tag,
|
||||
title: domain.title,
|
||||
commitHash: domain.commitHash,
|
||||
state: domain.state,
|
||||
totalSnippets: domain.totalSnippets,
|
||||
indexedAt: domain.indexedAt,
|
||||
|
||||
Reference in New Issue
Block a user