Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MBS-13559: Don't reject dailysomething Bandcamp pages #3255

Merged
merged 1 commit into from May 15, 2024

Conversation

reosarevok
Copy link
Member

Fix MBS-13559

Problem

Our attempt to separate daily.bandcamp is a bit too eager and we are blocking any bandcamps by bands with names that start with "Daily". Whoops. Example given is https://dailythompsonband.bandcamp.com/

Solution

Add a dot to the negative lookahead so we don't actually block anything else than daily., which is what we want to use in the other rule.

Testing

Added https://dailythompsonband.bandcamp.com/ to the automated tests.

Our attempt to separate daily.bandcamp was a bit too eager
and we were blocking any bandcamps by bands with names
that start with "Daily". Whoops.
@reosarevok reosarevok added Bug Bugs that should be checked/fixed soonish URL handling labels May 3, 2024
Copy link
Contributor

@yvanzo yvanzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good. Also (rebased on master and) tested manually (maybe more to test my own setup). Thanks! 🚢

@reosarevok reosarevok merged commit eb6dfad into metabrainz:master May 15, 2024
1 of 2 checks passed
@reosarevok reosarevok deleted the MBS-13559 branch May 15, 2024 13:24
reosarevok added a commit that referenced this pull request May 17, 2024
* master:
  Update POT files using the production database
  MBS-13577 / MBS-13578: Release filtering for missing data (#3262)
  MBS-13589: Handle Operabase /o links (#3268)
  Convert /static/scripts/release templates to use Flow component syntax
  Convert /static/scripts/relationship-editor templates to use Flow component syntax
  Convert some more /static/scripts/ templates to use Flow component syntax
  Remove seemingly useless double export
  Convert /static/scripts/edit/components templates to use Flow component syntax
  Convert /static/scripts/common/components templates to use Flow component syntax
  Drop dead code in AddEntityDialog
  Drop unneeded instance typing in hydrate input
  Convert /components templates to use Flow component syntax
  Convert /components/list templates to use Flow component syntax
  Convert /components/Aliases templates to use Flow component syntax
  Convert /layout sidebar templates to use Flow component syntax
  Convert /layout templates to use Flow component syntax
  MBS-13585: Report for non-video recordings with video relationships (#3266)
  MBS-13581: Check "renamed into" in ArtistsThatMayBeGroups (#3265)
  Convert /edit/details templates to use Flow component syntax
  Convert /edit/details/historic templates to use Flow component syntax
  Convert /edit/component templates to use Flow component syntax
  Convert /edit templates to use Flow component syntax
  Update React to 18.3.1 (#3249)
  MBS-13263: Align release titles despite indicators (#3256)
  MBS-13588: Relationship phrase groups with pending edits are sometimes not highlighted
  Add `PendingEditsRoleT` to `RelatableEntityRoleT`
  Make `Entity::Artist::TO_JSON` consistent with `ArtistT`
  Use consistent chained method formatting
  Cache pending requests for `getOrFetchRecentItems`
  MBS-12741: Convert Create/Edit attribute admin pages to React
  Fix typo
  Limit `getReleaseGroupRecordings` to 5 attempts
  MBS-13558: Convert /report templates to use Flow component syntax
  MBS-13558: Convert /report/component templates to use Flow component syntax
  MBS-13573: Support a second format of Ticketmaster links
  MBS-13572: Support LiveNation links with _ and -
  MBS-13559: Don't reject dailysomething Bandcamp pages (#3255)
  Add context to newly added [removed] (#3246)
  Reuse same 'view list' string everywhere (#3247)
  Document that language packs must be installed
  Fix installing translations for beta/test websites
  admin/cron/hourly-sitemaps.sh: Dump FKs from READONLY
  Add missing scripts required by JSON dumps/sitemaps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bugs that should be checked/fixed soonish URL handling
Projects
None yet
2 participants