|
6289fad8ad
|
chore: migrate from pytest.ini -> pyproject.toml
ref: #731 #730
|
2025-04-22 21:44:05 +09:30 |
|
|
705b245514
|
chore: add pytest to pyproject.toml
ref: #731
|
2025-04-20 01:21:10 +09:30 |
|
|
9e1a426240
|
Merge pull request #724 from nofusscomputing/refactor-core-model-ticket
|
2025-04-19 20:38:03 +09:30 |
|
|
c80a5b5232
|
docs(development): initial ticket docs
ref: #724 #564 #723
|
2025-04-16 21:10:59 +09:30 |
|
|
eddd2534ea
|
fix(api): SubModelViewSet.related_objects must be the same class as the base model
ref: #724 #723 #725
|
2025-04-16 21:07:14 +09:30 |
|
|
9dc1ae2d05
|
feat(itim): serializer for SLMTicketBase
ref: #724 #727
|
2025-04-16 21:05:32 +09:30 |
|
|
4b8cb9633e
|
feat(itim): Serializer for RequestTicket
ref: #724 #725
|
2025-04-16 21:05:15 +09:30 |
|
|
8016c4b4c8
|
feat(itim): migrations for RequestTicket
ref: #724 #725
|
2025-04-16 21:05:00 +09:30 |
|
|
3efadfa75f
|
feat(itim): New Model RequestTicket
ref: #724 #725
|
2025-04-16 21:04:45 +09:30 |
|
|
66bbace8be
|
feat(itim): migration for SLMTicketBase
ref: #724 #727
|
2025-04-16 21:03:54 +09:30 |
|
|
7ff638ed58
|
feat(itim): New Model SLMTicketBase
ref: #724 #727
|
2025-04-16 21:02:10 +09:30 |
|
|
ddebf50e88
|
feat(core): migrations for TicketCommentBase
ref: #724 #726
|
2025-04-16 21:01:22 +09:30 |
|
|
64144ea76f
|
feat(core): New Model TicketCommentBase
ref: #724 #726
|
2025-04-16 21:01:09 +09:30 |
|
|
633df58964
|
feat(core): viewset for TicketBase
ref: #724 #723
|
2025-04-16 21:00:15 +09:30 |
|
|
f280f408ee
|
feat(core): serializer for TicketBase
ref: #724 #723
|
2025-04-16 21:00:01 +09:30 |
|
|
d1715f4457
|
feat(core): migrations for TicketBase
ref: #724 #723
|
2025-04-16 20:59:50 +09:30 |
|
|
e80647ffd1
|
feat(core): New Model TicketBase
ref: #724 #723
|
2025-04-16 20:59:36 +09:30 |
|
|
1a5f328a24
|
fix(access): Ensure related model is a sub-model
ref: #724 #723
|
2025-04-16 20:54:30 +09:30 |
|
|
4872c6d1c8
|
refactor(core): rename ticket model filename in preparation for base ticket model
ref: #724 #723
|
2025-04-16 00:38:15 +09:30 |
|
|
a695b4563d
|
refactor(access): migrate sub-model viewset logic to common
ref: #724 #723
|
2025-04-15 20:13:39 +09:30 |
|
|
b89993f89d
|
Merge pull request #722 from nofusscomputing/model-employee
|
2025-04-15 17:27:30 +09:30 |
|
|
8f69e6ec79
|
test(access): Correct history link test cases
ref: #722 #684
|
2025-04-15 17:09:38 +09:30 |
|
|
8984aeebb8
|
test(project_management): Add test cases for api field render for model fields estimation_project and duration_project
ref: #722 closes #312
|
2025-04-15 16:47:02 +09:30 |
|
|
a0d750b1f5
|
feat(project_management): add estimation field to project api fields
ref: #722 closes #312
|
2025-04-15 16:44:23 +09:30 |
|
|
75618de977
|
refactor(project_management): add duration field to project api fields
ref: #722 #312
|
2025-04-15 16:41:07 +09:30 |
|
|
2e1358da83
|
fix(human_resources): Correct history link generation and add docs
ref: #722 #707 fixes #710
|
2025-04-15 16:20:12 +09:30 |
|
|
8ecb1fe01a
|
fix(human_resources): Correct history link generation
ref: #722 #684
|
2025-04-15 16:17:33 +09:30 |
|
|
0ff8f8650b
|
refactor(human_resources): Move employee details to its own section
ref: #722 #684
|
2025-04-15 15:46:06 +09:30 |
|
|
529a7fa385
|
chore(human_resources): add employee to feature flag 2025-00005
ref: #722 #684 #92
|
2025-04-15 15:45:43 +09:30 |
|
|
6258fb2a33
|
chore(release_notes): add employee note to release notes
ref: #722 closes #684
|
2025-04-15 15:26:45 +09:30 |
|
|
0a2ede62b7
|
test(human_resources): History Serializer and ViewSet Functional test suites for employee
ref: #722 #684
|
2025-04-15 15:23:35 +09:30 |
|
|
559e65f990
|
test(human_resources): APIv2, History, Model and ViewSet Unit test suites for employee
ref: #722 #684
|
2025-04-15 15:22:56 +09:30 |
|
|
e71f7a6942
|
feat(human_resources): nav menu entries for Employee
ref: #722 #684
|
2025-04-15 15:22:09 +09:30 |
|
|
f12a2e37f3
|
feat(human_resources): Serializer for Employee
ref: #722 #684
|
2025-04-15 15:21:24 +09:30 |
|
|
c1614b1182
|
feat(human_resources): Migration for Employee
ref: #722 #684
|
2025-04-15 15:21:08 +09:30 |
|
|
6b4bd4db35
|
feat(human_resources): New model Employee
ref: #722 #684
|
2025-04-15 15:20:48 +09:30 |
|
|
163d7bcd6c
|
feat(devops): add missing api index menu entry for devops
ref: #722
|
2025-04-15 15:09:34 +09:30 |
|
|
d131d2499b
|
feat(access): add missing nav menu entries for entities
ref: #722
|
2025-04-15 15:08:38 +09:30 |
|
|
4e03c2bf31
|
feat(human_resources): add module to perms selector
ref: #722
|
2025-04-15 15:07:50 +09:30 |
|
|
9e05410f28
|
Merge pull request #719 from nofusscomputing/test-tenancy-model
|
2025-04-13 16:50:30 +09:30 |
|
|
9c88c23bb3
|
test: Migrate models to use refactored model tests
ref: #719 closes #708
|
2025-04-13 16:35:48 +09:30 |
|
|
e4588771e8
|
test: Consolidate All model tests to remove duplicates and to simplify
ref: #719 #708
|
2025-04-13 13:48:54 +09:30 |
|
|
507c42faea
|
chore: Add branch coverage to makefile test
ref: #719 #708
|
2025-04-12 19:04:11 +09:30 |
|
|
9302627c6f
|
fix(access): add missing attribute to Tenancy object
ref: #718
|
2025-04-12 19:01:44 +09:30 |
|
|
04780767c0
|
build: bump version 1.15.0 -> 1.15.1
1.15.1
|
2025-04-10 05:12:45 +00:00 |
|
|
2d8275d2af
|
fix(python): Downgrade django 5.2 -> 5.1.8
5.2 removes support for postgres 13
ref: #717
|
2025-04-10 14:20:27 +09:30 |
|
|
db25eabfdd
|
build: bump version 1.14.0 -> 1.15.0
1.15.0
|
2025-04-10 03:21:54 +00:00 |
|
|
71bfb5b9e4
|
Merge pull request #702 from nofusscomputing/feature-next-release
|
2025-04-10 12:24:17 +09:30 |
|
|
3146417001
|
chore: update release notes
ref: #702
|
2025-04-10 12:09:41 +09:30 |
|
|
32d97932d1
|
chore: squash migrations
reduces the amount required
ref: #702
|
2025-04-10 12:05:43 +09:30 |
|