Skip to content
Snippets Groups Projects
Commit 8efab438 authored by joel.vonderwe's avatar joel.vonderwe
Browse files

Add sonar route and error

parent bd29fe76
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ enum DojoStatusCode {
EXERCISE_CORRECTION_NOT_EXIST = 206,
EXERCISE_CORRECTION_ALREADY_EXIST = 207,
ASSIGNMENT_CREATION_SONAR_ERROR = 208,
ASSIGNMENT_CREATION_SONAR_MEMBER = 209,
EXERCISE_CREATION_GITLAB_ERROR = 302,
EXERCISE_CREATION_INTERNAL_ERROR = 303,
MAX_EXERCISE_PER_ASSIGNMENT_REACHED = 304,
......
......@@ -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