Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JSONAPI-Resources/jsonapi-resources
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JSONAPI-Resources/jsonapi-resources
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-0-10
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 26 files changed
  • 5 contributors

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    ba1c1b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Support Rails 6.1

    * Setup github actions for CI
    
    (cherry picked from commit e894827)
    
    * Rails 6.1 (#1352)
    
    * Rails v6.1 compatibility (#1346)
    
    * Fixes for rails 6.1.1
    
    * Fixes for ruby 3.0.0
    
    * Remove rails 5.0 support
    
    Co-authored-by: Igor Gonchar <[email protected]>
    
    (cherry picked from commit 1322b59)
    lgebhardt authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    7e9fd44 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    ab344c4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Fix some testing issues including flappy tests, simplify quoting gene…

    …rated SQL strings (#1367)
    
    * Refine when config.active_record.sqlite3.represent_boolean_as_integer is set
    
    * Add quoting for fields in built up sql
    
    * Remove tests for generated sql statements
    
    These are changing with new rails versions and it's creating a lot of false failures
    
    * Remove tests for generated sql statements using joins_left
    
    * Fix default sort for when empty array is provided
    
    Fixes issue with relationship requests not getting a default sort
    
    * Add helper methods for generating sql fields with aliases and quotes
    
    (cherry picked from commit 695bb7c)
    lgebhardt authored May 19, 2021
    Configuration menu
    Copy the full SHA
    49d213d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c853dd View commit details
    Browse the repository at this point in the history
  3. Use underscore instead of downcase (#1366)

    Use underscore instead of downcase for polymorphic names
    lgebhardt authored May 19, 2021
    Configuration menu
    Copy the full SHA
    ea3ff21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bb4605 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Remove data from cached resource fragments (#1380)

    * Remove `data` from cached resource fragments
    
    * Create a new hash using `transform_values`
    lgebhardt authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    3fda2cf View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Use records for joined resources for 0.10 (#1381)

    Add tracking of join options for jsonapi-authorization gem
    Merge related `records` in `apply_join`
    Add `use_related_resource_records_for_joins` to configuration and relationships
    lgebhardt authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    fa37d64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    997af43 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    e2a7d6e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Move requires_record_count to class instance (#1385)

    Will fallback to deprecated class method for custom paginators derived from JSONAPI::Paginator
    lgebhardt authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    ae0c690 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    995c2f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Rails 7.0 deprecates content_type in favor of media_type (#1390)

    Deprecates content_type in favor of media_type
    bf4 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    413f46a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Add MySQL to CI workflow (#1370)

    * [Gemfile] Add MySQL to Gemfile, for testing
    
    * [CI] Add MySQL to CI workflow
    karlwilbur authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    7297511 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Change method used to retrieve rack status (#1457) (#1463)

    Fixes #1456
    
    Co-authored-by: pareeohnos <[email protected]>
    Co-authored-by: Adrian Hooper <[email protected]>
    3 people authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    41a924f View commit details
    Browse the repository at this point in the history
Loading