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

feat: [OSM-529] updated errors to be error-catalog style #80

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

gemaxim
Copy link
Contributor

@gemaxim gemaxim commented Jul 18, 2023

What does this PR do?

Changed error to be from error-catalog so that they are properly handlled for dotnet-deps.

What are the relevant tickets?

Jira ticket OSM-529

Additional questions

Should we also handle unexpected errors?

@gemaxim gemaxim requested a review from a team as a code owner July 18, 2023 06:20
@CLAassistant
Copy link

CLAassistant commented Jul 18, 2023

CLA assistant check
All committers have signed the CLA.

@gemaxim gemaxim self-assigned this Jul 18, 2023
lib/index.ts Outdated
Comment on lines 106 to 111
throw new OpenSourceEcosystems.CannotGetFileFromSourceError(
'No packages.config, project.json or project file found at ' +
`location: ${manifestFileFullPath}`,
);
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add location to extras instead of in the details? It's easier to search for it in DataDog that way.

@gemaxim gemaxim force-pushed the fix/port-to-error-catalog branch 5 times, most recently from a3b7310 to bba925d Compare September 4, 2023 08:06
@dotkas dotkas force-pushed the fix/port-to-error-catalog branch from bba925d to 3116226 Compare September 12, 2023 05:44
@gemaxim gemaxim force-pushed the fix/port-to-error-catalog branch from 3116226 to c365c70 Compare September 19, 2023 06:11
@gemaxim gemaxim merged commit 7f76df9 into master Sep 19, 2023
@gemaxim gemaxim deleted the fix/port-to-error-catalog branch September 19, 2023 06:16
@snyksec
Copy link

snyksec commented Sep 19, 2023

🎉 This PR is included in version 5.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants