Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Releases: adfinis/timed-backend

v1.3.0

12 Aug 08:41
1dfae30
Compare
Choose a tag to compare

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

16 Apr 09:28
Compare
Choose a tag to compare

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

05 May 06:18
Compare
Choose a tag to compare

Feature

  • Add and enable sentry-sdk for error reporting (5dfc9b3)

Fix

  • runtime: Use gunicorn instead of uwsgi (e6b1fdf)
  • redmine: Template formatting (148dea1)

v1.1.3

05 May 05:26
Compare
Choose a tag to compare

Cherry-picked release on top v1.1.2. See branch with the same name.

Feature

  • Export metrics with django-prometheus (6ed9cab)
  • Add customer_visible field to project serializer (2f12f86)

Fix

  • Add custom forms for supervisor and supervisee inlines (b92799d)
  • Add test data users to keycloak config (082ef6e)

Release v1.1.2

28 Oct 09:49
132ed78
Compare
Choose a tag to compare

v1.1.2 (28 October 2020)

Fix

  • fix user based permissions to use the IS_AUTHENTICATED permission properly (#654)

Release v1.1.1

14 Aug 14:35
6afae14
Compare
Choose a tag to compare

Fix

  • increase uwsgi buffer-size for big query strings

v1.1.0

11 Aug 12:15
5e1314b
Compare
Choose a tag to compare

Feature

  • implement SSO OIDC login for django admin
  • django-local user/password (django-admin) login is now a toggable setting, see DJANGO_ALLOW_LOCAL_LOGIN

timed-backend v1.0.0

30 Jul 14:00
3eceea7
Compare
Choose a tag to compare

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

16 Jul 14:41
3eceea7
Compare
Choose a tag to compare
Pre-release

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

14 Jul 13:35
9331b94
Compare
Choose a tag to compare
Pre-release

Changes in v1.0-rc2

  • expose uwsgi config in settings
  • update cmd.sh