Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8292187a
Commit
8292187a
authored
Aug 12, 2021
by
Austin Regnery
Committed by
Enrique Alcántara
Aug 12, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move audit events promo illustration and update text
Changelog: fixed EE: true
parent
743343b9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
12 deletions
+11
-12
ee/app/views/shared/promotions/_promote_audit_events.html.haml
...p/views/shared/promotions/_promote_audit_events.html.haml
+4
-5
ee/spec/features/promotion_spec.rb
ee/spec/features/promotion_spec.rb
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+6
-6
No files found.
ee/app/views/shared/promotions/_promote_audit_events.html.haml
View file @
8292187a
.center.user-callout.promotion-callout
.svg-container
=
custom_icon
(
'icon_audit_events_purple'
)
.user-callout-copy
=
custom_icon
(
'icon_audit_events_purple'
)
%h4
-
if
Gitlab
::
CurrentSettings
.
should_check_namespace_plan?
=
s_
(
'Promotions|Upgrade your plan to activate Audit Events.'
)
-
else
=
s_
(
'Promotions|
Track your project with Audit Events.
'
)
=
s_
(
'Promotions|
Keep track of events in your project
'
)
%p
=
s_
(
'
Promotions|Audit Events is a way to keep track of important events that happened in GitLab
.'
)
=
link_to
_
(
'
Read more'
),
help_page_path
(
'administration/audit_events.md
'
),
target:
'_blank'
=
s_
(
'
Automatic event tracking provides a traceable history for audits
.'
)
=
link_to
_
(
'
Learn more.'
),
help_page_path
(
'administration/audit_events.md'
,
anchor:
'project-events
'
),
target:
'_blank'
=
render
'shared/promotions/promotion_link_project'
,
location: :audit_events
ee/spec/features/promotion_spec.rb
View file @
8292187a
...
...
@@ -271,7 +271,7 @@ RSpec.describe 'Promotions', :js do
it
'appears on the page'
do
visit
project_audit_events_path
(
project
)
expect
(
find
(
'.user-callout-copy'
)).
to
have_content
'
Track your project with Audit Events
'
expect
(
find
(
'.user-callout-copy'
)).
to
have_content
'
Keep track of events in your project
'
end
end
...
...
locale/gitlab.pot
View file @
8292187a
...
...
@@ -4908,6 +4908,9 @@ msgstr ""
msgid "Automatic deployment rollbacks"
msgstr ""
msgid "Automatic event tracking provides a traceable history for audits."
msgstr ""
msgid "Automatically close associated incident when a recovery alert notification resolves an alert"
msgstr ""
...
...
@@ -26703,9 +26706,6 @@ msgstr ""
msgid "Promotions|Add Group Webhooks and GitLab Enterprise Edition."
msgstr ""
msgid "Promotions|Audit Events is a way to keep track of important events that happened in GitLab."
msgstr ""
msgid "Promotions|Better Protected Branches"
msgstr ""
...
...
@@ -26757,6 +26757,9 @@ msgstr ""
msgid "Promotions|Improve search with Advanced Search and GitLab Enterprise Edition."
msgstr ""
msgid "Promotions|Keep track of events in your project"
msgstr ""
msgid "Promotions|Learn more"
msgstr ""
...
...
@@ -26796,9 +26799,6 @@ msgstr ""
msgid "Promotions|Track activity with Contribution Analytics."
msgstr ""
msgid "Promotions|Track your project with Audit Events."
msgstr ""
msgid "Promotions|Try it for free"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment