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

bug fixes in creation driver #1125

Merged
merged 4 commits into from
Feb 7, 2020
Merged

bug fixes in creation driver #1125

merged 4 commits into from
Feb 7, 2020

Conversation

jatgarg
Copy link
Contributor

@jatgarg jatgarg commented Feb 3, 2020

No description provided.

@jatgarg jatgarg self-assigned this Feb 3, 2020
@jatgarg jatgarg requested a review from vladsud February 3, 2020 23:36
return new CreationDocumentService("createNewFileDoc", "createNewFileDocTenant");
return new CreationDocumentService(
(url as IFluidResolvedUrl).url,
"createNewFileDoc",
Copy link
Contributor

Choose a reason for hiding this comment

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

createNewFileDoc [](start = 13, length = 16)

Where docId is used currently?
At a minimum, it is used in telemetry, and it would be great to have unique ID per doc, such that in Teams / drafts scenario we keep using same ID across multiple sessions.
I.e. it needs to come from uri / host and it needs to be unique (when starting new file; ID will be reused when they reopen draft)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This docid is currently used in mapping the server instance with the docid.

Copy link
Contributor

@vladsud vladsud left a comment

Choose a reason for hiding this comment

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

:shipit:

@jatgarg jatgarg merged commit be27383 into microsoft:release/0.12 Feb 7, 2020
curtisman pushed a commit that referenced this pull request Feb 13, 2020
* bug fixes in creation driver

* PR

* PR

* PR
curtisman pushed a commit that referenced this pull request Feb 14, 2020
* bug fixes in creation driver

* PR

* PR

* PR
@jatgarg jatgarg deleted the bugs branch February 18, 2020 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants