Skip to content
Snippets Groups Projects
Commit 937081e6 authored by joel.vonderwe's avatar joel.vonderwe Committed by michael.minelli
Browse files

Add sonar route and error

parent 3e7cf4c9
Branches
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ enum DojoStatusCode {
TAG_WITH_ACTIVE_LINK_DELETION = 11102,
TAG_PROPOSAL_ANSWER_NOT_PENDING = 11103,
ASSIGNMENT_CREATION_SONAR_ERROR = 208,
ASSIGNMENT_CREATION_SONAR_MEMBER = 209,
EXERCISE_CREATION_SONAR_ERROR = 305,
ASSIGNMENT_SONAR_GATE_NOT_FOUND = 401,
ASSIGNMENT_SONAR_PROFILE_NOT_FOUND = 402
......
......@@ -3,10 +3,12 @@ enum SonarRoute {
PROJECT_CREATE_GITLAB = '/api/alm_integrations/import_gitlab_project',
PROJECT_ADD_GATE = '/api/qualitygates/select',
PROJECT_ADD_PROFILE = '/api/qualityprofiles/add_project',
PROJECT_ADD_USER = '/api/permissions/add_user',
PROJECT_DELETE = '/api/projects/delete',
GET_LANGUAGES = '/api/languages/list',
TEST_GATE = '/api/qualitygates/show',
TEST_PROFILE = '/api/qualityprofiles/search',
SEARCH_USER = '/api/users/search'
}
export default SonarRoute;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment