Commit Graph

1170 Commits

Author SHA1 Message Date
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
Jon
464af55612 Merge pull request #371 from nofusscomputing/feature-production-webserver 2024-10-31 16:01:13 +09:30
Jon
9f826d7142 docs: Update release notes
ref: #371 closes #363
2024-10-31 15:50:57 +09:30
Jon
ea8a054005 fix(docker): Ensure SupervisorD daemon config directory exists.
ref: #363 #371
2024-10-31 15:19:50 +09:30
Jon
8479130ef1 feat(docker): Add worker service config for SupervisorD
ref: #363 #371
2024-10-31 15:00:55 +09:30
Jon
4303232543 refactor(docker): Switch to entrypoint
ref: #363 #371
2024-10-31 14:58:18 +09:30
Jon
0cd4a2bab4 fix(docker): use alias for static
ref: #363 #371
2024-10-30 04:07:58 +09:30
Jon
0b4fc25462 fix(access): testing of param causing gunicorn to fail
ref: #363 #371
2024-10-30 02:39:42 +09:30
Jon
f17d74f8dc fix(docker): place nginx conf in correct path
ref: #363 #371
2024-10-30 02:39:03 +09:30
Jon
07be745bbe fix(docker): gunicorn must call method
ref: #363 #371
2024-10-30 02:37:49 +09:30
Jon
510ab69af8 fix(docker): Ensure NginX config applied after it's installed
ref: #363 #371
2024-10-30 01:50:41 +09:30
Jon
b9349e6590 fix(docker): Add proxy params for NginX
ref: #363 #371
2024-10-30 01:24:35 +09:30
Jon
4fd3abb9d6 fix(docker): Make centurion the default nginx conf
ref: #363 #371
2024-10-30 01:24:13 +09:30
Jon
ac562e7490 feat(docker): ensure supervisor starts
ref: #363 #371
2024-10-30 00:57:02 +09:30
Jon
4fe5916a76 feat(docker): use correct file location for nginx config
ref: #363 #370 #371
2024-10-30 00:39:03 +09:30
Jon
b858825838 feat(docker): Fail the build if django is not found
ref: #363 #370 #371
2024-10-30 00:31:10 +09:30
Jon
5d92a3315f fix(docker): Correct NginX start command
ref: #363 #371
2024-10-30 00:30:34 +09:30
Jon
7a0f85c556 feat(docker): Install NginX to serve site
ref: #363 #371
2024-10-30 00:12:20 +09:30
Jon
cfa284d4ad feat(docker): Add supervisord for install
ref: #363 #371
2024-10-30 00:10:10 +09:30
Jon
447e985740 feat(docker): Add gunicorn for install
ref: #363 #371
2024-10-30 00:08:54 +09:30
Jon
7d872b97f2 feat: update docker image alpine 3.19 ->3.20
ref: #363 #371
2024-10-30 00:06:57 +09:30
ca3b99cb3a build: bump version 1.2.1 -> 1.2.2 1.2.2 2024-10-29 13:00:55 +00:00
Jon
8d4f686f6c Merge pull request #369 from nofusscomputing/fix-docker-container 2024-10-29 22:23:56 +09:30
Jon
6f57bd84e7 fix(docker): adjust pyyaml to >-6.0.1
no python modules are being installed

ref: #369
2024-10-29 19:05:39 +09:30
6351acabe5 build: bump version 1.2.0 -> 1.2.1 1.2.1 2024-10-22 09:16:31 +00:00
Jon
9d6ea1d7c3 refactor(project_management): dont order queryset for project
this is done at modelMeta

ref: #358
2024-10-22 18:36:21 +09:30
Jon
035c6ed60c fix(project_management): Ensure user cant see projects for organizations they are apart of
ref: #358
2024-10-22 18:31:21 +09:30
31e88b2f96 build: bump version 1.1.0 -> 1.2.0 1.2.0 2024-10-11 14:59:15 +00:00
Jon
28f51d3bb6 Merge pull request #259 from nofusscomputing/feature-v1-2 2024-10-12 00:11:22 +09:30
Jon
c634695e4e feat: update django 5.0.8 -> 5.1.2
ref: #259
2024-10-11 23:56:10 +09:30