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

Support Y.js #2016

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

Support Y.js #2016

wants to merge 25 commits into from

Commits on Jun 10, 2024

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

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    24ac71f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cd9ac1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cce18f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2e86b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad6c737 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6742cfa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60e83bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c4b5b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e069f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22d79b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Comment

    dfahlander committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7742ebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1200a19 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

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

Commits on Jul 19, 2024

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

Commits on Jul 22, 2024

  1. GC implemented and tested.

    Still need to think it through. Might need to find a better way than iterating all updates in entire DB periodically.
    dfahlander committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a3ef4b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Finally a working flow

    dfahlander committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3e32413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16a04d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cb596a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    8995d85 View commit details
    Browse the repository at this point in the history
  2. Update dts-bundle-generator.

    Could not take latest as it generates double types. Found out we needed version 9.3.1 exactly.
    dfahlander committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    31ac76e View commit details
    Browse the repository at this point in the history
  3. Refactored Y.js support:

    * Renamed updTable to updatesTable
    * Renamed id / rowId to parentId
    dfahlander committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    4ceb588 View commit details
    Browse the repository at this point in the history
  4. Updated test

    dfahlander committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    54ef0e7 View commit details
    Browse the repository at this point in the history
  5. Made it possible to reach the Y.Doc cache from addons or outside dexie:

    * To lookup whether a certain document is open and find it
    dfahlander committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    c013c51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bb82cc View commit details
    Browse the repository at this point in the history