musicbrainz-server icon indicating copy to clipboard operation
musicbrainz-server copied to clipboard

Server for the MusicBrainz project (website, API, database tools)

Results 170 musicbrainz-server issues
Sort by recently updated
recently updated
newest added

# Problem "DeprecationWarning: Invalid 'main' field" has been fixed for years since https://github.com/mikeedwards/po2json/pull/97 but there was never a release. # Solution This just installs the latest version from a git...

We missed one header and forgot to lowercase "code of conduct" everywhere.

Frontend-only

### Implement MBS-13476 # Problem We hide disambiguations for labels on the release sidebar (I assume because of the lack of space) but this can be useful to quickly check...

QoL

### Fix MBS-13496 # Problem Using the new "a cappella" attribute is breaking link phrase interpolation, because spaces are not accepted as part of the interpolated "variable name". We already...

Bug

### Implement MBS-13492 # Problem Anything that requires checking whether an editor is a beginner requires us to calculate beginnership every time, which is slow and cumbersome, and implemented in...

Refactoring

# MBS-7646 Try to find artists' primary aliases in the user's locale and display them alongside disambiguation comments in search results and artist pages. This is currently just a proof-of-concept....

# Problem Since PR #3091, CircleCI tests output contains: ``` fatal: detected dubious ownership in repository at '/home/musicbrainz/musicbrainz-server' To add an exception for this directory, call: git config --global --add...

### Implement MBS-12359 # Description This changes the implementation of `_columns` to list each column on one row, and turns it into a lazy Moose attribute using a `builder` in...

Refactoring

### Implement MBS-13421 # Description This adds support for collections of genres, in the same way we already do for all other sorts of collections. Nothing that I can remember...

New feature