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 container in frontend #235

Merged
merged 16 commits into from
Jun 8, 2021

Commits on May 6, 2021

  1. Support container in frontend

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed May 6, 2021
    Configuration menu
    Copy the full SHA
    2634249 View commit details
    Browse the repository at this point in the history
  2. Add parser.parse_substitutions

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed May 6, 2021
    Configuration menu
    Copy the full SHA
    155253e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Fix import order

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed May 7, 2021
    Configuration menu
    Copy the full SHA
    0eceb08 View commit details
    Browse the repository at this point in the history
  2. Remove optional of composable_node in load_composable_node

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed May 7, 2021
    Configuration menu
    Copy the full SHA
    2248138 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary lines

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed May 7, 2021
    Configuration menu
    Copy the full SHA
    b92e4c4 View commit details
    Browse the repository at this point in the history
  4. Return (cls, kwargs)

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed May 7, 2021
    Configuration menu
    Copy the full SHA
    498469b View commit details
    Browse the repository at this point in the history
  5. Move parse_composable_node to ComposableNode class

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed May 7, 2021
    Configuration menu
    Copy the full SHA
    c119e94 View commit details
    Browse the repository at this point in the history
  6. Change parse to classmethod

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed May 7, 2021
    Configuration menu
    Copy the full SHA
    b2f62e6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Fix return style

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed May 11, 2021
    Configuration menu
    Copy the full SHA
    88e894b View commit details
    Browse the repository at this point in the history
  2. Improve readability

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed May 11, 2021
    Configuration menu
    Copy the full SHA
    cb67451 View commit details
    Browse the repository at this point in the history
  3. Add assert_entity_completely_parsed

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed May 11, 2021
    Configuration menu
    Copy the full SHA
    b1412a0 View commit details
    Browse the repository at this point in the history
  4. Fix parse of extra_arguments

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed May 11, 2021
    Configuration menu
    Copy the full SHA
    da1f68c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Use returned class object

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed May 12, 2021
    Configuration menu
    Copy the full SHA
    c7accb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Add test_component_container.py

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    7c5ecb9 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    9fa3cd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Fix function name

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    440dadc View commit details
    Browse the repository at this point in the history