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

Add surgery clear-elements command #408

Closed
wants to merge 4 commits into from
Closed

Add surgery clear-elements command #408

wants to merge 4 commits into from

Commits on Feb 14, 2023

  1. refactor: merge bolt and guts_cli

    Points:
    1. There are lots of duplicated definitions between bolt and
       guts_cli, which is definitely not good.
    2. The implementation in guts_cli also has issue, please
       refer to #391.
       This refactoring can fix the issue.
    
    Signed-off-by: Benjamin Wang <wachao@vmware.com>
    ahrtr committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    0b63db3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. refactor: move inode to internal/common package

    Signed-off-by: Benjamin Wang <wachao@vmware.com>
    ahrtr committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    b7c39f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. add function ClearElements in surgeon package

    Signed-off-by: Benjamin Wang <wachao@vmware.com>
    ahrtr committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c8f00bd View commit details
    Browse the repository at this point in the history
  2. add surgery clear-elements command

    Signed-off-by: Benjamin Wang <wachao@vmware.com>
    ahrtr committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2b22236 View commit details
    Browse the repository at this point in the history