You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider supporting a way for users to delete empty Packages.
If a user wishes to clean out unused Packages from an Origin, they will delete all the Artifacts but then also will likely want to delete the empty Packages so that they don't clutter up their UI.
The Packages entries come from the origin_package_settings table.
The Artifacts reside in the origin_packages table.
Deletion might entail supporting a DELETE operation on the /settings endpoint.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.
We should consider supporting a way for users to delete empty Packages.
If a user wishes to clean out unused Packages from an Origin, they will delete all the Artifacts but then also will likely want to delete the empty Packages so that they don't clutter up their UI.
The Packages entries come from the
origin_package_settings
table.The Artifacts reside in the
origin_packages
table.Deletion might entail supporting a
DELETE
operation on the/settings
endpoint.The text was updated successfully, but these errors were encountered: