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

Iox #1150 remove findservice with container from discovery #1151

Conversation

MatthiasKillat
Copy link
Contributor

@MatthiasKillat MatthiasKillat commented Feb 22, 2022

Pre-Review Checklist for the PR Author

  1. Code follows the coding style of CONTRIBUTING.md
  2. Tests follow the best practice for testing
  3. Changelog updated in the unreleased section including API breaking changes
  4. Branch follows the naming format (iox-#123-this-is-a-branch)
  5. Commits messages are according to this guideline
    • Commit messages have the issue ID (iox-#123 commit text)
    • Commit messages are signed (git commit -s)
    • Commit author matches Eclipse Contributor Agreement (and ECA is signed)
  6. Update the PR title
    • Follow the same conventions as for commit messages
    • Link to the relevant issue
  7. Relevant issues are linked
  8. Add sensible notes for the reviewer
  9. All checks have passed (except task-list-completed)
  10. Assign PR to reviewer

Notes for Reviewer

Checklist for the PR Reviewer

  • Commits are properly organized and messages are according to the guideline
  • Code according to our coding style and naming conventions
  • Unit tests have been written for new behavior
    • Each unit test case has a unique UUID
  • Public API changes are documented via doxygen
  • Copyright owner are updated in the changed files
  • PR title describes the changes

Post-review Checklist for the PR Author

  1. All open points are addressed and tracked via issues

References

@MatthiasKillat MatthiasKillat force-pushed the iox-#1150-remove-findservice-with-container-from-discovery branch from 69b48ea to 2f0158d Compare February 22, 2022 19:43
@codecov
Copy link

codecov bot commented Feb 22, 2022

Codecov Report

Merging #1151 (c299e37) into master (e219b1f) will increase coverage by 0.46%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1151      +/-   ##
==========================================
+ Coverage   77.03%   77.49%   +0.46%     
==========================================
  Files         350      351       +1     
  Lines       13737    14054     +317     
  Branches     1956     1990      +34     
==========================================
+ Hits        10582    10891     +309     
+ Misses       2503     2500       -3     
- Partials      652      663      +11     
Flag Coverage Δ
unittests 76.68% <0.00%> (+0.38%) ⬆️
unittests_timing 13.34% <0.00%> (+1.46%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...include/iceoryx_posh/runtime/service_discovery.hpp 0.00% <ø> (ø)
iceoryx_posh/source/roudi/service_registry.cpp 88.31% <ø> (-3.55%) ⬇️
iceoryx_posh/source/runtime/service_discovery.cpp 0.00% <0.00%> (ø)
...include/iceoryx_posh/internal/popo/base_client.inl 81.15% <0.00%> (-18.85%) ⬇️
iceoryx_posh/source/popo/client_options.cpp 85.00% <0.00%> (-15.00%) ⬇️
iceoryx_posh/source/popo/rpc_header.cpp 77.27% <0.00%> (-2.32%) ⬇️
iceoryx_binding_c/source/c_notification_info.cpp 100.00% <0.00%> (ø)
iceoryx_binding_c/source/c_client.cpp 98.90% <0.00%> (ø)
... and 8 more

@MatthiasKillat MatthiasKillat force-pushed the iox-#1150-remove-findservice-with-container-from-discovery branch 2 times, most recently from f96e7f0 to 4d89e03 Compare February 23, 2022 13:46
@MatthiasKillat MatthiasKillat force-pushed the iox-#1150-remove-findservice-with-container-from-discovery branch from 4d89e03 to 1879568 Compare February 23, 2022 13:58
@MatthiasKillat MatthiasKillat marked this pull request as ready for review February 23, 2022 15:59
@FerdinandSpitzschnueffler
Copy link
Contributor

@MatthiasKillat Can you please check if we have to remove code examples for the removed findService method from the `iceoryx-v2-0-0.md?

@MatthiasKillat
Copy link
Contributor Author

@FerdinandSpitzschnueffler

Can you please check if we have to remove code examples for the removed findService method from the `iceoryx-v2-0-0.md?

Yes, I will do so and change it in the upcoming example PR #1117.

Copy link
Contributor

@mossmaurice mossmaurice left a comment

Choose a reason for hiding this comment

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

Looks good in general, only minor findings.

@MatthiasKillat MatthiasKillat merged commit 1788a02 into eclipse-iceoryx:master Feb 24, 2022
@MatthiasKillat MatthiasKillat deleted the iox-#1150-remove-findservice-with-container-from-discovery branch February 24, 2022 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove findService with container return value from Discovery
3 participants