A long-lived project that still receives updates
A simple integration of Mission Control jobs into AlchemyCMS that adds a dashboard for Active Job.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

>= 7.4.0, < 8.1
>= 7.2.0, < 8.1
 Project Readme

Alchemy Mission Control Jobs

A simple integration of Mission Control — Jobs into AlchemyCMS. It adds a new menu item into the Alchemy Admin interface and integrates the Mission Control - Jobs Backend via iframe into the Alchemy Backend. Mission Control Backend is only available for admin users.

Installation

Add the gem to your Gemfile and restart the application.

$ bundle add alchemy-mission_control-jobs

Release a new version

First, bump the version with gem-release:

gem bump --version minor

Second, generate the changelog entries. Set the version parameter with the upcoming version number.

rake changelog

Amend that changelog into the previous commit. After that go to Releases Page and create a new release. Be aware the the tag has to start with v (e.g v0.2.0). Otherwise, the Release action will fail.