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

Move openapi generator to deco tool #765

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mgyucht
Copy link
Contributor

@mgyucht mgyucht commented Jan 11, 2024

Changes

To simplify changes to the code generator, as well as to enable us to take additional dependencies in the code generator without adding to the Go SDK, we're moving the OpenAPI codegen components to the internal deco tool. We may later open-source an updated version of this if/when we make our OpenAPI specification public.

Tests

  • make test passing
  • make fmt applied
  • relevant integration tests applied

Copy link
Contributor

@nfx nfx left a comment

Choose a reason for hiding this comment

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

I think https://github.com/google/copybara is a better option overall.

Comment on lines -18 to -22
// Named holds common methods for identifying and describing things
type Named struct {
Name string
Description string
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I rely on this in a couple of tools. This change is too big. Please setup https://github.com/google/copybara to sync code as the stop-gap measure.

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

Successfully merging this pull request may close these issues.

None yet

2 participants