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

[17509] Feature: Ignore empty API #3354

Merged
merged 19 commits into from
Mar 21, 2023
Merged

[17509] Feature: Ignore empty API #3354

merged 19 commits into from
Mar 21, 2023

Commits on Mar 16, 2023

  1. Refs #17509: RTPSParticipantImpl empty ignore API

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    79ba117 View commit details
    Browse the repository at this point in the history
  2. Refs #17509: RTPSParticipant public empty ignore API

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    59d93c9 View commit details
    Browse the repository at this point in the history
  3. Refs #17509: return boolean to propagate error to upper layer. Removi…

    …ng the ProxyData may fail
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    aa19cd2 View commit details
    Browse the repository at this point in the history
  4. Refs #17509: remove warning

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    d64bed6 View commit details
    Browse the repository at this point in the history
  5. Refs #17509: return boolean to propagate error to upper layer

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    694e02b View commit details
    Browse the repository at this point in the history
  6. Refs #17509: DomainParticipantImpl ignore API

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    fe8b09f View commit details
    Browse the repository at this point in the history
  7. Refs #17509: new discovery info reason: IGNORED

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    5580c5f View commit details
    Browse the repository at this point in the history
  8. Refs #17509: remove warning

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    9edd7fc View commit details
    Browse the repository at this point in the history
  9. Refs #17509: overload PDP:removeWriterProxyData and PDP:removeReaderP…

    …roxyData
    
    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    9ae2274 View commit details
    Browse the repository at this point in the history
  10. Refs #17509: linter

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    faecdd4 View commit details
    Browse the repository at this point in the history
  11. Refs #17509: enforce code style

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c9281c4 View commit details
    Browse the repository at this point in the history
  12. Refs #17509: overload RTPS discovery callbacks

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    89b668d View commit details
    Browse the repository at this point in the history
  13. Refs #17509: enforce code style

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    52fb53e View commit details
    Browse the repository at this point in the history
  14. Refs #17509: overload DDS discovery callbacks

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    2a19d61 View commit details
    Browse the repository at this point in the history
  15. Refs #17509: update versions.md

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    e573bf0 View commit details
    Browse the repository at this point in the history
  16. Refs #17509: linters

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    87356fb View commit details
    Browse the repository at this point in the history
  17. Refs #17509: fix Mac warning

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    351a8ed View commit details
    Browse the repository at this point in the history
  18. Refs #17509: apply review suggestion: imporve Doxydoc

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    3a65317 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Refs #17509: fix documentation CI

    Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
    JLBuenoLopez committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    206f2ca View commit details
    Browse the repository at this point in the history