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.2/improvement/CLDSRV-806-handling-additionnal-headers, please follow this
procedure:

 git fetch
 git checkout w/9.2/improvement/CLDSRV-806-handling-additionnal-headers
 # <amend or cancel the changeset by _adding_ new commits>
 git push origin w/9.2/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
…dling-additionnal-headers' into w/9.2/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.36%. Comparing base (1e7572a) to head (d68cae3).
✅ 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 1 file with indirect coverage changes

@@                 Coverage Diff                 @@
##           development/9.2    #6030      +/-   ##
===================================================
- Coverage            84.38%   84.36%   -0.03%     
===================================================
  Files                  204      204              
  Lines                12913    12922       +9     
===================================================
+ Hits                 10897    10902       +5     
- Misses                2016     2020       +4     
Flag Coverage Δ
file-ft-tests 67.45% <18.18%> (-0.04%) ⬇️
kmip-ft-tests 28.16% <18.18%> (-0.01%) ⬇️
mongo-v0-ft-tests 68.70% <18.18%> (-0.04%) ⬇️
mongo-v1-ft-tests 68.69% <18.18%> (-0.04%) ⬇️
multiple-backend 35.33% <18.18%> (-0.01%) ⬇️
sur-tests 35.66% <36.36%> (-0.81%) ⬇️
sur-tests-inflights 37.47% <36.36%> (-0.01%) ⬇️
unit 69.94% <100.00%> (+0.02%) ⬆️
utapi-v2-tests 34.35% <18.18%> (-0.04%) ⬇️

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 merged commit d68cae3 into development/9.2 Dec 12, 2025
29 checks passed
@bert-e bert-e deleted the w/9.2/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