From 2d830a6291a618c891a0242802a0c58a3029ea34 Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Tue, 2 Apr 2024 16:18:28 +0200 Subject: [PATCH 1/4] Update EntryCest.php --- tests/codeception/api/EntryCest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/codeception/api/EntryCest.php b/tests/codeception/api/EntryCest.php index 9ede2956..524b32a6 100644 --- a/tests/codeception/api/EntryCest.php +++ b/tests/codeception/api/EntryCest.php @@ -7,6 +7,7 @@ class EntryCest extends HumHubApiTestCest { + /* public function testListByConversationId(ApiTester $I) { if (!$this->isRestModuleEnabled()) { @@ -21,6 +22,7 @@ public function testListByConversationId(ApiTester $I) ['id' => 6, 'content' => 'Third Message entry text 3.', 'user_id' => 3], ]); } + */ public function testGetById(ApiTester $I) { From 7312533a0de94fd02a8f54b2193b4306fe53f963 Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Tue, 2 Apr 2024 16:32:12 +0200 Subject: [PATCH 2/4] Update EntryCest.php --- tests/codeception/api/EntryCest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/codeception/api/EntryCest.php b/tests/codeception/api/EntryCest.php index 524b32a6..f31bdf2f 100644 --- a/tests/codeception/api/EntryCest.php +++ b/tests/codeception/api/EntryCest.php @@ -7,7 +7,6 @@ class EntryCest extends HumHubApiTestCest { - /* public function testListByConversationId(ApiTester $I) { if (!$this->isRestModuleEnabled()) { @@ -16,13 +15,13 @@ public function testListByConversationId(ApiTester $I) $I->wantTo('see entries of the conversation by id'); $I->amAdmin(); + sleep(10); $I->seePaginationGetResponse('mail/3/entries', [ ['id' => 4, 'content' => 'Third Message entry text 1.', 'user_id' => 1], ['id' => 5, 'content' => 'Third Message entry text 2.', 'user_id' => 2], ['id' => 6, 'content' => 'Third Message entry text 3.', 'user_id' => 3], ]); } - */ public function testGetById(ApiTester $I) { From 8b41ff9ec103d813b14fcdd45876c762542ec9b4 Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Tue, 2 Apr 2024 17:07:03 +0200 Subject: [PATCH 3/4] Update README.md --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 4db8649d..8fc9fe5f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,6 @@ # Messenger + Communicate privately with one or more users. Clarify details which you do not want to discuss publicly and thus free your network from questions of detail that are not relevant to the general public. ## Overview From ba3157dd364c50fccea150aeaa8de48963834548 Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Tue, 2 Apr 2024 17:17:33 +0200 Subject: [PATCH 4/4] Update CHANGELOG.md --- docs/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7076c4a7..cf48f957 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,9 @@ Changelog ------------------------ - Enh #370: Remove message entries on disable module + + + 3.2.0 (January 29, 2024) ------------------------ - Enh #377: New features: Unread & Pinned