- STI bug in events manager fix
- Process, operation and error context improvement (save context after operation saved)
- Tag field added to operation template view
- Misc bug fixes
- Fix rails dependencies (now can be used with Rails 5 applications)
- Fix operation template decorator (failed if user model has no groups and roles)
- Too long index names issue in non-Postgres databases fix
- General code improvements - split bulders, runners, resolvers and other
models from application records.
- Removed OperationErrorJob (errors no longer processed in separate
background job)
- Removed pg from gem dependencies
- Added Rubocop
* added Active Job API support instead of hard-coded sidekiq.
* added import template preprocessor
* fixed assets precompilation
* independent operations fix
* Fixes to mysql support - removed uuid and moved window functions to pg dialect to support mysql
* Removed native json database type dependency to allow MySQL and other DBs not having native json data type
* configuration export / import
* Custom context view for operations (can be specified on operation templates)
* removed dependency from inherited_resources
* removed dependency from devise
* fixed rails version
* fixed jquery version