Skip to content
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

VS Code Extensions Errors On Getting MergeQueue #830

Open
zengk95 opened this issue Jan 30, 2024 · 4 comments
Open

VS Code Extensions Errors On Getting MergeQueue #830

zengk95 opened this issue Jan 30, 2024 · 4 comments

Comments

@zengk95
Copy link

zengk95 commented Jan 30, 2024

Hey all, we're on an older version of Github Enterprise that doesn't have merge queue yet. When using the VS Code Extension, it's trying to fetch the mergequeue fields but it's erroring out.

image

Not sure if it's possible to just fetch it and have it be null or something. We're on a relatively new version (3.9) which is only about 6 months old.

@zengk95
Copy link
Author

zengk95 commented Jan 30, 2024

This isn't a blocker per se since I can still use sl isl but it's kind of annoying.

@alex-statsig
Copy link
Contributor

This is from #718; you can downgrade the extension in the meantime to unblock too (just released in the latest version).

To fix I think it would have to retry the query without the field, or detect the GH version and avoid querying it (I think its not that it expects it to be non-null, its that your Github doesnt have that type in its graphql schema at all)

@zengk95
Copy link
Author

zengk95 commented Jan 30, 2024

Yea, hopefully it comes out soon. I had to downgrade to 0.1.34 for anyone else having this issue.

@radsec
Copy link

radsec commented Feb 5, 2024

++...started seeing this a few weeks ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants