Skip to content

Commit

Permalink
Add koji-fedoramessaging-messages in the known schemas list
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Feb 13, 2023
1 parent 8af82ba commit ef12fa2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/schema-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ fedorainfra-ansible-messages
fedora-elections-messages
fedora-messaging-the-new-hotness-schema
fedora-planet-messages
koji-fedoramessaging-messages
mdapi-messages
noggin-messages
nuancier-messages
Expand Down
20 changes: 18 additions & 2 deletions docs/user-guide/schemas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ In the Fedora Infrastructure, some of those topics will be prefixed by
``org.fedoraproject.stg.`` in staging and ``org.fedoraproject.prod.`` in production.


Anitya
anitya
======

You can view the history of `all Anitya messages <https://apps.fedoraproject.org/datagrepper/raw?category=anitya>`__ in datagrepper.
You can view the history of `all anitya messages <https://apps.fedoraproject.org/datagrepper/raw?category=anitya>`__ in datagrepper.

* ``org.release-monitoring.prod.anitya.distro.add``: Message sent by Anitya to the "anitya.distro.add" topic when a new distribution is added. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.release-monitoring.prod.anitya.distro.add>`__)
* ``org.release-monitoring.prod.anitya.distro.edit``: Message sent by Anitya when a distribution is edited. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.release-monitoring.prod.anitya.distro.edit>`__)
Expand All @@ -31,6 +31,7 @@ You can view the history of `all Anitya messages <https://apps.fedoraproject.org
* ``org.release-monitoring.prod.anitya.project.map.update``: Sent when distribution mapping is edited in Anitya. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.release-monitoring.prod.anitya.project.map.update>`__)
* ``org.release-monitoring.prod.anitya.project.remove``: The message sent when a project is deleted in Anitya. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.release-monitoring.prod.anitya.project.remove>`__)
* ``org.release-monitoring.prod.anitya.project.version.remove``: Sent when version is deleted in Anitya. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.release-monitoring.prod.anitya.project.version.remove>`__)
* ``org.release-monitoring.prod.anitya.project.version.remove.v2``: Sent when version is deleted in Anitya. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.release-monitoring.prod.anitya.project.version.remove.v2>`__)
* ``org.release-monitoring.prod.anitya.project.version.update``: Sent when new version is discovered by Anitya. This message will be deprecated in future. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.release-monitoring.prod.anitya.project.version.update>`__)
* ``org.release-monitoring.prod.anitya.project.version.update.v2``: Sent when new versions are discovered by Anitya. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.release-monitoring.prod.anitya.project.version.update.v2>`__)

Expand Down Expand Up @@ -133,6 +134,21 @@ You can view the history of `all ansible messages <https://apps.fedoraproject.or
* ``git.receive``: Defines the message that is sent when an Ansible Playbook starts (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.git.receive>`__)


Koji
====

You can view the history of `all Koji messages <https://apps.fedoraproject.org/datagrepper/raw?category=buildsys>`__ in datagrepper.

* ``buildsys.build.state.change``: This message is sent when a build state changes. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.buildsys.build.state.change>`__)
* ``buildsys.package.list.change``: This message is sent when a package list changes. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.buildsys.package.list.change>`__)
* ``buildsys.repo.done``: This message is sent when a package repo is done. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.buildsys.repo.done>`__)
* ``buildsys.repo.init``: This message is sent when a package repo is initialized. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.buildsys.repo.init>`__)
* ``buildsys.rpm.sign``: This message is sent when a rpm is signed. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.buildsys.rpm.sign>`__)
* ``buildsys.tag``: This message is sent when a package is tagged. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.buildsys.tag>`__)
* ``buildsys.untag``: This message is sent when a package is untagged. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.buildsys.untag>`__)
* ``buildsys.task.state.change``: This message is sent when a task state changes. (`history <https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.buildsys.task.state.change>`__)


mdapi
=====

Expand Down

0 comments on commit ef12fa2

Please sign in to comment.