|
703b6a67b2
|
refactor(devops): Model Functional Test Suite re-written to Pytest for model SoftwareEnableFeatureFlag
ref: #946 #945
|
2025-08-07 13:41:53 +09:30 |
|
|
0159fd6ed8
|
refactor(devops): API Metadata Functional Test Suite re-written to Pytest for model SoftwareEnableFeatureFlag
ref: #946 #945
|
2025-08-07 13:41:17 +09:30 |
|
|
2b8513abf0
|
refactor(devops): Remove old test suites no longer required model FeatureFlag
ref: #946 closes #944
|
2025-08-07 12:50:04 +09:30 |
|
|
146dd508d6
|
refactor(devops): ViewSet Unit Test Suite re-written to Pytest for model FeatureFlag
ref: #946 #944
|
2025-08-07 12:49:23 +09:30 |
|
|
20f5c3b5d7
|
refactor(devops): Serializer Unit Test Suite re-written to Pytest for model FeatureFlag
ref: #946 #944
|
2025-08-07 12:49:06 +09:30 |
|
|
d340fb3375
|
refactor(devops): API Fields render Functional Test Suite re-written to Pytest for model FeatureFlag
ref: #946 #944
|
2025-08-07 12:48:51 +09:30 |
|
|
bc3f1e8a68
|
refactor(devops): Model Functional Test Suite re-written to Pytest for model FeatureFlag
ref: #946 #944
|
2025-08-07 12:48:39 +09:30 |
|
|
44adc6c8ab
|
refactor(devops): API Metadata Functional Test Suite re-written to Pytest for model FeatureFlag
ref: #946 #944
|
2025-08-07 12:48:24 +09:30 |
|
|
f525411ace
|
refactor(test): remove xfail during pytest_generate_tests before parameterizing
ref: #938
|
2025-08-04 16:58:17 +09:30 |
|
|
cf5b78b6b2
|
test(assistance): Model Functional Test Suite re-written to pytest for model KnowledgeBase
ref: #904 closes #900
|
2025-07-29 14:39:40 +09:30 |
|
|
c252717bb7
|
chore(api): mark ALL ViewSet Unit Test Suites to skip
Viewset tests being refactored
ref: #893 #876 #895
|
2025-07-26 08:22:39 +09:30 |
|
|
8191785134
|
test(devops): Adjust functional model test to use fixture kwargs
ref: #883 #882
|
2025-07-24 15:37:38 +09:30 |
|
|
de87364b9c
|
refactor(tests): Unskip tests that'll work now due to model inheritance change
ref: #871 #771 #395 #859
|
2025-07-20 12:34:15 +09:30 |
|
|
303cc31f6a
|
test(devops): skip Model History entry test as it should be done as part of serializer and viewset
ref: #856 #781
|
2025-07-07 20:55:22 +09:30 |
|
|
97f99abe2c
|
chore: ensure api post items for tests is the correct type
ref: #856
|
2025-07-07 18:51:59 +09:30 |
|
|
eeaf3ab5fc
|
test(devops): update no_org_serializer test so it works for model SoftwareEnableFeatureFlag
ref: #855 #812
|
2025-07-07 00:16:17 +09:30 |
|
|
45abdc2e00
|
feat: When attempting to create and objetc must be unique and alrready exists, dont return error return existing object
ref: #855
|
2025-07-06 22:20:54 +09:30 |
|
|
6af615f918
|
test(devops): SoftwareEnableFeatureFlagging model does not use global org, so dont test global org return
ref: #849
|
2025-07-04 13:26:13 +09:30 |
|
|
b2383a2236
|
refactor(devops): remove ViewSet get_queryset function
not required as the model is set to the actual model
ref: #849 #809
|
2025-07-04 08:41:40 +09:30 |
|
|
73a704d5e3
|
fix(devops): git repository is sub-model ViewSet must inherit from SubModel
ref: #848 #809 #810 #811
|
2025-07-04 08:40:36 +09:30 |
|
|
5d56837f1e
|
refactor(devops): Updated Unit model test ssuite for SoftwareEnabledFeatureFlag model
ref:#817 closes #812
|
2025-07-04 08:40:33 +09:30 |
|
|
dabf663651
|
refactor(devops): Migration for updating model inheritance for SoftwareEnabledFeatureFlag model
ref:#817 #812
|
2025-07-04 08:40:33 +09:30 |
|
|
1841023896
|
refactor(devops): Update url route basename for SoftwareEnabledFeatureFlag model
ref:#817 #812
|
2025-07-04 08:40:32 +09:30 |
|
|
d48c19a8ed
|
feat(devops): Switch SoftwareEnabledFeatureFlag model to inherit from CenturionModel
ref: #817 #812
|
2025-07-04 08:40:32 +09:30 |
|
|
f44fb28b8d
|
chore: correct pytest model marks
ref: #813
|
2025-07-04 08:40:32 +09:30 |
|
|
dbf67f7737
|
fix(devops): Ensure mandatory fields are writeable for model GitRepository
ref: #813 #515
|
2025-07-04 08:40:32 +09:30 |
|
|
da865fd5a8
|
refactor(tests): make all parameterized_ vars properties
ref: #813
|
2025-07-04 08:40:32 +09:30 |
|
|
446ea7c910
|
chore(core): correct test for get_url_kwargs for meta abstract model
ref: #813 #793
|
2025-07-04 08:40:32 +09:30 |
|
|
c5823152ca
|
feat(devops): Update checkin model fixture so it creates the feature flag
ref: #813 #808
|
2025-07-04 08:40:32 +09:30 |
|
|
b17fcf0eac
|
feat(devops): Add methods get_url and get_url_kwargs to CheckIn model
ref: #813 #808
|
2025-07-04 08:40:32 +09:30 |
|
|
82d1e9995f
|
test(devops): Add GitLabRepository Unit Model test suite
ref: #813 #811
|
2025-07-04 08:40:32 +09:30 |
|
|
7378b103e1
|
test(devops): Add GitHubRepository Unit Model test suite
ref: #807 #515 #810
|
2025-07-04 08:40:32 +09:30 |
|
|
07b6a2f4e2
|
test(devops): Add GitRepository Unit Model test suite
ref: #807 #515 #809
|
2025-07-04 08:40:32 +09:30 |
|
|
b4daa61b36
|
feat(devops): Update URL route basename
ref: #807 #515 #809 #810 #811
|
2025-07-04 08:40:32 +09:30 |
|
|
0e5b5db7b9
|
feat(devops): Migrations for switching GitLabRepository model to inherit from CenturionModel
ref: #807 #515 #811
|
2025-07-04 08:40:32 +09:30 |
|
|
0daf4a5316
|
feat(devops): Migrations for switching GitRepository model to inherit from CenturionModel
ref: #807 #515 #810
|
2025-07-04 08:40:32 +09:30 |
|
|
74420f13cc
|
feat(devops): Migrations for switching GitRepository model to inherit from CenturionModel
ref: #807 #515 #809
|
2025-07-04 08:40:32 +09:30 |
|
|
192c768f9a
|
feat(devops): Serializers for GitRepository models notes and history
ref: #807 #515 #809
|
2025-07-04 08:40:32 +09:30 |
|
|
f6dc4ff512
|
feat(devops): Serializers for GitHubGitRepository models notes and history
ref: #807 #515 #810
|
2025-07-04 08:40:32 +09:30 |
|
|
ec1457f3f8
|
feat(devops): Serializers for GitLabGitRepository models notes and history
ref: #807 #515 #809
|
2025-07-04 08:40:32 +09:30 |
|
|
2ffb93a630
|
feat(devops): Switch GitLabGitRepository model to inherit from CenturionModel
ref: #807 #515 #809
|
2025-07-04 08:40:32 +09:30 |
|
|
4a484c31a2
|
feat(devops): Switch GitHubGitRepository model to inherit from CenturionModel
ref: #807 #515 #810
|
2025-07-04 08:40:32 +09:30 |
|
|
87c5768945
|
feat(devops): Switch GitRepository model to inherit from CenturionModel
ref: #807 #515 #809
|
2025-07-04 08:40:32 +09:30 |
|
|
6b54eebbd2
|
feat(devops): Update Checkin model url route basename
ref: #807 closes #808
|
2025-07-04 08:40:32 +09:30 |
|
|
9a250c988d
|
feat(devops): Add app_namespace Checkin model
ref: #807 #808
|
2025-07-04 08:40:32 +09:30 |
|
|
d2d46e7efd
|
test(devops): Add Checkin Unit Model test suite
ref: #807 #676 #808
|
2025-07-04 08:40:32 +09:30 |
|
|
d43a1bc213
|
feat(devops): Migrations for switching Checkin model to inherit from CenturionModel
ref: #807 #676 #808
|
2025-07-04 08:40:32 +09:30 |
|
|
53726e3eba
|
feat(devops): Switch Checkin model to inherit from CenturionModel
ref: #807 #676 #808
|
2025-07-04 08:40:32 +09:30 |
|
|
dff529ba5e
|
test(devops): correct GitGroup Unit model test suite
ref: #807 closes #781
|
2025-07-04 08:40:31 +09:30 |
|
|
0d149edee5
|
test(devops): correct FeatureFlag Unit model test suite
ref: #807 closes #782
|
2025-07-04 08:40:31 +09:30 |
|