Issue ID:
Type
Bug
Title:
FIX: Promotion history for an unscoped package shows in both the unscoped and scoped versions of that package
Created:
5/12/2021 9:19:54 AM by Rich H
Status:
Closed on 5/28/2021 12:30:03 PM
Last pulled:
5/28/2021 12:30:03 PM
Description:

To recreate:

  1. Create a feed npm-local with a connector to npmjs
  2. Create a feed npm-prod with no connectors
  3. Promote d3-timer version 1.0.4 from npm-local to npm-prod

View the history on d3-timer, you will see a proper promotion entry. if you view the history on @types\d3-timer, you will see the promotion history from d3-timer included.

The solution will need to respect scope names filter when retrieving the list of historical records for an npm package.