This repository has been archived by the owner on May 13, 2024. It is now read-only.
Releases: adfinis/timed-backend
Releases · adfinis/timed-backend
v1.3.0
Feature
- Use assignees with reviewer role instead of reviewers (
89def71
) - Rewrite permissions and visibilty to use with assignees and external employees (
159e750
) - Add user assignement to customers, projects and tasks (
6ff4259
) - Add and enable sentry-sdk for error reporting (
1e96b78
) - employment: Add new attribute is_external to employment model (
e8e6291
) - runtime: Use gunicorn instead of uwsgi (
e6b1fdf
) - redmine: Update template formatting (
9b1a6f1
)
Fix
- Update workreport template (
b877194
)
v1.2.0
Feature
- Export metrics with django-prometheus (
6ed9cab
) - Show not_billable and review attributes for reports in weekly report (
a02aca4
) - Add customer_visible field to project serializer (
2f12f86
) - Add billed flag to project and tracking (
fe41199
) - projects: Add currency fields to task and project (
7266c34
)
Fix
- Translate work report to English (
7a87d93
) - Add custom forms for supervisor and supervisee inlines (
b92799d
) - Add billable column and calculate not billable time (
4184b76
) - tracking: Set billed from project on report (
d25e64f
) - tracking: Update billed if not sent with request (
62295ba
) - Add test data users to keycloak config (
082ef6e
)
v1.1.4
v1.1.3
Release v1.1.2
v1.1.2 (28 October 2020)
Fix
- fix user based permissions to use the IS_AUTHENTICATED permission properly (#654)
Release v1.1.1
Fix
- increase uwsgi buffer-size for big query strings
v1.1.0
timed-backend v1.0.0
Changes in v1.0.0
Features
Authentication is now done using OIDC, dropping jwt as a dependency.
Server-to-server communication is supported using OAuth 2.0 Client Credentials Grant.
Docker setup is improved, exposing UWSGI variables for configuration.
timed-backend v1.0-rc3
Changes in v1.0-rc3
- Fix sed in cmd.sh
- Small cleanups in OIDC setup, switch default username claim to sub
- Add documentation about OIDC setup
- move to setup.cfg for configs
timed-backend v1.0-rc2
Changes in v1.0-rc2
- expose uwsgi config in settings
- update cmd.sh