Ilya Lukyanov

Results 8 issues of Ilya Lukyanov

When the repository is quite large clones are becoming slower. Previously Atlantis fetched full repository in --checkout-strategy=merge mode. However, that's not required, we only should have enough commits in our...

waiting-on-review
provider/github

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...

bug

Currently, if a node has unsafe_routes behind it, they can't be firewalled granularly, e.g. opening tcp/443 port will open it for all hosts. This PR adds new config option, `local_cidr`...

On some systems, IPv6 is disabled (for example, CIS benchmark recommends to disable it when not used), but currently all UDP connections are using AF_INET6 sockets. When we are binding...

This updates all libraries in toolchain/base images according to 3.6.0.1865 firmware. Includes patches for glibc 2.35 (to be upstreamed) and for breakpad. Updated crosstool-ng to latest master and regerated crosstool.config...

#### Community Note Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Please do not leave...

enhancement

### What is the issue? We had a DNS issue which main symptom was full DNS unreachability (internal/external names): ``` $ nslookup g.co Server: 100.100.100.100 Address: 100.100.100.100#53 ** server can't...

needs-triage
bug

**Describe the bug** Hitting Ctrl+C while tenv is running subcommand immediately exits the program without waiting for a cleanup. **To Reproduce** Steps to reproduce the behavior: 1. Have some long-running...