2 files + 6 − 1 Inline Compare changes Side-by-side Inline Show whitespace changes Files 2 types/Dojo/DojoStatusCode.ts +5 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,11 @@ enum DojoStatusCode { CLIENT_NOT_SUPPORTED = 100, CLIENT_VERSION_NOT_SUPPORTED = 110, ASSIGNMENT_PUBLISH_NO_PIPELINE = 200, ASSIGNMENT_PUBLISH_PIPELINE_FAILED = 201 ASSIGNMENT_PUBLISH_PIPELINE_FAILED = 201, ASSIGNMENT_CREATION_GITLAB_ERROR = 202, ASSIGNMENT_CREATION_INTERNAL_ERROR = 203, EXERCISE_CREATION_GITLAB_ERROR = 302, EXERCISE_CREATION_INTERNAL_ERROR = 303 } Loading types/Gitlab/GitlabRoute.ts +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ enum GitlabRoute { USERS_GET = '/users', REPOSITORY_GET = '/projects/{{id}}', REPOSITORY_CREATE = '/projects', REPOSITORY_DELETE = '/projects/{{id}}', REPOSITORY_EDIT = '/projects/{{id}}', REPOSITORY_FORK = '/projects/{{id}}/fork', REPOSITORY_MEMBER_ADD = '/projects/{{id}}/members', Loading
types/Dojo/DojoStatusCode.ts +5 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,11 @@ enum DojoStatusCode { CLIENT_NOT_SUPPORTED = 100, CLIENT_VERSION_NOT_SUPPORTED = 110, ASSIGNMENT_PUBLISH_NO_PIPELINE = 200, ASSIGNMENT_PUBLISH_PIPELINE_FAILED = 201 ASSIGNMENT_PUBLISH_PIPELINE_FAILED = 201, ASSIGNMENT_CREATION_GITLAB_ERROR = 202, ASSIGNMENT_CREATION_INTERNAL_ERROR = 203, EXERCISE_CREATION_GITLAB_ERROR = 302, EXERCISE_CREATION_INTERNAL_ERROR = 303 } Loading
types/Gitlab/GitlabRoute.ts +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ enum GitlabRoute { USERS_GET = '/users', REPOSITORY_GET = '/projects/{{id}}', REPOSITORY_CREATE = '/projects', REPOSITORY_DELETE = '/projects/{{id}}', REPOSITORY_EDIT = '/projects/{{id}}', REPOSITORY_FORK = '/projects/{{id}}/fork', REPOSITORY_MEMBER_ADD = '/projects/{{id}}/members', Loading