This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat(manage): add "init", "run", "client", "db" group - command "runserver" rename to "devserver" - add command "server" * feat: add new parameter for disable logging in ConfigHandler * feat (manage): add 4 main commad: "run", "create", "delete" and "client" Regroup all command. Expanded description of commands, the number of options, help message. In the "Client" command, the list of available API methods is shortened. * fix (manage): fixed type hinting in click_async() * feat(lib): Hash class has removed the binding to the config file. Added two parameters size_password, size_auth_id to __init__ * fix(manage): fixed create_user(), create_flow(), create_admin() * fix(tests): fixed all test for coomand "create" and "delete" * fix: Update manage.py and test_manage.py and fixed tests * feat(manage): add "clean" command and add checking file in copy_config() * feat(tests): add new test for command "clean" and "init" * feat(config): added new parameter "directory" for ConfigHandler - and update test * feat(tests): added new tests for manage.py for command "run" with options: devserver, server for command client with options send * doc: update documentation * fixed section Contact * Исправлено падение теста, тикет issue #187 (#208) * fixed(dbhandler): add singlton to DBHandler class * fix: fixed type for __instance * fixed enable logging in class ConfigHandler * feat(manage): add "init", "run", "client", "db" group - command "runserver" rename to "devserver" - add command "server" * feat: add new parameter for disable logging in ConfigHandler * feat (manage): add 4 main commad: "run", "create", "delete" and "client" Regroup all command. Expanded description of commands, the number of options, help message. In the "Client" command, the list of available API methods is shortened. * fix (manage): fixed type hinting in click_async() * feat(lib): Hash class has removed the binding to the config file. Added two parameters size_password, size_auth_id to __init__ * fix(manage): fixed create_user(), create_flow(), create_admin() * fix(tests): fixed all test for coomand "create" and "delete" * fix: Update manage.py and test_manage.py and fixed tests * feat(manage): add "clean" command and add checking file in copy_config() * feat(tests): add new test for command "clean" and "init" * feat(config): added new parameter "directory" for ConfigHandler - and update test * feat(tests): added new tests for manage.py for command "run" with options: devserver, server for command client with options send * doc: update documentation * fixed section Contact * fixed enable logging in class ConfigHandler * fixed(tests) disable some test
- Loading branch information
1 parent
58aff06
commit bb2da08
Showing
11 changed files
with
752 additions
and
454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.