Commit Graph

2322 Commits

Author SHA1 Message Date
Jon
504437f8cc fix(core): correct truthy check for notes ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-06 19:20:15 +09:30
Jon
33fa7fd61c fix(core): correct truthy check for history ViewSet property when evaluating queryset
ref: #512 #518
2025-02-06 19:19:18 +09:30
Jon
16a827c73b fix(core): correct truthy check for notes ViewSet property when evaluating queryset
ref: #512 #518
2025-02-06 19:19:05 +09:30
Jon
805835721e fix(core): correct truthy check for related ticket ViewSet property when evaluating queryset
ref: #512 #518
2025-02-06 19:18:47 +09:30
Jon
82bd63b80d fix(core): correct truthy check for ticket comment ViewSet property when evaluating queryset
ref: #512 #518
2025-02-06 19:18:32 +09:30
Jon
caa6a6df99 fix(core): correct truthy check for ticket linked items ViewSet property when evaluating queryset
ref: #512 #518
2025-02-06 19:18:09 +09:30
Jon
34f7dd834d fix(core): correct truthy check for ticket linked items ViewSet property when evaluating queryset
ref: #513 #518
2025-02-06 19:17:27 +09:30
Jon
3e6206aaad fix(core): correct truthy check for ticket comment ViewSet property when evaluating queryset
ref: #513 #518
2025-02-06 19:17:02 +09:30
Jon
6e789e6966 fix(core): correct truthy check for related ticket ViewSet property when evaluating queryset
ref: #513 #518
2025-02-06 19:16:38 +09:30
Jon
d1364c6696 fix(core): correct truthy check for history ViewSet property when evaluating queryset
ref: #513 #518
2025-02-06 19:16:22 +09:30
Jon
1e71d0d39b fix(core): correct truthy check for celery log ViewSet property when evaluating queryset
ref: #513 #518
2025-02-06 19:16:06 +09:30
Jon
b8b534e499 test(core): Add missing unit tests for ticket linked items viewset
ref: #512 #513 #518
2025-02-06 19:15:29 +09:30
Jon
245962668f test(core): Add missing unit tests for ticket comment viewset
ref: #512 #513 #518
2025-02-06 19:15:18 +09:30
Jon
d5dd58f78e test(core): Add missing unit tests for celery log viewset
ref: #512 #513 #518
2025-02-06 19:14:30 +09:30
Jon
fcb212e66e test(core): Add missing unit tests for history viewset
ref: #512 #513 #518
2025-02-06 19:14:18 +09:30
Jon
038a3404d7 test(core): Add missing unit tests for related tickets viewset
ref: #512 #513 #518
2025-02-06 19:14:07 +09:30
Jon
b6e0a90848 fix(core): correct truthy check for Ticket Base ViewSet property when evaluating queryset
ref: #512 #518
2025-02-06 18:20:19 +09:30
Jon
29dd03557c fix(core): correct truthy check for ticket base ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-06 18:19:35 +09:30
Jon
fe73472aa4 fix(assistance): Add missing attribute view_description to request ticket ViewSet
ref: #518
2025-02-06 18:18:49 +09:30
Jon
6bab430466 test(assistance): Add missing unit tests for request ticket viewset
ref: #512 #513 #518
2025-02-06 18:18:26 +09:30
Jon
776449ba10 test(api): queryset and serializer_class test cases updated to use Fake request object
some viewsets require the request object for permission checking.

ref: #512 #513 #518
2025-02-06 18:10:54 +09:30
Jon
9ba2fd6779 fix(settinggs): Add missing attribute view_description to external links ViewSet
ref: #518
2025-02-06 17:43:52 +09:30
Jon
02595ca010 fix(core): Add missing attribute view_description to ticket comment category ViewSet
ref: #518
2025-02-06 17:36:48 +09:30
Jon
59c541486d fix(core): Add missing attribute view_description to ticekt category ViewSet
ref: #518
2025-02-06 17:36:35 +09:30
Jon
9b1d3384cd fix(core): Add missing attribute view_description to Manufacturer ViewSet
ref: #518
2025-02-06 17:36:12 +09:30
Jon
fe27218256 fix(project_management): correct truthy check for project milestone ViewSet property when evaluating queryset
ref: #512 #518
2025-02-06 17:29:50 +09:30
Jon
64c9ed7978 fix(settings): correct truthy check for user settings ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-06 17:26:30 +09:30
Jon
919bfd9d98 fix(settings): correct truthy check for external links ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-06 17:26:19 +09:30
Jon
1ba41d94fb fix(settings): correct truthy check for app settings ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-06 17:26:07 +09:30
Jon
0ed80217f2 test(settings): Add missing unit tests for external links viewset
ref: #512 #513 #518
2025-02-06 17:24:03 +09:30
Jon
346fc57ba7 fix(project_management): correct truthy check for project milestone ViewSet property when evaluating queryset
ref: #512 #518
2025-02-06 17:15:59 +09:30
Jon
ba443c4e64 fix(project_management): correct truthy check for project ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-06 17:15:34 +09:30
Jon
c753b799ee fix(project_management): correct truthy check for project type ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-06 17:15:26 +09:30
Jon
70baac6fb2 fix(project_management): correct truthy check for project state ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-06 17:15:14 +09:30
Jon
1ea5937881 fix(project_management): correct truthy check for project milestone ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-06 17:15:04 +09:30
Jon
33726b9114 test(project_management): Add missing unit tests for project type viewset
ref: #512 #513 #518
2025-02-06 17:14:32 +09:30
Jon
a89d13c2b1 test(project_management): Add missing unit tests for project state viewset
ref: #512 #513 #518
2025-02-06 17:14:05 +09:30
Jon
0d32fd3528 test(project_management): Add missing unit tests for project milestone viewset
ref: #512 #513 #518
2025-02-06 17:13:43 +09:30
Jon
3dce2dad05 test(project_management): Add missing unit tests for project viewset
ref: #512 #513 #518
2025-02-06 17:13:32 +09:30
Jon
e17164d336 fix(itam): correct truthy check for service ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-06 17:01:15 +09:30
Jon
c36e9a5293 fix(itam): correct truthy check for port ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-06 17:01:05 +09:30
Jon
dcf8136191 fix(itam): correct truthy check for cluster ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-06 17:00:55 +09:30
Jon
10e63b3135 fix(itam): correct truthy check for cluster type ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-06 17:00:49 +09:30
Jon
2baee0e4d0 test(itim): Add missing unit tests for service viewset
ref: #512 #513 #518
2025-02-06 17:00:29 +09:30
Jon
ae94285dc7 test(itim): Add missing unit tests for ports viewset
ref: #512 #513 #518
2025-02-06 17:00:13 +09:30
Jon
c3a0c563a6 test(itim): Add missing unit tests for cluster types viewset
ref: #512 #513 #518
2025-02-06 16:59:53 +09:30
Jon
d0590b8515 test(itim): Add missing unit tests for cluster viewset
ref: #512 #513 #518
2025-02-06 16:59:42 +09:30
Jon
f0c9c0cdc6 fix(itam): correct truthy check for software ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-04 08:02:23 +09:30
Jon
b57d68082b fix(itam): correct truthy check for os ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-04 08:02:13 +09:30
Jon
af494acd7f fix(itam): correct truthy check for device ViewSet property when evaluating serializer_class
ref: #513 #518
2025-02-04 08:02:05 +09:30