-
- Downloads
Rename enonce and exercice to assignment and exercise
parent
390c277c
No related branches found
No related tags found
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
Showing
- 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
- ExpressAPI/src/types/DatabaseTypes.ts 23 additions, 23 deletionsExpressAPI/src/types/DatabaseTypes.ts
- ExpressAPI/src/types/SecurityCheckType.ts 4 additions, 4 deletionsExpressAPI/src/types/SecurityCheckType.ts
- ExpressAPI/src/types/express/index.d.ts 3 additions, 3 deletionsExpressAPI/src/types/express/index.d.ts
Loading
Please register or sign in to comment