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

Fix document creation in tinylicious (#14829) #14837

Conversation

NicholasCouri
Copy link
Contributor

Description

Currently tinylicious fails to run sample scenarios in the Share Live Repo 2 interesting commits: 
a) Update deps (minor) on server release group in tinylicious (#14586) · microsoft/FluidFramework@12b3f4c
(github.com)
)

Throws when getTenantGitManager is invoked.

  1. Separate api for getting tenant gitManager. (#14290) · microsoft/FluidFramework@d368f26
    (github.com)
    ) Moved the call when creating the document from getTenant to getTenantGitManager and I'm not sure if it applies to tinylicious but it is consumed by it.

This PR is trying to revert the current behavior by keeping changes #2 and not throwing on #1

Repro steps:
a) Clone https://github.com/microsoft/live-share-sdk

b) Follow instructions from the Readme to install  (I had to also install vite as it was failing without it)

c) Simply try to run one of the samples (I'm using samples\javascript\03.live-canvas-demo) http://localhost:3000/

@NicholasCouri NicholasCouri requested a review from a team as a code owner March 28, 2023 22:54
@github-actions github-actions bot added area: server Server related issues (routerlicious) base: release PRs targeted against a release branch labels Mar 28, 2023
Copy link
Member

@tylerbutler tylerbutler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@NicholasCouri NicholasCouri requested a review from a team as a code owner March 28, 2023 23:37
@github-actions github-actions bot added area: build Build related issues and removed area: build Build related issues labels Mar 28, 2023
@NicholasCouri NicholasCouri force-pushed the release/tinylicious/0.7 branch from 691cbb6 to 252c82e Compare March 28, 2023 23:53
@github-actions github-actions bot removed the area: server Server related issues (routerlicious) label Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
base: release PRs targeted against a release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants