Skip to content

feat(FastAPI): add /packages (post) action: 'delete'

Kevin Morris requested to merge kevr/aurweb:pu_packages_action_delete into pu

Improvements:

  • Package deletion now creates a PackageRequest on behalf of the deleter if one does not yet exist.
  • All package deletions are now logged to keep track of who did what.

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports