- Fix package dependencies (#51)
- Silent gcc warning
- Contributors: Robert Haschke
- Fix column name escaping (#44)
- Update CI (#41)
- Contributors: Bjar Ne, Henning Kayser, Tyler Weaver, Vatan Aksoy Tezer
- Add humble testing CI (#37)
- add missing stdlib include
- disable header include order check
- don't build warehouse_ros from source
- Contributors: Bjar Ne, Vatan Aksoy Tezer
- Update CMakeLists.txt
- Adapt github URLs in README
- Fix whitespaces in codecov script
- Enable pre-commit in CI
- Enable prerelease tests
- Add pre-commit config
- Switch to upstream warehouse_ros
- Contributors: Bjar Ne, Nisala Kalupahana
- ROS 2 Port
- Remove duplicate header guard
- Silence CMake warning
- Delete LICENSE.txt
- Add ROS2 launch config to README
- partially update readme
- Enable codecov
- Switch to github workflow
- Switch to sqlite3_vendor
- Contributors: Bjar Ne
- version bump
- add busy handler for concurrent writes to db
- Test warehouse plugin loading
- fix clang-format
- Export interfaces (dllexport/visibility=hidden)
- fix clang-tidy
- Versioning of the database scheme
- Adapt scheme to be more precise
- Readme and notes on database schema
- fix clang-format
- Fix query with ordering
- Use proper exception types
- implemented dropping databases
- Support multiple databases with name mangling The collection name and the database name are mangled and concatenated to support multiple databases. SQLite only supports one database per file.
- rollback on initialization error
- Fix validation of stored MD5 sum
- SQL String escaping
- query tests and bugfix
- test change of metadata
- test and fix Null value metadata handling
- test and fix MD5 validation
- local warehouse_ros package
- Add first API test
- more fixes
- add clang-tidy config
- clang-tidy fixes
- fixes
- enable travis
- more stuff
- initial commit
- Contributors: Bjar Ne