Skip to content

[pull] main from qodo-ai:main#185

Merged
pull[bot] merged 1 commit intojynychen:mainfrom
qodo-ai:main
Jan 30, 2026
Merged

[pull] main from qodo-ai:main#185
pull[bot] merged 1 commit intojynychen:mainfrom
qodo-ai:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Jan 30, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

…2173)

When using private_token authentication (GITLAB.AUTH_TYPE = 'private_token'),
the ssl_verify setting was not being passed to the GitLab client constructor.

This caused SSL certificate verification to remain enabled even when
ssl_verify was explicitly set to false in the configuration, breaking
connections to self-hosted GitLab instances with self-signed certificates.

The oauth_token authentication path correctly includes ssl_verify, but the
private_token path was missing it. This commit adds the missing parameter
to ensure consistent behavior for both authentication methods.
@pull pull bot locked and limited conversation to collaborators Jan 30, 2026
@pull pull bot added the ⤵️ pull label Jan 30, 2026
@pull pull bot merged commit 1ac0e27 into jynychen:main Jan 30, 2026
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant