RUN-4277: Document ACE editor min/max lines configuration#1803
Open
smartinellibenedetti wants to merge 4 commits into
Open
RUN-4277: Document ACE editor min/max lines configuration#1803smartinellibenedetti wants to merge 4 commits into
smartinellibenedetti wants to merge 4 commits into
Conversation
Add Code Editor Settings section to config-file-reference documenting rundeck.feature.guiAceEditorMinLines and rundeck.feature.guiAceEditorMaxLines, including defaults, behaviour, and that they apply without a restart via System Configuration → GUI. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation to the Rundeck configuration reference for newly runtime-configurable ACE editor sizing properties, helping admins adjust inline script/editor height behavior in the UI.
Changes:
- Added a Code Editor Settings subsection documenting
rundeck.feature.guiAceEditorMinLinesandrundeck.feature.guiAceEditorMaxLines. - Documented defaults and where to change the settings in the UI (System Configuration → GUI).
|
|
||
| | Property | Default | Description | | ||
| |----------|---------|-------------| | ||
| | `rundeck.feature.guiAceEditorMinLines` | `12` | Minimum number of visible lines before the editor scrolls | |
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
|
|
||
| | Property | Default | Description | | ||
| |----------|---------|-------------| | ||
| | `rundeck.feature.guiAceEditorMinLines` | `12` | Minimum number of visible lines shown in the editor, which sets its minimum visible height | |
…ettings table Agent-Logs-Url: https://github.com/rundeck/docs/sessions/8568ad8b-c349-4ad3-874b-5834ddaab46d Co-authored-by: smartinellibenedetti <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira
RUN-4277 — Inline-script step editor area limited to 12 lines with no expand/resize option in 5.20 UI
Implementation PR
rundeck/rundeck#10137
What changed
Added a new Code Editor Settings section to
docs/administration/configuration/config-file-reference.mddocumenting two new runtime-configurable properties:rundeck.feature.guiAceEditorMinLines12rundeck.feature.guiAceEditorMaxLines00= unlimitedBoth properties are configurable via System Configuration → GUI without restarting Rundeck.
Validation
RundeckConfigBase.java:480-481,FeatureFlagConfigurable.groovy:26-38).mdfiles)### Limit displayed Job execution Log Output)🤖 Generated with Claude Code