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

Object api #172

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

Object api #172

wants to merge 5 commits into from

Commits on Apr 27, 2022

  1. inc: add object API

    Signed-off-by: Wataru Ishida <wataru.ishid@gmail.com>
    ishidawataru committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    82b77d1 View commit details
    Browse the repository at this point in the history
  2. inc: add list_object_info API to meta API

    Signed-off-by: Wataru Ishida <wataru.ishid@gmail.com>
    ishidawataru committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    586a7bf View commit details
    Browse the repository at this point in the history
  3. test: test object APIs

    Signed-off-by: Wataru Ishida <wataru.ishid@gmail.com>
    ishidawataru committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    2f107cb View commit details
    Browse the repository at this point in the history
  4. *: s/HOSTIF/HOST_INTERFACE/g, s/NETWORKIF/NETWORK_INTERFACE/g

    Preparation for supporting custom object APIs in meta library.
    This commit makes it possible to remove ad-hoc handlings in
    meta-data generation
    
    Signed-off-by: Wataru Ishida <wataru.ishid@gmail.com>
    ishidawataru committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    c224a81 View commit details
    Browse the repository at this point in the history
  5. meta-generator: refactor TAIObject creation

    remove ad-hoc object type based handlings
    
    Signed-off-by: Wataru Ishida <wataru.ishid@gmail.com>
    ishidawataru committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    e3af1ca View commit details
    Browse the repository at this point in the history