SUSE-Enceladus / blue-horizon

web-based user interface to terraforming the public cloud
GNU General Public License v3.0
11 stars 8 forks source link

Feature/ha enabled checkbox #162

Closed arbulu89 closed 3 years ago

arbulu89 commented 3 years ago

Please, only check: https://github.com/SUSE-Enceladus/blue-horizon/commit/78ae0eda1b389b10004c311a0ed33af66a26b4eb The other commits are coming because the branch was not created with the latest master head.

This PR implements the HA enabled checkbox in the cluster sizing page. Check the README file to understand how to use it. ha_enabled

codecov[bot] commented 3 years ago

Codecov Report

Merging #162 into sap-azure will decrease coverage by 1.85%. The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##           sap-azure     #162      +/-   ##
=============================================
- Coverage     100.00%   98.14%   -1.86%     
=============================================
  Files             26       26              
  Lines            694      702       +8     
=============================================
- Hits             694      689       -5     
- Misses             0       13      +13     
Impacted Files Coverage Δ
app/helpers/application_helper.rb 100.00% <ø> (ø)
app/controllers/clusters_controller.rb 53.33% <100.00%> (-46.67%) :arrow_down:
app/models/cluster.rb 100.00% <100.00%> (ø)
app/models/variable.rb 100.00% <100.00%> (ø)
app/decorators/cluster_size_slider_decorator.rb 45.45% <0.00%> (-54.55%) :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 072a820...78ae0ed. Read the comment docs.

arbulu89 commented 3 years ago

Replaced by https://github.com/SUSE/blue-horizon/pull/2