Skip to content

Commit

Permalink
【PAC】feat:支持从代码库维度查看对应的代码库事件 #8122
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Oct 23, 2023
1 parent 4d1e099 commit 80ac17b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ import io.swagger.annotations.ApiModelProperty
data class PipelineEventReplayInfo(
@ApiModelProperty("触发人")
val userId: String
){
companion object{
) {
companion object {
/**
* 获取触发信息
* 若为[重放事件]时,触发人为[回放者],且事件描述采用重放相关文案code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ class PipelineWebhookService @Autowired constructor(
if (elementRepositoryConfig.getRepositoryId() != webhookRepositoryConfig.getRepositoryId()) {
logger.info(
"webhook repository config different from element repository config|" +
"webhook:${webhookRepositoryConfig}|element:${elementRepositoryConfig}"
"webhook:$webhookRepositoryConfig|element:$elementRepositoryConfig"
)
return@webhook
}
Expand Down Expand Up @@ -746,7 +746,7 @@ class PipelineWebhookService @Autowired constructor(
repositoryHashId = repository?.repoHashId
)
} catch (ignored: Exception) {
logger.info("update webhook event info error|${webhook}", ignored)
logger.info("update webhook event info error|$webhook", ignored)
}
}
}
Expand Down

0 comments on commit 80ac17b

Please sign in to comment.