CHANGES
=======

1.0.0
-----

* Set version number to 1.0.0

0.1.0
-----

* Fix AttrError on share creation form with django 1.6-1.7
* Fix pep8 violations
* Make status values translatable
* Upgrade to django 1.7
* Reduce title duplication, concatenation in Project Shares
* Fix pep8 violations
* Remove horizon patch installation from README
* Remove unused templates
* Reduce title duplication, concatenation in Admin Shares
* Enable unit testing via tox
* Update unit test instructions in README
* Remove unused unit test code
* Skip broken unit tests
* Fix pep8 violations via run_tests.sh -p
* Enable unit tests to run standalone
* Include unit test instructions
* Remove broken links from README
* Revert "Fix error referencing missing attribute"
* Adjust expected strings
* Fix error referencing missing attribute
* Fix metadata conversion
* Expect exception properly
* Add missing mock calls
* Resolve unit test failures from missing keystone data
* Ignore secret key lock files
* Enable unit tests to resolve urls properly
* Bump manilaclient version to 1.0.4
* Fix two typos in share network messages
* Fix pep8 violations
* Add nova-network support to share-networks of Manila
* Add version into setup.cfg
* Update README to include needed horizon patch
* Add installation instructions
* Pull all snapshots on admin tab
* Make share name in 'manage' form optional
* Update share type creation form
* Switch couple of elements on share creation form
* Display attr 'host' on share detailed page
* Fix view of projects selection for private share types
* Fix appearance of share delete button in projects tab
* Add attr 'has_snapshot' for each share in share table
* Add support of API manage/unmanage for Manila
* Add support for setting of share type access
* Make tab 'Share Types' starting from both capitals
* Add posibility to set visibility attr for share types
* Add support of 'is_public' attr for shares
* Show all export locations on share detail page
* Fix view of metadata on shares tab
* Add links to snapshot and share network on shares detailed page
* Fix share creation form when share_type is not provided
* Rename deprecated "sid" to "user" (security services for shares)
* Fix access rules handling
* Remove logic that was moved into override.py
* Change overview label to "Share Networks"
* Incoporate get_item filter
* Enable full quota, overview functionality
* Get quotas working enough to permit creating shares
* Remove unused references to mox
* Initial attempt to get unit tests working
* Fix pep8 violations
* Enable projects, admin panels to load
* Import code from manila_kilo branch of manila UI
* Initial project creation
