Skip to content
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

WIP Update for jsonapi-resources v0.10 #131

Closed
wants to merge 7 commits into from

Commits on Feb 8, 2020

  1. WIP Update for jsonapi-resources v0.10

    Note this will break with earlier versions of JR
    lgebhardt committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    2ed2d98 View commit details
    Browse the repository at this point in the history
  2. Run CI against Rails 6 (venuu#129)

    * Run CI against Rails 6
    
    * Use ruby 2.5
    
    * Dummy app updates for rails 6
    
    * Run all but Rails 4.2 tests with Ruby 2.5
    
    * Add empty asset manifest to appease Rails
    
    Co-authored-by: Vesa Laakso <[email protected]>
    2 people authored and lgebhardt committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    2851a77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85ced68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b361f92 View commit details
    Browse the repository at this point in the history
  5. Appease bin/phare (rubocop)

    valscion authored and lgebhardt committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    c26b13a View commit details
    Browse the repository at this point in the history
  6. Add better debuggability to be_X test failures (venuu#134)

    * Add better debuggability to be_X test failures
    
    This way test failures will show what the HTTP status code actually was
    when test fails as well as output the entire response body. The response
    body will most likely contain vital debugging information to help figure
    out why the test failed
    
    * Output last request information on spec failures
    valscion authored and lgebhardt committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    fba3a64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7627182 View commit details
    Browse the repository at this point in the history