Skip to content

StorageStatusServer announcements API implementation#184

Merged
das-Abroxas merged 35 commits intomainfrom
feat/public-announcements
Jul 8, 2024
Merged

StorageStatusServer announcements API implementation#184
das-Abroxas merged 35 commits intomainfrom
feat/public-announcements

Conversation

@das-Abroxas
Copy link
Copy Markdown
Contributor

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:

  • Update aruna_rust_api dependency to version 2.0.0-beta.15.1
  • Extends the database schema with the table announcements
  • Implements the StorageStatusServer API endpoints set_announcements, get_announcement, get_announcements and get_announcements_by_type
  • Add tests for all implemented functions

@das-Abroxas das-Abroxas added the enhancement New feature or request label Jul 5, 2024
@das-Abroxas das-Abroxas self-assigned this Jul 5, 2024
Copy link
Copy Markdown
Member

@lfbrehm lfbrehm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@das-Abroxas das-Abroxas merged commit 86632a6 into main Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants