-
Notifications
You must be signed in to change notification settings - Fork 48
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
[CUBRIDMAN-248] [KO] When changing the owner of Class/Vclass and Stored Procedure, add a manual on the procedure for changing the owner after revoking all permissions granted by the previous owner. #581
Merged
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
…anual on the procedure for changing the owner after revoking all permissions granted by the previous owner.
jongmin-won
requested review from
hgryoo,
beyondykk9,
airnet73,
hyunikn,
kangmin5505 and
ctshim
January 14, 2025 09:26
jongmin-won
requested review from
mhoh3963,
kwonhoil,
junsklee,
kavin0718,
bagus-kim and
hiclass
as code owners
January 14, 2025 09:26
mhoh3963
reviewed
Jan 14, 2025
beyondykk9
reviewed
Jan 15, 2025
bagus-kim
approved these changes
Jan 15, 2025
beyondykk9
approved these changes
Jan 15, 2025
airnet73
approved these changes
Jan 15, 2025
jongmin-won
force-pushed
the
CUBRIDMAN-248
branch
from
January 15, 2025 02:10
bf61be3
to
8061c02
Compare
해당 기능의 동작 방식에 동의하지 않습니다. |
kangmin5505
approved these changes
Jan 15, 2025
…ernal release period.
내부 릴리즈 기간에 맞춰 병합하기 위해 영문 매뉴얼을 롤백 했습니다. |
jongmin-won
changed the title
[CUBRIDMAN-248] When changing the owner of Class/Vclass and Stored Procedure, add a manual on the procedure for changing the owner after revoking all permissions granted by the previous owner.
[CUBRIDMAN-248] [KO] When changing the owner of Class/Vclass and Stored Procedure, add a manual on the procedure for changing the owner after revoking all permissions granted by the previous owner.
Jan 20, 2025
hyunikn
approved these changes
Jan 20, 2025
배포 일정에 따라 금일(01/20) 14:00까지 리뷰를 마무리하고 머지하겠습니다. |
junsklee
approved these changes
Jan 20, 2025
mhoh3963
approved these changes
Jan 20, 2025
배포 일정상 현재까지의 리뷰 내용을 기준으로 머지합니다. |
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.
http://jira.cubrid.org/browse/CUBRIDMAN-248
Class/Vclass, Function/Procedure 의 소유자를 변경할 때, 이전 소유자가 부여한 모든 권한은 자동으로 해지되므로,
소유자 변경 시 해당 객체에 대한 권한을 확인이 필요하다는 내용을 매뉴얼에 추가합니다.