mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
feat: add README parsing to template versions (#1500)
This commit is contained in:
@ -78,7 +78,7 @@ var AuditableResources = auditMap(map[any]map[string]Action{
|
||||
"created_at": ActionIgnore, // Never changes, but is implicit and not helpful in a diff.
|
||||
"updated_at": ActionIgnore, // Changes, but is implicit and not helpful in a diff.
|
||||
"name": ActionTrack,
|
||||
"description": ActionTrack,
|
||||
"readme": ActionTrack,
|
||||
"job_id": ActionIgnore, // Not helpful in a diff because jobs aren't tracked in audit logs.
|
||||
},
|
||||
&database.User{}: {
|
||||
|
Reference in New Issue
Block a user