Vladimir Glafirov
Vladimir Glafirov
openssl creates keys with passphrase by default, fleetctl cannot ssh to cluster if passphrase is present. Need to remove it first. ``` openssl rsa -in ~/.ssh/id_rsa -out ~/.ssh/id_rsa_new ```
### Adds ssh keys support * Added ssh keys support to connector object * Creating controller user within image, this is required for ssh * Adding some logging and debugging...
Currently it's possible to specify .git-credentials file for cloning private repositories using HTTPS but not SSH. Also if module contain references to another modules using SSH URL terraform failed to...
I can upload files using the web interface, but it seems API doesn't support this functionality. I use OpenAPI compatible library or simple curl command, but all `/v1/files` endpoints return...
# Add GitLab Duo Provider Support ## Problem In-line with GitLab's open-core strategy, we want to officially integrate GitLab Duo with OpenCode as a supported provider, operable with both GitLab.com...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request ##...
Replace Anthropic provider with native GitLab Duo integration: - Configure GitLab Duo provider with CI_JOB_TOKEN authentication - Add @gitlab/opencode-gitlab-plugin for GitLab API tools - Remove all custom CI/CD variables (ANTHROPIC_API_KEY,...
### What does this PR do? This PR fixes the issue when Gitlab provider falls back to the default model. Models mapping logic moved to [gitlab-ai-provider](https://gitlab.com/gitlab-org/editor-extensions/gitlab-ai-provider/-/commit/7b876ece50561afc3443717d91f9f2689f070dc2) package. OpenCode doesn't provide...