-
- Downloads
Merge branch 'v2.0.0' into main
No related branches found
No related tags found
Checking pipeline status
Showing
- .gitlab-ci.yml 93 additions, 0 deletions.gitlab-ci.yml
- CHANGELOG.md 35 additions, 0 deletionsCHANGELOG.md
- ExpressAPI/.idea/jetbrainsConfiguration 1 addition, 1 deletionExpressAPI/.idea/jetbrainsConfiguration
- ExpressAPI/assets/exercise_gitlab_ci.yml 4 additions, 4 deletionsExpressAPI/assets/exercise_gitlab_ci.yml
- ExpressAPI/package.json 1 addition, 1 deletionExpressAPI/package.json
- ExpressAPI/prisma/migrations/20230913150641_rename_enonce_and_exercice_to_assignment_and_exercise/migration.sql 65 additions, 0 deletions...nce_and_exercice_to_assignment_and_exercise/migration.sql
- ExpressAPI/prisma/schema.prisma 10 additions, 10 deletionsExpressAPI/prisma/schema.prisma
- ExpressAPI/src/config/Config.ts 19 additions, 38 deletionsExpressAPI/src/config/Config.ts
- ExpressAPI/src/controllers/Session.ts 2 additions, 2 deletionsExpressAPI/src/controllers/Session.ts
- ExpressAPI/src/helpers/DojoValidators.ts 4 additions, 4 deletionsExpressAPI/src/helpers/DojoValidators.ts
- ExpressAPI/src/managers/AssignmentManager.ts 39 additions, 0 deletionsExpressAPI/src/managers/AssignmentManager.ts
- ExpressAPI/src/managers/EnonceManager.ts 0 additions, 40 deletionsExpressAPI/src/managers/EnonceManager.ts
- ExpressAPI/src/managers/ExerciseManager.ts 6 additions, 6 deletionsExpressAPI/src/managers/ExerciseManager.ts
- ExpressAPI/src/middlewares/ParamsCallbackManager.ts 15 additions, 15 deletionsExpressAPI/src/middlewares/ParamsCallbackManager.ts
- ExpressAPI/src/middlewares/SecurityMiddleware.ts 7 additions, 7 deletionsExpressAPI/src/middlewares/SecurityMiddleware.ts
- ExpressAPI/src/routes/ApiRoutesManager.ts 9 additions, 9 deletionsExpressAPI/src/routes/ApiRoutesManager.ts
- ExpressAPI/src/routes/AssignmentRoutes.ts 53 additions, 69 deletionsExpressAPI/src/routes/AssignmentRoutes.ts
- ExpressAPI/src/routes/ExerciseRoutes.ts 57 additions, 90 deletionsExpressAPI/src/routes/ExerciseRoutes.ts
- ExpressAPI/src/routes/GitlabRoutes.ts 2 additions, 2 deletionsExpressAPI/src/routes/GitlabRoutes.ts
- ExpressAPI/src/shared 1 addition, 1 deletionExpressAPI/src/shared
Loading
Please register or sign in to comment