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

Additional checks for AtVersion automation run support #1227

Merged
merged 3 commits into from
Oct 2, 2024

Conversation

howard-e
Copy link
Contributor

@howard-e howard-e commented Oct 1, 2024

Address #1226.

This PR explicitly checks for the AtVersion automation run support in server/util/getAtVersionWithRequirements with the already defined valid AtVersion constants instead of using the AtVersion.supportedByAutomation graphql attribute.

This is a quick patch due to the supportedByAutomation gql attribute not being returned as expected in this instance, while investigations into what may have changed continues.

Confirmed tests with this on the sandbox environment.

{
"id": 3,
"name": "VoiceOver for macOS",
"key": "voiceover_macos",
"vendorId": 4,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need to define the vendorId property for this patch? Would you mind if I moved JAWS back in order to make the diff clearer?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Odd, just realized this happened. Looks to be a change included by #1208 that wasn't pushed. That can definitely be done separately

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed that change

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! I'll merge once CI passes

@jugglinmike jugglinmike merged commit 794c569 into development Oct 2, 2024
2 checks passed
@jugglinmike jugglinmike deleted the fix-minimum-automation-run branch October 2, 2024 17:43
howard-e added a commit that referenced this pull request Oct 9, 2024
Create October 9, 2024 Release

Includes the following changes:
* #1214
* #1208, which addresses #1201
* #1225
* #1227, which addresses #1226
* #1224, which addresses #759
* #1229, which addresses #1228
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

Successfully merging this pull request may close these issues.

2 participants