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

Support feature subcommand #2395

Closed

Commits on Jan 28, 2024

  1. try to create new struct for hardcoding

    Signed-off-by: Darrell Tang <[email protected]>
    DarrellTang committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    18a85fb View commit details
    Browse the repository at this point in the history
  2. change struct name to resolve conflict

    Signed-off-by: Darrell Tang <[email protected]>
    DarrellTang committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    e9a81a5 View commit details
    Browse the repository at this point in the history
  3. fix annotation references

    Signed-off-by: Darrell Tang <[email protected]>
    DarrellTang committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    ea18e74 View commit details
    Browse the repository at this point in the history
  4. set as Strings

    Signed-off-by: Darrell Tang <[email protected]>
    DarrellTang committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    1a48f3b View commit details
    Browse the repository at this point in the history
  5. use serde

    Signed-off-by: Darrell Tang <[email protected]>
    DarrellTang committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    cfe4069 View commit details
    Browse the repository at this point in the history
  6. pretty print

    Signed-off-by: Darrell Tang <[email protected]>
    DarrellTang committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    07ac974 View commit details
    Browse the repository at this point in the history
  7. clean up names to match runc features output

    Signed-off-by: Darrell Tang <[email protected]>
    DarrellTang committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    df9c555 View commit details
    Browse the repository at this point in the history
  8. rearrange structs and constants

    Signed-off-by: Darrell Tang <[email protected]>
    DarrellTang committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    763fa0e View commit details
    Browse the repository at this point in the history
  9. fix lint issues

    Signed-off-by: Darrell Tang <[email protected]>
    DarrellTang committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    800521d View commit details
    Browse the repository at this point in the history
  10. try to source caps dynamically

    Signed-off-by: Darrell Tang <[email protected]>
    DarrellTang committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d973c8c View commit details
    Browse the repository at this point in the history
  11. try to source namespaces dynamically

    Signed-off-by: Darrell Tang <[email protected]>
    DarrellTang committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    cf4145b View commit details
    Browse the repository at this point in the history
  12. fix query_caps

    Signed-off-by: Darrell Tang <[email protected]>
    DarrellTang committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    707141a View commit details
    Browse the repository at this point in the history
  13. fix match statements

    Signed-off-by: Darrell Tang <[email protected]>
    DarrellTang committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    31997ca View commit details
    Browse the repository at this point in the history
  14. fix linting issues

    Signed-off-by: Darrell Tang <[email protected]>
    DarrellTang committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    fc12184 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. fix extra line for linting

    Signed-off-by: Darrell Tang <[email protected]>
    DarrellTang committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b069ca6 View commit details
    Browse the repository at this point in the history