{% if not item.all-repos-installed? %}
{% ifequal item.webhook-provider-type "gitlab" %}
Pull Requests integration is enabled, but some of the projects lack the webhooks (have you deleted them?).
Disable and enable the integration.
Gitlab projects with their webhook status:
{% for repo in item.repos %}
{{repo.owner-login}}/{{repo.repo-slug}} :
{% if repo.ci-status-string %}
{{ repo.ci-status-string }}
{% else %}
{% if repo.ci-installed? %}
INSTALLED
{% else %}
NOT INSTALLED!
{% endif %}
{% endif %}
{% endfor %}
{% endifequal %}
{% endif %}
When enabled, CodeScene will post a comment when it receives a webhook.
Instead of posting one comment, CodeScene can add discussions to specific lines of files where code degradations and improvements occurred.
When enabled, changes that are high risk will have unresolved discussion thread, even if there are no degradations.
You can specify configuration settings or select an Connection Settings Preset.
Specify a GitLab API token with api permissions.
Advanced Settings
Specify the GitLab API URL. If left blank, a default API URL is constructed from the repository paths.
The external webhooks will call CodeScene using this Host URL. If left blank, the global Host URL is used.