Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(repository): move from 'dailymotion/tartiflete-aiohttp' to 'tar…
…tiflette/tartiflette-aiohttp'
  • Loading branch information
tsunammis committed May 27, 2019
1 parent 399989c commit 3257869
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/main.workflow
Expand Up @@ -71,7 +71,7 @@ action "release" {
secrets = ["GITHUB_TOKEN"]
needs = ["set version and changelog"]
env = {
USERNAME = "dailymotion"
USERNAME = "tartiflette"
REPOSITORY = "tartiflette-aiohttp"
}
}
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -57,7 +57,7 @@ pip install tartiflette-aiohttp

### Use with built-in Tartiflette Engine

The basic and common way to use Tartiflette with `aiohttp`, is to create an `aiohttp` `web.Application` and use the `register_graphql_handlers` helper to bind Tartiflette and `aiohttp` together. `engine_*` parameters will be forwarded to the built-in [tartiflette](https://github.com/dailymotion/tartiflette) engine instance.
The basic and common way to use Tartiflette with `aiohttp`, is to create an `aiohttp` `web.Application` and use the `register_graphql_handlers` helper to bind Tartiflette and `aiohttp` together. `engine_*` parameters will be forwarded to the built-in [tartiflette](https://github.com/tartiflette/tartiflette) engine instance.

```python
from aiohttp import web
Expand Down
2 changes: 1 addition & 1 deletion changelogs/0.4.0.md
Expand Up @@ -2,4 +2,4 @@

## Changed

- Move Tartiflette deps to 0.6.x branch. See [here](https://github.com/dailymotion/tartiflette/blob/master/CHANGELOG.md) for more details
- Move Tartiflette deps to 0.6.x branch. See [here](https://github.com/tartiflette/tartiflette/blob/master/CHANGELOG.md) for more details
2 changes: 1 addition & 1 deletion changelogs/0.4.1.md
Expand Up @@ -2,4 +2,4 @@

## Fixed

- [ISSUE-10](https://github.com/dailymotion/tartiflette-aiohttp/issues/10): Now handle errors in the subscription generator, send an error message to the client and finish the _on_start method.
- [ISSUE-10](https://github.com/tartiflette/tartiflette-aiohttp/issues/10): Now handle errors in the subscription generator, send an error message to the client and finish the _on_start method.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@
description="Runs a Tartiflette GraphQL Engine through aiohttp",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
url="https://github.com/dailymotion/tartiflette-aiohttp",
url="https://github.com/tartiflette/tartiflette-aiohttp",
author="Dailymotion Core API Team",
author_email="team@tartiflette.io",
license="MIT",
Expand Down

0 comments on commit 3257869

Please sign in to comment.