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] Single plist #4364

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

[feat] Single plist #4364

wants to merge 8 commits into from

Commits on Oct 10, 2024

  1. Add repr to BuildAction class

    vodorok committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6553578 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Add single plist option

    This patch adds the logic of report output merging into one singluar
    `.plist` file. Now analyze and check can be invoked with the
    `--plist-file-name` option, which if provided will merge all new
    `.plist` result files into the specified file name under the specified
    output report folder.
    vodorok committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ea1d3c0 View commit details
    Browse the repository at this point in the history
  2. Fix Linter errors

    vodorok committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    15c4a0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    651f925 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fb0768 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d68fb8a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    256b4db View commit details
    Browse the repository at this point in the history
  2. Add analyze test case

    vodorok committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    81813a5 View commit details
    Browse the repository at this point in the history