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 of the Redis extension #203

Closed
wants to merge 79 commits into from
Closed

Rewrite of the Redis extension #203

wants to merge 79 commits into from

Commits on Sep 21, 2021

  1. wip

    tommoor committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    a2eb272 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. progress

    tommoor committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    6713c04 View commit details
    Browse the repository at this point in the history
  2. messy, but passing messages

    tommoor committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    173f294 View commit details
    Browse the repository at this point in the history
  3. ci: fix code style linting errors

    tommoor authored and actions-user committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    ce4026b View commit details
    Browse the repository at this point in the history
  4. doc

    tommoor committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    a8a944e View commit details
    Browse the repository at this point in the history
  5. lift MessageReceiver

    tommoor committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    64298e8 View commit details
    Browse the repository at this point in the history
  6. test: Awareness propagation

    tommoor committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    b44e331 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1ce43a View commit details
    Browse the repository at this point in the history
  8. docs

    tommoor committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    d642db6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    99a5cb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6fbfc2 View commit details
    Browse the repository at this point in the history
  3. refactor

    tommoor committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    e869e30 View commit details
    Browse the repository at this point in the history
  4. fix: Sync step propagation

    tommoor committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    6999d64 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. docs

    tommoor committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    c607d53 View commit details
    Browse the repository at this point in the history
  2. test: onDisconnect

    tommoor committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    409a144 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ebbf13 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

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

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    08b3336 View commit details
    Browse the repository at this point in the history
  2. ci: fix code style linting errors

    tommoor authored and actions-user committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    43e52ee View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Merge branch 'main' into tom/pubsub-178

    # Conflicts:
    #	docs/api/extensions/pubsub.md
    #	docs/src/links.yaml
    #	yarn.lock
    hanspagel committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    41b1460 View commit details
    Browse the repository at this point in the history
  2. docs: update navigation

    hanspagel committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    66fba41 View commit details
    Browse the repository at this point in the history
  3. install dependencies

    hanspagel committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    df5f6b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9155c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0631a1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    671ad56 View commit details
    Browse the repository at this point in the history
  7. refactor tests

    hanspagel committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    7786657 View commit details
    Browse the repository at this point in the history
  8. fix tests

    hanspagel committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    c8ccfc1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    239266b View commit details
    Browse the repository at this point in the history
  10. fix package-lock.json

    hanspagel committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    e8e9bef View commit details
    Browse the repository at this point in the history
  11. remove yarn lock file

    hanspagel committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    ca52512 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'main' into tom/pubsub-178

    # Conflicts:
    #	package-lock.json
    #	yarn.lock
    hanspagel committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    a493100 View commit details
    Browse the repository at this point in the history
  13. ci: fix code style linting errors

    hanspagel authored and actions-user committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    6e5a75d View commit details
    Browse the repository at this point in the history
  14. update the ESLint config

    hanspagel committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    676c4d1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    09bb1f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    18ab170 View commit details
    Browse the repository at this point in the history
  2. add more debugging output

    hanspagel committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    4ec7f96 View commit details
    Browse the repository at this point in the history
  3. enable all other tests

    hanspagel committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    ea73780 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Merge branch 'main' into tom/pubsub-178

    # Conflicts:
    #	.eslintrc.cjs
    hanspagel committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    24fe0fb View commit details
    Browse the repository at this point in the history
  2. merge changes

    hanspagel committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    98ad4aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88b9b3c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    3be286a View commit details
    Browse the repository at this point in the history
  2. rocksdb: revert change

    hanspagel committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    2c34824 View commit details
    Browse the repository at this point in the history
  3. update dependencies

    hanspagel committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    8747af1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. fix eslint config

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    0a505c9 View commit details
    Browse the repository at this point in the history
  2. refactor tests

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    117496d View commit details
    Browse the repository at this point in the history
  3. rewrite package-lock.json

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    75f8724 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into tom/pubsub-178

    # Conflicts:
    #	package-lock.json
    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    031951e View commit details
    Browse the repository at this point in the history
  5. rewrite package-lock.json

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    9656485 View commit details
    Browse the repository at this point in the history
  6. fix types

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    89373fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebd64c7 View commit details
    Browse the repository at this point in the history
  8. wip

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    bccc48d View commit details
    Browse the repository at this point in the history
  9. fix tests

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    fc671a6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2cf826 View commit details
    Browse the repository at this point in the history
  11. wip

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    eb8d429 View commit details
    Browse the repository at this point in the history
  12. upgrade redis to 4.0

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    ed7aa74 View commit details
    Browse the repository at this point in the history
  13. update dependencies

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    fe2fec2 View commit details
    Browse the repository at this point in the history
  14. refactoring

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    24297ba View commit details
    Browse the repository at this point in the history
  15. clean up

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    220cade View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5b26205 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f02273b View commit details
    Browse the repository at this point in the history
  18. rename test context

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    3037627 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f249e01 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a1d3e90 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cf5a431 View commit details
    Browse the repository at this point in the history
  22. make sure documents are removed from the memory after they are persis…

    …ted, but only when they don’t have new connections
    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    1985328 View commit details
    Browse the repository at this point in the history
  23. skip a failing test

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    f478da6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c1736d3 View commit details
    Browse the repository at this point in the history
  25. clean up

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    b760f08 View commit details
    Browse the repository at this point in the history
  26. wip

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    bf5fb3c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a12e9b0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    43d33cf View commit details
    Browse the repository at this point in the history
  29. fix status bar

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    90cba8c View commit details
    Browse the repository at this point in the history
  30. add onAwarenessUpdate hook

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    e736396 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    34917b5 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8087bc3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    eae74d2 View commit details
    Browse the repository at this point in the history
  34. remove onPersist callback

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    4f2fd34 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f454f99 View commit details
    Browse the repository at this point in the history
  36. wip

    hanspagel committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    a9465f3 View commit details
    Browse the repository at this point in the history