Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
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: irphilli/tracker_api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.0
Choose a base ref
...
head repository: irphilli/tracker_api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Oct 9, 2017

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

Commits on Oct 31, 2017

  1. Handle non-JSON responses (#118)

    * Only try to parse JSON for json-related content-types
    * Specify that the client accepts application/json
    
    Responses to attachment upload requests return a JSON body with the Content-Type header set to 'text/html'. If we sepcify that we accept 'application/json', then the server will return the proper Content-Type header. This required a re-run of VCRs.
    
    From the docs:
    
    Note that the Content-type of the server response can lie. This behavior, while not strictly correct according to the protocol, is intended. There is a bug in Microsoft Internet Explorer that will cause it to navigate away from a page executing a JavaScript client app at the end of an upload if the server returns the (correct) type of application/json. The server will return the correct Content-type, instead of text/html, if the client includes application/json in the request's Accept header.
    
    Source: https://www.pivotaltracker.com/help/api/#Uploading_File_Attachments
    shanecav84 authored and forest committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    56fbf99 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. [CI] Test against Ruby 2.5 (#120)

    nicolasleger authored and forest committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    2fee095 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Bump version for 1.9.0 release

    forest committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    72c51d3 View commit details
    Browse the repository at this point in the history
Loading