From 5c6f8423f4af6e3c02526f6c178682692245bd98 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Wed, 17 Apr 2019 13:23:42 +0200 Subject: [PATCH] Updated links --- .travis.yml | 6 +++--- CITATION.cff | 2 +- README.md | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index d4a9287..3abb9db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ -sudo: false -jdk: oraclejdk8 +language: java +jdk: openjdk11 addons: sonarcloud: - organization: nlesc + organization: xenon-middleware script: - ./gradlew check - ./gradlew sonarqube -Dsonar.login=$SONAR_TOKEN diff --git a/CITATION.cff b/CITATION.cff index 872b505..f2fabf1 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,7 +17,7 @@ authors: affiliation: Netherlands eScience Center version: 2.2.0 date-released: '2018-03-05' -repository-code: https://github.com/NLeSC/xenon-grpc +repository-code: https://github.com/xenon-middleware/xenon-grpc license: Apache-2.0 references: - type: software diff --git a/README.md b/README.md index 7756367..e5f9ec6 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ -gRPC (http://www.grpc.io/) server for Xenon (https://nlesc.github.io/Xenon/). +gRPC (http://www.grpc.io/) server for Xenon (https://xenon-middleware.github.io/xenon/). Can be used to use Xenon in a non-java based language. For example pyxenon (https://github.com/NLeSC/pyxenon) uses the Xenon gRPC server. The server tries to mimic the Xenon library API as much as possible, differences are described in the [proto file](src/main/proto/xenon.proto) . -[![Build Status](https://travis-ci.org/NLeSC/xenon-grpc.svg?branch=master)](https://travis-ci.org/NLeSC/xenon-grpc) -[![Build status](https://ci.appveyor.com/api/projects/status/tep8bad05e76a69w/branch/master?svg=true)](https://ci.appveyor.com/project/NLeSC/xenon-grpc/branch/master) -[![SonarCloud Gate](https://sonarcloud.io/api/badges/gate?key=nl.esciencecenter.xenon.grpc:xenon-grpc)](https://sonarcloud.io/dashboard?id=nl.esciencecenter.xenon.grpc:xenon-grpc) -[![SonarCloud Coverage](https://sonarcloud.io/api/badges/measure?key=nl.esciencecenter.xenon.grpc:xenon-grpc&metric=coverage)](https://sonarcloud.io/component_measures/domain/Coverage?id=nl.esciencecenter.xenon.grpc:xenon-grpc) +[![Build Status](https://travis-ci.org/xenon-middleware/xenon-grpc.svg?branch=master)](https://travis-ci.org/xenon-middleware/xenon-grpc) +[![Build status](https://ci.appveyor.com/api/projects/status/j9mamcf0jucy185a/branch/master?svg=true)](https://ci.appveyor.com/project/NLeSC/xenon-grpc-rxyfd/branch/master) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xenon-middleware_xenon-grpc&metric=alert_status)](https://sonarcloud.io/dashboard?id=xenon-middleware_xenon-grpc) +[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=xenon-middleware_xenon-grpc&metric=coverage)](https://sonarcloud.io/dashboard?id=xenon-middleware_xenon-grpc) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1043481.svg)](https://doi.org/10.5281/zenodo.1043481) # Install -On [releases page](https://github.com/NLeSC/xenon-grpc/releases) download a tarball (or zipfile). +On [releases page](https://github.com/xenon-middleware/xenon-grpc/releases) download a tarball (or zipfile). The tarball can be installed with: ```bash