All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- building docs with readthedocs.org instead of using custom github action to publish with github pages.
- moved axis_order_cache package to it's own repo
- Removed pycharm run configurations, cause there are outdated and the common development environment is vscode.
- migrate to docker compose cli plugin v2.x.x
Initial versioning starts here. Just to start versioning and track all changes. Some basic features which are extensive tested are described at the added section.
- This CHANGELOG file to track all changes of this project
- OpenApi Schema for the hole json:api
- crud operations for all django models accessable via the json:api under /api/
- security proxy tested for wms v1.3.0 and wfs v2.0.0
- ows context api available under /mrmap-proxy/ows/
- The versioning of the json:api is no longer part of the url. For now we will serve the json:api as it is and changes will be described in this document.
- Moves the react frontend to it's own repo