chaoss / grimoirelab-bestiary

GNU General Public License v3.0
3 stars 9 forks source link

[server] Include methods to archive and unarchive datasets #107

Closed jjmerchante closed 3 years ago

jjmerchante commented 3 years ago

This PR includes new fields in the Dataset Model. It allows to mark a dataset as archived and the date it was archived. It also allows to unarchive the given dataset.

It includes DB, API and GraphQL methods and their related tests.

Closes https://github.com/chaoss/grimoirelab-bestiary/issues/104

jjmerchante commented 3 years ago

I rebased the PR and included new methods to unarchive datasets.