You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To generate integrated swagger in local, we need to install nodejs, yarn, protoc.
This is inconvenient because the version should be matched and local management is required.
I've failed before to implement it.
In osmosis case, when the new commit is added in main branch, the ci detect it automatically and register new PR if the difference is existed. I think it's good. But in this case we can miss why the swagger should be changed, and we maybe cannot know which change do effect.
So I think it's necessary to provide an environment where swagger can be changed right in the PR that needs to be changed.
Summary
make docker image for generating swagger
Problem Definition
To generate integrated swagger in local, we need to install nodejs, yarn, protoc.
This is inconvenient because the version should be matched and local management is required.
I've failed before to implement it.
In osmosis case, when the new commit is added in main branch, the ci detect it automatically and register new PR if the difference is existed. I think it's good. But in this case we can miss why the swagger should be changed, and we maybe cannot know which change do effect.
So I think it's necessary to provide an environment where swagger can be changed right in the PR that needs to be changed.
Osmosis reference.
make docs
: https://github.com/osmosis-labs/osmosis/blob/73316891f43545333704a372ccb58ef18c122950/Makefile#L234-L249Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: