Skip to content

(Feature) - Improve mattermost warning report

Agustin Pane requested to merge feature/improve-out-of-date-check into dev

Description

Adds endpoints:

  • GET /api/services/updated: returns all the updated services ordered by provider name

  • GET /api/services/outofdate: returns all the out of date services ordered by provider name

  • POST /api/services/mattermost/outofdate: triggers a manual report to the mattermost warning channel, returns all of out date services.

  • Now the text of the report is improved: is ordered by providerName

Merge request reports