CHANGES
=======

1.0.0.0b2
---------

* Correct wrong argument name in workbook_delete()
* Add delete action support
* Add update action support
* Add create action support
* Add 'index' and 'create' unit tests for workflows
* Added execution get method to mistral-dashboard api
* Show Action definition
* Add actions panel
* Add test helpers and test data
* Add *.lock and .secret_key_store to .gitignore
* Added delete button to execution screen ui on mistral-dashboard
* added git clone explanation
* Add update workbook support
* Show task result when click the id
* Fix errors when user click execution id
* Add delete workbook support
* Add update workflow support
* Add create workbook support
* Remove H101, H803, H238 from ignore list
* Remove H302 check
* Add delete workflow support
* Add create workflow support
* Fix H306 errors
* Show workbook definition
* Refactor workbook table fields
* Show workflow definition
* Adding info on how to install mistraldashboard module in venv
* Enable Unit Test
* Refactor workflow table fields
* Reduce API client object in a request
* Add handle_error decorator to API calls
* Ignore swap files from getting into repository
* Wrap mistralclient code in api.py
* Not compressing the mistral specific css
* Switch to v2 mistral api

1.0.0.0b1
---------

* Removing redundant header from setup.py
* Update .gitreview file for project rename

2015.1.0
--------

* Updating AUTHORS file

0.1.1
-----

* Making style changes and adding AUTHORS file
* Fix showing all statuses in UI
* Update requirements according to global requirements (master)

0.1
---

* Fix missing static folder
* Reenable Task view inside Executions
* Modify to use API v2
* Enable hacking check H306
* Fixing readme file
* Fixing dependency to Mistral client

0.0.4
-----

* Readme updates
* Make use of /executions endpoint API
* Horizon plugin system compatibility
* Color statuses for both executions and tasks
* Add Task's output and parameters columns
* Move dashboard from python-mistralclient
* Add .gitreview
* Initial commit
