Nikita Korolev
Nikita Korolev
### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Steps to Reproduce Open `/organizations/:orgId/insights/mobile/` ### Expected Result Beautiful Mobile insights ### Actual Result > There was an error loading a component. Hello! I guess...
### Problem Statement Since redis is already required we could use it for cache too through [django-redis](https://github.com/jazzband/django-redis) module. ### Solution Brainstorm I've tested something like ``` CACHES = { "default":...
Hello. I noticed cassandra backend is deprecated in favor of cassandra2. Could you tell how to smoothly migrate to a new filer store (and should I at all)? Cassandra/Scylla prohibits...
### NetBox version v4.3.1 ### Feature type Change to existing functionality ### Proposed functionality Hello. My suggestion is to remove `white-space: nowrap` from [rack elevations block](https://github.com/netbox-community/netbox/blob/51d046b1f50b0cf8c56903ebefe43aa2caff13eb/netbox/templates/dcim/rack_elevation_list.html#L46). ### Use case Right...
### Environment sentry self-hosted 25.5.1 Clickhouse 23.8.14.6 (distributed) ### Steps to Reproduce 1. Bootstrap fresh clickhouse 2. Import database scheme from running ch Or just follow regular steps to expand...
Fixes: #2875 Fixes: #4980 Hi. This PR adds basic structures to support redis-sentinel. I didn't test it with real redis instances yet. As well as I didn't write docs. It...
Hi! Could you update deadpool-redis crate? [0.21.1](https://github.com/deadpool-rs/deadpool/blob/1c131386e16d98d155a749c671078a1aaa15db06/crates/deadpool-redis/CHANGELOG.md) have a fix for sentinel which I hope will be approved in https://github.com/getsentry/relay/pull/4979 at some point.
Hello. This PR may be treated as an extra fix for #78 Currently podman compose run starts dependencies but doesn't check for condition requirements. Could you suggest what test are...
Currently `podman compose logs cnt1 cnt2 cnt3` as well as `podman logs` fails with "no such container" if any container is missing. Tests will be later.
**Describe the bug** Podman-compose [passes](https://github.com/containers/podman-compose/blob/8eb55735e95ee1587d0d22582aa86b9175e25ca9/podman_compose.py#L1293) CMD-SHELL healthcheck as json array instead of string as **To Reproduce** Add healthcheck like ``` healthcheck: test: [ "CMD-SHELL", "http_proxy='' wget -nv -t1 --spider 'http://localhost:8123/'...