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

[20998] Record data in SQL #144

Open
wants to merge 52 commits into
base: main
Choose a base branch
from
Open

[20998] Record data in SQL #144

wants to merge 52 commits into from

Commits on Jun 18, 2024

  1. [20509] Update repository for Fast DDS 3.0.0 compatibility

    Signed-off-by: Lucia Echevarria <[email protected]>
    LuciaEchevarria99 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3c543f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Fix compilation after rebase to FastDDS master

    Signed-off-by: Lucia Echevarria <[email protected]>
    LuciaEchevarria99 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3bc2971 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Change .h headers to .hpp and regenerate types

    Signed-off-by: Lucia Echevarria <[email protected]>
    LuciaEchevarria99 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0c3f073 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Change to FastDDS idl_serialize implementation

    Signed-off-by: Lucia Echevarria <[email protected]>
    LuciaEchevarria99 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fc30c83 View commit details
    Browse the repository at this point in the history
  2. Move exceptions to a folder

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5c92158 View commit details
    Browse the repository at this point in the history
  3. Strip serializing methods from the McapHandler

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    04fa0d1 View commit details
    Browse the repository at this point in the history
  4. Strip time utils from the McapHandler

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    82ceb00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c80db8f View commit details
    Browse the repository at this point in the history
  6. Strip dynamic types management from the McapHandler

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1904c67 View commit details
    Browse the repository at this point in the history
  7. Strip new sample generic processing from the McapHandler

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    29afbb5 View commit details
    Browse the repository at this point in the history
  8. Update includes in McapHandler and BaseHandler

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    10d3068 View commit details
    Browse the repository at this point in the history
  9. Strip non-mcap-related from the McapHandlerConfiguration

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    597295c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bf2a0d8 View commit details
    Browse the repository at this point in the history
  11. Use the BaseWriter in the McapHandler

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2f61526 View commit details
    Browse the repository at this point in the history
  12. Use the BaseHandler in the DdsRecorder

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e3a23a5 View commit details
    Browse the repository at this point in the history
  13. PoC: record data in SQLite

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b900671 View commit details
    Browse the repository at this point in the history
  14. Store DdsTopics in a table

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b25f882 View commit details
    Browse the repository at this point in the history
  15. Strip state transitions and IParticipant methods from the McapReaderP…

    …articipant
    
    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    404e7ad View commit details
    Browse the repository at this point in the history
  16. Rename DynamicTypes to Types

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    61e5164 View commit details
    Browse the repository at this point in the history
  17. Store a message's key in SQL

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3c5fbcd View commit details
    Browse the repository at this point in the history
  18. Strip deserializing methods from the DdsReplayer

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    41548fd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ebdd61a View commit details
    Browse the repository at this point in the history
  20. Strip MCAP summary processing from the DdsReplayer

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    78de7fc View commit details
    Browse the repository at this point in the history
  21. PoC: replay data from SQLite

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9ebbdfd View commit details
    Browse the repository at this point in the history
  22. Avoid creating a payload when replaying a message in a topic without …

    …a reader
    
    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    155cbb6 View commit details
    Browse the repository at this point in the history
  23. Strip MCAP message processing from the DdsReplayer

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1e275c3 View commit details
    Browse the repository at this point in the history
  24. Replay messages according to their log_time

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    25bb91f View commit details
    Browse the repository at this point in the history
  25. Merge Serializer and Deserializer into a single class

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cfecd23 View commit details
    Browse the repository at this point in the history
  26. Rename McapReaderParticipantConfiguration to BaseReaderParticipantCon…

    …figuration
    
    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    abd8d82 View commit details
    Browse the repository at this point in the history
  27. Fix assert for ROS 2 topics

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3dd2754 View commit details
    Browse the repository at this point in the history
  28. Move resource limits tests to MCAP

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b7e27c9 View commit details
    Browse the repository at this point in the history
  29. FileCreationTests for SQL

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    62be8a9 View commit details
    Browse the repository at this point in the history
  30. Strip recording methods from McapFileCreationTest

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    78743f0 View commit details
    Browse the repository at this point in the history
  31. Only write dynamic types in SQL when closing the file

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4e4446b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    60af701 View commit details
    Browse the repository at this point in the history
  33. LogErrorTest for SQL

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b25c832 View commit details
    Browse the repository at this point in the history
  34. Fix McapLogErrorTest

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    aa37d10 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f5768ab View commit details
    Browse the repository at this point in the history
  36. FileReadTest for SQL

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a7f41ce View commit details
    Browse the repository at this point in the history
  37. Identify topics in SQL by the topic_name, type_name pair

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7c787d2 View commit details
    Browse the repository at this point in the history
  38. Fix comments and logs incorrectly referring to MCAP

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ae8737b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5d06eba View commit details
    Browse the repository at this point in the history
  40. Rebase fix

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    babdf2f View commit details
    Browse the repository at this point in the history
  41. Store a message's key in SQL with v3.0

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    350f322 View commit details
    Browse the repository at this point in the history
  42. Write SQL samples in bulk

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e18bb16 View commit details
    Browse the repository at this point in the history
  43. Refactor Yaml configuration

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7a45dd0 View commit details
    Browse the repository at this point in the history
  44. Fix the check when setting the current file size

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7630fb5 View commit details
    Browse the repository at this point in the history
  45. Save data in CDR & JSON format

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8ab4f8b View commit details
    Browse the repository at this point in the history
  46. Refactor documentation

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b6ae665 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Rebase fix

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b4277d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Tests for data-format

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

Commits on Jul 24, 2024

  1. Fixes to the DDS Replayer tests

    Signed-off-by: tempate <[email protected]>
    Tempate committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ecd77eb View commit details
    Browse the repository at this point in the history