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

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: spotify-web-api-java/spotify-web-api-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: omnifone/spotify-web-api-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 36 files changed
  • 2 contributors

Commits on Feb 24, 2016

  1. Work done: * Added fixtures for Playlist and PlaylistTracks with redu…

    …ced number of attributes (as we intent to make playlist requests). * Changes to JSON utility class to handle missing attributes from the JSON. * Modified unit tests to reference the new fixtures.
    mrouaux committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    d5561e4 View commit details
    Browse the repository at this point in the history
  2. Work done: * Refactored all builders to avoid using the "final" modif…

    …ied (we need to be able to mock the builders for testing purposes).
    mrouaux committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    61c00d1 View commit details
    Browse the repository at this point in the history
  3. Work done: * Updated scm connection and removed unnecessary Maven plu…

    …gins from pom.xml.
    mrouaux committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    e1b43eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f937a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    128403f View commit details
    Browse the repository at this point in the history
  6. Work done: * Added Omnifone Engineering parent to enable release buil…

    …ds to be published to Nexus. * Modified tests utility class to ensure JSON fixtures are read in as UTF-8 encoded strings.
    mrouaux committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    f8c43fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    daa7531 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02b1920 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7648b3f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. SYB-114. Work done: * Modified the Spotify Web API client to support …

    …returning the track count for a given Playlist. * Modified unit test and fixture to validate the new use case.
    mrouaux committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    a81abf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9252463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccf6788 View commit details
    Browse the repository at this point in the history
Loading