-
Notifications
You must be signed in to change notification settings - Fork 5
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
Make DiscoveryServer servers' guid prefix optional #129
Merged
juanlofer-eprosima
merged 3 commits into
integration/bump-3.0.0
from
feature/optional-guidprefix
Sep 9, 2024
Merged
Make DiscoveryServer servers' guid prefix optional #129
juanlofer-eprosima
merged 3 commits into
integration/bump-3.0.0
from
feature/optional-guidprefix
Sep 9, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
juanlofer-eprosima
had a problem deploying
to
codecov
September 5, 2024 05:38
— with
GitHub Actions
Failure
juanlofer-eprosima
force-pushed
the
feature/optional-guidprefix
branch
from
September 6, 2024 08:11
a1217c3
to
dd1185c
Compare
juanlofer-eprosima
had a problem deploying
to
codecov
September 6, 2024 08:11
— with
GitHub Actions
Failure
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
juanlofer-eprosima
force-pushed
the
feature/optional-guidprefix
branch
from
September 6, 2024 09:56
dd1185c
to
1349ed4
Compare
juanlofer-eprosima
had a problem deploying
to
codecov
September 6, 2024 09:56
— with
GitHub Actions
Failure
LuciaEchevarria99
approved these changes
Sep 9, 2024
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
juanlofer-eprosima
merged commit Sep 9, 2024
ea649d5
into
integration/bump-3.0.0
6 of 17 checks passed
LuciaEchevarria99
pushed a commit
that referenced
this pull request
Sep 10, 2024
* Make DiscoveryServer servers' guid prefix optional Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com> * Raise YAML reader version Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com> * BONUS: improve participant discovery traces Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com> --------- Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
rsanchez15
pushed a commit
that referenced
this pull request
Sep 10, 2024
* Update repository for FastDDS 3.0.0 compatibility Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Fix tests and first approximation to change Dynamic Types Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Fix DynTypesParticipant::on_type_discovery_ callback to register type_name-type_id tuple and some other minor changes Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Change DynTypesParticipant to use RTPS Participant callbacks Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Regenarate types Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Add TypeIdentifiers to DdsTopic in order to pass the TypeInformation to RTPS Writer/Reader Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Apply suggested changes Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Apply suggested changes Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Regenerate types Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Fix compilation after rebase to fastdds master Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Continue rebasing to FastDDS master Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Change .h headers to .hpp and regenerate types Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Update repository with new changes in Fast DDS 3.x Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Remove DynamicType to IDL serialization from DDSPipe Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Delete public functions in PayloadPool inherited from IPayloadPool and add missing tests in CMake file Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Apply suggested changes Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Adjust to TopicDataType refactor and removal of WriterProxyData/ReaderProxyData from public API Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Update after refactor in Participant discovery information Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Update after TopicAttributes removal from public API Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Regenerate types Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Fix TopicDescription in CommonReader and CommonWriter Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Apply suggested changes Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Remove GuidPrefix attribute from DiscoveryServerConnectionAddress Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Remove is_keyed_ method after Publication/SubscriptionBuiltinTopicData update in Fast DDS Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Fix CacheChangePool after rebase Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Fix tests Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Fix uncrustify Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Free allocated memory in PayloadPool::release_ Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Fill TypeInformation in Topic Description just from complete TypeIdentifier in CommonWriter (already done in CommonReader) Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Apply suggested changes Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Make payload_owner=nullptr in PayloadPool::release_ before empty() to avoid assertion failure Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Add assertion making sure TypeIdentifier is complete before calling add_schema Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Apply suggested changes Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Refactor rtps participants reckon_participant_attributes_ Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Accept v6 interfaces and interface names in whitelist (#128) Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com> * Make DiscoveryServer servers' guid prefix optional (#129) * Make DiscoveryServer servers' guid prefix optional Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com> * Raise YAML reader version Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com> * BONUS: improve participant discovery traces Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com> --------- Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com> * Add missing suggested changes Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Correct type_kind_to_str output for TK_CHAR8 case Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Remove unnecessary CacheChange include Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Implement add_qos_properties_ in reckon_participant_qos_ Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Remove Fast-DDS API ReturnCode explanation in PayloadPoolMediator::write Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Change name ip_configuration -> initial_peers_configuration Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Change name ds_configuration -> discovery_server_configuration Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Use dynamic_pointer_cast instead of static_pointer_cast in reckon_participant_attributes_ Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Change function descriptions in CommonParticipant Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * CHange char sequence message in tests Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Add clarification comment in TopicDataType::compute_key(SerializedPayload_t, ...) Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Fix YamlGetEntityGuidPrefixTest.get_guidprefix_explicitly test Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Add comment clarifying the order of TypeIdentifiers (complete and minimal) in DdsTopic.type_identifiers Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Fix Windows compilation Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Uncrustify Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Check if ParticipantConfiguration is nullptr after cast in reckon_participant_attributes_ Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> * Fix uncrustify Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> --------- Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com> Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com> Co-authored-by: juanlofer-eprosima <88179026+juanlofer-eprosima@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR:
discovery-server-guid
is no longer present inDiscoveryServerConnectionAddress
).