Skip to content

Tags: PX4/pyulog

Tags

v1.2.0

Toggle v1.2.0's commit message
fix extract_message: use typing.List instead if list (for older pytho…

…n versions)

v1.1.0

Toggle v1.1.0's commit message
README: update link to docs

v1.0.2

Toggle v1.0.2's commit message
core: add header-only log file load capability

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
bkueng Beat Küng
ulog2csv: handle '/' in data name

v1.0.0

Toggle v1.0.0's commit message
db: add database migration tool

Database setup required running ".read sql/setup_db.sql" manually, which
was unintuitive when using pyulog as a library. This commit adds the
ulog_migratedb console script to handle the database setup.

A single SQL script isn't robust to future database changes. If there is
a discovered issue with the current database schema, or there is a bug
in the schema, then new changes might be needed, and we really don't
want to lose data by accident. Hence, careful data migration might be
needed.

Other migration tools like "alembic" and "migrations" were considered,
but the former was sqlalchemy-specific and the latter seemed to have
little support. Hence a small migration script was created,
migrate_db.py, which handles simple forward-migration. This might be
overengineered, but the migration logic itself is only 50 lines or so,
so it might be worth the future-proofing.

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
bkueng Beat Küng
versioneer: update to 0.19

v0.8.0

Toggle v0.8.0's commit message
robustify against log files with corrupt messages

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #44 from devbharat/feature/add_sync_recovery

Added sync msg recovery

v0.6.0

Toggle v0.6.0's commit message
Merge branch 'master' of github.com:PX4/pyulog

v0.5.1

Toggle v0.5.1's commit message
ulog2kml: use vehicle_status instead of commander_state for the fligh…

…t mode