168 Commits

Author SHA1 Message Date
b171f42fa6 [P] Integrate MapView testing into CI pipeline
All checks were successful
Component testing / Hub testing (push) Successful in 21s
Component testing / Store testing (push) Successful in 41s
Component testing / MapView testing (push) Successful in 16s
Component testing / Integration smoke testing (push) Successful in 2m13s
2026-03-31 12:55:30 +03:00
92c0acda2c [P] Add more datasource tests 2026-03-31 12:50:51 +03:00
058aac36c7 [P] Fix datasource unit tests 2026-03-31 12:50:51 +03:00
SimonSanich
0f053f5c8f Add unit tests for MapView functions
All checks were successful
Component testing / Hub testing (push) Successful in 43s
Component testing / Store testing (push) Successful in 1m13s
Component testing / Integration smoke testing (push) Successful in 2m51s
2026-03-30 18:55:05 +03:00
46fb233dcb [P] Remove use-case diagram
All checks were successful
Component testing / Hub testing (push) Successful in 22s
Component testing / Store testing (push) Successful in 50s
Component testing / Integration smoke testing (push) Successful in 2m21s
2026-03-29 14:16:22 +03:00
058a21c271 [P] Add architecture diagram 2026-03-29 14:16:22 +03:00
dc09d79696 [P] Update diagram to reflect projet usecase 2026-03-29 14:16:22 +03:00
e17ecb7842 [P] Add primary use-case activity diagram 2026-03-29 14:16:22 +03:00
a19c1af2a7 [P] Simplify general sequence diagram 2026-03-29 14:16:22 +03:00
b47b932ae3 [P] Move diagrams into a dedicated directory 2026-03-29 14:16:22 +03:00
46955a2175 [P] Convert use case diagram files to PlantUML format 2026-03-29 14:16:22 +03:00
a91692eb62 [P] Convert sequence diagram files to PlantUML format 2026-03-29 14:16:22 +03:00
95e1085d64 Add use-case and sequence diagrams 2026-03-29 14:16:22 +03:00
c820b6f990 [P] Always execute all steps while cleaning up
All checks were successful
Component testing / Hub testing (push) Successful in 17s
Component testing / Store testing (push) Successful in 41s
Component testing / Integration smoke testing (push) Successful in 2m22s
2026-03-29 13:59:08 +03:00
2164003482 [P] Integrate additional store testing into CI pipeline
Some checks failed
Component testing / Hub testing (push) Successful in 25s
Component testing / Store testing (push) Successful in 45s
Component testing / Integration smoke testing (push) Failing after 11m40s
2026-03-27 20:19:34 +02:00
57a370ad69 [P] Remove trailing spaces
Some checks failed
Component testing / Hub testing (push) Successful in 22s
Component testing / Store testing (push) Successful in 24s
Component testing / Integration smoke testing (push) Has been cancelled
2026-03-27 19:51:27 +02:00
b2b8906478 [P] Remove uncessecary empty line 2026-03-27 19:49:18 +02:00
8a59f601c4 [P] Send only visible records from store on websocket connection 2026-03-27 19:49:18 +02:00
dc3e9b3e7a [P] Remove user_id from store <-> mapview interaction, fix update_db_record 2026-03-27 19:49:18 +02:00
0182d20348 [P] Sync the async function 2026-03-27 19:49:18 +02:00
adae93aba4 [P] Add database update after marker deletion. 2026-03-27 19:49:18 +02:00
2c4526d0ec [P] Code cleanup. 2026-03-27 19:49:18 +02:00
6850454711 [P] Fix several crashes triggered in one call sequence 2026-03-27 16:40:21 +01:00
abbc703b1b [P] Improve marker removal architecture to allow for future extensions 2026-03-27 16:40:21 +01:00
79a58f1737 [P] Add touch handling (untested). 2026-03-27 16:40:21 +01:00
39fca87025 Correct pothole deletion function 2026-03-27 16:40:21 +01:00
3bc39e011d Use lat lon validation 2026-03-27 16:40:21 +01:00
b2780c1c6b Add lat lon to pothole mapper 2026-03-27 16:40:21 +01:00
1e607729e2 Add type hints 2026-03-27 16:40:21 +01:00
8dc8a1f4ba [P] Add bump remove function 2026-03-27 16:40:21 +01:00
a578a96347 Merge branch 'github/dev' into dev
All checks were successful
Component testing / Hub testing (push) Successful in 24s
Component testing / Store testing (push) Successful in 35s
Component testing / Integration smoke testing (push) Successful in 2m51s
2026-03-27 16:28:41 +02:00
VladiusVostokus
5749dd825f Merge pull request #30 from Rhinemann/lab4/gryshaiev-SCRUM-82-test-new-records-in-db
Add test for new records in DB
2026-03-27 16:14:51 +02:00
86c6c14502 [L4] Correct road state string 2026-03-27 16:03:41 +02:00
561004a49c [L4] Fix relative module imports 2026-03-27 16:03:38 +02:00
SimonSanich
7d75a15de1 Add test for new records in DB 2026-03-27 15:14:17 +02:00
ІМ-24 Владислав Коваленко
eca98c4469 fix: actually use session variable in websocket GET
All checks were successful
Component testing / Hub testing (push) Successful in 23s
Component testing / Store testing (push) Successful in 24s
Component testing / Integration smoke testing (push) Successful in 2m42s
2026-03-26 16:52:00 +00:00
ІМ-24 Владислав Коваленко
c553384ce7 fix: add session rollback in DELETE
All checks were successful
Component testing / Hub testing (push) Successful in 17s
Component testing / Store testing (push) Successful in 28s
Component testing / Integration smoke testing (push) Successful in 2m44s
2026-03-26 15:59:57 +00:00
ІМ-24 Владислав Коваленко
1bf5687505 fix: add session rollback in PUT 2026-03-26 15:56:34 +00:00
ІМ-24 Владислав Коваленко
0d9dcef994 fix: close connection after GET in websocket 2026-03-26 15:52:33 +00:00
ІМ-24 Владислав Коваленко
d073243c67 refactor: use try block for error handling and session rollback
All checks were successful
Component testing / Hub testing (push) Successful in 23s
Component testing / Store testing (push) Successful in 30s
Component testing / Integration smoke testing (push) Successful in 2m28s
2026-03-26 14:07:37 +00:00
ІМ-24 Владислав Коваленко
0d364ddf61 fix: remove visibility update from PUT endpoint 2026-03-26 14:07:37 +00:00
ІМ-24 Владислав Коваленко
05c94bda81 feat: update visibility field with websocket 2026-03-26 14:07:37 +00:00
ІМ-24 Владислав Коваленко
26230df612 feat: add schema for receiving data from websocker 2026-03-26 14:07:37 +00:00
ІМ-24 Владислав Коваленко
ae10e212cb fix: remove visible from schemas, so only store knows about it 2026-03-26 14:07:37 +00:00
ІМ-24 Владислав Коваленко
e2e68e8506 fix: add visible columnt to .sql init script 2026-03-26 14:07:37 +00:00
ІМ-24 Владислав Коваленко
1375e6e4be feat: add visibility field to database table 2026-03-26 14:07:37 +00:00
ІМ-24 Владислав Коваленко
154c5c3a78 feat: add visibility field 2026-03-26 14:07:37 +00:00
1f6b02c5f6 [P] Add a simple .gpx to .csv file converter
All checks were successful
Component testing / Hub testing (push) Successful in 33s
Component testing / Store testing (push) Successful in 32s
Component testing / Integration smoke testing (push) Successful in 3m0s
2026-03-25 23:39:32 +02:00
69523a9fd2 [P] Reduce batch size to improve viewing experience
Some checks failed
Component testing / Hub testing (push) Successful in 25s
Component testing / Integration smoke testing (push) Has been cancelled
Component testing / Store testing (push) Has been cancelled
2026-03-25 23:35:24 +02:00
094662f59e [P] Add second agent in docker-compose.yaml
Some checks failed
Component testing / Hub testing (push) Has been cancelled
Component testing / Store testing (push) Has been cancelled
Component testing / Integration smoke testing (push) Has been cancelled
2026-03-25 23:27:59 +02:00