Commit 498a0e18 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'yo-master-patch-67232' into 'master'

Align checkbox in system hooks page in admin

See merge request gitlab-org/gitlab!50958
parents 2036390e 5a455b65
= form_errors(hook) = form_errors(hook)
.form-group .form-group
= form.label :url, 'URL', class: 'label-bold' = form.label :url, _('URL'), class: 'label-bold'
= form.text_field :url, class: 'form-control' = form.text_field :url, class: 'form-control'
.form-group .form-group
= form.label :token, 'Secret Token', class: 'label-bold' = form.label :token, _('Secret Token'), class: 'label-bold'
= form.text_field :token, class: 'form-control' = form.text_field :token, class: 'form-control'
%p.form-text.text-muted %p.form-text.text-muted= _('Use this token to validate received payloads')
Use this token to validate received payloads
.form-group .form-group
= form.label :url, 'Trigger', class: 'label-bold' = form.label :url, _('Trigger'), class: 'label-bold'
%ul.list-unstyled .form-text.text-secondary.gl-mb-5= _('System hook will be triggered on set of events like creating project or adding ssh key. But you can also enable extra triggers like Push events.')
%li %fieldset.form-group.form-check
.form-text.text-muted = form.check_box :repository_update_events, class: 'form-check-input'
System hook will be triggered on set of events like creating project = form.label :repository_update_events, _('Repository update events'), class: 'label-bold form-check-label'
or adding ssh key. But you can also enable extra triggers like Push events. .text-secondary= _('This URL will be triggered when repository is updated')
%fieldset.form-group.form-check
.gl-mt-3 = form.check_box :push_events, class: 'form-check-input'
= form.check_box :repository_update_events, class: 'float-left' = form.label :push_events, _('Push events'), class: 'label-bold form-check-label'
.gl-ml-6 .text-secondary= _('This URL will be triggered for each branch updated to the repository')
= form.label :repository_update_events, class: 'list-label' do %fieldset.form-group.form-check
%strong Repository update events = form.check_box :tag_push_events, class: 'form-check-input'
%p.light = form.label :tag_push_events, _('Tag push events'), class: 'label-bold form-check-label'
This URL will be triggered when repository is updated .text-secondary= _('This URL will be triggered when a new tag is pushed to the repository')
%li %fieldset.form-group.form-check
= form.check_box :push_events, class: 'float-left' = form.check_box :merge_requests_events, class: 'form-check-input'
.gl-ml-6 = form.label :merge_requests_events, _('Merge request events'), class: 'label-bold form-check-label'
= form.label :push_events, class: 'list-label' do .text-secondary= _('This URL will be triggered when a merge request is created/updated/merged')
%strong Push events
%p.light
This URL will be triggered for each branch updated to the repository
%li
= form.check_box :tag_push_events, class: 'float-left'
.gl-ml-6
= form.label :tag_push_events, class: 'list-label' do
%strong Tag push events
%p.light
This URL will be triggered when a new tag is pushed to the repository
%li
= form.check_box :merge_requests_events, class: 'float-left'
.gl-ml-6
= form.label :merge_requests_events, class: 'list-label' do
%strong Merge request events
%p.light
This URL will be triggered when a merge request is created/updated/merged
.form-group .form-group
= form.label :enable_ssl_verification, 'SSL verification', class: 'label-bold checkbox' = form.label :enable_ssl_verification, _('SSL verification'), class: 'label-bold checkbox'
.form-check .form-check
= form.check_box :enable_ssl_verification, class: 'form-check-input' = form.check_box :enable_ssl_verification, class: 'form-check-input'
= form.label :enable_ssl_verification, class: 'form-check-label' do = form.label :enable_ssl_verification, _('Enable SSL verification'), class: 'label-bold form-check-label'
%strong Enable SSL verification
---
title: Align checkbox in system hooks page in admin
merge_request: 50958
author: Yogi (@yo)
type: fixed
...@@ -10710,6 +10710,9 @@ msgstr "" ...@@ -10710,6 +10710,9 @@ msgstr ""
msgid "Enable Pseudonymizer data collection" msgid "Enable Pseudonymizer data collection"
msgstr "" msgstr ""
msgid "Enable SSL verification"
msgstr ""
msgid "Enable Seat Link" msgid "Enable Seat Link"
msgstr "" msgstr ""
...@@ -17661,6 +17664,9 @@ msgstr "" ...@@ -17661,6 +17664,9 @@ msgstr ""
msgid "Merge request dependencies" msgid "Merge request dependencies"
msgstr "" msgstr ""
msgid "Merge request events"
msgstr ""
msgid "Merge request was scheduled to merge after pipeline succeeds" msgid "Merge request was scheduled to merge after pipeline succeeds"
msgstr "" msgstr ""
...@@ -24040,6 +24046,9 @@ msgstr "" ...@@ -24040,6 +24046,9 @@ msgstr ""
msgid "Repository synchronization concurrency limit" msgid "Repository synchronization concurrency limit"
msgstr "" msgstr ""
msgid "Repository update events"
msgstr ""
msgid "Repository: %{counter_repositories} / Wikis: %{counter_wikis} / Build Artifacts: %{counter_build_artifacts} / LFS: %{counter_lfs_objects} / Snippets: %{counter_snippets} / Packages: %{counter_packages} / Uploads: %{counter_uploads}" msgid "Repository: %{counter_repositories} / Wikis: %{counter_wikis} / Build Artifacts: %{counter_build_artifacts} / LFS: %{counter_lfs_objects} / Snippets: %{counter_snippets} / Packages: %{counter_packages} / Uploads: %{counter_uploads}"
msgstr "" msgstr ""
...@@ -24600,6 +24609,9 @@ msgstr "" ...@@ -24600,6 +24609,9 @@ msgstr ""
msgid "SSL Verification:" msgid "SSL Verification:"
msgstr "" msgstr ""
msgid "SSL verification"
msgstr ""
msgid "Satisfied" msgid "Satisfied"
msgstr "" msgstr ""
...@@ -24946,6 +24958,9 @@ msgstr "" ...@@ -24946,6 +24958,9 @@ msgstr ""
msgid "Secret Detection" msgid "Secret Detection"
msgstr "" msgstr ""
msgid "Secret Token"
msgstr ""
msgid "Security" msgid "Security"
msgstr "" msgstr ""
...@@ -27496,6 +27511,9 @@ msgstr "" ...@@ -27496,6 +27511,9 @@ msgstr ""
msgid "System hook was successfully updated." msgid "System hook was successfully updated."
msgstr "" msgstr ""
msgid "System hook will be triggered on set of events like creating project or adding ssh key. But you can also enable extra triggers like Push events."
msgstr ""
msgid "System metrics (Custom)" msgid "System metrics (Custom)"
msgstr "" msgstr ""
...@@ -27520,6 +27538,9 @@ msgstr "" ...@@ -27520,6 +27538,9 @@ msgstr ""
msgid "Tag name is required" msgid "Tag name is required"
msgstr "" msgstr ""
msgid "Tag push events"
msgstr ""
msgid "Tag this commit." msgid "Tag this commit."
msgstr "" msgstr ""
...@@ -28715,6 +28736,18 @@ msgstr "" ...@@ -28715,6 +28736,18 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed" msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr "" msgstr ""
msgid "This URL will be triggered for each branch updated to the repository"
msgstr ""
msgid "This URL will be triggered when a merge request is created/updated/merged"
msgstr ""
msgid "This URL will be triggered when a new tag is pushed to the repository"
msgstr ""
msgid "This URL will be triggered when repository is updated"
msgstr ""
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention." msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr "" msgstr ""
...@@ -30731,6 +30764,9 @@ msgstr "" ...@@ -30731,6 +30764,9 @@ msgstr ""
msgid "Use template" msgid "Use template"
msgstr "" msgstr ""
msgid "Use this token to validate received payloads"
msgstr ""
msgid "Use your global notification setting" msgid "Use your global notification setting"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment