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

[21186] Examples refactor: Topic Instances #5033

Merged
merged 26 commits into from
Jul 22, 2024

Commits on Jul 19, 2024

  1. Refs #21186: Implement topic instances example

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    38ae117 View commit details
    Browse the repository at this point in the history
  2. Refs #21186: Generate types

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    64896e0 View commit details
    Browse the repository at this point in the history
  3. Refs #21186: Add README.md

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9d2c7d1 View commit details
    Browse the repository at this point in the history
  4. Refs #21186: Add example test

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a798be4 View commit details
    Browse the repository at this point in the history
  5. Refs #21186: Remove previous example

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    aef7536 View commit details
    Browse the repository at this point in the history
  6. Refs #21186: Remove already merged old examples

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f118534 View commit details
    Browse the repository at this point in the history
  7. Refs #21186: Update versions.md

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c3a3019 View commit details
    Browse the repository at this point in the history
  8. Refs #21186: Please linters

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    08b7f91 View commit details
    Browse the repository at this point in the history
  9. Refs #21186: Fix windows build issues

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    935a561 View commit details
    Browse the repository at this point in the history
  10. Refs #21186: Reduce the default instances to 4 (looks better in Shape…

    …sDemo)
    
    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c528773 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e20e84f View commit details
    Browse the repository at this point in the history
  12. Refs #21186: Add instance methods: register and disposed

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    38e7a3b View commit details
    Browse the repository at this point in the history
  13. Refs #21186: Please linter

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e9f3729 View commit details
    Browse the repository at this point in the history
  14. Refs #21186: Update guards

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    80892a5 View commit details
    Browse the repository at this point in the history
  15. Refs #21186: Fix windows build

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a7c2211 View commit details
    Browse the repository at this point in the history
  16. Refs #21186: Apply Miguel' suggestion

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8431053 View commit details
    Browse the repository at this point in the history
  17. Refs #21186: Re-order methods

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    66b5414 View commit details
    Browse the repository at this point in the history
  18. Refs #21186: Apply minor suggestions

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    2ede928 View commit details
    Browse the repository at this point in the history
  19. Refs #21186: Allow introducing a set of colors as argument

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    7a17768 View commit details
    Browse the repository at this point in the history
  20. Refs #21186: Register instance on construction and move shape locatio…

    …n to publisher
    
    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0eb2739 View commit details
    Browse the repository at this point in the history
  21. Refs #21186: Update README.md

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    27e348c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b006cd4 View commit details
    Browse the repository at this point in the history
  23. Refs #21186: Fix corner case

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c123cd7 View commit details
    Browse the repository at this point in the history
  24. Refs #21186: Fix cornercase properly

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    78bd1a6 View commit details
    Browse the repository at this point in the history
  25. Refs #21186: Apply rev suggestions (2)

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4c5fa90 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Refs #21186: Regenerate types

    Signed-off-by: JesusPoderoso <[email protected]>
    JesusPoderoso committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    00ef42e View commit details
    Browse the repository at this point in the history