{% if not item.all-repos-installed? %}
{% ifequal item.webhook-provider-type "gerrit" %}
Pull Requests integration is enabled, but some of the projects lack the webhooks (have you deleted them?).
Disable and enable the integration.
Gerrit 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 %}
CodeScene can add comments to specific lines of files where code degradations and improvements occurred.
You can specify configuration settings or select an Connection Settings Preset.
Specify the Gerrit Username.Specify the Gerrit Http Password.
Advanced Settings
Specify the Gerrit API URL. If left blank, a default API URL is constructed from the repository paths.
Specify the Gerrit Origin URL to use for fetching changes, if different from the configured repository origin URL.
The external webhooks will call CodeScene using this Host URL. If left blank, the global Host URL is used.
This option disables CodeScene automatic webhook management. CodeScene will no longer check or modify webhooks
for this project. You have to create your own webhook for 'patchset-created' event and point it at:
{% if item.webhook-providers.gerrit.config.host-url|not-empty %}{{ item.webhook-providers.gerrit.config.host-url }}{% else %}{{item.host-url}}{% endif %}/hooks/{{item.id}}/gerrit