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
38a68df3
Commit
38a68df3
authored
Jan 31, 2022
by
John Hope
Committed by
Bob Van Landuyt
Jan 31, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Certify add apdex urgency
parent
e14c19ff
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
+5
-0
app/controllers/projects/issues_controller.rb
app/controllers/projects/issues_controller.rb
+1
-0
app/controllers/projects/service_desk_controller.rb
app/controllers/projects/service_desk_controller.rb
+1
-0
ee/app/controllers/projects/quality/test_cases_controller.rb
ee/app/controllers/projects/quality/test_cases_controller.rb
+1
-0
ee/app/controllers/projects/requirements_management/requirements_controller.rb
...ojects/requirements_management/requirements_controller.rb
+2
-0
No files found.
app/controllers/projects/issues_controller.rb
View file @
38a68df3
...
...
@@ -71,6 +71,7 @@ class Projects::IssuesController < Projects::ApplicationController
]
feature_category
:service_desk
,
[
:service_desk
]
urgency
:low
,
[
:service_desk
]
feature_category
:importers
,
[
:import_csv
,
:export_csv
]
attr_accessor
:vulnerability_id
...
...
app/controllers/projects/service_desk_controller.rb
View file @
38a68df3
...
...
@@ -4,6 +4,7 @@ class Projects::ServiceDeskController < Projects::ApplicationController
before_action
:authorize_admin_project!
feature_category
:service_desk
urgency
:low
def
show
json_response
...
...
ee/app/controllers/projects/quality/test_cases_controller.rb
View file @
38a68df3
...
...
@@ -8,6 +8,7 @@ class Projects::Quality::TestCasesController < Projects::ApplicationController
before_action
:authorize_create_test_case!
,
only:
[
:new
]
feature_category
:quality_management
urgency
:medium
def
index
respond_to
do
|
format
|
...
...
ee/app/controllers/projects/requirements_management/requirements_controller.rb
View file @
38a68df3
...
...
@@ -9,6 +9,8 @@ class Projects::RequirementsManagement::RequirementsController < Projects::Appli
before_action
:authorize_import_access!
,
only:
[
:import_csv
,
:authorize
]
feature_category
:requirements_management
urgency
:medium
,
[
:index
,
:authorize
]
urgency
:low
,
[
:import_csv
]
def
index
respond_to
do
|
format
|
...
...
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