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

Add dataset caching for DatabaseULog #91

Merged
merged 4 commits into from
Jan 22, 2024
Merged

Add dataset caching for DatabaseULog #91

merged 4 commits into from
Jan 22, 2024

Commits on Jan 20, 2024

  1. db: support dataset caching

    Add a "caching" flag to get_dataset which allows the user to read from
    _data_list instead of always retrieving from database. This solves the
    problem "PX4ULog.add_roll_pitch_yaw does not work with DatabaseULog",
    and has a small performance bonus on the side.
    hermankolden committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    b4bd471 View commit details
    Browse the repository at this point in the history
  2. gitignore: add venv/ to gitignore

    Useful to run with venvs
    hermankolden committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    7d2c643 View commit details
    Browse the repository at this point in the history
  3. ci: fix failing test after dataset caching feature

    When the dataset caching feature was introduced, it was discovered that
    one test with multiple datasets of different instance IDs were failing.
    hermankolden committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    6d92d70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e18fc3 View commit details
    Browse the repository at this point in the history