Skip to content
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

generate view link for the deployed design #11071

Merged
merged 1 commit into from
May 31, 2024

Conversation

MUzairS15
Copy link
Contributor

Notes for Reviewers

This PR fixes #

Signed commits

  • Yes, I signed my commits.

Signed-off-by: MUzairS15 <muzair.shaikh810@gmail.com>
Copy link

description = fmt.Sprintf("%s. View deployed design %s", description, viewLink)
}

event := eventBuilder.WithSeverity(events.Success).WithDescription(description).WithMetadata(metadata).Build()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be an Info severity? @MUzairS15

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This event is emitted when the design gets deployed and the metadata of the event contains which comps were deployed and their type, so it should be of severity success (currently we have info) but success makes more sense.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, ok. 👍

@leecalcote leecalcote merged commit bacc546 into meshery:master May 31, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants