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

HAL #34

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

HAL #34

wants to merge 19 commits into from

Commits on Feb 17, 2014

  1. Testing out some HAL

    Petter Aas committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    403f255 View commit details
    Browse the repository at this point in the history
  2. Started on HAL in tickets

    Petter Aas committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    41eaf17 View commit details
    Browse the repository at this point in the history
  3. Reverted limit back to 100

     - parseInt req.query.page and req.query.limit
    Petter Aas committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    a5baab4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    275347e View commit details
    Browse the repository at this point in the history
  5. Added conditional HAL links next and previous.

    Petter Aas committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    eb02166 View commit details
    Browse the repository at this point in the history
  6. Changed _embedded.retrospectives to a array of objects.

    Fixed some smaller bugs with _links.
    
    Pop away the last result when we receive > limit results.
    Petter Aas committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    c7065b7 View commit details
    Browse the repository at this point in the history
  7. Changed _embedded.tickets to be a array of objects.

    Fixed some bugs with _links.
    Petter Aas committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    bcbf073 View commit details
    Browse the repository at this point in the history
  8. Look for tickets in response._embedded.tickets.

    Petter Aas committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    85527a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f72fcaa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3059de View commit details
    Browse the repository at this point in the history
  11. Use lib\paginator::getParameters instead of handling start,page,limit…

    … internally
    Petter Aas committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    1bc84a0 View commit details
    Browse the repository at this point in the history
  12. Use lib\paginator::getParameters instead of handling start,page,limit…

    … internally
    Petter Aas committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    22cb7ce View commit details
    Browse the repository at this point in the history
  13. Added getItemLink and internal helper getRetroId

    Petter Aas committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    da9f3b4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1f71bae View commit details
    Browse the repository at this point in the history
  15. Added paginator.getBulkLinks

    Petter Aas committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    4f06fea View commit details
    Browse the repository at this point in the history
  16. Use paginator.getBulkLinks instead of duplicating code

    Petter Aas committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    50331e1 View commit details
    Browse the repository at this point in the history
  17. Fixed some missing linting.

    Petter Aas committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    5290673 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2014

  1. Fixed some typos.

    Petter Aas committed Feb 18, 2014
    Configuration menu
    Copy the full SHA
    fde998a View commit details
    Browse the repository at this point in the history
  2. Send Content-Type: application/hal+json

    Petter Aas committed Feb 18, 2014
    Configuration menu
    Copy the full SHA
    483bf63 View commit details
    Browse the repository at this point in the history