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

zhaoyanan pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-shardingsphere-benchmark.git.


    from 688743f  for performance
     new fc22532  feature:add overview page
     new 5c9bb26  Merge remote-tracking branch 'upstream/master'
     new 692d18a  Merge remote-tracking branch 'upstream/master'
     new 7e4c66e  refactor:delete menus
     new 8fc6b39  feature: 3.x Contrast data is not displayed by default and 
can be turned on by parameters.
     new 44abaa4  Merge remote-tracking branch 'upstream/master'
     new b00e2f1  Merge remote-tracking branch 'upstream/master'
     new b2ff098  refactor: modify breadcrumbItem ui
     new 3e5c247  refactor:showType replace with showVersion
     new 8c9217a  Merge remote-tracking branch 'upstream/master'
     new 44b5e36  Merge pull request #5 from wqzwh/master

The 81 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:
 .../src/components/Container/index.vue             | 66 +++++++++++++++-------
 shadingsphere-benchmark-ui/src/main.js             |  2 +
 shadingsphere-benchmark-ui/src/router/index.js     |  7 ++-
 shadingsphere-benchmark-ui/src/store/actions.js    |  6 ++
 shadingsphere-benchmark-ui/src/store/index.js      | 13 +++++
 .../src/store/modules/global.js                    | 17 ++++++
 .../src/store/modules/index.js                     |  9 +++
 .../src/store/mutation-types.js                    |  1 +
 shadingsphere-benchmark-ui/src/utils/line.js       | 10 ++--
 shadingsphere-benchmark-ui/src/utils/mixin.js      | 30 ++++++----
 .../src/views/mysql-vs-sharding/index.vue          |  8 +--
 .../src/views/overview/index.vue                   | 64 +++++++++++++++++++++
 .../sharding-proxy-master-slave-sharding/index.vue |  4 +-
 .../views/sharding-proxy-master-slave/index.vue    |  4 +-
 .../index.vue                                      |  4 +-
 15 files changed, 197 insertions(+), 48 deletions(-)
 create mode 100644 shadingsphere-benchmark-ui/src/store/actions.js
 create mode 100644 shadingsphere-benchmark-ui/src/store/index.js
 create mode 100644 shadingsphere-benchmark-ui/src/store/modules/global.js
 create mode 100644 shadingsphere-benchmark-ui/src/store/modules/index.js
 create mode 100644 shadingsphere-benchmark-ui/src/store/mutation-types.js
 create mode 100644 shadingsphere-benchmark-ui/src/views/overview/index.vue

Reply via email to