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

[20823] Example refactor: Content filter #4859

Merged
merged 29 commits into from
Jun 17, 2024

Commits on Jun 14, 2024

  1. Refs #20823: Copy ContentFilteredTopicExample files to content_filtering

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8da571d View commit details
    Browse the repository at this point in the history
  2. Refs #20823: Change file names and CMakeList structure

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6094a3e View commit details
    Browse the repository at this point in the history
  3. Refs #20823: Add CLI parser

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1a9f1e5 View commit details
    Browse the repository at this point in the history
  4. Refs #20823: Add application hpp and cpp

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4545829 View commit details
    Browse the repository at this point in the history
  5. Refs #20823: Create publisher application

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9c86d6c View commit details
    Browse the repository at this point in the history
  6. Refs #20823: Create subscriber application

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9a26dcd View commit details
    Browse the repository at this point in the history
  7. Refs #20823: Add test

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2392683 View commit details
    Browse the repository at this point in the history
  8. Refs #Refs 20823: Rename folder to content_filter

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bf1ecd4 View commit details
    Browse the repository at this point in the history
  9. Refs #20823 Add customizable lower bound and upper bound arguments to…

    … the example
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6ab1e13 View commit details
    Browse the repository at this point in the history
  10. Refs #20823: Add changes to version.md

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    df118d1 View commit details
    Browse the repository at this point in the history
  11. Refs #20823: Initialize interval in publisher

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    52a5059 View commit details
    Browse the repository at this point in the history
  12. Refs #20823: Apply suggestion

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8147cd7 View commit details
    Browse the repository at this point in the history
  13. Refs #20823: Apply suggestion: Update Readme.md

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cbcfebc View commit details
    Browse the repository at this point in the history
  14. Refs #20823: Add option none filter

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    37f55b9 View commit details
    Browse the repository at this point in the history
  15. Refs #20823: Set datareader and datawriter qos to meet the condition …

    …for writer side filtering
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    07a03a5 View commit details
    Browse the repository at this point in the history
  16. Refs #20823: Apply suggestions: Add filtering on the writer side

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    386711d View commit details
    Browse the repository at this point in the history
  17. Refs #20823: Uncrustify

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    96c9974 View commit details
    Browse the repository at this point in the history
  18. Refs #20823: Change guard name and custom filter classes name

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    db4bab5 View commit details
    Browse the repository at this point in the history
  19. Refs #20823 Apply suggestions

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f7bdff4 View commit details
    Browse the repository at this point in the history
  20. Refs #20823: Update ReadMe

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    60e37dc View commit details
    Browse the repository at this point in the history
  21. Refs #20823: Add new arguments to set a custom filter expression and …

    …to allowing the writer side filtering
    
    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    45259f1 View commit details
    Browse the repository at this point in the history
  22. Refs #20823: add transient and ralible as arguments

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6d85676 View commit details
    Browse the repository at this point in the history
  23. Refs #20823: Split and modify test

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ba9928f View commit details
    Browse the repository at this point in the history
  24. Refs #20823: uncrustify

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    77b52f0 View commit details
    Browse the repository at this point in the history
  25. Refs #20823: Solve windows warning

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5d9028b View commit details
    Browse the repository at this point in the history
  26. Refs #20823: Remove argument --reliable --transient-local

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8a4411b View commit details
    Browse the repository at this point in the history
  27. Refs #20823: Add the right includes

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0e6a0e5 View commit details
    Browse the repository at this point in the history
  28. Refs #20823: Remove folders that were added during the rebase

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    62dd37e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Refs #20823: Add license

    Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
    elianalf committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4dac17a View commit details
    Browse the repository at this point in the history