- Notifications
You must be signed in to change notification settings - Fork928
feat: show last build initiator for workspaces#2921
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
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.
nice!
@@ -27,6 +28,7 @@ export const WorkspaceStats: FC<WorkspaceStatsProps> = ({ workspace }) => { | |||
const styles = useStyles() | |||
const theme = useTheme() | |||
const status = getDisplayStatus(theme, workspace.latest_build) | |||
const initiatedBy = getDisplayWorkspaceBuildInitiatedBy(theme, workspace.latest_build) |
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.
Is this function unit tested?
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.
Nice catch. Adding them now!
Uh oh!
There was an error while loading.Please reload this page.
This PR shows the initiator of the last build on the workspace and workspaces pages.
Subtasks
Fixes#2865
Screenshots
Workspace page
Workspaces page