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
a69f40d5
Commit
a69f40d5
authored
Dec 10, 2021
by
Sincheol (David) Kim
Committed by
Heinrich Lee Yu
Dec 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve a FOSS spec failure
parent
01dd30cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/controllers/projects/merge_requests_controller.rb
app/controllers/projects/merge_requests_controller.rb
+1
-2
ee/app/controllers/ee/projects/merge_requests_controller.rb
ee/app/controllers/ee/projects/merge_requests_controller.rb
+1
-0
No files found.
app/controllers/projects/merge_requests_controller.rb
View file @
a69f40d5
...
...
@@ -83,8 +83,7 @@ class Projects::MergeRequestsController < Projects::MergeRequests::ApplicationCo
:ci_environments_status
,
:destroy
,
:rebase
,
:discussions
,
:description_diff
:discussions
]
def
index
...
...
ee/app/controllers/ee/projects/merge_requests_controller.rb
View file @
a69f40d5
...
...
@@ -33,6 +33,7 @@ module EE
feature_category
:code_review
,
[
:delete_description_version
,
:description_diff
]
urgency
:high
,
[
:delete_description_version
]
urgency
:low
,
[
:description_diff
]
end
def
can_run_sast_experiments_on?
(
project
)
...
...
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