Allow users to cascade the sharing - #2038
Merged
Merged
Conversation
Yicong-Huang
approved these changes
Jul 7, 2023
Yicong-Huang
left a comment
Contributor
There was a problem hiding this comment.
LGTM. Left minor comments.
Yicong-Huang
reviewed
Jul 7, 2023
Yicong-Huang
reviewed
Jul 7, 2023
yangzhang75
pushed a commit
to yangzhang75/texera
that referenced
this pull request
Jun 22, 2026
In this PR 1. Allows users to cascade the sharing. For example, User **A** shared a workflow with user **B**, and user **B** can share the same workflow with User **C**. The same logic is applied to workflow, files, and projects. Resolve issue apache#2035 2. Some mirror refactoring. 3. Fix the UI bug because the top bar blocks the first workflow's owner information. <img width="502" alt="image" src="https://github.com/Texera/texera/assets/11544314/2f325902-a81c-4d82-9cc5-431ef31c1856"> 4. People can revoke the resources shared with them.
This was referenced Sep 2, 2026
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.
In this PR
Allows users to cascade the sharing.
For example, User A shared a workflow with user B, and user B can share the same workflow with User C.
The same logic is applied to workflow, files, and projects. Resolve issue Cascade resource sharing #2035
Some mirror refactoring.
Fix the UI bug because the top bar blocks the first workflow's owner information.