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: dir no longer panics when HOME and XDG_CONFIG_HOME are not set #449

Merged
merged 16 commits into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. refactor(dir): remove init from package

    Signed-off-by: Jason <jagoodse@microsoft.com>
    JasonTheDeveloper committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    34ede59 View commit details
    Browse the repository at this point in the history
  2. refactor(dir): split loadUserPath into two functions

    Signed-off-by: Jason <jagoodse@microsoft.com>
    JasonTheDeveloper committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    87a2264 View commit details
    Browse the repository at this point in the history
  3. fix(dir): remove panic and instead default to current directory

    Signed-off-by: Jason <jagoodse@microsoft.com>
    JasonTheDeveloper committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d6a685b View commit details
    Browse the repository at this point in the history
  4. test(dir): add unit test for new functions

    Signed-off-by: Jason <jagoodse@microsoft.com>
    JasonTheDeveloper committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7b829bd View commit details
    Browse the repository at this point in the history
  5. refactor(fs): use new functions for retrieving paths

    Signed-off-by: Jason <jagoodse@microsoft.com>
    JasonTheDeveloper committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a08bba7 View commit details
    Browse the repository at this point in the history
  6. test(dir): test unset HOME

    Signed-off-by: Jason <jagoodse@microsoft.com>
    JasonTheDeveloper committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    aaa72ee View commit details
    Browse the repository at this point in the history
  7. test(dir): fix failing unit test

    Signed-off-by: Jason <jagoodse@microsoft.com>
    JasonTheDeveloper committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5e2e5f6 View commit details
    Browse the repository at this point in the history
  8. refactor(dir): convert function to be internal

    Signed-off-by: Jason <jagoodse@microsoft.com>
    JasonTheDeveloper committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    bbe7961 View commit details
    Browse the repository at this point in the history
  9. test(dir): unset XDG_CONFIG_HOME

    Signed-off-by: Jason <jagoodse@microsoft.com>
    JasonTheDeveloper committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0f0e316 View commit details
    Browse the repository at this point in the history
  10. refactor(dir): remove loadUserPath func

    Signed-off-by: Jason <jagoodse@microsoft.com>
    JasonTheDeveloper committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    290f0c3 View commit details
    Browse the repository at this point in the history
  11. refactor(dir): set default directory to .notation

    Signed-off-by: Jason <jagoodse@microsoft.com>
    JasonTheDeveloper committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7a10e72 View commit details
    Browse the repository at this point in the history
  12. refactor(dir): remove userDir

    Co-authored-by: Shiwei Zhang <shizh@microsoft.com>
    Signed-off-by: JasonTheDeveloper <jagoodse@microsoft.com>
    Signed-off-by: Jason <jagoodse@microsoft.com>
    JasonTheDeveloper and shizhMSFT committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    98f0fd2 View commit details
    Browse the repository at this point in the history
  13. refactor(dir): remove redundant code

    Signed-off-by: Jason <jagoodse@microsoft.com>
    JasonTheDeveloper committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e5b04e7 View commit details
    Browse the repository at this point in the history
  14. docs: create release checklist on main (notaryproject#443)

    Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
    Signed-off-by: Jason <jagoodse@microsoft.com>
    Two-Hearts authored and JasonTheDeveloper committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    51acb0b View commit details
    Browse the repository at this point in the history
  15. bump: bump up notation-core-go and signingAgent (notaryproject#444)

    This PR targets on main branch.
    
    ---------
    
    Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
    Signed-off-by: Jason <jagoodse@microsoft.com>
    Two-Hearts authored and JasonTheDeveloper committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ff67f65 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5f6bf77 View commit details
    Browse the repository at this point in the history