kytos / maintenance

Kytos Maintenance Window NApp
0 stars 12 forks source link

Add a status to maintenance window #30

Closed ajoaoff closed 3 years ago

ajoaoff commented 3 years ago

Fixes #27.

:bookmark_tabs: Description of the Change

Maintenance windows now have a status attribute. Status may be PENDING when it will still start, RUNNING when it is running and FINISHED when it has already finished.

:computer: Verification Process

Unit tests modified to reflect the new field.

:page_facing_up: Release Notes