Mark Boyd
Mark Boyd
We need to support PHPUnit testing for Drupal 8. * Is PHPUnit unnecessarily slow with grunt or virtual environments? * How can we allow running phpunit for just some packages...
### Is your feature request related to a problem? Please describe. I would like to use the [Github merge queue feature](https://github.blog/changelog/2023-02-08-pull-request-merge-queue-public-beta/) to manage Dependabot PRs, among other things. But in...
In order to provide a good baseline for accessibility testing across all D8 projects, I would like to add the [tota11y module](https://www.drupal.org/project/tota11y) as a dev dependency to the D8 composer.json...
https://crime-data-explorer.fr.cloud.gov/ is a broken link which appears on the homepage and on https://cloud.gov/2017/08/11/continuous-improvement-more-tools-help-use-cloud-gov/
**Is your feature request related to a problem?** Currently, this plugin has hard-coded logic to allow users to access each other's notification objects if they share any backend roles: https://github.com/opensearch-project/notifications/blob/main/notifications/notifications/src/main/kotlin/org/opensearch/notifications/security/UserAccessManager.kt#L60...
**Describe the bug** When OpenSearch is configured with multi-tenancy enabled, permalinks that include query fragments (e.g. `#/email-senders`) do not work. After visiting a URL ending in a query fragment, you...
### Description This PR removes the download of Node v14 as fallback version. This change seems safe since there are TODO statements throughout the code to remove the download of...
### Description This PR includes a few changes: - Adds a `NOTIFICATION_CONTEXT_RESULTS_ALLOWED_ROLES` setting to specify which user roles should have access to results from a trigger execution context - Adds...
**Is your feature request related to a problem?** When configuring an alerting action to send a notification, [you can include `ctx.results` in the message body template](https://docs.opensearch.org/latest/observing-your-data/alerting/actions/#adding-actions), which will interpolate the...
**Is your feature request related to a problem?** We are using [filtering by backend roles to control access to alerting objects](https://docs.opensearch.org/latest/observing-your-data/alerting/security/#advanced-limit-access-by-backend-role). As the documentation describes, the plugin has a hard-coded...