diff options
25 files changed, 0 insertions, 115 deletions
diff --git a/app/assets/javascripts/backends.js b/app/assets/javascripts/backends.js deleted file mode 100644 index dee720f..0000000 --- a/app/assets/javascripts/backends.js +++ /dev/null @@ -1,2 +0,0 @@ -// Place all the behaviors and hooks related to the matching controller here. -// All this logic will automatically be available in application.js. diff --git a/app/assets/javascripts/backends/terraform_aws.js b/app/assets/javascripts/backends/terraform_aws.js deleted file mode 100644 index dee720f..0000000 --- a/app/assets/javascripts/backends/terraform_aws.js +++ /dev/null @@ -1,2 +0,0 @@ -// Place all the behaviors and hooks related to the matching controller here. -// All this logic will automatically be available in application.js. diff --git a/app/assets/javascripts/backends/terraform_libvirt.js b/app/assets/javascripts/backends/terraform_libvirt.js deleted file mode 100644 index dee720f..0000000 --- a/app/assets/javascripts/backends/terraform_libvirt.js +++ /dev/null @@ -1,2 +0,0 @@ -// Place all the behaviors and hooks related to the matching controller here. -// All this logic will automatically be available in application.js. diff --git a/app/assets/javascripts/setup.js b/app/assets/javascripts/setup.js deleted file mode 100644 index dee720f..0000000 --- a/app/assets/javascripts/setup.js +++ /dev/null @@ -1,2 +0,0 @@ -// Place all the behaviors and hooks related to the matching controller here. -// All this logic will automatically be available in application.js. diff --git a/app/assets/stylesheets/backends.css b/app/assets/stylesheets/backends.css deleted file mode 100644 index afad32d..0000000 --- a/app/assets/stylesheets/backends.css +++ /dev/null @@ -1,4 +0,0 @@ -/* - Place all the styles related to the matching controller here. - They will automatically be included in application.css. -*/ diff --git a/app/assets/stylesheets/backends/terraform_aws.css b/app/assets/stylesheets/backends/terraform_aws.css deleted file mode 100644 index afad32d..0000000 --- a/app/assets/stylesheets/backends/terraform_aws.css +++ /dev/null @@ -1,4 +0,0 @@ -/* - Place all the styles related to the matching controller here. - They will automatically be included in application.css. -*/ diff --git a/app/assets/stylesheets/backends/terraform_libvirt.css b/app/assets/stylesheets/backends/terraform_libvirt.css deleted file mode 100644 index afad32d..0000000 --- a/app/assets/stylesheets/backends/terraform_libvirt.css +++ /dev/null @@ -1,4 +0,0 @@ -/* - Place all the styles related to the matching controller here. - They will automatically be included in application.css. -*/ diff --git a/app/assets/stylesheets/setup.css b/app/assets/stylesheets/setup.css deleted file mode 100644 index afad32d..0000000 --- a/app/assets/stylesheets/setup.css +++ /dev/null @@ -1,4 +0,0 @@ -/* - Place all the styles related to the matching controller here. - They will automatically be included in application.css. -*/ diff --git a/app/channels/application_cable/channel.rb b/app/channels/application_cable/channel.rb deleted file mode 100644 index d672697..0000000 --- a/app/channels/application_cable/channel.rb +++ /dev/null @@ -1,4 +0,0 @@ -module ApplicationCable - class Channel < ActionCable::Channel::Base - end -end diff --git a/app/channels/application_cable/connection.rb b/app/channels/application_cable/connection.rb deleted file mode 100644 index 0ff5442..0000000 --- a/app/channels/application_cable/connection.rb +++ /dev/null @@ -1,4 +0,0 @@ -module ApplicationCable - class Connection < ActionCable::Connection::Base - end -end diff --git a/app/controllers/backends_controller.rb b/app/controllers/backends_controller.rb deleted file mode 100644 index d433193..0000000 --- a/app/controllers/backends_controller.rb +++ /dev/null @@ -1,4 +0,0 @@ -class BackendsController < ApplicationController - def index - end -end diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb deleted file mode 100644 index de6be79..0000000 --- a/app/helpers/application_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ApplicationHelper -end diff --git a/app/helpers/backends/terraform_aws_helper.rb b/app/helpers/backends/terraform_aws_helper.rb deleted file mode 100644 index b17f988..0000000 --- a/app/helpers/backends/terraform_aws_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module Backends::TerraformAwsHelper -end diff --git a/app/helpers/backends/terraform_libvirt_helper.rb b/app/helpers/backends/terraform_libvirt_helper.rb deleted file mode 100644 index 736fdfe..0000000 --- a/app/helpers/backends/terraform_libvirt_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module Backends::TerraformLibvirtHelper -end diff --git a/app/helpers/govuk_guix/revisions_helper.rb b/app/helpers/govuk_guix/revisions_helper.rb deleted file mode 100644 index eb84706..0000000 --- a/app/helpers/govuk_guix/revisions_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module GovukGuix::RevisionsHelper -end diff --git a/app/helpers/mini_environments_helper.rb b/app/helpers/mini_environments_helper.rb deleted file mode 100644 index 4990a52..0000000 --- a/app/helpers/mini_environments_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module MiniEnvironmentsHelper -end diff --git a/app/helpers/setup_helper.rb b/app/helpers/setup_helper.rb deleted file mode 100644 index 89cc8d2..0000000 --- a/app/helpers/setup_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module SetupHelper -end diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb deleted file mode 100644 index 286b223..0000000 --- a/app/mailers/application_mailer.rb +++ /dev/null @@ -1,4 +0,0 @@ -class ApplicationMailer < ActionMailer::Base - default from: 'from@example.com' - layout 'mailer' -end diff --git a/config/cable.yml b/config/cable.yml deleted file mode 100644 index c086a31..0000000 --- a/config/cable.yml +++ /dev/null @@ -1,10 +0,0 @@ -development: - adapter: async - -test: - adapter: async - -production: - adapter: redis - url: redis://localhost:6379/1 - channel_prefix: govuk-mini-environment-admin_production diff --git a/config/initializers/application_controller_renderer.rb b/config/initializers/application_controller_renderer.rb deleted file mode 100644 index 89d2efa..0000000 --- a/config/initializers/application_controller_renderer.rb +++ /dev/null @@ -1,8 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# ActiveSupport::Reloader.to_prepare do -# ApplicationController.renderer.defaults.merge!( -# http_host: 'example.org', -# https: false -# ) -# end diff --git a/test/controllers/backends_controller_test.rb b/test/controllers/backends_controller_test.rb deleted file mode 100644 index fe2682e..0000000 --- a/test/controllers/backends_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class BackendsControllerTest < ActionDispatch::IntegrationTest - # test "the truth" do - # assert true - # end -end diff --git a/test/fixtures/backends/terraform_aws.yml b/test/fixtures/backends/terraform_aws.yml deleted file mode 100644 index b0f1f9d..0000000 --- a/test/fixtures/backends/terraform_aws.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - label: MyString - aws_region: MyString - aws_access_key_id: MyString - aws_secret_access_key: MyString - -two: - label: MyString - aws_region: MyString - aws_access_key_id: MyString - aws_secret_access_key: MyString diff --git a/test/fixtures/backends/terraform_libvirts.yml b/test/fixtures/backends/terraform_libvirts.yml deleted file mode 100644 index 06293db..0000000 --- a/test/fixtures/backends/terraform_libvirts.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - label: MyString - uri: MyString - -two: - label: MyString - uri: MyString diff --git a/test/fixtures/govuk_guix/revisions.yml b/test/fixtures/govuk_guix/revisions.yml deleted file mode 100644 index ad7058f..0000000 --- a/test/fixtures/govuk_guix/revisions.yml +++ /dev/null @@ -1,9 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -one: - treeish: MyString - store_path: MyString - -two: - treeish: MyString - store_path: MyString diff --git a/test/models/govuk_guix/revision_test.rb b/test/models/govuk_guix/revision_test.rb deleted file mode 100644 index b46181a..0000000 --- a/test/models/govuk_guix/revision_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class GovukGuix::RevisionTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end |