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

Rewrite JSON API #230

Merged
merged 12 commits into from
Aug 20, 2013
Merged

Rewrite JSON API #230

merged 12 commits into from
Aug 20, 2013

Commits on Jul 15, 2013

  1. First pass at JSON client

    * created example at prototype/public/json.html
    * tests pass, except for event emitting
    * make includes json client
    tedsuo committed Jul 15, 2013
    Configuration menu
    Copy the full SHA
    2ccd951 View commit details
    Browse the repository at this point in the history
  2. refactor json client test to apply operations

    using new lifecycle: _beforeOp,submitOp,_onOp
    tedsuo committed Jul 15, 2013
    Configuration menu
    Copy the full SHA
    e236c2e View commit details
    Browse the repository at this point in the history
  3. little bit of cleanup on json client example

    tedsuo committed Jul 15, 2013
    Configuration menu
    Copy the full SHA
    8b9e644 View commit details
    Browse the repository at this point in the history
  4. renamed ot-types to ottypes

    tedsuo committed Jul 15, 2013
    Configuration menu
    Copy the full SHA
    455c4b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    412c7d4 View commit details
    Browse the repository at this point in the history
  6. SubDocs continue to work after a list move

    operation changes their position
    tedsuo committed Jul 15, 2013
    Configuration menu
    Copy the full SHA
    43ff1a0 View commit details
    Browse the repository at this point in the history
  7. ensuring things work in the browser

    tedsuo committed Jul 15, 2013
    Configuration menu
    Copy the full SHA
    2f789e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2013

  1. json sortable list example

    tedsuo committed Jul 16, 2013
    Configuration menu
    Copy the full SHA
    776fbcb View commit details
    Browse the repository at this point in the history
  2. subdues update their paths without using _doc

    - observes remote and local moves separately
    - added destroy method to subdoc
    tedsuo committed Jul 16, 2013
    Configuration menu
    Copy the full SHA
    be8c4b6 View commit details
    Browse the repository at this point in the history
  3. de-crufting coffeescript output

    tedsuo committed Jul 16, 2013
    Configuration menu
    Copy the full SHA
    e3c64dd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2013

  1. Configuration menu
    Copy the full SHA
    416a5b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2013

  1. JSON context and subdoc have the same methods

    * optional path and callback arguments everywhere
    * insertAt(), getAt(), etc merged into insert(), get(), etc
    * at() changed to createContextAt()
    tedsuo committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    c8d0c8b View commit details
    Browse the repository at this point in the history