|
64757826da
|
refactor(test): Update test parameterization
ref: #733 #730 #729
|
2025-05-01 01:22:22 +09:30 |
|
|
4ea5ddf122
|
test: Correct Test Suite for Serializer for models TicketBase, TicketRequest and TicketSLM
ref: #733 #723 #725 #727
|
2025-04-29 17:20:07 +09:30 |
|
|
847a5550e8
|
test(itim): RequestTicket Initial Test Suite for Serializer
ref: #733 #725
|
2025-04-29 16:14:40 +09:30 |
|
|
ea38665dab
|
test(itim): SLMTicket Initial Test Suite for Serializer
ref: #733 #727
|
2025-04-29 16:13:59 +09:30 |
|
|
440adc09f4
|
test(core): TicketBase Initial Test Suite for Serializer
ref: #733 #723
|
2025-04-29 16:13:12 +09:30 |
|
|
9fcb1a8a44
|
test(core): SLMTicket Test Suite for ViewSet
ref: #733 #727
|
2025-04-29 15:59:45 +09:30 |
|
|
22808cf6c8
|
test(core): SLMTicket Test Suite for Metadata
ref: #733 #727
|
2025-04-29 15:59:37 +09:30 |
|
|
f978839ccc
|
test(core): Request Test Suite for ViewSet
ref: #733 #725
|
2025-04-29 15:59:07 +09:30 |
|
|
54af17d75a
|
test(core): Request Test Suite for Metadata
ref: #733 #725
|
2025-04-29 15:58:57 +09:30 |
|
|
c7eef1a97c
|
test(core): TicketBase Test Suite for ViewSet
ref: #733 #723
|
2025-04-29 15:58:29 +09:30 |
|
|
59741e4197
|
test(core): TicketBase Test Suite for Metadata
ref: #733 #723
|
2025-04-29 15:58:05 +09:30 |
|
|
2518873e23
|
test(api): update test cases for SubModelViewSet Base Test Class
base class returns different results to inherited class.
ref: #733
|
2025-04-29 15:52:11 +09:30 |
|
|
029ab6bc06
|
refactor(api): SubModelViewSet must inherit from ModelViewSet as it's an extension
ref: #733 #564
|
2025-04-26 18:05:43 +09:30 |
|
|
a583db4b65
|
test(itim): RequestTicket ViewSet Test Suite
ref: #733 #723
|
2025-04-26 18:04:46 +09:30 |
|
|
9f8789f390
|
test(core): TicketBase ViewSet Test Suite
ref: #733 #723
|
2025-04-26 18:04:22 +09:30 |
|
|
c0b27c2886
|
test(api): Incomplete SubModelViewSet Test Cases
ref: #733 #564
|
2025-04-26 18:03:31 +09:30 |
|
|
cdacb19c30
|
test(api): SubModelViewSet Test Suite Setup
ref: #733 #564
|
2025-04-26 16:45:22 +09:30 |
|
|
53abf219a3
|
test: correct tests from Meta.sub_model_type changes
ref: #732
|
2025-04-26 08:40:29 +09:30 |
|
|
39dc8ad39f
|
feat(core): Add ViewSet for Ticket Comments
ref: #732 #726
|
2025-04-26 07:38:55 +09:30 |
|
|
db47d0e160
|
feat(project_management): Depreciate Project Task Ticket Endpoint
ref: #732 #564
|
2025-04-26 07:38:10 +09:30 |
|
|
da13343b27
|
feat(itim): Depreciate Problem Ticket Endpoint
ref: #732 #564
|
2025-04-26 07:37:24 +09:30 |
|
|
8100030870
|
feat(itim): Depreciate Incident Ticket Endpoint
ref: #732 #564
|
2025-04-26 07:37:04 +09:30 |
|
|
5097db6f94
|
feat(itim): Depreciate Change Ticket Endpoint
ref: #732 #564
|
2025-04-26 07:36:01 +09:30 |
|
|
b729842a1c
|
feat(assistance): Depreciate Ticket Comment
ref: #732 #564 #726
|
2025-04-26 07:34:55 +09:30 |
|
|
bc1d5ffc03
|
feat(assistance): Depreciate Request Ticket Endpoint
ref: #732 #564 #725
|
2025-04-26 07:33:45 +09:30 |
|
|
ae1f600147
|
feat(core): Add routes for Ticket Comments
ref: #732 #726
|
2025-04-26 07:28:25 +09:30 |
|
|
edc3f9fd3c
|
feat(core): update ticket serializer to use new comment base url
ref: #732 #723
|
2025-04-26 07:11:12 +09:30 |
|
|
8dc922a8bb
|
feat(core): Add permissions import , purge and triage to model TicketCommentSolution
ref: #732 #728
|
2025-04-26 07:10:18 +09:30 |
|
|
9461cdaf9d
|
feat(core): Add permissions import , purge and triage to model TicketCommentBase
ref: #732 #726
|
2025-04-26 07:09:33 +09:30 |
|
|
a923a21660
|
feat(core): Filter ticket_comment_model routes to those defined in Meta.sub_model_type
ref: #732 #726
|
2025-04-26 06:56:31 +09:30 |
|
|
dcd60a5152
|
feat(core): Filter ticket_model routes to those defined in Meta.sub_model_type
ref: #732 #723
|
2025-04-26 06:55:54 +09:30 |
|
|
50882a4732
|
feat(access): Filter entity_model routes to thos defined in Meta.sub_model_type
ref: #732 #704
|
2025-04-26 06:53:58 +09:30 |
|
|
9cd59e8446
|
feat(core): Serializer for TicketCommentBase
ref: #732 #726
|
2025-04-26 06:34:58 +09:30 |
|
|
9905edc28c
|
feat(core): Serializer for TicketCommentSolution
ref: #732 #728
|
2025-04-26 06:34:12 +09:30 |
|
|
98479f39e6
|
feat(core): Ticket Comment Get URL functions
ref: #732 #726
|
2025-04-26 06:28:18 +09:30 |
|
|
bdfd3f42c4
|
feat(core): Ticket Comment Validation for comment_type
must be derived from `Meta.sub_model_type`
ref: #732 #726
|
2025-04-26 06:27:36 +09:30 |
|
|
ca022e0697
|
fix(core): Ticktet comment can have empty body
i.e. time tracking
ref: #732 #726
|
2025-04-26 06:26:31 +09:30 |
|
|
1719b6c417
|
feat(core): Update choices fields for TicketCommentBase model
ref: #732 #726
|
2025-04-26 06:25:31 +09:30 |
|
|
bb0f9b56e6
|
feat(core): init for model TicketCommentSolution
ref: #732 #728
|
2025-04-26 06:24:00 +09:30 |
|
|
107a3aa17f
|
feat(core): Migrations for choice fields for TicketBase model
ref: #732 #723
|
2025-04-26 06:23:33 +09:30 |
|
|
1c9be27e1f
|
feat(core): Migrations for model TicketCommentSolution
ref: #732 #728
|
2025-04-26 06:23:07 +09:30 |
|
|
dc25d483fc
|
feat(core): Update choice fields for TicketBase model
ref: #732 #723
|
2025-04-26 06:22:25 +09:30 |
|
|
33362a28d5
|
feat(core): New model TicketCommentSolution
ref: #732 #728
|
2025-04-26 06:21:04 +09:30 |
|
|
b476bd458e
|
fix(core): If model does not save history, dont attempt to cache before
ref: #732
|
2025-04-26 06:19:35 +09:30 |
|
|
c152dd13f1
|
feat(api): when fetching related_object, default to base_model for SubModelViewSet
ref: #732 #726
|
2025-04-26 06:13:39 +09:30 |
|
|
677cc55e04
|
test: correct serializer imports from recent file renames
ref: #732 #726
|
2025-04-26 06:08:37 +09:30 |
|
|
b6146b7d14
|
feat: Add field Meta.sub_model_type to sub-models
ref: #732 #564
|
2025-04-26 06:00:34 +09:30 |
|
|
dbc849d3f1
|
chore(core): rename viewsets/ticket_comment.py -> viewsets/ticket_comment_depreciated.py
ref: #732 #726
|
2025-04-26 05:49:19 +09:30 |
|
|
8d1098ec9e
|
fix(itam): provide return_url as part of software version meta
ref: #718
|
2025-04-25 17:01:52 +09:30 |
|
|
fef14b8be8
|
feat(core): New interim model TicketCommentSolution
ref: #731 #728
|
2025-04-24 12:44:25 +09:30 |
|