|
657bbfb25a
|
test(core): Remove notes test cases for previous notes model
ref: #389 #525
|
2025-02-07 18:11:10 +09:30 |
|
|
64e344206c
|
refactor(access): Dont add releationship from tenancyObject.organization to organization model
ref: #389 #525
|
2025-02-07 18:10:44 +09:30 |
|
|
a132baa838
|
feat(core): Base viewset for model notes
ref: #389 #525
|
2025-02-07 18:08:42 +09:30 |
|
|
f833b93074
|
feat(core): Base serializer for model notes
ref: #389 #525
|
2025-02-07 18:06:49 +09:30 |
|
|
06991853ff
|
fix(core): Use generic APIError for ticket save when no action comment will be created
ref: #525
|
2025-02-07 16:32:37 +09:30 |
|
|
cff343989b
|
feat(core): Base model for model notes
ref: #389 #525
|
2025-02-07 15:49:12 +09:30 |
|
|
ff8d422308
|
feat(core): Add failsafe to throw an exception if no action comment will be created
ref: #522 closes #492
|
2025-02-06 23:08:11 +09:30 |
|
|
aded110307
|
feat(core): Add field parent_ticket to base ticket view serializer
ref: #517 #522
|
2025-02-06 22:50:06 +09:30 |
|
|
fbc6a3c338
|
feat(project_management): Add field parent_ticket to project task ticket view serializer
ref: #517 #522
|
2025-02-06 22:49:42 +09:30 |
|
|
7629c6cf9b
|
feat(itim): Add field parent_ticket to problem ticket view serializer
ref: #517 #522
|
2025-02-06 22:49:24 +09:30 |
|
|
96b2eec050
|
feat(itim): Add field parent_ticket to incident ticket view serializer
ref: #517 #522
|
2025-02-06 22:49:15 +09:30 |
|
|
30394644bf
|
feat(itim): Add field parent_ticket to change ticket view serializer
ref: #517 #522
|
2025-02-06 22:49:02 +09:30 |
|
|
610df69e21
|
feat(assistance): Add field parent_ticket to request ticket view serializer
ref: #517 #522
|
2025-02-06 22:48:46 +09:30 |
|
|
0b0b527b55
|
feat(core): Add field parent to ticket model
ref: #517 #522
|
2025-02-06 22:40:20 +09:30 |
|
|
724e7e6fb0
|
build: bump version 1.8.0 -> 1.9.0
1.9.0
|
2025-02-06 12:29:10 +00:00 |
|
|
30160fb033
|
Merge pull request #485 from nofusscomputing/feature-next-release
|
2025-02-06 21:49:54 +09:30 |
|
|
317a66b714
|
Merge pull request #518 from nofusscomputing/viewset-caching-of-objects
|
2025-02-06 21:38:41 +09:30 |
|
|
aa9c0c7552
|
test(core): Add missing unit tests for notes ticket viewset
ref: #518 closes #512 closes #513
|
2025-02-06 21:24:23 +09:30 |
|
|
22f46160be
|
fix(project_management): Add missing attribute view_description to project tasks viewset
ref: #518
|
2025-02-06 21:10:59 +09:30 |
|
|
745e1f6a66
|
fix(settings): Add missing attribute view_description to user settings viewset
ref: #518
|
2025-02-06 21:09:44 +09:30 |
|
|
d8fae15995
|
fix(settings): Add missing attribute view_description to app settings viewset
ref: #518
|
2025-02-06 21:09:35 +09:30 |
|
|
5d8332015b
|
test(settings): Add missing unit tests for user settings ticket viewset
ref: #512 #513 #518
|
2025-02-06 21:08:59 +09:30 |
|
|
91e83b0ad9
|
test(settings): Add missing unit tests for app settings ticket viewset
ref: #512 #513 #518
|
2025-02-06 21:08:52 +09:30 |
|
|
f29a8ebc23
|
fix(itim): Add missing attribuite to problem ticket viewset
ref: #518
|
2025-02-06 21:01:47 +09:30 |
|
|
68a2ca73cc
|
fix(itim): Add missing attribuite to incident ticket viewset
ref: #518
|
2025-02-06 21:01:38 +09:30 |
|
|
121ee7b861
|
fix(itim): Add missing attribuite to change ticket viewset
ref: #518
|
2025-02-06 21:01:30 +09:30 |
|
|
af0b05cdd5
|
chore(itim): correct var name within function get_serializer_class
ref: #512 #513 #518
|
2025-02-06 20:59:21 +09:30 |
|
|
73c3f0ac34
|
test(project_management): Add missing unit tests for project task ticket viewset
ref: #512 #513 #518
|
2025-02-06 20:50:56 +09:30 |
|
|
0db2c09be4
|
test(api): Add kwargs as arg to test cases
ref: #512 #513 #518
|
2025-02-06 20:47:58 +09:30 |
|
|
21a85555a7
|
fix(itimm): correct truthy check for service device ViewSet property when evaluating queryset
ref: #512 #518
|
2025-02-06 20:45:56 +09:30 |
|
|
cf35677464
|
fix(itam): correct truthy check for service cluster ViewSet property when evaluating queryset
ref: #512 #518
|
2025-02-06 20:45:37 +09:30 |
|
|
c508cfc8a0
|
fix(itam): correct truthy check for service cluster ViewSet property when evaluating serializer_class
ref: #513 #518
|
2025-02-06 20:45:26 +09:30 |
|
|
2e321d22bc
|
fix(itam): correct truthy check for service device ViewSet property when evaluating serializer_class
ref: #513 #518
|
2025-02-06 20:45:13 +09:30 |
|
|
16199cbd30
|
test(itim): Add missing unit tests for problem ticket viewset
ref: #512 #513 #518
|
2025-02-06 20:44:27 +09:30 |
|
|
29443a51fc
|
test(itim): Add missing unit tests for incident ticket viewset
ref: #512 #513 #518
|
2025-02-06 20:44:20 +09:30 |
|
|
bac22d6a9d
|
test(itim): Add missing unit tests for change ticket viewset
ref: #512 #513 #518
|
2025-02-06 20:44:12 +09:30 |
|
|
f86038c169
|
test(core): add permisssion class override test case for celery results
ref: #518
|
2025-02-06 20:36:56 +09:30 |
|
|
38314ac977
|
fix(itam): add missing attribute view_name to celery log viewset
ref: #518
|
2025-02-06 20:36:17 +09:30 |
|
|
83fb6d005b
|
test: Add empty kwargs to ViewSet index page test cases
ref: #512 #513 #518
|
2025-02-06 20:35:46 +09:30 |
|
|
c755feb9a7
|
fix(api): correct get_view_name to prioritize view_name over model.verbose_name
ref: #512 #513 #518
|
2025-02-06 20:34:46 +09:30 |
|
|
6f0a67a957
|
fix(itam): correct truthy check for software version ViewSet property when evaluating queryset
ref: #512 #518
|
2025-02-06 20:08:04 +09:30 |
|
|
66b6ba9ae9
|
fix(itam): correct truthy check for os version ViewSet property when evaluating queryset
ref: #512 #518
|
2025-02-06 20:07:51 +09:30 |
|
|
f1e1e76266
|
fix(itam): correct truthy check for device software ViewSet property when evaluating queryset
ref: #512 #518
|
2025-02-06 20:07:35 +09:30 |
|
|
22fcd42689
|
fix(itam): correct truthy check for device os ViewSet property when evaluating queryset
ref: #512 #518
|
2025-02-06 20:07:24 +09:30 |
|
|
efc95ef736
|
fix(itam): correct truthy check for software version ViewSet property when evaluating serializer_class
ref: #513 #518
|
2025-02-06 20:07:00 +09:30 |
|
|
184f775af4
|
fix(itam): correct truthy check for software category ViewSet property when evaluating serializer_class
ref: #513 #518
|
2025-02-06 20:06:39 +09:30 |
|
|
4eec08ffda
|
fix(itam): correct truthy check for os version ViewSet property when evaluating serializer_class
ref: #513 #518
|
2025-02-06 20:06:15 +09:30 |
|
|
9c2b0cbe66
|
fix(itam): correct truthy check for device software ViewSet property when evaluating serializer_class
ref: #513 #518
|
2025-02-06 20:05:58 +09:30 |
|
|
84499bf5d1
|
fix(itam): correct truthy check for device os ViewSet property when evaluating serializer_class
ref: #513 #518
|
2025-02-06 20:05:44 +09:30 |
|
|
0338e5c8de
|
test(itam): Add missing unit tests for software version viewset
ref: #512 #513 #518
|
2025-02-06 20:05:04 +09:30 |
|