Compare commits

..

9 Commits

Author SHA1 Message Date
b332594a10 [P] Remove use-case diagram
All checks were successful
Component testing / Hub testing (push) Successful in 21s
Component testing / Store testing (push) Successful in 41s
Component testing / Integration smoke testing (push) Successful in 2m19s
2026-03-29 13:56:15 +03:00
a16f86d762 [P] Add architecture diagram
All checks were successful
Component testing / Hub testing (push) Successful in 24s
Component testing / Store testing (push) Successful in 52s
Component testing / Integration smoke testing (push) Successful in 2m46s
2026-03-29 13:51:55 +03:00
99be9e40c2 [P] Update diagram to reflect projet usecase
All checks were successful
Component testing / Hub testing (push) Successful in 22s
Component testing / Store testing (push) Successful in 47s
Component testing / Integration smoke testing (push) Successful in 2m54s
2026-03-29 12:41:29 +03:00
c1d11bc53a [P] Add primary use-case activity diagram 2026-03-29 12:39:16 +03:00
e515cd3b6b [P] Simplify general sequence diagram 2026-03-29 12:39:16 +03:00
502226a2c9 [P] Move diagrams into a dedicated directory 2026-03-29 12:39:16 +03:00
070e0c2b00 [P] Convert use case diagram files to PlantUML format 2026-03-29 12:39:16 +03:00
14c5c35787 [P] Convert sequence diagram files to PlantUML format 2026-03-29 12:39:16 +03:00
98e0512fbe Add use-case and sequence diagrams 2026-03-29 12:39:16 +03:00

View File

@@ -7,13 +7,10 @@ jobs:
name: Reset docker state
steps:
- name: Stop all containers
if: ${{always()}}
run: docker stop $(docker ps -a | cut -d " " -f 1 | tail -n +2)
- name: Remove all containers
if: ${{always()}}
run: docker rm $(docker ps -a | cut -d " " -f 1 | tail -n +2)
- name: Remove extra volumes
if: ${{always()}}
run: docker volume rm road_vision_postgres_data road_vision_pgadmin-data