fedora-infra / fedora-messaging-schemas-issues

Work items on the fedora-messaging schemas initiative
2 stars 2 forks source link

mdapi #14

Open abompard opened 4 years ago

ryanlerch commented 4 years ago

MDapi seems to only send one message, mdapi.repo.update here is some examples of this message.

and it appears this is sent in the following part of mdapi.

AFAICT, this is not really a part of the main mdapi, but is the script that is run periodically to update mdapi's database.

ryanlerch commented 4 years ago

I have created the mdapi-messages repo on pagure here:

https://pagure.io/mdapi-messages

and have populated it with the basic cookiecutter output.

there is an open PR on that repo now that adds the schema for the message that is sent.

https://pagure.io/mdapi-messages/pull-request/1

ryanlerch commented 4 years ago

Schema PR has been approved, and I have cut the 1.0.0 release, and published this on pypi:

https://pypi.org/project/mdapi-messages/

ryanlerch commented 4 years ago

Now added support to the MDAPI update script to use this schema:

https://pagure.io/mdapi/pull-request/114

and it is ready for review