Commit Graph

4449 Commits

Author SHA1 Message Date
Jon
244ae6c3f9 feat(settings): Add v2 endpoint Settings
ref:  #345 #346
2024-11-28 02:18:26 +09:30
Jon
1b5411136d test(project_management): Add index viewset checks
ref:  #345 #346
2024-11-28 02:18:26 +09:30
Jon
11cf3a11fc feat(project_management): Add v2 endpoint Project Management
ref:  #345 #346
2024-11-28 02:18:26 +09:30
Jon
3a3ec331d7 test(itim): Add index viewset checks
ref:  #345 #346
2024-11-28 02:18:26 +09:30
Jon
1df9589d55 feat(itim): Add v2 endpoint ITIM
ref:  #345 #346
2024-11-28 02:18:26 +09:30
Jon
039ae89814 test(config_management): Add index viewset checks
ref:  #345 #346
2024-11-28 02:18:26 +09:30
Jon
976f5da446 feat(config_management): Add v2 endpoint Config Management
ref:  #345 #346
2024-11-28 02:18:26 +09:30
Jon
af9d99774e test(assistance): Add index viewset checks
ref:  #345 #346
2024-11-28 02:18:26 +09:30
Jon
aa57005013 feat(assistance): Add v2 endpoint Assistance
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
374c18d997 test(access): Add index viewset checks
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
73d56692d1 feat(access): Add v2 endpoint Access
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
8b0bcfa886 feat(itim): Add table_fields to Service Model
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
4a27360b7c fix(itam): Add missing model.Meta attributes ordering and verbose_name
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
a93e5625be feat(core): Add table_fields to Device Software Model
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
fa9a36dffa refactor(itam): Cleanup Device Software model field names.
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
766706268b feat(core): Add table_fields to Notes Model
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
36d044dc43 refactor(core): Change history fields after and before to be JSON fields
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
b827dfac61 feat(core): Add table_fields to History Model
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
b5c1e85258 feat(itam): Add table_fields and page_layout to Device Model
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
f8a1087af3 feat(itam): Add table_fields and page_layout to Device Model
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
a776fcc760 feat(core): Add table_fields to Ticket Linked Item
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
8f2726aafb feat(core): Add table_fields to Ticket Comment
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
95675da022 feat(core): Add table_fields to Ticket
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
3488d200b6 feat(core): Add attribute staatus_badge to ticket model
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
20b77b4b1e feat(access): Add table_fields and page_layout to Organization
ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
d545efc0d3 feat(api): Add React UI metadata class
adds required items to HTTP/Options request

ref:  #345 #346
2024-11-28 02:18:25 +09:30
Jon
8a70ec1452 test(api): Add API v2 Endpoint
ref: #248 #345 #346
2024-11-28 02:18:25 +09:30
Jon
b8c127d144 feat(api): Add API v2 Endpoint
ref: #248 #345 #346
2024-11-28 02:18:25 +09:30
Jon
447c46eb47 refactor(api): Split common ViewSet class into index/model classes
ref: #345 #346
2024-11-28 02:18:25 +09:30
Jon
9fe671e43c test(api): ViewSet checks
ref: #345 #346
2024-11-28 02:18:25 +09:30
Jon
3bfd2d4ef6 feat(api): add API login template to use current login form
ref: #345 #346
2024-11-28 02:18:25 +09:30
Jon
65a47db81d feat(api): Update API template to use name Centurion
ref: #345 #346
2024-11-28 02:18:24 +09:30
Jon
b471718b6a feat(itam): Add category property to device software model
ref: #345 #346
2024-11-28 02:18:24 +09:30
Jon
50e6a24a4d feat(itam): Add action badge property to device software model
ref: #345 #346
2024-11-28 02:18:24 +09:30
Jon
935dfb7faa feat(itam): Add status badge property to device model
ref: #345 #346
2024-11-28 02:18:24 +09:30
Jon
849b8da7eb refactor(itam): remove requirement to specify the pk when fetching config
ref: #345 #346
2024-11-28 02:18:24 +09:30
Jon
991fb3432c feat(core): Add a icon serializer field.
ref: #345 #346
2024-11-28 02:18:24 +09:30
Jon
c0cf657bea feat(core): Add a badge serializer field.
ref: #345 #346
2024-11-28 02:18:24 +09:30
Jon
07ceae6471 test: Ensure Models have attribute page_layout
ref: #345 #346
2024-11-28 02:18:24 +09:30
Jon
5a88b23ae7 test: Ensure Models have attribute table_fields
ref: #345 #346
2024-11-28 02:18:24 +09:30
Jon
d9783477ce test: Ensure Models have meta attribute verbose_name
ref: #345 #346
2024-11-28 02:18:24 +09:30
Jon
7b7b12d08e feat(api): Add common ViewSet class for inheritence
ref: #345 #346
2024-11-28 02:18:24 +09:30
Jon
cbe01e6b77 feat: Add dependency django-cors-headers
ref: #344
2024-11-28 02:18:24 +09:30
Jon
68c787fab4 docs(release_notes): add api v1 depreciaation note
ref: #344
2024-11-28 02:18:24 +09:30
26b0bfac70 build: bump version 1.3.0 -> 1.3.1 1.3.1 2024-11-27 16:32:01 +00:00
Jon
d68d6f85d2 Merge pull request #399 from nofusscomputing/fix-ticket-different-org-view 2024-11-28 01:50:41 +09:30
Jon
61f34876ed fix(core): Ensure user cant view tickets in orgs they are not part of
ref: #399
2024-11-28 01:40:24 +09:30
Jon
ed0e57c8a1 test(access): Add dummy functional test for CI to complete
ref: #382
2024-11-07 18:41:27 +09:30
Jon
49dabbd941 chore(docs): Add Functional Test Badges
ref: #382
2024-11-07 17:56:20 +09:30
4b8353350b build: bump version 1.2.2 -> 1.3.0 1.3.0 2024-10-31 06:44:57 +00:00