Skip to content

Commit

Permalink
Updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Apr 17, 2019
1 parent b161702 commit 5c6f842
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5c6f842

Please sign in to comment.