This repository has been archived by the owner on May 13, 2024. It is now read-only.
v3.0.0
Feature
- filters: Add number multi value filter (
4688e41
) - redmine: Add pretend mode to redmine commands (
abc5083
) - notifications: Project budget check notifications (
b81e28e
) - statistics: Show amount offered and invoiced in project statistics (
144444b
) - redmine: Import project expenditure from redmine (
766f79b
) - redmine: Update expenditures on redmine projects (
0aa9da6
) - filters: Allow filtering of tasks and reports in statistics (
b5b9c8d
) - employment: Add is_external filter for user endpoint (
8a1b272
) - admin: Add searchable dropdowns for user lists in admin (
4c01054
) - Track remaining effort on tasks (
3d045f2
) - tracking: Reject reports (
a4e8983
)
Fix
- tracking: Fix automatic unreject when bulk updating (
f110eb0
) - tracking: Fix remaining effort on report creation (
abceb32
) - tracking: Fix setting of remaining effort (
16f1dbb
) - notifications: Omit projects with no reports (
91a6dd5
) - tracking: Allow null values on remaining effort for reports (
08a5aa4
) - tracking: Fix absence for users with multiple employments (
d884ef6
) - Add missing rejected field to ReportIntersectionSerializer (
ee8f79a
) - auth: Let failing auth requests return 401 (
8454601
) - dev: Remove deprecated flag from pre-commit isort (
50e5da2
) - tracking: Fix remaining effort check when creating report (
fc7c92c
) - statistics: Add missing fields for project and task statistics (
89fb718
) - reports: Fix project and customer statistics (
a3ab8ac
) - projects: Ignore signal when loading a fixture (
21e5dd7
) - container: Executable bit for cmd.sh (
34f2751
) - filters: Allow Q filtering for MultiQS querysets (
b629c9d
) - reports: Refactor statistics (
21d3677
)