Kartik Ohri

Results 48 issues of Kartik Ohri

The same warnings were fixed in LB and BU sometime. Individual commits provide more details. Depends on https://github.com/metabrainz/brainzutils-python/pull/96

We already do this in LB, implementing the same for CB. However, CB also has a display name field as well. If the display name has been changed to something...

#1494 added the setpgid setting to ensure signals are propagated to all processes and not just the subshell. However, this might not always be desirable. For instance, servers like uWSGI...

1. In Solr 9, the SOLR_HOME directory has moved to /var/solr/data and the actual index data lives inside /var/solr/data/data. ### TODO: 1. Detail on how to delete old search indexes...

[Section 2 of RFC 7009](https://datatracker.ietf.org/doc/html/rfc7009#section-2) says: "The authorization server first validates the client credentials (in case of a confidential client) and then verifies whether the token was issued to the...

[Section 3.1 of the RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-3.1) says "Request and response parameters MUST NOT be included more than once." Add a method to the OAuth2Request object to obtain all the values for...

mb-solr is being upgraded to Solr 9.4.0 and Java 17, hence update the tests dockerfile to use the same versions. Using the same JDK variant we use in mb-solr (eclipse...

1. Write a copy of the listens to HDFS on import of a full dump, this makes speeds up filtering of listens and increases the speed of processing in many...

Due to lack of maintenance, the codebase has become outdated. I was unable to build it as is on Ubuntu 22.04. This PR has the minimal changes I needed to...