358 Commits

Author SHA1 Message Date
Carlos Santos
b3470d7ea0 ci: start openvidu meet for receiving the webhooks events 2025-04-23 17:27:30 +02:00
Carlos Santos
3eb3b203b2 backend: change MEET_LOG_LEVEL to verbose in .env.test for improved logging 2025-04-23 17:01:14 +02:00
Carlos Santos
686547fe87 tests: add sleep for 6 seconds after disconnecting fake participants in delete room tests 2025-04-23 16:56:05 +02:00
Carlos Santos
514965162d ci: add jest-junit for test reporting and update integration test workflow 2025-04-23 15:02:54 +02:00
Carlos Santos
51e2f9103f tests: increase sleep duration to 4 seconds for webhook verification in garbage collector tests 2025-04-23 14:48:11 +02:00
Carlos Santos
ca59577fa5 backend: add .env.test configuration file for environment settings 2025-04-23 14:43:49 +02:00
Carlos Santos
72b83d2349 config: increase test timeout to 60 seconds for better stability 2025-04-23 14:43:02 +02:00
Carlos Santos
ace65e5f89 tests: await disconnectFakeParticipants in afterEach hooks for consistency 2025-04-23 14:41:23 +02:00
Carlos Santos
d095233f65 ci: Add installation step for LK CLI in integration tests 2025-04-23 14:29:51 +02:00
Carlos Santos
17df78b566 ci: Add comment to yarn setup step for clarity 2025-04-23 14:26:53 +02:00
Carlos Santos
a2aa400a71 tests: fixed typos 2025-04-23 14:26:38 +02:00
Carlos Santos
221b19677c ci: Add yarn setup step and correct Recording API Tests name in integration workflow 2025-04-23 14:19:57 +02:00
Carlos Santos
1d93328da9 ci: Added room integration tests 2025-04-23 14:06:14 +02:00
Carlos Santos
0a31888257 backend: update integration test scripts 2025-04-23 14:05:50 +02:00
Carlos Santos
82c0241227 ci: update integration test workflow to use main branch and streamline job steps 2025-04-23 14:02:10 +02:00
Carlos Santos
e0a74b4446 test: streamline test server initialization by removing unnecessary await and stopTestServer calls 2025-04-23 13:52:25 +02:00
Carlos Santos
db44b43022 backend: Update error path for roomId in withValidRoomId middleware to improve error reporting 2025-04-23 13:48:19 +02:00
Carlos Santos
9a4237c59d backend: Enhance expectValidRoom to conditionally validate autoDeletionDate based on markedForDeletion 2025-04-23 12:45:12 +02:00
Carlos Santos
80237c2d76 backend: Refactor bulk delete recording tests to utilize expectValidationError for improved clarity and consistency 2025-04-23 12:23:42 +02:00
Carlos Santos
ba88183f26 backend: Refactor room API test descriptions for consistency and enhance assertion helpers 2025-04-23 12:12:57 +02:00
Carlos Santos
0c21d621f8 backend: Fix bulk delete recordings schema to ensure non-empty recording IDs 2025-04-23 11:02:21 +02:00
Carlos Santos
35edc4d0c0 backend: Enhance recording IDs description for clarity and formatting 2025-04-23 11:02:02 +02:00
Carlos Santos
f8a176b4fa backend: Add bulk delete recordings tests and enhance test utilities 2025-04-23 11:01:46 +02:00
Carlos Santos
32c0c9d242 backend: Implement room metadata archiving and retrieval in storage service 2025-04-22 13:42:32 +02:00
Carlos Santos
c33ee7218b backend: Saved recording preferences into the room_metadata json file 2025-04-22 13:03:03 +02:00
Carlos Santos
47350f1b10 backend: Refactor recording timeout handling by extracting timeout registration into a separate method 2025-04-22 11:13:30 +02:00
Carlos Santos
74d1b542b6 backend: Refactor recording timeout handling to properly register and unregister event listeners 2025-04-21 17:32:31 +02:00
Carlos Santos
28fb0a594e backend: Update room test cases to use await for participant joining 2025-04-21 16:27:58 +02:00
Carlos Santos
dae12bcbe4 backend: Add integration tests for recording API and enhance assertion helpers 2025-04-21 16:22:29 +02:00
Carlos Santos
9d42242ba0 backend: Updated recording status when a starting timeout occurs 2025-04-21 16:18:28 +02:00
Carlos Santos
b7b9f9b1c0 backend: Enhance logging format to include metadata for improved context 2025-04-21 14:38:15 +02:00
Carlos Santos
d596e78a46 backend: Refactor recording deletion logic to use Sets for improved performance 2025-04-21 14:04:33 +02:00
Carlos Santos
1ebc45a54f backend: Enhance bulk deletion logic for recordings and improve secrets file handling 2025-04-21 13:47:49 +02:00
Carlos Santos
0e9d050bcb backend: Update recording path extraction to include S3 prefix and fix typo 2025-04-21 11:49:25 +02:00
Carlos Santos
524460e06a backend: Rename setPrivateConfig to setInternalConfig for clarity; add errorRecordingStartTimeout for handling timeout scenarios 2025-04-16 11:09:55 +02:00
Carlos Santos
f6532fa281 backend: Add error responses for recording conflicts and service unavailability; update success response status 2025-04-16 11:09:18 +02:00
Carlos Santos
50afeef235 backend: Update room ID validation in participant token request schema to use sanitized format 2025-04-15 16:50:05 +02:00
Carlos Santos
51d57558d4 backend: Fixed recording ID format in security tests 2025-04-15 14:43:09 +02:00
Carlos Santos
37f5cfdab0 backend: Refactor recording middleware to streamline room ID extraction and improve error handling 2025-04-15 14:42:30 +02:00
Carlos Santos
0e7c47c6d2 backend: Refactor recording ID validation to improve sanitization and format checks 2025-04-15 14:41:40 +02:00
Carlos Santos
20ef57b14c backend: Update meet-room-options schema and validation to enforce roomIdPrefix length limit 2025-04-15 13:22:50 +02:00
Carlos Santos
817135433a backend: Update bulk delete recordings response to handle mixed results and add appropriate status codes 2025-04-15 12:55:43 +02:00
Carlos Santos
2207b7651f backend: Update startRecording response to include Location header and change status code to 201 2025-04-15 12:41:04 +02:00
Carlos Santos
0402f284e7 backend: Update success-room-marked-for-deletion response example and enhance bulk delete response description 2025-04-15 12:21:38 +02:00
Carlos Santos
be6115a343 backend: Remove markedForDeletion property from success-room-marked-for-deletion response 2025-04-15 12:18:14 +02:00
Carlos Santos
d6b69f5d19 backend: Update bulk delete room tests 2025-04-15 12:18:08 +02:00
Carlos Santos
39f755d207 backend: Improve logging and response handling in bulkDeleteRooms function 2025-04-15 12:15:02 +02:00
Carlos Santos
bc01ef1caf backend: Update response examples in success-get-room and success-get-rooms YAML files for clarity and consistency 2025-04-15 12:07:47 +02:00
Carlos Santos
a65018072a backend: Update createRoom to return 201 status on successful room creation 2025-04-15 12:02:02 +02:00
Carlos Santos
5c67f2a370 backend: Refactor login rate limiting to allow bypass in test environment 2025-04-15 11:48:10 +02:00