-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
False
-
-
False
-
-
We have already ported from v1 to v2 in UI and also deprecated v1,v2 apis. We can now completely remove v1 since this causes a lot of confusion. This is currently blocked by SWATCH-2844
Delete all the old capacity apis
- https://github.com/RedHatInsights/rhsm-subscriptions/blob/main/swatch-contracts/src/main/java/com/redhat/swatch/contract/resource/api/v1/SubscriptionTableControllerV1.java
- https://github.com/RedHatInsights/rhsm-subscriptions/blob/main/src/main/java/org/candlepin/subscriptions/resource/api/v1/SubscriptionTableController.java
- https://github.com/RedHatInsights/rhsm-subscriptions/blob/main/src/main/java/org/candlepin/subscriptions/resource/api/v2/SubscriptionTableController.java
Done:
- We should only be using v2 in swatch-contract
https://github.com/RedHatInsights/rhsm-subscriptions/blob/main/swatch-contracts/src/main/java/com/redhat/swatch/contract/resource/api/v2/SubscriptionTableControllerV2.java
- Iqe test should at the moment be only using v2 but, better to check if its pointing to right services.
- duplicates
-
SWATCH-3356 Deprecate v1 capacity api
-
- Closed
-
- is blocked by
-
SWATCH-2844 Update nginx routing send capacity queries directly to swatch-contracts
-
- Closed
-