{% extends "coprs/detail/settings.html" %} {% from "_helpers.html" import render_field, render_form_errors, copr_url, initialize_datatables %} {% set selected_monitor_tab = "integrations" %} {%block settings_breadcrumb %}Integrations{% endblock %} {% block tab_content %}
Don’t get confused by “Activate fedmsg notifications” in the “Project options” section: That’s only for Pagure UI-related actions. Scroll down until you reach the “Hooks” section.
To enable commit and pull request flagging, enter a Pagure public clone repo URL and an associated API key below. To create a new key, go to your Pagure project settings and find section "API keys".
{{ render_form_errors(pagure_form) }}Timstamp | Forge-generated Webhook UUID | User Agent |
---|---|---|
{{webhook.created_on|localized_time(g.user.timezone)}} ({{webhook.created_on|time_ago()}} ago) | {% if webhook.webhook_uuid is none %} No UUID received {% else %}{{ webhook.webhook_uuid }} {% endif %} | {% if webhook.user_agent is none %} Not Set {% else %} {{webhook.user_agent}} {% endif %} |
No webhook received recently.
{% endif %} {{initialize_datatables(order="desc")}}