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

new: implement build cmd #10

Merged
merged 10 commits into from
Sep 4, 2023
Merged

new: implement build cmd #10

merged 10 commits into from
Sep 4, 2023

Commits on Sep 1, 2023

  1. new(cmd,pkg): initial work towards build sub cmd.

    Signed-off-by: Federico Di Pierro <[email protected]>
    FedeDP committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    eb70d85 View commit details
    Browse the repository at this point in the history
  2. chore(cmd,pkg): moved DriverName to root options and support it in cl…

    …eanup and stats.
    
    Signed-off-by: Federico Di Pierro <[email protected]>
    FedeDP committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    44a9b61 View commit details
    Browse the repository at this point in the history
  3. cleanup(pkg): dropped CleanupAll interface method.

    Signed-off-by: Federico Di Pierro <[email protected]>
    FedeDP committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7caf48d View commit details
    Browse the repository at this point in the history
  4. fix(pkg): fixed stats tests.

    Signed-off-by: Federico Di Pierro <[email protected]>
    FedeDP committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    4e27386 View commit details
    Browse the repository at this point in the history
  5. chore(pkg): some fixes and initial impl for build_test.

    Signed-off-by: Federico Di Pierro <[email protected]>
    FedeDP committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    9ed117b View commit details
    Browse the repository at this point in the history
  6. chore: bumped driverkit dep to latest master that exposes ToBuild.

    Signed-off-by: Federico Di Pierro <[email protected]>
    FedeDP committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1afb1a2 View commit details
    Browse the repository at this point in the history
  7. chore: updated driverkit to new master. Added badges.

    Signed-off-by: Federico Di Pierro <[email protected]>
    FedeDP committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    9c05a00 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. fix: added and fixed build cmd-related tests.

    Signed-off-by: Federico Di Pierro <[email protected]>
    FedeDP committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    bbd360b View commit details
    Browse the repository at this point in the history
  2. chore: updated readme.

    Signed-off-by: Federico Di Pierro <[email protected]>
    FedeDP committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6a74b1b View commit details
    Browse the repository at this point in the history
  3. chore: try to add back go coverage.

    Signed-off-by: Federico Di Pierro <[email protected]>
    FedeDP committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d7a99e2 View commit details
    Browse the repository at this point in the history