-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Improve error message when someone tries to open a merged PR with deleted branch #3659
Labels
Comments
corneliusludmann
added
the
type: improvement
Improves an existing feature or existing code
label
Mar 30, 2021
corneliusludmann
changed the title
Unexpected Error: We are having trouble parsing your context
Improve error message when someone tries to open a merged PR with deleted branch
Mar 30, 2021
9 tasks
I agree that Gitpod should show a better error message here, so I'll try to fix it. Also, fun fact, this bug was originally reported as #4 |
This was referenced Apr 9, 2021
jankeromnes
added a commit
that referenced
this issue
Apr 9, 2021
jankeromnes
added a commit
that referenced
this issue
Apr 12, 2021
jankeromnes
added a commit
that referenced
this issue
Apr 12, 2021
Fixed in #3869, will go live with the next deployment. |
MatthewFagan
pushed a commit
to trilogy-group/gitpod
that referenced
this issue
Aug 9, 2021
…branch Fixes #4 gitpod-io#321 gitpod-io#802 gitpod-io#1375 gitpod-io#3659 gitpod-com/gitpod#1722 gitpod-com/gitpod#2244
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug description
When I tried opening a pull request which had its branch already merged and deleted, I got an error that really left me wondering what really happened.
Steps to reproduce
Error: Cannot read property 'repository' of null
Expected behavior
Perhaps something like "couldn't find that branch in this repo, it's been probably deleted!
Example repository
More of an example Pull Request, here is one: #3431
The text was updated successfully, but these errors were encountered: