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
fa5e2541
Commit
fa5e2541
authored
Jan 28, 2021
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab master
parents
f4c7d6a0
8516b827
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
58 additions
and
55 deletions
+58
-55
app/views/admin/runners/index.html.haml
app/views/admin/runners/index.html.haml
+1
-1
app/views/authentication/_authenticate.html.haml
app/views/authentication/_authenticate.html.haml
+1
-1
app/views/authentication/_register.html.haml
app/views/authentication/_register.html.haml
+1
-1
changelogs/unreleased/gl-button-utf-try-again.yml
changelogs/unreleased/gl-button-utf-try-again.yml
+5
-0
doc/README.md
doc/README.md
+47
-47
doc/operations/feature_flags.md
doc/operations/feature_flags.md
+3
-5
No files found.
app/views/admin/runners/index.html.haml
View file @
fa5e2541
...
...
@@ -50,7 +50,7 @@
.filtered-search-box
=
dropdown_tag
(
_
(
'Recent searches'
),
options:
{
wrapper_class:
'filtered-search-history-dropdown-wrapper'
,
toggle_class:
'
gl-button
btn filtered-search-history-dropdown-toggle-button'
,
toggle_class:
'btn filtered-search-history-dropdown-toggle-button'
,
dropdown_class:
'filtered-search-history-dropdown'
,
content_class:
'filtered-search-history-dropdown-content'
})
do
.js-filtered-search-history-dropdown
{
data:
{
full_path:
admin_runners_path
}
}
...
...
app/views/authentication/_authenticate.html.haml
View file @
fa5e2541
...
...
@@ -7,7 +7,7 @@
%script
#js-authenticate-token-2fa-error
{
type:
"text/template"
}
%div
%p
<
%=
error_message
%
>
(
<
%=
error_name
%
>
)
%a
.btn.btn-block.btn-warning
#js-token-2fa-try-again
=
_
(
"Try again?"
)
%a
.btn.
gl-button.
btn-block.btn-warning
#js-token-2fa-try-again
=
_
(
"Try again?"
)
%script
#js-authenticate-token-2fa-authenticated
{
type:
"text/template"
}
%div
...
...
app/views/authentication/_register.html.haml
View file @
fa5e2541
...
...
@@ -21,7 +21,7 @@
%div
%p
%span
<
%=
error_message
%
>
(
<
%=
error_name
%
>
)
%a
.btn.btn-warning
#js-token-2fa-try-again
=
_
(
"Try again?"
)
%a
.btn.
gl-button.
btn-warning
#js-token-2fa-try-again
=
_
(
"Try again?"
)
%script
#js-register-token-2fa-registered
{
type:
"text/template"
}
.row.gl-mb-3
...
...
changelogs/unreleased/gl-button-utf-try-again.yml
0 → 100644
View file @
fa5e2541
---
title
:
Apply new GitLab UI class for U2F try again button
merge_request
:
52759
author
:
Yogi (@yo)
type
:
other
doc/README.md
View file @
fa5e2541
This diff is collapsed.
Click to expand it.
doc/operations/feature_flags.md
View file @
fa5e2541
...
...
@@ -7,7 +7,6 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Feature Flags **(FREE)**
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/7433) in GitLab 11.4.
> - [Moved](https://gitlab.com/gitlab-org/gitlab/-/issues/212318) to [GitLab Starter](https://about.gitlab.com/pricing/) in 13.4.
> - [Moved](https://gitlab.com/gitlab-org/gitlab/-/issues/212318) to [GitLab Core](https://about.gitlab.com/pricing/) in 13.5.
With Feature Flags, you can deploy your application's new features to production in smaller batches.
...
...
@@ -61,14 +60,13 @@ next to any feature flag in the list.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/254379) in GitLab 13.5.
The maximum number of feature flags per project on self-managed GitLab instances
is 200.
On GitLab.com, the maximum number is determined by
[
GitLab.com
tier
](
https://about.gitlab.com/pricing/
)
:
is 200.
For GitLab SaaS, the maximum number is determined by
[
tier
](
https://about.gitlab.com/pricing/
)
:
| Tier | Number of feature flags per project |
|----------|-------------------------------------|
| Free | 50 |
| Bronze | 100 |
| Silver | 150 |
| Gold | 200 |
| Premium | 150 |
| Ultimate | 200 |
## Feature flag strategies
...
...
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