Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NodeSharedCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
Shared
NodeSharedCode
Compare revisions
6214acbd799d9eed3f5b6840858f8d5ecda82c86 to 1346565c5759be045a1347f82eea230d393e38cb
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
dojo_project/projects/shared/nodesharedcode
Select target project
No results found
1346565c5759be045a1347f82eea230d393e38cb
Select Git revision
Swap
Target
dojo_project/projects/shared/nodesharedcode
Select target project
dojo_project/projects/shared/nodesharedcode
1 result
6214acbd799d9eed3f5b6840858f8d5ecda82c86
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
DojoStatusCode => Add assignment name conflict
· 1346565c
michael.minelli
authored
1 year ago
1346565c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
types/Dojo/DojoStatusCode.ts
+1
-0
1 addition, 0 deletions
types/Dojo/DojoStatusCode.ts
with
1 addition
and
0 deletions
types/Dojo/DojoStatusCode.ts
View file @
1346565c
...
...
@@ -11,6 +11,7 @@ enum DojoStatusCode {
ASSIGNMENT_NOT_PUBLISHED
=
205
,
EXERCISE_CORRECTION_NOT_EXIST
=
206
,
EXERCISE_CORRECTION_ALREADY_EXIST
=
207
,
ASSIGNMENT_NAME_CONFLICT
=
208
,
EXERCISE_CREATION_GITLAB_ERROR
=
302
,
EXERCISE_CREATION_INTERNAL_ERROR
=
303
,
MAX_EXERCISE_PER_ASSIGNMENT_REACHED
=
304
...
...
This diff is collapsed.
Click to expand it.