indigo-dc / orchestrator

The INDIGO PaaS Orchestrator
https://www.indigo-datacloud.eu/paas-orchestrator
Apache License 2.0
17 stars 21 forks source link

Added /configuration endpoint #349

Closed mperniola closed 4 years ago

mperniola commented 4 years ago

Added /configuration endpoint in orchestrator to retrieve urls for dashboard configuration; Changed Vault endpoint configuration

codecov-io commented 4 years ago

Codecov Report

Merging #349 into master will increase coverage by 0.1%. The diff coverage is 88.88%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #349     +/-   ##
===========================================
+ Coverage     62.22%   62.32%   +0.1%     
- Complexity      888      892      +4     
===========================================
  Files           176      178      +2     
  Lines          5422     5434     +12     
  Branches        340      340             
===========================================
+ Hits           3374     3387     +13     
+ Misses         1922     1921      -1     
  Partials        126      126
Flag Coverage Δ Complexity Δ
#integration 8.94% <77.77%> (+0.23%) 169 <4> (+4) :arrow_up:
#unittests 58.24% <66.66%> (+0.03%) 816 <4> (+2) :arrow_up:
Impacted Files Coverage Δ Complexity Δ
...orchestrator/controller/ConfigurationEndpoint.java 100% <100%> (ø) 2 <2> (?)
...orchestrator/service/ConfigurationServiceImpl.java 100% <100%> (ø) 2 <2> (?)
...t/reply/orchestrator/service/VaultServiceImpl.java 65.51% <50%> (+1%) 4 <2> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a18b307...86bb4a1. Read the comment docs.