diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-02-09 15:44:52 +0100 |
---|---|---|
committer | Guillaume Jambet <guillaume.jambet@gmail.com> | 2018-03-01 15:21:05 +0100 |
commit | 4bf292bac1d4dae9b8338c464e88e9dac6ca4b03 (patch) | |
tree | cd3b55c1a527196333e8cf7e9d6bf207679a0c18 /sonar-core | |
parent | 91fe807305e89ecd9df3b6f4f221540fd451659e (diff) | |
download | sonarqube-4bf292bac1d4dae9b8338c464e88e9dac6ca4b03.tar.gz sonarqube-4bf292bac1d4dae9b8338c464e88e9dac6ca4b03.zip |
SONAR-10347 Add ability to browse webhook deliveries payloads
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 8c4b0f0c56b..daf129eab20 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2818,6 +2818,11 @@ webhooks.create=Create Webhook webhooks.delete=Delete Webhook webhooks.delete.confirm=Are you sure you want to delete the webhook "{0}"? webhooks.description=Webhooks are used to notify external services when a project analysis is done. An HTTP POST request including a JSON payload is sent to each of the provided URLs. Learn more in the {url}. +webhooks.deliveries.show=Show recent deliveries +webhooks.deliveries_for_x=Recent deliveries for {0} +webhooks.delivery.duration_x=Duration: {0} +webhooks.delivery.payload=Payload: +webhooks.delivery.response_x=Response: {0} webhooks.documentation_link=Webhooks documentation webhooks.maximum_reached=You reached your maximum number of {0} webhooks. You can still update or delete an existing one. webhooks.name=Name @@ -2825,7 +2830,7 @@ webhooks.name.required=Name is required. webhooks.no_result=No webhook defined. webhooks.update=Update Webhook webhooks.url=URL -webhooks.url.bad_auth=Bad format of URL authentication. +webhooks.url.bad_format=Bad format of URL. webhooks.url.bad_protocol=URL must start with "http://" or "https://". webhooks.url.description=Server endpoint that will receive the webhook payload, for example: "http://my_server/foo". If HTTP Basic authentication is used, HTTPS is recommended to avoid man in the middle attacks. Example: "https://myLogin:myPassword@my_server/foo" webhooks.url.required=URL is required.
\ No newline at end of file |