ArunaStorage / aruna

The data orchestration engine
https://aruna-storage.org
Apache License 2.0
16 stars 1 forks source link

StorageStatusServer announcements API implementation #184

Closed das-Abroxas closed 3 months ago

das-Abroxas commented 3 months ago

This pull request introduces the implementation of the announcements API part of the StorageStatusServer. The implemented API endpoints allow Aruna administrators to create and manage public announcements, providing a natively integrated capability for handling announcement data. Retrieval is publicly available without the need for authentication which provides an easily accessible way for everyone to display the announcements in other services.

In addition to the API implementation, extensive unit testing is included to ensure the reliability and correctness of the new functionality.

Changes: