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
abbcbc41
Commit
abbcbc41
authored
Apr 29, 2021
by
Marcin Sedlak-Jakubowski
Committed by
Dylan Griffith
Apr 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Review project integrations descriptions
parent
aff5ebaf
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
39 additions
and
32 deletions
+39
-32
app/models/project_services/asana_service.rb
app/models/project_services/asana_service.rb
+1
-1
app/models/project_services/buildkite_service.rb
app/models/project_services/buildkite_service.rb
+1
-1
app/models/project_services/campfire_service.rb
app/models/project_services/campfire_service.rb
+1
-1
app/models/project_services/custom_issue_tracker_service.rb
app/models/project_services/custom_issue_tracker_service.rb
+1
-1
app/models/project_services/irker_service.rb
app/models/project_services/irker_service.rb
+1
-2
app/models/project_services/jira_service.rb
app/models/project_services/jira_service.rb
+1
-1
app/models/project_services/microsoft_teams_service.rb
app/models/project_services/microsoft_teams_service.rb
+1
-1
app/models/project_services/packagist_service.rb
app/models/project_services/packagist_service.rb
+1
-1
app/models/project_services/pivotaltracker_service.rb
app/models/project_services/pivotaltracker_service.rb
+1
-1
app/models/project_services/pushover_service.rb
app/models/project_services/pushover_service.rb
+1
-1
app/models/project_services/redmine_service.rb
app/models/project_services/redmine_service.rb
+1
-1
app/models/project_services/unify_circuit_service.rb
app/models/project_services/unify_circuit_service.rb
+1
-1
changelogs/unreleased/msj-integrations-top-page.yml
changelogs/unreleased/msj-integrations-top-page.yml
+5
-0
ee/app/models/project_services/gitlab_slack_application_service.rb
...dels/project_services/gitlab_slack_application_service.rb
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+21
-18
No files found.
app/models/project_services/asana_service.rb
View file @
abbcbc41
...
...
@@ -13,7 +13,7 @@ class AsanaService < Service
end
def
description
s_
(
'AsanaService|Add commit messages as comments to Asana tasks'
)
s_
(
'AsanaService|Add commit messages as comments to Asana tasks
.
'
)
end
def
help
...
...
app/models/project_services/buildkite_service.rb
View file @
abbcbc41
...
...
@@ -68,7 +68,7 @@ class BuildkiteService < CiService
end
def
description
'
Buildkite is a platform for running fast, secure, and scalable continuous integration pipelines on your own infrastructure
'
'
Run CI/CD pipelines with Buildkite.
'
end
def
self
.
to_param
...
...
app/models/project_services/campfire_service.rb
View file @
abbcbc41
...
...
@@ -9,7 +9,7 @@ class CampfireService < Service
end
def
description
'S
imple web-based real-time group chat
'
'S
end notifications about push events to Campfire chat rooms.
'
end
def
self
.
to_param
...
...
app/models/project_services/custom_issue_tracker_service.rb
View file @
abbcbc41
...
...
@@ -9,7 +9,7 @@ class CustomIssueTrackerService < IssueTrackerService
end
def
description
s_
(
'IssueTracker|Use a custom issue tracker.'
)
s_
(
"IssueTracker|Use a custom issue tracker as this project's issue tracker."
)
end
def
help
...
...
app/models/project_services/irker_service.rb
View file @
abbcbc41
...
...
@@ -15,8 +15,7 @@ class IrkerService < Service
end
def
description
'Send IRC messages, on update, to a list of recipients through an Irker '
\
'gateway.'
'Send IRC messages.'
end
def
self
.
to_param
...
...
app/models/project_services/jira_service.rb
View file @
abbcbc41
...
...
@@ -116,7 +116,7 @@ class JiraService < IssueTrackerService
end
def
description
s_
(
'JiraService|Track issues in Jira'
)
s_
(
"JiraService|Use Jira as this project's issue tracker."
)
end
def
self
.
to_param
...
...
app/models/project_services/microsoft_teams_service.rb
View file @
abbcbc41
...
...
@@ -6,7 +6,7 @@ class MicrosoftTeamsService < ChatNotificationService
end
def
description
'
Receive event notifications in Microsoft Teams
'
'
Send notifications about project events to Microsoft Teams.
'
end
def
self
.
to_param
...
...
app/models/project_services/packagist_service.rb
View file @
abbcbc41
...
...
@@ -16,7 +16,7 @@ class PackagistService < Service
end
def
description
s_
(
'Integrations|Update your
projects on Packagist, the main Composer repository
'
)
s_
(
'Integrations|Update your
Packagist projects.
'
)
end
def
self
.
to_param
...
...
app/models/project_services/pivotaltracker_service.rb
View file @
abbcbc41
...
...
@@ -11,7 +11,7 @@ class PivotaltrackerService < Service
end
def
description
s_
(
'PivotalTrackerService|
Project Management Software (Source Commits Endpoint)
'
)
s_
(
'PivotalTrackerService|
Add commit messages as comments to PivotalTracker stories.
'
)
end
def
self
.
to_param
...
...
app/models/project_services/pushover_service.rb
View file @
abbcbc41
...
...
@@ -11,7 +11,7 @@ class PushoverService < Service
end
def
description
s_
(
'PushoverService|
Pushover makes it easy to get real-time notifications on your Android device, iPhone, iPad, and Desktop
.'
)
s_
(
'PushoverService|
Get real-time notifications on your device
.'
)
end
def
self
.
to_param
...
...
app/models/project_services/redmine_service.rb
View file @
abbcbc41
...
...
@@ -9,7 +9,7 @@ class RedmineService < IssueTrackerService
end
def
description
s_
(
'IssueTracker|Use Redmine as the issue tracker.'
)
s_
(
"IssueTracker|Use Redmine as this project's issue tracker."
)
end
def
help
...
...
app/models/project_services/unify_circuit_service.rb
View file @
abbcbc41
...
...
@@ -6,7 +6,7 @@ class UnifyCircuitService < ChatNotificationService
end
def
description
'Receive event notifications in Unify Circuit'
s_
(
'Integrations|Send notifications about project events to Unify Circuit.'
)
end
def
self
.
to_param
...
...
changelogs/unreleased/msj-integrations-top-page.yml
0 → 100644
View file @
abbcbc41
---
title
:
Review and revise project integration descriptions
merge_request
:
60510
author
:
type
:
other
ee/app/models/project_services/gitlab_slack_application_service.rb
View file @
abbcbc41
...
...
@@ -30,7 +30,7 @@ class GitlabSlackApplicationService < Service
end
def
description
s_
(
'Integrations|
Use the GitLab Slack application
'
)
s_
(
'Integrations|
Enable GitLab.com slash commands in a Slack workspace.
'
)
end
def
self
.
to_param
...
...
locale/gitlab.pot
View file @
abbcbc41
...
...
@@ -4349,7 +4349,7 @@ msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
msgid "AsanaService|Add commit messages as comments to Asana tasks"
msgid "AsanaService|Add commit messages as comments to Asana tasks
.
"
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
...
...
@@ -17469,6 +17469,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
msgstr ""
msgid "Integrations|Enable comments"
msgstr ""
...
...
@@ -17538,6 +17541,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
msgid "Integrations|Send notifications about project events to Unify Circuit."
msgstr ""
msgid "Integrations|Sign in to add namespaces"
msgstr ""
...
...
@@ -17550,7 +17556,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
msgid "Integrations|Update your
projects on Packagist, the main Composer repository
"
msgid "Integrations|Update your
Packagist projects.
"
msgstr ""
msgid "Integrations|Use custom settings"
...
...
@@ -17559,9 +17565,6 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|Use the GitLab Slack application"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
msgstr ""
...
...
@@ -18096,10 +18099,10 @@ msgstr ""
msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
msgid "IssueTracker|Use Redmine as the issue tracker."
msgid "IssueTracker|Use Redmine as the issue tracker.
%{docs_link}
"
msgstr ""
msgid "IssueTracker|Use Redmine as th
e issue tracker. %{docs_link}
"
msgid "IssueTracker|Use Redmine as th
is project's issue tracker.
"
msgstr ""
msgid "IssueTracker|Use YouTrack as this project's issue tracker."
...
...
@@ -18108,10 +18111,10 @@ msgstr ""
msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
msgstr ""
msgid "IssueTracker|Use a custom issue tracker
that is not in the integration list. %{docs_link}
"
msgid "IssueTracker|Use a custom issue tracker
as this project's issue tracker.
"
msgstr ""
msgid "IssueTracker|Use a custom issue tracker
.
"
msgid "IssueTracker|Use a custom issue tracker
that is not in the integration list. %{docs_link}
"
msgstr ""
msgid "Issues"
...
...
@@ -18402,15 +18405,15 @@ msgstr ""
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Track issues in Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
msgstr ""
msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
msgid "JiraService|Use a password for server version and an API token for cloud version."
msgstr ""
...
...
@@ -23989,13 +23992,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
msgid "PivotalTrackerService|
Comma-separated list of branches which will be automatically inspected. Leave blank to include all branch
es."
msgid "PivotalTrackerService|
Add commit messages as comments to PivotalTracker stori
es."
msgstr ""
msgid "PivotalTrackerService|
Pivotal Tracker API token
."
msgid "PivotalTrackerService|
Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches
."
msgstr ""
msgid "PivotalTrackerService|P
roject Management Software (Source Commits Endpoint)
"
msgid "PivotalTrackerService|P
ivotal Tracker API token.
"
msgstr ""
msgid "Plain diff"
...
...
@@ -26341,6 +26344,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
msgid "PushoverService|Get real-time notifications on your device."
msgstr ""
msgid "PushoverService|High Priority"
msgstr ""
...
...
@@ -26356,9 +26362,6 @@ msgstr ""
msgid "PushoverService|Normal Priority"
msgstr ""
msgid "PushoverService|Pushover makes it easy to get real-time notifications on your Android device, iPhone, iPad, and Desktop."
msgstr ""
msgid "PushoverService|See project %{project_full_name}"
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