Vasiliy Tyubek
Vasiliy Tyubek
### Problem statement Schema definition requires type declaration, which is for now is string, e.g.: ``` {name = "field", type = "int"}``` which results in no help from ide preventing...
`cartridge create` creates project layout and also initialises git repository with default branch set to master. Github allows to create repositories via webui and also allows to set some defaults...
There is a github action to install tarantool but no action to install cartridge-cli so one must manually install cartridge-cli after tarantool: ```yaml - name: Install tarantool uses: tarantool/setup-tarantool@v1 with:...
One should be able to unregister routes. For example in case of switching on/off routes with feature toggles.
Would be nice to have a method to remove or reset already registered routes as part of public http API. Possible scenarios of application: 1. handlers reload for e.g. in...