-
Notifications
You must be signed in to change notification settings - Fork 20
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
Transparency Implementation (+ RPC) #305
Conversation
9527dc3
to
8b2d31b
Compare
Codecov ReportBase: 53.19% // Head: 52.43% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #305 +/- ##
==========================================
- Coverage 53.19% 52.43% -0.77%
==========================================
Files 104 121 +17
Lines 3848 4068 +220
Branches 1413 1477 +64
==========================================
+ Hits 2047 2133 +86
- Misses 998 1108 +110
- Partials 803 827 +24
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
8b2d31b
to
15dfbbb
Compare
15dfbbb
to
6c36d2d
Compare
6c36d2d
to
3d513a1
Compare
3d513a1
to
372eee8
Compare
372eee8
to
f195595
Compare
f195595
to
e4134e8
Compare
Docker tests will fail till eProsima/Fast-DDS#2947 is merged in Fast-DDS. |
3e419d3
to
eec3c48
Compare
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
a4c47df
to
72ee2ff
Compare
ddsrouter_core/src/cpp/reader/implementations/rtps/SpecificQoSReader.hpp
Outdated
Show resolved
Hide resolved
ddsrouter_core/test/blackbox/ddsrouter_core/dds/types/test_participants.hpp
Outdated
Show resolved
Hide resolved
ddsrouter_core/test/blackbox/ddsrouter_core/dds/types/test_participants.hpp
Show resolved
Hide resolved
ddsrouter_core/test/blackbox/ddsrouter_core/dds/types/test_participants.hpp
Outdated
Show resolved
Hide resolved
ddsrouter_core/src/cpp/writer/implementations/rtps/CommonWriter.cpp
Outdated
Show resolved
Hide resolved
ddsrouter_test/compose/scripts/execute_and_validate_subscriber.py
Outdated
Show resolved
Hide resolved
ddsrouter_core/src/cpp/participant/implementations/rtps/CommonParticipant.hpp
Outdated
Show resolved
Hide resolved
ddsrouter_core/src/cpp/participant/implementations/rtps/CommonParticipant.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: jparisu <javierparis@eprosima.com>
4b73508
to
22488a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🥇
This PR encapsulates the following new features:
specs
in configurationThis PR requires the Fast DDS PR eProsima/Fast-DDS#2947 to be merged