All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added
.DS_Store
to.gitignore
- Added support for Rails > 5
- Added support for custom templates
- Switch
colorize
gem forrainbow
- Upgrade project to Ruby 3.0.6
- Removed
bpdocs.yml
- Removed support for Ruby 2.6.x
- Removed debugging dependencies
- Removed support for Rails 4.x
- Fix documentation formatting for MKDocs
0.2.0 - 2022-02-01
- Add ability to rerun Tasks
- Add
onesie:rerun
rake task
- Updated documentation of manual tasks
- Add documentation examples
- Added Onesie task name to "Done" message for logging
- Fix documentation typos
- Fix the Runner's error output to reference the correct task
0.1.1 - 2022-01-06
- Removed unique index between
name
andversion
for PostgreSQL BDR compliance
- Add comment on
onesie_tasks.id
column - Add uniqueness validation to
TaskRecord
- Make migration reversible; Specified
up
anddown
actions
0.1.0 - 2021-09-29
- Initial release
- Setup Onesie Base
- Add manual Tasks
- Add Task environmental guard
- Add Task error handling
- Add Task priority levels
- Add onesie:describe rake task
- Change database tablename from
onesie_logs
toonesie_tasks