This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
forked from JsonApiClient/json_api_client
-
Notifications
You must be signed in to change notification settings - Fork 1
merge upstream #2
Open
dalyons
wants to merge
154
commits into
master
Choose a base branch
from
merge-upstream
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…ized-attribs Exclude path params from attributes hash
It is very happy if we can write `Model.page(params[:page])` like Kaminari.
…-nil allow nil for page number parameter
Fix custom type comment to use TypeFactory
…-to-fix-empty-array-param-issue JsonApiClient#278 updating faraday to fix issue when param value is an empty array
…eate-and-update-resource allow to send fields and/or includes on create/update resource
JsonApiClient#292 JsonApiClient#254 making scopes unmodifiable
…arning Use mocha/minitest instead of mocha/mini_test on test_helper
…r-new-custom-connection-arguments Update arguments for custom connections run method in README
fixing readme to update test and coverage icon targets
it will fix behavior when relationships and links are passed as symbol keys
…-pagination-override-example JsonApiClient#291 import README - pagination override examples
…w-symbolized-relationship-key JsonApiClient#290 symbolize params keys on model initialize
…efault-to-changes JsonApiClient#303 optional add default to changes
Closed
Fix indent in README
Add gemfile for Rails 6.0
…nt-formatter fix missing constant formatter
…esource Add an immutable option to JSON API resources.
Support gzip content encoding
…edMethod call super from inherited method so that it will execute parent classes' implementations
Relax faraday and faraday_middleware version
BigDecimal 2.0 no longer supports `.new`. looks like this gem uses both `BigDecimal(x)` and `BigDecimal.new(x)` - mind if we upgrade these last few calls?
Ruby 2.7 deprecates automatic conversion from a hash to keyword arguments https://blog.saeloun.com/2019/10/07/ruby-2-7-keyword-arguments-redesign.html fixing those up, plus one more I noticed in the logs from JsonApiClient#370 (comment) https://travis-ci.org/github/JsonApiClient/json_api_client/jobs/722402404 thanks @sharshenov
fix warnings
bigdecimal 2 support
@dpep we should merge this ... eventually (probably after AWS is live) |
Merge remote-tracking branch 'upstream/master' into merge-more-upstream
Merge more upstream changes into Dave's branch
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
our forked version is way out of date.