Skip to content

Update OpenAPI regeneration README#80

Merged
cowbon merged 1 commit into
mainfrom
fix-issue-78-readme
Jun 17, 2026
Merged

Update OpenAPI regeneration README#80
cowbon merged 1 commit into
mainfrom
fix-issue-78-readme

Conversation

@cowbon

@cowbon cowbon commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • remove the obsolete make install-tools step from the OpenAPI regeneration instructions
  • point users directly at make generate

Fixes #78

Testing

  • GOCACHE=/tmp/go-build go test -mod=mod ./...

Remove the obsolete install-tools step from the OpenAPI regeneration instructions.

Fixes #78

Signed-off-by: Ian Chin Wang <ian.chin.wang@oracle.com>

@jraman567 jraman567 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks, @cowbon ! LGTM

FYI, I see new files after running make generate:

$ git status
On branch fix-issue-78-readme
Your branch is up to date with 'origin/fix-issue-78-readme'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   api/api.gen.go
	modified:   api/mocks/ipluggable.go
	modified:   proto/compositor/compositor.pb.go
	modified:   proto/compositor/compositor_grpc.pb.go

Maybe we could push these changes to ensure future GitHub builds happen on the latest generated files. Thank you!

@cowbon cowbon merged commit d59781d into main Jun 17, 2026
2 checks passed
@cowbon cowbon deleted the fix-issue-78-readme branch June 17, 2026 14:18
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.

Update Readme, remove redundant steps

2 participants