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

Parse javascript dependency trees #2142

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Sep 14, 2023

  1. add relationship sorting

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    90dafe1 View commit details
    Browse the repository at this point in the history
  2. add new groupedCataloger

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    29b0f21 View commit details
    Browse the repository at this point in the history
  3. adding test fixtures for grouped cataloger

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    57edce1 View commit details
    Browse the repository at this point in the history
  4. adding methods and test for generic grouped parser

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    98582e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. add js deps parser

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6ba1bfb View commit details
    Browse the repository at this point in the history
  2. lint fix

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c85b263 View commit details
    Browse the repository at this point in the history
  3. lint-fix

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d59a788 View commit details
    Browse the repository at this point in the history
  4. fix relationship sorting + tests

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f2e530e View commit details
    Browse the repository at this point in the history
  5. fix parse_yarn_lock_test

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    fc315a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. refactor

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    16aa05f View commit details
    Browse the repository at this point in the history
  2. fix PR suggestions

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    49c0416 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. update parsing logic

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c924c95 View commit details
    Browse the repository at this point in the history
  2. fix static analysis

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    f36dca2 View commit details
    Browse the repository at this point in the history
  3. invert from to relationship

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    3f250b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. update tests with real dep package-lock files

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d33ee8e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. update test fixtures and lock parsing

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b4f8b2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee4a15 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. go mod tidy

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d08b424 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    7492ced View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    8dad1d5 View commit details
    Browse the repository at this point in the history
  3. fix foundPackages size

    Signed-off-by: Benji Visser <[email protected]>
    noqcks committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    28727f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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