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
b12b5ca7
Commit
b12b5ca7
authored
Nov 02, 2020
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix API feature category for epic endpoints
parent
f41f22b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ee/lib/api/epic_issues.rb
ee/lib/api/epic_issues.rb
+1
-1
ee/lib/api/epic_links.rb
ee/lib/api/epic_links.rb
+1
-1
ee/lib/api/epics.rb
ee/lib/api/epics.rb
+1
-1
No files found.
ee/lib/api/epic_issues.rb
View file @
b12b5ca7
...
...
@@ -2,7 +2,7 @@
module
API
class
EpicIssues
<
::
API
::
Base
feature_category
:
issue_tracking
feature_category
:
epics
before
do
authenticate!
...
...
ee/lib/api/epic_links.rb
View file @
b12b5ca7
...
...
@@ -4,7 +4,7 @@ module API
class
EpicLinks
<
::
API
::
Base
include
::
Gitlab
::
Utils
::
StrongMemoize
feature_category
:
issue_tracking
feature_category
:
epics
before
do
authenticate!
...
...
ee/lib/api/epics.rb
View file @
b12b5ca7
...
...
@@ -4,7 +4,7 @@ module API
class
Epics
<
::
API
::
Base
include
PaginationParams
feature_category
:
issue_tracking
feature_category
:
epics
before
do
authenticate_non_get!
...
...
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