Commit Graph
3 Commits
Author SHA1 Message Date
JoeyandGitHub ccddb71791 Move discogs-bundle 4.0 config to packages directory (#1886)
* Move discogs-bundle 4.0 config to packages directory

* Fix empty config block: uncomment personal_access_token

* Fix copy-from-recipe path: copy entire config structure

* Trigger CI re-run

* Remove trailing newline from manifest.json

* Fix line endings: convert CRLF to LF (Unix style)

* Activate DISCOGS_PERSONAL_ACCESS_TOKEN in manifest.json

- Remove # prefix to make env variable available in .env file
- Fixes inconsistency between YAML config and manifest
- Thanks @diimpp for catching this issue
2025-11-20 21:03:03 +04:00
JoeyandGitHub 80ebbceb01 Update Discogs Bundle recipe for v4.0.0-beta.2 (#1858)
Replace throttle config with symfony/rate-limiter integration
2025-09-14 10:13:23 +02:00
JoeyandGitHub d8e3417c38 Add Discogs Bundle recipe v4.0 (#1855)
* Add Discogs Bundle recipe v4.0

- Add recipe for calliostro/discogs-bundle v4.0
- Supports Personal Access Token and OAuth authentication
- Includes configuration options with detailed comments
- Symfony bundle for Discogs API integration

* Fix YAML indentation to use 4 spaces
2025-09-13 08:11:32 +02:00