Greg Schueler

Results 63 issues of 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

4.x

**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...

4.x

# 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...

bug
wontfix:stale

**Is this a bugfix, or an enhancement? Please describe.** Adds gradle dependency verification

4.x

**Is this a bugfix, or an enhancement? Please describe.** Attempt to fix tomcat test issues. Specify jdk11 image for tomcat tests.

4.x

`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...

enhancement

probe selenium tests for removing prototype lib

wontfix:stale
4.x

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:...

to-jira
4.x

**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

to-jira
4.x

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)...

bug