You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/04/24 00:56:07 UTC

[incubator-dolphinscheduler] branch dev updated (1d76d0a -> fc2edad)

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

liwenhe pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from 1d76d0a  Add force not to cache、Modify style and fix jar instance of workflow instance not showing (#2507)
     new da459e4  Remove .helmignore file
     new 86f6c6f  Merge remote-tracking branch 'origin/dev' into dev
     new 5c0d04a  Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev
     new 30137d7  Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev
     new ded25e0  Modify helm config and change directory's name
     new be81acd  Delete 1.2.0 helm config
     new b0aa3c2  Modify config
     new 362e5f5  Modify config
     new fc66499  Modify README.md file
     new c72f4f1  Merge branch 'dev' into dev
     new 5cfb21a  Merge branch 'dev' into dev
     new fc2edad  Merge pull request #2504 from liwenhe1993/dev

The 2492 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:
 charts/dolphinscheduler/README.md                  | 226 ---------------------
 {charts => kubernetes}/dolphinscheduler/Chart.yaml |  24 +--
 {charts => kubernetes/dolphinscheduler}/README.md  |   4 +-
 kubernetes/dolphinscheduler/requirements.yaml      |   9 +
 .../dolphinscheduler/templates/NOTES.txt           |   0
 .../dolphinscheduler/templates/_helpers.tpl        |  16 --
 .../configmap-dolphinscheduler-alert.yaml          |   0
 .../configmap-dolphinscheduler-master.yaml         |   2 +
 .../configmap-dolphinscheduler-worker.yaml         |   4 +-
 .../deployment-dolphinscheduler-alert.yaml         |   4 +-
 .../templates/deployment-dolphinscheduler-api.yaml |   0
 .../deployment-dolphinscheduler-frontend.yaml      |   0
 .../dolphinscheduler/templates/ingress.yaml        |   0
 .../templates/pvc-dolphinscheduler-alert.yaml      |   0
 .../templates/pvc-dolphinscheduler-api.yaml        |   0
 .../templates/pvc-dolphinscheduler-frontend.yaml   |   0
 .../templates/secret-external-postgresql.yaml      |   0
 .../statefulset-dolphinscheduler-master.yaml       |  24 ++-
 .../statefulset-dolphinscheduler-worker.yaml       |  31 ++-
 .../templates/svc-dolphinscheduler-api.yaml        |   0
 .../templates/svc-dolphinscheduler-frontend.yaml   |   0
 .../svc-dolphinscheduler-master-headless.yaml      |   6 +-
 .../svc-dolphinscheduler-worker-headless.yaml      |   4 +
 .../dolphinscheduler/values.yaml                   |   7 +-
 24 files changed, 78 insertions(+), 283 deletions(-)
 delete mode 100644 charts/dolphinscheduler/README.md
 rename {charts => kubernetes}/dolphinscheduler/Chart.yaml (86%)
 rename {charts => kubernetes/dolphinscheduler}/README.md (99%)
 create mode 100644 kubernetes/dolphinscheduler/requirements.yaml
 rename {charts => kubernetes}/dolphinscheduler/templates/NOTES.txt (100%)
 rename {charts => kubernetes}/dolphinscheduler/templates/_helpers.tpl (88%)
 rename {charts => kubernetes}/dolphinscheduler/templates/configmap-dolphinscheduler-alert.yaml (100%)
 rename {charts => kubernetes}/dolphinscheduler/templates/configmap-dolphinscheduler-master.yaml (90%)
 rename {charts => kubernetes}/dolphinscheduler/templates/configmap-dolphinscheduler-worker.yaml (88%)
 rename {charts => kubernetes}/dolphinscheduler/templates/deployment-dolphinscheduler-alert.yaml (99%)
 rename {charts => kubernetes}/dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml (100%)
 rename {charts => kubernetes}/dolphinscheduler/templates/deployment-dolphinscheduler-frontend.yaml (100%)
 rename {charts => kubernetes}/dolphinscheduler/templates/ingress.yaml (100%)
 rename {charts => kubernetes}/dolphinscheduler/templates/pvc-dolphinscheduler-alert.yaml (100%)
 rename {charts => kubernetes}/dolphinscheduler/templates/pvc-dolphinscheduler-api.yaml (100%)
 rename {charts => kubernetes}/dolphinscheduler/templates/pvc-dolphinscheduler-frontend.yaml (100%)
 rename {charts => kubernetes}/dolphinscheduler/templates/secret-external-postgresql.yaml (100%)
 rename {charts => kubernetes}/dolphinscheduler/templates/statefulset-dolphinscheduler-master.yaml (94%)
 rename {charts => kubernetes}/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml (92%)
 rename {charts => kubernetes}/dolphinscheduler/templates/svc-dolphinscheduler-api.yaml (100%)
 rename {charts => kubernetes}/dolphinscheduler/templates/svc-dolphinscheduler-frontend.yaml (100%)
 rename {charts => kubernetes}/dolphinscheduler/templates/svc-dolphinscheduler-master-headless.yaml (89%)
 rename {charts => kubernetes}/dolphinscheduler/templates/svc-dolphinscheduler-worker-headless.yaml (89%)
 rename {charts => kubernetes}/dolphinscheduler/values.yaml (98%)