-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
Issue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Description
Description of the new feature / enhancement
In winget-create, at various stages we can check to see if a user is trying to submit duplicates to the repo:
First they put in a URL, we can check if the URL is already present in the repo
Next we download the file, we can check if the hash is already present
Next they specify a packageId, we can check if the packageId is already present
These aren't necessarily hard fails, maybe just warnings.
We can also add some of this logic to the validation pipeline
Once the REST api is deployed in production, we can call it to make these checks once we add nice endpoints that let us run these queries quickly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.