|
11e32435a2
|
test(access): Tenancy object test for Entity model
ref: #707 #706
|
2025-04-03 17:00:00 +09:30 |
|
|
8c0b9bf182
|
feat(access): New model Entity History
ref: #707 #706
|
2025-04-03 17:00:00 +09:30 |
|
|
44ec81c3ae
|
feat(access): Add Entity URL routes
ref: #707 #706
|
2025-04-03 17:00:00 +09:30 |
|
|
24132a0b1c
|
fix(api): Dont attempt to access kwargs if not exists within common serializer
ref: #707
|
2025-04-03 17:00:00 +09:30 |
|
|
b887bb6169
|
feat(access): new serializer Contact
ref: #707 #703
|
2025-04-03 16:59:59 +09:30 |
|
|
93ce31d2cf
|
feat(access): new model Contact
ref: #707 #703
|
2025-04-03 16:59:59 +09:30 |
|
|
7f4ff50ceb
|
feat(access): new serializer Person
ref: #707 #571
|
2025-04-03 16:59:59 +09:30 |
|
|
534dab2ca6
|
feat(access): new model Person
ref: #707 #571
|
2025-04-03 16:59:59 +09:30 |
|
|
705a775ddd
|
feat(access): new ViewSet for for Entity and sub-entities
ref: #707 #706
|
2025-04-03 16:59:59 +09:30 |
|
|
7e79385558
|
feat(access): new serializer Entity
ref: #707 #706
|
2025-04-03 16:59:59 +09:30 |
|
|
798cfbe975
|
feat(access): new model Entity
ref: #707 #706
|
2025-04-03 16:59:59 +09:30 |
|
|
bfefbae686
|
docs: update roadmap
ref: #707
|
2025-04-03 13:07:16 +09:30 |
|
|
8363cd379f
|
chore: update issue template for new model
ref: #702
|
2025-03-29 15:46:55 +09:30 |
|
|
9496ae6aaf
|
feat(human_resources): Add navigation menu entry for Human Resources (HR)
ref: #702 #569
|
2025-03-29 15:24:56 +09:30 |
|
|
5208340370
|
feat(human_resources): Add module Human Resources (HR) to API Urls
ref: #702 #569
|
2025-03-29 15:18:37 +09:30 |
|
|
9b58e5913f
|
feat(base): Add module Human Resources (HR) to installed apps
ref: #702 #569
|
2025-03-29 15:18:13 +09:30 |
|
|
748dbea515
|
feat: Add module Human Resources (HR)
ref: #702 closes #569
|
2025-03-29 15:10:58 +09:30 |
|
|
b7880de54d
|
build: bump version 1.13.1 -> 1.14.0
1.14.0
|
2025-03-29 05:22:02 +00:00 |
|
|
69b727a06c
|
Merge pull request #690 from nofusscomputing/feature-next-release
|
2025-03-29 14:29:23 +09:30 |
|
|
26cdd7495a
|
docs(administration): Add reverse proxy paths for containers
ref: #690 closes #674
|
2025-03-29 13:57:35 +09:30 |
|
|
e2182fe37e
|
Merge pull request #696 from nofusscomputing/test-viewset
|
2025-03-29 13:40:57 +09:30 |
|
|
e8b30796ab
|
docs(development): update testing docs to reflect change in writing tests
ref: #696 #672
|
2025-03-29 13:14:38 +09:30 |
|
|
36f314fc6f
|
test(api): Correct test cases for view_name and view_description
cheking type is N/A due to those attributes being set via a getter
ref: #696 #672
|
2025-03-29 12:35:45 +09:30 |
|
|
1d1c76e033
|
test: Refactor all ViewSet Unit Test cases to use new test cases class
ref: #696 closes #672
|
2025-03-25 02:22:47 +09:30 |
|
|
e8bc98c315
|
test(api): Common ViewSet classes Tests and Test cases for classes that inherit them
migrated old viewset test cases to this test file so all common viewset classes
are tested in the one location.
ref: #696 #672
|
2025-03-25 02:22:26 +09:30 |
|
|
853906e9ee
|
Merge pull request #694 from nofusscomputing/new-module-itops
|
2025-03-23 11:06:46 +09:30 |
|
|
403b6be252
|
feat(itops): Add navigation menu
ref: #693 closes #567
|
2025-03-23 10:41:26 +09:30 |
|
|
ac78032cca
|
feat: New Module ITOps
ref: #694 #567
|
2025-03-23 10:40:21 +09:30 |
|
|
08fd187692
|
Merge pull request #693 from nofusscomputing/model-git-repository
|
2025-03-23 08:09:03 +09:30 |
|
|
8bd90df582
|
feat(devops): Ensure GitHub Groups can't be nested
ref: #693 #515 closes #249
|
2025-03-23 07:55:47 +09:30 |
|
|
85a2779563
|
feat(devops): Models Git Repository must use organization from git_group as must group if parent set
ref: #693 #515
|
2025-03-23 07:47:05 +09:30 |
|
|
9cc5db7869
|
refactor(devops): remove model unique_together constraint for git group and repository
this field is used for sync only
ref: #693 #515
|
2025-03-23 07:19:49 +09:30 |
|
|
e65b2531ed
|
refactor(devops): Field provider_id must not be user editable for git group or repository
this field is used for sync only
ref: #693 #515
|
2025-03-23 07:19:19 +09:30 |
|
|
3a9198f63c
|
fix(devops): Correct git_group serializer parameter name
ref: #693 #515
|
2025-03-22 21:25:51 +09:30 |
|
|
4d8fc508d4
|
fix(devops): Correct field path to no be unique for git_repository
ref: #693 #515
|
2025-03-22 21:25:28 +09:30 |
|
|
67b0187a58
|
test(api): correct nav menu setup to use mock request
ref: #693
|
2025-03-22 21:24:40 +09:30 |
|
|
12ef8918ba
|
fix(feature_flag): if over_rides not set ensure val set to empty dict
ref: #693
|
2025-03-22 20:53:17 +09:30 |
|
|
5f3990e15a
|
feat(devops): Add git provider badge to git_group table fields
ref: #693
|
2025-03-22 20:45:13 +09:30 |
|
|
491e0dba64
|
feat(devops): Add git provider badge to git_repository table fields
ref: #693
|
2025-03-22 20:45:02 +09:30 |
|
|
50cb54ab0c
|
feat(devops): Add Git GRoup to navigation
ref: #693
|
2025-03-22 19:25:13 +09:30 |
|
|
7638fa39da
|
feat(itam): Add back_url to Software Version ViewSet
ref: #693
|
2025-03-22 19:24:51 +09:30 |
|
|
b0df5713b2
|
feat(itam): Add back_url to Operating System ViewSet
ref: #693
|
2025-03-22 19:24:27 +09:30 |
|
|
57c5947c55
|
feat(devops): Add page_layout to Git Group model
ref: #693 #515
|
2025-03-22 19:23:49 +09:30 |
|
|
bfd54c112b
|
feat(devops): Add page_layout to GitLab repository model
ref: #693 #515
|
2025-03-22 19:23:31 +09:30 |
|
|
e2ca5b8587
|
feat(devops): Add page_layout to GitHub repository model
ref: #693 #515
|
2025-03-22 19:23:20 +09:30 |
|
|
f406e7bf3b
|
feat(devops): git_repository ViewSet updated to fetch queryset based off of repository provider
ref: #693 #515
|
2025-03-22 19:22:49 +09:30 |
|
|
1e127d7180
|
feat(devops): Add ti git_repository ViewSet return and back urls
ref: #693 #515
|
2025-03-22 19:21:58 +09:30 |
|
|
a0dd0384bf
|
fix(devops): git_group serializers must define fields
ref: #693 #515
|
2025-03-22 19:21:04 +09:30 |
|
|
60cc64ba19
|
fix(devops): git_group serializers must return urls
ref: #693 #515
|
2025-03-22 19:20:42 +09:30 |
|
|
2e9470be83
|
fix(devops): Correct git_repository notes urls
ref: #693 #515
|
2025-03-22 19:19:53 +09:30 |
|