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

Remove 'advanced mode' #166

Closed bear454 closed 3 years ago

bear454 commented 3 years ago

The built-in structure cannot accomodate terraform projects of any meaningful size, and most users who are able to edit the deployment scripts would prefer to run from the CLI, so the 'advanced mode' has lost it's purpose.

Instead, we'll add a config option to link to the source repo of the deployment scripts.

Screen Shot 2020-11-02 at 19 26 32

codecov[bot] commented 3 years ago

Codecov Report

Merging #166 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #166   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        24    -2     
  Lines          710       636   -74     
=========================================
- Hits           710       636   -74     
Impacted Files Coverage Δ
app/controllers/plans_controller.rb 100.00% <ø> (ø)
app/controllers/welcome_controller.rb 100.00% <ø> (ø)
app/controllers/variables_controller.rb 100.00% <100.00%> (ø)
app/helpers/application_helper.rb 100.00% <100.00%> (ø)
app/helpers/authorization_helper.rb 100.00% <100.00%> (ø)
app/models/source.rb 100.00% <100.00%> (ø)

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 c534cf0...c6f7cae. Read the comment docs.