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

Flow now supports a specific [React Component Syntax](https://flow.org/en/docs/react/component-syntax/) which reduces the amount of types we need to define manually, and is supposed to be better for type checking as well....

Refactoring

Flow now supports a specific [React Component Syntax](https://flow.org/en/docs/react/component-syntax/) which reduces the amount of types we need to define manually, and is supposed to be better for type checking as well....

Refactoring

# Problem * We have some identical or very similar-looking subroutines duplicated between admin/MBImport.pl and admin/replication/ImportReplicationChanges: `empty` (to tell if a table is empty) and `ImportTable` (to import a table...

This is based on top of https://github.com/metabrainz/musicbrainz-server/pull/3194 # Problem This resolves two problems: * ./admin/InitDb.pl currently always runs admin/sql/InsertDefaultRows.sql on the database, and this cannot be configured (e.g., to specify...

### Implement MBS-13675 # Description History events (used in the history page and the timeline) are completely different from most statistics, and it seems sensible to translate them separately. In...

Refactoring

# Problem Previously, the ran command was just printed on the standard output and not in the log file, which is fine for cron scripts but was quite embarrassing when...

# MBS-13668 ## Problem So far the script "write_graphs.pl" was assuming that table names were unique even across schemas. This was correct until the EAA had to be taken into...

While testing MBS-13639 I wanted to a way to control exactly what changes UpdateDatabasePrivileges.pl makes: what schemas it applies it (in this case just `report`), and whether or not it...

# Problem See the description / animated GIF in MBS-13538. # Solution Moving the `firstNameAutocomplete` assignment to prevent executing `newNames[0].artist` on an array of length 0 is sufficient to fix...

# MBS-13620 Rather than a repeat of the relationship editor rewrite or EAA, I'm going to attempt to convert the release editor to React piecemeal, which should make it easier...