-
Notifications
You must be signed in to change notification settings - Fork 39
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
fix: Fixes MR selection if there are multiple targets #357
fix: Fixes MR selection if there are multiple targets #357
Conversation
Hey @jakubbortlik I've fixed that issue. If you are just opening the reviewer in a merge request and there are multiple options, I'll throw an error in the Go server and tell you to choose one via the This should resolve your issue, can you please give it a try? -- Also heads up this has Go changes, so you'll have to rebuild the server |
Hi Harrison, I confirm that in this branch the issue is solved. Thanks! |
Maybe you could show the error and run |
Yeah, I thought about having that, but it would add some additional complexity to the codebase for an edge case that is very rarely going to occur, so I don't think it's worth it 👍 Erroring on an endpoint designed to fetch one specific MR is more idiomatic than returning a 200 and requiring the client to do additional work and re-call it |
Addresses #319