1.7 KiB
1.7 KiB
Changelog
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.
[Unreleased]
[0.0.2] - 2018-11-18
Deployed on:
Added
- Use Pipenv for dependency management.
- A bootstrap scripts folder for running development server and shell.
- Add a dummy test suite which uses pytest.
- An Ansible deployment method in the ansible folder.
- Add documentation in README.md and ansible/README.md.
Changed
- Move all application source code into the xppl folder.
- Bootstrap the application via xppl/app.py.
- Added Makefile targets for installing RQLite.
- Run isort and pylava code audit tools over the source.
- Use a new Hypothesis API key.
Fixed
- A bug in the scrolling homepage message where missing information resulted in a NoneType error.
Removed
- The
import_csv.py
since we'll probably use Alembic migrations instead. - The
rebuild.py
since it appears the application doesn't use Whoosh any more. - The basic
init.py
which originally built the database. Done in xppl/app.py now.
[0.0.1] - 2018-10-29
- Initial release. No change log entries.