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 be248c6 update readme
new 1cd3235 feature: add ajax gets data
new fc79085 feature: add ajax fetch data
new cc5acd5 Merge remote-tracking branch 'upstream/master'
new 6ecff17 feature:modify loading ui
new 7af7bd3 Merge pull request #4 from wqzwh/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:
shadingsphere-benchmark-ui/package.json | 3 +-
shadingsphere-benchmark-ui/src/assets/css/css.css | 31 +++++++
.../src/components/Container/index.vue | 26 +++---
shadingsphere-benchmark-ui/src/main.js | 1 +
shadingsphere-benchmark-ui/src/utils/api.js | 36 ++++++++
shadingsphere-benchmark-ui/src/utils/mixin.js | 101 +++++++++++----------
shadingsphere-benchmark-ui/src/utils/utils.js | 19 ++--
.../src/views/mysql-vs-sharding/index.vue | 21 ++++-
.../sharding-proxy-master-slave-sharding/index.vue | 18 +++-
.../views/sharding-proxy-master-slave/index.vue | 18 +++-
.../index.vue | 18 +++-
11 files changed, 201 insertions(+), 91 deletions(-)
create mode 100644 shadingsphere-benchmark-ui/src/assets/css/css.css
create mode 100644 shadingsphere-benchmark-ui/src/utils/api.js