Craig Perkins
Craig Perkins
### Description Companion PR in `opensearch-sdk-java` that shows this in use: https://github.com/opensearch-project/opensearch-sdk-java/pull/118 This PR introduces an `AuthorizationRequest` that is intended to be used in extensions to evaluate whether a user...
### Describe the bug This issue is related to a recent pull request: https://github.com/opensearch-project/OpenSearch/pull/11060 There is another instance of recursion used in the [FilterPath.parse](https://github.com/opensearch-project/OpenSearch/blob/main/libs/core/src/main/java/org/opensearch/core/xcontent/filtering/FilterPath.java#L112-L128) method which appears inefficient and unnecessary....
The [opensearch-dashboards-functional-test repo](https://github.com/opensearch-project/opensearch-dashboards-functional-test/issues/801) is working on upgrading the version of Cypress used in the repo from v9 to v12. There is a feature branch in the repository called [`feature/cypress12`](https://github.com/opensearch-project/opensearch-dashboards-functional-test/tree/feature/cypress12) to...
### Description I have seen failing BWC tests on multiple PRs. Examples include https://github.com/opensearch-project/anomaly-detection/pull/1026 and https://github.com/opensearch-project/anomaly-detection/pull/1023. This PR ensures greater BWC test reliability by fetching plugin zips from sonatype instead...
The [opensearch-dashboards-functional-test repo](https://github.com/opensearch-project/opensearch-dashboards-functional-test/issues/801) is working on upgrading the version of Cypress used in the repo from v9 to v12. There is a feature branch in the repository called [`feature/cypress12`](https://github.com/opensearch-project/opensearch-dashboards-functional-test/tree/feature/cypress12) to...
The [opensearch-dashboards-functional-test repo](https://github.com/opensearch-project/opensearch-dashboards-functional-test/issues/801) is working on upgrading the version of Cypress used in the repo from v9 to v12. There is a feature branch in the repository called [`feature/cypress12`](https://github.com/opensearch-project/opensearch-dashboards-functional-test/tree/feature/cypress12) to...
### Is your feature request related to a problem? Please describe I would like to have the ability to run a single test, test suite or gradle test task in...
**Is your feature request related to a problem? Please provide an existing Issue # , or describe.** Adds dependabot.yml to run on a weekly basis to monitor for outdated dependencies...
**Is your feature request related to a problem? Please provide an existing Issue # , or describe.** Ensures that PATransportChannel delegates implementations to the wrapped channel except for: - getChannelType...
When receiving a transport request, the security plugin relies on getting the version of the node that transmitted the request by calling on `channel.getVersion()`. When the original TransportChannel is wrapped...