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(artifactory): ignore extensions without a manifest #69

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

janLo
Copy link
Contributor

@janLo janLo commented Oct 29, 2024

This ignores extensions where the manifest download from artifactory failed instead of crashing the process with a segfault.

It fixes #68

Copy link
Member

@code-asher code-asher left a comment

Choose a reason for hiding this comment

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

Thank you for uncovering this!

storage/artifactory.go Outdated Show resolved Hide resolved
This ignores extensions where the manifest download from
artifactory failed instead of crashing the process with a
segfault.

It fixes coder#68
@janLo
Copy link
Contributor Author

janLo commented Oct 30, 2024

@code-asher I've updated the PR to remove the separate warning and mention in the error message, that the extension will be ignored.

Copy link
Member

@code-asher code-asher left a comment

Choose a reason for hiding this comment

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

Awesome!!

@code-asher code-asher merged commit a91b741 into coder:main Oct 30, 2024
5 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 30, 2024
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.

Incomplete artifactory uploads cause the marketplace to crash
2 participants