Greg Schueler
Greg Schueler
WIP **Is this a bugfix, or an enhancement? Please describe.** Internal refactoring **Describe the solution you've implemented** Migrate behavior of RundeckPluginRegistry to java code as much as possible
**Is this a bugfix, or an enhancement? Please describe.** WIP draft: * adds "PluginGroup" plugin type, allowing multiple plugin provider implementations to share a common set of configuration properties **Describe...
# Bug report **My Rundeck detail** * Rundeck version: 2.6.11 and 2.7.1 * install type: any * OS Name/version: any **Expected Behavior** Using global variable in the port number of...
**Is this a bugfix, or an enhancement? Please describe.** Adds gradle dependency verification
**Is this a bugfix, or an enhancement? Please describe.** Attempt to fix tomcat test issues. Specify jdk11 image for tomcat tests.
`rd executions follow` will exit 2 if the execution is not successful, however this is not always desired. add a flag or other subcommand to simply get the log output...
probe selenium tests for removing prototype lib
Behavior of hasTextfield changed with commit c29630753e6e8b8800b9c24d340473e8a936aaab text field should not be shown for multivalue options before: shown in UI in dev mode: > FAIL: hasTextfield_Test: hasTextfield({"enforced":false,"multivalued":true,"secureInput":false,"hasError":true}): expected: true, was:...
**Is this a bugfix, or an enhancement? Please describe.** Avoid potential for session fixation attack. **Describe the solution you've implemented** Change session ID after first authenticated request
If the target node does not have "username" or "winrm-user" attribute, and no project or framework level username is found, it causes a NullPointerException: ``` Caused by: java.lang.NullPointerException at com.dtolabs.rundeck.plugin.overthere.OTWinRMNodeExecutor$ConnectionOptionsBuilder.build(OTWinRMNodeExecutor.java:631)...