You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2020/06/27 08:59:44 UTC

[couchdb-helm] 08/43: Merge pull request #1 from apache/tests

This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git

commit e0d2ab9e8780a872c7537f88632893074bce5b92
Merge: d49eb98 3e2f02e
Author: Will Holley <wi...@apache.org>
AuthorDate: Mon Oct 28 13:06:52 2019 +0000

    Merge pull request #1 from apache/tests
    
    Add e2e tests

 .github/ISSUE_TEMPLATE/bug_report.md              |  33 +++++
 .github/ISSUE_TEMPLATE/feature_request.md         |  27 ++++
 .github/PULL_REQUEST_TEMPLATE.md                  |  36 +++++
 Makefile                                          |  27 ++++
 README.md                                         | 164 ++--------------------
 Chart.yaml => couchdb/Chart.yaml                  |   2 +
 README.md => couchdb/README.md                    |   0
 {templates => couchdb/templates}/NOTES.txt        |   0
 {templates => couchdb/templates}/_helpers.tpl     |   0
 {templates => couchdb/templates}/configmap.yaml   |   0
 {templates => couchdb/templates}/headless.yaml    |   0
 {templates => couchdb/templates}/ingress.yaml     |   0
 {templates => couchdb/templates}/secrets.yaml     |   0
 {templates => couchdb/templates}/service.yaml     |   0
 {templates => couchdb/templates}/statefulset.yaml |   0
 values.yaml => couchdb/values.yaml                |   0
 docs/couchdb-2.2.0.tgz                            | Bin 0 -> 7354 bytes
 docs/index.yaml                                   |  27 ++++
 test/ct.yaml                                      |   1 +
 test/e2e-kind.sh                                  |  97 +++++++++++++
 test/kind-config.yaml                             |   0
 test/local-path-provisioner.yaml                  | 108 ++++++++++++++
 22 files changed, 373 insertions(+), 149 deletions(-)