- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3
DMP-5252 ARM 5.2 upgrade #3088
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
DMP-5252 ARM 5.2 upgrade #3088
Conversation
99ed2fd    to
    01e8d70      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few comments/questions;
Do we have/need retry/timeout logic for ARM requests?
Can we have logs on the critical ARM calls
Can't see any tests for ENABLE_ARM_V5_2_UPGRADE flag
        
          
                src/main/java/uk/gov/hmcts/darts/arm/service/impl/ArmClientServiceImpl.java
          
            Show resolved
            Hide resolved
        
      db9140b    to
    ea61d86      
    Compare
  
    | 
 No. This already encompassed in the automted jobs where it checks how many times something has been tried. 
 We have logs for all of this already. The code I'm touching is very low down. 
 Just adding some | 
        
          
                ...egrationTest/java/uk/gov/hmcts/darts/arm/service/ArmRpoPollServiceUpgradeFiveTwoIntTest.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                src/main/java/uk/gov/hmcts/darts/arm/service/impl/ArmApiServiceImpl.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
      3beb05d    to
    dcc1d0b      
    Compare
  
    68d9537    to
    c0f196e      
    Compare
  
    Made changes to conform to the ARM 5.2 upgrade where auth and api are replacing the www part of hostname and respecitively removed from the rest of the URL
Started to move the ARM clients into a service so the current version and new version can be enabled accordingly
Started to move the ARM clients into a service so the current version and new version can be enabled accordingly
Started to move the ARM clients into a service so the current version and new version can be enabled accordingly
Started to move the ARM clients into a service so the current version and new version can be enabled accordingly
Started to move the ARM clients into a service so the current version and new version can be enabled accordingly
Added tests
Added tests
Added tests
Added no sonar to fix sonar complaint of duplicate code
Added no sonar to fix sonar complaint of duplicate code
Added no sonar to fix sonar complaint of duplicate code
Added open apid validation
Added no sonar to fix sonar complaint of duplicate code
Added no sonar to fix sonar complaint of duplicate code
Added no sonar to fix sonar complaint of duplicate code
Added no sonar to fix sonar complaint of duplicate code
Added no sonar to fix sonar complaint of duplicate code
Added no sonar to fix sonar complaint of duplicate code
Added no sonar to fix sonar complaint of duplicate code
Added no sonar to fix sonar complaint of duplicate code
Added no sonar to fix sonar complaint of duplicate code
c0f196e    to
    b89ff74      
    Compare
  
    Added no sonar to fix sonar complaint of duplicate code
JIRA link (if applicable)
https://tools.hmcts.net/jira/browse/DMP-5252
Change description
Made changes to conform to the ARM 5.2 upgrade where auth and api are replacing the www part of hostname and respectively removed from the rest of the URL
Does this PR introduce a breaking change? (check one with "x")