Changelog History
-
v0.2 Changes
2014-09-17
- Extend permission system by adding user groups
- ๐จ Code refactoring of modal windows
- ๐ Improved test coverage to 69%
- ๐ Bugfixes: sidebar, modal windows, user lists
โฌ๏ธ Upgrading
โก๏ธ After updating code to this version run
python manage.py migrate --merge
in application directory to update database schema. 0๏ธโฃ Migrations will add 2 default groups to every department and assign all users to User groups. It is necessary to manually assign Admin group to selected users, because this information is not migrated from v0.1. -
v0.2-alpha Changes
September 17, 2014- Extend permission system by adding user groups
- ๐จ Code refactoring of modal windows
- ๐ Improved test coverage to 69%
- ๐ Bugfixes: sidebar, modal windows, user lists
โฌ๏ธ Upgrading
โก๏ธ After updating code to this version run
python manage.py migrate --merge
in application directory to update database schema.
0๏ธโฃ Migrations will add 2 default groups to every department and assign all users to User groups.
It is necessary to manually assign Admin group to selected users, because this information is not migrated from v0.1. -
v0.1 Changes
2014-08-18
- organize applications and users in departments
- manage many servers using roles
- execute remote commands via SSH
-
v0.1-alpha Changes
August 18, 2014๐ This is first release of Gunney project, features:
- organize applications and users in departments
- manage many servers using roles
- execute remote commands via SSH