You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/10/05 03:39:07 UTC

[shardingsphere-elasticjob-ui] branch master updated (6125ae4 -> 624b044)

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

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


    from 6125ae4  Merge pull request #53 from TeslaCN/fixes-axios-content-type
     new c81ec3e  Add input suggestions API for page Job trace
     new e2c2c63  Replace input with autocomplete in page Job trace
     new 624b044  Merge pull request #55 from TeslaCN/enhancement-autocomplete-job-execution-log

The 170 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/dao/search/JobExecutionLogRepository.java   | 24 ++++++++++++++++++
 .../elasticjob/lite/ui/domain/JobExecutionLog.java |  4 ++-
 .../lite/ui/service/EventTraceHistoryService.java  | 22 ++++++++++++++--
 .../service/impl/EventTraceHistoryServiceImpl.java | 10 ++++++++
 .../controller/EventTraceHistoryController.java    | 29 ++++++++++++++++++++--
 .../src/views/history-trace/api.js                 |  4 ++-
 .../views/history-trace/module/historyTrace.vue    | 24 +++++++++++++++---
 7 files changed, 107 insertions(+), 10 deletions(-)