zcash / developers

9 stars 11 forks source link

Switch to ZenHub GraphQL API #58

Closed conradoplg closed 1 week ago

conradoplg commented 5 months ago

For some reason I couldn't figure out, trying to use the ZenHub REST API on the Zebra repo gives a 500 error.

ZenHub support didn't want to investigate it since the API is deprecated.

This switches to the GraphQL API which is supported.

This will also require changing the ZENHUB_TOKEN in CI to be the GraphQL API token.

str4d commented 2 weeks ago

I've force-pushed to rebase this PR on #65 (necessary for me to do any local development), and:

str4d commented 2 weeks ago

Force-pushed to update CI to generate the ZenHub schema.

str4d commented 2 weeks ago

Force-pushed to finish the migration to ZenHub GraphQL by migrating epics over.

str4d commented 2 weeks ago

Rebased on the uv branch to include its bugfix.

str4d commented 2 weeks ago

Rebased on main to fix merge conflict.