mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: add requester IP to workspace build audit logs (#10242)
This commit is contained in:
@@ -4589,6 +4589,7 @@ func (q *FakeQuerier) InsertProvisionerJob(_ context.Context, arg database.Inser
|
||||
Type: arg.Type,
|
||||
Input: arg.Input,
|
||||
Tags: arg.Tags,
|
||||
TraceMetadata: arg.TraceMetadata,
|
||||
}
|
||||
job.JobStatus = provisonerJobStatus(job)
|
||||
q.provisionerJobs = append(q.provisionerJobs, job)
|
||||
|
||||
Reference in New Issue
Block a user