-
Notifications
You must be signed in to change notification settings - Fork 887
chore: change build audit log string to be clearer #6093
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -7,9 +7,13 @@ import { | |||
MockAuditLogUnsuccessfulLoginUnknownUser, | |||
} from "testHelpers/entities" | |||
import { AuditLogDescription } from "./AuditLogDescription" | |||
import { AuditLogRow } from "./AuditLogRow" | |||
import { render } from "../../testHelpers/renderHelpers" | |||
import { AuditLogRow } from "../AuditLogRow" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These tests aren't perfect - I was having difficulty testing strings with an embedded Link
. I will return at a later time and maybe turn these into stories or create a custom matcher.
version "2.10.0" | ||
resolved "https://registry.yarnpkg.com/canvas/-/canvas-2.10.0.tgz#5f48c8d1ff86c96356809097020336c3a1ccce27" | ||
integrity sha512-A0RPxLcH0pPKAY2VN243LdCNcOJXAT8n7nJnN7TZMGv9OuF8we9wfpWgVT/eFMzi+cDYf/384w4BpfjGCD9aKQ== | ||
canvas@^2.11.0: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're getting changes here because I ran into this issue and had to re-add canvas
.
@@ -45,6 +45,7 @@ | |||
"@xstate/inspect": "0.6.5", | |||
"@xstate/react": "3.0.1", | |||
"axios": "0.26.1", | |||
"canvas": "^2.11.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're getting changes here because I ran into this issue and had to re-add canvas.
This PR is a general Audit Log cleanup, focusing on our descriptions:
Before

After

(link is the same - takes you to the log page for that build)