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/08 07:17:51 UTC

[shardingsphere-elasticjob-ui] branch master updated (b535c2a -> 879bd7a)

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 b535c2a  Merge pull request #58 from TeslaCN/fixes-57
     new e040050  Add job name input suggestion API for page history status
     new 755f85d  Replace input with autocomplete in page history status
     new 879bd7a  Merge pull request #59 from TeslaCN/fixes-54

The 178 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:
 .../lite/ui/dao/search/JobStatusTraceLogRepository.java    | 14 ++++++++++++++
 .../elasticjob/lite/ui/domain/JobStatusTraceLog.java       |  4 +++-
 .../lite/ui/service/EventTraceHistoryService.java          |  8 ++++++++
 .../lite/ui/service/impl/EventTraceHistoryServiceImpl.java |  5 +++++
 .../ui/web/controller/EventTraceHistoryController.java     | 11 +++++++++++
 .../src/views/history-status/api.js                        |  3 ++-
 .../src/views/history-status/module/historyStatus.vue      | 12 ++++++++++--
 7 files changed, 53 insertions(+), 4 deletions(-)