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

refactor: using enum for message channel #484

Merged
merged 3 commits into from
Mar 11, 2024

Conversation

axel7083
Copy link
Contributor

What does this PR do?

We are declaring manually export const which can lead to duplicates, and could create issue. Using an enum ensure we do not have duplicates in the channel used.

Screenshot / video of UI

What issues does this PR fix or reference?

How to test this PR?

  • existing tests ensure no regression

@axel7083 axel7083 requested a review from a team as a code owner March 11, 2024 11:37
Copy link
Contributor

@jeffmaury jeffmaury left a comment

Choose a reason for hiding this comment

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

I would rename MESSAGES as Messages

@axel7083 axel7083 force-pushed the refactor/using-enum-messages branch from 9a0a9f4 to cbdc5c2 Compare March 11, 2024 13:50
@axel7083
Copy link
Contributor Author

I would rename MESSAGES as Messages

Agreed ✅

@axel7083 axel7083 requested review from jeffmaury and feloy March 11, 2024 14:50
Copy link
Contributor

@jeffmaury jeffmaury left a comment

Choose a reason for hiding this comment

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

LGTM

@axel7083 axel7083 force-pushed the refactor/using-enum-messages branch from cbdc5c2 to d0f1530 Compare March 11, 2024 15:59
@axel7083 axel7083 enabled auto-merge (squash) March 11, 2024 15:59
@axel7083 axel7083 merged commit 40d97c3 into containers:main Mar 11, 2024
4 checks passed
mhdawson pushed a commit to mhdawson/podman-desktop-extension-ai-lab that referenced this pull request Nov 22, 2024
…c-workflow-build

split build and pull on bootc_training workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants