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

🐛 Use direct endpoint instead of search to find repository URL from npm database #4118

Merged
merged 16 commits into from
Jun 5, 2024

Commits on May 20, 2024

  1. Update endpoint used when getting repo from npm to solve ossf#3166

    Signed-off-by: aklevans <alexklevans@gmail.com>
    aklevans committed May 20, 2024
    Configuration menu
    Copy the full SHA
    da353db View commit details
    Browse the repository at this point in the history
  2. Update test files to account for endpoint change when getting repo fr…

    …om npm
    
    Signed-off-by: aklevans <alexklevans@gmail.com>
    aklevans committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b24d884 View commit details
    Browse the repository at this point in the history
  3. Fix linter issues

    Signed-off-by: aklevans <alexklevans@gmail.com>
    aklevans committed May 20, 2024
    Configuration menu
    Copy the full SHA
    331e2ce View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Added unit tests for ossf#3166 and ossf#2441

    Signed-off-by: aklevans <alexklevans@gmail.com>
    aklevans committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ebdc7be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d82a05e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. fix linter issues and reduce mock json output in package_manager_test…

    … to only include necessary data
    
    Signed-off-by: aklevans <alexklevans@gmail.com>
    aklevans committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a2e299d View commit details
    Browse the repository at this point in the history
  2. fix linter issues in package_managers.go

    Signed-off-by: aklevans <alexklevans@gmail.com>
    aklevans committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ad29515 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. convert windows line breaks to linux

    Signed-off-by: aklevans <alexklevans@gmail.com>
    aklevans committed May 29, 2024
    Configuration menu
    Copy the full SHA
    993dcf7 View commit details
    Browse the repository at this point in the history
  2. reduce test case size, still has windows line breaks

    Signed-off-by: aklevans <alexklevans@gmail.com>
    aklevans committed May 29, 2024
    Configuration menu
    Copy the full SHA
    544094e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into format

    Signed-off-by: aklevans <105876795+aklevans@users.noreply.github.com>
    aklevans authored May 29, 2024
    Configuration menu
    Copy the full SHA
    2e8450d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from aklevans/format

    convert windows line breaks to linux
    aklevans authored May 29, 2024
    Configuration menu
    Copy the full SHA
    c66603f View commit details
    Browse the repository at this point in the history
  5. Fix unit tests

    Signed-off-by: aklevans <alexklevans@gmail.com>
    aklevans committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4be7ba4 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. attempt linter fix

    Signed-off-by: aklevans <alexklevans@gmail.com>
    aklevans committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d322d70 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Fix linter issues stemming from windows line breaks

    Signed-off-by: aklevans <alexklevans@gmail.com>
    aklevans committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5d5716c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Remove magic number and rename variable to be more accurate

    Signed-off-by: aklevans <alexklevans@gmail.com>
    aklevans committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1b904d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    f58620e View commit details
    Browse the repository at this point in the history