Jacob MacElroy
Jacob MacElroy
There are a few patterns that have made it into the codebase that make it difficult to isolate code and provide testing in an easy manner. Also, the testing for...
The manifest parsing process has become more complicated with multiple manifest types and versions. We should take account and specify what the desired user experience is, follow up with a...
The manifest discovery process has become more complicated with multiple manifest types, pipeline deploys, local deploys. We should take account and specify what the desired user experience is, follow up...
When using the data race detector https://go.dev/doc/articles/race_detector there are several issues detected. Ideally we'd find either issues with our tests or the code under test and fix these. If we...
- [x] #2985 - [ ] Audit testing tools and make them as easy to run as reasonably possible for all contributors - [x] Highlight the proper use of PR...
**Describe the bug** When the initial deployment of dev environment is triggered by running `okteto up` rather than `okteto deploy` there are no logs immediately available in the UI. Logs...
Would be nice to have the ability to add Secrets via CLI, instead of manually via the UI ([Okteto Secrets | Okteto Documentation](https://www.okteto.com/docs/cloud/secrets/#manage-okteto-secrets-from-the-okteto-cloud-ui)). My use case is that every developer...
If a server, such as grpc, is trying to set an app protocol and uses this lib for the socket then it will be overridden by https://github.com/docker/go-connections/blob/58542c764a1173ea3dac965d89146c931a2946f7/sockets/tcp_socket.go#L18. This was probably...
This would remove the need for a database and would facilitate development.
Currently users can only join conferences with their slack identities whenever the are sent an explicit invite via the @ mention feature. We should be able to do the same...