Michael Yang
Michael Yang
## Summary replace the stale action with the bot
## Summary Minor change to the deploy workflow to add concurrency controls for individual components. A deploy for `core` should not override/block deploys for `ui`
## Summary Set up and configure postgres in helm. Needs #2568 to have most of the value since that PR removes the other requirement for a infra-server PVC ### TODO...
## Summary When creating a server deployment, if a DB encryption key isn't supplied, create one as a kubernetes secret and mount it into the server pod. This is nicer...
## Is your feature request related to a problem? Please describe. Metrics is hidden behind a running server/connector and may change significantly over the course of the product. A simple...
## Summary Basic implementation of API docs using `@stoplightio/elements`. Pulls versioned openapi spec directly from github which probably isn't the smartest solution. ## TODO - [x] Use spec file from...
## Describe the bug Connector starts a goroutine in a loop which access a shared variable `destination`. There's a possible race condition if one iteration takes longer than the loop...
## Summary Build a grafana dashboard for infra-server using jsonnet. The following will produce a set of Grafana panel json which can be imported directly into Grafana or published to...
## Describe the bug By default, infra CLI issues an access key for 720h (30d). The default session duration is also 720h (30d). There's a server-side check to ensure the...
## Summary - Docker build without setting `--build-arg=BUILDVERSION` will produce version 99.99.99999 - `go build` or equivalent commands will produce version 99.99.99999 unless `LDFLAGS` are set - CI sets `RELEASE_NAME`...