You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/05/05 04:26:36 UTC

[echarts] branch master updated (7f59518 -> 5826ca5)

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

shenyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git.


    from 7f59518  Merge pull request #14860 from mKainzbauer/patch-1
     add 2712298  test(visual): optimize UI of visual regression test
     add 378982a  test(visual): optimize style. fetch version from jsdelivr
     add 69328d0  test(visual): add nightly version selection. save params in url
     add 9b97e37  test(visual): store results of each two versions
     add 59e5b80  chore(visual): optimize running status
     add 59e8825  chore(visual): save pending status immediately when run
     add 2a9fd86  test(visual): selected tests should from visible list not full list.
     add c7f9a4b  test(visual): add test runs manager
     add ccfa1ad  test(visual): add disk size stat
     add cfd66df  test(visual): better time formatting
     add 6ba9361  test(visual): add report generate
     add 56da1b8  test(visual): check store version and run version
     add 1f501a1  test(visual): add run progress
     add d1fa213  test(visual): fix glob pattern of finding tests
     add 3d04768  test(visual): save run config in server and share between clients
     add 808b814  test(visual): clean empty runs
     add 6700a55  test(visual): optimize no result display
     add c382330  test(visual): add replay buttons
     add d06e738  test(visual): optimize ui
     add 3a147bc  test: fix tests with error
     new 5826ca5  Merge pull request #14862 from apache/enhance-visual-regression-test

The 1 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:
 test/force2.html               |   2 +-
 test/parallel-aqi.html         |  15 +-
 test/parallel-nutrients.html   |  12 +-
 test/runTest/cli.js            |  19 +--
 test/runTest/client/client.css | 153 ++++++++++++++++----
 test/runTest/client/client.js  | 290 ++++++++++++++++++++++++++++---------
 test/runTest/client/index.html | 316 +++++++++++++++++++++++++----------------
 test/runTest/genReport.js      |  50 +++----
 test/runTest/server.js         | 131 +++++++++++++----
 test/runTest/store.js          | 191 +++++++++++++++++++++++--
 test/runTest/util.js           |  16 ++-
 11 files changed, 868 insertions(+), 327 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[echarts] 01/01: Merge pull request #14862 from apache/enhance-visual-regression-test

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 5826ca5595aa0f68ddde2ec438239baed391700f
Merge: 7f59518 3a147bc
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Wed May 5 12:26:08 2021 +0800

    Merge pull request #14862 from apache/enhance-visual-regression-test
    
    Enhance visual regression test

 test/force2.html               |   2 +-
 test/parallel-aqi.html         |  15 +-
 test/parallel-nutrients.html   |  12 +-
 test/runTest/cli.js            |  19 +--
 test/runTest/client/client.css | 153 ++++++++++++++++----
 test/runTest/client/client.js  | 290 ++++++++++++++++++++++++++++---------
 test/runTest/client/index.html | 316 +++++++++++++++++++++++++----------------
 test/runTest/genReport.js      |  50 +++----
 test/runTest/server.js         | 131 +++++++++++++----
 test/runTest/store.js          | 191 +++++++++++++++++++++++--
 test/runTest/util.js           |  16 ++-
 11 files changed, 868 insertions(+), 327 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org