-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to GraphQL API #63
Comments
sorenlouv
added a commit
that referenced
this issue
Jun 29, 2019
- Show existing backports on commit list - Add option to choose number of commits to be listed (Closes #76) - Add options to filter commits by username - Show link to authorize sso on access token in error message - do not track baseBranch when creating feature branch - cleanup by removing local feature branch after push - delete “origin” remote to avoid confusion - Migrate some APIs to graphql (closes #63)
sorenlouv
added a commit
that referenced
this issue
Jun 29, 2019
- Show existing backports on commit list - Add option to choose number of commits to be listed (Closes #76) - Add options to filter commits by username - Show link to authorize sso on access token in error message - do not track baseBranch when creating feature branch - cleanup by removing local feature branch after push - delete “origin” remote to avoid confusion - Migrate some APIs to graphql (closes #63)
sorenlouv
added a commit
that referenced
this issue
Jun 29, 2019
- Show existing backports on commit list - Add option to choose number of commits to be listed (Closes #76) - Add options to filter commits by username - Show link to authorize sso on access token in error message - do not track baseBranch when creating feature branch - cleanup by removing local feature branch after push - delete “origin” remote to avoid confusion - Migrate some APIs to graphql (closes #63)
sorenlouv
added a commit
that referenced
this issue
Jun 29, 2019
- Show existing backports on commit list - Add option to choose number of commits to be listed (Closes #76) - Add options to filter commits by username - Show link to authorize sso on access token in error message - do not track baseBranch when creating feature branch - cleanup by removing local feature branch after push - delete “origin” remote to avoid confusion - Migrate some APIs to graphql (closes #63)
sorenlouv
added a commit
that referenced
this issue
Jun 30, 2019
- Show existing backports on commit list - Add option to choose number of commits to be listed (Closes #76) - Add options to filter commits by username - Show link to authorize sso on access token in error message - do not track baseBranch when creating feature branch - cleanup by removing local feature branch after push - delete “origin” remote to avoid confusion - Migrate some APIs to graphql (closes #63)
sorenlouv
added a commit
that referenced
this issue
Jul 6, 2019
- Show existing backports on commit list - Add option to choose number of commits to be listed (Closes #76) - Add options to filter commits by username - Show link to authorize sso on access token in error message - do not track baseBranch when creating feature branch - cleanup by removing local feature branch after push - delete “origin” remote to avoid confusion - Migrate some APIs to graphql (closes #63)
sorenlouv
added a commit
that referenced
this issue
Jul 6, 2019
- Show existing backports on commit list - Add option to choose number of commits to be listed (Closes #76) - Add options to filter commits by username - Show link to authorize sso on access token in error message - do not track baseBranch when creating feature branch - cleanup by removing local feature branch after push - delete “origin” remote to avoid confusion - Migrate some APIs to graphql (closes #63)
Merged
sorenlouv
added a commit
that referenced
this issue
Jul 18, 2019
- Show existing backports on commit list - Add option to choose number of commits to be listed (Closes #76) - Add options to filter commits by username - Show link to authorize sso on access token in error message - do not track baseBranch when creating feature branch - cleanup by removing local feature branch after push - delete “origin” remote to avoid confusion - Migrate some APIs to graphql (closes #63)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
backport
currently uses Github's v3 REST api. It might be possible to improve the response time of API requests by switching to v4 Graphql API, since only necessary data is sent over the wireThe text was updated successfully, but these errors were encountered: