Commit Graph

117 Commits

Author SHA1 Message Date
Jon
39dc8ad39f feat(core): Add ViewSet for Ticket Comments
ref: #732 #726
2025-04-26 07:38:55 +09:30
Jon
b729842a1c feat(assistance): Depreciate Ticket Comment
ref: #732 #564 #726
2025-04-26 07:34:55 +09:30
Jon
b6146b7d14 feat: Add field Meta.sub_model_type to sub-models
ref: #732 #564
2025-04-26 06:00:34 +09:30
Jon
dbc849d3f1 chore(core): rename viewsets/ticket_comment.py -> viewsets/ticket_comment_depreciated.py
ref: #732 #726
2025-04-26 05:49:19 +09:30
Jon
633df58964 feat(core): viewset for TicketBase
ref: #724 #723
2025-04-16 21:00:15 +09:30
Jon
4872c6d1c8 refactor(core): rename ticket model filename in preparation for base ticket model
ref: #724 #723
2025-04-16 00:38:15 +09:30
Jon
2998f48e33 fix(core): Dont attempt to fetch history related objects if no history exists
ref: #707
2025-04-03 18:25:08 +09:30
Jon
44e1461c6b feat(project_management): Add project_state slash command
ref: #690 closes #592
2025-03-17 15:52:18 +09:30
Jon
105e6509b0 feat(core): Add ticket_comment_category slash command
ref: #690 closes #600
2025-03-17 15:51:30 +09:30
Jon
20d979963a feat(core): Add ticket_category slash command
ref: #690 closes #598
2025-03-17 15:38:55 +09:30
Jon
54b97b43ed feat(itam): Enable ticket tab on software version page
ref: #690 #596
2025-03-17 15:22:07 +09:30
Jon
b63f6b7092 feat: Remove serializer caching from ALL viewsets
ref: #671 closes #668
2025-03-07 17:53:14 +09:30
Jon
5b97f5400f fix(core): Add ability to add notes for ticket comment category
ref: #662 #666
2025-03-04 03:23:04 +09:30
Jon
8a787a516f fix(core): Add ability to add notes for ticket category
ref: #662 #667
2025-03-04 03:22:04 +09:30
Jon
b007e05386 refactor(core): Update access imports to new path
ref: #640 #641
2025-02-19 21:11:01 +09:30
Jon
46e7f3fada fix(core): Xorrect logic for determining view_action
ref: #605 #602
2025-02-18 04:13:37 +09:30
Jon
413ddbc59b fix(core): dynamically search for history object name
ref: #605 #601
2025-02-18 04:13:37 +09:30
Jon
1de5c634d0 feat(core): History Model migrations for Ticket Comment Category
ref: #605 #615
2025-02-18 04:13:35 +09:30
Jon
d55ecabb2d feat(core): History Model migrations for Ticket Category
ref: #605 #614
2025-02-18 04:13:35 +09:30
Jon
edf0fca794 feat(core): History Model migrations for Manufacturer
ref: #605 #613
2025-02-18 04:13:35 +09:30
Jon
b738c4be20 feat(core): History view to only display objects from the model being requested
ref: #602 #605
2025-02-18 04:13:34 +09:30
Jon
f2a995d277 feat(core): Add new history model
ref: #602 #605
2025-02-18 04:13:33 +09:30
Jon
b7dd2dfaba refactor(core): superuser changed from import to triage access
ref: #570
2025-02-18 04:12:59 +09:30
Jon
31a45a1ab1 feat(api): Ticket Comment Viewset requires its own function to obtain the model view serializer
ref: #578 #477
2025-02-18 04:12:59 +09:30
Jon
f7818fe2e8 feat(api): Ticket Viewset requires its own function to obtain the model view serializer
ref: #578 #477
2025-02-18 04:12:59 +09:30
Jon
062e846875 feat(core): Add to ticket endpoint the ability to filter using parent_ticket
ref: #517 #554
2025-02-10 16:19:47 +09:30
Jon
a1851918e3 fix(core): Permissions require the parent model for model notes
ref: #389 #525
2025-02-08 21:45:09 +09:30
Jon
5842e81455 feat(core): Manufacturer Notes viewset
ref: #526 #530
2025-02-07 19:18:16 +09:30
Jon
a132baa838 feat(core): Base viewset for model notes
ref: #389 #525
2025-02-07 18:08:42 +09:30
Jon
38314ac977 fix(itam): add missing attribute view_name to celery log viewset
ref: #518
2025-02-06 20:36:17 +09:30
Jon
b988fe3084 fix(core): correct varname for queryset within notes queryset
ref: #518
2025-02-06 19:35:29 +09:30
Jon
697ebbb96b fix(core): add missing attribute view_description to ticket linked item viewset
ref: #518
2025-02-06 19:21:39 +09:30
Jon
241f18a055 fix(core): add missing attribute view_description to ticket comment viewset
ref: #518
2025-02-06 19:21:29 +09:30
Jon
a32713f6b7 fix(core): add missing attribute view_description to note viewset
ref: #518
2025-02-06 19:21:18 +09:30
Jon
f910503f3c fix(core): add missing attribute view_description to related ticket log viewset
ref: #518
2025-02-06 19:21:03 +09:30
Jon
9cb142fa4b fix(core): add missing attribute view_description to celery log viewset
ref: #518
2025-02-06 19:20:53 +09:30
Jon
991d30e1fd fix(core): add missing attribute view_description to history viewset
ref: #518
2025-02-06 19:20:44 +09:30
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
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