Merge master into develop - #18
Open
StephenHulme wants to merge 348 commits into
Open
Conversation
…earlier Tightens the error handling on request parsing.
…rphic-relationship-id fix relationship linkage when it has overridden primary_key
…ter-respect-attribute-delegate apply_filter and apply_sort respects :delegate option of attribute
Rails 4.2.8 now supports ruby 2.4
…skip_bug_reports Skips the `test:bug_report_template:rails_5` in default task
Version updates
# Conflicts: # lib/jsonapi/active_record_accessor.rb
…ationships Fix nested namespaces parsing and resource resolving
…exceptions_from_callbacks Handle exceptions from process_operations callbacks, remove :rollback callback
…rd_accessors Refactor RecordAccessors to ResourceFinders
Fix inherited pagination
Adds test to 1099
…d-filter-error-message Use original key format when displaying error for filter not allowed
The existing tests are passing because they seem to all use a self- referential `has_one` relationship. If the foreign_key is on a different table, however, the queries will fail. So if it the relationship is a has_one, we need to alter the query to look for the foreign-key on the related table.
5.10.2 is broken
Adds tests for 1061
I think there was a little mistake in here, your probably meant `context = options[:context]` instead of `context = context` This solve an issue I had while fetching relationships
Fix a bug that occurs when fetching relationships
also fix sorting by has_many association add tests fix resource tests for building sort joins
…version change to 0.2.0
Y25-318 Publish sanger-jsonapi-resources gem from master
…to-fix-the-json-api-resource-incompatibility-with-rack-which-is-causing-422-errors-to-fail-with-a-status-of-0 Y25-319 - [PR] [Master] Add compatibility for obsolete Rack status symbols
Fix for Rails 8.1 - updating the `Resource` instantiation with the latest API changes
Adding CONTRIBUTING.md
Adding CONTRIBUTING.md - updating README contribution section.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
All Submissions:
New Feature Submissions:
Bug fixes and Changes to Core Features:
Test Plan:
Reviewer Checklist: