Skip to content

[20242] TypeLookup listeners implementation#4240

Merged
richiware merged 35 commits into3.0.x-develfrom
feature/typelookup-listeners-implementation
Apr 10, 2024
Merged

[20242] TypeLookup listeners implementation#4240
richiware merged 35 commits into3.0.x-develfrom
feature/typelookup-listeners-implementation

Conversation

@adriancampo
Copy link
Copy Markdown
Contributor

@adriancampo adriancampo commented Jan 12, 2024

Description

Contributor Checklist

  • Commit messages follow the project guidelines.
  • The code follows the style guidelines of this project.
  • N/A Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added; the added tests pass locally
  • N/A Any new/modified methods have been properly documented using Doxygen.
  • N/A Changes are ABI compatible.
  • N/A Changes are API compatible.
  • N/A New feature has been added to the versions.md file (if applicable).
  • N/A New feature has been documented/Current behavior is correctly described in the documentation.
  • N/A Applicable backports have been included in the description.

Reviewer Checklist

  • The PR has a milestone assigned.
  • The title and description correctly express the PR's purpose.
  • Check contributor checklist is correct.
  • Check CI results: changes do not issue any warning.
  • Check CI results: failing tests are unrelated with the changes.

@adriancampo adriancampo added the no-test Skip CI tests if PR marked with this label label Jan 12, 2024
@adriancampo adriancampo marked this pull request as ready for review January 12, 2024 12:16
@adriancampo adriancampo force-pushed the feature/typelookup-listeners-implementation branch from f5f5abc to 52fc9f8 Compare January 19, 2024 18:33
@adriancampo
Copy link
Copy Markdown
Contributor Author

@richiprosima please test this

@adriancampo adriancampo force-pushed the feature/typelookup-listeners-implementation branch 2 times, most recently from fde5978 to 29681bc Compare January 22, 2024 15:46
@adriancampo adriancampo changed the base branch from feature/xtypes1.3 to feature/type-object-integration January 22, 2024 15:47
@adriancampo adriancampo changed the base branch from feature/type-object-integration to feature/xtypes1.3 January 22, 2024 15:48
@adriancampo adriancampo changed the base branch from feature/xtypes1.3 to feature/type-object-integration January 22, 2024 15:49
@adriancampo
Copy link
Copy Markdown
Contributor Author

@richiprosima please test this

@adriancampo adriancampo force-pushed the feature/typelookup-listeners-implementation branch from 9538ccd to 13eb216 Compare January 23, 2024 07:02
@adriancampo adriancampo changed the base branch from feature/type-object-integration to feature/xtypes1.3 January 23, 2024 07:02
@adriancampo adriancampo force-pushed the feature/typelookup-listeners-implementation branch from 13eb216 to 2e3caf5 Compare January 23, 2024 08:13
@adriancampo adriancampo changed the base branch from feature/xtypes1.3 to feature/type-object-integration January 23, 2024 08:14
@adriancampo adriancampo force-pushed the feature/typelookup-listeners-implementation branch 3 times, most recently from 38ebcb1 to dd105e0 Compare January 23, 2024 11:11
@JLBuenoLopez JLBuenoLopez force-pushed the feature/type-object-integration branch from ec6de74 to 1186bad Compare January 25, 2024 15:31
Base automatically changed from feature/type-object-integration to feature/xtypes1.3 January 29, 2024 06:56
@adriancampo adriancampo force-pushed the feature/typelookup-listeners-implementation branch 3 times, most recently from 27df183 to 918454a Compare February 1, 2024 20:05
Copy link
Copy Markdown
Contributor

@JLBuenoLopez JLBuenoLopez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Partial review. TypeLookupManager and TypeLookupReplyListener classes pending to be reviewed.

@EduPonz EduPonz added this to the v3.0.0 milestone Feb 21, 2024
@adriancampo adriancampo force-pushed the feature/typelookup-listeners-implementation branch from de0d0e3 to 49cf957 Compare February 22, 2024 19:36
richiware and others added 13 commits April 5, 2024 07:47
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
…lbacks.

Signed-off-by: adriancampo <adriancampo@eprosima.com>
Signed-off-by: adriancampo <adriancampo@eprosima.com>
Signed-off-by: adriancampo <adriancampo@eprosima.com>
Signed-off-by: adriancampo <adriancampo@eprosima.com>
…r_type_object(from TypeLookupManager).

Signed-off-by: adriancampo <adriancampo@eprosima.com>
Signed-off-by: adriancampo <adriancampo@eprosima.com>
Signed-off-by: adriancampo <adriancampo@eprosima.com>
Signed-off-by: adriancampo <adriancampo@eprosima.com>
Signed-off-by: adriancampo <adriancampo@eprosima.com>
Signed-off-by: adriancampo <adriancampo@eprosima.com>
Signed-off-by: adriancampo <adriancampo@eprosima.com>
Copy link
Copy Markdown
Contributor

@JLBuenoLopez JLBuenoLopez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with green CI

@JLBuenoLopez
Copy link
Copy Markdown
Contributor

@richiprosima please test_3 this

Signed-off-by: adriancampo <adriancampo@eprosima.com>
Copy link
Copy Markdown
Contributor

@JLBuenoLopez JLBuenoLopez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with green CI

@JLBuenoLopez
Copy link
Copy Markdown
Contributor

@richiprosima please test_3 this

1 similar comment
@JLBuenoLopez
Copy link
Copy Markdown
Contributor

@richiprosima please test_3 this

@JLBuenoLopez
Copy link
Copy Markdown
Contributor

The following Doxygen typo would be nice to fix in order for the documentation tests to pass:

Now we works successfully against OpenDDS 3.27

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
@JLBuenoLopez
Copy link
Copy Markdown
Contributor

@richiprosima please test_3 this

Copy link
Copy Markdown
Contributor

@JLBuenoLopez JLBuenoLopez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with green CI

@JLBuenoLopez
Copy link
Copy Markdown
Contributor

JLBuenoLopez commented Apr 9, 2024

Manual Documentation job: SUCCESS
Manual Discovery Server job: SUCCESS

Signed-off-by: Ricardo González <ricardo@richiware.dev>
Copy link
Copy Markdown
Contributor

@JLBuenoLopez JLBuenoLopez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with green CI

@JLBuenoLopez
Copy link
Copy Markdown
Contributor

@richiprosima please test_3 this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-pending PR which CI is running first-to-merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants