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

Fix directory resolver to consider CWD and root path input correctly #1840

Merged
merged 10 commits into from
May 25, 2023

Commits on May 22, 2023

  1. [wip] put in initial fix

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed May 22, 2023
    Configuration menu
    Copy the full SHA
    59515fd View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. capture expected behavior of dir resolver in tests

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed May 23, 2023
    Configuration menu
    Copy the full SHA
    cad1be8 View commit details
    Browse the repository at this point in the history
  2. update tests + comments to reflect current dir resolver behavior

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed May 23, 2023
    Configuration menu
    Copy the full SHA
    7f5faea View commit details
    Browse the repository at this point in the history
  3. add additional test cases

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed May 23, 2023
    Configuration menu
    Copy the full SHA
    4859f3e View commit details
    Browse the repository at this point in the history
  4. fix linting

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed May 23, 2023
    Configuration menu
    Copy the full SHA
    7d53285 View commit details
    Browse the repository at this point in the history
  5. fix additional tests

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed May 23, 2023
    Configuration menu
    Copy the full SHA
    72c1ac9 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Merge remote-tracking branch 'origin/main' into dir-resolver-cwd-syml…

    …ink-fix
    
    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed May 24, 2023
    Configuration menu
    Copy the full SHA
    58153c1 View commit details
    Browse the repository at this point in the history
  2. fix bad merge conflict resolution

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed May 24, 2023
    Configuration menu
    Copy the full SHA
    91a044d View commit details
    Browse the repository at this point in the history
  3. fix migrated constructor name

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed May 24, 2023
    Configuration menu
    Copy the full SHA
    b2ca18f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. migrate test fixture to new fileresolver pkg

    Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
    wagoodman committed May 25, 2023
    Configuration menu
    Copy the full SHA
    354bef8 View commit details
    Browse the repository at this point in the history