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 2019/10/28 13:07:01 UTC

[couchdb-helm] branch master updated (d49eb98 -> e0d2ab9)

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

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


    from d49eb98  README and LICENSE
     add eee7141  Move chart to subdirectory
     add d8c73ba  Add GitHub templates
     add e366671  Add e2e testing
     add 930c909  Maintain chart repo in master branch
     add 3e2f02e  Address review comments
     new e0d2ab9  Merge pull request #1 from apache/tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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(-)
 create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
 create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md
 create mode 100644 .github/PULL_REQUEST_TEMPLATE.md
 create mode 100644 Makefile
 rename Chart.yaml => couchdb/Chart.yaml (90%)
 copy README.md => couchdb/README.md (100%)
 rename {templates => couchdb/templates}/NOTES.txt (100%)
 rename {templates => couchdb/templates}/_helpers.tpl (100%)
 rename {templates => couchdb/templates}/configmap.yaml (100%)
 rename {templates => couchdb/templates}/headless.yaml (100%)
 rename {templates => couchdb/templates}/ingress.yaml (100%)
 rename {templates => couchdb/templates}/secrets.yaml (100%)
 rename {templates => couchdb/templates}/service.yaml (100%)
 rename {templates => couchdb/templates}/statefulset.yaml (100%)
 rename values.yaml => couchdb/values.yaml (100%)
 create mode 100644 docs/couchdb-2.2.0.tgz
 create mode 100644 docs/index.yaml
 create mode 100644 test/ct.yaml
 create mode 100755 test/e2e-kind.sh
 create mode 100644 test/kind-config.yaml
 create mode 100644 test/local-path-provisioner.yaml


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

Posted by wi...@apache.org.
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(-)