Ivan Naidenov

Results 5 issues of Ivan Naidenov

I am trying to create user with a name from env variable TARANTOOL_USER_NAME (see [topic](https://hub.docker.com/r/tarantool/tarantool) **Start a secure Tarantool instance** at DockerHub). But on version 2.8.3 this can not be...

bug
5856

I would like to have asserts for checking http responses: ```lua local resp = some_http_method(...) t.assert_http_status(resp, 200) t.assert_http_json(resp, {'k' = '*'}) ```

feature
5856

I tried to call insert with crud with unexisted bucket_id and i get follow error: ``` Failed to get router replicaset: nil ``` I found error code: https://github.com/tarantool/crud/blob/master/crud/common/call.lua#L201 I think...

bug
customer
1sp

We have a README and Tarantool Cartridge in K8s guide. But there is no complete documentation. New content cannot always be put into a guide or README. I offer documentation...

documentation

Queue initialization looks like this: ```lua local queue=require'queue' queue.cfg({in_replicaset=true}) ``` It seems that this queue will always be not temporary (in_replicaset=true)... but it's not true. The `require'queue` call generates an...

bug