- Add HYD project links to the injected footer.
- Add title and version to swagger.
- Start a documentation.
- Add REST API testing.
- Optimize the README.
- Optimize the CI/CD pipeline.
- Tokens can be annotated with a comment.
- Add an installation guide to the
README.md
. - Add a
CONTRIBUTION.md
to the repository.
/api/token/create
no longer failing withexpires_on=None
.- Include missing
__init__.py
files.
- Include previously missing root_path in TemplateResponse.
- Working footer with reverse proxy.
- Inject the footer loader script location into every html file at service start.
- Fix crashing thru unknown project ID while uploading a new version.
- Fix project, tag, version deletion crash.
- Add the ROOT_PATH env var to the template file.
- Complete the OpenAPI definition of the REST API.
- Add root path to links in HTML templates.
- Fix static file path in setup.py and PGK folder definition.
- Add missing static files.
- Initial beta release