Martin Varga
Martin Varga
When using some project from python client tests, on sync I got 
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...
In case of number of changes or size of the diff file reaches some limit we need geodiff to be able to split that into multiple smaller diffs.
In case we have sync failure there is quite generic (and misleading) error message.  In this particular use case we get 504 from backend (on push finish) which is...