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

[20242] TypeLookup listeners implementation #4240

Merged
merged 35 commits into from
Apr 10, 2024

Commits on Apr 5, 2024

  1. Refs #20157: Implemented async_get_type replies.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0cfda34 View commit details
    Browse the repository at this point in the history
  2. Refs #20157: Changeds to instance_name.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    194d33b View commit details
    Browse the repository at this point in the history
  3. Refs #20157: Changes to check_type_identifier_received

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1b6d46a View commit details
    Browse the repository at this point in the history
  4. Refs #20157: Added continuation point checks.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    cf38084 View commit details
    Browse the repository at this point in the history
  5. Refs #20157: Removed old function

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    fb1ddd9 View commit details
    Browse the repository at this point in the history
  6. Refs #20160: Implemented async_get_type request listener.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ea7cc75 View commit details
    Browse the repository at this point in the history
  7. Refs #20160: Added continuation point management

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6eafc4b View commit details
    Browse the repository at this point in the history
  8. Refs #20160: Renames and comments improvements

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c391c63 View commit details
    Browse the repository at this point in the history
  9. Refs #20160: Fixed deadlock, renamed discovery methods. Applied sugge…

    …stions.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5c078a9 View commit details
    Browse the repository at this point in the history
  10. Refs #20160: Small fix in reply error check.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f614319 View commit details
    Browse the repository at this point in the history
  11. Refs #20160: Created get_complementary_type_identifier method.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    19a92ac View commit details
    Browse the repository at this point in the history
  12. Refs #20160: Added valid_matching check for TypeInformation.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a797a5e View commit details
    Browse the repository at this point in the history
  13. Refs #20160: Added send and receive error logs. Added missing continu…

    …ation_point reply management
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0a928e0 View commit details
    Browse the repository at this point in the history
  14. Refs #20160: Added check for requests with no TypeIdentifiers and sma…

    …ll fixes.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3c1f427 View commit details
    Browse the repository at this point in the history
  15. Refs #20160: Added listener classes to handle change acks

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9f3a1e3 View commit details
    Browse the repository at this point in the history
  16. Refs #20160: Restored minimal_from_complete_type_identifier method fr…

    …om TypeObjectRegistry
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    cdd0a4b View commit details
    Browse the repository at this point in the history
  17. Refs #20160: Fixes for TypeInformation serializer

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1e9bb28 View commit details
    Browse the repository at this point in the history
  18. Refs #20160: Added typelookup_service_threads to XMLParser

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    50ef6b0 View commit details
    Browse the repository at this point in the history
  19. Refs #20160. Remove old function

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9556352 View commit details
    Browse the repository at this point in the history
  20. Refs #20160. Fix

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    343475d View commit details
    Browse the repository at this point in the history
  21. Refs #20160: Fixes for TypeLookupManager destruction with pending cal…

    …lbacks.
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    129f7ea View commit details
    Browse the repository at this point in the history
  22. Refs #20160: Changes for instance_names to use the full GUID.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    45f94b5 View commit details
    Browse the repository at this point in the history
  23. Refs #20160: Applied suggestions. Removed overloaded discovery methods.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f3f8121 View commit details
    Browse the repository at this point in the history
  24. Refs #20160: Changes for xtypes doc.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e0040ed View commit details
    Browse the repository at this point in the history
  25. Refs #20160: Fix for LOG macro. Remove consistency check from registe…

    …r_type_object(from TypeLookupManager).
    
    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    61ace27 View commit details
    Browse the repository at this point in the history
  26. Refs #20160: Applied suggestions.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1bba30b View commit details
    Browse the repository at this point in the history
  27. Refs #20160: Removed obsolete check.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f840f98 View commit details
    Browse the repository at this point in the history
  28. Refs #20160: Fixed DS tests and warnings.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0a9026a View commit details
    Browse the repository at this point in the history
  29. Refs #20160: Fixes after rebase.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    38c3df5 View commit details
    Browse the repository at this point in the history
  30. Refs #20160: Windows warning.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b45c43e View commit details
    Browse the repository at this point in the history
  31. Refs #20160: Applied suggestions.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo authored and JLBuenoLopez committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6d3bdd2 View commit details
    Browse the repository at this point in the history
  32. Refs #20160: Fixed tests.

    Signed-off-by: adriancampo <adriancampo@eprosima.com>
    adriancampo committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    27a861e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Refs #20242. Update unsupported_type_info tests.

    Now we works successfully against OpenDDS 3.27
    
    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b0e2e65 View commit details
    Browse the repository at this point in the history
  2. Refs #20242. Apply suggestion

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    feea1ec View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Refs #20242. Fix log thread being killed in windows on unit test

    Signed-off-by: Ricardo González <ricardo@richiware.dev>
    richiware committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5ae348a View commit details
    Browse the repository at this point in the history