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

CLOUDP-26613: add normalization to the changelog #140

Merged
merged 4 commits into from
Aug 7, 2024

Conversation

andreaangiolillo
Copy link
Collaborator

@andreaangiolillo andreaangiolillo commented Aug 7, 2024

Proposed changes

Jira ticket: CLOUDP-26613

This PR adds support for the first step of the API Changelog which is normalizing the input specs.

@andreaangiolillo andreaangiolillo marked this pull request as ready for review August 7, 2024 13:50
@andreaangiolillo andreaangiolillo requested a review from a team as a code owner August 7, 2024 13:50
}

func (o *Opts) Run() error {
changelog, err := openapi.NewChangelog(
Copy link
Collaborator

Choose a reason for hiding this comment

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

[nit] could we clean up test code and add e2e for the command?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

the command is not doing anything beside the normalization, if we add the e2e test now we will need to change it completely once the command create the actual changelog. I think we can wait for e2e tests since the command is not ready

@andreaangiolillo andreaangiolillo merged commit 766d7cc into main Aug 7, 2024
8 checks passed
@andreaangiolillo andreaangiolillo deleted the CLOUDP-266130_normalization branch August 7, 2024 14:57
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