Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Add an updates subcommand to kbcheck #65

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Add an updates subcommand to kbcheck #65

wants to merge 5 commits into from

Conversation

jgraham
Copy link
Contributor

@jgraham jgraham commented Jul 19, 2022

This is intended to helpfully suggest when the knowledge base has gone out of date with external sources like bugzilla, hopefully in an easy-to-understand way.

So far it implements two checks: has a bug in platform_issues been closed as a dupe of some other bug, and does a bug in platform_issues have a see_also webcompat.com issue that's not in the breakage part of the entry.

This provides structs for holding bug data from the Bugzilla REST API
and a simple blocking client based on reqwest.
This implements checks for possible updates to the knowledge base from
external data.

At the moment there are two checks: has a platform_issues bug been
closed as a dupe of another bug, and is there a `see_also` entry in
one of the linked bugs that isn't in the `breakage` column.

To be really useful there might need to be a way to allow list known
issues.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant