An error occurred while fetching the assigned milestone of the selected merge_request.
fix: fix listing the components using CRD approach - closes #491
app
appsservice
components.py +17 -0
dao.py +8 -4
tests
files/apps/test-org
test-org.app1.v1.2.3.yml +12 -3
test-org.app1.yml +13 -4
test_component.py +32 -0
test_dao.py +48 -17
+ 17
- 0
@@ -24,6 +24,23 @@ component_model = api.model(
+ 8
- 4
@@ -118,15 +118,19 @@ class AppsDao(object):
@@ -12,27 +12,36 @@ spec:
@@ -11,27 +11,36 @@ spec:
+ 32
- 0
@@ -89,3 +89,35 @@ def test_components_add_wrong_org(client):