graphql-hive / graphql-hive/console
Integrating with Github without having to install the Github app
- Dominant language
- TypeScript
- Stars
- 483
- Forks
- 145
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 65
Description
In our company, we're using Github for the source files, and CircleCI for CI/CD.
When I'm pushing to Hive from CircleCI, I set the following parameters:
```
hive schema:publish \
--registry.accessToken "$HIVE_REGISTRY_PUSH_ACCESS_TOKEN" \
--service="<< parameters.service_name >>" \
--url="<< parameters.graphql_url >>" \
--author "<< parameters.author >>" \
--commit "<< parameters.commit >>" \
<< parameters.schema_file >>
```
The author and the commit hash are pushed.
In the Hive UI, the hash of the commit is deployed in the history, but it's not linked to the change in github.
I see from https://the-guild.dev/graphql/hive/docs/management/projects#github-repository that this is possible, but I assume only if I active the Github integraton with the App.
Is it also possible to have Github integration in the history view in Hive by setting the right parameters manually?
Contributor guide
Assessment
This issue has not been assessed yet.