Martin Varga

Results 8 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...

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.

enhancement
pygeodiff

In case we have sync failure there is quite generic (and misleading) error message. ![Image](https://github.com/user-attachments/assets/5e3d8e52-c39d-4f50-8f45-81b767236d07) In this particular use case we get 504 from backend (on push finish) which is...

enhancement
ui/ux