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

Add Component Locking #102

Merged
merged 13 commits into from
Aug 11, 2023
Merged

Add Component Locking #102

merged 13 commits into from
Aug 11, 2023

Commits on Aug 11, 2023

  1. deps: Bump ably-js to v1.2.43

    Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
    lmars committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    52e01b7 View commit details
    Browse the repository at this point in the history
  2. locks: Add Locks class with acquire function

    Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
    lmars committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    844d7e8 View commit details
    Browse the repository at this point in the history
  3. locks: Process locks on presence update

    Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
    lmars committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    946cf09 View commit details
    Browse the repository at this point in the history
  4. locks: Emit lock events

    Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
    lmars committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9655492 View commit details
    Browse the repository at this point in the history
  5. locks: Process locks on space enter

    Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
    lmars committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    970a2c3 View commit details
    Browse the repository at this point in the history
  6. locks: Support releasing locks

    Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
    lmars committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9a8ce1a View commit details
    Browse the repository at this point in the history
  7. deps: Add ts-node as devDependency

    Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
    lmars committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f68e295 View commit details
    Browse the repository at this point in the history
  8. examples: Add Component Locking example

    Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
    lmars committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    57044a7 View commit details
    Browse the repository at this point in the history
  9. locks: Convert LockStatus to union type

    Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
    lmars committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8272d29 View commit details
    Browse the repository at this point in the history
  10. locks: Fix JSON serialising lock attributes

    Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
    lmars committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5faea09 View commit details
    Browse the repository at this point in the history
  11. locks: Update message.extras check

    Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
    lmars committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e58bcc4 View commit details
    Browse the repository at this point in the history
  12. locks: Type PresenceMessage.extras

    Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
    lmars committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ba509cc View commit details
    Browse the repository at this point in the history
  13. types: Export lock types

    Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
    lmars committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    86712a5 View commit details
    Browse the repository at this point in the history