Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
merged 10 commits into from
Feb 8, 2023

Conversation

Kira-Pilot
Copy link
Member

This PR is a general Audit Log cleanup, focusing on our descriptions:

  • cleaned up translations
  • reorganized file structure
  • reorganized components
  • rephrased build log strings

Before
Screen Shot 2023-02-07 at 4 58 25 PM

After
Screen Shot 2023-02-07 at 4 50 04 PM

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

@@ -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"
Copy link
Member Author

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:
Copy link
Member Author

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",
Copy link
Member Author

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.

@Kira-Pilot Kira-Pilot changed the title Fix build string/kira pilot chore: change build audit log string to be clearer Feb 7, 2023
@Kira-Pilot Kira-Pilot merged commit 7a1731b into main Feb 8, 2023
@Kira-Pilot Kira-Pilot deleted the fix-build-string/kira-pilot branch February 8, 2023 18:07
@github-actions github-actions bot locked and limited conversation to collaborators Feb 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants