chore: promote dev to master (3.3.2 — shared-drives review fixes) - #409
Merged
Merged
Conversation
…t, and lead the root listing with shared drives
…f editing the one 3.3.1 already consumed
…drives fix(core,server): review fixes for the Google Drive shared-drives PR (#393)
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotes dev (
942cdb67) to master. Included since the last promotion (#404):drives.listis guarded, so a 403 under a Workspace sharing policy, a 429 or a 5xx degrades to no shared-drive rows instead of throwing out ofloadFilesand emptying the whole root listing; the failure surfaces on a new non-fatalgoogle-drive:shared-drives-errorevent. Drive folder ids are escaped into thefiles.listquery through the sameescapeDriveQueryValuethe server-mode client uses, which moved into@useupup/core/internalwith@useupup/serverre-exporting it. The shared-drive and "Shared with me" rows lead the root's first page rather than trailing it..changeset/google-drive-shared-drives.md, which the 3.3.1 Version Packages merge had already consumed and deleted on master — that was a modify/delete conflict against this branch, and resolving it would have restated the whole 3.3.1 entry a second time. It is now.changeset/google-drive-shared-drives-review.md, declaring@useupup/coreand@useupup/serveras patch and describing only the delta.Merging this leaves exactly one pending changeset, so the Version Packages PR will cut 3.3.2.
#394 is deliberately NOT in this promotion: its
Cross-framework E2Egate is reproducibly red, and a controlworkflow_dispatchof the same suite without it is green.