Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store NPM layout specific metadata in DB #1624

Open
3 tasks
sbespalov opened this issue Dec 16, 2019 · 0 comments
Open
3 tasks

Store NPM layout specific metadata in DB #1624

sbespalov opened this issue Dec 16, 2019 · 0 comments
Labels
on hold requirements pending The requirements are being discussed

Comments

@sbespalov
Copy link
Member

Task Description

We need to store following package.json metadata for NPM artifacts:

  • "description"
  • "keywords"
  • "repository"
  • "homepage"
  • "author"
  • "contributors"
  • "license"
  • "main"
  • "engines"
  • "os"
  • "cpu"
  • "_rev"

Tasks

The following tasks will need to be carried out:

  • Create NpmArtifactMetadata entity
  • Create liquibase changesets for NpmArtifactMetadata
  • Create Unit Test with following case:
    • deploy npm artifact with NpmArtifactsController
    • read the ArtifactEntry from DB and check that there is appropriate NpmArtifactMetadata with expected data

Task Relationships

This task:

Useful Links

Help

@carlspring carlspring added the requirements pending The requirements are being discussed label Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on hold requirements pending The requirements are being discussed
Projects
None yet
Development

No branches or pull requests

2 participants