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

Backup package(-lock).json update with local paths with V1 support #252

Closed

Commits on Jul 19, 2023

  1. Update package(-lock).json with local paths

    For V2+ package.json(s) update only https and git sources with empty string.
       in package-lock.json update git and https package dependencies with empty string.
    
    STONEBLD-1108
    
    Signed-off-by: Ladislav Kolacek <[email protected]>
    lkolacek committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b2f8334 View commit details
    Browse the repository at this point in the history
  2. Update unit tests

    Logic for fetching sources was moved to _resolve_npm
    Add unit tests for methods:
    * check_if_package_is_workspace
    * replace_dependency
    
    STONEBLD-1108
    
    Signed-off-by: Ladislav Kolacek <[email protected]>
    lkolacek committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    65daf8c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Update integration tests

    * Updated package.json files with local paths to packages were added to build-config.json
    * Promote npm test scenarios (npm_smoketest_lockfile1, npm_smoketest_lockfile2, npm_smoketest_lockfile3) to end to end tests
    * Add Containerfiles for new End to End tests
    * Change type of expected_cmd_output for end to end tests to list
    
    STONEBLD-1108
    
    Signed-off-by: Ladislav Kolacek <[email protected]>
    lkolacek committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    72abff8 View commit details
    Browse the repository at this point in the history