Dimitar Dimitrov

Results 90 issues of Dimitar Dimitrov

`SignIn` does not set the `Plex.URL` field. Because of this if I sign in with a username and password I can't use any of the query methods (e.g. `GetSessions()`) because...

plex.tv is returning different types for * `adsConsent` (used to be string, now bool) * `adsConsentSetAt` (used to be string, now int) * `adsConsentReminderAt` (used to be string, now int)....

pkg.go.dev has a [license policy](https://pkg.go.dev/license-policy) that forbids them from displaying the docs of a library if it doesn't have a license. So [go-plex-client](https://pkg.go.dev/github.com/jrudio/go-plex-client) doesn't render there. This PR adds an...

First of all, thanks for writing this library :) Second, my Plex server is returning an array of items as the rating. An example is `[{"image":"themoviedb://image.rating","type":"audience","value":"8.5"}]` This breaks GetSessions(). This...

Signed-off-by: Dimitar Dimitrov #### What this PR does Updated dskit https://github.com/grafana/dskit/compare/26c1b619d059...71aee950db17 Also includes * https://github.com/prometheus/client_golang/compare/v1.12.0...v1.13.0 (nothing stands out to me) * https://github.com/prometheus/common/compare/v0.35.0...v0.37.0 (minor changes) * some changes to [pkg.go.dev/golang.org/x/crypto](https://pkg.go.dev/golang.org/x/crypto) (I...

Signed-off-by: Dimitar Dimitrov #### What this PR does Modifies the mimir config in the Helm chart to enable query sharding for all tenants. #### Which issue(s) this PR fixes or...

helm

#### What this PR does The problem is described in more detail in https://github.com/grafana/mimir/issues/2560. TL;DR: long-running periodic cleanup jobs for a single tenant no longer block the periodic jobs of...

component/compactor
release/notified-changelog-cut

Signed-off-by: Dimitar Dimitrov #### What this PR does The ingester and distributor push functions have some limit validations on push requests that do not depend on the push request itself...

component/ingester
component/distributor
release/notified-changelog-cut

#### Background There are two names templates in the mimir-distributed helm chart: `mimir.podLabels` and `mimir.podAnnotations`. `mimir.podAnnotations` automatically includes default pod annotations, global pod annotations, and pod annotations from the values...

good first issue
chore
helm

#### What this PR does Replaces `podAntiAffinity` with `topologySpreadContraints` where affinity was set by default. Add `topologySpreadContraints` to the values of all components. #### Which issue(s) this PR fixes or...

helm