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

Hateoas #42

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

Hateoas #42

wants to merge 54 commits into from

Commits on Feb 21, 2016

  1. Creating HATEOAS structure.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    eb68b03 View commit details
    Browse the repository at this point in the history
  2. Adding some more config.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    ce0c0b9 View commit details
    Browse the repository at this point in the history
  3. Added some basic e2e tests for OPTIONS requests.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    256a61d View commit details
    Browse the repository at this point in the history
  4. Created HATEOAS loader.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    70a2d3a View commit details
    Browse the repository at this point in the history
  5. Put in some basic content.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    3dafd9d View commit details
    Browse the repository at this point in the history
  6. Converted a bunch of stuff to es6, added more testing.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    c8ff8b3 View commit details
    Browse the repository at this point in the history
  7. More es6 conversion.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    d94f9eb View commit details
    Browse the repository at this point in the history
  8. Fixed unit tests.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    9ec6161 View commit details
    Browse the repository at this point in the history
  9. Did some copypasta on the endpoints, and created es6 prototype functi…

    …ons.
    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    ee90563 View commit details
    Browse the repository at this point in the history
  10. Added more functionality to admin account management.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    06c7312 View commit details
    Browse the repository at this point in the history
  11. Filled-out the character api endpoints.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    bb0a977 View commit details
    Browse the repository at this point in the history
  12. Fleshed-out the auth resource.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    c688f27 View commit details
    Browse the repository at this point in the history
  13. Split unit and api tests. Getting hateoas working.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    20b53b9 View commit details
    Browse the repository at this point in the history
  14. Added a cache manifest generator.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    ae9da26 View commit details
    Browse the repository at this point in the history
  15. First step of splitting up hateoas configurator.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    a71f25f View commit details
    Browse the repository at this point in the history
  16. More work splitting up the hateoas stuff.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    f3db93c View commit details
    Browse the repository at this point in the history
  17. Working on the manifest system.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    414c41f View commit details
    Browse the repository at this point in the history
  18. Some work on the manifest scanner. Needs more.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    2a4aa54 View commit details
    Browse the repository at this point in the history
  19. Tweaks to scanner.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    60ac2c6 View commit details
    Browse the repository at this point in the history
  20. Probably finisshed with the manifest.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    4b1a26a View commit details
    Browse the repository at this point in the history
  21. Did some stuff with resolver factories.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    07dccdf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    04b27c2 View commit details
    Browse the repository at this point in the history
  23. Doing some work on the resolver factories.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    c7d70bb View commit details
    Browse the repository at this point in the history
  24. Filling-out resolver factories for jade & scss

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    3312872 View commit details
    Browse the repository at this point in the history
  25. Added es6 rendering resolvers.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    3cdc50d View commit details
    Browse the repository at this point in the history
  26. Starting work on getting tests fixed.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    52f0c20 View commit details
    Browse the repository at this point in the history
  27. Fixing path scanning and request parsing.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    882b41e View commit details
    Browse the repository at this point in the history
  28. Added more unit tests around prototype extension.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    23ca117 View commit details
    Browse the repository at this point in the history
  29. Sorted out some bullshit logic errors.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    33e5d39 View commit details
    Browse the repository at this point in the history
  30. Fixing up a bunch of basic errors raised by the tests.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    166faa0 View commit details
    Browse the repository at this point in the history
  31. Adding test-api to testing execution.

    pcummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    13e61a6 View commit details
    Browse the repository at this point in the history
  32. A whole bunch of refactoring.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    358f781 View commit details
    Browse the repository at this point in the history
  33. Moving character api under users.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    9c185d6 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8a47512 View commit details
    Browse the repository at this point in the history
  35. Normalising more of the api.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    b4ffcee View commit details
    Browse the repository at this point in the history
  36. Modernising some of the api.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    db14ce7 View commit details
    Browse the repository at this point in the history
  37. Converted a couple more endpoints.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    1ddc1d9 View commit details
    Browse the repository at this point in the history
  38. Fixed some errors, and converted some more.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    c80cbb8 View commit details
    Browse the repository at this point in the history
  39. Moving client code out of static resources.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    3f5c766 View commit details
    Browse the repository at this point in the history
  40. Got the server running again.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    471e62f View commit details
    Browse the repository at this point in the history
  41. Got api testing running.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    1df45d0 View commit details
    Browse the repository at this point in the history
  42. Converted some more endpoints I missed. Actually importing all the en…

    …dpoints.
    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    74f6556 View commit details
    Browse the repository at this point in the history
  43. Fixed a bunch more reference errors.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    e30b097 View commit details
    Browse the repository at this point in the history
  44. Adding some more functionality to the api-auth-status operation, and …

    …adding default error handling to the server.
    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    dcb95c0 View commit details
    Browse the repository at this point in the history
  45. Added some more session validation on data access.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    f23a1ba View commit details
    Browse the repository at this point in the history
  46. Fixed-up tests and a few issues raised by them.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    9e9754a View commit details
    Browse the repository at this point in the history
  47. Removed suit validation and tightened-up login operations.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    2cb64cb View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    85359cd View commit details
    Browse the repository at this point in the history
  49. Fixed all the authentication issues.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    ff8b96d View commit details
    Browse the repository at this point in the history
  50. Got one of the user list cases working.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    b96fbf3 View commit details
    Browse the repository at this point in the history
  51. Streamlined test requests with defaults wrapper creation.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    f350e61 View commit details
    Browse the repository at this point in the history
  52. Added a couple more tests.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    2531902 View commit details
    Browse the repository at this point in the history
  53. Updating travis config.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    14efd4e View commit details
    Browse the repository at this point in the history
  54. Fixing a couple of dependency versions.

    Peter Cummuskey committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    55f7972 View commit details
    Browse the repository at this point in the history