-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: reva2/jsonapi
base: 2.x.x-dev
head repository: reva2/jsonapi
compare: master
- 18 commits
- 123 files changed
- 3 contributors
Commits on Sep 18, 2024
-
Replace 'doctrine/annotations' with native PHP attributes
Sergey Revenko committedSep 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 19fce42 - Browse repository at this point
Copy the full SHA 19fce42View commit details -
Merge pull request #15 from reva2/feature/attributes
Replace 'doctrine/annotations' with native PHP attributes
Configuration menu - View commit details
-
Copy full SHA for 12c2e09 - Browse repository at this point
Copy the full SHA 12c2e09View commit details
Commits on Sep 19, 2024
-
Update PHP version requirements
Sergey Revenko committedSep 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 09a7cad - Browse repository at this point
Copy the full SHA 09a7cadView commit details -
Merge pull request #16 from reva2/bugfix/php-version-issue
Update PHP version requirements
Configuration menu - View commit details
-
Copy full SHA for efa4ca0 - Browse repository at this point
Copy the full SHA efa4ca0View commit details -
Fix issue with 'symfony/http-kernel' version requirements
Sergey Revenko committedSep 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 3b2edfe - Browse repository at this point
Copy the full SHA 3b2edfeView commit details -
Merge pull request #17 from reva2/bugfix/dependencies-issue
Fix issue with 'symfony/http-kernel' version requirements
Configuration menu - View commit details
-
Copy full SHA for d2b4674 - Browse repository at this point
Copy the full SHA d2b4674View commit details -
Fix issue with missing dependency for 'doctrine/cache'
Sergey Revenko committedSep 19, 2024 Configuration menu - View commit details
-
Copy full SHA for a42294a - Browse repository at this point
Copy the full SHA a42294aView commit details -
Merge pull request #18 from reva2/bugfix/doctrine-cache-issue
Fix issue with missing dependency for 'doctrine/cache'
Configuration menu - View commit details
-
Copy full SHA for a7a41ae - Browse repository at this point
Copy the full SHA a7a41aeView commit details
Commits on Sep 22, 2024
-
Replace 'doctrine/cache' with 'symfony/cache'
Sergey Revenko committedSep 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 521c838 - Browse repository at this point
Copy the full SHA 521c838View commit details -
Merge pull request #19 from reva2/feature/psr-cache
Replace 'doctrine/cache' with 'symfony/cache'
Configuration menu - View commit details
-
Copy full SHA for ee82dba - Browse repository at this point
Copy the full SHA ee82dbaView commit details -
Fix issue with invalid characters in cache keys
Sergey Revenko committedSep 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 6f02ff8 - Browse repository at this point
Copy the full SHA 6f02ff8View commit details -
Merge pull request #20 from reva2/bugfix/cache-keys-issue
Fix issue with invalid characters in cache keys
Configuration menu - View commit details
-
Copy full SHA for a079ce3 - Browse repository at this point
Copy the full SHA a079ce3View commit details
Commits on Dec 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02cea2a - Browse repository at this point
Copy the full SHA 02cea2aView commit details
Commits on Dec 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1caeaa6 - Browse repository at this point
Copy the full SHA 1caeaa6View commit details -
Set default value for sortParameters to null
Previously, the sortParameters property was uninitialized, which could lead to unexpected behavior. This change ensures it has a default null value, improving consistency and preventing potential issues.
Sergey Revenko committedDec 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 0641fc6 - Browse repository at this point
Copy the full SHA 0641fc6View commit details -
Merge pull request #23 from reva2/bugfix/list-query-params-issue
Set default value for sortParameters to null
Configuration menu - View commit details
-
Copy full SHA for c26a5ee - Browse repository at this point
Copy the full SHA c26a5eeView commit details
Commits on Jul 24, 2026
-
Fix missing #[Assert\Callback] on query parameters validation
During the migration to PHP 8 attributes the validateIncludePaths() and validateFieldSets() callbacks in QueryParameters kept only the legacy @Assert\Callback() docblock annotation. Under symfony/validator 7 annotations are no longer read, so these callbacks were silently ignored and allowed include paths / field sets were never validated. Add the #[Assert\Callback()] attribute matching the already-migrated ListQueryParameters. Also complete the same annotation->attribute migration missed on the Office test fixture (@API\Id / @API\Attribute) and drop leftover doc annotations that already had their attribute equivalents in place. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae20650 - Browse repository at this point
Copy the full SHA ae20650View commit details -
Merge pull request #25 from reva2/bugfix/query-params-validation-issue
Fix missing #[Assert\Callback] on query parameters validation
Configuration menu - View commit details
-
Copy full SHA for 4ed95ff - Browse repository at this point
Copy the full SHA 4ed95ffView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.x.x-dev...master