-
Notifications
You must be signed in to change notification settings - Fork 81
feat: add group and order inputs to windows-rdp module #147
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
Conversation
Adds the group and order variable inputs to the windows-rdp module to allow grouping and ordering of apps in the UI presentation. This brings the windows-rdp module in line with other modules that were updated in PR #123. Fixes #146 Co-authored-by: matifali <[email protected]>
- Remove order and group parameters from rdp-docs app as it's just documentation - Update display_name from 'Local RDP' to 'Local RDP Docs' for clarity Co-authored-by: matifali <[email protected]>
Bumps version from 1.0.18 to 1.1.0 to reflect the new group and order functionality. Co-authored-by: matifali <[email protected]>
❌ Version Bump Validation FailedBump Type: Module versions need to be updated but haven't been bumped yet. Required Actions:
Script Output:
|
Fixes CI formatting check by aligning version parameter spacing. Co-authored-by: matifali <[email protected]>
| source = "registry.coder.com/coder/windows-rdp/coder" | ||
| version = "1.0.18" | ||
| version = "1.2.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DevelopmentCats I think there is a bug and the script is bumping the version by two minor versions.
|
You're right! I see the issue - the script bumped from 1.1.0 to 1.2.0 when it should have gone from 1.0.18 to 1.1.0. Should I manually fix the version back to 1.1.0 in the README? |
Yes, do a manual fix for now. |
Manually fixes version from 1.2.0 back to 1.1.0 due to version bump script bug. The correct version should be 1.1.0 (from 1.0.18 + minor bump). Co-authored-by: matifali <[email protected]>
matifali
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Thanks Blink
|
Thank you for the review and approval! 🎉 |
Removes terraform_1.5.7_linux_amd64.zip that was accidentally included in the PR. Co-authored-by: matifali <[email protected]>
Adds the
groupandordervariable inputs to the windows-rdp module to allow grouping and ordering of apps in the UI presentation.This brings the windows-rdp module in line with other modules that were updated in PR #123.
Changes:
ordervariable with typenumberand defaultnullgroupvariable with typestringand defaultnullcoder_appresources to use the neworderandgroupparametersFixes #146