You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/06/14 19:20:17 UTC

[incubator-datasketches-memory] branch LicenseSwap created (now fd30773)

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

leerho pushed a change to branch LicenseSwap
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git.


      at fd30773  Update README badges

This branch includes the following new commits:

     new fd30773  Update README badges

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.



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


[incubator-datasketches-memory] 01/01: Update README badges

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

leerho pushed a commit to branch LicenseSwap
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git

commit fd30773a12f1a107bf1f3f3881205456c00104f7
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Fri Jun 14 12:13:05 2019 -0700

    Update README badges
---
 README.md | 25 ++++++-------------------
 1 file changed, 6 insertions(+), 19 deletions(-)

diff --git a/README.md b/README.md
index 19fcf7e..8812bf1 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
-[![][travis img]][travis] [![][mavenbadge img]][mavenbadge] 
-[![Code Quality: Java][lgtm-badge]][lgtm-badge-url] [![Total alerts][lgtm-alerts]][lgtm-alerts-url]
-[![][coveralls img]][coveralls]
+[![Build Status](https://travis-ci.org/apache/incubator-datasketches-memory.svg?branch=master)](https://travis-ci.org/apache/incubator-datasketches-memory) 
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yahoo.datasketches/memory/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yahoo.datasketches/memory) 
+[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/apache/incubator-datasketches-memory.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/incubator-datasketches-memory/context:java)
+[![Total alerts](https://img.shields.io/lgtm/alerts/g/apache/incubator-datasketches-memory.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/incubator-datasketches-memory/alerts/)
+[![Coverage Status](https://coveralls.io/repos/github/apache/incubator-datasketches-memory/badge.svg?branch=master)](https://coveralls.io/github/apache/incubator-datasketches-memory?branch=master)
 
  =================
 
-# memory
+# DataSketches Memory
  The goal of this package is to provide high performance access to native memory for primitives
  and primitive arrays. It also provides consistent views into heap-based arrays,
  Java ByteBuffers and memory mapped files. This package is general purpose, has minimal external
@@ -21,18 +23,3 @@
 
 ## [Building](https://github.com/DataSketches/memory/blob/master/README_building.md)
 
-
-[travis]:https://travis-ci.org//DataSketches/memory/builds?branch=master
-[travis img]:https://secure.travis-ci.org/DataSketches/memory.svg?branch=master
-
-[mavenbadge]:https://search.maven.org/#search|gav|1|g%3A%22com.yahoo.datasketches%22%20AND%20a%3A%22memory%22
-[mavenbadge img]:https://maven-badges.herokuapp.com/maven-central/com.yahoo.datasketches/memory/badge.svg
-
-[lgtm-badge]: https://img.shields.io/lgtm/grade/java/g/DataSketches/memory.svg?logo=lgtm&logoWidth=18
-[lgtm-badge-url]: https://lgtm.com/projects/g/DataSketches/memory/context:java
-[lgtm-alerts]: https://img.shields.io/lgtm/alerts/g/DataSketches/memory.svg?logo=lgtm&logoWidth=18
-[lgtm-alerts-url]: https://lgtm.com/projects/g/DataSketches/memory/alerts
-
-[coveralls]:https://coveralls.io/github/DataSketches/memory?branch=master
-[coveralls img]:https://coveralls.io/repos/github/DataSketches/memory/badge.svg?branch=master&service=github
-


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