-
Notifications
You must be signed in to change notification settings - Fork 38
feature: add builder for registry, explorer and frontend, update cosmos to builder #702
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
Conversation
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.
Pull Request Overview
This PR introduces a builder pattern for the registry, explorer, and frontend components while updating cosmos configurations to follow the new builder naming conventions. Key changes include adding new Kubernetes YAML definitions for explorer, cosmoshub, osmosis, and registry, as well as updating resource names and labels to reflect the builder naming scheme.
Reviewed Changes
Copilot reviewed 20 out of 164 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| builder-tests/multi-chain/explorer/service.yaml | Added explorer service definition for builder tests. |
| builder-tests/multi-chain/explorer/deployment.yaml | Added explorer deployment configuration following the builder pattern. |
| builder-tests/multi-chain/explorer/configmap.yaml | Added explorer configmap for builder tests. |
| builder-tests/multi-chain/cosmoshub/validator-statefulset.yaml | Updated cosmoshub validator resource naming and labels for builder integration. |
| builder-tests/multi-chain/cosmoshub/validator-service.yaml | Updated cosmoshub validator service configuration for builder integration. |
| builder-tests/multi-chain/cosmoshub/setup-scripts-configmap.yaml | Renamed and updated setup scripts configmap for cosmoshub. |
| builder-tests/multi-chain/cosmoshub/genesis-statefulset.yaml | Updated cosmoshub genesis statefulset resource naming for builder integration. |
| builder-tests/multi-chain/cosmoshub/genesis-service.yaml | Updated cosmoshub genesis service resource naming for builder integration. |
| builder-tests/multi-chain/configmaps/keys.yaml | Added keys configmap for builder tests. |
| content-validation/registry/* | Added registry resources (service, deployment, configmap) with updated naming. |
| content-validation/osmosis/* | Updated osmosis resources (setup-scripts, genesis statefulset/service, genesis-patch) to use new builder naming. |
| content-validation/explorer/* | Added explorer resources for content validation following builder conventions. |
| content-validation/configmaps/keys.yaml | Added keys configmap for content validation. |
Comments suppressed due to low confidence (1)
packages/packages/generator/tests/output/builder-tests/multi-chain/cosmoshub/validator-statefulset.yaml:15
- [nitpick] Consider updating the 'starship.io/chain-name' label to reflect the new naming scheme (e.g. 'cosmoshub-4') to ensure consistency with the updated resource names.
starship.io/chain-name: cosmoshub
Part of: #695