-
Couldn't load subscription status.
- Fork 76
Fix Devolutions Auto-Complete #508
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 Devolutions Auto-Complete #508
Conversation
|
I'll give this a test and a review thanks for the contribution! @rhys96 |
|
I made a few additions since some of the other variables were incorrect based on the descriptions, but everything looks and works great! I think we are good here to merge but I will need someone else to approve since I made some commits 😸 |
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.
Pull Request Overview
This PR fixes auto-complete functionality in the Devolutions Gateway integration and enhances the user experience by hiding UI elements during initial session load, enabling better default settings, and improving session closure behavior. The changes update the module to version 1.3.0.
Key changes include:
- Fixed auto-complete by hiding the
app-net-scancontainer and refactoring form detection logic - Enabled Unicode keyboard mode and dynamic window resizing by default
- Modified the "Close Session" button to close the window instead of returning to the session manager
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| powershell-installation-script.tftpl | Added TLS 1.2 support, PSGallery trust configuration, support for "latest" version, and dynamic module path detection |
| main.tf | Added display_name, slug, and icon variables for customization; changed default Devolutions Gateway version to "latest" |
| main.test.ts | Updated test expectations to reflect new "latest" default version and simplified regex pattern for form field matching |
| devolutions-patch.js | Refactored form detection to use polling instead of mutation observers; added logic to hide app-net-scan, enable default checkboxes, and handle window closure |
| README.md | Updated version references from 1.2.3 to 1.3.0 |
Description
I’ve completed a set of modifications to improve the user experience and session behaviour within Devolutions Gateway:
sluganddisplay_nameas input variables.Type of Change
Module Information
Path:
registry/coder/modules/windows-rdpNew version:
v1.3.0Breaking change: [ ] Yes [x] No
Testing & Validation
bun test)bun fmt)Related Issues
"None"