You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by mw...@apache.org on 2016/08/04 03:29:36 UTC

incubator-eagle git commit: [EAGLE-406] modify README.md by adding Status section for build status

Repository: incubator-eagle
Updated Branches:
  refs/heads/develop 6f8b82ef0 -> 1c7cb62e5


[EAGLE-406] modify README.md by adding Status section for build status

https://issues.apache.org/jira/browse/EAGLE-406

Author: anyway1021 <mw...@apache.org>

Close #291 from anyway1021/EAGLE-406.


Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/1c7cb62e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/1c7cb62e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/1c7cb62e

Branch: refs/heads/develop
Commit: 1c7cb62e580524a45eb58e0f28c64ea809aafd7e
Parents: 6f8b82e
Author: anyway1021 <mw...@apache.org>
Authored: Thu Aug 4 11:26:51 2016 +0800
Committer: anyway1021 <mw...@apache.org>
Committed: Thu Aug 4 11:26:51 2016 +0800

----------------------------------------------------------------------
 README.md | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/1c7cb62e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ac00485..d56c554 100755
--- a/README.md
+++ b/README.md
@@ -17,14 +17,32 @@ limitations under the License.
 {% endcomment %}
 -->
 
-# Apache Eagle [![Build Status](https://builds.apache.org/buildStatus/icon?job=incubator-eagle-main)](https://builds.apache.org/job/incubator-eagle-main/)
+# Apache Eagle
 
 >  Secure Hadoop Data in Real Time
 
-Apache Eagle is an open source analytics solution for identifying security and performance issues instantly on big data platforms e.g. Hadoop, Spark, NoSQL etc. It analyzes data activities, yarn applications, jmx metrics, and daemon logs etc., provides state-of-the-art alert engine to identify security breach, performance issues and shows insights.
+## Overview
+
+Apache Eagle is an open source analytics solution for identifying security and performance issues instantly on big data platforms e.g. Apache Hadoop, Apache Spark, NoSQL etc. It analyzes data activities, yarn applications, jmx metrics, and daemon logs etc., provides state-of-the-art alert engine to identify security breach, performance issues and shows insights.
 
 For more details, please visit [https://eagle.incubator.apache.org](https://eagle.incubator.apache.org)
 
+## Status
+
+### Branches
+| name | status | version | description |
+| :---:| :---: | :---: | :--- |
+| **master** | [![Build Status](https://builds.apache.org/buildStatus/icon?job=incubator-eagle-main)](https://builds.apache.org/job/incubator-eagle-main/) | 0.4.0-incubating | stable code base aligned with latest release |
+| **develop** | [![Build Status](https://builds.apache.org/buildStatus/icon?job=incubator-eagle-develop)](https://builds.apache.org/job/incubator-eagle-develop/) | 0.5.0-incubating-SNAPSHOT | code base for continuous development |
+
+### Latest Release
+
+| release date | version | release notes | artifacts | md5 checksum | sha1 checksum |
+| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
+| 2016/07/21 | [[0.4.0-incubating]](https://github.com/apache/incubator-eagle/releases/tag/v0.4.0-incubating) | [[Release Notes]](https://git-wip-us.apache.org/repos/asf?p=incubator-eagle.git;a=blob_plain;f=CHANGELOG.txt;hb=refs/tags/v0.4.0-incubating) | [[Artifacts]](http://www.apache.org/dyn/closer.cgi?path=/incubator/eagle/apache-eagle-0.4.0-incubating) | [[MD5]](https://dist.apache.org/repos/dist/release/incubator/eagle/apache-eagle-0.4.0-incubating/apache-eagle-0.4.0-incubating-src.tar.gz.md5) | [[SHA1]](https://dist.apache.org/repos/dist/release/incubator/eagle/apache-eagle-0.4.0-incubating/apache-eagle-0.4.0-incubating-src.tar.gz.sha1) |
+
+[More Release Versions](http://archive.apache.org/dist/incubator/eagle/)
+
 ## Documentation
 You can find the latest Eagle documentation on [https://eagle.incubator.apache.org](https://eagle.incubator.apache.org/docs). This [README](README.md) file only contains basic setup instructions.