Alyssa
Alyssa
### Environment SaaS (https://sentry.io/) ### Version _No response_ ### Steps to Reproduce We've set up JavaScript source maps via `"@sentry/webpack-plugin": "1.18.8"`. Specifically, our config looks as follows: ``` config.plugins.push( new...
### Current behavior This is an issue we've been seeing for some time intermittently in our CI pipeline, but we had a particularly clean / minimal example on Friday so...
I've integrated `pa11y-ci` into a pipeline of ours. I would like to include warnings, because these are often valuable things to review, however I don't want the pipeline to fail...
Hi! We're using this library in a project built with Create React App, and have followed the async / await testing pattern outlined in https://github.com/knee-cola/jest-mock-axios/issues/28. I'm trying to upgrade us...
### Description It would be great to be able to configure a Postgres instance hosted in GCloud, where access can only be granted using the [Cloud SQL Proxy](https://cloud.google.com/sql/docs/postgres/sql-proxy). Something like...
Hey, thanks for the provider! My team uses Sentry, the main thing that would be valuable for us to manage via terraform are the issue grouping rules (found at https://sentry.io/settings/$ORG_SLUG/projects/$PROJECT_SLUG/issue-grouping/)....
Closes #401 Simple implementation for `DUMP` and `RESTORE` which just supports string keys: - Attempting to dump a different key type will produce `WRONGTYPE Operation against a key holding the...
Hey - thanks for the project! 😁 I think it would be nice to have _something_ implemented for Dump & Restore so that it's possible to test these using miniredis...
### Issue description Nexus appears to be caching bad credentials, or caching the fact that a proxy repo has at one point failed to authenticate. The observed symptom is that...
Fixes https://github.com/ansible-ThoTeam/nexus3-oss/issues/434 Allow 60 seconds to download the nexus package, and expose `nexus_download_timeout` so this can be configured further if people need.