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.
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
[Core] Admin policy enforcement plugin #3966
[Core] Admin policy enforcement plugin #3966
Changes from 13 commits
cb28b8d
b64efa0
cf89929
54c93ea
1d1c500
a0bdb2c
543e66a
520a2a1
b533351
466f7fe
050dc7a
31e0174
0c74f2a
48a6cc9
1ca5a8a
14b2346
cb39c73
1e3ddef
aa87df7
28487a4
d1f0480
f42ace5
c04f3dc
58f413c
52053bd
4a4f682
a8d1c44
6c73d81
247c0b8
f8a5a64
73a4581
d78a822
8cc963c
68275f6
9644622
17f8fa1
07c4748
15f1062
994272b
3597dae
43a6088
8770d0b
7984beb
d155d60
6ffa5ae
a6dd900
4274287
0609482
67552d7
7de757e
8443ddc
7fbc30d
92b68fc
7d8af9a
5b37f47
c7af310
cb232a8
5e9f544
deb4c92
cbff59d
1fe350a
2e8e41c
aae42ce
73c8fb7
11bbd5e
3630535
e020dea
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
A bit unclear if it's in-place since it also returns the task. How about "apply_in_place"?
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.
It is not in-place. Either way is fine, but I found not in-place is more commonly seen operations.