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

v2 implementation! #145

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

v2 implementation! #145

wants to merge 121 commits into from

Commits on Jun 11, 2015

  1. Configuration menu
    Copy the full SHA
    e27721b View commit details
    Browse the repository at this point in the history
  2. v2 / API: semantic errors!

    aseemk committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    3c9ab24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    702abc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15ca10e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38e8f90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9c1cb1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58e953a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e75340d View commit details
    Browse the repository at this point in the history
  9. v2 / Tests: move existing tests to different dir.

    Temporarily; for now. That'll present a cleaner diff.
    aseemk committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    e208ecd View commit details
    Browse the repository at this point in the history
  10. v2 / Misc: move existing code to different dir.

    For now, to present a cleaner diff.
    aseemk committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    5474d3a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2016

  1. Configuration menu
    Copy the full SHA
    ef90612 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da2f6e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f8ad1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0133448 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7b6239 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08b32d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d76c87 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c47f52c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f122645 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce97680 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3cb4f06 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    edf7ab4 View commit details
    Browse the repository at this point in the history
  13. v2 / Cypher: more efficient impl. for raw queries.

    No need to traverse the response body looking for REST
    format nodes & relationships when there won’t be any.
    aseemk committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    6aa2ff6 View commit details
    Browse the repository at this point in the history
  14. v2 / Cypher: change API from raw to lean!

    Clearer and more precise name.
    aseemk committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    f7d29db View commit details
    Browse the repository at this point in the history
  15. v2 / Tests: reduce Mocha time thresholds.

    We no longer have such slow tests. Woohoo!
    aseemk committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    9ebfe98 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5c6ffc0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bd1f80f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6b25021 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    da231ff View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    347629c View commit details
    Browse the repository at this point in the history
  21. v2 / Docs: remove Codo.

    Unfortunately it seems broken at the moment:
    
    coffeedoc/codo#194
    coffeedoc/codo#195
    
    And the auto-webhook site is down too:
    
    coffeedoc/coffeedoc.info#9
    
    Given these issues, going to just write docs manually.
    aseemk committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    49ea5cc View commit details
    Browse the repository at this point in the history
  22. v2 / Docs: WIP readme

    aseemk committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    e4c030a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    25d6523 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7e663ec View commit details
    Browse the repository at this point in the history
  25. v2 / Misc: rename index.coffee to exports.coffee.

    To pave the way for an Index class.
    aseemk committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    e708bf4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    82adace View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    056d101 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a3b8425 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4f8704f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5f5e590 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2e6d5cf View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    af90dcc View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    02d795f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9d9fd7b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    dddac38 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3af5f51 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9c998c6 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ddceaa2 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1ad1745 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    48f30e8 View commit details
    Browse the repository at this point in the history
  41. v2 / Tests: make our new-style expectErrors helper consistent.

    TODO: Move it to a shared util!
    aseemk committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    da354ed View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    5172113 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    38972c7 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    62c6d97 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    410e8ab View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f961882 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    96e3432 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    fd4f311 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    fd2b488 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    54d2e9e View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    db4d6c8 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    0f49755 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    0dbe4af View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    e383c8f View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    b74b081 View commit details
    Browse the repository at this point in the history
  56. v2 / HTTP: switch to native module; hopefully fixes streaming error?

    But importantly, this regresses in functionality: no proxy, no gzip.
    aseemk committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    2403662 View commit details
    Browse the repository at this point in the history
  57. v2 / HTTP: revert switch to native module.

    This reverts commit 2750749.
    aseemk committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    90efd31 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    c803c9b View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    e2fc513 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    0fc9e75 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    cad1443 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    ae855db View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    be54702 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    5c16aeb View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    a3b5dfc View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    8896cf0 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    3feb205 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    d6f55a5 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    6122068 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    438d383 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    cef5942 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    8ecf18f View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    264ca49 View commit details
    Browse the repository at this point in the history
  74. v2 / Docs: TODOs / WIP

    aseemk committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    ac30c4c View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    3802271 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    bbd90d1 View commit details
    Browse the repository at this point in the history
  77. v2 / Tests: use exports instead of @.

    For Streamline 1.0 / Babel / ES6.
    aseemk committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    fc86e49 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    75608ae View commit details
    Browse the repository at this point in the history
  79. Revert "v2 / Tests: upgrade to Streamline 1.0!"

    This reverts commit 42b73f4f618cef89ebc17710b656608a2f5bdcdf.
    aseemk committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    c8a0103 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    abfc5f4 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    ce50cb3 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    0865ab2 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    836618d View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    1a46571 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    a3df28d View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    6819b60 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    9b84583 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    ab07639 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    70127a5 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    bdd56d0 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    1927d82 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    f5f71db View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Configuration menu
    Copy the full SHA
    9ef8e3e View commit details
    Browse the repository at this point in the history
  2. v2 / Docs: WIP [skip ci]

    aseemk committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    5534f4d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. Configuration menu
    Copy the full SHA
    f68eafb View commit details
    Browse the repository at this point in the history
  2. v2 / Docs: WIP [skip ci]

    aseemk committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    6b740c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af8da3c View commit details
    Browse the repository at this point in the history
  4. fix docs [skip ci]

    aseemk committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    bab340a View commit details
    Browse the repository at this point in the history
  5. fix docs [skip ci]

    aseemk committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    70ad8fe View commit details
    Browse the repository at this point in the history
  6. fix docs [skip ci]

    aseemk committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    01ead44 View commit details
    Browse the repository at this point in the history
  7. fix docs [skip ci]

    aseemk committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    11b8618 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. fix docs [skip ci]

    aseemk committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    193311e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a14a87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e647bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e46e5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed15bf4 View commit details
    Browse the repository at this point in the history
  6. Revert "v2 / Errors: mask low-level stack a bit more."

    This reverts commit ed15bf4.
    
    It’s probably better to be honest/transparent.
    aseemk committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    eecc64d View commit details
    Browse the repository at this point in the history
  7. fix error docs [skip ci]

    aseemk committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    384f069 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d74ae49 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5169575 View commit details
    Browse the repository at this point in the history
  10. fix error docs [skip ci]

    aseemk committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    b730d83 View commit details
    Browse the repository at this point in the history