Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix minor bugs
  • Loading branch information
ammario committed Sep 26, 2022
commit 0a7f2c81f008ed6ff5527a7834da69bc67169438
1 change: 1 addition & 0 deletions enterprise/audit/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ var AuditableResources = auditMap(map[any]map[string]Action{
"rbac_roles": ActionTrack,
"login_type": ActionIgnore,
"avatar_url": ActionIgnore,
"last_seen_at": ActionIgnore,
"deleted": ActionTrack,
},
&database.Workspace{}: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ describe("AccountPage", () => {
organization_ids: ["123"],
roles: [],
avatar_url: "",
last_seen_at: new Date().toString(),
...data,
}),
)
Expand Down