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 general check for yaml on rcl_yaml_param_parser #809

Merged
merged 14 commits into from Oct 19, 2020

Commits on Oct 12, 2020

  1. Fix for allowing '//' in node name

    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    e8e6e47 View commit details
    Browse the repository at this point in the history
  2. Remove rmw dependency, just to check two slashes

    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    52bb028 View commit details
    Browse the repository at this point in the history
  3. Fix compile warning

    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    b847544 View commit details
    Browse the repository at this point in the history
  4. Revert "Fix compile warning"

    This reverts commit b847544.
    
    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    deba99e View commit details
    Browse the repository at this point in the history
  5. Revert "Remove rmw dependency, just to check two slashes"

    This reverts commit 52bb028.
    
    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    83313f8 View commit details
    Browse the repository at this point in the history
  6. Update for a more general check

    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    682d4db View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Add a test case for wildcards

    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    c91c40e View commit details
    Browse the repository at this point in the history
  2. refactor for __validate_name

    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    94f1278 View commit details
    Browse the repository at this point in the history
  3. Add extra special rules for wildcards

    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    07a92fa View commit details
    Browse the repository at this point in the history
  4. Update for /* wildcards

    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    97185bc View commit details
    Browse the repository at this point in the history
  5. Add more test case

    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    1b2f778 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Update for allowing wildcards at any location and add test cases for …

    …partial matches
    
    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    dafd819 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Fix for ci on arch64 and windows platform

    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    Chen Lihui authored and Chen Lihui committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    72f8dfc View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Fix for ci on macOS and windows platform

    Co-authored-by: Jacob Perron <jacob@openrobotics.org>
    Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
    2 people authored and Chen Lihui committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    dda7f86 View commit details
    Browse the repository at this point in the history