feat(cosmosgen,cosmosanalysis): generic query template (backport #4706)#4723
Merged
julienrbrt merged 6 commits intorelease/v28.x.yfrom Jun 10, 2025
Merged
Conversation
* feat(cosmosgen,cosmosanalysis): generic quey template * up * updates * updates * updates * updates * Update changelog.md * updates * feat: ensure correct property types and casing in REST return types * add query fields + improve paginated * add tests * lint * remove uncessary goldens * add another type (not present in msg & queries) * add missing services, resolve typescript types, simplify template (but temporarily remove pagination) * updates * make queries tpl deterministic + support repeated * hardcode pagination * add todo for follow-up * use ordered map instead of map * chore: Showcase typing from ts-proto genereated types * re-gen tests --------- Co-authored-by: “Clockwork” <alex@clockwork.gr> (cherry picked from commit ef864aa) # Conflicts: # go.mod # ignite/pkg/cosmosanalysis/module/testdata/planet/app/app.go
Contributor
Author
|
Cherry-pick of ef864aa has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
julienrbrt
previously approved these changes
Jun 10, 2025
julienrbrt
approved these changes
Jun 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ref: #4690
Follow-up of #4691
Closes: #4414, #4721
This is an automatic backport of pull request #4706 done by Mergify.