Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #210 from ga4gh-beacon/develop
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
sdelatorrep authored Sep 28, 2018
2 parents d46c96a + 1401ea8 commit 1be7b97
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 491 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
# This setup will not be needed once the online version of validator-badge supports OAS 3.0. Until then we'll need to set up a local version. Since there isn't a release supporting OAS 3.0 yet, we unfortunately need to build some snapshot dependencies. These steps should be gradually removed as releases come out.

# build swagger-core
- git clone --branch=2.0 https://github.com/swagger-api/swagger-core.git
- git clone --branch=v2.0.2 https://github.com/swagger-api/swagger-core.git
- cd swagger-core
- git reset --hard 5336adb9945cfdf6eddbb61f15b28a1509e0b267
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ The _Beacon_ project was launched in 2014 to show the willingness of researchers

## Specification

The specification is detailed in the [beacon.md](beacon.md) document.
The specification is done in [OpenAPI format](beacon.yaml) and it is online in [Swagger Hub](https://app.swaggerhub.com/apis/ELIXIR-Finland/ga-4_gh_beacon_api_specification/1.0.0-rc1). The overall design is explained in
[beacon.md](beacon.md) document.


## License

This project is licensed under the terms of the [Apache2.0 license](LICENSE).

## How to contribute

Guidelines for contributing to this repository are listed in the [CONTRIBUTING.md](CONTRIBUTING.md) document.
Guidelines for contributing to this repository are listed in the [CONTRIBUTING.md](CONTRIBUTING.md) document. To introduce new development ideas or enhancements please use [this wiki-page](https://github.com/ga4gh-beacon/specification/wiki/Future-enhancements-and-development-ideas).

## How to test

Expand All @@ -32,7 +34,7 @@ This page is used to plan and manage the work across the ga4gh-beacon repositori

## More information

More information for developers is available on [our wiki](https://github.com/ga4gh-beacon/specification/wiki). A list of related tools and projects developed by the community is maintained on the [Resources](https://github.com/ga4gh-beacon/specification/wiki/Resources) page.
More information for developers is available on [our wiki](https://github.com/ga4gh-beacon/specification/wiki). A list of related tools and projects developed by the community is maintained on the [Resources](https://github.com/ga4gh-beacon/specification/wiki/Resources) page.

## Notify GA4GH of potential security flaw in specification

Expand Down
Loading

0 comments on commit 1be7b97

Please sign in to comment.