Compare commits

...

2 Commits

Author SHA1 Message Date
Maillal
81ce4fdb4c fix: commented docker back lines in order to push after trying to fix the error in tests
All checks were successful
Format / formatting (push) Successful in 6s
Build / build (push) Successful in 39s
CI / build (push) Successful in 11s
2025-03-30 19:35:14 +02:00
Maillal
ebd76a30ee feat: updated date format next is descriptions and setting up http request tests 2025-03-27 17:34:41 +01:00
6 changed files with 24 additions and 17 deletions

View File

@ -48,4 +48,4 @@ services:
# container_name: MyINPulse-back # container_name: MyINPulse-back
# ports: # ports:
# - "8081:8080" # - "8081:8080"
#

View File

@ -42,11 +42,11 @@ services:
# ports: # ports:
# - "8080:80" # - "8080:80"
back: #back:
build: # build:
context: ./MyINPulse-back/ # context: ./MyINPulse-back/
dockerfile: Dockerfile # dockerfile: Dockerfile
container_name: MyINPulse-back # container_name: MyINPulse-back
ports: # ports:
- "8081:8080" # - "8081:8080"

View File

@ -45,11 +45,11 @@ services:
ports: ports:
- "8080:80" - "8080:80"
back: #back:
build: # build:
context: ./MyINPulse-back/ # context: ./MyINPulse-back/
dockerfile: Dockerfile # dockerfile: Dockerfile
container_name: MyINPulse-back # container_name: MyINPulse-back
#ports: # #ports:
# - "8081:8080" # # - "8081:8080"

View File

@ -59,6 +59,7 @@ components:
type: string type: string
modificationDate: modificationDate:
type: string type: string
example: 02-05-2025
project: project:
type: object type: object
properties: properties:
@ -68,6 +69,7 @@ components:
type: string type: string
creationDate: creationDate:
type: string type: string
example: 02-05-2025
logo: logo:
example: to be discussed not yet fixed example: to be discussed not yet fixed
type: string type: string
@ -84,8 +86,10 @@ components:
properties: properties:
appointmentDate: appointmentDate:
type: string type: string
example: 02-05-2025
appointmentTime: appointmentTime:
type: string type: string
example: '10:15:30'
appointmentDuration: appointmentDuration:
type: string type: string
appointmentPlace: appointmentPlace:
@ -103,7 +107,7 @@ components:
MyINPulse-entrepreneur: Utilisateur MyINPulse-entrepreneur: Utilisateur
servers: servers:
- url: 'http://localhost:8081/' - url: 'http://localhost:8081/'
description: Backend developper server description: Backend server
paths: paths:
/admin/projects: /admin/projects:
get: get:

View File

@ -37,7 +37,6 @@ components:
flows: flows:
implicit: implicit:
authorizationUrl: http://localhost:7080 authorizationUrl: http://localhost:7080
description: keycloak server
scopes: scopes:
MyINPulse-admin: Administrateur MyINPulse-admin: Administrateur
MyINPulse-entrepreneur: Utilisateur MyINPulse-entrepreneur: Utilisateur

View File

@ -50,6 +50,7 @@ sectionCell:
type: string type: string
modificationDate: modificationDate:
type: string type: string
example: "02-05-2025"
project: project:
type: object type: object
@ -60,6 +61,7 @@ project:
type: string type: string
creationDate: creationDate:
type: string type: string
example: "02-05-2025"
logo: logo:
example: to be discussed not yet fixed example: to be discussed not yet fixed
type: string type: string
@ -78,8 +80,10 @@ appointement:
properties: properties:
appointmentDate: appointmentDate:
type: string type: string
example: "02-05-2025"
appointmentTime: appointmentTime:
type: string type: string
example: "10:15:30"
appointmentDuration: appointmentDuration:
type: string type: string
appointmentPlace: appointmentPlace: