mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Address code review feedback from PR #1969: 1. Improve URL matching precision: - Use urlparse for robust hostname validation - Prevent false positives with URL substring matching - Add support for gitlab.com/gitlab.io subdomains 2. Add authentication type validation: - Validate explicit GITLAB.AUTH_TYPE configuration - Provide clear error messages for invalid auth types - Prevent silent failures from user configuration errors This enhances code reliability and user experience while maintaining backward compatibility. |
||
|---|---|---|
| .. | ||
| agent | ||
| algo | ||
| git_providers | ||
| identity_providers | ||
| log | ||
| secret_providers | ||
| servers | ||
| settings | ||
| tools | ||
| __init__.py | ||
| cli.py | ||
| cli_pip.py | ||
| config_loader.py | ||