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
87dd5bbd
Commit
87dd5bbd
authored
Feb 11, 2021
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable consistent reads of build logs by default
parent
a1614594
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/models/ci/build_trace_chunk.rb
app/models/ci/build_trace_chunk.rb
+1
-1
config/feature_flags/development/gitlab_ci_trace_read_consistency.yml
...re_flags/development/gitlab_ci_trace_read_consistency.yml
+2
-2
No files found.
app/models/ci/build_trace_chunk.rb
View file @
87dd5bbd
...
...
@@ -89,7 +89,7 @@ module Ci
end
def
consistent_reads_enabled?
(
build
)
Feature
.
enabled?
(
:gitlab_ci_trace_read_consistency
,
build
.
project
,
type: :development
,
default_enabled:
fals
e
)
Feature
.
enabled?
(
:gitlab_ci_trace_read_consistency
,
build
.
project
,
type: :development
,
default_enabled:
tru
e
)
end
##
...
...
config/feature_flags/development/gitlab_ci_trace_read_consistency.yml
View file @
87dd5bbd
---
name
:
gitlab_ci_trace_read_consistency
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46976
rollout_issue_url
:
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/320938
milestone
:
'
13.9'
type
:
development
group
:
group::continuous integration
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