forked from ricbra/RicbraDiscogsBundle
-
Notifications
You must be signed in to change notification settings - Fork 3
v4.0.0 - Complete Bundle Redesign with Modern Architecture #6
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
09031f4
Update to v4.0.0-beta.1 with breaking changes
calliostro 42d0529
Temporarily relax composer validation for beta versions
calliostro 43fd098
Fix PHPStan baseline for Symfony 7.4/8.0 compatibility
calliostro b417295
Fix CI composer validation for beta branches
calliostro 5f79c8d
Clean up integration test documentation
calliostro ffcf4c9
Remove outdated author information from composer.json
calliostro 7b4997e
Update changelog and README for consistency and clarity
calliostro 37ef509
Complete v4.0 redesign: Modern architecture and Symfony Rate Limiter …
calliostro edd9961
Remove standalone PHP tests from CI - bundle requires Symfony
calliostro 9f31ec5
Remove standalone PHP dev stability tests - all tests require Symfony
calliostro 313e566
Update changelog and composer.json for v4.0.0-beta.3 release
calliostro 41b9c1a
Refactor CI configuration and service loading for Symfony compatibility
calliostro 536da3c
Update code quality check instructions for Symfony 7.4 compatibility
calliostro a2b282e
Add Discogs API credentials to CI test environments for improved test…
calliostro bde09da
Refactor configuration validation and client factory to enable runtim…
calliostro 62a2ed2
Clarify Discogs API credential setup instructions for improved consis…
calliostro 0eee8b0
Clarify Discogs API credential setup instructions for improved consis…
calliostro 24e323d
Update .gitattributes to refine export-ignore rules
calliostro 46de34e
Update CI configuration to remove 'allowed-to-fail' for PHP 8.4 and 8…
calliostro 1d1a30a
Update composer.json to require stable versions of dependencies and i…
calliostro 8c77d03
Refactor CI workflow to use Composer commands for testing and coverage
calliostro 7188142
Update DEVELOPMENT.md and README.md for improved testing and rate lim…
calliostro 959b826
Refactor PHPStan analysis commands for Symfony version compatibility
calliostro c0d9e3e
Add PHPStan baseline configuration for Symfony 6.4 and update analysi…
calliostro c136ef8
Refactor PHPStan analysis for Symfony versions; remove obsolete basel…
calliostro 728d34e
Update CI configuration for Symfony version compatibility; adjust PHP…
calliostro f923791
Fix Symfony version check in PHPStan analysis for legacy support
calliostro f12d64e
Update Symfony version specification for CI compatibility
calliostro d1c8557
Add comprehensive RateLimiterMiddleware unit tests for complete code …
calliostro 02e177e
Update system requirements to reflect stable v4.0.0 release
calliostro 0e15fac
Update require-dev dependencies to support all compatible Symfony ver…
calliostro b90b6d9
Fix rate limiter retry logic to properly loop until request is accepted
calliostro 56d5627
Add explicit Symfony bundle dependencies to require section
calliostro c425d79
Remove duplicate Symfony dependencies from require-dev section
calliostro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # Normalize line endings | ||
| * text=auto | ||
|
|
||
| # PHP files | ||
| *.php text eol=lf diff=php | ||
|
|
||
| # Config files | ||
| *.json text eol=lf | ||
| *.md text eol=lf | ||
| *.neon text eol=lf | ||
| *.xml text eol=lf | ||
| *.yaml text eol=lf | ||
| *.yml text eol=lf | ||
|
|
||
| # Exclude from releases | ||
| .editorconfig export-ignore | ||
| .gitattributes export-ignore | ||
| .github/ export-ignore | ||
| .gitignore export-ignore | ||
| .markdownlint.json export-ignore | ||
| .php-cs-fixer.php export-ignore | ||
| .phpstan/ export-ignore | ||
| .phpunit.* export-ignore | ||
| codecov.yml export-ignore | ||
| coverage/ export-ignore | ||
| coverage.clover export-ignore | ||
| coverage.xml export-ignore | ||
| DEVELOPMENT.md export-ignore | ||
| phpstan/ export-ignore | ||
| phpunit.xml* export-ignore | ||
| tests/ export-ignore | ||
| var/ export-ignore | ||
| vendor/ export-ignore |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.