Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1012 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 1012 Bytes

Syskit::Log

Integration of pocolog-based log replay in a Syskit application

Installation

Add tools/syskit-log in autoproj/manifest

Usage

See the rock-and-syskit page

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/rock-core/tools-syskit-log.

The project follows the conventional commits standard to write commit messages. We recognize the following commit types:

  • feat: new feature
  • fix: bugfix
  • test: newly added tests, without changes to the non-test code
  • chore: cleanup changes, such as for instance a style fix, or a minor non-functional change.

The package has the following two scopes:

  • ds: datastore-related code, including the jupyter and data analysis code
  • replay: syskit replay code

License

This package is available as open source under the terms of the MIT License.