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
1028d7dc
Commit
1028d7dc
authored
Jan 24, 2020
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch dropdown operators to lowercase
parent
bca8d5c7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
8 deletions
+13
-8
app/assets/javascripts/filtered_search/dropdown_operator.js
app/assets/javascripts/filtered_search/dropdown_operator.js
+2
-2
changelogs/unreleased/198655-lowercase-operator.yml
changelogs/unreleased/198655-lowercase-operator.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+6
-6
No files found.
app/assets/javascripts/filtered_search/dropdown_operator.js
View file @
1028d7dc
...
@@ -45,13 +45,13 @@ export default class DropdownOperator extends FilteredSearchDropdown {
...
@@ -45,13 +45,13 @@ export default class DropdownOperator extends FilteredSearchDropdown {
tag
:
'
equal
'
,
tag
:
'
equal
'
,
type
:
'
string
'
,
type
:
'
string
'
,
title
:
'
=
'
,
title
:
'
=
'
,
help
:
__
(
'
I
s
'
),
help
:
__
(
'
i
s
'
),
},
},
{
{
tag
:
'
not-equal
'
,
tag
:
'
not-equal
'
,
type
:
'
string
'
,
type
:
'
string
'
,
title
:
'
!=
'
,
title
:
'
!=
'
,
help
:
__
(
'
I
s not
'
),
help
:
__
(
'
i
s not
'
),
},
},
];
];
this
.
droplab
.
changeHookList
(
this
.
hookId
,
this
.
dropdown
,
[
Filter
],
this
.
config
);
this
.
droplab
.
changeHookList
(
this
.
hookId
,
this
.
dropdown
,
[
Filter
],
this
.
config
);
...
...
changelogs/unreleased/198655-lowercase-operator.yml
0 → 100644
View file @
1028d7dc
---
title
:
Switch dropdown operators to lowercase
merge_request
:
author
:
type
:
other
locale/gitlab.pot
View file @
1028d7dc
...
@@ -10407,15 +10407,9 @@ msgstr ""
...
@@ -10407,15 +10407,9 @@ msgstr ""
msgid "Invocations"
msgid "Invocations"
msgstr ""
msgstr ""
msgid "Is"
msgstr ""
msgid "Is blocked by"
msgid "Is blocked by"
msgstr ""
msgstr ""
msgid "Is not"
msgstr ""
msgid "Is using license seat:"
msgid "Is using license seat:"
msgstr ""
msgstr ""
...
@@ -22461,6 +22455,9 @@ msgstr[1] ""
...
@@ -22461,6 +22455,9 @@ msgstr[1] ""
msgid "invalid milestone state `%{state}`"
msgid "invalid milestone state `%{state}`"
msgstr ""
msgstr ""
msgid "is"
msgstr ""
msgid "is an invalid IP address range"
msgid "is an invalid IP address range"
msgstr ""
msgstr ""
...
@@ -22476,6 +22473,9 @@ msgstr ""
...
@@ -22476,6 +22473,9 @@ msgstr ""
msgid "is invalid because there is upstream lock"
msgid "is invalid because there is upstream lock"
msgstr ""
msgstr ""
msgid "is not"
msgstr ""
msgid "is not a descendant of the Group owning the template"
msgid "is not a descendant of the Group owning the template"
msgstr ""
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