You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2020/07/26 22:51:38 UTC

[shardingsphere-elasticjob-ui] branch master updated (9f51372 -> 7f4a483)

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

menghaoran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git.


    from 9f51372  refine LICENSE
     new 113b060  Wrap response data
     new bd0a389  The i18n message
     new 95c2eb5  Implement the Job Config page by VUE.js
     new d5753c1  Merge branch 'master' of github.com:apache/shardingsphere-elasticjob-ui
     new a387dae  Implement Job Status Page
     new 7f4a483  Merge pull request #17 from cncounter/master

The 65 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:
 .../ui/web/controller/CloudAppController.java      |   4 +-
 .../ui/web/controller/CloudJobController.java      |  45 +-
 .../src/lang/en-US.js                              |  74 +++-
 .../src/lang/zh-CN.js                              |  73 ++++
 .../src/router/index.js                            |  18 +
 .../src/views/job-config}/api.js                   |  14 +-
 .../src/views/{app-config => job-config}/index.vue |   8 +-
 .../src/views/job-config/module/jobConfig.vue      | 455 ++++++++++++---------
 .../src/views/{app-config => job-detail}/index.vue |   8 +-
 .../src/views/job-detail/module/jobDetail.vue      | 330 +++++++++++++++
 .../src/views/job-status}/api.js                   |   4 +-
 .../src/views/{app-config => job-status}/index.vue |   8 +-
 .../src/views/job-status/module/jobStatus.vue      | 371 +++++++++++++++++
 13 files changed, 1187 insertions(+), 225 deletions(-)
 copy {shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/src/views/data-source => shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/src/views/job-config}/api.js (58%)
 copy shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/src/views/{app-config => job-config}/index.vue (90%)
 copy shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/src/views/operation-jobs/module/operationJobs.vue => shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/src/views/job-config/module/jobConfig.vue (54%)
 copy shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/src/views/{app-config => job-detail}/index.vue (90%)
 create mode 100644 shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/src/views/job-detail/module/jobDetail.vue
 copy {shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/src/views/history-status => shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/src/views/job-status}/api.js (77%)
 copy shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/src/views/{app-config => job-status}/index.vue (90%)
 create mode 100644 shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/src/views/job-status/module/jobStatus.vue