#3071 remove koji.listFaults() method
Closed: Fixed by julian8628. Opened by ktdreyer.

Nothing uses koji.listFaults(). I searched all of GitHub and found no references to 3rd-party code either.

Let's remove this method from the tree.


Looking through the git history, it appeared in the initial code drop, and nothing has ever called this method.

Metadata Update from @tkopecek:
- Custom field Size adjusted to None
- Issue set to the milestone: 1.27
- Issue tagged with: deprecation

@mikem any concerns with directly dropping this? (or rather deprecation warning?)

Well, anything in the main lib needs to have a deprecation period.

My only concern is that we might want something like this functionality (but probably not this implementation) in the future. It's currently tricky to add new faults because an older client will not know about them. It might be nice if they were discoverable.

PR #3082

Metadata Update from @julian8628:
- Issue tagged with: testing-ready

Metadata Update from @jobrauer:
- Issue tagged with: testing-done

Commit 537439c6 fixes this issue

Commit 9e6be3f9 relates to this ticket

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/3071

Please continue any further discussion there.

Metadata
Related Pull Requests