| |
@@ -26,53 +26,54 @@
|
| |
- This `module <https://pagure.io/fedora-infra/toddlers/blob/main/f/toddlers/utils/pagure.py>`_
|
| |
contains method interacting with pagure or dist-git
|
| |
- Few methods are specific only for dist-git:
|
| |
- * `set_monitoring_status`
|
| |
- * `is_project_orphaned`
|
| |
- * `assign_maintainer_to_project`
|
| |
+
|
| |
+ * ``set_monitoring_status``
|
| |
+ * ``is_project_orphaned``
|
| |
+ * ``assign_maintainer_to_project``
|
| |
|
| |
clean_retired_packages toddler
|
| |
^^^^
|
| |
|
| |
- - `/_dg/orphan` API endpoint called in `orphan_package` method
|
| |
- - `/_dg/bzoverrides` API endpoint called in `orphan_package` method
|
| |
- - `/<namespace>/<name>/git/modifyacls` API endpoint called in `remove_access` method
|
| |
- - `/<namespace>/<name>/watchers/update` API endpoint called in `remove_access` method
|
| |
+ - ``/_dg/orphan`` API endpoint called in ``orphan_package`` method
|
| |
+ - ``/_dg/bzoverrides`` API endpoint called in ``orphan_package`` method
|
| |
+ - ``/<namespace>/<name>/git/modifyacls`` API endpoint called in ``remove_access`` method
|
| |
+ - ``/<namespace>/<name>/watchers/update`` API endpoint called in ``remove_access`` method
|
| |
|
| |
distgit_bugzilla_sync toddler
|
| |
^^^^
|
| |
|
| |
- - `/extras/pagure_poc.json` called in `_get_pagure_projects`
|
| |
- - `/extras/pagure_bz.json` called in `_get_pagure_projects`
|
| |
+ - ``/extras/pagure_poc.json`` called in ``_get_pagure_projects``
|
| |
+ - ``/extras/pagure_bz.json`` called in ``_get_pagure_projects``
|
| |
|
| |
flag_ci_pr toddler
|
| |
^^^^
|
| |
|
| |
- Listening to following topics:
|
| |
- * `org.centos.*.ci.dist-git-pr.test.error`
|
| |
- * `org.centos.*.ci.dist-git-pr.test.complete`
|
| |
- * `org.centos.*.ci.dist-git-pr.test.running`
|
| |
- - `/api/0/<namespace>/<repo>/c/<commit_hash>/flag` called in `process` method
|
| |
+ * ``org.centos.*.ci.dist-git-pr.test.error``
|
| |
+ * ``org.centos.*.ci.dist-git-pr.test.complete``
|
| |
+ * ``org.centos.*.ci.dist-git-pr.test.running``
|
| |
+ - ``/api/0/<namespace>/<repo>/c/<commit_hash>/flag`` called in ``process`` method
|
| |
|
| |
flag_commit_build toddler
|
| |
^^^^
|
| |
|
| |
- - `/api/0/<namespace>/<repo>/c/<commit_hash>/flag` called in `process` method
|
| |
+ - ``/api/0/<namespace>/<repo>/c/<commit_hash>/flag`` called in ``process`` method
|
| |
|
| |
packagers_without_bugzilla toddler
|
| |
^^^^
|
| |
|
| |
- - `/extras/pagure_bz.json` called in `get_user_and_groups_dist_git` method
|
| |
+ - ``/extras/pagure_bz.json`` called in ``get_user_and_groups_dist_git`` method
|
| |
|
| |
pdc_retired_packages toddler
|
| |
^^^^
|
| |
|
| |
- - `/<namespace>/<repo>/raw/<branch>/f/dead.package` called in `_is_retired_in_dist_git` method
|
| |
+ - ``/<namespace>/<repo>/raw/<branch>/f/dead.package`` called in ``_is_retired_in_dist_git`` method
|
| |
|
| |
pdc_unretire_packages toddler
|
| |
^^^^
|
| |
|
| |
- - `/<namespace>/<package_name>.git` called in `process_ticket` method
|
| |
- - `git clone` called in `process_ticket` toddler
|
| |
+ - ``/<namespace>/<package_name>.git`` called in ``process_ticket`` method
|
| |
+ - ``git clone`` called in ``process_ticket`` toddler
|
| |
|
| |
Changes proposed
|
| |
----
|
| |
Signed-off-by: Michal Konecny mkonecny@redhat.com