Tere

Results 10 issues of Tere

**Is your feature request related to a problem? Please describe.** While debugging https://github.com/okteto/okteto/issues/2626#issuecomment-1174879585 found that, if the context of some of the images declared to be built at the okteto...

medium
enhancement
epsilon

While introducing a new dependency the grpc package has been updated. ```` ❯ go get github.com/google/go-containerregistry ```` ``` go get: upgraded google.golang.org/grpc v1.40.0 => v1.43.0 ``` This caused an error...

**Describe the bug** When using the notation `#include ` to add more patterns to the .stignore file (for example, ignore all patterns that are covered by an existing .gitignore) we...

epsilon

**Is your feature request related to a problem? Please describe.** When implementing a new API Error which is thrown with Metadata using GraphQL Extensions, the CLI is not capable to...

low
technical debt
epsilon

**Is your feature request related to a problem? Please describe.** When building images from an okteto manifest, we rely on the sequential order of the map of services. From this...

feature
customer request
epsilon

# Proposed changes Secrets declared at the manifest, or via the cmd flag `--secret` where removed when creating a Copy of the BuildInfo struct. - This PR adds Secrets and...

release/bug-fix

**Describe the bug** After implementing the logs display when running `okteto pipeline deploy --wait` the logs are not shown when context is `Okteto Cloud` **To Reproduce** Steps to reproduce the...

bug

While refactoring the selector logic i saw we could extract selector logic to its own package. As we have log for output, we should be able to have a package...

technical debt

**Describe the bug** We want to have a clean run on every PR for static code review. This means we need to check the actual state for deepsource at master...

technical debt

# Proposed changes Fixes https://okteto.atlassian.net/browse/DEV-213 When running `okteto deploy` in remote, and the manifest had some deploy command that was `okteto build`, this build was being skipped as the builder...

release/bug-fix