Martin Varga

Results 5 issues of Martin Varga

When using some project from python client tests, on sync I got ![image](https://user-images.githubusercontent.com/23185498/94893923-93670e00-0488-11eb-8332-c35ae666f795.png)

bug

Refactor Project and ProjectVersion tables - remove unbound files/changes metadata jsonb fields. New table FileHistory is introduced which records changes to project files during project lifetime. This way we remove...

- remove unused config variables - make sure use_x_accel works properly with nginx in docker-compose

Currently we do not have any bounds in case we run server with gevent worker type. In case client gave up on connection server still might be processing request. Also...