Commit Graph

  • de5c690181 Use class-scoped config across the test module Šarūnas Nejus 2026-06-24 08:33:53 +01:00
  • af1e6ceb4d Remove duplicate branches Šarūnas Nejus 2026-06-07 16:38:00 +01:00
  • 31f7cd4360 Tighten config sort tests Šarūnas Nejus 2026-06-07 01:41:12 +01:00
  • 616b1b2b0b Refactor TestNonExistingField Šarūnas Nejus 2026-06-07 00:07:09 +01:00
  • 85e4c607d2 Simplify TestCaseSensitivity Šarūnas Nejus 2026-06-06 21:02:12 +01:00
  • fb812daebe Simplify paths Šarūnas Nejus 2026-06-07 19:07:32 +01:00
  • eb07fa3a40 Consolidate sort query tests Šarūnas Nejus 2026-06-06 19:26:44 +01:00
  • 349b082232 Parametrize descending sort coverage Šarūnas Nejus 2026-06-06 18:44:49 +01:00
  • 2d98777205 Parametrize ascending sort coverage Šarūnas Nejus 2026-06-06 17:20:59 +01:00
  • da1969125b Only set required fields Šarūnas Nejus 2026-06-06 18:05:55 +01:00
  • 100a645ffa Use pytest Šarūnas Nejus 2026-06-06 16:00:29 +01:00
  • 2f23c360d1 Add missing types to pipeline (#6766) Šarūnas Nejus 2026-06-24 17:00:08 +01:00
  • 34082db438 Add some background about git-blame-ignore-revs to CONTRIBUTING Šarūnas Nejus 2026-06-23 11:44:06 +01:00
  • b3ad86e6e4 Exclude pipeline types in git blame Šarūnas Nejus 2026-06-17 14:25:25 +01:00
  • f0105bef73 Add missing types to beets.util.pipeline Šarūnas Nejus 2026-06-17 14:19:58 +01:00
  • 5e9f94c4f2 tidal: normalize albumtype and add albumtypes (#6771) Šarūnas Nejus 2026-06-24 16:50:55 +01:00
  • 8fe9c2e576 Set albumtypes instead of albumtype Šarūnas Nejus 2026-06-24 12:14:45 +01:00
  • 368d2c0a6d Normalize albumtype Šarūnas Nejus 2026-06-24 12:15:38 +01:00
  • fca1aafdd0 Remove misplaced implementation test Šarūnas Nejus 2026-06-24 07:27:04 +01:00
  • 499e8dc8cb Use a single data-driven test for parsing Šarūnas Nejus 2026-06-24 07:26:35 +01:00
  • 6e2c490b8e Migration backup (#6742) Sebastian Mohr 2026-06-24 17:15:04 +02:00
  • f1412d82c6 Added changelog and docs. Sebastian Mohr 2026-06-22 20:42:14 +02:00
  • 51f2bf9141 Added minimal backup system which create a database backup before migrations. Sebastian Mohr 2026-06-22 20:36:30 +02:00
  • a517112f06 docs: add Homebrew to package manager installation list (#6747) Šarūnas Nejus 2026-06-24 13:39:50 +01:00
  • 4e4ac089cc Fix changelog Šarūnas Nejus 2026-06-24 13:34:03 +01:00
  • d4157d02cc Merge branch 'master' into docs/add-homebrew-install Šarūnas Nejus 2026-06-24 13:14:11 +01:00
  • a38cdcfbd7 Add feature of refreshing converted files if original files are modified (#5204) Šarūnas Nejus 2026-06-24 12:06:52 +01:00
  • c941a6b5c9 refactor(convert): Use cached_property for refresh option Pierre Ayoub 2026-06-24 12:57:49 +02:00
  • 3b2f31524e chore(changelog): Lint Pierre Ayoub 2026-06-23 19:35:49 +02:00
  • 1cc28d21fe refactor(convert): Merge redundant checks Pierre Ayoub 2026-06-23 19:24:44 +02:00
  • 9afdda5774 style(convert): Simplify logic Pierre Ayoub 2026-06-23 19:21:15 +02:00
  • b8f1f7b1a4 chore(docs): Format convert Pierre Ayoub 2026-06-23 19:11:02 +02:00
  • f7e8dcc25e chore(convert): Format Pierre Ayoub 2026-06-23 19:00:18 +02:00
  • 7d178f7d48 fix(convert): Get default value for refresh from config Pierre Ayoub 2026-06-23 18:58:21 +02:00
  • a4d1bbd705 fix(convert): continue -> return Pierre Ayoub 2026-06-23 18:53:53 +02:00
  • baac0cb503 chore(convert): Poe format Pierre Ayoub 2026-06-20 20:07:47 +02:00
  • 2d8af30455 style(convert): Consistent usage of original vs. item.path variables Pierre Ayoub 2026-06-20 19:46:54 +02:00
  • a0f144d49c refactor(convert): Better logic to handle both refresh and keep_new features Pierre Ayoub 2026-06-20 19:40:59 +02:00
  • 89cbb19662 style(convert): Harmonize logging message when using pretend for refresh feature Pierre Ayoub 2026-06-20 18:38:38 +02:00
  • b498c83d3c docs(changelog): move --refresh entry in next release section Pierre Ayoub 2025-03-04 07:54:13 +01:00
  • 03f56ea889 style(convert.py): fix ruff complain Pierre Ayoub 2025-02-20 23:09:16 +01:00
  • a4eaec7445 fix(convert.py): fix missing syntax + format using ruff Pierre Ayoub 2025-02-20 23:07:20 +01:00
  • 4cac4e5031 refactor(convert): factorize multiple logic tests Pierre Ayoub 2025-02-20 23:02:48 +01:00
  • baefd71981 refactor(convert.py): remove uneeded util.syspath() calls Pierre Ayoub 2025-02-20 20:37:02 +01:00
  • 17957337d2 refactor(convert.py): simplify logic and redundant function Pierre Ayoub 2025-02-20 19:27:05 +01:00
  • e7e07e290f style(convert.py): no newline Pierre Ayoub 2025-02-20 19:18:35 +01:00
  • 3e9fb4ead8 [beetsplug/convert] Run ruff format Pierre Ayoub 2025-02-08 16:22:46 +01:00
  • aa1e4c7ba2 [beetsplug/convert] Fix linting error trailing whitespace Pierre Ayoub 2025-02-08 16:18:28 +01:00
  • 04f90cd9f1 [beetsplug/convert] Fix linting error Ruff (E501) Pierre Ayoub 2025-02-08 16:12:39 +01:00
  • 0759bdbe14 Fix convert documentation paragraph order Pierre Ayoub 2024-04-20 23:01:38 +02:00
  • e1b03e670a Update the changlog for new convert --refresh option Pierre Ayoub 2024-04-20 22:55:28 +02:00
  • db905ad545 Update documentation according for new convert --refresh option Pierre Ayoub 2024-04-20 22:55:15 +02:00
  • 072f469028 Implement the convert.refresh configuration option Pierre Ayoub 2024-04-20 22:54:02 +02:00
  • 93e3bd17ca Implement the --refresh/-r command line option for convert's new feature Pierre Ayoub 2024-04-20 22:33:56 +02:00
  • e06161ffd8 Implement the refresh behavior for convert command Pierre Ayoub 2024-04-20 22:20:02 +02:00
  • f8c7658735 convert: skip missing album art instead of crashing (#6749) Šarūnas Nejus 2026-06-24 10:06:28 +01:00
  • 8079f6057d Remove whitespace Šarūnas Nejus 2026-06-24 10:00:06 +01:00
  • 7e49b9728c Merge branch 'master' into fix-convert-missing-album-art Šarūnas Nejus 2026-06-24 09:54:56 +01:00
  • 755ca6f139 convert: skip missing album art instead of crashing Sebastian Cao 2026-06-17 23:35:42 +08:00
  • 7f18d09ba6 fix(library): don't propagate album artpath to items (#6757) Šarūnas Nejus 2026-06-24 08:14:25 +01:00
  • 130eb1bbce fixup! fix(library): don't propagate album artpath to items Alexsandro Thomas 2026-06-24 09:06:33 +02:00
  • e0546d23df fixup! fix(library): don't propagate album artpath to items Alexsandro Thomas 2026-06-23 23:43:57 +02:00
  • cebe7fa4c6 fixup! fix(library): don't propagate album artpath to items Alexsandro Thomas 2026-06-23 23:42:59 +02:00
  • 6360e70efb fix(library): don't propagate album artpath to items Alexsandro Thomas 2026-06-20 10:07:58 +02:00
  • 7c90645a93 lyrics: add rest_directory configuration option (#6745) Šarūnas Nejus 2026-06-23 10:08:54 +01:00
  • faad463521 Merge branch 'master' into rest-directory-config Šarūnas Nejus 2026-06-23 10:02:32 +01:00
  • 37046969ff Test for unsafe input fields in web UI against XSS (#6639) Šarūnas Nejus 2026-06-23 06:18:37 +01:00
  • ec4286d4cf Merge remote-tracking branch 'upstream/master' Pieter Lenaerts 2026-06-23 06:59:28 +02:00
  • 8e08f100b6 Moved rest_directory changelog back to Unreleased section Blake Hakkila 2026-06-22 12:29:10 -07:00
  • 9e693fbfa4 Removed no output test and simplified assert logic Blake Hakkila 2026-06-22 12:18:55 -07:00
  • f792946a2a Merge branch 'master' into rest-directory-config Blake Hakkila 2026-06-22 12:18:31 -07:00
  • c1c381d85a Increment version to 2.12.0 v2.12.0 snejus 2026-06-22 14:38:50 +00:00
  • 555734f0e6 Ignore web.archive.org links in integration tests (#6763) Šarūnas Nejus 2026-06-22 15:30:24 +01:00
  • a7d5f5b4e0 Handle nonexisting refs in release formatting (#6759) Šarūnas Nejus 2026-06-22 15:29:51 +01:00
  • 4e4e76acf0 Ignore web.archive.org links Šarūnas Nejus 2026-06-21 10:50:50 +01:00
  • ecad4811c6 Merge branch 'master' into rest-directory-config Blake Hakkila 2026-06-20 17:20:18 -07:00
  • dc07242840 Simplified tests by removing path variations, kept edge case test for user home path in config Blake Hakkila 2026-06-20 17:18:54 -07:00
  • bd578b7455 Handle non-existing refs in release formatting Šarūnas Nejus 2026-06-20 16:55:47 +01:00
  • e28befcbbf fix(tidal): Auth URL not printed in environments without a configured browser (#6758) Šarūnas Nejus 2026-06-20 13:08:21 +01:00
  • c71ac00f00 Fix auth URL not printed in environments without a configured browser Sebastian Mohr 2026-06-20 13:57:41 +02:00
  • f7ffd3c60d refactor: log formatter (#6593) Sebastian Mohr 2026-06-20 13:34:25 +02:00
  • 5369a932cf Instead of duplicating the message completely we just add a record for the prefix which we can than use in the formatter. Sebastian Mohr 2026-06-19 21:20:19 +02:00
  • 579c79b1ab Removed plugin: prefix from logging specific tests. Sebastian Mohr 2026-06-16 19:03:30 +02:00
  • ed13ceee14 Removed dummy: prefix from logging tests. Sebastian Mohr 2026-06-16 18:56:59 +02:00
  • 5bb4a298b4 Added tests for LegacyFormatter Sebastian Mohr 2026-06-16 18:56:21 +02:00
  • 6c01680e83 Changelog entry Sebastian Mohr 2026-04-30 10:50:05 +02:00
  • 4d99457d22 Removed plugin specific filter rewrite for global formatter setup. Sebastian Mohr 2026-04-30 10:42:41 +02:00
  • 0947505988 fix: spotify query format does not accept double quotes (") (anymore?) (#6754) Sebastian Mohr 2026-06-20 13:27:21 +02:00
  • a9f715a19a Seems like the spotify query format does not accept double quotes (") for escaping but needs single quotes ('). Sebastian Mohr 2026-06-19 21:02:44 +02:00
  • a7aeb6db92 Fixed tests to remove confuse testing and add mock for RestFiles Blake Hakkila 2026-06-19 15:29:00 -07:00
  • 05ecfc8bc6 Merge branch 'master' into rest-directory-config Blake Hakkila 2026-06-19 15:18:28 -07:00
  • 2bf0adfaf5 tidal: Add flexible attributes and tidalsync command for popularity data (#6744) Sebastian Mohr 2026-06-19 17:29:33 +02:00
  • 4e60f86dae Merge branch 'master' into tidal Alok Saboo 2026-06-19 09:42:54 -04:00
  • 162913f2f1 fix(ftintitle): parenthetical features (#6716) Šarūnas Nejus 2026-06-19 13:47:34 +01:00
  • 7a15e2d295 Fixup docs Sebastian Mohr 2026-06-19 10:47:42 +02:00
  • 379bbebbf1 Reverted attributes change. Not really in scope here and needs a bit more refactoring to be consistent. Sebastian Mohr 2026-06-19 10:39:14 +02:00
  • cf73922cc6 Undo unrelated changes Šarūnas Nejus 2026-06-17 20:43:08 +01:00
  • c1de81d59c fix(ftintitle): parenthetical features Trey Turner 2026-06-18 19:47:27 -05:00
  • 6080faf5dc Merge branch 'master' into rest-directory-config Blake Hakkila 2026-06-17 16:07:18 -07:00
  • 73605d541e typing: add missing types to beets.importer (#6711) Šarūnas Nejus 2026-06-17 22:55:23 +01:00