mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* Update go dependencies * Update S3 * Caddy plugins cannot use 1.22 * Update controller runtime signatures * Update webhook suite test * Update IPFS signatures * Update go modules * Update ipfs-cluster to v1.0.8 * Fix node-labeler build * Fix IPFS CID parsing * Update ipfs-cluster version * Update controller-runtime signature * Update statefulset signature * Disable controller-runtime metrics * Add comments
Overview
The ws-manager-api component hosts the api component of ws-manager-mk2.
Making changes to the api
There are two types of changes, changes to:
- proto files, like
core.proto - API clients (we have Go and TypeScript clients)
Changing the proto file
Say you change core.proto. Please run generate.sh from ws-manager-api to re-generate the Go and TypeScript clients.
Changing API clients
Say you plan to remove a field from a struct in our Go client. After doing, then run:
make manifestsfromcomponents/ws-manager-mk2, and preserve the copyright headers, to update YAML specificationsmake generatefromcomponents/ws-manager-mk2, and preserve the copyright headers, to generate code