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

Implement Document.GarbageCollect in JS SDK #101

Merged
merged 16 commits into from
Nov 22, 2020

Commits on Nov 9, 2020

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

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    fc055bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d04b6c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Configuration menu
    Copy the full SHA
    d7c2b41 View commit details
    Browse the repository at this point in the history
  2. Add more garbage collection tests

    1. add a test for comparing cloned root and root
    2. add a garbage collection test in yorkie_test
    3. add a garbage collection with detached document test
    mojosoeun committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    3d0b4a9 View commit details
    Browse the repository at this point in the history
  3. Ignore dist folder,add a new line, and change return type

    1. delete dist folder
    2. add a new line for comment in array.ts
    3. change return type from IterableIterator<JSONElement> to void for getDescendants function
    mojosoeun committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    dde9555 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f1f8d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Remove redundant code

    remove redundant code in array, object, root's getDescendants function
    mojosoeun committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    1683204 View commit details
    Browse the repository at this point in the history
  2. Fix heap release function

    delete the given node from the heap
    mojosoeun committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    6f06eea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    134137f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Refactor heap release function

    use findIndex instead of for loop
    mojosoeun committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    0c97cab View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Revert "Fix heap release function"

    This reverts commit 6f06eea.
    mojosoeun committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    f98e5cf View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Fix heap release function

    1. implement deleting a node from binary heap
    2. add test cases for release function
    mojosoeun committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    fb56adc View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Configuration menu
    Copy the full SHA
    cb9ff9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb2eca0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    167f402 View commit details
    Browse the repository at this point in the history