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: talios/halbuilder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: talios/halbuilder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 0 files changed
  • 1 contributor

Commits on Feb 18, 2012

  1. Merge branch 'release/1.0.1'

    * release/1.0.1: (66 commits)
      [maven-release-plugin] prepare for next development iteration
      [maven-release-plugin] prepare release halbuilder-1.0.1
      Added release plugin config for local checkout.
      Added description.
      [maven-release-plugin] prepare for next development iteration
      [maven-release-plugin] prepare release halbuilder-1.0.1
      Added Javadoc, moved Renderer to SPI
      Added Serializable after Richards suggestion.
      Updated TestNG
      Removed http client from builder, to move to halclient.
      Added single rel lookup
      Updated clojure it
      Renamed factory methods
      Updated
      Updated
      Updated readme
      Added initial http client support
      Only wrap reader with BufferedReader when markSupported is false.
      Test data fix
      Fix JSON Rendering with multiple sub resources
      ...
    talios committed Feb 18, 2012
    Configuration menu
    Copy the full SHA
    70a836e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2012

  1. Merge branch 'release/1.0.2'

    Fixes #11
    
    * release/1.0.2:
      [maven-release-plugin] prepare for next development iteration
      [maven-release-plugin] prepare release halbuilder-1.0.2
      Added parsing of title/name/hreflang attributes.
      Reuse link content generation
      Added travis-ci
      Added validation/contract test
      Fix link writing when theres only one link.
      Downgraded TestNG
    talios committed Apr 12, 2012
    Configuration menu
    Copy the full SHA
    dab54ec View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2012

  1. Merge branch 'release/1.0.3'

    * release/1.0.3:
      [maven-release-plugin] prepare for next development iteration
      [maven-release-plugin] prepare release halbuilder-1.0.3
      Fixed up my local tests following Joost's merge.
      Fix ResourceReader.read implementation signatures
      Revert import rearrangement
      Added simple UriBuilder based test.
      Replace tabs with spaces
      Change references to ReadableResource
      Remove RenderableResource
      Add URI convenience Resource.withLink methods
      Fold RenderableResource into ReadableResource
      Renamed newResource(Reader) to readResource(Reader)
      Add URI convenience methods to ResourceFactory
      Make constants final
      Fix small typo in example.
    talios committed Apr 19, 2012
    Configuration menu
    Copy the full SHA
    99eaad0 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2012

  1. Merge branch 'release/1.0.4'

    * release/1.0.4: (25 commits)
      [maven-release-plugin] prepare for next development iteration
      [maven-release-plugin] prepare release halbuilder-1.0.4
      Added a resolveClass method helper
      Treat missing properties as absent Optionals
      Added helper methods for embedded resource access
      Added simple nullable accessor for properties
      Updated jackson
      Adding test for multiply-nested resources. Test exposed a problem in JsonRenderer - fixing.
      Adding unit test to verify that a null property returns null when the resource is rendered through the InterfaceRenderer. Updated the InterfaceRenderer appropriately.
      Updated jackson/guava/fest-assert dependencies
      Implementing review suggestions:  - Removing fromNullable from base resource's get() impl.  - Updating InterfaceSatisfactionTest to contain a contract where the property value should be null for the contract to be satisfied.
      Implementing review suggestions:  - Making property values Optional<Object> instances instead of maintaining a separate collection for them.  - Simplifying rendering logic to account for the Optional objects.  - Adding test case for ensuring that literal "null" values are treated as the string "null" instead of as null values.
      Removing trim/newline stuff from JSON representations - classic "works on my box".
      Adding unit tests to ensure null props are part of resource hashcode/equals.
      Committing support for rendering null properties as part of a resource. Adding unit tests and test data to correspond to changes.
      Add BaseResource.equals, hashCode and toString
      Change withReader API to use content type
      Add ResourceFactoryTest
      Move reader selection characters into constants
      Add ResourceFactory.withReader
      ...
    talios committed May 25, 2012
    Configuration menu
    Copy the full SHA
    54aad81 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2012

  1. Merge branch 'release/1.0.5'

    * release/1.0.5:
      [maven-release-plugin] prepare for next development iteration
      [maven-release-plugin] prepare release halbuilder-1.0.5
      Just use link rather than try and embed mailing list.
      Added dev forum
      Fixed README example
      Reading null properties correctly out of JSON.
      Updated release plugin
      Fixed #34 example.
      Added damnhandy UriTemplate based test.
      Adding templated attribute to Links
      Renamed findResources to getResources to match existing API calls.
    talios committed Jul 4, 2012
    Configuration menu
    Copy the full SHA
    8e4002a View commit details
    Browse the repository at this point in the history
Loading