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

feat: add support for tracing package types #5252

Merged
merged 14 commits into from
Jan 26, 2024
Merged

Commits on Jan 22, 2024

  1. feat: add support for tracing package types

    Signed-off-by: Jared Watts <jbw976@gmail.com>
    jbw976 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5e291cf View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. lint fixing

    Signed-off-by: lsviben <sviben.lovro@gmail.com>
    lsviben committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e7c6791 View commit details
    Browse the repository at this point in the history
  2. reduce complexity of getPackageTree

    Signed-off-by: lsviben <sviben.lovro@gmail.com>
    lsviben committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a6d360d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. improve flags to be clear they are for packages

    Signed-off-by: lsviben <sviben.lovro@gmail.com>
    lsviben committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5ac32f0 View commit details
    Browse the repository at this point in the history
  2. extract getting package deps

    Signed-off-by: lsviben <sviben.lovro@gmail.com>
    lsviben committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1fb0221 View commit details
    Browse the repository at this point in the history
  3. last improvements on getPackageTree

    Signed-off-by: lsviben <sviben.lovro@gmail.com>
    lsviben committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6208059 View commit details
    Browse the repository at this point in the history
  4. start on unit tests

    Signed-off-by: lsviben <sviben.lovro@gmail.com>
    lsviben committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    902fe57 View commit details
    Browse the repository at this point in the history
  5. feat: show packages image in wide, version always

    Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
    phisco committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b504b9d View commit details
    Browse the repository at this point in the history
  6. tests: add package printing some coverage

    Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
    phisco committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    195f57e View commit details
    Browse the repository at this point in the history
  7. feat: support dot output

    Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
    phisco committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ba6fa55 View commit details
    Browse the repository at this point in the history
  8. refactor: move clients to separate packages

    Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
    phisco committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    51f1cde View commit details
    Browse the repository at this point in the history
  9. refactor: simplify xpkg tree gathering logic

    Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
    phisco committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    bd76202 View commit details
    Browse the repository at this point in the history
  10. feat: support --show-packager-runtime-configs

    Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
    phisco committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    72dd13b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. tests: add client coverage

    Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
    phisco committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d75ab6c View commit details
    Browse the repository at this point in the history