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
555d08d9
Commit
555d08d9
authored
Feb 19, 2021
by
Jaime Martinez
Committed by
Kamil Trzciński
Feb 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable pages_serve_with_zip_file_protocol by default
parent
bb7df266
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/models/pages/lookup_path.rb
app/models/pages/lookup_path.rb
+1
-1
changelogs/unreleased/321677-enable-pages-zip-file-protocol-by-default.yml
...ased/321677-enable-pages-zip-file-protocol-by-default.yml
+5
-0
config/feature_flags/development/pages_serve_with_zip_file_protocol.yml
..._flags/development/pages_serve_with_zip_file_protocol.yml
+1
-1
No files found.
app/models/pages/lookup_path.rb
View file @
555d08d9
...
...
@@ -52,7 +52,7 @@ module Pages
def
zip_source
return
unless
deployment
&
.
file
return
if
deployment
.
file
.
file_storage?
&&
!
Feature
.
enabled?
(
:pages_serve_with_zip_file_protocol
,
project
)
return
if
deployment
.
file
.
file_storage?
&&
!
Feature
.
enabled?
(
:pages_serve_with_zip_file_protocol
,
project
,
default_enabled:
true
)
return
if
deployment
.
migrated?
&&
!
Feature
.
enabled?
(
:pages_serve_from_migrated_zip
,
project
)
...
...
changelogs/unreleased/321677-enable-pages-zip-file-protocol-by-default.yml
0 → 100644
View file @
555d08d9
---
title
:
Enable pages_serve_with_zip_file_protocol by default
merge_request
:
54650
author
:
type
:
changed
config/feature_flags/development/pages_serve_with_zip_file_protocol.yml
View file @
555d08d9
...
...
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/321677
milestone
:
'
13.6'
type
:
development
group
:
group::release
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