-
Notifications
You must be signed in to change notification settings - Fork 188
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
[tests-only][full-ci]Added tests for creating link for a resource #7982
Merged
Conversation
This file contains 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
10 tasks
SagarGi
force-pushed
the
sharingAPI/createLink
branch
from
December 19, 2023 11:17
63b5506
to
1bd7908
Compare
SagarGi
requested review from
ScharfViktor,
phil-davis,
grgprarup,
SwikritiT,
saw-jan,
Salipa-Gurung,
amrita-shrestha,
nabim777,
S-Panta,
PrajwolAmatya and
nirajacharya2
December 19, 2023 11:19
#8008 can be done once this is approved and merged! |
SagarGi
force-pushed
the
sharingAPI/createLink
branch
from
December 20, 2023 03:48
1bd7908
to
b874588
Compare
saw-jan
reviewed
Dec 20, 2023
saw-jan
reviewed
Dec 20, 2023
saw-jan
reviewed
Dec 20, 2023
saw-jan
reviewed
Dec 20, 2023
saw-jan
reviewed
Dec 20, 2023
grgprarup
reviewed
Dec 20, 2023
SagarGi
force-pushed
the
sharingAPI/createLink
branch
from
December 20, 2023 07:13
b874588
to
cd9a187
Compare
saw-jan
reviewed
Dec 20, 2023
SagarGi
force-pushed
the
sharingAPI/createLink
branch
from
December 20, 2023 10:12
cd9a187
to
b4a1351
Compare
saw-jan
approved these changes
Dec 20, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
2403905
pushed a commit
to 2403905/ocis
that referenced
this pull request
Jan 24, 2024
…ncloud#7982) * Added tests for creating link for a resource * review adress and refactor
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.
Description
This PR adds the implementation for new
v1beta1
graph-api to create a share link with different roles.Related Issue:
#7968