All Versions
4
Latest Version
0.2
Avg Release Cycle
-
Latest Release
-

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