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
e9d27520
Commit
e9d27520
authored
Oct 08, 2021
by
Luke Duncalfe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing labels when password is filled out
Changelog: changed
parent
a0d10fed
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
app/models/integrations/zentao.rb
app/models/integrations/zentao.rb
+2
-1
ee/app/models/integrations/github.rb
ee/app/models/integrations/github.rb
+2
-0
locale/gitlab.pot
locale/gitlab.pot
+7
-1
No files found.
app/models/integrations/zentao.rb
View file @
e9d27520
...
...
@@ -66,7 +66,8 @@ module Integrations
type:
'password'
,
name:
'api_token'
,
title:
s_
(
'ZentaoIntegration|ZenTao API token'
),
non_empty_password_title:
s_
(
'ZentaoIntegration|Enter API token'
),
non_empty_password_title:
s_
(
'ZentaoIntegration|Enter new ZenTao API token'
),
non_empty_password_help:
s_
(
'ProjectService|Leave blank to use your current token.'
),
required:
true
},
{
...
...
ee/app/models/integrations/github.rb
View file @
e9d27520
...
...
@@ -51,6 +51,8 @@ module Integrations
name:
"token"
,
required:
true
,
placeholder:
"8d3f016698e..."
,
non_empty_password_title:
s_
(
'ProjectService|Enter new token'
),
non_empty_password_help:
s_
(
'ProjectService|Leave blank to use your current token.'
),
help:
token_field_help
},
{
type:
'text'
,
name:
"repository_url"
,
...
...
locale/gitlab.pot
View file @
e9d27520
...
...
@@ -26669,6 +26669,9 @@ msgstr ""
msgid "ProjectService|Enter new password."
msgstr ""
msgid "ProjectService|Enter new token"
msgstr ""
msgid "ProjectService|Issue URL"
msgstr ""
...
...
@@ -26684,6 +26687,9 @@ msgstr ""
msgid "ProjectService|Leave blank to use your current password."
msgstr ""
msgid "ProjectService|Leave blank to use your current token."
msgstr ""
msgid "ProjectService|Mock service URL"
msgstr ""
...
...
@@ -39699,7 +39705,7 @@ msgstr ""
msgid "ZentaoIntegration|Base URL of the ZenTao instance."
msgstr ""
msgid "ZentaoIntegration|Enter API token"
msgid "ZentaoIntegration|Enter
new ZenTao
API token"
msgstr ""
msgid "ZentaoIntegration|If different from Web URL."
...
...
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