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

Fix/frontend bug #744

Merged
merged 8 commits into from
May 3, 2023
Merged

Fix/frontend bug #744

merged 8 commits into from
May 3, 2023

Conversation

MiroslavRepka
Copy link
Contributor

Fixes issue described in #721.

The issue was that the field used to filter manifests which need to be deleted was a part of the manifest. However, if the manifest contained an invalid yaml, i.e. unclosed quote, the yaml was not parsed and the field was undefined.

This has been fixed by replacing that field with the filename of the manifest.

@MiroslavRepka MiroslavRepka self-assigned this May 2, 2023
@MiroslavRepka MiroslavRepka changed the title Fix/frontend panic Fix/frontend bug May 2, 2023
Copy link
Contributor

@Despire Despire left a comment

Choose a reason for hiding this comment

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

LGTM @MiroslavRepka , Just one thing I noticed from the previous refactor of the frontend service.

@MiroslavRepka MiroslavRepka added this pull request to the merge queue May 3, 2023
Merged via the queue into master with commit 3347cfc May 3, 2023
1 check was pending
@MiroslavRepka MiroslavRepka deleted the fix/frontend-panic branch May 3, 2023 08:42
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.

None yet

3 participants