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

Commit

Permalink
chore: tidy package readmes, replace Apollo Voyager with Voyager
Browse files Browse the repository at this point in the history
  • Loading branch information
Dara Hayes committed Jul 30, 2019
1 parent 84a3e02 commit 5bc8513
Show file tree
Hide file tree
Showing 19 changed files with 40 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ about: Create a report to help us improve
---

<!--
Thank you for reporting a possible bug in Apollo Voyager Server
Thank you for reporting a possible bug in Voyager Server
Please fill in as much of the template below as you can.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ about: Suggest an idea for this project
---

<!--
Thank you for suggesting an idea to make Apollo Voyager Server better.
Thank you for suggesting an idea to make Voyager Server better.
Please fill in as much of the template below as you're able.
-->
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/3-help.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: "⁉️ Need help with Apollo Voyager Server?"
name: "⁉️ Need help with Voyager Server?"
about: Please file an issue in our repo.

---


If you have a question about Apollo Voyager Server that is not a bug report or feature
If you have a question about Voyager Server that is not a bug report or feature
request, feel free to post it here.

You can also reach the aerogear team at [#aerogear](ircs://chat.freenode.net:6697/aerogear) on [Freenode IRC](https://freenode.net/) or the
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to Apollo Voyager Server
# Contributing to Voyager Server

## Issues

Expand All @@ -12,6 +12,6 @@

## Code of Conduct

The Apollo Voyager Server project has a
The Voyager Server project has a
[Code of Conduct](./CODE_OF_CONDUCT.md)
to which all contributors must adhere.
4 changes: 2 additions & 2 deletions doc/api/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Apollo Voyager Server API Documentation
### Voyager Server API Documentation

This API reference links to the individual API docs for each package in the Apollo Voyager Server Framework.
This API reference links to the individual API docs for each package in the Voyager Server Framework.

* [voyager-server]
* voyager-audit
Expand Down
4 changes: 2 additions & 2 deletions doc/guides/issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ The AeroGear team tracks issues for all of the AeroGear projects in the [AeroGea

## GitHub

We understand that for some people, JIRA can be a barrier to entry for creating issues and contributing in general. The maintainers of the Apollo Voyager Server welcome issues created in GitHub. Feel free to [Create an Issue](https://github.com/aerogear/voyager-server/issues/new) and select from one of our issue templates. We will do our best to triage these issues in GitHub.
We understand that for some people, JIRA can be a barrier to entry for creating issues and contributing in general. The maintainers of the Voyager Server welcome issues created in GitHub. Feel free to [Create an Issue](https://github.com/aerogear/voyager-server/issues/new) and select from one of our issue templates. We will do our best to triage these issues in GitHub.

## Asking for Help

If you have a question about Apollo Voyager Server that is not a bug report or feature
If you have a question about Voyager Server that is not a bug report or feature
request, feel free to [create an issue using the help issue template](https://github.com/aerogear/voyager-server/issues/new?template=3-help.md).

You can also reach the aerogear team at [#aerogear](ircs://chat.freenode.net:6697/aerogear) on [Freenode IRC](https://freenode.net/) or the
Expand Down
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Apollo Voyager Server Examples
# Voyager Server Examples

Set of example applications that show how the AeroGear Voyager Server can be used.

## Examples

* [Basic Example Application](./basic) - This typical hello world example shows how to set up Apollo Voyager Server.
* [Basic Example Application](./basic) - This typical hello world example shows how to set up Voyager Server.
* [Application with Authentication and Role Based Authorization](./keycloak) - This example shows how to add authentication and and role based access control to your application using [Keycloak](https://www.keycloak.org/)
* [Conflict example](./conflicts) - Conflict handling example
* [External REST API integration example](./restapi) - This example shows GraphQL integration with another API
Expand Down
4 changes: 3 additions & 1 deletion packages/voyager-audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

[![CircleCI](https://circleci.com/gh/aerogear/voyager-server.svg?style=svg)](https://circleci.com/gh/aerogear/voyager-server)

Apollo Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).
Adds Audit Logging functionality to Voyager Server. Audit logs can be consumed and visualised by the OpenShift EFK stack. (ElasticSearch + Fluentd + Kibana).

Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).
2 changes: 1 addition & 1 deletion packages/voyager-audit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aerogear/voyager-audit",
"version": "0.7.0",
"description": "Adds audit logging capabilities to Apollo Voyager Server.",
"description": "Adds audit logging capabilities to Voyager Server.",
"author": "AeroGear Team<aerogear@googlegroups.com>",
"homepage": "http://aerogear.org",
"license": "Apache-2.0",
Expand Down
8 changes: 3 additions & 5 deletions packages/voyager-conflicts/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Apollo Voyager conflicts

[![CircleCI](https://circleci.com/gh/aerogear/voyager-server.svg?style=svg)](https://circleci.com/gh/aerogear/voyager-server)

## Usage

```
npm install @aerogear/voyager-conflicts
```
Provides server side conflict detection mechanisms for building offline enabled applications.

Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).
4 changes: 3 additions & 1 deletion packages/voyager-keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

[![CircleCI](https://circleci.com/gh/aerogear/voyager-server.svg?style=svg)](https://circleci.com/gh/aerogear/voyager-server)

Apollo Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).
Adds Authentication and Authorization to Voyager Server using [keycloak](https://www.keycloak.org/index.html).

Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).
2 changes: 1 addition & 1 deletion packages/voyager-keycloak/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aerogear/voyager-keycloak",
"version": "0.7.0",
"description": "Adds Keycloak authentication and authorization to Apollo Voyager Server",
"description": "Adds Keycloak authentication and authorization to Voyager Server",
"author": "AeroGear Team<aerogear@googlegroups.com>",
"homepage": "http://aerogear.org",
"license": "Apache-2.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/voyager-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

[![CircleCI](https://circleci.com/gh/aerogear/voyager-server.svg?style=svg)](https://circleci.com/gh/aerogear/voyager-server)

Apollo Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).
Adds Prometheus metrics to Voyager Server. Integrates with the AeroGear Mobile Metrics service.

Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).
2 changes: 1 addition & 1 deletion packages/voyager-metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aerogear/voyager-metrics",
"version": "0.7.0",
"description": "Adds Prometheus metrics to Apollo Voyager Server.",
"description": "Adds Prometheus metrics to Voyager Server.",
"author": "AeroGear Team<aerogear@googlegroups.com>",
"homepage": "http://aerogear.org",
"repository": {
Expand Down
6 changes: 5 additions & 1 deletion packages/voyager-server/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# voyager-server

Apollo Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).
[![CircleCI](https://circleci.com/gh/aerogear/voyager-server.svg?style=svg)](https://circleci.com/gh/aerogear/voyager-server)

The core Voyager Server module.

Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).
2 changes: 1 addition & 1 deletion packages/voyager-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aerogear/voyager-server",
"version": "0.7.0",
"description": "The core Apollo Voyager Server library.",
"description": "The core Voyager Server library.",
"author": "AeroGear Team<aerogear@googlegroups.com>",
"homepage": "http://aerogear.org",
"repository": {
Expand Down
4 changes: 3 additions & 1 deletion packages/voyager-subscriptions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

[![CircleCI](https://circleci.com/gh/aerogear/voyager-server.svg?style=svg)](https://circleci.com/gh/aerogear/voyager-server)

Apollo Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).
Simplifies the set up of GraphQL Subscriptions, used for real time updates.

Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).
4 changes: 3 additions & 1 deletion packages/voyager-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

[![CircleCI](https://circleci.com/gh/aerogear/voyager-server.svg?style=svg)](https://circleci.com/gh/aerogear/voyager-server)

Apollo Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).
Tooling library used across Voyager Server modules.

Voyager Server makes it easier to build secure, production ready, realtime APIs with GraphQL. [Read the Docs Here](https://github.com/aerogear/voyager-server).
2 changes: 1 addition & 1 deletion packages/voyager-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aerogear/voyager-tools",
"version": "0.7.0",
"description": "Tooling library used across Apollo Voyager Server modules.",
"description": "Tooling library used across Voyager Server modules.",
"author": "AeroGear Team<aerogear@googlegroups.com>",
"homepage": "http://aerogear.org",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5bc8513

Please sign in to comment.