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

Switch to one participant per context #189

Merged
merged 23 commits into from
Apr 3, 2020

Commits on Mar 27, 2020

  1. Switch to one participant per context.

    Signed-off-by: ivanpauno <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    e3e034c View commit details
    Browse the repository at this point in the history
  2. Reorganize headers. Correct get_default_init_options functions

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    2d8f8d6 View commit details
    Browse the repository at this point in the history
  3. Addressed per review comments

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    1a741a6 View commit details
    Browse the repository at this point in the history
  4. Correct rmw_get_zero_initialized_init_options

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    cd1b326 View commit details
    Browse the repository at this point in the history
  5. Store init options in context

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    ee0b354 View commit details
    Browse the repository at this point in the history
  6. Add rmw_security_options_fini and setter for secure_root

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    52c5a4c View commit details
    Browse the repository at this point in the history
  7. Add context name and namespace

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    a90c367 View commit details
    Browse the repository at this point in the history
  8. Correct rebasing error

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    df2fee1 View commit details
    Browse the repository at this point in the history
  9. Use const rcutils_allocator_t *

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    bcffc6e View commit details
    Browse the repository at this point in the history
  10. Delete duplicated source file from CMakeLists.txt

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    9dbd91c View commit details
    Browse the repository at this point in the history
  11. Improve documentation in security_options.h

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    ad17a56 View commit details
    Browse the repository at this point in the history
  12. Modify localhost_only default value

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    46bff30 View commit details
    Browse the repository at this point in the history
  13. Address peer review comments

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    9f10c0b View commit details
    Browse the repository at this point in the history
  14. Improve error handling in rmw_security_options_set_root_path

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    73d4f1f View commit details
    Browse the repository at this point in the history
  15. Delete const qualifier

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    4f74f6e View commit details
    Browse the repository at this point in the history
  16. Latest update after discussion about supporting sros2

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    d6a9a46 View commit details
    Browse the repository at this point in the history
  17. Delete unused function

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    ea3648c View commit details
    Browse the repository at this point in the history
  18. Naming: replace context_name with security_context

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    27dcc25 View commit details
    Browse the repository at this point in the history
  19. Fix linkage problem

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    54e0a68 View commit details
    Browse the repository at this point in the history
  20. Fix build problem on Windows

    Signed-off-by: Ivan S Paunovic <ivanpauno@gmail.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    49613b2 View commit details
    Browse the repository at this point in the history
  21. More windows build errors

    Signed-off-by: Ivan S Paunovic <ivanpauno@gmail.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    3a2b9ef View commit details
    Browse the repository at this point in the history
  22. Address peer review comments

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    4747320 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Address peer review comment

    Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
    ivanpauno committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    cbb5fc0 View commit details
    Browse the repository at this point in the history