This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a change to branch feature/5.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git.
from 546e414 Time-Select component finish
new 5a20076 Fetching dashboard data
new a62a368 Fetching application data
new 7682d98 Fetching server data
new de65603 Fetching service data
new 354beb9 Fetching alarm data
The 5 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/main/frontend/.roadhogrc.mock.js | 111 ++++++-----
src/main/frontend/src/models/alert.js | 17 +-
src/main/frontend/src/models/application.js | 18 +-
src/main/frontend/src/models/dashboard.js | 28 ++-
src/main/frontend/src/models/server.js | 35 +++-
src/main/frontend/src/models/service.js | 26 ++-
src/main/frontend/src/routes/Alert/Alert.js | 67 +++----
.../frontend/src/routes/Application/Application.js | 103 ++++-------
.../frontend/src/routes/Dashboard/Dashboard.js | 205 ++++++++-------------
src/main/frontend/src/routes/Server/Server.js | 121 +++++-------
src/main/frontend/src/routes/Service/Service.js | 140 +++++---------
src/main/frontend/src/services/graphql.js | 8 +
src/main/frontend/src/utils/request.js | 8 +-
src/main/frontend/src/utils/utils.js | 4 +
14 files changed, 412 insertions(+), 479 deletions(-)
create mode 100644 src/main/frontend/src/services/graphql.js
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].