Skip to content

Conversation

@bert-e
Copy link
Contributor

@bert-e bert-e commented Dec 12, 2025

This pull request has been created automatically.
It is linked to its parent pull request #6022.

Do not edit this pull request directly.
If you need to amend/cancel the changeset on branch
w/9.1/improvement/CLDSRV-806-handling-additionnal-headers, please follow this
procedure:

 git fetch
 git checkout w/9.1/improvement/CLDSRV-806-handling-additionnal-headers
 # <amend or cancel the changeset by _adding_ new commits>
 git push origin w/9.1/improvement/CLDSRV-806-handling-additionnal-headers

Please always comment pull request #6022 instead of this one.

This commit aims to add the handling of additional headers
for Veeam routes in the CloudServer. The change actually enables
requests with automatically added headers by the sdk to not be directly
rejectded.
Issue: CLDSRV-806
The image build was failing because we were trying to install pykmip
with python v2 (setup.py install uses python command which points to python v2
by default in alpine image). This change checks out the latest commit and
installs pykmip with pip3 as this is the one now supported by pykmip.
Issue: CLDSRV-806
…additionnal-headers' into w/9.1/improvement/CLDSRV-806-handling-additionnal-headers
@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.13%. Comparing base (b3a3444) to head (fbc4b7d).
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

Files with missing lines Coverage Δ
lib/routes/routeVeeam.js 97.72% <100.00%> (+0.25%) ⬆️

... and 2 files with indirect coverage changes

@@                 Coverage Diff                 @@
##           development/9.1    #6029      +/-   ##
===================================================
+ Coverage            84.12%   84.13%   +0.01%     
===================================================
  Files                  193      193              
  Lines                12337    12346       +9     
===================================================
+ Hits                 10378    10387       +9     
  Misses                1959     1959              
Flag Coverage Δ
file-ft-tests 66.97% <18.18%> (-0.04%) ⬇️
kmip-ft-tests 27.12% <18.18%> (-0.01%) ⬇️
mongo-v0-ft-tests 68.29% <18.18%> (-0.04%) ⬇️
mongo-v1-ft-tests 68.28% <18.18%> (-0.04%) ⬇️
multiple-backend 34.30% <18.18%> (-0.01%) ⬇️
sur-tests 34.65% <36.36%> (-0.01%) ⬇️
sur-tests-inflights 36.57% <36.36%> (-0.03%) ⬇️
unit 69.57% <100.00%> (+0.02%) ⬆️
utapi-v2-tests 33.43% <18.18%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bert-e bert-e closed this Dec 12, 2025
@bert-e bert-e deleted the w/9.1/improvement/CLDSRV-806-handling-additionnal-headers branch December 12, 2025 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants