Skip to content

0.13.0 - Hadzhiyska reka

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 05:50
· 2180 commits to release since this release

Changes

bg.wikipedia.org/wiki/Hadzhiyska_reka

🚀 Features

  • Use nginx instead of caddy as a web server (#166)
  • Print QGIS version withing the worker and set XDG_RUNTIME_DIR (#278)
  • Allow packaging projects that have no extent set (#150)
  • Add last_apply_attempt_at and last_apply_attempt_by to deltas (#152)
  • Switch to PostGIS and bump PostgreSQL 13 (#164)
  • Added the layer CRS when processing project file (#163)
  • Add old_geom, new_geom and srid in delta table (#165)
  • Use external database by default (#173)
  • Bump QGIS from 3.20.2 to 3.22.1 (178)
  • Bump QGIS from 3.20.2 to 3.22.3 (#270)
  • Added better feedback in the "theMapCanvas" test and bump libqfieldsync (#192)
  • No expiration for invitations (#194)
  • Audit the important user actions (#202 #204)
  • Safer way to export variable from a .env file (#219)
  • Improvements on the job execution inside the QGIS container (#213)
  • Make gunicorn using multiple workers and multiple threads (#212)
  • Run tests also on pull requests (#221)
  • Allow running parallel jobs on the server (#244)
  • Increase timeouts when uploading huge files (#227)
  • Added delete_file_version function to deletes a specific file version (#251)
  • When a file is uploaded to a project, start a new process_projectfile job, so project checks are always performed (#252)
  • Add debugpy and document usage by @olivierdalang in #255)
  • Bump django from 3.2.10 to 3.2.11 in /docker-app by @dependabot in #220)
  • Bump django from 3.2.11 to 3.2.12 in /docker-app by @dependabot in #259)
  • Added new packaging and jobs endpoints (#146 #270)
  • Bump to latest libqfieldsync (#274)
  • No need to have an invitation to register (#275)
  • Block requests by IP, only allow requests with proper host header (#281)
  • Force final status to jobs if they have not reached final status within the timeout (#272)
  • All file responses use nginx X-Accel-Redirect instead of HTTP redirect instead of redirect (#265, #267)
  • If object storage (s3) returns non-ok status, show 404 (#266)
  • Purge old versions of project files (#241)
  • Fix storage size calculation to include old versions (#242)
  • Add a limit to the inviteusers Django command how many emails are invited per run (#234)
  • Ignore newcoming deltas with a duplicated id (#228)
  • Add status key in the project serializer (#226)
  • Debug improvements (#263)

🐛 Bug Fixes

  • Fix first_name, last_name etc fields in token serializer (#282)
  • Show logs only when server error occurred (#264)
  • Restart nginx automatically in docker-compose (#249)
  • Fix needs_repackaging check flag (#246)
  • Fix migrations on deltas for nan coordinates in the geometry (#232)
  • Fix migrations on deltas for 3d geometry (#231)
  • Only suggest teams that are part of the project-owning organization (#153)
  • Make sure pyyaml is installed dependency (#167)
  • Update the JSON schemas to reflect the recent QField delta additions (#169)
  • Increase logs stored for app (#171)
  • Fix race condition when invalidating rest of the tokens, it also invalidated the current token (#176)
  • Add a way to ignore checking availability of certain envvars on pre-commit (#174)
  • Fix admin saving deltas (#177)
  • Fix process_projectfile job on freshly uploaded project file (#179)
  • Add project.status field that shows whether the project is ready to use (#188)
  • Simplify delta related permissions (#181)
  • Get the modified_pk from the feature even in transaction mode (#180)
  • Remove empty line by @m-kuhn in #191)
  • Add stale bot (#193)
  • Audit the important user actions (#202 #204)
  • Fix export job HTTP 500 on already existing export jobs (#205)
  • Dispatch deploy after build by @robert197 in #206)
  • API should return the latest package of the same project (#208)
  • Pip freeze all dependencies (#210)
  • Update .env.example to fix 'invalid sslmode value' by @stcz in #214)
  • Fix docker-compose.override.local.yml Syntax Error by @stcz in #215)
  • Fix unable to add the owner of an organization to a team (#239)
  • Removes requests logging in django by @olivierdalang in #256)
  • Improve how the API handles exceptions by @olivierdalang in #257)
  • Fix minio for local testing by @olivierdalang in #261)
  • Make sure the stop_app() when exiting python does not fail (#276)
  • Force repackaging if layers_by_id is missing from project_details (#277)

Full Changelog: v0.12.2...v0.13.0