atomist / sdm-pack-aspect

Uses Atomist Project API to visualize important data about your organization
Apache License 2.0
15 stars 4 forks source link

Return names in the technology-native format #121

Closed jrday closed 5 years ago

jrday commented 5 years ago

For example:

/api/v1/[workspace_id]/filter/skew?type=npm-project-deps

returns package names that are not in npm notation:

"name": "atomist::slack-messages"

should be @atomist/slack-messages

Similarly with other dependency name notation.

johnsonr commented 5 years ago

Correct current URL for this is

/api/v1/[workspace_id]/drift?type=npm-project-deps

It does still exhibit the problem