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

os.getAvailableOsVersions: Add support for providing additional pine options #1522

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thgreasi
Copy link
Member

@thgreasi thgreasi commented Jan 15, 2025

Change-type: minor

Resolves: #
HQ:
See:
Depends-on:
Change-type: major|minor|patch


Contributor checklist
  • Includes tests
  • Includes typings
  • Includes updated documentation
  • Includes updated build output

@thgreasi thgreasi changed the title os.getAvailableOsVersions: Add support for providing additional pine … os.getAvailableOsVersions: Add support for providing additional pine options Jan 15, 2025
): Promise<Dictionary<OsVersion[]>> => {
const hostapps = await _getOsVersions(deviceTypes, options);
const extraFilterOptions =
Copy link
Member Author

@thgreasi thgreasi Jan 15, 2025

Choose a reason for hiding this comment

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

primarily just moved from bellow and replaced the === 'all check with convenienceFilter === 'supported' || convenienceFilter === 'include_draft' to be more specific.

@thgreasi thgreasi force-pushed the getAvailableOsVersions-pineOptons branch from 78b2404 to bffbe05 Compare January 15, 2025 17:30
@thgreasi thgreasi requested a review from a team January 15, 2025 17:31
@thgreasi thgreasi force-pushed the getAvailableOsVersions-pineOptons branch from bffbe05 to 4304cd1 Compare January 15, 2025 17:48
@thgreasi thgreasi force-pushed the getAvailableOsVersions-pineOptons branch from 4304cd1 to 2e740aa Compare January 16, 2025 14:04
@thgreasi thgreasi force-pushed the getAvailableOsVersions-pineOptons branch from 2e740aa to c00e677 Compare January 16, 2025 15:39
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