Mathis H (Avnyr) Mathis
  • Autodidacte de 24 ans.

  • Joined on 2024-02-22
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-29 11:31:57 +02:00
8fe0fa57d8 feat(services): add Vehicle methods to mysql service
2796b514eb feat(routes): add BrandController methods to catalog routes
0053c0ce19 feat(interfaces): add IDbVehicle interface
041e77efcd feat(controllers): include request param to getAll functions
Compare 4 commits »
Mathis closed issue WorkSimplon/brief-05-back#28 2024-04-29 09:55:30 +02:00
Controller 'Model'
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-29 09:54:25 +02:00
915b205b6e chore(others): add mariadb to .gitignore
4ff1aa852d feat(app): add handling for app port from environment variable
c024770b4a feat(services): handle MySQL connection errors with process exit
37ec62405e feat(routes): update catalog routes with ModelController methods
57151ec777 feat(controllers): add new TODO in model.controller
Compare 5 commits »
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-29 09:39:22 +02:00
0f8fd9a3e8 feat: Add Docker compose file for database setup
Mathis deleted branch shitcode from WorkSimplon/brief-05-back 2024-04-29 09:01:02 +02:00
Mathis synced commits to master at Mathis/free-for-dev from mirror 2024-04-26 21:17:32 +02:00
fe9aa41875 Merge pull request #3364 from shanzei27/master
8576111827 Update README.md
f7e44493cb Merge pull request #3363 from jonarnes/master
3ad2aa51bd Update README.md
Compare 4 commits »
Mathis closed issue WorkSimplon/brief-05-back#30 2024-04-26 16:22:38 +02:00
Fix de l'export de Jose
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 16:22:34 +02:00
80dff138cc chore(others): add dist to .gitignore
0887fe213f feat(services): update JWT methods in jwt.service.ts
Compare 2 commits »
Mathis opened issue WorkSimplon/brief-05-back#30 2024-04-26 16:18:55 +02:00
Fix de l'export de Jose
Mathis pushed to shitcode at WorkSimplon/brief-05-back 2024-04-26 16:08:00 +02:00
1bc4053fbc breuh
38a159cc0a feat: Remove authentication-related files and update package.json
Compare 2 commits »
Mathis created branch shitcode in WorkSimplon/brief-05-back 2024-04-26 16:08:00 +02:00
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 15:44:05 +02:00
3231f916f8 feat(validators): add check for non-existent userId
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 14:09:33 +02:00
a74731a49e feat(controllers): add ModelController with CRUD methods
Mathis synced commits to master at Mathis/free-for-dev from mirror 2024-04-26 13:07:32 +02:00
65c4d07339 Merge pull request #3362 from minaelee/patch-1
9850ed8d1a Merge branch 'ripienaar:master' into patch-1
c84ebbba92 Add Fern to lists
Compare 3 commits »
Mathis synced and deleted reference refs/tags/refs/pull/3362/merge at Mathis/free-for-dev from mirror 2024-04-26 13:07:32 +02:00
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 12:21:18 +02:00
9bdcdef88f feat(routes): apply routers and rename files
Mathis closed issue WorkSimplon/brief-05-back#27 2024-04-26 12:14:06 +02:00
Service 'Model'
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 12:13:32 +02:00
5d53cd28f8 refactor(services): update methods in ModelService
8711b3530a feat(services): add fetch functions for models
13d72ad529 feat(services): update logging in updateModel and add deleteModel
Compare 3 commits »
Mathis pushed to main at WorkSimplon/brief-05-back 2024-04-26 11:58:15 +02:00
f23aabccd4 feat(services): add updateModel function and refine createModel function in model.service.ts
c70bcef352 feat(services): add model service
Compare 2 commits »
Mathis closed issue WorkSimplon/brief-05-back#7 2024-04-26 11:39:36 +02:00
Service DB - CRUD > MODELS