You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2018/05/29 15:21:10 UTC

[incubator-echarts] branch master updated (a86d780 -> 2abea6f)

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

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


    from a86d780  enable simulate browser scroll (dataZoom.moveOnMouseWheel)
     add 04cd63f  Remove rat and fix some licenses and build tools.
     add 65b71f8  Move the math helper.
     add 02842e2  remove unnecessary licenses.
     new 2abea6f  Merge branch 'release'

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:
 .rat-excludes => .headerignore               |  11 +-
 LICENSE                                      |  36 +-----
 build/addHeader.js                           |  12 +-
 build/preamble.js                            |   3 +-
 build/rat/apache-rat-0.12.jar                | Bin 1592593 -> 0 bytes
 build/rat/build-run-rat.sh                   |  25 ----
 build/rat/javassist.jar                      | Bin 759215 -> 0 bytes
 build/rat/rat.sh                             |  63 ---------
 build/rat/runrat.jar                         | Bin 2561 -> 0 bytes
 build/rat/src/MANIFEST.txt                   |   2 -
 build/rat/src/RunRat.class                   | Bin 3914 -> 0 bytes
 build/rat/src/RunRat.java                    | 184 ---------------------------
 build/rat/src/report.xsl                     |  88 -------------
 extension-src/dataTool/prepareBoxplotData.js |   7 +-
 extension-src/dataTool/quantile.js           |  60 ---------
 src/component/axisPointer/IAxisPointer       |  20 +++
 src/coord/ICoordinateSystem                  |  19 +++
 src/util/number.js                           |  44 +++++++
 18 files changed, 98 insertions(+), 476 deletions(-)
 rename .rat-excludes => .headerignore (72%)
 delete mode 100644 build/rat/apache-rat-0.12.jar
 delete mode 100644 build/rat/build-run-rat.sh
 delete mode 100755 build/rat/javassist.jar
 delete mode 100644 build/rat/rat.sh
 delete mode 100644 build/rat/runrat.jar
 delete mode 100755 build/rat/src/MANIFEST.txt
 delete mode 100644 build/rat/src/RunRat.class
 delete mode 100644 build/rat/src/RunRat.java
 delete mode 100644 build/rat/src/report.xsl
 delete mode 100644 extension-src/dataTool/quantile.js

-- 
To stop receiving notification emails like this one, please contact
sushuang@apache.org.

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


[incubator-echarts] 01/01: Merge branch 'release'

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

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

commit 2abea6f4e4edb9a29c18cd9c6d2a705b44108ef2
Merge: a86d780 02842e2
Author: sushuang <su...@gmail.com>
AuthorDate: Tue May 29 23:20:34 2018 +0800

    Merge branch 'release'

 .rat-excludes => .headerignore               |  11 +-
 LICENSE                                      |  36 +-----
 build/addHeader.js                           |  12 +-
 build/preamble.js                            |   3 +-
 build/rat/apache-rat-0.12.jar                | Bin 1592593 -> 0 bytes
 build/rat/build-run-rat.sh                   |  25 ----
 build/rat/javassist.jar                      | Bin 759215 -> 0 bytes
 build/rat/rat.sh                             |  63 ---------
 build/rat/runrat.jar                         | Bin 2561 -> 0 bytes
 build/rat/src/MANIFEST.txt                   |   2 -
 build/rat/src/RunRat.class                   | Bin 3914 -> 0 bytes
 build/rat/src/RunRat.java                    | 184 ---------------------------
 build/rat/src/report.xsl                     |  88 -------------
 extension-src/dataTool/prepareBoxplotData.js |   7 +-
 extension-src/dataTool/quantile.js           |  60 ---------
 src/component/axisPointer/IAxisPointer       |  20 +++
 src/coord/ICoordinateSystem                  |  19 +++
 src/util/number.js                           |  44 +++++++
 18 files changed, 98 insertions(+), 476 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sushuang@apache.org.

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