You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by jo...@apache.org on 2020/01/08 02:40:49 UTC

[incubator-dolphinscheduler] branch dev updated (963ed4a -> 995b5ca)

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

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


    from 963ed4a  ds.server & ds.common.zk regularize log print (#1754)
     add 995b5ca  jest unit test demo (#1760)

No new revisions were added by this update.

Summary of changes:
 dolphinscheduler-ui/_test_/.babelrc                |  8 ++++
 dolphinscheduler-ui/_test_/Counter.spec.js         | 55 ++++++++++++++++++++++
 dolphinscheduler-ui/_test_/package.json            | 37 +++++++++++++++
 .../util/routerUtil.js => _test_/test.spec.js}     | 21 ++++++---
 .../disabledState.js => components/Counter.vue}    | 43 +++++++++++------
 .../index.vue => components/Message.vue}           | 14 ++++--
 6 files changed, 153 insertions(+), 25 deletions(-)
 create mode 100644 dolphinscheduler-ui/_test_/.babelrc
 create mode 100644 dolphinscheduler-ui/_test_/Counter.spec.js
 create mode 100644 dolphinscheduler-ui/_test_/package.json
 copy dolphinscheduler-ui/{src/js/module/util/routerUtil.js => _test_/test.spec.js} (60%)
 copy dolphinscheduler-ui/src/{js/module/mixin/disabledState.js => components/Counter.vue} (63%)
 copy dolphinscheduler-ui/src/{js/conf/home/pages/projects/pages/definition/index.vue => components/Message.vue} (87%)