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
82920deb
Commit
82920deb
authored
Oct 23, 2020
by
João Cunha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sets reactive_caching_limit_environment default to true
parent
62bac4e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/models/environment.rb
app/models/environment.rb
+1
-1
config/feature_flags/development/reactive_caching_limit_environment.yml
..._flags/development/reactive_caching_limit_environment.yml
+1
-1
No files found.
app/models/environment.rb
View file @
82920deb
...
@@ -395,7 +395,7 @@ class Environment < ApplicationRecord
...
@@ -395,7 +395,7 @@ class Environment < ApplicationRecord
# Overrides ReactiveCaching default to activate limit checking behind a FF
# Overrides ReactiveCaching default to activate limit checking behind a FF
def
reactive_cache_limit_enabled?
def
reactive_cache_limit_enabled?
Feature
.
enabled?
(
:reactive_caching_limit_environment
,
project
)
Feature
.
enabled?
(
:reactive_caching_limit_environment
,
project
,
default_enabled:
true
)
end
end
end
end
...
...
config/feature_flags/development/reactive_caching_limit_environment.yml
View file @
82920deb
...
@@ -4,4 +4,4 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34202
...
@@ -4,4 +4,4 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34202
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/202633
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/202633
group
:
group::configure
group
:
group::configure
type
:
development
type
:
development
default_enabled
:
fals
e
default_enabled
:
tru
e
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