Release damn_server version 0.18.1
This version introduce two small fixes/additions:
1. Make language always lowercas.
2. Add since to geometries.
---
Jiri Vlasak (3):
Make lang code always lower-case
Add since to geometries endpoint
Fix db query for list of geometries since
Release damn server version 0.18.0
First, automated testing was moved to sr.ht. Second, the server API is
updated to v0.3.0: /geometries endpoint returns the list of GeoJSON
FeatureCollections extended with "aid" and new /area/{aid}/geometry
endpoint returns GeoJSON FeatureCollection with the area (border)
geometry.
---
Jiri Vlasak (14):
Fix ci/cd pipeline
Merge branch 'fix/0.17.1'
Add build config
Reformat readme to markdown
Rewrite readme to markdown
Update docs' index
Upgrade packages
Remove gitlab ci/cd config file
Add editorconfig
Merge branch 'build-on-sr.ht'
Move area geometry to area module
Add area geometry endpoint
Return area geometry as geojson
Merge branch 'add/area-geometry'
Release version 0.17.1
Added
-----
- It's possible to split the square horizontally and vertically now.
Release version 0.17.0
Changed
-------
- Use database function for already divided square. This change expects
deploy v0.22.0.
Release version 0.16.0
Added
-----
- Rhomb shapes for creating area.
- Serve squares' tmp files if exists.
Release version 0.15.2
Removed
-------
- ``todo`` for get commits endpoint.
Release version 0.15.1
Changed
-------
- Divide new area when properties contains name. This is due to
compatibility with *osm boundaries*.
Release version 0.15.0
Added
-----
- ``author`` to ``GET`` area(s) endpoints.
- ``map oldest`` and ``review oldest`` commit types for area commit
``POST`` endpoint.
- Gzip for clients that support it.
Changed
-------
- Store author of an area.
- Improve SQL queries.
Release version 0.14.2
Added
-----
- Load testing: locust.io file.
- Isolation of database transactions.
Release version 0.14.1
Added
-----
- Wall brick area grid shape.