fix(ci): add missing alert endpoint docs and update compose test for notifications worker service

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jake Barnby
2026-05-06 18:29:32 +12:00
co-authored by Claude Opus 4.7
parent ac87c0e2d6
commit 1f1a02f026
4 changed files with 4 additions and 1 deletions
@@ -0,0 +1 @@
Track an alert as opened by returning a 1x1 transparent tracking pixel. When loaded with a valid tracking token, the alert is automatically marked as read.
+1
View File
@@ -0,0 +1 @@
Get the list of alerts for the currently logged in user. Use queries to filter the results by attributes such as read status or creation date.
@@ -0,0 +1 @@
Mark an alert as read for the currently logged in user.
+1 -1
View File
@@ -23,7 +23,7 @@ class ComposeTest extends TestCase
public function testServices(): void
{
$this->assertCount(16, $this->object->getServices());
$this->assertCount(17, $this->object->getServices());
$this->assertEquals('appwrite', $this->object->getService('appwrite')->getContainerName());
$this->assertEquals('', $this->object->getService('appwrite')->getImageVersion());
$this->assertEquals('3.6', $this->object->getService('traefik')->getImageVersion());