-
-
Notifications
You must be signed in to change notification settings - Fork 136
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(ogen-go/ogen): scaffold ogen-go/ogen #26241
Conversation
Thank you for your contribution! |
pkgs/ogen-go/ogen/pkg.yaml
Outdated
@@ -0,0 +1 @@ | |||
packages: [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
packages is empty.
Seems like cmdx s
can't generate the code well.
We need to fix the code manually.
https://github.com/ogen-go/ogen/releases
There is no asset in GitHub Releases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://ogen.dev/docs/intro#installation
We need to change the package type to go_install
.
https://aquaproj.github.io/docs/reference/registry-config/go-install-package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. 7d49c57
v4.218.0 is out 🎉 |
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry) | minor | `v4.215.1` -> `v4.218.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary> ### [`v4.218.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.218.0) [Compare Source](aquaproj/aqua-registry@v4.217.0...v4.218.0) [Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.218.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.218.0) | aquaproj/aqua-registry@v4.217.0...v4.218.0 #### 🎉 New Packages [#​26241](aquaproj/aqua-registry#26241) [ogen-go/ogen](https://github.com/ogen-go/ogen) OpenAPI v3 code generator for go [@​ntk221](https://github.com/ntk221) #### Fixes [#​26249](aquaproj/aqua-registry#26249) rossmacarthur/sheldon: Regenerate the setting ### [`v4.217.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.217.0) [Compare Source](aquaproj/aqua-registry@v4.216.0...v4.217.0) [Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.217.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.217.0) | aquaproj/aqua-registry@v4.216.0...v4.217.0 #### 🎉 New Packages [#​26217](aquaproj/aqua-registry#26217) [1password/cli](https://developer.1password.com/docs/cli): 1Password CLI brings 1Password to your terminal. Sign in to 1Password CLI with your fingerprint, and securely access everything you need during development [@​shoppingjaws](https://github.com/shoppingjaws) #### Fixes [#​26230](aquaproj/aqua-registry#26230) apache/maven-mvnd: change the package type to http - apache/maven-mvnd#1109 (comment) ### [`v4.216.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.216.0) [Compare Source](aquaproj/aqua-registry@v4.215.1...v4.216.0) [Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.216.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.216.0) | aquaproj/aqua-registry@v4.215.1...v4.216.0 #### 🎉 Node.js Support You can can manage Node.js using aqua. https://aquaproj.github.io/docs/reference/nodejs-support #### 🎉 New Packages [#​26185](aquaproj/aqua-registry#26185) [jmespath/jp](https://github.com/jmespath/jp): Command line interface to JMESPath - http://jmespath.org [@​ponkio-o](https://github.com/ponkio-o) [#​26002](aquaproj/aqua-registry#26002) [nodejs/node](https://github.com/nodejs/node): Node.js JavaScript runtime #### Fixes [#​26211](aquaproj/aqua-registry#26211) charmbracelet/glow: Regenerate the setting [#​26212](aquaproj/aqua-registry#26212) charmbracelet/skate: Regenerate the setting </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Check List
Require signed commits
, so all commits must be signed#26241 ogen-go/ogen OpenAPI v3 code generator for go