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
fde497b7
Commit
fde497b7
authored
Jul 03, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
3a0fd6d1
db26cdda
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lib/feature/gitaly.rb
lib/feature/gitaly.rb
+6
-1
spec/models/appearance_spec.rb
spec/models/appearance_spec.rb
+1
-1
No files found.
lib/feature/gitaly.rb
View file @
fde497b7
...
@@ -8,7 +8,12 @@ class Feature
...
@@ -8,7 +8,12 @@ class Feature
# CATFILE_CACHE sets an incorrect example
# CATFILE_CACHE sets an incorrect example
CATFILE_CACHE
=
'catfile-cache'
.
freeze
CATFILE_CACHE
=
'catfile-cache'
.
freeze
SERVER_FEATURE_FLAGS
=
[
CATFILE_CACHE
].
freeze
SERVER_FEATURE_FLAGS
=
[
CATFILE_CACHE
,
'get_commit_signatures'
.
freeze
].
freeze
DEFAULT_ON_FLAGS
=
Set
.
new
([
CATFILE_CACHE
]).
freeze
DEFAULT_ON_FLAGS
=
Set
.
new
([
CATFILE_CACHE
]).
freeze
class
<<
self
class
<<
self
...
...
spec/models/appearance_spec.rb
View file @
fde497b7
...
@@ -21,7 +21,7 @@ describe Appearance do
...
@@ -21,7 +21,7 @@ describe Appearance do
end
end
end
end
context
'with uploads'
do
context
'with uploads'
,
:quarantine
do
it_behaves_like
'model with uploads'
,
false
do
it_behaves_like
'model with uploads'
,
false
do
let
(
:model_object
)
{
create
(
:appearance
,
:with_logo
)
}
let
(
:model_object
)
{
create
(
:appearance
,
:with_logo
)
}
let
(
:upload_attribute
)
{
:logo
}
let
(
:upload_attribute
)
{
:logo
}
...
...
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