From 580230a91738af10a63992fe4f8691cf8f442e8f Mon Sep 17 00:00:00 2001 From: kisunji Date: Wed, 20 Apr 2022 16:53:06 -0400 Subject: [PATCH] Remove unused files --- INTERNALS.md | 1 - codecov.yml | 44 -------------------------------------------- main_test.go | 1 - package-lock.json | 6 ------ terraform/README.md | 14 -------------- 5 files changed, 66 deletions(-) delete mode 100644 INTERNALS.md delete mode 100644 codecov.yml delete mode 100644 main_test.go delete mode 100644 package-lock.json delete mode 100644 terraform/README.md diff --git a/INTERNALS.md b/INTERNALS.md deleted file mode 100644 index efa95dab39..0000000000 --- a/INTERNALS.md +++ /dev/null @@ -1 +0,0 @@ -Moved to [docs/README.md](./docs/README.md). diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 9e6e403021..0000000000 --- a/codecov.yml +++ /dev/null @@ -1,44 +0,0 @@ -# https://docs.codecov.io/docs/commit-status -coverage: - status: - # only measure diff changes, not unexpected project changes from flakiness - project: off - patch: - default: - # https://docs.codecov.io/docs/commit-status#section-informational - informational: true - # https://docs.codecov.io/docs/commit-status#section-excluding-tests-example- - # TODO: should any paths be excluded from coverage metrics? - # paths: - ui: - informational: true - # https://docs.codecov.io/docs/commit-status#section-changes-status - # TODO: enable after eliminating current unexpected coverage changes? - changes: off - -# https://docs.codecov.io/docs/codecov-yaml#section-default-yaml -# TODO: experiment with changing these values? -# parsers: -# gcov: -# branch_detection: -# conditional: yes -# loop: yes -# method: no -# macro: no - -# https://docs.codecov.io/docs/pull-request-comments -comment: false - -# https://docs.codecov.io/docs/flags -# TODO: split out test coverage for API, SDK, UI, website? -flags: - ui: - paths: /ui-v2/ - -github_checks: - annotations: false - -ignore: - - "agent/uiserver/bindata_assetfs.go" - - "vendor/**/*" - - "**/*.pb.go" diff --git a/main_test.go b/main_test.go deleted file mode 100644 index 06ab7d0f9a..0000000000 --- a/main_test.go +++ /dev/null @@ -1 +0,0 @@ -package main diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 29027cb00a..0000000000 --- a/package-lock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "consul", - "lockfileVersion": 2, - "requires": true, - "packages": {} -} diff --git a/terraform/README.md b/terraform/README.md deleted file mode 100644 index 3b503b209e..0000000000 --- a/terraform/README.md +++ /dev/null @@ -1,14 +0,0 @@ -These Terraform modules were removed from GitHub in [GH-5085](https://github.com/hashicorp/consul/pull/5085). - -These are not currently being maintained and tested, and were created prior to the existence of the Terraform Module Registry, which is the more appropriate way to share and distribute modules. - -In an effort to limit confusion of the purpose of these modules and not encourage usage of something we aren't confident about, this removes them from this repository. - -You can still access these modules if you depend on them by pinning to a specific ref in Git. It is recommended you pin against a recent major version where these modules existed: - -module "consul-aws" { - source = "git::https://github.com/hashicorp/consul.git//terraform/aws?ref=v1.4.0" -} -More detail about module sources can be found on this page: - -https://www.terraform.io/docs/modules/sources.html \ No newline at end of file